/* Global SCC Variables*/
:root {
	--scc-color-primary: #314AF3;
	--scc-color-secondary: #FFAB03;
	--scc-btn-border-radius: 8px;
	--scc-btn-secondary-color: #f8f9ff;
	--scc-color-green: #34a853;
	--scc-input-field-border-color: #BFC1FD;
	--scc-input-field-border-color-focus: #7A83F5;
	--scc-wizard-quiz-card-color: #f2f3fe;
	--scc-input-field-background: #FCFCFE;
	--scc-divider-border-color: #dbdffd;
	--scc-div-light-color: #f8f9ff;
	--scc-red-light: #fff2f1;
	--scc-ai-wizard-purple: #6d35f2;
	--scc-ai-wizard-gradient: linear-gradient( 135deg, var(--scc-color-primary) 10%, var(--scc-ai-wizard-purple) 100%);
	--scc-disabled-input-background-color: #f6f7f7;
	--scc-disabled-input-border-color: #dcdcde;
	--scc-menu-button-background: #E5E6FC;
	--scc-color-primary-dark: #273ccd;
}

#wpwrap {
	background: var(--scc-div-light-color);
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
	/* border: 1px solid #E8E8E8; */
}

/* ACCORDION Tooltip + toggle button */
.scc-accordion-tooltip-hidden {
	display: none !important;
}

.scc-accordion-tooltip-hidden2 {
	display: none !important;
}

.scc-accordion-tooltip {
	border-radius: 5px;
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	padding: 10px;
	display: inline-block;
	background-color: #f8f9ff;
}

.scc-accordion-container{
	display:inline-block;
	width: 100%;
}
.scc-accordion-content {
	position: absolute;
	background-color: #ffffff;
	min-width: 400px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-top: none;
	border-radius: 10px;
	padding: 10px;
	top: 60px;
	right: 50px;
}
.scc-accordion-content .scc-adv-opt-lbl, .scc-accordion-content p {
	font-size:16px;
}
.scc-accordion-content p{
	color: #333;
	background: #ffffff;
	border-radius: 5px;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	box-shadow: 0px 7px 0px -6px rgba(0,0,0,0.1);
	align-items: center;
}
.scc-accordion-content p:hover {
	background-color: #E5E6FC;
	font-weight: bold;
	color: #0d6efd;
}
.scc-accordion-content p:last-child, .scc-accordion-content p.section-split-to-page{
	box-shadow: none;
}
.scc-accordion-content .scc-accordion_switch_button input:disabled{
	display: none;
}

.scc-cal-settings-row {
	display: block;
	margin-top: 10px;
}

.scc-accordion-btn-close {
	color: #777;
	font: 14px/100% arial, sans-serif;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	background: none;
	border: none;
}

.scc-accordion-btn-close:after {
	content: '✖';
}

.scc-accordion-tooltip-left-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f8f9ff;
	top: 5px;
	position: relative;
}

.scc-accordion_switch_button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
	/* margin-top:4px; */
}

/* Hide default HTML checkbox */
.scc-accordion_switch_button input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.scc-accordion_toggle_button {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.scc-accordion_toggle_button:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.scc-accordion_toggle_button {
	background-color: #314af3;
}

input:focus+.scc-accordion_toggle_button {
	box-shadow: 0 0 1px #314af3;
}

input:checked+.scc-accordion_toggle_button:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}

.scc-accordion_toggle_button.round {
	border-radius: 17px;
}

.scc-accordion_toggle_button.round:before {
	border-radius: 50%;
}

/* ACCORDION Tooltip + toggle button */
/* SCC Tool Tip */
div.scc-tool-tip-1 span {
	display: none;
	position: absolute;
	bottom: -400px;
	left: 60px;
	right: 0;
	color: #fff;
	z-index: 1000;
}

div.scc-tool-tip-1:hover span {
	display: block;
}

/* The slider
.slider_switch {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider_switch:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider_switch {
	background-color: #cc0000;
}
input:focus + .slider_switch {
	box-shadow: 0 0 1px #cc0000;
}
input:checked + .slider_switch:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.slidecontainer
{
	position: relative;
}
/* Mouse-over effects */
/* .slider:hover { */
/* opacity: 1;  */
/* } */
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
/* .slider::-webkit-slider-thumb { */
/* -webkit-appearance: none;  */
/* appearance: none; */
/* width: 25px;  */
/* height: 25px;  */
/* background: #bb0000; */
/* cursor: pointer;  */
/* } */
/* .slider::-moz-range-thumb { */
/* width: 25px;  */
/* height: 25px;  */
/* background: #4CAF50;  */
/* cursor: pointer; */
/* }  */
/*************************************/
.scc_select {
	background: #cc0000;
	color: #fff;
	font-size: 20px;
}

.scc_select option {
	background: #fff;
	color: #000;
	border: 1px solid #0a0;
	text-indent: 5px;
	padding: 5px;
}

ul.customComboBox {
	display: block;
	color: #000;
	list-style-type: none;
}

ul.customComboBox li {
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
}

ul.customComboBox li:nth-child(odd) {
	color: #000;
	background: #ddd;
}

ul.customComboBox li:nth-child(even) {
	background: #fff;
	color: #333;
}

ul.customComboBox li.activated {
	background: #cc0000;
	color: #fff;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #314AF3;
	border-color: #314AF3;
	border-radius: 3px;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #314AF3;
	border-color: #314AF3;
}

.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

.btnn {
	background-color: transparent;
	border: none;
	color: #314af3;
	cursor: pointer;
	float: right;
	/* font-size:15px; */
	padding: 1px 2px;
	margin: 3px -3.5px -12px 2.5px;
	/* width: 5%; */
}

/* Darker background on mouse-over */
.btnn:hover {
	background-color: RoyalBlue;
}

/*ul:first-child li:nth-child(2) i.up {
	display: none;
	}*/
.price_table {
	/* width: 100%;*/
	/* border-collapse:collapse;*/
	margin: auto;
	/*    border: 2px solid black;*/
	table-layout: auto;
	/* border-spacing: 0.5rem; */
}

.scc_td,
.scc_th {
	text-align: center;
	font-weight: normal;
	/*   border: 2px solid green;*/
}

.scc_td .scc_input {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.scc_caption {
	font-weight: bolder;
	display: table-caption;
	text-align: center;
}

.mandatory {
	color: #314af3;
	font-size: 18px;
	width: 10;
}

.calc_bar {
	width: 95%;
	max-width: 900px;
	margin-left: 17px;
}

.addedFieldsStyle {
	background-color: #fff;
	border-radius: 8px;
	max-width: 1200px;
	margin-bottom: 10px;
	margin-left: 1em;
	height: auto;
	position:relative;
	/*box-shadow: #e8e8e8 0px 2px 10px;*/
}

#allinputstoadd {
	max-width: 1100px;
	padding-left: 22px;
	height: auto;
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 15px;
}

#allinputstoadd1 {
	width: 90%;
	padding-left: 22px;
}

.inputoption {
	Padding: 10px !important;
}

.titleinputoption {
	width: 40%;
	min-width: 150px;
	/* border-radius: 8px;
	height: 33px; */
}

.form-line,
.form-line.form-line-column {
	/* padding: 3% 5%; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	background-color: #f8f9ff;
	padding-bottom: 30px;
	margin: 15px;
}

#title54-bar {
	-webkit-app-region: drag;
	height: 20px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
	/* background-color: #E7E7E7; */
	padding: none;
	/* margin: 2px; */
}

#title54 {
	position: relative;
	top: 0px;
	left: 1%;
	float: left;
	/* color:white; */
}

#title54-bar-btns {
	-webkit-app-region: no-drag;
	position: relative;
	/* float: right; */
	top: 3px;
	right: 6px;
}

.scc-section-setting-container{
	display: flex;
	justify-content: end;
	margin-top: 15px;
  }
  .scc-section-setting-bar{
	display: inline-flex;
	background: #fafafa;
	border-radius: 50px;
	align-items: center;
	padding: 2px;
	margin-right:10px;
  }
  .scc-section-setting-btn{
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background: transparent;
	border: none;
	margin: 2px;
  }
  .scc-section-setting-btn:hover, .scc-section-setting-btn.is-open{
	background: #E5E6FC;
  }

.btSeparator {
	clear: both;
}

.btClear {
	clear: both;
}

.bottomSmallSpaced {
	padding-bottom: 1em;
}

.topSmallSpaced {
	padding-top: 0.5em;
	background: black;
}

.collapsible {
	background-color: transparent;
	padding: 20px;
	/*width: 77%;*/
	max-width: 285px;
	border: none;
	text-align: left;
	/* outline: none; */
	font-size: 18px;
	display: inline-block;
	/* margin-left: -7px; */
	/* margin-bottom: 6px; */
}

/* Popup box BEGIN */
.hover_bkgr_fricc {
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

.tooltip {
	line-height: initial;
}

.hover_bkgr_fricc .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hover_bkgr_fricc>div {
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	height: auto;
	max-width: 551px;
	min-height: 100px;
	vertical-align: middle;
	width: 60%;
	position: relative;
	border-radius: 8px;
	padding: 15px 5%;
	font-weight: bold;
	color: #a00;
}

.hover_bkgr_friccprintprice {
	background: rgba(27, 24, 24, 0.92);
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}

.hover_bkgr_friccprintprice .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.hover_bkgr_friccprintprice>div {
	background-color: #fff;
	/* box-shadow: 10px 10px 60px #555; */
	display: inline-block;
	height: 92%;
	/* max-width: 551px; */
	min-height: 100px;
	vertical-align: middle;
	width: 60%;
	position: relative;
	/* border-radius: 8px; */
	padding: 2% 3%;
	font-weight: bold;
	color: #a00;
}

.popupCloseButton {
	background-color: #fff;
	border: 2px solid #999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 25px;
	line-height: 30px;
	width: 38px;
	height: 38px;
	text-align: center;
}

.popupCloseButton:hover {
	background-color: #ccc;
}

.trigger_popup_fricc {
	cursor: pointer;
	font-size: 20px;
	margin: 20px;
	display: inline-block;
	font-weight: bold;
}

.buttonclass11 {
	width: 90%;
	/* border: 2px solid;
	border-style: groove; */
	height: 40px;
	position: inherit;
	text-align: center;
	vertical-align: middle;
	line-height: 0px;
	margin-left: 14px;
	margin-top: 17px;
	/*box-shadow: 6px 4px 24px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset;*/
}

.overlaydes {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlaydes-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlaydes a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlaydes a:hover,
.overlaydes a:focus {
	color: #f1f1f1;
}

.overlaydes .closebtndes {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlaydes a {
		font-size: 20px
	}

	.overlaydes .closebtndes {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

/* Start of retina display half pane size */
@media screen and (min-device-width: 1200px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
	.scc-col-xs-12.pane-left {
		width: 50%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 0;
		padding-left: 15px;
		margin-right: 0;
	}

	.scc-col-xs-12.pane-right {
		width: 50%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* End of retina display half pane size */
@media (min-width: 992px) {
	.scc-col-xs-12.pane-left {
		width: 50%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 0;
		padding-left: 15px;
		margin-right: 0;
	}

	.scc-col-xs-12.pane-right {
		width: 50%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1280px) {
	.scc-col-xs-12.pane-left {
		width: 60%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 0;
		padding-left: 15px;
		margin-right: 0;
	}

	.scc-col-xs-12.pane-right {
		width: 40%;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

.speech-bubble {
	position: sticky;
	background: #314af3;
	border-radius: 145px / 72px;
	width: 290px;
	height: 145px;
	left: 45px;
	text-align: center;
	margin-top: -145px;
	color: white;
	padding: 15px 19px;
	display: none;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1) inset
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #314af3;
	border-bottom: 0;
	margin-left: -21px;
	margin-bottom: -28px;
}

.AnimCloseButton {
	text-shadow: 3px -1px #314af3;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -2px;
	right: 40px;
	font-size: 35px;
	line-height: 30px;
	width: 38px;
	height: 38px;
	text-align: center;
}

.oval-speech {
	position: relative;
	width: 270px;
	padding: 50px 40px;
	margin: 1em auto 50px;
	text-align: center;
	color: #fff;
	background: #5a8f00;
	/* css3 */
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
	background: -moz-linear-gradient(#b8db29, #5a8f00);
	background: -o-linear-gradient(#b8db29, #5a8f00);
	background: linear-gradient(#b8db29, #5a8f00);
	/*
	NOTES:
	-webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
	-webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
	Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
	*/
	-webkit-border-top-left-radius: 220px 120px;
	-webkit-border-top-right-radius: 220px 120px;
	-webkit-border-bottom-right-radius: 220px 120px;
	-webkit-border-bottom-left-radius: 220px 120px;
	-moz-border-radius: 220px / 120px;
	border-radius: 220px / 120px;
}

.oval-speech p {
	font-size: 1.25em;
}

/* creates part of the curve */
.oval-speech:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -30px;
	right: 50%;
	height: 30px;
	border-right: 60px solid #5a8f00;
	background: #5a8f00;
	/* need this for webkit - bug in handling of border-radius */
	/* css3 */
	-webkit-border-bottom-right-radius: 80px 50px;
	-moz-border-radius-bottomright: 80px 50px;
	border-bottom-right-radius: 80px 50px;
	/* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	transform: translate(0, -2px);
}

/* creates part of the curved pointy bit */
.oval-speech:after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -30px;
	right: 50%;
	width: 60px;
	height: 30px;
	background: #fff;
	/* css3 */
	-webkit-border-bottom-right-radius: 40px 50px;
	-moz-border-radius-bottomright: 40px 50px;
	border-bottom-right-radius: 40px 50px;
	/* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
	-webkit-transform: translate(-30px, -2px);
	-moz-transform: translate(-30px, -2px);
	-ms-transform: translate(-30px, -2px);
	-o-transform: translate(-30px, -2px);
	transform: translate(-30px, -2px);
}

#scc-wp-footer {
	/*position: relative;
	 bottom: -30px;
	left: 0;
	right: 0;*/
	padding: 10px 20px;
	color: #555d66;
}

/*START OF TRANSLATION*/
table.blueTable {
	border: 0px solid #1C6EA4;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table.blueTable td,
table.blueTable th {
	border: 0px solid #f9f9fe;
	padding: 10px 10px;
}

table.blueTable tbody td {
	font-size: 13px;
}

table.blueTable tr:nth-child(even) {
	background: #f9f9fe;
}

table.blueTable thead {
	background: #f9f9fe;
	background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
	border-bottom: 2px solid #444444;
}

table.blueTable thead th {
	font-size: 16px;
	letter-spacing: 2px;
	background: #FFF;
	font-weight: normal !important;
	color: #000;
	border-left: 0px solid #D0E4F5;
}

table.blueTable thead th:first-child {
	border-left: none;
}

table.blueTable tfoot {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: #f9f9fe;
	background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
	border-top: 0px solid #444444;
}

table.blueTable tfoot td {
	font-size: 14px;
}

table.blueTable tfoot .links {
	text-align: right;
}

table.blueTable tfoot .links a {
	display: inline-block;
	background: #f9f9fe;
	color: #000;
	padding: 10px 10px;
	border-radius: 5px;
}

/*END OF TRANSLATION*/
.scc-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.scc-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* Hide default HTML checkbox */
.scc-switch input {
	display: none;
}

/* .slider {
	position: absolute!important;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
} */
/* .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
} */
/* input:checked + .slider {
	background-color: #314af3;
}
input:focus + .slider {
	box-shadow: 0 0 1px #314af3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
/* .slider.round {
	border-radius: 34px;
	min-height: 34px;
}
.slider.round:before {
	border-radius: 50%;
}  */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	label.scc_label {
		float: left;
		padding-top: 20px;
		margin-right: 3px;
		/* padding-left: 20px!important; */
		font-weight: 500;
		margin-bottom: 27px;
	}
}

@media screen and (max-width: 500px) {
	.scc_wrapper label {
		width: 50% !important;
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 600px) {
	label.scc_label {
		float: none;
		padding-top: 0;
		display: block;
		height: 85px;
	}

	.scc_email_quote_label {
		line-height: 28px;
		font-family: Arial, Helvetica, sans-serif;
	}

	.scc_wrapper label {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.purple_bar {
		margin-left: 0;
		width: 100%;
		padding: 20px;
	}

	/* .scc_title_bar {
		background: #314af3;
		padding: 10px;
		margin-left: 5px;
		font-size: 18px;
		color: #fff;
		letter-spacing: 2px;
		margin-bottom: 10px;
		width:100%;
	} */
	#allinputstoadd {
		min-width: 100%;
	}

	input.input_pad.sectiontitle {
		margin-left: 0px !important;
		padding: 5px;
		border: 1px solid #F0F0F0;
		;
		box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07);
		border-radius: 5px;
		margin-right: 5px;
		width: 100% !important;
		display: inline-block;
	}

	.boardOption1 {
		min-width: 95%;
	}

	textarea.input_pad {
		margin-left: 0px !important;
		min-width: 90%;
		margin: 0px auto !important;
	}

	.scroll {
		overflow: scroll;
	}

	#title54 {
		left: 16px;
	}

	.mandatory {
		color: #314af3;
		font-size: 18px;
		width: auto;
		position: absolute;
		top: 19px;
		right: -20px;
	}

	.boardOption {
		width: 100%;
		float: left;
		margin: 0;
		align-items: center;
		min-height: 200px;
		text-align: center;
		overflow-wrap: normal;
		border: 3px solid #E8E8E8;
	}

	.fieldDatatoAdd label {
		height: auto;
		margin-top: 0px !important;
	}

	table.price_table caption {
		margin-bottom: 0px !important;
	}

	.fieldDatatoAdd label {
		height: auto;
		margin-top: 0px !important;
		text-align: right !important;
		position: relative;
		right: 4px;
	}
}

.scc_mandatory_dropdown:before {
	text-align: left;
	left: -2px !important;
	right: 0;
	margin: 0px auto !important;
	font-size: 30px !important;
	width: 30px !important;
	height: 30px !important;
}

.scc_mandatory_dropdown {
	width: 30px !important;
	height: 30px !important;
	box-shadow: 0px 0px 2px #1e8cbe !important;
}

.scc-subsection {
	text-align: left;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	align-items: center;
	padding-right: 7px;
	padding-left: 15px;
  }

/**
	* Tooltip Styles for admin
	*/
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltipadmin {
	position: relative;
	cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltipadmin:before,
.tooltipadmin:after {
	position: absolute;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition:
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-moz-transition:
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltipadmin:hover:before,
.tooltipadmin:hover:after,
.tooltipadmin:focus:before,
.tooltipadmin:focus:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltipadmin:before,
[data-tooltip]:before {
	z-index: 1001;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Base styles for the tooltip's content area */
.tooltipadmin:after,
[data-tooltip]:after {
	z-index: 1000;
	padding: 15px;
	width: 280px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
}

/* Directions */
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltipadmin:after,
.tooltipadmin-top:after {
	margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltipadmin:hover:before,
.tooltipadmin:hover:after,
.tooltipadmin:focus:before,
.tooltipadmin:focus:after,
.tooltipadmin-top:hover:before,
.tooltipadmin-top:hover:after,
.tooltipadmin-top:focus:before,
.tooltipadmin-top:focus:after {
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}

/* Right */
.tooltipadmin-right:before,
.tooltipadmin-right:after {
	bottom: 50%;
	left: 100%;
}

.tooltipadmin-right:before {
	margin-bottom: 0;
	margin-left: -12px;
	border-top-color: transparent;
	border-right-color: #000;
	border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltipadmin-right:hover:before,
.tooltipadmin-right:hover:after,
.tooltipadmin-right:focus:before,
.tooltipadmin-right:focus:after {
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltipadmin-left:before,
.tooltipadmin-right:before {
	top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltipadmin-left:after,
.tooltipadmin-right:after {
	margin-left: 0;
	margin-bottom: -16px;
}

.scc_help_btn_right {
	text-align: right;
	font-size: 14px;
	top: -26px;
	position: relative;
	margin-right: 15px;
}

/*!
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite
}

.fa-pulse {
	-webkit-animation: fa-spin 1s steps(8) infinite;
	animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-acquisitions-incorporated:before {
	content: "\f6af"
}

.fa-ad:before {
	content: "\f641"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adobe:before {
	content: "\f778"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-air-freshener:before {
	content: "\f5d0"
}

.fa-airbnb:before {
	content: "\f834"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-alipay:before {
	content: "\f642"
}

.fa-allergies:before {
	content: "\f461"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angry:before {
	content: "\f556"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-ankh:before {
	content: "\f644"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-alt:before {
	content: "\f5d1"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-archway:before {
	content: "\f557"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-artstation:before {
	content: "\f77a"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-atlas:before {
	content: "\f558"
}

.fa-atlassian:before {
	content: "\f77b"
}

.fa-atom:before {
	content: "\f5d2"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-award:before {
	content: "\f559"
}

.fa-aws:before {
	content: "\f375"
}

.fa-baby:before {
	content: "\f77c"
}

.fa-baby-carriage:before {
	content: "\f77d"
}

.fa-backspace:before {
	content: "\f55a"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-bacon:before {
	content: "\f7e5"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-balance-scale-left:before {
	content: "\f515"
}

.fa-balance-scale-right:before {
	content: "\f516"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battle-net:before {
	content: "\f835"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bezier-curve:before {
	content: "\f55b"
}

.fa-bible:before {
	content: "\f647"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-biking:before {
	content: "\f84a"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-biohazard:before {
	content: "\f780"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blender:before {
	content: "\f517"
}

.fa-blender-phone:before {
	content: "\f6b6"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blog:before {
	content: "\f781"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-bone:before {
	content: "\f5d7"
}

.fa-bong:before {
	content: "\f55c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-book-dead:before {
	content: "\f6b7"
}

.fa-book-medical:before {
	content: "\f7e6"
}

.fa-book-open:before {
	content: "\f518"
}

.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bootstrap:before {
	content: "\f836"
}

.fa-border-all:before {
	content: "\f84c"
}

.fa-border-none:before {
	content: "\f850"
}

.fa-border-style:before {
	content: "\f853"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-box-open:before {
	content: "\f49e"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-brain:before {
	content: "\f5dc"
}

.fa-bread-slice:before {
	content: "\f7ec"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-briefcase-medical:before {
	content: "\f469"
}

.fa-broadcast-tower:before {
	content: "\f519"
}

.fa-broom:before {
	content: "\f51a"
}

.fa-brush:before {
	content: "\f55d"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-buffer:before {
	content: "\f837"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-burn:before {
	content: "\f46a"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-bus-alt:before {
	content: "\f55e"
}

.fa-business-time:before {
	content: "\f64a"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-day:before {
	content: "\f783"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-calendar-week:before {
	content: "\f784"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-campground:before {
	content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
	content: "\f785"
}

.fa-candy-cane:before {
	content: "\f786"
}

.fa-cannabis:before {
	content: "\f55f"
}

.fa-capsules:before {
	content: "\f46b"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-car-alt:before {
	content: "\f5de"
}

.fa-car-battery:before {
	content: "\f5df"
}

.fa-car-crash:before {
	content: "\f5e1"
}

.fa-car-side:before {
	content: "\f5e4"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-carrot:before {
	content: "\f787"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-cat:before {
	content: "\f6be"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-centos:before {
	content: "\f789"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chair:before {
	content: "\f6c0"
}

.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before {
	content: "\f51c"
}

.fa-charging-station:before {
	content: "\f5e7"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-double:before {
	content: "\f560"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-cheese:before {
	content: "\f7ef"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-chromecast:before {
	content: "\f838"
}

.fa-church:before {
	content: "\f51d"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-city:before {
	content: "\f64f"
}

.fa-clinic-medical:before {
	content: "\f7f2"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-meatball:before {
	content: "\f73b"
}

.fa-cloud-moon:before {
	content: "\f6c3"
}

.fa-cloud-moon-rain:before {
	content: "\f73c"
}

.fa-cloud-rain:before {
	content: "\f73d"
}

.fa-cloud-showers-heavy:before {
	content: "\f740"
}

.fa-cloud-sun:before {
	content: "\f6c4"
}

.fa-cloud-sun-rain:before {
	content: "\f743"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-cocktail:before {
	content: "\f561"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comment-dollar:before {
	content: "\f651"
}

.fa-comment-dots:before {
	content: "\f4ad"
}

.fa-comment-medical:before {
	content: "\f7f5"
}

.fa-comment-slash:before {
	content: "\f4b3"
}

.fa-comments:before {
	content: "\f086"
}

.fa-comments-dollar:before {
	content: "\f653"
}

.fa-compact-disc:before {
	content: "\f51f"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-compress-arrows-alt:before {
	content: "\f78c"
}

.fa-concierge-bell:before {
	content: "\f562"
}

.fa-confluence:before {
	content: "\f78d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-cookie:before {
	content: "\f563"
}

.fa-cookie-bite:before {
	content: "\f564"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cotton-bureau:before {
	content: "\f89e"
}

.fa-couch:before {
	content: "\f4b8"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-creative-commons-by:before {
	content: "\f4e7"
}

.fa-creative-commons-nc:before {
	content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
	content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
	content: "\f4ea"
}

.fa-creative-commons-nd:before {
	content: "\f4eb"
}

.fa-creative-commons-pd:before {
	content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
	content: "\f4ed"
}

.fa-creative-commons-remix:before {
	content: "\f4ee"
}

.fa-creative-commons-sa:before {
	content: "\f4ef"
}

.fa-creative-commons-sampling:before {
	content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
	content: "\f4f1"
}

.fa-creative-commons-share:before {
	content: "\f4f2"
}

.fa-creative-commons-zero:before {
	content: "\f4f3"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-critical-role:before {
	content: "\f6c9"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crop-alt:before {
	content: "\f565"
}

.fa-cross:before {
	content: "\f654"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-crow:before {
	content: "\f520"
}

.fa-crown:before {
	content: "\f521"
}

.fa-crutch:before {
	content: "\f7f7"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-d-and-d-beyond:before {
	content: "\f6ca"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-democrat:before {
	content: "\f747"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-dev:before {
	content: "\f6cc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-dharmachakra:before {
	content: "\f655"
}

.fa-dhl:before {
	content: "\f790"
}

.fa-diagnoses:before {
	content: "\f470"
}

.fa-diaspora:before {
	content: "\f791"
}

.fa-dice:before {
	content: "\f522"
}

.fa-dice-d20:before {
	content: "\f6cf"
}

.fa-dice-d6:before {
	content: "\f6d1"
}

.fa-dice-five:before {
	content: "\f523"
}

.fa-dice-four:before {
	content: "\f524"
}

.fa-dice-one:before {
	content: "\f525"
}

.fa-dice-six:before {
	content: "\f526"
}

.fa-dice-three:before {
	content: "\f527"
}

.fa-dice-two:before {
	content: "\f528"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-digital-tachograph:before {
	content: "\f566"
}

.fa-directions:before {
	content: "\f5eb"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-divide:before {
	content: "\f529"
}

.fa-dizzy:before {
	content: "\f567"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dog:before {
	content: "\f6d3"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-donate:before {
	content: "\f4b9"
}

.fa-door-closed:before {
	content: "\f52a"
}

.fa-door-open:before {
	content: "\f52b"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-dove:before {
	content: "\f4ba"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-drafting-compass:before {
	content: "\f568"
}

.fa-dragon:before {
	content: "\f6d5"
}

.fa-draw-polygon:before {
	content: "\f5ee"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drum:before {
	content: "\f569"
}

.fa-drum-steelpan:before {
	content: "\f56a"
}

.fa-drumstick-bite:before {
	content: "\f6d7"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dumbbell:before {
	content: "\f44b"
}

.fa-dumpster:before {
	content: "\f793"
}

.fa-dumpster-fire:before {
	content: "\f794"
}

.fa-dungeon:before {
	content: "\f6d9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-ebay:before {
	content: "\f4f4"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-egg:before {
	content: "\f7fb"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ello:before {
	content: "\f5f1"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-equals:before {
	content: "\f52c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-ethernet:before {
	content: "\f796"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-evernote:before {
	content: "\f839"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fan:before {
	content: "\f863"
}

.fa-fantasy-flight-games:before {
	content: "\f6dc"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-feather:before {
	content: "\f52d"
}

.fa-feather-alt:before {
	content: "\f56b"
}

.fa-fedex:before {
	content: "\f797"
}

.fa-fedora:before {
	content: "\f798"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-figma:before {
	content: "\f799"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-contract:before {
	content: "\f56c"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-download:before {
	content: "\f56d"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-invoice-dollar:before {
	content: "\f571"
}

.fa-file-medical:before {
	content: "\f477"
}

.fa-file-medical-alt:before {
	content: "\f478"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-prescription:before {
	content: "\f572"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-upload:before {
	content: "\f574"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-fill:before {
	content: "\f575"
}

.fa-fill-drip:before {
	content: "\f576"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fingerprint:before {
	content: "\f577"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-alt:before {
	content: "\f7e4"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-first-order-alt:before {
	content: "\f50a"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-fish:before {
	content: "\f578"
}

.fa-fist-raised:before {
	content: "\f6de"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flag-usa:before {
	content: "\f74d"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-flushed:before {
	content: "\f579"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-minus:before {
	content: "\f65d"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-folder-plus:before {
	content: "\f65e"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-font-awesome-logo-full:before {
	content: "\f4e6"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frog:before {
	content: "\f52e"
}

.fa-frown:before {
	content: "\f119"
}

.fa-frown-open:before {
	content: "\f57a"
}

.fa-fulcrum:before {
	content: "\f50b"
}

.fa-funnel-dollar:before {
	content: "\f662"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-galactic-republic:before {
	content: "\f50c"
}

.fa-galactic-senate:before {
	content: "\f50d"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gas-pump:before {
	content: "\f52f"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-ghost:before {
	content: "\f6e2"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-gifts:before {
	content: "\f79c"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-alt:before {
	content: "\f841"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-cheers:before {
	content: "\f79f"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glass-martini-alt:before {
	content: "\f57b"
}

.fa-glass-whiskey:before {
	content: "\f7a0"
}

.fa-glasses:before {
	content: "\f530"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-globe-africa:before {
	content: "\f57c"
}

.fa-globe-americas:before {
	content: "\f57d"
}

.fa-globe-asia:before {
	content: "\f57e"
}

.fa-globe-europe:before {
	content: "\f7a2"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-gopuram:before {
	content: "\f664"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-greater-than:before {
	content: "\f531"
}

.fa-greater-than-equal:before {
	content: "\f532"
}

.fa-grimace:before {
	content: "\f57f"
}

.fa-grin:before {
	content: "\f580"
}

.fa-grin-alt:before {
	content: "\f581"
}

.fa-grin-beam:before {
	content: "\f582"
}

.fa-grin-beam-sweat:before {
	content: "\f583"
}

.fa-grin-hearts:before {
	content: "\f584"
}

.fa-grin-squint:before {
	content: "\f585"
}

.fa-grin-squint-tears:before {
	content: "\f586"
}

.fa-grin-stars:before {
	content: "\f587"
}

.fa-grin-tears:before {
	content: "\f588"
}

.fa-grin-tongue:before {
	content: "\f589"
}

.fa-grin-tongue-squint:before {
	content: "\f58a"
}

.fa-grin-tongue-wink:before {
	content: "\f58b"
}

.fa-grin-wink:before {
	content: "\f58c"
}

.fa-grip-horizontal:before {
	content: "\f58d"
}

.fa-grip-lines:before {
	content: "\f7a4"
}

.fa-grip-lines-vertical:before {
	content: "\f7a5"
}

.fa-grip-vertical:before {
	content: "\f58e"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-guitar:before {
	content: "\f7a6"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hackerrank:before {
	content: "\f5f7"
}

.fa-hamburger:before {
	content: "\f805"
}

.fa-hammer:before {
	content: "\f6e3"
}

.fa-hamsa:before {
	content: "\f665"
}

.fa-hand-holding:before {
	content: "\f4bd"
}

.fa-hand-holding-heart:before {
	content: "\f4be"
}

.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-middle-finger:before {
	content: "\f806"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-hands:before {
	content: "\f4c2"
}

.fa-hands-helping:before {
	content: "\f4c4"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hanukiah:before {
	content: "\f6e6"
}

.fa-hard-hat:before {
	content: "\f807"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hat-wizard:before {
	content: "\f6e8"
}

.fa-haykal:before {
	content: "\f666"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-headphones-alt:before {
	content: "\f58f"
}

.fa-headset:before {
	content: "\f590"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heart-broken:before {
	content: "\f7a9"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-helicopter:before {
	content: "\f533"
}

.fa-highlighter:before {
	content: "\f591"
}

.fa-hiking:before {
	content: "\f6ec"
}

.fa-hippo:before {
	content: "\f6ed"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-holly-berry:before {
	content: "\f7aa"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hornbill:before {
	content: "\f592"
}

.fa-horse:before {
	content: "\f6f0"
}

.fa-horse-head:before {
	content: "\f7ab"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-alt:before {
	content: "\f47d"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hot-tub:before {
	content: "\f593"
}

.fa-hotdog:before {
	content: "\f80f"
}

.fa-hotel:before {
	content: "\f594"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-house-damage:before {
	content: "\f6f1"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-hryvnia:before {
	content: "\f6f2"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-ice-cream:before {
	content: "\f810"
}

.fa-icicles:before {
	content: "\f7ad"
}

.fa-icons:before {
	content: "\f86d"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-id-card-alt:before {
	content: "\f47f"
}

.fa-igloo:before {
	content: "\f7ae"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-intercom:before {
	content: "\f7af"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-invision:before {
	content: "\f7b0"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itch-io:before {
	content: "\f83a"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-jedi:before {
	content: "\f669"
}

.fa-jedi-order:before {
	content: "\f50e"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-jira:before {
	content: "\f7b1"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joint:before {
	content: "\f595"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-journal-whills:before {
	content: "\f66a"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-kaaba:before {
	content: "\f66b"
}

.fa-kaggle:before {
	content: "\f5fa"
}

.fa-key:before {
	content: "\f084"
}

.fa-keybase:before {
	content: "\f4f5"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-khanda:before {
	content: "\f66d"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-kiss:before {
	content: "\f596"
}

.fa-kiss-beam:before {
	content: "\f597"
}

.fa-kiss-wink-heart:before {
	content: "\f598"
}

.fa-kiwi-bird:before {
	content: "\f535"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-landmark:before {
	content: "\f66f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-laptop-medical:before {
	content: "\f812"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-laugh:before {
	content: "\f599"
}

.fa-laugh-beam:before {
	content: "\f59a"
}

.fa-laugh-squint:before {
	content: "\f59b"
}

.fa-laugh-wink:before {
	content: "\f59c"
}

.fa-layer-group:before {
	content: "\f5fd"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-less-than:before {
	content: "\f536"
}

.fa-less-than-equal:before {
	content: "\f537"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-luggage-cart:before {
	content: "\f59d"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-mail-bulk:before {
	content: "\f674"
}

.fa-mailchimp:before {
	content: "\f59e"
}

.fa-male:before {
	content: "\f183"
}

.fa-mandalorian:before {
	content: "\f50f"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marked:before {
	content: "\f59f"
}

.fa-map-marked-alt:before {
	content: "\f5a0"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-markdown:before {
	content: "\f60f"
}

.fa-marker:before {
	content: "\f5a1"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mask:before {
	content: "\f6fa"
}

.fa-mastodon:before {
	content: "\f4f6"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-megaport:before {
	content: "\f5a3"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-meh-blank:before {
	content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
	content: "\f5a5"
}

.fa-memory:before {
	content: "\f538"
}

.fa-mendeley:before {
	content: "\f7b3"
}

.fa-menorah:before {
	content: "\f676"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-meteor:before {
	content: "\f753"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-alt:before {
	content: "\f3c9"
}

.fa-microphone-alt-slash:before {
	content: "\f539"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microscope:before {
	content: "\f610"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mitten:before {
	content: "\f7b5"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-bill-wave:before {
	content: "\f53a"
}

.fa-money-bill-wave-alt:before {
	content: "\f53b"
}

.fa-money-check:before {
	content: "\f53c"
}

.fa-money-check-alt:before {
	content: "\f53d"
}

.fa-monument:before {
	content: "\f5a6"
}

.fa-moon:before {
	content: "\f186"
}

.fa-mortar-pestle:before {
	content: "\f5a7"
}

.fa-mosque:before {
	content: "\f678"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mountain:before {
	content: "\f6fc"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-mug-hot:before {
	content: "\f7b6"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neos:before {
	content: "\f612"
}

.fa-network-wired:before {
	content: "\f6ff"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nimblr:before {
	content: "\f5a8"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-not-equal:before {
	content: "\f53e"
}

.fa-notes-medical:before {
	content: "\f481"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-oil-can:before {
	content: "\f613"
}

.fa-old-republic:before {
	content: "\f510"
}

.fa-om:before {
	content: "\f679"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-otter:before {
	content: "\f700"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-pager:before {
	content: "\f815"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-paint-roller:before {
	content: "\f5aa"
}

.fa-palette:before {
	content: "\f53f"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-parachute-box:before {
	content: "\f4cd"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-parking:before {
	content: "\f540"
}

.fa-passport:before {
	content: "\f5ab"
}

.fa-pastafarianism:before {
	content: "\f67b"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-peace:before {
	content: "\f67c"
}

.fa-pen:before {
	content: "\f304"
}

.fa-pen-alt:before {
	content: "\f305"
}

.fa-pen-fancy:before {
	content: "\f5ac"
}

.fa-pen-nib:before {
	content: "\f5ad"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-penny-arcade:before {
	content: "\f704"
}

.fa-people-carry:before {
	content: "\f4ce"
}

.fa-pepper-hot:before {
	content: "\f816"
}

.fa-percent:before {
	content: "\f295"
}

.fa-percentage:before {
	content: "\f541"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-person-booth:before {
	content: "\f756"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phoenix-squadron:before {
	content: "\f511"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-alt:before {
	content: "\f879"
}

.fa-phone-slash:before {
	content: "\f3dd"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-square-alt:before {
	content: "\f87b"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-photo-video:before {
	content: "\f87c"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-hat:before {
	content: "\f4e5"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-piggy-bank:before {
	content: "\f4d3"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-pizza-slice:before {
	content: "\f818"
}

.fa-place-of-worship:before {
	content: "\f67f"
}

.fa-plane:before {
	content: "\f072"
}

.fa-plane-arrival:before {
	content: "\f5af"
}

.fa-plane-departure:before {
	content: "\f5b0"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-poll:before {
	content: "\f681"
}

.fa-poll-h:before {
	content: "\f682"
}

.fa-poo:before {
	content: "\f2fe"
}

.fa-poo-storm:before {
	content: "\f75a"
}

.fa-poop:before {
	content: "\f619"
}

.fa-portrait:before {
	content: "\f3e0"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-pray:before {
	content: "\f683"
}

.fa-praying-hands:before {
	content: "\f684"
}

.fa-prescription:before {
	content: "\f5b1"
}

.fa-prescription-bottle:before {
	content: "\f485"
}

.fa-prescription-bottle-alt:before {
	content: "\f486"
}

.fa-print:before {
	content: "\f02f"
}

.fa-procedures:before {
	content: "\f487"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-project-diagram:before {
	content: "\f542"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-quran:before {
	content: "\f687"
}

.fa-r-project:before {
	content: "\f4f7"
}

.fa-radiation:before {
	content: "\f7b9"
}

.fa-radiation-alt:before {
	content: "\f7ba"
}

.fa-rainbow:before {
	content: "\f75b"
}

.fa-random:before {
	content: "\f074"
}

.fa-raspberry-pi:before {
	content: "\f7bb"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-reacteurope:before {
	content: "\f75d"
}

.fa-readme:before {
	content: "\f4d5"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-receipt:before {
	content: "\f543"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redhat:before {
	content: "\f7bc"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-remove-format:before {
	content: "\f87d"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-republican:before {
	content: "\f75e"
}

.fa-researchgate:before {
	content: "\f4f8"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-restroom:before {
	content: "\f7bd"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-rev:before {
	content: "\f5b2"
}

.fa-ribbon:before {
	content: "\f4d6"
}

.fa-ring:before {
	content: "\f70b"
}

.fa-road:before {
	content: "\f018"
}

.fa-robot:before {
	content: "\f544"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-route:before {
	content: "\f4d7"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-ruler:before {
	content: "\f545"
}

.fa-ruler-combined:before {
	content: "\f546"
}

.fa-ruler-horizontal:before {
	content: "\f547"
}

.fa-ruler-vertical:before {
	content: "\f548"
}

.fa-running:before {
	content: "\f70c"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-sad-cry:before {
	content: "\f5b3"
}

.fa-sad-tear:before {
	content: "\f5b4"
}

.fa-safari:before {
	content: "\f267"
}

.fa-salesforce:before {
	content: "\f83b"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-satellite:before {
	content: "\f7bf"
}

.fa-satellite-dish:before {
	content: "\f7c0"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-school:before {
	content: "\f549"
}

.fa-screwdriver:before {
	content: "\f54a"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-scroll:before {
	content: "\f70e"
}

.fa-sd-card:before {
	content: "\f7c2"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-dollar:before {
	content: "\f688"
}

.fa-search-location:before {
	content: "\f689"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-seedling:before {
	content: "\f4d8"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-shapes:before {
	content: "\f61f"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shoe-prints:before {
	content: "\f54b"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shopware:before {
	content: "\f5b5"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-shuttle-van:before {
	content: "\f5b6"
}

.fa-sign:before {
	content: "\f4d9"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-signature:before {
	content: "\f5b7"
}

.fa-sim-card:before {
	content: "\f7c4"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-sith:before {
	content: "\f512"
}

.fa-skating:before {
	content: "\f7c5"
}

.fa-sketch:before {
	content: "\f7c6"
}

.fa-skiing:before {
	content: "\f7c9"
}

.fa-skiing-nordic:before {
	content: "\f7ca"
}

.fa-skull:before {
	content: "\f54c"
}

.fa-skull-crossbones:before {
	content: "\f714"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-slash:before {
	content: "\f715"
}

.fa-sleigh:before {
	content: "\f7cc"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-smile-beam:before {
	content: "\f5b8"
}

.fa-smile-wink:before {
	content: "\f4da"
}

.fa-smog:before {
	content: "\f75f"
}

.fa-smoking:before {
	content: "\f48d"
}

.fa-smoking-ban:before {
	content: "\f54d"
}

.fa-sms:before {
	content: "\f7cd"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowboarding:before {
	content: "\f7ce"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-snowman:before {
	content: "\f7d0"
}

.fa-snowplow:before {
	content: "\f7d2"
}

.fa-socks:before {
	content: "\f696"
}

.fa-solar-panel:before {
	content: "\f5ba"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
	content: "\f881"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
	content: "\f882"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-down-alt:before {
	content: "\f884"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-amount-up-alt:before {
	content: "\f885"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-down-alt:before {
	content: "\f886"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-numeric-up-alt:before {
	content: "\f887"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-sourcetree:before {
	content: "\f7d3"
}

.fa-spa:before {
	content: "\f5bb"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-speaker-deck:before {
	content: "\f83c"
}

.fa-spell-check:before {
	content: "\f891"
}

.fa-spider:before {
	content: "\f717"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-splotch:before {
	content: "\f5bc"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-spray-can:before {
	content: "\f5bd"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-square-root-alt:before {
	content: "\f698"
}

.fa-squarespace:before {
	content: "\f5be"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-stackpath:before {
	content: "\f842"
}

.fa-stamp:before {
	content: "\f5bf"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-and-crescent:before {
	content: "\f699"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-star-half-alt:before {
	content: "\f5c0"
}

.fa-star-of-david:before {
	content: "\f69a"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-store:before {
	content: "\f54e"
}

.fa-store-alt:before {
	content: "\f54f"
}

.fa-strava:before {
	content: "\f428"
}

.fa-stream:before {
	content: "\f550"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-stroopwafel:before {
	content: "\f551"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-suitcase-rolling:before {
	content: "\f5c1"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-surprise:before {
	content: "\f5c2"
}

.fa-suse:before {
	content: "\f7d6"
}

.fa-swatchbook:before {
	content: "\f5c3"
}

.fa-swimmer:before {
	content: "\f5c4"
}

.fa-swimming-pool:before {
	content: "\f5c5"
}

.fa-symfony:before {
	content: "\f83d"
}

.fa-synagogue:before {
	content: "\f69b"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tablets:before {
	content: "\f490"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tape:before {
	content: "\f4db"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-teamspeak:before {
	content: "\f4f9"
}

.fa-teeth:before {
	content: "\f62e"
}

.fa-teeth-open:before {
	content: "\f62f"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-temperature-high:before {
	content: "\f769"
}

.fa-temperature-low:before {
	content: "\f76b"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-tenge:before {
	content: "\f7d7"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-the-red-yeti:before {
	content: "\f69d"
}

.fa-theater-masks:before {
	content: "\f630"
}

.fa-themeco:before {
	content: "\f5c6"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-think-peaks:before {
	content: "\f731"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-tint-slash:before {
	content: "\f5c7"
}

.fa-tired:before {
	content: "\f5c8"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-toilet:before {
	content: "\f7d8"
}

.fa-toilet-paper:before {
	content: "\f71e"
}

.fa-toolbox:before {
	content: "\f552"
}

.fa-tools:before {
	content: "\f7d9"
}

.fa-tooth:before {
	content: "\f5c9"
}

.fa-torah:before {
	content: "\f6a0"
}

.fa-torii-gate:before {
	content: "\f6a1"
}

.fa-tractor:before {
	content: "\f722"
}

.fa-trade-federation:before {
	content: "\f513"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-traffic-light:before {
	content: "\f637"
}

.fa-train:before {
	content: "\f238"
}

.fa-tram:before {
	content: "\f7da"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-trash-restore:before {
	content: "\f829"
}

.fa-trash-restore-alt:before {
	content: "\f82a"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-truck-loading:before {
	content: "\f4de"
}

.fa-truck-monster:before {
	content: "\f63b"
}

.fa-truck-moving:before {
	content: "\f4df"
}

.fa-truck-pickup:before {
	content: "\f63c"
}

.fa-tshirt:before {
	content: "\f553"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-ubuntu:before {
	content: "\f7df"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-umbrella-beach:before {
	content: "\f5ca"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-ups:before {
	content: "\f7e0"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-alt:before {
	content: "\f406"
}

.fa-user-alt-slash:before {
	content: "\f4fa"
}

.fa-user-astronaut:before {
	content: "\f4fb"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-cog:before {
	content: "\f4fe"
}

.fa-user-edit:before {
	content: "\f4ff"
}

.fa-user-friends:before {
	content: "\f500"
}

.fa-user-graduate:before {
	content: "\f501"
}

.fa-user-injured:before {
	content: "\f728"
}

.fa-user-lock:before {
	content: "\f502"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-minus:before {
	content: "\f503"
}

.fa-user-ninja:before {
	content: "\f504"
}

.fa-user-nurse:before {
	content: "\f82f"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-slash:before {
	content: "\f506"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before {
	content: "\f509"
}

.fa-usps:before {
	content: "\f7e1"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-vector-square:before {
	content: "\f5cb"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-vial:before {
	content: "\f492"
}

.fa-vials:before {
	content: "\f493"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-video-slash:before {
	content: "\f4e2"
}

.fa-vihara:before {
	content: "\f6a7"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-voicemail:before {
	content: "\f897"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-mute:before {
	content: "\f6a9"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vote-yea:before {
	content: "\f772"
}

.fa-vr-cardboard:before {
	content: "\f729"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-walking:before {
	content: "\f554"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-water:before {
	content: "\f773"
}

.fa-wave-square:before {
	content: "\f83e"
}

.fa-waze:before {
	content: "\f83f"
}

.fa-weebly:before {
	content: "\f5cc"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weight-hanging:before {
	content: "\f5cd"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-wind:before {
	content: "\f72e"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-wine-bottle:before {
	content: "\f72f"
}

.fa-wine-glass:before {
	content: "\f4e3"
}

.fa-wine-glass-alt:before {
	content: "\f5ce"
}

.fa-wix:before {
	content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
	content: "\f730"
}

.fa-wolf-pack-battalion:before {
	content: "\f514"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wpressr:before {
	content: "\f3e4"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-x-ray:before {
	content: "\f497"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yammer:before {
	content: "\f840"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yarn:before {
	content: "\f7e3"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yin-yang:before {
	content: "\f6ad"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

.fa-zhihu:before {
	content: "\f63f"
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url(webfonts/fa-brands-400.eot);
	src: url(webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-brands-400.woff2) format("woff2"), url(webfonts/fa-brands-400.woff) format("woff"), url(webfonts/fa-brands-400.ttf) format("truetype"), url(webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url(webfonts/fa-regular-400.eot);
	src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url(webfonts/fa-solid-900.eot);
	src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
	font-weight: 900
}


.btn-backend {
	background-color: rgb(248, 249, 255);
	!important;
	padding: 0px !important;
	color: #FFF !important;
	/*  text-transform: uppercase; */
	font-size: 9px !important;
	/*height:38px;*/
	margin-left: 1px;
}

.btn-backend-text {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
	float: left;
}

.btn-backend-icon {
	float: left;
	font-size: 16px;
	margin-top: 3px
}

.scc-btn-primary {
	color: #fff;
	background-color: #314bf8;
	border-color: #314bf8
}

.scc-btn-primary:hover {
	color: #fff;
	background-color: #314bf8;
	border-color: #314bf8;
}

.scc-btn-primary:disabled {
	background-color: #7d7f7c;
	color: #f5f5f5;
	border-color: #7d7f7c;
}

.head .text-muted.text-uppercase {
	letter-spacing: 2px;
	color: #90979d !important;
}

.diag-msg-close {
	color: #5e4c4c;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px;
}

.diag-msg-container {
	position: relative;
	/* border: 2px solid #2c3338;
    padding: 5px; */
}

#debug_messages_wrapper .alert {
	margin-bottom: .5em;
}

.diag-msg-container:not(:last-child) {
	margin-bottom: 2px;
}

span.scc_plug_ver {
	position: relative;
	top: -30px;
}

span.scc_plug_ver {
	position: relative;
	top: 10px;
	font-weight: 600;
	font-size: 17px;
	color: #314bf8;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/**************************************
////front css start 31/8/19
****************************/
/* The Close Button */
.closevideoSCC {
	color: #314af3;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closevideoSCC:hover,
.closevideoSCC:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.closesupportSCC {
	color: #314af3;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.closesupportSCC:hover,
.closesupportSCC:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.sccloaddemo {
	height: 55px !important;
	width: 200px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	padding-left: 30px !important;
	margin-top: -15px;
}

/* Wordpress Google Fonts admin style */
.webfonts-selections {
	display: none;
}

.webfonts-variants .variant-items,
.webfonts-subsets .subset-items {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 5px;
}

.googlefont-block {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	clear: both;
	overflow: hidden;
	position: relative;
}

.webfonts-variants,
.webfonts-subsets,
.webfonts-usage,
.webfonts-css {
	float: left;
	width: 44%;
	margin-right: 3%;
}

.webfonts-subsets.single {
	disccay: none;
}

.webfonts-css textarea {
	width: 96%;
	height: 100px;
}

#googlefonts_options .slight {
	font-style: italic;
	color: #ccc;
}

.googlefont-block .gfspinner {
	background: url('../images/spinner.gif') no-repeat 0 0 scroll transparent;
	height: 60px;
	width: 60px;
	position: absolute;
	left: 50%;
	top: 10px;
	z-index: 1;
	disccay: block;
}

.googlefont-block .button-primary {
	margin-top: 10px;
}

.scc-h2 {
	margin-top: 30px;
	padding: 0px;
}

.scc-options {
	display: none;
}


.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #314AF3;
	border-color: #314AF3;
}

.scc-top-save-btn {
	height: 100%;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	padding: 10px 35px;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 90%;
	justify-content: center;
  }
.scc-top-embed-button {
	height: 100%;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	padding: 10px 35px;
	border-radius: 8px;
	width: 90%;
	justify-content: center;
	background: var(--scc-divider-border-color);
}
.scc-top-embed-button svg{
	min-width: 18px;
}

.title_section_no_edit {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
}

.title-divider {
	border: solid 2px;
	width: 200px;
	border-color: #314af3;
	margin: 0px;
	margin-top: 5px;
}

label.scc_label {
	float: left;
	padding-top: 20px;
	margin-right: 3px;
	/* padding-left: 10px; */
	font-weight: 500;
	font-size: 14px;
}

span.scc_label {
	float: right;
	padding-top: 20px;
	margin-right: 3px;
	font-weight: 500;
	font-size: 14px;
}

/* Mike's custom stuff */
.hover_img a {
	position: relative;
}

.hover_img a span {
	position: absolute;
	display: none;
	z-index: 99;
}

.hover_img a:hover span {
	display: block;
}

/* text boxes */
.input_pad {
	padding: 10px !important;
	border: 1px solid #F0F0F0 !important;
	/*box-shadow: inset 0 1px 2px rgba(0,0,0,.07) !important;*/
	border-radius: 1px !important;
	margin-right: 5px !important;
	background: #fff;
}
#costcalculatorname.input_pad{
	border: 1px solid var(--scc-input-field-border-color) !important;
	background: var(--scc-input-field-background);
}
#costcalculatorname.input_pad:focus{
	border: 1px solid var(--scc-input-field-border-color-focus) !important;
	background: var(--scc-input-field-background);
	box-shadow: 0 0 0 0.8px var(--scc-input-field-border-color-focus) !important;
}

.crossnadd {
	text-decoration: none;
	font-weight: bold;
	/*color: #314af3;*/
	font-size: 13px;
	background-color: rgba(255, 0, 0, 0.0);
}

.crossnadd2 {
	text-decoration: none;
	font-weight: bold;
	/*color: #314af3;*/
	font-size: 16px;
	background-color: rgba(255, 0, 0, 0.0);
}

.yesnoeditINN {
	cursor: pointer;
}

/*****************NEW CSS START *********************/
.scc-footer-section {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
}

#myDIV3 {}

#myDIV3 input {
	max-height: 30px;
}

#myDIV3 input[type=checkbox] {
	max-width: 30px;
}

#myDIV3 .row {
	margin-bottom: 10px;
}

#myDIV3 input[type=checkbox]:checked:before {
	content: "\f147";
	margin: 0px 0px 0 0px;
	color: #1e8cbe;
}

#myDIV3 input[type=checkbox]:checked:before,
#myDIV3 input[type=radio]:checked:before {
	width: 28px;
	font: normal 29px/1 dashicons;
}

/*span.scc_plug_ver {
position: relative;
top: -30px;
}*/
.scc-header {
	display: inline-block;
}

/*span.scc_plug_ver {
position: relative;
top: -27px;
font-weight: 600;
font-size: 17px;
color: #314bf8;
letter-spacing:1px;
text-transform: uppercase;
}*/
/*****************NEW CSS END *********************/
.scc_demo_version {
	pointer-events: none;
}

.custom-short-code-p-tag {
	padding: 20px;
	font-size: 16px !important;
}

.scc_add_btn_secn {
	display: inline-block;
	margin-right: 15px;
}

/* .scc_sld_cntrl .slider.slider-horizontal:before {
	display: none;
}
.scc_sld_cntrl .slider.slider-horizontal {
	background:transparent;
} */
.scc_temp_email #messagetemplate {
	width: 100%;
	height: 130px;
	resize: none;
}

/* .trn.Total.scc_first {
	border-right: 1px solid #fff;
	padding-right: 10px;
} */
.scc_select_opt .alert.alert-danger {
	margin: 0px !important;
	background: transparent !important;
	border: 0px !important;
	line-height: 0px !important;
	color: #f00;
}

/**************************************
////front css End 31/8/19
****************************/
.scc_number_box input[type=checkbox] {
	padding: 2px !important;
}

.scc_comment_box input[type=checkbox]:checked:before {
	font: normal 26px/1 dashicons;
}

.scc_comment_box input[type=checkbox] {
	padding: 4px !important;
}

.custom-btn-scc-top .scc_label {
	width: 100%;
	/*max-width: 100px;*/
	display: inline-grid;
	padding-top: 0px !important;
}

/*.custom-btn-scc-top .scc_button {
	padding: 20px 0px !important;
	border: 0px !important;
	font-size: 16px;
	max-width: 200px;
	max-height:63px;
}*/
.scc-col-lg-1,
.scc-col-lg-10,
.scc-col-lg-11,
.scc-col-lg-12,
.scc-col-lg-2,
.scc-col-lg-3,
.scc-col-lg-4,
.scc-col-lg-5,
.scc-col-lg-6,
.scc-col-lg-7,
.scc-col-lg-8,
.scc-col-lg-9,
.scc-col-md-1,
.scc-col-md-10,
.scc-col-md-11,
.scc-col-md-12,
.scc-col-md-2,
.scc-col-md-3,
.scc-col-md-4,
.scc-col-md-5,
.scc-col-md-6,
.scc-col-md-7,
.scc-col-md-8,
.scc-col-md-9,
.scc-col-sm-1,
.scc-col-sm-10,
.scc-col-sm-11,
.scc-col-sm-12,
.scc-col-sm-2,
.scc-col-sm-3,
.scc-col-sm-4,
.scc-col-sm-5,
.scc-col-sm-6,
.scc-col-sm-7,
.scc-col-sm-8,
.scc-col-sm-9,
.scc-col-xs-1,
.scc-col-xs-10,
.scc-col-xs-11,
.scc-col-xs-12,
.scc-col-xs-2,
.scc-col-xs-3,
.scc-col-xs-4,
.scc-col-xs-5,
.scc-col-xs-6,
.scc-col-xs-7,
.scc-col-xs-8,
.scc-col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.scc-col-xs-1,
.scc-col-xs-10,
.scc-col-xs-11,
.scc-col-xs-12,
.scc-col-xs-2,
.scc-col-xs-3,
.scc-col-xs-4,
.scc-col-xs-5,
.scc-col-xs-6,
.scc-col-xs-7,
.scc-col-xs-8,
.scc-col-xs-9 {
	float: left
}

.scc-col-xs-12 {
	width: 100%
}

.scc-col-xs-11 {
	width: 91.66666667%
}

.scc-col-xs-10 {
	width: 83.33333333%
}

.scc-col-xs-9 {
	width: 75%
}

.scc-col-xs-8 {
	width: 66.66666667%
}

.scc-col-xs-7 {
	width: 58.33333333%
}

.scc-col-xs-6 {
	width: 50%
}

.scc-col-xs-5 {
	width: 41.66666667%
}

.scc-col-xs-4 {
	width: 33.33333333%
}

.scc-col-xs-3 {
	width: 25%
}

.scc-col-xs-2 {
	width: 16.66666667%
}

.scc-col-xs-1 {
	width: 8.33333333%
}

.scc-col-xs-pull-12 {
	right: 100%
}

.scc-col-xs-pull-11 {
	right: 91.66666667%
}

.scc-col-xs-pull-10 {
	right: 83.33333333%
}

.scc-col-xs-pull-9 {
	right: 75%
}

.scc-col-xs-pull-8 {
	right: 66.66666667%
}

.scc-col-xs-pull-7 {
	right: 58.33333333%
}

.scc-col-xs-pull-6 {
	right: 50%
}

.scc-col-xs-pull-5 {
	right: 41.66666667%
}

.scc-col-xs-pull-4 {
	right: 33.33333333%
}

.scc-col-xs-pull-3 {
	right: 25%
}

.scc-col-xs-pull-2 {
	right: 16.66666667%
}

.scc-col-xs-pull-1 {
	right: 8.33333333%
}

.scc-col-xs-pull-0 {
	right: auto
}

.scc-col-xs-push-12 {
	left: 100%
}

.scc-col-xs-push-11 {
	left: 91.66666667%
}

.scc-col-xs-push-10 {
	left: 83.33333333%
}

.scc-col-xs-push-9 {
	left: 75%
}

.scc-col-xs-push-8 {
	left: 66.66666667%
}

.scc-col-xs-push-7 {
	left: 58.33333333%
}

.scc-col-xs-push-6 {
	left: 50%
}

.scc-col-xs-push-5 {
	left: 41.66666667%
}

.scc-col-xs-push-4 {
	left: 33.33333333%
}

.scc-col-xs-push-3 {
	left: 25%
}

.scc-col-xs-push-2 {
	left: 16.66666667%
}

.scc-col-xs-push-1 {
	left: 8.33333333%
}

.scc-col-xs-push-0 {
	left: auto
}

.scc-col-xs-offset-12 {
	margin-left: 100%
}

.scc-col-xs-offset-11 {
	margin-left: 91.66666667%
}

.scc-col-xs-offset-10 {
	margin-left: 83.33333333%
}

.scc-col-xs-offset-9 {
	margin-left: 75%
}

.scc-col-xs-offset-8 {
	margin-left: 66.66666667%
}

.scc-col-xs-offset-7 {
	margin-left: 58.33333333%
}

.scc-col-xs-offset-6 {
	margin-left: 50%
}

.scc-col-xs-offset-5 {
	margin-left: 41.66666667%
}

.scc-col-xs-offset-4 {
	margin-left: 33.33333333%
}

.scc-col-xs-offset-3 {
	margin-left: 25%
}

.scc-col-xs-offset-2 {
	margin-left: 16.66666667%
}

.scc-col-xs-offset-1 {
	margin-left: 8.33333333%
}

.scc-col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {

	.scc-col-sm-1,
	.scc-col-sm-10,
	.scc-col-sm-11,
	.scc-col-sm-12,
	.scc-col-sm-2,
	.scc-col-sm-3,
	.scc-col-sm-4,
	.scc-col-sm-5,
	.scc-col-sm-6,
	.scc-col-sm-7,
	.scc-col-sm-8,
	.scc-col-sm-9 {
		float: left
	}

	.scc-col-sm-12 {
		width: 100%
	}

	.scc-col-sm-11 {
		width: 91.66666667%
	}

	.scc-col-sm-10 {
		width: 83.33333333%
	}

	.scc-col-sm-9 {
		width: 75%
	}

	.scc-col-sm-8 {
		width: 66.66666667%
	}

	.scc-col-sm-7 {
		width: 58.33333333%
	}

	.scc-col-sm-6 {
		width: 50%
	}

	.scc-col-sm-5 {
		width: 41.66666667%
	}

	.scc-col-sm-4 {
		width: 33.33333333%
	}

	.scc-col-sm-3 {
		width: 25%
	}

	.scc-col-sm-2 {
		width: 16.66666667%
	}

	.scc-col-sm-1 {
		width: 8.33333333%
	}

	.scc-col-sm-pull-12 {
		right: 100%
	}

	.scc-col-sm-pull-11 {
		right: 91.66666667%
	}

	.scc-col-sm-pull-10 {
		right: 83.33333333%
	}

	.scc-col-sm-pull-9 {
		right: 75%
	}

	.scc-col-sm-pull-8 {
		right: 66.66666667%
	}

	.scc-col-sm-pull-7 {
		right: 58.33333333%
	}

	.scc-col-sm-pull-6 {
		right: 50%
	}

	.scc-col-sm-pull-5 {
		right: 41.66666667%
	}

	.scc-col-sm-pull-4 {
		right: 33.33333333%
	}

	.scc-col-sm-pull-3 {
		right: 25%
	}

	.scc-col-sm-pull-2 {
		right: 16.66666667%
	}

	.scc-col-sm-pull-1 {
		right: 8.33333333%
	}

	.scc-col-sm-pull-0 {
		right: auto
	}

	.scc-col-sm-push-12 {
		left: 100%
	}

	.scc-col-sm-push-11 {
		left: 91.66666667%
	}

	.scc-col-sm-push-10 {
		left: 83.33333333%
	}

	.scc-col-sm-push-9 {
		left: 75%
	}

	.scc-col-sm-push-8 {
		left: 66.66666667%
	}

	.scc-col-sm-push-7 {
		left: 58.33333333%
	}

	.scc-col-sm-push-6 {
		left: 50%
	}

	.scc-col-sm-push-5 {
		left: 41.66666667%
	}

	.scc-col-sm-push-4 {
		left: 33.33333333%
	}

	.scc-col-sm-push-3 {
		left: 25%
	}

	.scc-col-sm-push-2 {
		left: 16.66666667%
	}

	.scc-col-sm-push-1 {
		left: 8.33333333%
	}

	.scc-col-sm-push-0 {
		left: auto
	}

	.scc-col-sm-offset-12 {
		margin-left: 100%
	}

	.scc-col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.scc-col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.scc-col-sm-offset-9 {
		margin-left: 75%
	}

	.scc-col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.scc-col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.scc-col-sm-offset-6 {
		margin-left: 50%
	}

	.scc-col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.scc-col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.scc-col-sm-offset-3 {
		margin-left: 25%
	}

	.scc-col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.scc-col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.scc-col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width:992px) {

	.scc-col-md-1,
	.scc-col-md-10,
	.scc-col-md-11,
	.scc-col-md-12,
	.scc-col-md-2,
	.scc-col-md-3,
	.scc-col-md-4,
	.scc-col-md-5,
	.scc-col-md-6,
	.scc-col-md-7,
	.scc-col-md-8,
	.scc-col-md-9 {
		float: left
	}

	.scc-col-md-12 {
		width: 100%
	}

	.scc-col-md-11 {
		width: 91.66666667%
	}

	.scc-col-md-10 {
		width: 83.33333333%
	}

	.scc-col-md-9 {
		width: 75%
	}

	.scc-col-md-8 {
		width: 66.66666667%
	}

	.scc-col-md-7 {
		width: 58.33333333%
	}

	.scc-col-md-6 {
		width: 50%
	}

	.scc-col-md-5 {
		width: 41.66666667%
	}

	.scc-col-md-4 {
		width: 33.33333333%
	}

	.scc-col-md-3 {
		width: 25%
	}

	.scc-col-md-2 {
		width: 16.66666667%
	}

	.scc-col-md-1 {
		width: 8.33333333%
	}

	.scc-col-md-pull-12 {
		right: 100%
	}

	.scc-col-md-pull-11 {
		right: 91.66666667%
	}

	.scc-col-md-pull-10 {
		right: 83.33333333%
	}

	.scc-col-md-pull-9 {
		right: 75%
	}

	.scc-col-md-pull-8 {
		right: 66.66666667%
	}

	.scc-col-md-pull-7 {
		right: 58.33333333%
	}

	.scc-col-md-pull-6 {
		right: 50%
	}

	.scc-col-md-pull-5 {
		right: 41.66666667%
	}

	.scc-col-md-pull-4 {
		right: 33.33333333%
	}

	.scc-col-md-pull-3 {
		right: 25%
	}

	.scc-col-md-pull-2 {
		right: 16.66666667%
	}

	.scc-col-md-pull-1 {
		right: 8.33333333%
	}

	.scc-col-md-pull-0 {
		right: auto
	}

	.scc-col-md-push-12 {
		left: 100%
	}

	.scc-col-md-push-11 {
		left: 91.66666667%
	}

	.scc-col-md-push-10 {
		left: 83.33333333%
	}

	.scc-col-md-push-9 {
		left: 75%
	}

	.scc-col-md-push-8 {
		left: 66.66666667%
	}

	.scc-col-md-push-7 {
		left: 58.33333333%
	}

	.scc-col-md-push-6 {
		left: 50%
	}

	.scc-col-md-push-5 {
		left: 41.66666667%
	}

	.scc-col-md-push-4 {
		left: 33.33333333%
	}

	.scc-col-md-push-3 {
		left: 25%
	}

	.scc-col-md-push-2 {
		left: 16.66666667%
	}

	.scc-col-md-push-1 {
		left: 8.33333333%
	}

	.scc-col-md-push-0 {
		left: auto
	}

	.scc-col-md-offset-12 {
		margin-left: 100%
	}

	.scc-col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.scc-col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.scc-col-md-offset-9 {
		margin-left: 75%
	}

	.scc-col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.scc-col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.scc-col-md-offset-6 {
		margin-left: 50%
	}

	.scc-col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.scc-col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.scc-col-md-offset-3 {
		margin-left: 25%
	}

	.scc-col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.scc-col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.scc-col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width:1200px) {

	.scc-col-lg-1,
	.scc-col-lg-10,
	.scc-col-lg-11,
	.scc-col-lg-12,
	.scc-col-lg-2,
	.scc-col-lg-3,
	.scc-col-lg-4,
	.scc-col-lg-5,
	.scc-col-lg-6,
	.scc-col-lg-7,
	.scc-col-lg-8,
	.scc-col-lg-9 {
		float: left
	}

	.scc-col-lg-12 {
		width: 100%
	}

	.scc-col-lg-11 {
		width: 91.66666667%
	}

	.scc-col-lg-10 {
		width: 83.33333333%
	}

	.scc-col-lg-9 {
		width: 75%
	}

	.scc-col-lg-8 {
		width: 66.66666667%
	}

	.scc-col-lg-7 {
		width: 58.33333333%
	}

	.scc-col-lg-6 {
		width: 50%
	}

	.scc-col-lg-5 {
		width: 41.66666667%
	}

	.scc-col-lg-4 {
		width: 33.33333333%
	}

	.scc-col-lg-3 {
		width: 25%
	}

	.scc-col-lg-2 {
		width: 16.66666667%
	}

	.scc-col-lg-1 {
		width: 8.33333333%
	}

	.scc-col-lg-pull-12 {
		right: 100%
	}

	.scc-col-lg-pull-11 {
		right: 91.66666667%
	}

	.scc-col-lg-pull-10 {
		right: 83.33333333%
	}

	.scc-col-lg-pull-9 {
		right: 75%
	}

	.scc-col-lg-pull-8 {
		right: 66.66666667%
	}

	.scc-col-lg-pull-7 {
		right: 58.33333333%
	}

	.scc-col-lg-pull-6 {
		right: 50%
	}

	.scc-col-lg-pull-5 {
		right: 41.66666667%
	}

	.scc-col-lg-pull-4 {
		right: 33.33333333%
	}

	.scc-col-lg-pull-3 {
		right: 25%
	}

	.scc-col-lg-pull-2 {
		right: 16.66666667%
	}

	.scc-col-lg-pull-1 {
		right: 8.33333333%
	}

	.scc-col-lg-pull-0 {
		right: auto
	}

	.scc-col-lg-push-12 {
		left: 100%
	}

	.scc-col-lg-push-11 {
		left: 91.66666667%
	}

	.scc-col-lg-push-10 {
		left: 83.33333333%
	}

	.scc-col-lg-push-9 {
		left: 75%
	}

	.scc-col-lg-push-8 {
		left: 66.66666667%
	}

	.scc-col-lg-push-7 {
		left: 58.33333333%
	}

	.scc-col-lg-push-6 {
		left: 50%
	}

	.scc-col-lg-push-5 {
		left: 41.66666667%
	}

	.scc-col-lg-push-4 {
		left: 33.33333333%
	}

	.scc-col-lg-push-3 {
		left: 25%
	}

	.scc-col-lg-push-2 {
		left: 16.66666667%
	}

	.scc-col-lg-push-1 {
		left: 8.33333333%
	}

	.scc-col-lg-push-0 {
		left: auto
	}

	.scc-col-lg-offset-12 {
		margin-left: 100%
	}

	.scc-col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.scc-col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.scc-col-lg-offset-9 {
		margin-left: 75%
	}

	.scc-col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.scc-col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.scc-col-lg-offset-6 {
		margin-left: 50%
	}

	.scc-col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.scc-col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.scc-col-lg-offset-3 {
		margin-left: 25%
	}

	.scc-col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.scc-col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.scc-col-lg-offset-0 {
		margin-left: 0
	}
}

/* save button flash styles */
.scc_save_flash {
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #314af3;
		-webkit-box-shadow: 0 0 3px #314af3;
	}

	50% {
		background-color: #0020ff;
		-webkit-box-shadow: 0 0 40px #0020ff;
	}

	100% {
		background-color: #314af3;
		-webkit-box-shadow: 0 0 3px #314af3;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #314af3;
		-moz-box-shadow: 0 0 3px #314af3;
	}

	50% {
		background-color: #0020ff;
		-moz-box-shadow: 0 0 40px #0020ff;
	}

	100% {
		background-color: #314af3;
		-moz-box-shadow: 0 0 3px #314af3;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #314af3;
		box-shadow: 0 0 3px #314af3;
	}

	50% {
		background-color: #0020ff;
		box-shadow: 0 0 40px #0020ff;
	}

	100% {
		background-color: #314af3;
		box-shadow: 0 0 3px #314af3;
	}
}

@keyframes glowing {
	0% {
		background-color: #314af3;
		box-shadow: 0 0 3px #314af3;
	}

	50% {
		background-color: #0020ff;
		box-shadow: 0 0 40px #0020ff;
	}

	100% {
		background-color: #314af3;
		box-shadow: 0 0 3px #314af3;
	}
}

#preview_modal {
	z-index: 9999;
}

input[type=checkbox],
input[type=radio] {
	background: transparent !important;
}

table#translate_table thead tr th:nth-child(2),
table#translate_table tbody tr td:nth-child(2) {
	display: none;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
	outline: none !important;
}

input[type=checkbox]:focus,
input[type=radio]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus,
span:focus {
	outline: none !important;
}

.boardOption .scc_button {
	min-width: 30%;
	color: rgb(0, 0, 0) !important;
	padding: 2% 0px !important;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	position:relative;
}

.addedFieldsStyle .scc_label {
	padding-top: 5px !important;
	margin-right: 0px !important;
}

.addedFieldsStyle.font-settings-container .scc_label {
	padding-left: 0 !important;
}

.wp-picker-holder {
	position: absolute;
	left: 260px;
	top: -113px;
	z-index: 2000;
}

.iris-picker .iris-square {
	margin-right: 0 !important;
}

.font-settings-title-head {
	padding: 15px;
	color: #fff;
	background: #20319f;
	margin: 0 -15px;
	font-size: 19px;
	border-radius: 5px;
}

.scc-circle-checkbox-field-label {
	margin-left: 0px;
	line-height: 1.3;
}

/* column desktop and column mobile styles */
.text-scc-col input {
	width: 100%;
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
}

.text-scc-col .col-md-3 {
	padding: 0 7px;
}

.text-scc-col .col-md-9 {
	padding: 7px 0;
}

.text-scc-col label {
	font-weight: 400;
}

.title_section_no_edit_container {
	margin-left: 25px;
}

.description_section_no_edit_container {
	margin-left: 25px;
}

.description_section_no_edit {
	margin-bottom: 0;
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 00.01em;
}

.subsect-title {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: inline-flex;
    align-items: center;
}
.subsect-title i{
	margin-left:5px;
}

.scc-vcenter {
	display: flex;
	align-items: center;
}

.scc-vcenter .form-control,
.scc-vcenter label {
	margin: 0;
}

.accordion-body .scc-vcenter:not(:first-child) {
	margin-top: 16px;
}
/* edit calculator list  */
.forms2edit {
	background: #f8f9ff;
	border: 0px solid #bbb;
	border-radius: 5px;
	margin-top: 50px;
	margin-left: 20px;
	min-height: 250px !important;
	padding: 5px;
	padding-top: 0px;
}

.forms2edit_a {
	text-decoration: none;
	font-size: 16px;
}

.edith2 {
	padding: 10px;
	overflow: hidden;
	font-size: 20px !important;
	font-weight: bold;
	color: #181C3B;
	font-family: 'Nunito';
}

.yesnoeditscc {
	display: none;
	font-weight: bold;
	color: #cd293f;
	padding: 25px;
	background: #eaedfe;
	max-width: 175px;
}

span.yesnoeditINN {
	padding: 13px;
}

.yesnoeditINN {
	cursor: pointer;
}

/* START - New Dashboard GUI Advanced Options 2020 */
.styled-accordion {
	/* margin-top: 5px; */
	text-align: unset;
	/* box-shadow: 0 1px 2px 0 rgba(34,36,38,.15), 0 0 0 1px rgba(34,36,38,.15); */
	width: 100%;
	min-height: 1px;
	position: relative;
	float: left;
	cursor: pointer;

}

.styled-accordion .scc-title {
	padding: 0.25em 1em;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	margin-left: -15px;
	border-top: 0px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: background .1s ease, color .1s ease;
	transition: background .1s ease, color .1s ease;
}

.styled-accordion .scc-title .material-icons {
	vertical-align: middle;
}

.styled-accordion .scc-transition,
.styled-accordion .scc-content {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding-left: 15px;
}

.scc-new-accordion-container {
	margin-bottom: 5px;
	text-align: left;
	padding-left: 15px;
	margin-top: 30px;
}

.scc-new-accordion-container:before {
	content: '';
	display: table;
}

.scc-new-accordion-container:after {
	content: '';
	display: table;
	clear: both;
}

/* END - New Dashboard GUI Advanced Options 2020 */
/* START - New Dashboard GUI 2020 */
.BodyOption {
	background-color: #fff;
	padding: 0px;
	margin: 20px 20px 0px 20px;
}

.elements_added {
	/*-webkit-box-shadow: 0px 1px 1px 1px rgba(163,163,163,0.20);
    -moz-box-shadow: 0px 1px 1px 1px rgba(163,163,163,0.20);
    box-shadow: 0px 1px 1px 1px rgba(163,163,163,0.20);*/
	background: #F8F9FF;
	border-radius: 8px;
	margin-top: 10px;
	position:relative;
}
.scc-saving-element-msg{
	position:absolute;
	bottom:40px;
	right:20px;
	display:flex;
	font-weight: 700;
	opacity:1;
	transition: all 0.3s;
}
.scc-visibility-hidden{
	opacity:0;
	visibility:hidden;
}
.preview_form_right_side {
	background-color: #fff;
    margin-right: 10px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-width: 735px;
    max-width: 94%;
    margin-left: 2%;
	padding-left: 15px;
    padding-right: 15px;
}
.df-scc-slider-horizontal{
	padding-right: 0px;
}
.boardOption {
	width: 100%;
	float: left;
	align-items: center;
	min-height: 140px;
	text-align: center;
	overflow-wrap: normal;
	margin-top: 20px;
	border-top: #F0F0F0 1px solid;
	/*-webkit-box-shadow: 0px 0px 14px 0px rgba(163,163,163,0.47);
	-moz-box-shadow: 0px 0px 6px 0px rgba(163,163,163,0.47);
	box-shadow: 0px 0px 8px 1px rgba(163,163,163,0.20);*/
}

.boardOption1 {
	width: 100%;
	float: left;
	align-items: center;
	display: flex;
	text-align: left;
}

.subsec-title {
	color: #000;
	font-size: 20px;
}

.add-element-btn {
	text-align: center;
	pointer-events: auto;
	color: blue;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
}

.add-element-btn a {
	color: white;
	font-size: 20px;
	font-weight: 600;
}

.add-subsection-btn {
	width: 100%;
	padding: 20px;
	text-align: center;
	border-top: #F0F0F0 1px solid;
	margin-top: 30px;
}

.add-subsection-btn a {
	color: white;
	font-weight: 500;
	font-size: 14px;
}

.add-section-btn {
	background: #f8f9ff;
	padding: 16px;
	border: 0px solid #314af3;
	border-radius: 4px;
	text-align: center;
}

.scc_new_sec {
	color: #314af3;
	font-size: 14px;
	font-weight: 500;
}

.scc-remove-option-btn {
	width: 100%;
	padding: 0px;
	height: 40px;
	border: 2px solid #f8f9ff;
	background: #fff;
}

/* .add-price-option-slider{
	text-align: center;
	background: white;
	margin-left: 20px;
	margin-right: 20px;
	padding: 15px;
} */
.fieldDatatoAdd {
	/* overflow: hidden; */
}

/* END - New Dashboard GUI 2020 */
/* Settings page CSS */
.settings-section {
	margin-bottom: 20px;
}

.more-settings-section {
	background-color: #fff;
}

input#scc_tax_amount {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	line-height: 29px;
}

.save-section {
	background-color: aquamarine;
	margin-left: 15px;
	margin-bottom: 20px;
}

.editing-action-cards {
	padding: 10px;
	/*background-color: #f9f9fe;*/
	/*	border-top: #F0F0F0 1px solid;
*/
	cursor: pointer;
}

.editing-action-cards h3 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}

.editing-action-cards:not(:last-child) {
	margin-bottom: 20px;
}

.editing-action-cards .card-content {
	margin-bottom: 20px;
}

.card-action-btns .btn-cards-primary {
	background-color: #314af3;
	padding: 9px 35px;
	color: #fff;
}
.card-action-btns .btn.btn-cards:not(.btn-primary) {
    background-color: #fff;
}
.card-action-btns .btn.btn-cards {
	height: 40px;
    border: unset;
    margin: 0;
    border-radius: 5px;
    box-shadow: none;
    padding: 0px 30px !important;
    display: inline-flex;
    align-items: center;
}
.scc-icon-size svg{
	max-width: 30px;
}
.scc-top-nav-container .scc-icn-wrapper svg {
    height: 23px;
    width: 23px;
    background-color: #fff;
}
.editing-action-cards.action-quoteform .btn.btn-cards:not(.btn-plus) {
	padding: 0 0 0 10px;
	line-height: 34px;
}

.card-action-btns .btn:hover,
.card-action-btns .btn.btn-cards.active:hover,
button.btn-settings-bar:hover,
button.btn-settings-bar:focus,
button.btn-settings-bar.active {
	color: #314AF3;
	box-shadow: none;
}

button.btn-settings-bar {
	margin-right: 20px;
}

button#btn_df_scc_tabembed_.btn-settings-bar {
	border-radius: 20px;
	background-color: #e5e6fd;
	color: #545454;
	padding: 10px 25px;
	margin-right: unset;
}

.scc-form-checkbox {
	margin: 16px auto;
}

.scc-form-checkbox label {
	margin-bottom: 0;
	margin-left: 5px;
}

.scc-form-checkbox input[type="checkbox"] {
	margin-top: 0;
}

.df-scc-eui-FormControlLayout {
	max-width: 400px;
	width: 100%;
	height: 40px;
}

.df-scc-eui-FormControlLayout__childrenWrapper {
	position: relative;
}

select.df-scc-eui-Select {
	max-width: 400px;
	width: 100%;
	height: 40px;
	background-color: #fbfcfd;
	background-repeat: no-repeat;
	background-size: 0% 100%;
	box-shadow: 0 1px 1px -1px rgb(152 162 179 / 20%), 0 3px 2px -2px rgb(152 162 179 / 20%), inset 0 0 0 1px rgb(15 39 118 / 10%);
	transition: box-shadow 150ms ease-in, background-image 150ms ease-in, background-size 150ms ease-in, background-color 150ms ease-in;
	font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	letter-spacing: -.005em;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	font-size: 14px;
	color: #343741;
	border: none;
	border-radius: 0;
	padding: 12px;
	padding-right: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.df-scc-eui-FormControlLayoutIcons {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.df-scc-eui-FormControlLayoutIcons--right {
	left: auto;
	right: 12px;
}

.df-scc-eui-FormControlLayoutCustomIcon {
	pointer-events: none;
	font-size: 0;
}

.df-scc-eui-Icon--medium {
	width: 16px;
	height: 16px;
}

.df-scc-eui-Icon {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

button.btn.btn-cards.active,
button.btn-settings-bar {
	color: #181C3B;
}

a.btn.btn-cards.active,
a.btn-settings-bar {
	background-color: #20319f;
	color: #fff;
}

button.btn.btn-cards>.material-icons:not(.scc-icon-formbuilder) {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
}

button.btn.btn-cards:not(.active)>span.material-icons {
	display: none;
}

.row.col-md-12 .switch-container,
.row.col-md-12 .switch-label {
	display: inline-block;
}

/* .slider-section-container,
.custom-math-section-container {
	padding: 0 15px;
} */
.scc-urls-table tbody {
	height: unset
}

.scc-urls-table tbody tr td:first-child {
	width: 88%;
}

.scc-urls-table tbody tr td:last-child {
	width: 12%;
}

.scc-urls-table {
	margin: auto;
	width: 80%;
	margin-bottom: 10px;
}

.opt-secondary {
	color: #314af3;
	font-weight: normal;
	font-weight: 600;
	font-size: 13px;
	padding: 5px 15px;
	/*border:1px solid #314af3;*/
	border-radius: 6px;
	margin-right: 5px;
}

a.opt-secondary {
	color: #314af3;
	margin-top: 7px;
	display: inline-block;
}

[id^=scc_calculator_] :not(:nth-child(3)) {
	text-decoration: none;
}

.switch-label label {
	font-weight: unset;
}

a.crossnadd {
	color: #314af3;
	cursor: pointer;
}

.material-icons.scc-icon-formbuilder,
.material-icons-outlined.scc-icon-formbuilder {
	font-size: 14px;
	vertical-align: middle;
	line-height: 33px;
	padding: 0 3px;
	float: right;
}

.btn.btn-cards>.scc-icon-formbuilder:nth-child(4) {
	margin-left: 5px;
}

.material-icons.scc-icon-formbuilder:hover {
	/*background-color: #1b6d85;*/
}

.edit-element-notice {
	text-align: left;
}

.material-icons.with-tooltip,
.material-icons-outlined.with-tooltip {
	cursor: pointer;
}

.scc-top-nav-container {
	float: right;
	display: flex;
	align-items: center;
}

ul.scc-edit-nav-items li a,
button.btn-settings-bar,
.btn.use-premium-tooltip {
	font-family: 'Nunito';
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.01em;
	text-decoration: none;
}
.scc-header-menu-col ul.scc-edit-nav-items li a:not(.dropdown-item) {
    color: #fff;
}

ul.scc-edit-nav-items li a i {
	line-height: 20px;
}

.scc-navbar .btn.btn-warning {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 27px;
	padding: 8px 20px;
	border-radius: 10px;
	color: #000;
}

ul.scc-edit-nav-items {
	margin-bottom: 0;
	display: inline;
}

ul.scc-edit-nav-items li {
	display: inline;
	margin-bottom: 0;
}

ul.scc-edit-nav-items ul.dropdown-menu.show {
	padding: 0;
}

ul.scc-edit-nav-items li:focus,
ul.scc-edit-nav-items li a:focus {
	outline: unset;
	box-shadow: unset;
}

ul.scc-edit-nav-items>li:last-child>.dropdown-menu {
	left: -95px;
}

/* ul.scc-edit-nav-items li:not(:last-child):not(.dropdown-menu li):after {
	content: '/';
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	color:black;
} */
.scc-no-gutter {
	--bs-gutter-x: unset;
	--bs-gutter-y: unset;
}

.scc-edit-nav-items>li {
	margin-right: 35px;
}

.scc-navbar {
	/* padding: 32px 32px; */
	font-family: 'Nunito';
}

.dropdown-menu>li>a {
	display: block;
	padding: 15px 30px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.container-fluid.my-5.with-vh {
	min-height: 65vh;
}

@media (min-width: 1400px) {
	.container-fluid.my-5 {
		max-width: 80%;
		margin-left: unset;
	}
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.wrap.scc_wrapper,
#wpbody-content {
	font-family: 'Nunito';
	background: #F8F9FF;
}

#wpbody-content {
	padding-bottom: 0;
}

.parent-div-inherit label {
	margin: 4px 0 0 0;
}

.parent-div-inherit .material-icons,
.parent-div-inherit .material-icons-outlined {
	vertical-align: middle;
}

.v-align-middle {
	vertical-align: middle;
}

.scc-element-content {
	margin-top: 30px;
	border: 0px none !important;
	outline: 0px none !important;
}

.premium-banner .vstack {
	background-color: #e5e6fd;
}

.scc-element-title {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-right: 100px;
	margin-top: -15px;
	padding-bottom: 10px;
}

.elements_added .scc-element-title {
	margin-right: 80px;
}

/* Moving this from scc-front-end 03/25/2021 Mike */
.purple_bar,
.scc_button {
	background: #F8F9FF;
	padding: 10px;
	margin-left: 2%;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	max-width: 1000px;
}

.scc_button:hover,
.scc_button:active {
	color: #fff;
}

.scc_button {
	background-color: var(--scc-color-primary);
	color: #fff;
	padding: 15px 40px;
	border-radius: 8px;
	text-decoration: none !important;
	font-size: 16px;
	text-align: center;
	border: none;
	margin-bottom: 0;
	display: inline-block;
	margin-left: 8px;
}

button.scc_button.btn-backend {
	background: white;
	border: 2px solid #dbdffd;
	margin-bottom: 10px;
	font-weight: bold;
	box-shadow:  0 5px 4px rgba(219, 223, 253, 0.5);
	transition: box-shadow 0.3s ease;
  }
button.scc_button.btn-backend:hover {
	box-shadow: 0 1px 2px rgba(219, 223, 253, 0.9);
}

button.scc_button.btn-backend.ed-btn-disabled::after,
.wizard-card li.requires-premium a b::after, 
.scc-premium-mark-over-button::after {
  content: "\f3a5";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 20px;
  text-align: center; 
  background-color: var(--scc-color-secondary);
  border-start-end-radius: 8px;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  padding-left: 12px;
  font-size: 11px;
}

.title-divider {
	border: solid 2px;
	width: 200px;
	border-color: #314af3;
	margin: 0px;
	margin-top: 5px;
}

.scc_button:hover,
.scc_button:active {
	color: #fff;
}

label.scc_label {
	float: left;
	padding-top: 20px;
	margin-right: 3px;
	/* padding-left: 20px!important; */
	font-weight: 500;
}

.dashboard_page_edit_sccbyid .media-modal-content {
	width: 95%;
}

.scc-dropdown-image-remove {
	position: absolute;
	/* left: 6em; */
	/* bottom: 4.5em; */
	top: 0;
	right: 0;
	background-color: rgb(255, 0, 0);
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	height: 20px;
	width: 20px;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: 10px;
}

#calc-settings-webhook .material-icons[data-event-type],
#calc-settings-webhook .material-icons-outlined[data-event-type] {
	vertical-align: text-bottom;
	color: #314af3;
	cursor: pointer;
}

.material-icons.more-settings-info,
.material-icons-outlined.more-settings-info {
	vertical-align: middle;
	font-size: 20px;
	color: #686b7e;
}

.scc-calc-settings-hr {
	background-color: var(--scc-divider-border-color);
	height: 1px;
	margin-top: 5px;
}

.scc-calc-settings-title {
	font-weight: bold;
	font-size: 18px;
}

.scc-calc-settings-btn {
	display: block;
	width: fit-content;
	background-color: #314af3;
	padding: 8px;
	font-weight: normal;
	font-size: 12px;
	color: white;
	border-radius: 6px;
	text-decoration: none;
}

.scc-calc-settings-lbl {
	font-weight: normal;
}

a.scc-calc-settings-btn:hover {
	color: orange;
	text-decoration: nornmal;
}

i.fa.fa-book,
i.material-icons.more-settings-info {
	color: #b7c1fb;
	margin-left: 5px;
}

i.fa.fa-book:hover,
i.material-icons.more-settings-info:hover,
i.material-icons-outlined.more-settings-info:hover {
	color: orange;
}

select.form-control {
	border: #212529 2px solid;
}

.content-search-settings {
	background-color: #f8f9ff;
}

.content-search-settings.ui-menu-item {
	background-color: #000;
}

.scc_sortable-ghosts {
	background-color: gray;
	opacity: 1;
}

.scc_sortable-chosens {
	background-color: orange !important;
	color: white;
}

.scc_sortable-drags {
	opacity: 1 !important;
	box-shadow: 0 0 10px #d3d3d3 !important;
	background-color: #e4f2fd;
	border: 2px dotted white !important;
}

.sortable_subsection_element {
	cursor: move !important;
	cursor: -webkit-grabbing !important;
}

/* slector of autocomplete but its overwriten*/
/*.ui-menu .ui-menu-item-wrapper:hover{
	background-color: black;
	border: none;
}*/
.df_scc_search_bar_top {
	background-color: #314af3;
	margin: 40px 100px 10px -20px;
}

#costcalculatorname.input_pad {
	border-radius: 8px !important;
	padding: 11px;
	width: 100%;
}

.row:has(.scc_title_bar) {
	width: 100%;
}

.scc_title_bar {
	font-size: 32px;
	font-weight: 600;
	color: #181c3b;
	text-transform: capitalize;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 1rem;
}

input:checked+.slider {
	background-color: #314af3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #314af3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
	min-height: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.scc-settings-card-title {
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 20px 0;
}

.scc-settings-card-title .highlighted {
	font-weight: 800;
	color: #314bf8;
}

textarea.scc-textarea-field {
	overflow: auto;
	padding: 5px 6px;
	line-height: 1.4;
	resize: vertical;
	width: 100%;
}

.scc-settings-card-inner {
	padding-left: 40px;
	padding-right: 40px;
}

.scc-form-field {
	margin-bottom: 20px;
}

.scc-form-field label {
	display: block;
}

.scc-form-field .sccbutton {
	width: auto;
}

.scc-media-uploader-image {
	max-width: 200px;
	border: 1px solid #007cba;
	position: relative;
	margin-top: 10px;
}

.scc-media-uploader-image img {
	width: 100%;
	height: auto;
}

.scc-media-uploader-remove {
	position: absolute;
	right: 0;
	top: 0;
	background-color: blue;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	display: block;
	cursor: pointer;
}

.dashicons-no::before,
.dashicons-yes::before {
	font-size: 25px;
}

.sccbutton {
	background: #314af3;
	border-color: #314af3 #314af3 #314af3;
	box-shadow: 2px 2px 2px #9a7070;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #314af3, 1px 0 1px #314af3, 0 1px 1px #314af3, -1px 0 1px #314af3;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	width: 90px;
}

.sccsubtitle span {
    font-weight: 800;
}

.sccsubdiv {
	height: 25px;
	width: 90px;
	display: flex;
	float: left;
	line-height: 35px;
}

button,
input,
select {
	border: 1px solid #F0F0F0;
}

.panel-group .panel {
	max-width: 800px !important;
}

.section-total-on-pdf-container {
	display: none;
}

/*Start Sweet*/
.swal2-popup.swal2-modal.swal2-show {
	padding: 3rem;
}

.swal2-modal:not(.scc-transparent) {
	background-color: #fff !important;
}

.scc-transparent {
	background-color: transparent !important;
}

.swal2-title {
	color: #000 !important;
	font-size: 24px;
	font-family: 'Nunito';
	font-weight: 500;
}

.swal2-content {
	color: #000;
}

button.swal2-deny.swal2-styled {
	background: none;
	color: #000;
}

button.swal2-confirm.swal2-styled {
	background: #314AF3;
}

.swal2-popup.swal2-toast {
	padding: 1.5em;
}

.swal2-popup.swal2-toast .swal2-title {
	font-size: 1.5em;
}

.swal2-container.swal2-top-end.swal2-backdrop-show {
	margin-top: 30px;
}

/*END Sweet*/
.scc-cal-settings-row .scc-vcenter {
	margin-top: 10px;
}

.no-sub-section .scc-vcenter .col-xs-6:first-child {
	padding-left: 30px;
}

button.btn.btn-addcondition {
	background-color: #8392f7;
	color: #F0F0F0;
}

.settings-section .a-over {
	background-color: orange;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

.settings-section .a-over:hover {
	color: #FFF;
}

.scc-a-over-blue {
	background-color: var(--scc-color-primary);
	border-radius: 5px;
	color: #FFF;
	padding: 20px 30px;
	text-decoration: none;
	font-size: 0.8rem;
}

.scc-a-over-blue:focus {
	color: #FFF;
}

.scc-a-over-blue:hover {
	color: #FFF;
}



.ed-btn-disabled {
	cursor: not-allowed;
	background-color: var(--scc-red-light); !important;
}

select option {
	width: 500px !important;
}

.scc-calc-settings-btn.disabled {
	background-color: #e5e6fd;
}

.scc-calc-settings-btn.disabled:hover {
	color: #FFF;
	text-decoration: none;
	cursor: not-allowed;
}

i.material-icons.disabled {
	color: rgba(211, 211, 211, 0.4) !important;
	cursor: not-allowed !important;
}

.free_version {
	font-size: 16px;
	color: #222;
	/* padding: 15px; */
	/* margin-right: 15px; */
	/* max-width: 601px; */
}
.scc-margin-menu{
	margin-bottom: 7px;
}
.free_version a {
	color: orange;
	margin-top: 7px;
}

.free_version a:hover {
	text-decoration: underline;
}

.foot-img-li a {
	text-decoration: none;
	color: #337ab7;
}

.foot-img-li a:hover {
	text-decoration: underline;
	cursor: pointer;
}

.BodyOption hr {
	border: 0;
	border-top: 1px solid rgb(192, 192, 192);
}

.btn.btn-addcondition.cond-add-btn.hidden,
.btn.btn-primary.btn-cond-or.hidden {
	display: none;
}

.tooltip-img>.tooltip-inner {
	background-color: #007cba;
	max-width: unset;
}

.tooltip-img.show {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip-img>.tooltip-arrow::before {
	border-right-color: #FFF !important;
}

.tooltip-img-dark>.tooltip-inner {
	background-color: #0e0f0f;
	max-width: unset;
}

.tooltip-img-dark.show {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip-img-dark>.tooltip-arrow::before {
	border-right-color: rgb(0, 0, 0) !important;
}

#allinputstoadd input,
optgroup,
select,
textarea {
	font-size: 14px;
}

#wp-admin-bar-scc-edit-calculator {
	background-color: #314af3 !important;
}

#wp-admin-bar-scc-edit-calculator a:hover {
	background-color: orange !important;
	color: #FFF !important;
}

#wpcontent {
	padding-left: 0;
}

.scc_container_forms [id^=scc_calculator_] {
	background-color: #f8f9ff;
	border-radius: 5px;
}


.elements_added_v2 {
	display: flex;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	/*border-radius: 0.5rem;*/
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	min-height: 50px;
}

.elements_added_v2 .element-icon,
.elements_added_v2 .element-action-icons {
	justify-content: center;
	align-items: center;
	display: flex;
}

.elements_added_v2 .element-icon {
	margin: 0 10px;
	width: 5rem;
}

.elements_added_v2 .element-action-icons {
	margin: 0 10px;
}

.elements_added_v2 .element-action-icons .material-icons-outlined:not(:last-child),
.elements_added_v2 .element-action-icons .scc-element-action-icon:not(:last-child) {
    margin: 0 8px;
}
.elements_added_v2 .element-action-icons .scc-element-action-icon {
	display: inline-flex;
	align-items: center;
}

.elements_added_v2 .element-action-icons .scc-icn-wrapper {
    display: inline-flex;
    height: 17px;
    width: 17px;
    align-items: center;
    cursor: pointer;
}
.elements_added_v2 .scc-icn-wrapper svg {
    height: 24px;
    width: 24px;
}

.element-title-desc {
	width: 100%;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.element-title-desc .title-desc-wrapper {
	margin-right: .75rem;
	text-align: left;
}

.title-desc-wrapper .element-title {
	font-weight: 600;
}

.title-desc-wrapper .element-description {
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: 0;
}

.elements_added:not(:last-child) {
	border: 2px solid #f8f9ff;
	border-right-width: 0;
	border-left-width: 0;
}

.deleteBackendElmnt {
	height: 40px;
	width: 100%;
	padding-left: 0;
	border: none;
	background: #F8F9FF;
}

.lblExtraSettingsEditCalc {
	font-size: 14px;
	vertical-align: sub;
}

div#dfscc_tab_translations_ {
	background: white;
	border-radius: 8px;
}

select {
	border: 1px solid #F0F0F0 !important;
}

.debug-items-wrapper {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.tooltip-element {
	padding: 0;
	margin-top: 0;
	max-width: 600px;
}

.scc-left-pane {
	min-width: 750px;
	flex: 0 0 auto;
    width: 50%;
}

.card-body.tooltip-inner {
	max-width: 600px;
	background-color: unset;
	color: rgb(255, 255, 255);
	padding: 20px;
}

.card.tooltip-element {
	border: none;
	max-width:450px;
}

.translate-del-btn.material-icons {
	text-decoration: none;
	vertical-align: middle;
	background-color: #ff0000;
	color: #fff;
	padding: 5px;
	display: none;
}

.translation-row:hover .translate-del-btn.material-icons {
	display: inline-block;
}

/* style for input tags inside the element edit box */
.elements_added input,
.elements_added textarea {
	border: 1px solid var(--scc-input-field-border-color) !important;
	background-color: var(--scc-input-field-background) !important;
	box-shadow: none !important;
	text-align: left !important;
	border-radius: 4px !important;
	min-height: 45px;
	font-size: 14px;
}

.elements_added select {
	border: 1px solid var(--scc-input-field-border-color) !important;
	background-color: var(--scc-input-field-background) !important;
	box-shadow: none !important;
	text-align: left !important;
	border-radius: 4px !important;
	font-size: 14px;
	min-height: 45px;
}

.elements_added input:focus,
.elements_added textarea:focus,
.elements_added select:focus {
	border: 1px solid var(--scc-input-field-border-color-focus) !important;
	box-shadow: 0 0 0 0.8px var(--scc-input-field-border-color-focus) !important;
	border-radius: 4px !important;
}

.elements_added textarea {
	text-align: start;
}
.advanced-option-wrapper .scc-accordion_switch_button input{
	border:none !important;
	background-color:transparent !important;
}
.advanced-option-wrapper .scc-accordion_switch_button input:disabled + span {
	background-color:#e9e9e9 !important;
}
.scc-style-chooser {
	margin-bottom: 20px;
}

.scc-woo-logo {
	max-width: 75px;
}

.scc-elm-num-lbl {
	float: none;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

.inputoption_title {
	margin-bottom: 20px;
}

.btn.btn-settings-bar .material-icons-outlined {
	vertical-align: middle;
}

.slider-setup-body,
.dd-setup-body {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	max-width: 600px;
}

.slider-setup-body .form-select,
.dd-setup-body .form-select {
	height: 40px;
	min-width: 95%;
	display: inline;
}

.range-close-btn {
	margin: auto 0;
	width: 3%;
	color: red;
	cursor: pointer;
}

.slider-setup-body .scc-new-accordion-container,
.dd-setup-body .scc-new-accordion-container {
	margin-right: -30px;
	margin-left: -30px;
}

.is-set-default {
	background-color: #56b665;
}

.description-wrapper {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.is-set-default::before {
	color: #fff;
	vertical-align: sub;
	font-size: x-small;
	cursor: pointer;
}

.section-title-edit-wrapper {
	display: inline-flex;
	align-items: center;
	width: 100%;
}

.scc-notifications-wrapper {
	max-width: unset;
}

.scc-notifications-wrapper .scc-dismiss,
.premium-banner .scc-dismiss {
	position: absolute;
	top: 55px;
	right: 16px;
	width: 16px;
	height: 16px;
	color: #A0A5AA;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
}

.premium-banner .scc-dismiss {
    width: unset;
    margin-left: auto;
    height: unset;
    position: unset;
}

.premium-banner p {
	font-size: unset;  /* fallback to bootstrap default font size */
}

.scc-notifications-message:not(.current) {
	display: none;
}

#scc-notifications .navigation {
	position: absolute;
	bottom: 20px;
	right: 16px;
	width: 63px;
	height: 30px
}

#scc-notifications .navigation a {
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #7E8993;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1.625;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
	color: #41454A
}

.scc-notifications-buttons a.button-primary {
	background: #314af3;
	border-color: #314af3;
	margin-right: 10px;
}

#scc-notifications .navigation a:hover {
	background-color: #f1f1f1
}

#scc-notifications .navigation .prev {
	float: left
}

#scc-notifications .navigation .next {
	float: right
}

#scc-notifications .navigation .disabled {
	border-color: #dddddd;
	color: #A0A5AA;
	cursor: default
}

#scc-global-settings select.form-select.form-select-lg {
	height: 45px;
}

#scc-global-settings .form-control {
	height: 45px;
}

#scc-global-settings label.col-form-label {
	padding-top: 0;
}

#scc-notifications .navigation .disabled:hover {
	background-color: #ffffff
}

#calc-preview-wrapper {
	cursor: pointer;
}

.list-group .material-icons-outlined {
	vertical-align: middle;
}

.list-group li a {
	color: initial;
	text-decoration: none;
}

.list-group li svg {
	height: 24px;
	width: 24px;
}

#scc-footer p {
	font-size: inherit;
}

.scc-edit-nav-items .free_version a {
	text-decoration: underline;
	color: orange;
}

.scc-edit-nav-items .free_version a i {
	text-decoration: none;
}

.scc-edit-nav-items .free_version {}

.image_container {
	position: relative;
}

.dd-item-field-container:not(:last-child) {
	margin-bottom: 15px;
}

.dd-item-edit-field {
	width: 137%;
	align-items: center;
	align-content: center;
}

.dd-item-edit-field .scc-dd-item-form-checkbox {
	margin-top: 0;
	width: max-content;
}

.quiz-modal .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}

.quiz-modal .modal-body::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
  padding:2px;
}

.quiz-modal .modal-body {
  scrollbar-color: #304af8 white;
  scrollbar-width: thin;
}

.quiz-modal .modal-body::-webkit-scrollbar-thumb {
     border-radius: 10px; 
    /* background-color: rgb(255, 255, 255); */
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgb(49, 74, 243)), to(rgb(49, 74, 243)), color-stop(0.6, rgb(49, 74, 243)));
}

.modal-backdrop.show {
	opacity: 0.85;
}

input:disabled {
	background: #f1f1f1 !important;
}
input.dd-item-def-checkbox:disabled {
	background: transparent !important;
	border: none !important;
}

.scc-adv-opt-lbl {
	margin-top: 5px;
	font-size: 13px;
}

.advanced-option-wrapper {
	width: 50%
}

.advanced-option-wrapper .input-field {
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.advanced-option-wrapper .input-field input {
	max-width: inherit;
	width: 100%;
}

.advanced-option-wrapper .scc-accordion-tooltip {
	padding: 0;
}

.advanced-option-wrapper .input-field>label:not(.label-icon).active {
	-webkit-transform: translateY(-14px) scale(0.8);
	transform: translateY(-14px) scale(0.8);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.form-control,
.form-select {
	width: 100% !important;
	padding: 0.375rem 0.75rem !important;
	line-height: 1.5 !important;
	color: #212529 !important;
	border: 1px solid var(--scc-input-field-border-color) !important;
	background-color: var(--scc-input-field-background) !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	border-radius: 0.25rem !important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.form-control:focus,
.form-select:focus {
	border-color: var(--scc-input-field-border-color-focus) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.8px var(--scc-input-field-border-color-focus) !important;
}

.input-group>.form-control input {
	border: 1px;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	min-height: auto;
	box-shadow: none;
	border: 1px solid var(--scc-input-field-border-color);
	background-color: var(--scc-input-field-background);
	border-radius: 0.25rem !important;
	color: #212529;
}

.input-group>.form-control:focus {
	border-color: var(--scc-input-field-border-color-focus) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.5px var(--scc-input-field-border-color-focus) !important;
}
#dfscc_tab_calculator_ .form-control, #scc-global-settings .form-select{
	border: 1px;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	min-height: auto;
	box-shadow: none;
	border: 1px solid var(--scc-input-field-border-color) !important;
	background-color: var(--scc-input-field-background) !important;
	border-radius: 0.25rem !important;
	color: #212529;
}
#dfscc_tab_calculator_ .form-control:disabled{
	color: #a7aaad !important;
    border-color: var(--scc-disabled-input-border-color) !important;
    background-color: var(--scc-disabled-input-background-color) !important;
	height: 40px;
	font-size: 14px;
}
#dfscc_tab_calculator_ .form-control:focus{
	border-color: var(--scc-input-field-border-color-focus) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.5px var(--scc-input-field-border-color-focus) !important;
}

.scc-d-none, .d-none {
	display: none !important;
}

.scc-btn-spinner,
.scc-btn-spinner::after,
.scc-btn-spinner::before {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 20px;
  height: 20px
}

.scc-btn-spinner::after,
.scc-btn-spinner::before {
  content: "";
  position: absolute;
  border-radius: 100px
}

.calculator-builder-btn.btn.btn-primary,
.preview-pane-btn.btn.btn-primary {
  border-radius: 8px;
  margin-left: 2%;
  margin-bottom: 10px;
  font-size: 18px;
  padding: 12px 0;
}

.calculator-builder-btn:hover {
  color: #fff;
}

.calculator-builder-btn.btn.btn-primary {
  width: 96%;
}

.preview-pane-btn.btn.btn-primary {
  width: 94%;
}

.preview-pane-btn.btn.btn-primary{
	width: 94%;
  }
.scc-calculator-builder-pane,
.scc-preview-pane {
	background-color: #ffffff;
	margin-left: 1rem;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 15px 15px 0px;
}

.scc-preview-pane{
	max-width:94%;
	margin-right:15px;
	min-width:730px;
}
.scc-pane-options{
	padding:15px;
	background-color: #fafafa;
	border-radius: 8px;
	margin: 0;
}
.scc-pane-title{
	font-size: 26px;
	font-weight: 700;
}
.scc-pane-description{
	font-size: 14px;
	color: #9999A0;
}
.scc-pane-container{
	width: 100% !important;
	padding-left: 0px !important;
	padding-right: 15px;
	max-width: 1100px;
}
#allinputstoadd .addedFieldsStyle:first-child{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.settings-modal-save-btn:not([disabled]) .btn-text-alt,
.settings-modal-save-btn:not([disabled]) .btn-spinner {
  display: none;
}

.settings-modal-save-btn[disabled] .btn-text {
  display: none;
}

.scc-modal-fullscreen, 
.modal.fade .modal-dialog.scc-modal-fullscreen {
  width: 100vw;
  max-width: 1600px !important;
}

.scc-btn-spinner::before {
  animation: scc-spinner 1s cubic-bezier(.6, 0, .4, 1) infinite;
}

.scc-btn-spinner::after {
  border: 3px solid;
  opacity: .2
}

.scc_button.btn-backend .scc-btn-spinner {
	margin: 0 auto;
}

.scc_button.btn-backend .scc-btn-spinner::before {
	border: 3px solid #314af3;border-top-color: #f8f9ff;
}

.scc-btn-spinner.scc-save-btn-spinner {
	margin: 0 auto;
	margin-right:10px;
}
.scc-btn-spinner.scc-save-btn-spinner::before {
	border: 3px solid #ffffff;
	border-top-color: #3755fc;
}

@keyframes scc-spinner {
	0% {
	  transform: rotate(0deg)
	}
  
	to {
	  transform: rotate(359deg)
	}
}

#user-scc-sv .df-scc-euiModal {
	width: 700px;
}
  
#user-scc-sv p {
	font-size: 20px;
	margin-bottom: 0px;
}

.advanced-option-wrapper .input-field>label {
	color: #000;
	position: absolute;
	top: -5px;
	left: 10px;
	font-size: 14px;
	cursor: text;
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	text-align: initial;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

.df_scc_groupbuttonsadd .scc_button.btn-backend>i:not(.scc-btn-spinner) {
	font-size: 20px;
	float: left;
	/* margin-left: 20%; */
	font-size: 18px;
}

.btn.btn-settings-bar {
	transition: unset;
	background-color: #f8f9ff;
}

@media (max-width: 1280px) {
	.scc-navbar {
		padding: unset;
	}
}

/* EMBED PANEL CLASSES */
#df_scc_tabembed_ .scc-embed-tip-wrapper {
	margin-left: auto;
	padding: 30px;
	background-color: #ffffff;
  	border-radius: 18px;
	width: 600px;
	max-width: 100vw;
  	text-align: left;
  	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.scc-embed-tips-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 30px;
	min-width: 735px;
	max-width: 94%;
	padding-left: 12px;
	position: relative;
}
.scc-embed-tip-wrapper .scc-embed-tips-title{
	color: #0d6efd;
	font-weight: 700;
  }
  .scc-embed-tip-container{
	position: absolute;
	top: 0;
	z-index: 99;
	margin-top: -5px;
	margin-left: -5px;
  }
  .scc-embed-field{
	color:#000;
	font-size:18px;
	margin-top:0px;
	width: 100%;
	border: 0px; 
	box-shadow: none;
	background: var(--scc-wizard-quiz-card-color);
	border-radius: 8px;
	padding: 20px;
	font-weight: 600;
  }
  .scc-embed-field-label{
	font-weight:bold;
	font-size:20px;
	margin-top:0px;
	width: 100%;
	color: black;
	border: 0px; 
	box-shadow: none;
	display: flex;
	align-items: center;
  }
  .scc-embed-field-label a{
	color: #a9a9a9;
	display: inline-flex;
	text-decoration: none;
	align-items: center;
	margin-left: 5px;
  }
  .scc-embed-field-label a i{
	font-size: 25px;
	cursor: pointer;
  }
  .scc-embed-field-container{
	background:white; 
	padding-top: 18px;
	padding-bottom: 18px; 
	border-radius:20px;
  }
  .scc-embed-tip-wrapper hr{
	background: var(--scc-input-field-border-color);
  }
  .scc-embed-tip-footer a{
	color: #212529;
  }
  .scc-embed-tip-footer i{
	cursor: pointer;
	font-size: 18px;
	margin-right: 5px;
	margin-top: 3px;
  }
  .scc-copy-embed-button{
	background: transparent;
	border: none;
	position: absolute;
	right: 12px;
	top: 18px;
  }
  .scc-copy-embed-button svg{
	min-width: 18px;
  }
  .scc-embed-close-button{
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
  }
  .scc-save-btn-cont{
	display: inline-flex;
	justify-content: end;
	box-shadow: -7px 0px 0px -6px var(--scc-input-field-border-color);
	min-width: 140px;
	flex-basis: content;
  }
  .scc-embed-wrapper{
	min-width: 140px;
  }
  
  /* END PANEL CLASSES */

.scc-nav-with-icons {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.scc-nav-with-icons .far,
.scc-nav-with-icons .fas {
	font-size: 20px;
}

.scc-edit-nav-items+a {
	vertical-align: text-top;
}

i.material-icons-outlined.with-tooltip {
	font-size: 16px;

}

i.material-icons-outlined.more-settings-info {
	font-size: 16px;
	margin-bottom: 8px;
}

.scc-b-has-icon-left {
	vertical-align: middle;
	margin-right: 5px;
}

/** start tom select inside backend **/
#template-loader .ts-control {
	padding: 0.2rem 2.25rem .2rem .75rem;
	border: 0px none;
	font-size: 1rem;
}

#template-loader .ts-dropdown .option {
	font-size: 1rem;
}

#template-loader .ts-dropdown-content {
	max-height: 90% !important;
}

/** end tom select inside backend **/

.backed-tooltip{
	max-width:450px;
}
.scc-icon-tooltips{
	font-size:15px;
	color:#ffa500;
}
.scc-text-orange{
	color:#ffa500;
}
.scc-premium-msg{
	vertical-align: bottom;
	display:flex;
	align-items: center;
}
.scc-icn-wrapper svg {
	height: 18px;
	width: 18px;
}
.accordion-button .scc-icn-wrapper{
	align-items: center;
    display: flex;
}

.scc-btn-primary-outlined {
	border: 1px solid var(--scc-color-primary);
}
.bg-scc-secondary {
	background-color: var(--scc-color-secondary);
}
.scc-input{
	height:45px !important;
}
#allinputstoadd .scc-input-icon input{
	border-top-left-radius:0 !important;
	border-bottom-left-radius:0 !important;
	border-left:none !important;
	height:45px !important;
}
#allinputstoadd .scc-input-icon .input-group-text{
	border: 1px solid var(--scc-input-field-border-color) !important;
	border-radius: 6px 0px 0px 6px;
	height: 45px !important;
}
#allinputstoadd .scc-input-icon:has(input:focus) .input-group-text{
	border: 1px solid var(--scc-input-field-border-color-focus) !important;
	box-shadow: 0 0 0 0.5px var(--scc-input-field-border-color-focus) !important;
}
.scc-currency .ts-wrapper{
	padding: 0px !important;
}

.scc-currency .ts-wrapper .ts-control{
	border: 0px;
	min-height: 45px;
	background-color: var(--scc-input-field-background) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.45rem center;
    background-size: 12px;
}
.scc-currency .ts-wrapper .ts-control div{
	display: flex;
	align-items: center;
	padding-left: 5px;
}

.scc-advanced-option-cont{
	margin-bottom:15px;
}

.scc-slider-tooltip-panel{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
}
.scc-slider-alert-msg{
	display:flex;
	  align-items: center;
}

.scc-dotted-highlight {
	border: 2px solid #ffa500 !important;
	border-style: dashed !important;
	/* transition: all 0.3s ease; */
	animation: scc-blink-animated 2s linear infinite;
}

.scc-menu-dropdown {
	position: relative;
	display: flex;
	justify-content: end;
}
.scc-dropbtn {
	background-color: var(--scc-color-primary-dark);
	color: white;
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
	border: none;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
  }
.scc-dropbtn .scc-icn-wrapper svg{
	width: 25px;
	height:25px;
}
  
.scc-menu-dropdown-content {
	position: absolute;
	background-color: #ffffff;
	min-width: 220px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-top: none;
	border-radius:10px;
	padding: 10px;
	top: 60px;
	text-align: left;
}
.scc-menu-dropdown-content hr {
	margin: 0px;
	background-color: #ababab;
}
.scc-menu-dropdown-content a {
	color: #333;
	background: #ffffff;
	border-radius: 5px;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
}
  
.scc-menu-dropdown-content a:hover {
	background-color: #E5E6FC;
	font-weight: bold;
	color: #0d6efd;
}
.scc-menu-dropdown-content a:focus{
	box-shadow: none;
}
.scc-hidden{
	display: none !important;
}
.scc-opacity-05{
	opacity: 0.5;
}
.payment-options-wrapper {
	background-color: rgba(49, 74, 243, 0.08);
    border-radius: 5px;
}
.scc-edit-nav-items-2 {
	margin-bottom: 0;
}

.scc-calculator-settings-bottom {
	max-width:820px; 
	padding-right: 10px;
	margin-left:20px; 
	margin-bottom:20px;
  }
.dropdown-toggle.scc-nav-with-icons .scc-icn-wrapper{
	height: 20px;
    display: inline;
    width: 20px;
    font-size: 20px;
    line-height: 20px;
}
.dropdown-toggle.scc-nav-with-icons .scc-icn-wrapper svg{
	width: 23px;
	height:23px;
	background-color: transparent;
}
.scc-multilevel-dropdown-menu .scc-icn-wrapper svg{
	width: 18px;
	height:18px;
	background-color: transparent;
}
.introjs-dontShowAgain input, #introjs-dontShowAgain{
	width:16px;
	height:16px;
	display: inline-block;
}
.scc-calculator-settings-filter{
	margin-bottom:20px;
}
.scc-setting-subsection{
	margin-left:1px;
	margin-top:20px;
  align-content: flex-start;
  margin-bottom: 2rem;
}

.scc-setting-subsection-left-container{
  padding-right: 2rem;
  align-content: flex-start;
}

.scc-setting-subsection-right-container{
  padding-left: 2rem;
  align-content: flex-start;
}

.scc-add-new-translate-button{
	margin-top:20px;
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
	min-width: 200px;
	background: antiquewhite;
	height: 20px;
  }
.scc-d-inline-block{
	display: inline-block !important;
}
.introjs-tooltip{
	min-width:300px !important;
}
.introjs-helperLayer{
	box-shadow: rgba(33, 33, 33, 0.9) 0px 0px 1px 2px, rgba(33, 33, 33, 0.8) 0px 0px 0px 5000px !important;
}
a.introjs-hint {
    box-shadow: none;
}
.introjs-hintReference .introjs-button{
	color: white;
	background: var(--scc-color-primary);
	font-weight: 400;
	text-shadow: none;
	border-radius: 8px;
	border: none;
  }
#add-new-page-wrapper button{
	display: flex;
	align-items: center;
}
.scc-p-relative{
	position: relative !important;
}
.scc-custom-version-info{
	display: flex;
    align-items: center;
	z-index: 1;
}

.preview-docked-bottom #allinputstoadd,
.preview-docked-bottom .addedFieldsStyle {
    max-width: unset;
}


.scc-dock-switch {
	border-radius: 25px;
	background-color: #E5E6FC;
	color: #000;
	float: right;
}
  
.scc-dock-switch .scc-btn-primary {
	border-radius: 25px;
}

.scc-dock-switch .btn:not([type="button"]):hover {
	color: unset;  
	background-image: none;
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.scc-dock-switch .btn:not([type="button"]):active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.scc-right-pane {
	flex: 0 0 auto;
	width: 50%;
}

.scc-left-pane.preview-docked-bottom,
 .scc-right-pane.preview-docked-bottom,
 #calc-editor-wrapper.preview-docked-bottom {
  width: 80%;
  margin: 0 auto;
  max-width: 1000px;
}

.preview-docked-bottom .scc-pane-container,
.preview-docked-bottom .scc-preview-pane {
  max-width: unset;
}

.preview-docked-bottom .preview_form_right_side {
  margin-right: 15px;
  max-width: unset;
}

@media (max-width: 768px) {
	.scc-custom-version-info, .scc-navbar {
		justify-content: center;
    	display: flex;
	}
}
@media (min-width: 1400px) {
	.container-fluid.my-5 {
	  max-width: 80%;
	  margin-left: unset;
	}
  }
  
  @media (max-width: 1280px) {
	.scc-navbar {
	  padding: unset;
	}
	.scc-left-pane.preview-docked-bottom,
	.scc-right-pane.preview-docked-bottom,
	#calc-editor-wrapper.preview-docked-bottom {
	  width: 100%;
	  margin: 0 auto;
	}
  }

/*  New template selector UI  */
.scc-new-calculator-cards-container{
	padding: 1rem;
	background:white;
	border-radius: 8px;
  }
  #scc-preview-template-modal .modal-content{
	border-radius: 15px;
  }
  #scc-preview-template-modal .modal-header{
	border-bottom:none;
	padding-bottom: none;
  }
  .scc-template-filters{
	background: white;
	border-radius:8px;
  }
  .scc-template-search-wrapper{
	padding: 1rem;
	position: relative;
  }
  .scc-template-card{
	position: relative;;
  }
  .scc-color-secondary{
	color: var(--scc-color-secondary);
  
  }
  .scc-premium-badge{
	  position: relative;
  }
  .scc-template-card.scc-template-premium-true::after, .scc-premium-badge::after{
	content: "\f3a5";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -0.5px;
	width: 40px;
	height: 40px;
	line-height: 26px;
	text-align: center;
	background-color: var(--scc-color-secondary);
	border-start-end-radius: 8px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	padding-left: 14px;
	font-size: 15px;
  }
  .scc-template-search-wrapper .scc-search-icon {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	display: flex;
	align-items: center;
  }
  #scc-preview-template-modal-label{
	display: flex;
	align-items: center;
  }
  #scc-preview-template-modal-label .scc-icn-wrapper{
	margin-right: 5px;
	display: flex;
	align-items: center;
  }
  #scc-template-preview-image{
	width: 100%; 
	max-width: 100%;
  }
  .scc-template-premium-btn{
	background:white;
	border: 1px solid var(--scc-input-field-border-color-focus);
	border-radius: 6px;
	line-height: normal;
  }
  .scc-template-premium-btn.selected{
	background: var(--scc-input-field-border-color-focus);
	color: white;
  }
  .scc-template-search-wrapper .scc-search-icon svg, #scc-preview-template-modal-label .scc-icn-wrapper svg{
	width: 20px;
	height: 20px;
  }
  .scc-template-filters .accordion-body{
	padding-left: 10px;
	padding-right: 10px;
  }
  .scc-template-filters .accordion-button{
	font-weight: 700;
  }
  .scc-template-filter-list{
	padding: 0;
  }
  .scc-template-filter-list li{
	display: flex;
	justify-content: space-between;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	border-radius: 50px;
	line-height: 1;
	transition: all 0.2s ease-in-out;
  }
  .scc-template-filter-list li:hover, .scc-template-filter-list li.selected{
	cursor: pointer;
	background: #e7f1ff;
  }
  .scc-template-filter-name{
	align-items: center;
	display: flex;
  }
  .scc-template-filter-badge{
	padding: 3px 8px;
	color: var(--scc-input-field-border-color-focus);
	background: var(--scc-divider-border-color);
	border-radius: 20px;
	font-size: 14px;
	align-items: center;
	display: inline-flex;
	min-width: 33px;
	justify-content: center;
  }
  .scc-template-filters .accordion-item{
	border-left: none;
	border-right:none;
  }
  .scc-template-filters .accordion-item:first-of-type{
	border-top: none;
  }
  .scc-template-filters .accordion-item:last-of-type{
	border-bottom: none;
  }
  .scc-check-option-template-filter{
	display: flex;
	align-items: center;
  }
  .scc-template-selector{
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1920px;
	margin: auto;
  }
  .scc-new-calculator-action-container{
	display: flex;
	justify-content: start;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--scc-divider-border-color);
  }
  .scc-new-calculator-action-container .scc-new-calculator-action-btn {
	padding: 10px 10px;
	border-radius: 10px;
	border: 1px solid var(--scc-input-field-border-color);
	border-style: dashed;
	background: white;
	margin-right: 15px;
	display: flex;
	align-items: center;
	min-width: 30%;
  }
  .scc-new-calculator-action-container .scc-new-calculator-action-btn:hover{
	background: var(--scc-div-light-color);
  }
  
  #welcome-section .scc-new-calculator-action-container{
	border-bottom: 0px;
	max-width: 350px;
  }

  .scc-new-calculator-action-container .scc-new-calculator-action-btn.scc-action-button-primary{
	background: var(--scc-ai-wizard-gradient);
    background: linear-gradient(135deg, var(--scc-ai-wizard-purple) 33%, var(--scc-color-primary) 66%, var(--scc-ai-wizard-purple) 100%);
    background-size: 300% 100%;
    background-position: 100% 0;
    color: white;
    transition: background-position 0.3s;
  }
  .scc-new-calculator-action-container .scc-new-calculator-action-btn.scc-action-button-primary:hover {
	background-position: 0 0;
  }
  
  .scc-new-calculator-action-container .scc-new-calculator-action-btn.scc-action-button-primary .scc-icn-wrapper{
	color: black;
  }
  .scc-new-calculator-cards-container .scc-new-calculator-action-container .scc-new-calculator-action-btn{
	max-width: 200px;
	min-width: 200px;
  }

  .scc-new-calculator-action-container .scc-new-calculator-action-btn .scc-icn-wrapper svg{
	width: 23px;
	height: 23px;
  }
  .scc-new-calculator-action-container .scc-new-calculator-action-btn .scc-icn-wrapper{
	display: flex;
	width: 35px;
	padding: 7px;
	background: var(--scc-divider-border-color);
	border-radius: 12px;
	margin-right: 12px;
  }
  .scc-favorites-count {
	display: block;
	margin-top: 0.5rem;
  }
  .scc-template-card{
	border-radius: 10px;
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
	height: 100%;
	border: none;
	transition: all 0.2s ease-in-out;
  }
  .scc-template-card:hover{
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.38);
  }
  .scc-template-no-cards{
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
  }
  .scc-template-card .card-title{
	font-weight: 700;
  }
  .scc-template-card .scc-card-action-btn{
	color: white;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	font-size: 14px;
  }
  .scc-template-card .scc-card-action-btn .scc-icn-wrapper svg{
	width: 22px;
	height: 22px;
  }
  .scc-template-preview-container .row{
	height: 100%;
	width: 100%;
	align-items: center;
  }
  .scc-template-preview-container .row div{
	align-items: center;
	text-align: center;
	justify-content: center;
  }
  .scc-template-card-img{
	width:100%;
	height:300px;
	position: relative;
  }
  .scc-template-card-img img{
	object-fit: cover;
	width:100%;
	height:100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	object-position: top;
  }
  .scc-template-preview-container{
	background: rgba(21, 33, 108, 0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
  }
  .scc-template-card:hover .scc-template-preview-container{
	visibility: visible;
	opacity: 1;
  }
  .scc-select-template-btn{
	color: white;
	border-radius: 10px;
	width: 100%;
  }
  .scc-select-template-card-content{
	position: relative;
	display: flex;
  }
  .scc-select-template-card-content .card-text{
	font-size: 14px;
	margin-bottom: 0;
	line-height: normal;
  }
  .scc-preview-template-image{
	max-width: 100%;
	width: 100%;
	height: auto;
  }
  .scc-select-template-btn-container{
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	width: 100%;
	height: 100%;
	top: 0;
  }
  .scc-template-card:hover .scc-select-template-btn-container{
	visibility: visible;
	opacity: 1;
  }
  
  .scc-element-title-field{
	height:35px;
	width:100%;
  }
  .scc-saving-element-section{
	justify-content: right;
	display: flex;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
	align-items: center;
  }
  .scc-preview-pane-actions{
	align-items: center;
	display: flex;
	justify-content: end;
  }
  .scc-saving-element-button, .scc-refresh-button{
	border-radius: 6px;
  }
  .scc-preview-pane-actions .scc-refresh-button{
	border-radius:50px;
	padding: 10px;
  
  }
  .scc-pane-bottom .scc-refresh-button{
	line-height: 27px;
	padding: 10px 25px;
	font-size: 15px;
  }
  .scc-saving-element-button:hover, .scc-refresh-button:hover{
	opacity: 0.9;
  }
  .scc-saving-element-btn-text, .scc-saving-element-btn-text-updated{
	display: flex;
	align-items: center;
	color: black;
	font-weight: 700;
  }
  .scc-saving-element-changes{
	align-items: center;
	display: flex;
	padding: 5px 10px;
	background: yellow;
	border-radius: 50px;
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
	border: 1px solid transparent;
  }
  .scc-lazyload {
	background: var(--scc-divider-border-color);
	background: linear-gradient(270deg, var(--scc-divider-border-color), #fff);
	background-size: 200% 200%;
	animation: gradient 3s ease-in-out infinite;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
  }
  
  @keyframes gradient {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
  }
  .scc-section-setting-btn, .scc-ai-close-btn, .scc-ai-reset-btn {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background: transparent;
    border: none;
    margin: 2px;
}
/* Start AI Wizard Styles */
.scc-element-ai-assistant-wrapper{
	position: absolute;
	top: 0px;
	z-index: 10;
	background-color: #fff;
	border: 1px solid var(--scc-input-field-border-color);
	border-radius: 8px;
	overflow: hidden;
	width: 450px;
	padding: 10px;
	right: -460px;
	display: flex;
  }
  .scc-ai-assistant-chat{
	width: 100%;
  }
  .scc-ai-assistant-header, 
  .scc-ai-wizard-menu-header{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	justify-content: left;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	height: 70px;
	align-items: center;
  }
  .scc-ai-assistant-header img, 
  .scc-ai-wizard-menu-header img{
	max-width: 140px;
	height: 100%;
  }
  .scc-ai-assistant-thread{
	width: 100%;
	height: 480px;
	margin-bottom: 15px;
  }
  .scc-ai-assistant-inputs{
	display: flex;
	border-radius: 50px;
	background: var(--scc-div-light-color);
	padding: 5px;
	position: relative;
  }
  .scc-ai-assistant-chat .scc-ai-assistant-inputs{
	margin: 10px;
  }
  .scc-ai-response-loader{
	position: absolute;
	width: 100%;
	justify-content: center;
	display: flex;
	background: rgba(255, 255, 255, 0.5);
	height: 100%;
	align-items: center;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50px;
  }
  
  .scc-ai-credit-loader{
	position: absolute;
	width: 100%;
	justify-content: center;
	display: flex;
	background: rgba(255, 255, 255, 0.5);
	height: 100%;
	align-items: center;
	margin-left: -5px;
	margin-top: -5px;
  }
  .scc-ai-chat{
	padding: 10px;
	height: 86%;
	overflow: auto;
  }
  .scc-ai-chat-bubble{
	display: flex;
	text-align: left;
	margin-bottom: 10px;
  }
  .scc-ai-chat-bubble img{
	width: 35px;
	border-radius: 60px;
	margin-right: 15px;
  }
  .scc-ai-small-avatar{
	position: absolute;
  }
  .scc-ai-small-avatar img{
	width: 30px;
  }
  .scc-ai-suggestion-message{
	border-radius: 10px;
	background-color: var(--scc-div-light-color);
	padding: 10px;
	margin-bottom:5px;
	color: #8e8f98;
	font-size: 14px;
  }
  .scc-ai-suggestion-message span, .scc-ai-suggestion-message strong{
	font-weight: 700;
	color: var(--scc-input-field-border-color-focus);
  }
  .scc-ai-suggestion-message p{
	margin: 0;
	font-size: 14px;
  }
  
  .scc-ai-chat-bubble-text, .scc-ai-chat-bubble-text p{
	font-size: 0.8rem;
	margin: 0;
  }
  .scc-ai-chat-bubble-text h3{
	font-size: 1rem !important;
	font-weight: 700;
  }
  .scc-ai-chat-bubble-text h4{
	font-size: 0.9rem !important;
	font-weight: 700;
  }
  .scc-ai-chat-bubble-wizard .scc-ai-chat-bubble-text p{
	margin-bottom: 1rem;
  }
  .scc-ai-chat-bubble-content{
	width: -webkit-fill-available;
  }
  .scc-ai-chat-bubble-wizard .scc-ai-chat-bubble-content{
	border-radius:8px;
	background:white;
	padding: 15px;
  }
  .scc-ai-chat-bubble-user .scc-ai-chat-bubble-content{
	border-radius:8px;
	background:var(--scc-ai-wizard-purple);
	padding: 15px;
	color: white;
  }
  
  /* Formatting AI Table Content */
  .scc-ai-chat-bubble-content table {
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid var(--scc-input-field-border-color);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .scc-ai-chat-bubble-content table tr:first-child th {
	border-top: none;
  }
  
  .scc-ai-chat-bubble-content table tr th:first-child,
  .scc-ai-chat-bubble-content table tr td:first-child {
	border-left: none;
  }
  
  .scc-ai-chat-bubble-content table tr th:last-child,
  .scc-ai-chat-bubble-content table tr td:last-child {
	border-right: none;
  }
  
  .scc-ai-chat-bubble-content table tr:last-child td {
	border-bottom: none;
  }
  
  .scc-ai-chat-bubble-content table th,
  .scc-ai-chat-bubble-content table td {
	border: 1px solid var(--scc-input-field-border-color);
	padding: 5px;
  }
  /* End Formatting AI Table Content */
  /* Formatting AI List Content */
  .scc-ai-chat-bubble-content ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0;
  }
  
  .scc-ai-chat-bubble-content ol {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 0;
  }
  /* End Formatting AI List Content */
  .scc-ai-action-btn{
	display: inline-flex;
	align-items: center;
	background: antiquewhite;
	border-radius: 8px;
	font-weight: 700;
  }
  .scc-ai-action-btn.scc-ai-action-regenerate{
	background: var(--scc-input-field-border-color);
  }
  .scc-ai-action-btn.scc-ai-action-apply{
	background: var(--scc-color-primary);
	color: white;
  }
  .scc-ai-action-btn.scc-ai-action-discard{
	background: var(--scc-color-secondary);
  }
  .scc-ai-response-option{
	width: 100%;
	padding: 10px;
	background: var(--scc-div-light-color);
	border-radius: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
  }
  .scc-ai-response-option .scc-icn-wrapper{
	display: flex;
	align-items: center;
  }
  .scc-ai-response-option:hover{
	background: var(--scc-input-field-background);
  }
  .scc-ai-response-option.selected{
	background: var(--scc-divider-border-color);
  }
  .scc-element-ai-assistant-wrapper .scc-ai-assistant-chat .scc-ai-assistant-inputs input,
  .scc-ai-wizard-menu .scc-ai-assistant-inputs input{
	width: 90%;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
  }
  .scc-ai-assistant-inputs button{
	width: 10%;
	background: var(--scc-color-secondary);
	color: white;
	border: none !important;
	display: flex;
	align-items: center;
	border-radius: 50px;
	height: 45px;
	width: 45px;
	min-width: 45px;
	justify-content: center;
  }
  .scc-ai-assistant-send-btn{
	border-radius: 8px;
  }
  .container-items{
	position: relative;
  }
  .scc-element-body-loader{
	width: 101%;
	display: flex;
	background: white;
	position: absolute;
	height: calc(100% + 15px);
	border-radius: 10px;
	top: 0;
	z-index: 10;
	left: 0;
	justify-content: center;
	align-items: center;
	margin-top: -5px;
  }
  .scc-element-body-loader .scc-btn-spinner{
	width: 30px;
	height: 30px;
	margin: 0;
  }
  .scc-ai-qms-credits-indicator{
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-width: 80px;
  }
  .scc-ai-assistant-header-buttons{
	position: absolute;
	top: 17px;
	right: 5px;
	display:flex;
	background: var(--scc-wizard-quiz-card-color);
	border-radius: 50px;
	display: flex;
	align-items: center;
  }
  .scc-ai-assistant-header-buttons button{
	display: inline-flex;
	align-items: center;
  }
  .scc-ai-credit-count{
	border-radius: 50px;
	font-weight: 700;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 5px;
	display: flex;
	align-items: center;
	line-height: normal;
  }
  .scc-qms-ai-actions .scc-ai-credit-count{
	margin-left: 10px;
	display: inline-flex;
  }
  .scc-ai-credit-count-circle-indicator{
	border-radius:50px;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	flex-shrink: 0;
  }
  .scc-ai-count-green{
	background-color: green;
  }
  .scc-ai-count-orange{
	background-color: orange;
  }
  .scc-ai-count-red{
	background-color: red;
  }
  .scc-ai-chat-bubble-text-warning{
	color: red;
  }
  /* AI Wizard */
  .scc-ai-wizard-panel-container{
	position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 99;
  }
  .scc-ai-wizard-overlap{
	z-index:101;
  }
  .scc-ai-chat-avatar-divider{
	height: 20px;
  }
  .scc-ai-wizard-menu{
	position: absolute;
	top: calc(-100vh + 140px);
	z-index: 10;
	background-color: #fff;
	border: 1px solid var(--scc-input-field-border-color);
	border-radius: 8px;
	overflow: hidden;
	width: 520px;
	padding: 10px;
	display: flex;
	right: 10px;
	height: calc(100vh - 65px);
	flex-direction: column;
  }
  .scc-ai-wizard-tab-title{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
	font-weight: 700;
	color: var(--scc-ai-wizard-purple);
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
  }
  .scc-ai-wizard-menu-header, 
  .scc-ai-wizard-menu-body,
  .scc-ai-wizard-menu-footer,
  .scc-ai-wizard-menu-buttons{
	width:100%;
  }
  .scc-ai-wizard-menu-body{
	height: calc(100vh - 65px - 168px);
	margin-bottom:10px;
  }
  .scc-ai-wizard-menu-body:has(.scc-ai-wizard-setup.scc-active-tab),
  .scc-ai-wizard-menu-body:has(.scc-ai-wizard-form-optimizer.scc-active-tab){
	height: calc(100vh - 65px - 98px);
	margin-bottom:10px;
  }
  .scc-ai-wizard-menu-buttons{
	display: flex;
	flex-direction: column;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 30px;
  }
  .scc-ai-wizard-advanced-pricing-formula-buttons{
	display: flex;
	justify-content: center;
	flex-direction: column;
  }
  .scc-ai-wizard-button{
	border-radius: 50%;
	background: transparent;
	height: 60px;
	width: 60px;
	color: white;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 15px;
  }
  .scc-ai-wizard-button:hover,
  .scc-ai-wizard-button:focus{
	box-shadow: none;
  }
  .scc-ai-wizard-button img{
	width: 100%
  }
  .scc-ai-wizard-option{
	background: var(--scc-color-primary);
	background: var(--scc-ai-wizard-gradient);
	color: white;
	margin-top: 10px;
	font-weight: 700;
	border-radius:10px;
  }
  .scc-ai-wizard-option:hover, .scc-ai-wizard-option:focus{
	background: var(--scc-ai-wizard-gradient);
	color: var(--scc-input-field-border-color) !important;
  }
  .scc-ai-wizard-option:disabled {
	background: var(--scc-input-field-border-color-focus);
	cursor: not-allowed;
  }
  .scc-ai-wizard-content-tab{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: auto;
	padding: 10px;
  }
  .scc-ai-wizard-content-tab::-webkit-scrollbar-thumb, 
  .scc-ai-chat::-webkit-scrollbar-thumb {
	border-radius: 10px; 
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(rgb(49, 74, 243)), to(rgb(49, 74, 243)), color-stop(0.6, rgb(49, 74, 243)));
  }
  .scc-ai-chat, 
  .scc-ai-wizard-content-tab {
	scrollbar-color: #304af8 white;
	scrollbar-width: thin;
  }
  
  @keyframes levitate {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3px);
	}
  }
  
  .scc-ai-icon{
	transition: linear 0.2s;
	animation: levitate 2.5s ease-in-out infinite;
  }
  .scc-ai-icon:hover{
	transform: translateY(-3px);
  }
  .scc-ai-wizard-menu, .scc-element-ai-assistant-wrapper{
	background: var(--scc-divider-border-color);
	padding: 0;
  }
  .scc-ai-wizard-menu-header, .scc-ai-assistant-header{
	background: white;
	padding: 10px;
  }
  .scc-ai-wizard-menu-body, .scc-ai-wizard-menu-footer, .scc-ai-assistant-thread{
	padding: 10px;
  }
  .scc-ai-wizard-init-message{
	display: flex;
	align-items: center;
	justify-content: center;  
	margin-bottom: 15px;
  }
  .scc-ai-wizard-init-message img{
	width: 40px;
	margin-right: 8px;
  }
  .scc-ai-wizard-init-message span{
	font-weight: 700;
  }
  #scc-ai-wizard-back-btn{
	border-radius: 50px;
	display: flex;
	align-items: center;
	padding: 7px;
	margin-right: 5px;
	background: var(--scc-wizard-quiz-card-color);
  }
  #scc-ai-wizard-back-btn .scc-icn-wrapper{
	display: flex;
	align-items: center;
  }
  .scc-ai-message-actions{
	text-align: right;
  }
  .scc-ai-chat-action-button{
	font-size: 16px;
	color: var(--scc-input-field-border-color-focus);
	cursor: pointer;
	text-decoration: none;
	margin-left: 3px;
  }
  #scc-ai-chat-regenerate-button.scc-ai-chat-action-button{
	font-size: 20px;
  }
  
  .scc-ai-copy-message-confirmation-container{
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
	margin-bottom: 8px;
  }
  .scc-ai-copy-message-confirmation {
	position: absolute;
	background-color: var(--scc-input-field-border-color-focus);
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	z-index: 1000;
	top: -18px;
	right: 20px;
  
  }
  .scc-ai-wizard-loader-container{
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
  }
  .scc-ai-wizard-loader {
	width: 75px;
	aspect-ratio: 1; 
	display: grid;
	transform: scale(0.8);
  }
  .scc-ai-wizard-loader:before,
  .scc-ai-wizard-loader:after {
	content: "";
	grid-area: 1/1;
	width: 35px;
	aspect-ratio: 1;
	box-shadow: 0 0 0 3px var(--scc-input-field-border-color-focus) inset;
	filter: drop-shadow(40px 40px 0 var(--scc-input-field-border-color-focus));
	animation: l8 2s infinite alternate;
  }
  .scc-ai-wizard-loader:after {
	margin: 0 0 0 auto; 
	filter: drop-shadow(-40px 40px 0 var(--scc-input-field-border-color-focus));
	animation-delay: -1s;
  }
  @keyframes l8 {
	0%,10%   {border-radius:0}
	30%,40%  {border-radius:50% 0}
	60%,70%  {border-radius:50%}
	90%,100% {border-radius:0 50%}
  }
  .scc-ai-wizard-loader-description{
	max-width: 70%;
	text-align: center;
  }
  #scc-setup-wizard-accordion .accordion-button{
	background: var(--scc-ai-wizard-gradient);
	color: white;
	font-weight: 700;
	border-radius: 10px;
	padding: 10px 1.25rem;
  }
  #scc-setup-wizard-accordion .accordion-button::after{
	filter: invert(1);
  }
  #scc-setup-wizard-accordion .accordion-item{
	background: transparent;
	border: none;
	margin-bottom: 15px;
  }
  #scc-setup-wizard-accordion .accordion-body{
	background: var(--scc-divider-border-color);
	position: relative;
	min-height: 180px;
	padding-left: 0;
	padding-right: 0;
  }
  .scc-ai-wizard-alert{
	background: white;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
	display: flex;
	font-size: 0.8rem;
	color: black;
	align-items: center;
	border-left: 4px solid var(--scc-color-secondary);
  }
  .scc-ai-wizard-alert span{
	margin-right: 10px;
  }
  #quizModal .scc-setup-wizard-text-inputs{
	color: #414141 !important;
  }
  #quizModal textarea.scc-setup-wizard-text-inputs{
	min-height: 90px;
  }
  #quizModal .scc-setup-wizard-text-inputs::placeholder {
	color: gray;
	font-size: 0.9rem;
	opacity: 0.7;
  }
  
  .scc-ai-assisted-setup-wiz-progress-bar-container {
	width: 100%;
	background-color: #ddd;
	height: 10px;
	margin-top: 10px;
	border-radius: 5px;
  }
  
  .scc-ai-assisted-setup-wiz-progress-bar {
	height: 10px;
	width: 0%;
	border-radius: 5px;
	transition: width 0.3s, background-color 0.3s;
  }
  
  #scc-ai-assisted-setup-wiz-business-description {
	width: 100%;
	padding: 10px;
	font-size: 16px;
  }
  
  #scc-ai-assisted-setup-wiz-business-description:invalid {
	border: 2px solid red;
  }
  
  #scc-ai-assisted-setup-wiz-business-description:valid {
	border: 2px solid green;
  }
  #scc-ai-wizard-crisp-chat{
	margin-top: 100px;
  }
  #crisp-chatbox{
	z-index: 100;
  }
  .scc-grayscale{
	filter: grayscale(1);
  }
  .scc-ai-wizard-option{
	padding: 9px 12px;
	border: none;
  }
  .scc-ai-wizard-option:disabled{
	position: relative;
  }
  .scc-ai-wizard-option:disabled::after {
	content: "\f3a5";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center; 
	background-color: var(--scc-color-secondary);
	border-start-end-radius: 10px;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	padding-left: 12px;
	font-size: 11px;
	color: black;
  }
  .scc-ai-about-credits-tooltip{
	margin-right: 5px;
    margin-left: 8px;
  }
  .scc-ai-about-credits-tooltip .scc-icn-wrapper{
	align-items: center;
	display: flex;
  }
  #quizModal #businessDescriptionWrapper #scc-ai-assisted-setup-wiz-business-description{
	height: 180px !important;
  }

  /* End AI Wizard Styles */


/*  CTA Button style  */

.scc-backend-animated-button, .scc-backend-wizard-button{
	font-size:16px;
	font-weight: 500;
	color: #000 !important;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: 0.2s;
	transform: scale(1);
	display:inline-table;
	height: auto !important;
	background:  var(--scc-color-secondary) !important;
  }
  .scc-font-size-normal{
	font-size: 16px;
  }
  .scc-backend-wizard-text{
	font-size: 1.2rem;
  }
  .scc-btn-style-cont-3{
	background:  var(--scc-color-secondary) !important;
	overflow: hidden;
	border-radius: 10px;
  }
  .scc-secondary-btn-container.scc-btn-style-cont-3, .scc-secondary-btn-cont.scc-btn-style-cont-3{
	background: transparent !important;
  }
  
  .scc-backend-animated-button span {
	position: relative;
	z-index: 0;
	color: #fff !important;
  }
  
  .scc-backend-animated-button .scc-fill {
	fill: #fff !important;
  }
  
  .scc-backend-animated-button .scc-liquid-shape {
	position: absolute;
	top: -300px;
	left: 0;
	width: 100%;
	height: 66px;
	background-color: var(--scc-color-secondary) !important;
	z-index: -1;
	transition: 0.6s;
  }
  
  .scc-backend-animated-button .scc-liquid-shape::after,
  .scc-backend-animated-button .scc-liquid-shape::before {
	position: absolute;
	content: "";
	width: 200%;
	height: 2000%;
	top: 0;
	left: 0;
	transform: translate(-25%, -75%);
  }
  
  .scc-backend-animated-button .scc-liquid-shape::after {
	border-radius: 45%;
	box-shadow: 0 0 10px 5px var(--scc-color-secondary), inset 0 0 5px var(--scc-color-secondary);
	animation: scc-animate-liquid 5s linear infinite;
	opacity: 0.8;
  }
  .scc-backend-animated-button .scc-liquid-shape::before {
	border-radius: 40%;
	box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
	inset 0 0 5px rgba(26, 26, 26, 0.5);
	background: rgba(26, 26, 26, 0.5);
	animation: scc-animate-liquid 7s linear infinite;
  }
  @keyframes scc-animate-liquid {
	0% {
	transform: translate(-25%, -75%) rotate(0);
	}
	100% {
	transform: translate(-25%, -75%) rotate(360deg);
	}
	}
	.scc-backend-animated-button:hover .scc-liquid-shape{
	top: -45px;
  }
  .scc-backend-animated-button:hover {
	box-shadow: 0 0 5px var(--scc-color-secondary), inset 0 0 5px var(--scc-color-secondary);
	transition-delay: 0.2s;
  }
  .scc-backend-animated-button:hover .scc-liquid-shape{
	top: -1000%;
  }
  .scc-btn-style-cont-3:has(.scc-secondary-paginate-style){
	overflow: initial !important;
  }
  .scc-secondary-paginate-style.scc-backend-animated-button .scc-paginate-btn-icon+span,
  .scc-secondary-paginate-style.scc-backend-animated-button span+.scc-paginate-btn-icon,
  .scc-secondary-paginate-style.scc-backend-animated-button .scc-btn-text-container span {
	color: var(--scc-color-secondary) !important;
  }
  .scc-secondary-paginate-style.scc-backend-animated-button .scc-paginate-btn-icon .scc-fill {
	fill: var(--scc-color-secondary) !important;
  }
  .scc-text-black{
	color: #000 !important;
  }

.btn-inline {
	display: inline-block;
	text-decoration: none;
	width: auto;
}

.scc-quantity-input {
	margin-left: 0px !important;
}

.scc-quantity-input > div {
	padding: 0px !important;
}

.ssc-margin-0 {
	margin: 0 !important;
}

.pricing-structure {
  padding-right: 1.2rem;
}
.scc-dd-title-column{
	padding-left: 43px;
}
.scc-dd-image-container{
	margin-top: -40px;
}
#ssc-nav-icon-wrapper svg{
  height: 18px;
  width: 18px;
}

input:checked+.setup-wizard-checkbox:before {
	content: "check_circle";
	font-family: 'Material Icons';
	border: none;
	border-radius: 50%;
	background-color: transparent;
	color: var(--scc-color-green);
	font-size: 20px;
	height: 25px;
	width: 25px;
	display: flex;
	justify-content: end;
  }

.setup-wizard-checkbox:before {
	border: 1px solid var(--bs-gray-dark);
	font-style: normal;
	transform: scale(1);
	content: " ";
	background-color: var(--scc-div-light-color);
	color: black;
	display: block;
	border-radius: 50%;
	border: 1px solid grey;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	transition-duration: 0.4s;
}
.card.wizard-card .wizard-item label{
	display: inline-block;
	float: left;
	top:5px;
  }
  .card.wizard-card .wizard-item a{
	display: inline-block;
	width: 90%;
  }

/* Hide default HTML checkbox */
.scc-accordion_switch_button input {
	opacity: 0 !important;
	width: 0;
	height: 0;
}

label.scc-accordion_switch_button {
	margin-right: 10px;
}

.card.wizard-card .wizard-item label {
    display: inline-block;
    float: left;
    top: 5px;
}

.wizard-card .list-group-item {
	background-color: #dbdffd;
	border: none;
}

.scc-disabled-premium-toggle{
	background-color: rgba(211, 211, 211, 0.4); 
	cursor: not-allowed;
}

/* Slider linking feature */
.subsection-area{
	position: relative;
  }
  
  .subsection-area .scc-first-element-subsection{
	content: "";
	position: absolute;
	width: 2px;
	height: calc(50% + 18px);
	background: white;
	left: -17px;
	top: -2px;
  }
  .subsection-area .scc-first-element-subsection-no-cost{
	position: absolute;
	width: 2px;
	background: white;
	left: -17px;
	top: -2px;
	height: calc(100% + 60px);
  }
  .subsection-area .scc-last-element-subsection{
	content: "";
	position: absolute;
	width: 2px;
	height: calc(50% + 18px);
	background: white;
	left: -17px;
	bottom: -2px;
  }
  .subsection-area .scc-last-element-subsection-no-cost{
	position: absolute;
	width: 2px;
	background: white;
	left: -17px;
	bottom: -2px;
	height: calc(100% + 30px);
  }
  .elements_added{
   margin-left: 25px;
  }
  
  .elements_added:has([data-element-setup-type="slider"]),
  .elements_added:has(.scc-multiplier-connector-line) {
	margin-left: 40px;
  }
  .elements_added:has(.scc-multiplier-connector-line.scc-hidden){
	margin-left: 25px;
  }
  
  .scc-element-connector-line{
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	height: 20px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: var(--scc-input-field-border-color);
	border-top-left-radius: 50%;
	margin-left: -17px;
  }
  .scc-element-connector-line.scc-last-element-connector,
  .scc-element-connector-line.scc-invert-element-connector{
	position: absolute;
	left: 0;
	bottom: 50%;
	top:auto;
	width: 18px;
	height: 20px;
	border-top: none;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: var(--scc-input-field-border-color);
	border-bottom-left-radius: 50%;
	border-top-left-radius: 0;
	margin-left: -17px;
  }
  .elements_added:has(.scc-multiplier-connector-line) .scc-line-hider.scc-first-element-subsection{
	left: -32px;
	top: -10px;
  }
  .elements_added:has(.scc-multiplier-connector-line) .scc-line-hider.scc-last-element-subsection{
	left: -32px;
	bottom: -10px;
  }
  .scc-multiplier-connector-line{
	position: absolute;
	left: 0;
	top: 50%;
	width: 18px;
	border-top: 3px dotted;
	border-color: var(--scc-input-field-border-color);
	margin-left: -17px;
  }
  .scc-multiplier-connector-link{
	padding: 3px;
	background: var( --scc-menu-button-background );
	position: absolute;
	border-radius: 5px;
	margin-top: -13px;
	margin-left: -26px;
	color: var(--scc-color-primary);
  }
  .scc-multiplier-connector-link .scc-icn-wrapper{
	display: flex;
	align-items: center;
  }
  .scc-multiplier-connector-link .scc-icn-wrapper img{
	max-width: 18px;
	max-height: 18px;
  }
  
  .scc-section-connection-line{
	border: 2px solid var(--scc-input-field-border-color);
	position: absolute;
	border: 2px solid var(--scc-input-field-border-color);
	height: 100%;
	border-top: none;
	border-bottom: none;
	border-left: none;
	left: 8px;
  }

  .scc-editing-page-menu-panel{
	background: #fff;
	border-radius: var(--scc-btn-border-radius);
  }

  .scc-editing-page-menu-right{
	display: flex;
	align-items: center;
	justify-content: right;
  }
  .scc-editing-page-button-white{
	height: 100%;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px solid var(--scc-divider-border-color);
	justify-content: center;
	background: white;
	margin: 0;
	box-shadow: none !important;
	font-weight: 600;
  }
  
  .scc-add-element-btn-container{
	margin-right: 0px !important;
	padding: 15px;
	border-radius:6px;
	width: 100%;
  }
  .scc-add-element-btn-container .add-element-btn{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
  }
  .scc-add-element-actions-row{
	width: 95%;
	margin: 0;
	outline: 2px solid var(--scc-input-field-border-color);
	outline-style: dashed;
	border-radius: var(--scc-btn-border-radius);
	margin: 20px;
	background: var(--scc-div-light-color);
  }
  .scc-new-section-btn{
	background: var(--scc-color-primary);
	width: 40px;
	height: 40px;
	display: flex;
	position: absolute;
	left: calc(50% - 20px);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: white !important;
	top: -19.5px;
  }
  .scc-new-section-btn .scc-icn-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
  }
  .scc-new-section-btn-container{
	width: 100%;
	position: absolute;
	padding: 0;
	background: var(--scc-color-primary);
	height: 2px;
	width: calc(100% - 31px);
	top: -15px;
	max-width: 1070px;
  }
  .scc-section-container{
	padding-bottom: 25px;
  }
  .scc-new-section-btn-row{
	margin-bottom: 80px;
  }
  
  /* Footer  */

.scc-footer-container{
	width: 100%;
	background: #F8F9FF;
}
.scc-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #fff;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.11));
    margin-top: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-top: 3rem;
}

.scc-footer-left,
.scc-footer-center,
.scc-footer-right {
    flex: 0.8;
}
.scc-footer-right{
    flex: 2;
	justify-content: center;
    display: flex
;
}
.scc-plugin-info-text{
    text-align: left;
}
.scc-plugin-info-text p{
    margin-top: 0px;
}
.scc-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scc-footer-links li {
    margin-bottom: 10px;
}

.scc-footer-links a {
    text-decoration: none;
    color: #1d2327;
    display: flex;
    align-items: center;
    gap: 8px;
}

.scc-footer-links .dashicons {
    color: #2271b1;
}

.scc-social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.scc-footer-links a:focus{
    box-shadow: none !important;
}

.scc-social-link {
    text-decoration: none;
    color: #1d2327;
    display: flex;
    align-items: center;
    gap: 5px;
}

.scc-plugin-info {
    text-align: right;
}
.scc-footer-plugin-logos-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.scc-footer-plugin-logos {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #1d2327;
    background: #e8ecf1;
	min-height: 53px;
}
.scc-footer-links-title{
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.scc-footer-plugin-logos img {
    width: 120px;
}
.scc-footer-links i{
    color: var(--scc-color-primary);
	display: flex;
    align-items: center;
}
.scc-emoji {
    font-size: 1.2em;
}
.scc-footer-logo img{
    width: 180px;
    max-width: 180px;
}
.scc-footer-logo a{
    display: inline-flex;
    align-items: center;
}
.scc-footer-links svg{
    width: 24px;
    height: 24px;
	fill: var(--scc-color-primary);
}
#wpfooter{
    display: none;
}
#wpbody-content{
    padding-bottom: 0px !important;
}
/* End footer */