@font-face {
  font-family: MainFont;
  src: url(/include/css/Ephesis-Regular.ttf);
}
@font-face {
  font-family: SecondaryFont;
  src: url(/include/css/EBGaramond-VariableFont_wght.ttf);
}
/********** theme **********/
* {
    box-sizing: border-box;
}
html {
	/*position: fixed; //for safari elastic scrolling */
}
body {
	background-color: var(--navbar-color);
	height: 100vh;
}
/********** material-symbols-outlined **********/
.material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' -25, 'opsz' 48;
	font-size: inherit;
}
.material-symbols-outlined.filled {
	font-variation-settings: 'FILL' 1;
}
.material-symbols-outlined.bold {
	font-variation-settings: 'wght' 300;
}
/********** splashScreen *****************/
#splashScreen {
	position: absolute;
	background-color: var(--navbar-color);
    width: 100%;
    height: 100%;
    z-index: 10000000000000000000000;
}
#splashScreen #logo {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#splashScreen #logo img {
    width: 220px;
    height: 220px;
    border-radius: 20px;
    margin-top: -110px;
    margin-left: -110px;
}
/********** onsen *****************/
#myNavigator > div {
	background-color: transparent !important;
}
.page,
.page .page--material__content {
	font-family: Poppins;
}
.page__content .page__content {	
    margin: 0 auto;
	margin-top: -1px !important;
	bottom: 0;
}
.page-with-bottom-toolbar > .page__content {
	bottom: 0;
}
.page__background,
.page--material__background {
    background-color: #FFF;
}
#progressCircular {
	display: none;
	padding: 20px;
	text-align: center;
	line-height: initial;
	height: auto;
	max-width: 560px;
}
#progressCircular .logo img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
#progressCircular .title {
	font-size: 16px;
	font-weight: bold;
	color: var(--app-first-color);
}
#progressCircular .subtitle {
	font-size: 12px;
	color: #999;
}
@media screen and (max-width: 576px) {
	#progressCircular {
		margin: 0 20px;
	}
}
/********** ProgressBar **********/
.progress {
   /* display: none; */
   z-index: 202;
   padding-top: env(safe-area-inset-top);
}
.progress-bar {
    overflow: initial;
}
.progress-bar.progress-bar-indeterminate:before,
.progress-bar.progress-bar-indeterminate:after {
	background-color: var(--secondary-color);
}
.progress-bar.progress-bar-indeterminate {
	border-bottom-color: #bd8a5f54;
}
/********** Toolbars **********/
#footerTabbar .tabbar--material__border  {
    background-color: var(--first-color);
}
#backToolbar .back-button__icon {
	height: 55px;
}
#topToolbar .toolbar__center .logo {	
	height: 100%;
	width: auto;
    padding: 5px 0;
}
#topToolbar .toolbar__left,
#backToolbar .toolbar__left,
#topToolbar .toolbar__center,
#backToolbar .toolbar__center,
#topToolbar .toolbar-button,
#backToolbar .toolbar-button {
	font-family: 'Poppins';
    font-weight: normal;
    position: relative;
    color: var(--text-navbar-color);
	cursor: pointer;
	min-width: auto;
    font-size: 16px;
    line-height: 56px;
}	
#backToolbar .toolbar__center {
	padding-left: 10px;
}
#topToolbar .toolbar-button,
#backToolbar .toolbar-button {
	padding: 0 4px;
}
#topToolbar .toolbar__right,
#backToolbar .toolbar__right {
    max-width: 100%;
}
#topToolbar .tabbar--top__item .tabbar__label,
#footerTabbar .ons-tabbar__footer .tabbar__item .tabbar__button {
    text-transform: uppercase;
}
#topToolbar .tabbar--top__item .tabbar__label,
#footerTabbar .ons-tabbar__footer .tabbar__item .tabbar__button {
    color: #999;
}
#topToolbar,
#backToolbar {
    background-color: var(--navbar-color);
	background-image: none;
	box-shadow: none;
	padding: 0 10px;
	padding-top: env(safe-area-inset-top);
	height: auto;
}
#topToolbar .tabbar--top__item.active .tabbar__label {
	color: var(--text-navbar-color);
	font-weight: bold;
}
/********** FooterTabbar **********/
#footerTabbar .ons-tabbar__footer .tabbar__item .tabbar__button {
	height: auto;
}
#footerTabbar .ons-tabbar__footer .tabbar__item.active .tabbar__label,
#footerTabbar .ons-tabbar__footer .tabbar__item.active .tabbar__button {
    color: var(--first-color);
	font-weight: bold;
}
#footerTabbar > .ons-tabbar__footer {
	height: auto;
	background-color: #FFF;
	border-top: 1px solid #ccc;
}
#footerTabbar > .ons-tabbar__footer > .tabbar__border {
	display: none !important;
}
#footerTabbar .icon {
	margin: 0 auto;
	margin-top: 7px;
}
#footerTabbar .ons-tabbar__footer .tabbar__item .icon svg {
	width: 22px;
	height: 22px;
	fill: #9d9d9c;
	stroke: #9d9d9c;
}
#footerTabbar .tabbar__label {
	font-size: 10px;
	line-height: 20px;
	padding-bottom: calc(env(safe-area-inset-bottom)/2);
}
#footerTabbar .ons-tabbar__footer .tabbar__item.active .icon svg,
#footerTabbar .ons-tabbar__footer .tabbar__item.active .icon svg path {
	fill: var(--text-navbar-color);
	stroke: var(--text-navbar-color);
}

ons-bottom-toolbar.bottomToolbar {
	width: 100%; /* Fallback */
	width: calc(100% - var(--scrollbar-width));
	margin: 0;
	height: auto;
	background-color: #ffffffc9;
	/*-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);*/
	background-image: none;
	text-align: center;
	padding: 10px;
}
ons-bottom-toolbar.bottomToolbar .smartBtn {	
	width: fit-content;	
	min-width: 300px;
	max-width: 500px;
	height: 55px;
}
.back-button,
.toolbar-back-button,
.back-button__icon {
    color: var(--text-navbar-color);
    fill: var(--text-navbar-color);
}



.logoBackground {
    background-color: var(--first-color);
    height: 100vh;
    margin: 0 !important;
}
#logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -75px; /* Half the height */
    margin-left: -75px; /* Half the width */
}


#content.container,
.bottomToolbar .container {
	padding: 0;
}
.bottomToolbar .container {
	text-align: center;
}

.toolbar.toolbar--material + .page__background + .page__content {
	top: 0;
	bottom: calc(env(safe-area-inset-bottom)/2);
	margin-top: 56px !important;
}
#topToolbar + .page__background + .page__content,
#backToolbar + .page__background + .page__content {
	bottom: 0;
	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
}




#topToolbar ons-toolbar-button svg,
#backToolbar ons-toolbar-button svg { 
	width: 25px;
    height: 25px;
	margin-top: 16px;
}
#topToolbar ons-toolbar-button svg path,
#backToolbar ons-toolbar-button svg path { 
    fill: var(--text-navbar-color);
	stroke: var(--text-navbar-color);
}
#topToolbar ons-toolbar-button#favouriteBtn svg .content,
#topToolbar ons-toolbar-button#favouriteBtn svg .content path {	
	fill: transparent !important;
}
#topToolbar ons-toolbar-button#favouriteBtn.active svg .content,
#topToolbar ons-toolbar-button#favouriteBtn.active svg .content path {	
	fill: #f44336 !important;
}
#topToolbar ons-toolbar-button .badge {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 10px;
    line-height: 10px;
    padding: 2px 3px;
    border: 1px solid #FFF;
}
#topToolbar ons-toolbar-button.toolbar-button--material .badge {
	top: 8px;
}
/********** Toasts **********/
ons-toast {
	max-width: 500px;
    margin: 0 auto;
	z-index: 10002 !important;
}
ons-fab.fab {
	background-color: var(--first-color);
	color: var(--text-first-color);
	cursor: pointer;
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px 0 rgb(0 0 0 / 20%);    
}
ons-fab.fab:active {
	background-color: var(--first-color);
	color: var(--text-first-color);
	opacity: 0.5;
}
ons-fab.fab--bottom__right {
	bottom: 30px;
	right: 30px;
}
ons-fab.fab .fab__icon svg {
	fill: #FFF;    
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 12px;
}
@media screen and (max-width: 576px) {
	ons-fab.fab--bottom__right {
		bottom: 20px;
		right: 20px;
	}
}
/********** Pull-Hook **********/
ons-pull-hook {
	z-index: 1;
	display: none;
}
/********** Dialogs **********/
.dialog-mask {
	background-color: #000000a6;
}
.dialog {
    width: 100%;
    height: 90%;
	z-index: 10001;
}
.dialog.dialog--material {
	box-shadow: none;
}
.dialog-container {
	display: flex;
	width: calc(100% - 1.5rem);
	min-height: calc(100% - 2rem);
	align-items: center;
    margin: 1.5rem auto;
    max-width: 35rem;
    position: relative;
	background-color: transparent;
}
.dialog-container > .page {
	/*position: relative;
    height: auto;*/
	border-radius: 15px;
}
/*
.dialog-container > .page > .page__content {
	position: relative;
}*/
.ons-ios-scroll-fix .page:not(.page--wrapper)[shown] > .page__content {
	overflow-y: scroll;
}
.dialog-container .toolbar.toolbar--material  {
    background-color: #406345;
	color: #FFF;
    box-shadow: none;
	padding: 0 20px;
}
.dialog-container .toolbar__left,
.dialog-container .toolbar__center,
.dialog-container .toolbar-button {
	font-family: 'Poppins';
	font-size: 18px;
    line-height: 56px;
    font-weight: normal;
    color: #FFF;
	cursor: pointer;	
}
.dialog-container .toolbar-button {
	position: absolute;
    top: 0;
    right: 0;
}
.dialog-container .toolbar-button svg {
    margin-top: 14px;
    width: 26px;
    height: 26px;
    fill: #FFF;
}
.dialog-container .toolbar-button .ripple {
    width: 26px;
    height: 26px;
    margin-top: 14px;
    margin-left: 10px;
}
.dialog-container ons-pull-hook {
    display: none;
    height: 56px !important;
    line-height: 56px !important;
}
/********** Tabbar **********/
.tabbar--top {
	background-color: #FFF;
	border: none;
	border-bottom: 1px solid var(--light-gray-color);
}
.tabbar--top__content .page__content {
	margin-top: 0 !important;
}
.tabbar--material {
	box-shadow: none;
}
.tabbar--material__border {
	height: 1.5px;
    background-color: var(--first-color);
}
.tabbar__button {
	cursor: pointer;
}
.tabbar__item .tabbar__label {
	color: #9d9d9c;
	white-space: normal;
	word-break: normal;
	font-weight: normal;
    font-size: 12px;
}
.tabbar__item.active .tabbar__label {
	color: var(--first-color);	
    font-weight: bold;
}
/********** intlTelInput **********/
.iti {
	z-index: 20002;
}
.iti .iti__selected-flag {
	height: auto;
    padding: 12px 6px;
}
/********** testBadge **********/
#testBadge {
	position: absolute;
	z-index: 1000;
	width: 100%;
	text-align: center;
	top: env(safe-area-inset-top);
}
#testBadge span {
	width: auto;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	background-color: red;
	color: #FFF;
}
/********** leftPanel **********/
#leftPanel .navdrawer-content::-webkit-scrollbar {
	width: 0;
}
#leftPanel .header {
	background-color: var(--first-color);	
	color: #FFF;
	text-align: center;
	padding: 10px;
}
#leftPanel .header img {
	width: 100px;
	height: auto;
	padding: 10px;
}
#leftPanel .header .placeSocialBtns svg {
	width: 20px;
	height: 20px;
	margin: 5px;
	fill: #FFF;
}
#leftPanel .list-group {
	margin: 20px 0;
}
#leftPanel .list-group-item {
	color: #9d9d9c;
	border: none;
	cursor: pointer;
}
#leftPanel .list-group-item a {
	color: inherit;
}
#leftPanel .list-group-item .icon svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	fill: #9d9d9c;
}
#leftPanel .list-group-item .text {
    position: absolute;
	margin-top: 0;
}
/********** Daemonite Materials **********/
.nav-tabs .nav-link.active {
	color: var(--first-color);
	font-weight: normal;
}
.nav-tabs .nav-link.active:before,
.nav-tabs-material .nav-tabs-indicator {
	background-color: var(--first-color);
}
.nav-tabs .nav-link:active, 
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
	background-color: transparent;
}
.modal .modal-title,
.modal .modal-body {
	white-space: initial;
}
/********** smartForm **********/
.smartForm {	
    margin: 0 auto;
    padding: 20px;
}
.smartForm .form-group small {
	color: var(--dark-gray-color);
	white-space: normal;
}
.smartForm .form-group .iti {
	display: block;
}
.smartForm .form-group label {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    white-space: normal;
}
.smartForm .form-group input[type=color] {
	min-height: 37px;
    margin: 5px;
    padding: 4px;
}
.smartForm textarea.form-control,
.smartForm .form-control {
	border: 1px solid #999;    
    border-radius: 10px;
	padding: 10px;
}
.smartForm textarea.form-control:focus,
.smartForm textarea.form-control:hover,
.smartForm textarea.form-control:active,
.smartForm .form-control:focus,
.smartForm .form-control:hover,
.smartForm .form-control:active {
	border-color: var(--first-color);
    box-shadow: none;
    outline: 0;
}
.smartForm .checkboxDiv {
    margin: 15px 0;
}
.smartForm :checked+.checkbox__checkmark:before {
	background-color: var(--first-color);
	border-color: var(--first-color);
}
.smartForm .text-input--material:focus {
	background-image: linear-gradient(to top,transparent 1px,var(--first-color) 1px);
}
.smartForm .text-input--material__label--active {
	color: var(--first-color);
}
.smartForm .link {
	font-size: 12px;
	margin: 5px 0;
}
.smartForm .link  a{
	color: #333;
    text-decoration: none;
}
.smartForm #fbLoginBtn {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #FFF;
}
.smartForm #btnLoginSubmit,
.smartForm #btnSubmit {
    background-color: var(--first-color);
    border-color: var(--first-color);
    color: #FFF;
}
.smartForm label.error {
    width: auto !important;
    color: red;
    padding-top: .5em;
    vertical-align: top;
    font-weight:normal;
    text-shadow: none;
    font-size: 12px;
    white-space: normal;
    display: none;
}
.smartForm .expansion-panel-toggler {
	color: var(--black-color);
}
.smartForm .collapse {
    padding: 20px;
}
.smartForm .custom-radio label,
.smartForm .custom-checkbox label,
.smartForm .custom-switch label {
	font-weight: normal;
	cursor: pointer;
	white-space: normal;
	padding: 0 5px;
}	
.smartForm .custom-radio .custom-control-input:checked~.custom-control-label:after,
.smartForm .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	color: var(--secondary-color);
}
.smartForm .custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.smartForm .custom-switch .custom-control-input:checked~.custom-control-label:before,
.smartForm .custom-switch .custom-control-input:checked~.custom-control-label:after {
	background-color: var(--secondary-color);
}
.smartForm .custom-switch .custom-control-input:checked~.custom-control-track {
    background-color: var(--secondary-color);
    opacity: 0.7;
}
.smartForm .smartSlider {
	margin: 40px auto 20px auto;
	max-width: 70%;
}
.smartForm .smartSlider .ui-slider {
	border-radius: 20px;
    height: 8px;
}
.smartForm .smartSlider .ui-slider-range-min {
	background-color: var(--secondary-color);
}
.smartForm .smartSlider .ui-slider-handle {
	background-color: var(--secondary-color);
	border-color: var(--text-secondary-color);
    border-radius: 20px;
	top: -6px;	
}
.smartForm .smartSlider .sliderLabel {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 100px;
    padding: 2px;
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--text-secondary-color);
    font-weight: bold;
    border-radius: 10px;
}
.smartForm #conditionsError {
	display: none;
	margin: 0;
	font-size: 12px;
	color: red;
}
.smartLink {
	color: var(--first-color);
}
.smartBtn {	
    min-width: 220px;
	max-width: 280px;	
	padding: 15 20px;
	width: auto;
	font-weight: normal;
	box-shadow: none;
	margin: 10px 0;
	font-size: 16px;	
	line-height: 20px;
    text-transform: uppercase;
	text-align: center;
	border: none;
	border-radius: 50px;
	outline: none;	
	background-color: var(--secondary-color);
	color: var(--text-secondary-color);
	opacity: 0.9;
}
.smartBtn:focus,
.smartBtn:hover,
.smartBtn:active {
	background-color: var(--secondary-color);
	color: var(--text-secondary-color);
	border: none;
	outline: none;
}
.smartBtn:disabled {
	background-color: #00000075;
	color: #FFF;
}
.smartForm .btn-group {
	box-shadow: none;
	margin: 10px auto;
	width: auto;
}
.smartForm .btn-group .smartBtn {
	background-color: var(--secondary-color);
    color: var(--text-secondary-color);
	border: 1px solid var(--light-gray-color);
	margin: 0;
	opacity: 0.3;
	font-size: 12px;
	white-space: nowrap;
}
.smartForm .btn-group .smartBtn.active,
.smartForm .btn-group .smartBtn.active {
	opacity: 1;	
}
.smartForm .smartColor input.form-control{
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.smartForm .smartColor .input-group-append {
	margin-left: 0;
}
.smartForm .smartColor {
	
	touch-action: none;	
}
.smartForm .smartColor .input-group-append i {
	height: 46px;
    width: 46px;
	border: 1px solid #999;
	border-left: none;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/********** smartCard **********/
.smartCard{
	background-color: #ffffffd6;
	padding: 20px;
	border-radius: 10px;
	margin: 20px auto;
}
/********** pickerDate **********/
.picker {	
	z-index: 100000;
}
.picker .picker-nav-disabled {
	opacity: 0.1;
}
.picker .picker-date-display {
    background-color: var(--first-color);	
	color: var(--text-first-color);
}
.picker .picker-select-month,
.picker .picker-select-year {
	height: 30px;
	margin-top: 8px;
	background-color: var(--secondary-color);	
	color: var(--text-secondary-color);
	border-radius: 20px;
	opacity: 1;
	font-weight: bold;
    text-transform: uppercase;
}
.picker .picker-date-display-bottom {
	font-size: 25px;
}
.picker .picker-day.picker-day-today {
	color: var(--secondary-color);
}
.picker .picker-day.picker-day-selected {
    background-color: var(--secondary-color);	
	color: var(--text-secondary-color);
}
.picker .btn-outline-primary {
	background-color: var(--secondary-color);
	color: var(--text-secondary-color);
	border-radius: 20px;
}
/********** mdtimepicker **********/
.mdtimepicker {
	z-index: 100000;
}
.mdtimepicker .mdtp__wrapper {
    top: 25%;
    bottom: inherit;
	box-shadow: none;
}
.mdtimepicker .mdtp__wrapper[data-theme='blue'] .mdtp__time_holder {
	background-color: var(--first-color);
}
.mdtimepicker .mdtp__wrapper[data-theme='blue'] .mdtp__button {
	background-color: var(--secondary-color);
    color: var(--text-secondary-color);
    border-radius: 20px;
	margin: 0 5px;
}
.mdtimepicker .mdtp__wrapper[data-theme='blue'] .mdtp__digit.active span, 
.mdtimepicker .mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover,
.mdtimepicker .mdtp__wrapper[data-theme='blue'] .mdtp__digit.active:before,
.mdtimepicker .mdtp__wrapper[data-theme='blue'] .mdtp__clock .mdtp__clock_dot {
	background-color: var(--first-color) !important;
}
/********** .selectize *****************/
.selectize-control.form-control {
    padding: 5px;
    border-radius: 10px;
    border-width: 1px;
}
.selectize-control.form-control:focus {
	border-color: var(--first-color);
    box-shadow: none;
    outline: 0;
}
.selectize-control.form-control .selectize-input,
.selectize-control.form-control .selectize-input:focus {
	border: none;
	box-shadow: none;
}
.selectize-control.form-control .selectize-input > div.active {
	background-color: var(--secondary-color);
	color:	var(--text-secondary-color);
}
/********** languageModal **********/
#languageModal .blockTitle {
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}
#languageModal .blockDescription {
	font-size: 12px;
	line-height: 16px;
	color: var(--dark-gray-color);
	font-style: italic;
}
#languageModal #languageBtns {
	display: block;
    padding: 0;
    box-shadow: none;
}
#languageModal .languageBtn {
	display: flex;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid var(--light-gray-color);
	border-radius: 10px;
	width: 100%;
}
#languageModal .languageBtn.active {
	background-color: var(--secondary-color);
    color: var(--text-secondary-color);
}
#languageModal .languageBtn .flag {
    display: block;
    min-width: 24px;
    height: 18px;
    border: 1px solid var(--light-gray-color);
}
#languageModal .languageBtn .text {
	text-transform: capitalize;
	margin-left: 10px;
}
/********** addToHomeDiv **********/
#addToHomeDiv {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 30px;
	z-index: 2;
	background-color: #FFF;
	border-top: 1px solid #ccc;
	z-index: 1001;
}
#addToHomeDiv .image img {
	width: 50px;
	height: 50px;
}
#addToHomeDiv .smartBtn {
    margin: 0;
	width: auto;
}
#addToHomeDiv .hideBtn {
	padding: 0 10px;
	font-weight: bold;
	line-height: 40px;
	color: var(--first-color);
	cursor: pointer;
}
/********** addToHomePage *****************/
#addToHomePage #content {
	padding: 20px;
}
#addToHomePage .text {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: var(--black-color);
	margin-top: 20px;
}
#addToHomePage .image {
	margin: 20px auto;
	text-align: center;
}
#addToHomePage .image img {
	margin: 0 auto;
	max-width: 70%;
}
/********** dropzone **********/
.dropzone {
    min-height: 150px;
    padding: 5px;
}
.dropzone.dz-clickable {
    border: 1px solid var(--light-gray-color);
    border-radius: 10px;
}
.dropzone.dz-started .dz-default.dz-message {
	display: none;
}
.dropzone .dz-default.dz-message {
    background-image: none;
	position: relative;
    text-align: center;
    margin-top: 10px;
}
.dropzone .dz-default.dz-message .dz-button {
	color: var(--dark-gray-color);
}
.dropzone .dz-default.dz-message span {
    font-size: 14px !important;
    padding: 50px;
}
.dropzone .dz-preview .dz-details {
	padding: 10px;
}
.dropzone .dz-preview .dz-image img {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
	cursor: move;
}
.dropzone .dz-preview .dz-size,
.dropzone .dz-preview .dz-progress {
	display: none;	
}
.dropzone .dz-preview .dz-remove {
	text-transform: uppercase;
	color: var(--danger);
}
/********** emptyContent *****************/
.emptyContent {
	margin: 50px auto;	
	text-align: center;
	color: #999;
}
.emptyContent .img img {
	width: 80px;
	opacity: .5;
}
.emptyContent .text {
	margin-top: 30px;	
}
.emptyContent .cta {
	margin-top: 30px;
	width: auto;
}
/********** localismartPage *****************/
.localismartPage #backToolbar,
.localismartPage .toolbar.toolbar--material {
    background-color: var(--app-first-color);
	color: var(--app-text-first-color);
}
.localismartPage .tabbar--material__border {	
    background-color: var(--app-first-color);
}
.localismartPage .tabbar__item.active .tabbar__label {
	color: var(--app-first-color);
}
.localismartPage .smartBtn {
	background-color: var(--app-secondary-color);
	color: var(--app-text-secondary-color);
}
.localismartPage .smartBtn:focus,
.localismartPage .smartBtn:hover,
.localismartPage .smartBtn:active {	
	border: none;
	outline: none;
	color: var(--app-text-secondary-color);
}
.localismartPage .smartBtn:disabled {
	color: rgba(0,0,0,.26);
}
.localismartPage .smartForm .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
	color: var(--app-first-color);
}
/********** localismartLink*****************/
.localismartLink {
	color: var(--app-first-color);
	text-decoration: underline;
	font-weight: 600;
}
/********** JqueryUI *****************/
.ui-widget.ui-widget-content .ui-menu-item {
	color: var(--text-secondary-color);
	min-height: 50px;
}
.ui-widget.ui-widget-content .ui-state-active {
	background-color: var(--secondary-color);
	color: var(--text-secondary-color);
	border: none;
	min-height: 50px;
}
/********** GoogleMaps Autocomplete *****************/
.pac-container {
	z-index: 10002;
}
/********** Animations **********/
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
@keyframes wiggle {
	0%, 7% {
		transform: rotateZ(0);
	}
	15% {
		transform: rotateZ(-15deg);
	}
	20% {
		transform: rotateZ(10deg);
	}
	25% {
		transform: rotateZ(-10deg);
	}
	30% {
		transform: rotateZ(6deg);
	}
	35% {
		transform: rotateZ(-4deg);
	}
	40%, 100% {
		transform: rotateZ(0);
	}
}
@keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .050, .855, .060);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}
@keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}