/* RANGE */

	.uk-range {-webkit-appearance:none; box-sizing:border-box; margin:0; vertical-align:middle; max-width:100%; width:100%; background:transparent;}
	.uk-range:focus {outline:none;}
	.uk-range::-moz-focus-outer {border:none;}
	.uk-range:not(:disabled)::-webkit-slider-thumb {cursor:pointer;}
	.uk-range:not(:disabled)::-moz-range-thumb {cursor:pointer;}
	.uk-range::-webkit-slider-runnable-track {height:3px; background:#ebebeb; border-radius:500px;}
	.uk-range:focus::-webkit-slider-runnable-track, .uk-range:active::-webkit-slider-runnable-track {background:#dedede;}
	.uk-range::-moz-range-track {height:3px; background:#ebebeb; border-radius:500px;}
	.uk-range:focus::-moz-range-track {background:#dedede;}
	.uk-range::-webkit-slider-thumb {-webkit-appearance:none; margin-top:-7px; height:15px; width:15px; border-radius:500px; background:#fff; border:0.5px solid #cccccc;}
	.uk-range::-moz-range-thumb {border:none; height:15px; width:15px; margin-top:-7px; border-radius:500px; background:#fff; border:0.5px solid #cccccc;}

/* BASE */

	.uk-input, .uk-select, .uk-textarea, .uk-radio, .uk-checkbox {box-sizing:border-box; margin:0; border-radius:20px; font:inherit;}
	.uk-input {overflow:visible;}
	.uk-select {text-transform:none;}
	.uk-select optgroup {font:inherit; font-weight:bold;}
	.uk-textarea {overflow:auto;}
	.uk-input[type="search"]::-webkit-search-cancel-button, .uk-input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
	.uk-input[type="number"]::-webkit-inner-spin-button, .uk-input[type="number"]::-webkit-outer-spin-button {height:auto;}
	.uk-input::-moz-placeholder, .uk-textarea::-moz-placeholder {opacity:1;}
	.uk-radio:not(:disabled), .uk-checkbox:not(:disabled) {cursor:pointer;}
	.uk-fieldset {border:none; margin:0; padding:0; min-width:0;}
	.uk-input, .uk-textarea {-webkit-appearance:none;}
	.uk-input, .uk-select, .uk-textarea {max-width:100%; width:100%; border:0 none; padding:0 10px; background:#f8f8f8; color:#666; border:0.5px solid #e5e5e5; transition:0.2s ease-in-out; transition-property:color, background-color, border;}
	.uk-input, .uk-select:not([multiple]):not([size]) {height:40px; vertical-align:middle; display:inline-block;}
	.uk-input:not(input), .uk-select:not(select) {line-height:38px;}
	.uk-select[multiple], .uk-select[size], .uk-textarea {padding-top:6px; padding-bottom:6px; vertical-align:top;}
	.uk-select[multiple], .uk-select[size] {resize:vertical;}
	.uk-input:focus, .uk-select:focus, .uk-textarea:focus {outline:none; background-color:#fff; color:#666;}
	.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {background-color:#f8f8f8; color:#999; border-color:#e5e5e5;}
	.uk-input::placeholder {color:#999;}
	.uk-textarea::placeholder {color:#999;}

/* BASE FORM-BUILDER */

	.Inputfields > .Inputfield:last-child {margin-bottom: 0 !important;}
	.Inputfields::before, .InputfieldContent::before, .formpass-columns .Inputfield:not([style*='width'])::before, .uk-fieldset::before, .uk-fieldset::before {content: ""; display: table-cell; }
	.Inputfields::after, .InputfieldContent::after, .formpass-columns .Inputfield:not([style*='width'])::after, .uk-fieldset::after, .uk-fieldset::after {content: ""; display: table; clear: both; }
	.InputfieldRadiosFloated::before, .InputfieldCheckboxesFloated::before, .InputfieldRadiosWidth::before, .InputfieldCheckboxesWidth::before, .InputfieldRadiosColumns::before, .InputfieldCheckboxesColumns::before {content: ""; display: table-cell; }
	.InputfieldRadiosFloated::after, .InputfieldCheckboxesFloated::after, .InputfieldRadiosWidth::after, .InputfieldCheckboxesWidth::after, .InputfieldRadiosColumns::after, .InputfieldCheckboxesColumns::after {content: ""; display: table; clear: both; }
	.InputfieldHidden,.InputfieldHeaderHidden,#wrap_Inputfield-,.Inputfield_setup,.Inputfield_what_url,.Inputfield_what_page{display:none!important}
	.form-frame{overflow-y:hidden}
	.FormBuilder{padding-bottom:1px}
	.FormBox .InputfieldStateRequired .InputfieldHeader.uk-form-label::after,.FormBox .InputfieldStateRequired .InputfieldHeader.InputfieldHeaderHidden + .InputfieldContent > label::after{content:' *';font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:#f0506e;position:absolute;margin-left:5px;margin-top:-2px}
	.FormBox.uk-light .InputfieldStateRequired .InputfieldHeader.uk-form-label::after,.FormBox.uk-light .InputfieldStateRequired .InputfieldHeader.InputfieldHeaderHidden + .InputfieldContent > label::after{color:#fef4f6}
	.uk-form-stacked:not(.formpass-flow) .Inputfield,
	.uk-form-horizontal .Inputfield {width: 100% !important; }
	.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{position: relative; }
	.InputfieldRadiosStacked > * > label > input,.InputfieldCheckboxesStacked > * > label > input,.InputfieldRadiosFloated > * > label > input,.InputfieldCheckboxesFloated > * > label > input,.InputfieldRadiosWidth > * > label > input,.InputfieldCheckboxesWidth > * > label > input{position: absolute; }
	.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{float: left; }
	.InputfieldFormBuilderFileList,.InputfieldRadiosFloated,.InputfieldCheckboxesFloated,.InputfieldRadiosWidth,.InputfieldCheckboxesWidth,.InputfieldRadiosStacked,.InputfieldCheckboxesStacked{padding: 0; list-style: none; margin-bottom: 0; }
	.InputfieldFormBuilderFileList > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *,.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *{break-inside:avoid-column}
	.InputfieldFormBuilderFileList > * > :last-child,.InputfieldRadiosFloated > * > :last-child,.InputfieldCheckboxesFloated > * > :last-child,.InputfieldRadiosWidth > * > :last-child,.InputfieldCheckboxesWidth > * > :last-child,.InputfieldRadiosStacked > * > :last-child,.InputfieldCheckboxesStacked > * > :last-child{margin-bottom: 0; }
	.InputfieldCheckbox > .InputfieldContent > label{position: relative; display: block; }
	.InputfieldCheckbox > .InputfieldContent > label > input{position:absolute; left: 0; }
	.formpass-flow .Inputfield:not([style*='width']), .formpass-flow .Inputfield.InputfieldSubmit, .formpass-flow .uk-fieldset {width: 100% !important; }
	@media (min-width: 640px){.formpass-flow .Inputfield {box-sizing: border-box; width: 100%; max-width: 100%; } }
	@media (max-width: 639px){.formpass-flow .Inputfield {width: 100% !important; } }
	.uk-textarea {resize: none;}

	@media (min-width: 640px){
	.uk-form-stacked.formpass-flow .Inputfield.InputfieldSubmit {flex: 1;}
	.uk-form-stacked.formpass-flow .Inputfield.InputfieldSubmit button {width: 100%;}
	}
	
	.buttonpass-center .Inputfield.InputfieldSubmit {text-align: center;}

	.FormBuilder > .uk-alert:last-child {margin-bottom: 0 !important;}

/* SIZE (EXPANDED WITH FORM-BUILDER CLASSES) */

	.uk-form-small {font-size:14px; line-height:1.25rem}

	.uk-form-small:not(textarea):not([multiple]):not([size]),
	.formpass-small input.uk-input, .formpass-small select {height:30px; padding-left:8px; padding-right:8px;}

	textarea.uk-form-small, [multiple].uk-form-small, [size].uk-form-small,
	.formpass-small textarea {padding:5px 8px;}

	.uk-form-small:not(select):not(input):not(textarea) {line-height:28px;}

	.uk-form-large:not(textarea):not([multiple]):not([size]),
	.formpass-large input.uk-input, .formpass-large select {height:55px; padding-left:12px; padding-right:12px;}

	textarea.uk-form-large, [multiple].uk-form-large, [size].uk-form-large,
	.formpass-large textarea {padding:7px 12px;}

	.uk-form-large:not(select):not(input):not(textarea),
	.formpass-large input.uk-input, .formpass-large select {line-height:53px;}

/* STATUS */

	.uk-form-danger, .uk-form-danger:focus {color:#f0506e; border-color:#f0506e;}
	.uk-form-success, .uk-form-success:focus {color:#32d296; border-color:#32d296;}

/* BLANK */

	.uk-form-blank {background:none; border-color:transparent;}
	.uk-form-blank:focus {border-color:#e5e5e5; border-style:solid;}

/* WIDTH */

	input.uk-form-width-xsmall {width:50px;}
	select.uk-form-width-xsmall {width:75px;}
	.uk-form-width-small {width:130px;}
	.uk-form-width-medium {width:200px;}
	.uk-form-width-large {width:500px;}

/* SELECT */

	.uk-select:not([multiple]):not([size]) {-webkit-appearance:none; -moz-appearance:none; padding-right:20px; background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A"); background-repeat:no-repeat; background-position:100% 50%;}
	.uk-select:not([multiple]):not([size]) option {color:#666;}
	.uk-select:not([multiple]):not([size]):disabled {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}

/* LIST */

	.uk-input[list] {padding-right:20px; background-repeat:no-repeat; background-position:100% 50%;}
	.uk-input[list]:hover, .uk-input[list]:focus {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-input[list]::-webkit-calendar-picker-indicator {display:none !important;}

/* RADIO & CHECKBOX */

	.uk-radio, .uk-checkbox {display:inline-block; height:16px; width:16px; overflow:hidden; margin-top:-4px; vertical-align:middle; -webkit-appearance:none; -moz-appearance:none; background-color:transparent; background-repeat:no-repeat; background-position:50% 50%; border:0.5px solid #cccccc; transition:0.2s ease-in-out; transition-property:background-color, border;}
	.uk-radio {border-radius:50%;}
	.uk-radio:focus, .uk-checkbox:focus {background-color:rgba(0, 0, 0, 0); outline:none;}
	.uk-radio:checked, .uk-checkbox:checked, .uk-checkbox:indeterminate {border-color:transparent;}
	.uk-radio:checked:focus, .uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus {background-color:#0e6dcd;}
	.uk-radio:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-checkbox:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-checkbox:indeterminate {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-radio:disabled, .uk-checkbox:disabled {background-color:#f8f8f8; border-color:#e5e5e5;}
	.uk-radio:disabled:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-checkbox:disabled:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-checkbox:disabled:indeterminate {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");}

/* RADIO & CHECKBOX FORM-BUILDER */

	.InputfieldRadios > .InputfieldContent label, .InputfieldCheckboxes > .InputfieldContent label {font-size:14px; line-height:1.25rem}
	.InputfieldRadiosStacked > * > label > input,.InputfieldCheckboxesStacked > * > label > input,.InputfieldRadiosFloated > * > label > input,.InputfieldCheckboxesFloated > * > label > input,.InputfieldRadiosWidth > * > label > input,.InputfieldCheckboxesWidth > * > label > input{left: 0; top: 7px; }
	
	.InputfieldCheckbox > .InputfieldContent > label{padding-left: 30px; }
	.InputfieldCheckbox > .InputfieldContent > label > input{top: 7px; }

	.uk-text-center .InputfieldCheckbox > .InputfieldContent > label{padding-left: 0;}
	.uk-text-center .InputfieldCheckbox > .InputfieldContent > label > input{top: 0; margin-right: 10px; position: relative;}

	.InputfieldRadiosStacked > *,.InputfieldCheckboxesStacked > *,.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{padding-left: 24px; }
	.InputfieldRadiosFloated,.InputfieldCheckboxesFloated,.InputfieldRadiosWidth,.InputfieldCheckboxesWidth{margin-top: -5px; }
	.InputfieldRadiosFloated,.InputfieldCheckboxesFloated{margin-left: -20px !important; }
	.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *{float:left}
	.InputfieldRadiosFloated > *,.InputfieldCheckboxesFloated > *,.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{margin: 5px 5px 0 20px; }
	.InputfieldRadiosWidth,.InputfieldCheckboxesWidth{margin-left: -20px !important; }
	.InputfieldRadiosWidth > *,.InputfieldCheckboxesWidth > *{margin-left: 20px; }
	.InputfieldFormBuilderFileList > :nth-child(n+2),.InputfieldFormBuilderFileList > * > ul,.InputfieldRadiosStacked > :nth-child(n+2),.InputfieldRadiosStacked > * > ul,.InputfieldCheckboxesStacked > :nth-child(n+2),.InputfieldCheckboxesStacked > * > ul{margin-top: 5px; }
	@media (min-width: 1200px) {.InputfieldRadiosColumns,.InputfieldCheckboxesColumns{margin-left: -20px !important; } .InputfieldRadiosColumns > *,.InputfieldCheckboxesColumns > *{float:left; margin-left: 20px; } }

	.formpass-small .InputfieldRadiosStacked > * > label > input,.formpass-small .InputfieldCheckboxesStacked > * > label > input,.formpass-small .InputfieldRadiosFloated > * > label > input,.formpass-small .InputfieldCheckboxesFloated > * > label > input,.formpass-small .InputfieldRadiosWidth > * > label > input,.formpass-small .InputfieldCheckboxesWidth > * > label > input{top: 5px; }
	.formpass-large .InputfieldRadiosStacked > * > label > input,.formpass-large .InputfieldCheckboxesStacked > * > label > input,.formpass-large .InputfieldRadiosFloated > * > label > input,.formpass-large .InputfieldCheckboxesFloated > * > label > input,.formpass-large .InputfieldRadiosWidth > * > label > input,.formpass-large .InputfieldCheckboxesWidth > * > label > input{top: 10px; }
	.formpass-large .InputfieldCheckbox > .InputfieldContent > label > input{bottom: 10px; }

/* LEGEND */

	.uk-legend {width:100%; color:inherit; padding:0;}

/* FIELDSET FORM-BUILDER */

	.FormBox fieldset {margin: 0 0 30px; padding: 30px; border: .5px solid #e5e5e5}
	.FormBox fieldset + fieldset {margin-top: 40px}
	@media (min-width: 1400px) {.FormBox fieldset {margin: 0 0 30px; padding: 40px} .FormBox fieldset + fieldset {margin-top: 40px} }

	.uk-light.FormBox fieldset {border-color: rgba(255,255,255,0.2);}

/* FILE */

	.uk-form-custom {display:inline-block; position:relative; max-width:100%; vertical-align:middle;}
	.uk-form-custom select, .uk-form-custom input[type="file"] {position:absolute; top:0; z-index:1; width:100%; height:100%; left:0; -webkit-appearance:none; opacity:0; cursor:pointer;}
	.uk-form-custom input[type="file"] {font-size:500px; overflow:hidden;}

/* LABEL */

	.uk-form-label {color:#222;}
	.uk-form-stacked .uk-form-label {display:block;}

/* LABEL FORM-BUILDER */

	.formpass-nolabels .uk-form-label{display:none!important}

/* DESCRIPTION FORM-BUILDER */

	.FormBox .InputfieldContent p {margin:0 0 5px;}
	.FormBox .InputfieldContent * + p {margin-top:5px}
	.uk-field-description,.uk-field-notes,.uk-field-alert,.uk-fieldset-description {color: #999; }

	.uk-light .uk-field-description,.uk-light .uk-field-notes,.uk-light .uk-field-alert,.uk-light .uk-fieldset-description {color: rgba(255,255,255,0.5); }

/* ERRORS AND SUBMITS */

	.FormBuilderErrors .uk-alert {box-shadow:0 5px 15px rgba(0, 0, 0, 0.16); border: 2px solid #fff;}

	p.uk-field-alert::before {
		content: '';
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path style="fill: %23f0506e;" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/></svg>');
		position: relative;
	    top: 6px;
	    left: -3px;
	    margin-right: 6px;
	    background-color: #fff;
	    border-radius: 50%;
	    border: 2px solid #fff;
	    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
	}

	#FormBuilderSubmitted + .uk-alert-success {border: 2px solid #fff; border-bottom-width: 1px;}

	.FormBuilderErrors > .uk-alert,
	#FormBuilderSubmitted + .uk-alert-success {border-radius: 0 !important;}

/* AGREEMENT FORM-BUILDER */

	.agreement-link{margin-left:6px}
	.agreement-link img,.agreement-link svg{position:relative;top:-2px;margin-left:4px;height:1em !important;width:auto}

/* LAYOUT HORIZONTAL */

	@media (max-width: 499px) {
	.uk-form-horizontal .uk-form-label {display:block; margin-bottom:5px;}
	}

	@media (min-width: 500px) {
	.uk-form-horizontal .uk-form-label {width:150px; margin-top:10px; float:left; text-align: right;}
	.uk-form-horizontal.uk-form-horizontal-small .uk-form-label {width:100px;}
	.uk-form-horizontal.uk-form-horizontal-large .uk-form-label {width:200px;}
	.uk-form-horizontal .uk-form-controls {margin-left:180px;}
	.uk-form-horizontal.uk-form-horizontal-small .uk-form-controls {margin-left:130px;}
	.uk-form-horizontal.uk-form-horizontal-large .uk-form-controls {margin-left:230px;}
	.uk-form-horizontal .uk-form-controls-text {padding-top:10px;}
	}

/* LAYOUT BUTTON VARIANTS FORM-BUILDER */

	.formpass-button-center .InputfieldSubmit{margin-left:auto;margin-right:auto;text-align:center}
	.formpass-button-width .button{width:100%}

/* ICON */

	.uk-form-icon {position:absolute; top:0; bottom:0; left:0; width:40px; display:inline-flex; justify-content:center; align-items:center; color:#999;}
	.uk-form-icon:hover {color:#666;}
	.uk-form-icon:not(a):not(button):not(input) {pointer-events:none;}
	.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {padding-left:40px !important;}
	.uk-form-icon-flip {right:0; left:auto;}
	.uk-form-icon-flip ~ .uk-input {padding-right:40px !important;}

/* PROGRESS */

	.uk-progress {vertical-align:baseline; display:block; width:100%; border:0; background-color:#f8f8f8; margin-bottom:20px; height:15px; border-radius:500px; overflow:hidden;}
	* + .uk-progress {margin-top:20px;}
	.uk-progress::-webkit-progress-bar {background-color:transparent;}
	.uk-progress::-webkit-progress-value {transition:width 0.6s ease;}
	.uk-progress::-moz-progress-bar {transition:width 0.6s ease;}

/* INVERSE */

	.uk-light .uk-input, .uk-light .uk-select, .uk-light .uk-textarea {background-color:rgba(255, 255, 255, 0.1); color:rgba(255, 255, 255, 0.7); background-clip:padding-box; border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-input:focus, .uk-light .uk-select:focus, .uk-light .uk-textarea:focus {background-color:rgba(255, 255, 255, 0.15); color:rgba(255, 255, 255, 0.7); border-color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-input::placeholder {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-textarea::placeholder {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-select:not([multiple]):not([size]) {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-light .uk-input[list]:hover, .uk-light .uk-input[list]:focus {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-light .uk-radio, .uk-light .uk-checkbox {background-color:rgba(255, 255, 255, 0.1); border-color:rgba(255, 255, 255, 0.2);}
	.uk-light .uk-radio:focus, .uk-light .uk-checkbox:focus {background-color:rgba(255, 255, 255, 0.15); border-color:rgba(255, 255, 255, 0.7);}
	.uk-light .uk-radio:checked, .uk-light .uk-checkbox:checked, .uk-light .uk-checkbox:indeterminate {background-color:#fff; border-color:#fff;}
	.uk-light .uk-radio:checked:focus, .uk-light .uk-checkbox:checked:focus, .uk-light .uk-checkbox:indeterminate:focus {background-color:#ffffff;}
	.uk-light .uk-radio:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-light .uk-checkbox:checked {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");}
	.uk-light .uk-checkbox:indeterminate {background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");}
	.uk-light .uk-form-label {color:#fff;}
	.uk-light .uk-form-icon {color:rgba(255, 255, 255, 0.5);}
	.uk-light .uk-form-icon:hover {color:rgba(255, 255, 255, 0.7);}

/* Login Register Pro */
.LoginRegisterPro .Inputfields .Inputfield:not(.InputfieldSubmit) {
	background: none;
	padding: 0;
	border: none;
	margin-bottom: 30px;
}

/* PW Forms */
.typograf-wrapper {
	position: relative;
}

.js-typograf-button {
	-webkit-appearance: none;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 12px;
	line-height: 24px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	background: #fff;
	z-index: 2;
	border-radius: 50px;
	border: 1px solid #d9e1ea;
	position: absolute;
	right: 8px;
	top: -8px;
}

ul.Inputfields {
	padding: 0;
	list-style: none;
}

ul.Inputfields > li {
	margin-bottom: 20px;
}

.InputfieldHeader {
	pointer-events: none;
}
.InputfieldHeader i {
	display: none !important;
}

.InputfieldMarkup.InputfieldHeaderHidden {
	display: block !important;
}


.user-gallery-item {
	transition: .3s;
}

.user-gallery-item.sortable-ghost {
	transform: scale(0.8) !important;
	opacity: .7;
}