html, body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #202022;
}
body {
	/*font-family: 'Roboto', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: "Futura-Bold";
	src: url("./fonts/futur.eot"); /* IE9 Compat Modes */
	src: url("./fonts/futur.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("./fonts/futur.otf") format("opentype"), /* Open Type Font */
		url("./fonts/futur.svg") format("svg"), /* Legacy iOS */
		url("./fonts/futur.ttf") format("truetype"), /* Safari, Android, iOS */
		url("./fonts/futur.woff") format("woff"), /* Modern Browsers */
		url("./fonts/futur.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

/*fonts*/
.openSans {
	font-family: 'Open Sans', sans-serif;
}
.futuraBold {
	font-family: "Futura-Bold";
}
.bold {
	font-weight: bold;
}
.semibold {
	font-weight: 600;
}
.light {
	font-weight: 100;
}
.upper {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
.noEvents {pointer-events: none;}

.m0 {margin: 0 !important;}

.mt0 {margin-top: 0 !important;}
.mt8 {margin-top: 8px !important;}
.mt16 {margin-top: 16px !important;}

.mr0 {margin-right: 0 !important;}
.mr8 {margin-right: 8px !important;}
.mr16 {margin-right: 16px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb8 {margin-bottom: 8px !important;}
.mb12 {margin-bottom: 12px !important;}
.mb16 {margin-bottom: 16px !important;}

.ml0 {margin-left: 0 !important;}

.p0 {padding: 0 !important;}
.p8 {padding: 8px !important;}
.p12 {padding: 12px !important;}

.pt8 {padding-top: 8px !important;}
.pt14 {padding-top: 14px !important;}
.pt16 {padding-top: 16px !important;}
.pt24 {padding-top: 24px !important;}

.pr0 {padding-right: 0 !important;}
.pr8 {padding-right: 8px !important;}

.pb0 {padding-bottom: 0 !important;}
.pb8 {padding-bottom: 8px !important;}
.pb14 {padding-bottom: 14px !important;}

.pl0 {padding-left: 0 !important;}
.pl8 {padding-left: 8px !important;}

canvas.responsive-img {
	max-width: 100%;
	height: auto;
}

/* MATERIALIZE */
.preloader-wrapper {
	box-sizing: border-box;
}
.spinner-layer {
	border-color: var(--mdc-theme-primary);
}
.toast {
	font-family: Roboto,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 500;
	letter-spacing: .0125em;
}
.btn, .btn-large, .btn-small {
	letter-spacing: 1px;
	font-weight: 100;
	font-size: .875rem;
	font-family: Roboto, sans-serif;
	background-color: var(--mdc-theme-primary);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.btn:hover, .btn-large:hover, .btn-small:hover,
.btn:focus, .btn-large:focus, .btn-small:focus {
	background-color: var(--mdc-theme-secondary);
}
nav .btn:hover, nav .btn-large:hover, nav .btn-small:hover,
nav .btn:focus, nav .btn-large:focus, nav .btn-small:focus {
	background-color: rgba(0,0,0,0.1);
	box-shadow: none;
}
.btn i, .btn-large i, .btn-small i {
	margin-right: 8px;
}
.btn-small {
    height: 36px;
    line-height: 36px;
}
.rowFullwidth {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
nav {
	background-color: var(--mdc-theme-primary);
	position: relative;
	z-index: 1;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-ms-transition-duration: .5s;
}
nav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
nav.fixed:not(.z-depth-1) {
	box-shadow: none;
}
nav .btn-small {
	height: 56px;
	line-height: 56px;
	padding: 0 16px;
	border-radius: 0;
	border: none;
	background: none;
	box-shadow: none;
}
nav .btn-small i {
	margin: 0;
}
nav .title {
	font-family: Roboto,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .0125em;
	margin-left: 8px;
}
.sidenav.sidenav-fixed {
	z-index: 1000;
}
/*forms*/
.input-field {
	margin-bottom: 0.5rem;
}
.input-field>label {
	color: rgba(0,0,0,.6);
}
.input-field>label.active {
	color: var(--mdc-theme-primary);
}
input:not([type]), 
input[type=text]:not(.browser-default), 
input[type=password]:not(.browser-default), 
input[type=email]:not(.browser-default), 
input[type=url]:not(.browser-default), 
input[type=time]:not(.browser-default), 
input[type=date]:not(.browser-default), 
input[type=datetime]:not(.browser-default), 
input[type=datetime-local]:not(.browser-default), 
input[type=tel]:not(.browser-default), 
input[type=number]:not(.browser-default), 
input[type=search]:not(.browser-default), 
textarea.materialize-textarea {
	border-bottom: 1px solid #e3e8ea;
}
.dropdown-content.select-dropdown {
	overflow-y: auto !important;
	backface-visibility: hidden !important;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
	border-color: var(--mdc-theme-primary);
	box-shadow: none;
}
input:not([type]):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
	color: var(--mdc-theme-primary-gray);
}
input.invalid:not([type]), 
input.invalid:not([type]):focus, 
input.invalid[type="text"]:not(.browser-default), 
input.invalid[type="text"]:not(.browser-default):focus, 
input.invalid[type="password"]:not(.browser-default), 
input.invalid[type="password"]:not(.browser-default):focus, 
input.invalid[type="email"]:not(.browser-default), 
input.invalid[type="email"]:not(.browser-default):focus, 
input.invalid[type="url"]:not(.browser-default), 
input.invalid[type="url"]:not(.browser-default):focus, 
input.invalid[type="time"]:not(.browser-default), 
input.invalid[type="time"]:not(.browser-default):focus, 
input.invalid[type="date"]:not(.browser-default), 
input.invalid[type="date"]:not(.browser-default):focus, 
input.invalid[type="datetime"]:not(.browser-default), 
input.invalid[type="datetime"]:not(.browser-default):focus, 
input.invalid[type="datetime-local"]:not(.browser-default), 
input.invalid[type="datetime-local"]:not(.browser-default):focus, 
input.invalid[type="tel"]:not(.browser-default), 
input.invalid[type="tel"]:not(.browser-default):focus, 
input.invalid[type="number"]:not(.browser-default), 
input.invalid[type="number"]:not(.browser-default):focus, 
input.invalid[type="search"]:not(.browser-default), 
input.invalid[type="search"]:not(.browser-default):focus, 
textarea.materialize-textarea.invalid, 
textarea.materialize-textarea.invalid:focus, 
.select-wrapper.invalid > input.select-dropdown, 
.select-wrapper.invalid > input.select-dropdown:focus {
	box-shadow: none;
	border-bottom: 1px solid #F44336;
}
input.valid:not([type]), 
input.valid:not([type]):focus, 
input.valid[type="text"]:not(.browser-default), 
input.valid[type="text"]:not(.browser-default):focus, 
input.valid[type="password"]:not(.browser-default), 
input.valid[type="password"]:not(.browser-default):focus, 
input.valid[type="email"]:not(.browser-default), 
input.valid[type="email"]:not(.browser-default):focus, 
input.valid[type="url"]:not(.browser-default), 
input.valid[type="url"]:not(.browser-default):focus, 
input.valid[type="time"]:not(.browser-default), 
input.valid[type="time"]:not(.browser-default):focus, 
input.valid[type="date"]:not(.browser-default), 
input.valid[type="date"]:not(.browser-default):focus, 
input.valid[type="datetime"]:not(.browser-default), 
input.valid[type="datetime"]:not(.browser-default):focus, 
input.valid[type="datetime-local"]:not(.browser-default), 
input.valid[type="datetime-local"]:not(.browser-default):focus, 
input.valid[type="tel"]:not(.browser-default), 
input.valid[type="tel"]:not(.browser-default):focus, 
input.valid[type="number"]:not(.browser-default), 
input.valid[type="number"]:not(.browser-default):focus, 
input.valid[type="search"]:not(.browser-default), 
input.valid[type="search"]:not(.browser-default):focus, 
textarea.materialize-textarea.valid, 
textarea.materialize-textarea.valid:focus, 
.select-wrapper.valid > input.select-dropdown, 
.select-wrapper.valid > input.select-dropdown:focus {
	box-shadow: none;
}
.dropdown-content li>a, .dropdown-content li>span {
	color: var(--mdc-theme-primary);
}
.input-field .prefix.active {
	color: var(--mdc-theme-primary);
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
	border: 2px solid var(--mdc-theme-primary-gray);
}
[type="checkbox"].filled-in.invalid:not(:checked)+span:not(.lever):after {
	border: 2px solid #F44336;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after {
	border-color: var(--mdc-theme-primary);
	background-color: var(--mdc-theme-primary);
}
.onlyCheckbox [type="checkbox"]+span:not(.lever) {
	padding-left: 25px;
}
.checkboxRight [type="checkbox"] + span:not(.lever) {
	padding: 0 35px 0 0;
}
.checkboxRight [type="checkbox"].filled-in:not(:checked) + span:not(.lever):before, 
.checkboxRight [type="checkbox"].filled-in:checked + span:not(.lever):before {
	left: auto;
	right: 10px;
}
.checkboxRight [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after,
.checkboxRight [type="checkbox"].filled-in:checked + span:not(.lever):after {
	left: auto;
	right: 0;
}
[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
	border: 2px solid var(--mdc-theme-primary-gray);
}
[type="radio"].invalid:not(:checked)+span:before,
[type="radio"].invalid:not(:checked)+span:after {
	border: 2px solid #F44336;
}
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
	border: 2px solid var(--mdc-theme-primary);
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
	background-color: var(--mdc-theme-primary);
}
.onlyCheckbox.likeRadio [type="checkbox"] + span:not(.lever) {
	padding-left: 21px;
}
.select-wrapper .caret {
	z-index: 1;
	background-color: white;
}
.waves-effect.waves-green .waves-ripple {
	background-color: rgba(52, 181, 117, 0.7);
}
.datepicker-date-display {
	background-color: var(--mdc-theme-primary);
}
.datepicker-cancel, 
.datepicker-clear, 
.datepicker-today, 
.datepicker-done {
	color: var(--mdc-theme-primary);
}
.datepicker-table td.is-selected {
	background-color: var(--mdc-theme-primary);
}
input[type=range],
#ageSlider {
	margin: 10px 0;
}
.modal {
	border-radius: 4px;
	background: white;
	max-height: 80%;
}
.modal.modal-fixed-footer .modal-header {
	height: 70px;
}
.modal-header h6.modalTitleOptions {
	font-weight: bold;
	font-size: 1.25rem;
	color: rgba(0,0,0,0.87);
	padding: 24px 24px 23px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0;
}
.modal-content h6.modalTitle {
	font-weight: bold;
	font-size: 1.25rem;
	color: rgba(0,0,0,0.87);
}
.modal-content .optionsCtn {
	padding-top: 18px;
}
.modal-content p {
	color: rgba(0,0,0,0.6);
}
.modal .modal-footer {
	background: white;
}
.modal-footer button {
	color: var(--mdc-theme-primary);
}
.modal.modal-fixed-footer .modal-content.modalOptionsCtn {
	height: -moz-calc(100% - 126px);
	height: -webkit-calc(100% - 126px);
	height: calc(100% - 126px);
	padding-bottom: 0;
}
.dialogTitle {
	margin-top: 0;
	color: rgba(0,0,0,0.87);
	font-weight: bold;
	font-size: 20px;
}
.dialogTitle.whitOptions {
	margin: 0 -24px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	padding: 0 24px 20px;
}
.modal-footer.whitOptions {
	border-top: solid 1px rgba(0,0,0,0.1);
}
.modalFooterInContent {
	margin-left: -24px;
	margin-right: -24px;
	margin-bottom: -24px;
	width: calc(100% + 48px) !important;
}
.sidenav .user-view .background img {
	max-height: 100%;
}
nav .brand-logo.center {
	display: inline-block;
	padding-top: 10px;
}
nav .brand-logo.center img {
	max-height: 44px;
}
.modalSmall {
	width: 34%;
}
.divider {
	background: rgba(96, 125, 139, 0.15);
}
nav .spinner-layer .circle {
	margin-top: 0;
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
	.modalSmall {
		width: 50%;
	}
}
@media only screen and (max-width: 600px) {  
	.modalSmall {
		width: 80%;
	}
}
.preloader-wrapper.tiny {
	width: 26px;
	height: 26px;
}
.tabs .tab a {
	color: var(--mdc-theme-primary);
}
.tabs .tab a:hover, 
.tabs .tab a.active {
	color: var(--mdc-theme-secondary);
}
.tabs .indicator {
	background-color: var(--mdc-theme-secondary);
}
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
	background-color: rgba(23, 91, 57, 0.2);
}
/* END MATERIALIZE */

/* VARS */
:root {
	--mdc-theme-primary: #0ad885;
	--mdc-theme-secondary: #175b39;
	--mdc-theme-primary-gray: #607d8b;
	--mdc-theme-secondary-gray: #818181;
	--profile-inactive: #e7e7e7;
	--profile-active: #00da82;
	--wizard-title-color: #767676;
}
/* END VARS */

.scrollCtn {
	/*overflow: auto;*/
	overflow-y: auto;
	overflow-x: hidden;
}
.overflow {
	overflow: hidden !important;
}
.visible {
	overflow: visible !important;
}
.center {
	text-align: center;
}
.centerDiv {
	margin-right: auto;
	margin-left: auto;
}
.pointer {
	cursor: pointer;
}
.fullWidth {
	width: 100% !important;
}
.fullHeight {
	position: relative;
	height: 100%;
}
.headerSpace {height: 56px;}
.mainWithHeader.fullHeight {
	height: -moz-calc(100% - 56px);
	height: -webkit-calc(100% - 56px);
	height: calc(100% - 56px);
}
.mainWithHeader.fullHeight.withFooter {
	height: -moz-calc(100% - 108px);
	height: -webkit-calc(100% - 108px);
	height: calc(100% - 108px);
}
.block {
	display: block !important;
}
.loadingCtn {
	width: 90%;
	margin: 0 auto;
}
.jellyCtn {
	width: 80%;
	margin: 0 auto;
}
.jellyFullCtn {
	width: 50%;
	margin: 0 auto;
}
.space5 {margin-top: .5rem;}
#loadingOverlay,
.loadingOverlay {
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 999;
}
#loadingOverlay #loadingOverlayDoble {
	position: absolute;
}
.coverProtect {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 999;
}
.swipeCtn {
	visibility: hidden;
	cursor: hand;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}
.swipeCtn.visible {
	visibility: visible;
}
.swipeCtn .dragend-page {
	position: relative;
	overflow: hidden;
}
.swipeCtn .dragend-page .loadingOverlay {
	position: absolute !important;
}
.hide {
	display: none;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.largeImage {
	position: absolute;
	top: 0;
	left: 0;
}
.iconReligion {
	background: url('../img/app/religion_ico.png') no-repeat center center / auto 24px;
	display: inline-block;
	height: 52px;
	width: 24px;
}

.swipeNav {
	background: var(--mdc-theme-primary);
}
.swipeNav ul {
	margin: 0 !important;
	background: var(--mdc-theme-primary);
	text-align: center;
	height: 30px;
	position: relative;
	padding-bottom: 3px;
}
.swipeNav ul::after {
	content: " ";
	display: inline-block;
	transition: .3s ease-in-out;
	height: 3px;
	background-color: #607d8b;
	position: absolute;
	bottom: 0;
}
.swipeNav ul li a {
	color: white;
	display: block;
	padding: 4px 0;
	font-size: 14px;
	cursor: pointer;
}
.swipeNav ul.threeCols::after {
	width: 33%;
}
.swipeNav ul.threeCols.page_1::after {
	left: 0;
}
.swipeNav ul.threeCols.page_2::after {
	left: 33%;
}
.swipeNav ul.threeCols.page_3::after {
	left: 67%;
}
.swipeNav ul.fourCols::after {
	width: 25%;
}
.swipeNav ul.fourCols.page_1::after {
	left: 0;
}
.swipeNav ul.fourCols.page_2::after {
	left: 25%;
}
.swipeNav ul.fourCols.page_3::after {
	left: 50%;
}
.swipeNav ul.fourCols.page_4::after {
	left: 75%;
}
.jellyLink {
	color: var(--mdc-theme-primary);
	cursor: pointer;
}
.jellyLink:hover {
	color: var(--mdc-theme-secondary);
}
iframe{
	margin: 0;
	padding: 0;
	border: none;
}
.iframeCtn iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iconImage {}
#menuOnline {
	background: url("../img/app/menu_online_ico.png") no-repeat center center / 24px auto
}
.bullets {
	list-style: disc !important;
	padding-left: 30px !important;
}
.bullets li {
	list-style: disc !important;
}
.sidenav li > a {
	position: relative;
}
.sidenav li > a .circle {
	position: absolute;
	top: 50%;
	right: 8px;
	background: var(--mdc-theme-primary);
	font-size: 12px;
	padding: 2px 7px;
	font-weight: 500;
	color: white;
	text-align: center;
	line-height: 1.5;
	margin-top: -11px;
}

.modalFull {
	width: 60%;
	border-radius: 0;
	height: 90%;
	max-height: 90%;
	top: 5% !important;
}
.modalFull .modal-content {
	padding: 0;
}

/* COLORS */
.textWhite {color: #fff !important;}
.jellyGreen {color: var(--mdc-theme-primary) !important;}
.jellyGray {color: var(--mdc-theme-primary-gray) !important;}
.grey.lighten-4 {background-color: #f5f5f5;}

/* HOME */
.homePage {
	/*background: #000;*/
	background-color: white;
}
.homePage .onlineCtn {
	max-height: calc(100% - 180px);
}
.homeFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px;
	box-sizing: border-box;
	background: #FFF;
	height: 180px;
}
.homeFooter.footerSmall {
	height: 101px;
}
.facebookBtn {
	background-color: #4469b0 !important;
}
.googleBtn {
	background-color: #FFF !important;
	color: #000 !important;
}
.googleBtn i {
	display: inline-block;
	width: 18px;
	height: 36px;
	font-size: 18px;
	vertical-align: top;
	background: url('../img/home/google-icon.png') no-repeat center center / 18px 18px;
}
.twitterBtn {
	background-color: #1db2e7 !important;
}
#logOutCtn {
	background: url('../img/home/logout_bg.jpg') no-repeat center center / cover;
}
nav.transparent .btn-small {
	color: black;
}
nav.transparent .btn-small:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.signInForm {
	/*height: -moz-calc(100% - 157px);
	height: -webkit-calc(100% - 157px);
	height: calc(100% - 157px);*/
	height: -moz-calc(100% - 101px);
	height: -webkit-calc(100% - 101px);
	height: calc(100% - 101px);
}

/* wizard */
#wizInterestedIn {
	background: url('../img/carrier/interestedin_bg.jpg') no-repeat center center / cover;
}
.wizardCtn .wizTop {
	position: relative;
	height: 50%;
}
.wizardCtn .wizBottom {
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 100%;
}
.wizardCtn h1 {
	font-size: 2.2rem;
	padding: 24px 12px 12px;
}
.wizardCtn .wizBottom h1 {
	color: #607d8a;
}
#wizBirthDate {
	background: url('../img/carrier/age_bg.jpg') no-repeat center center / cover;
}
.wizardCtn .wizSelect {
	padding: 0 25%;
}
.previewImgCtn {
	width: 140px;
	margin: 0 auto;
	overflow: hidden;
}
.carrierPhoto {
	font-size: 8.4rem;
	color: var(--mdc-theme-primary-gray);
}
#wizPhoto {
	background: url('../img/carrier/picture_bg.jpg') no-repeat center center / cover;
}
.selectPictureBtn {
	border: none;
	padding: 0;
	cursor: pointer;
	background: none;
}
.wizardNav {
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.wizardBody {
	background: #fff;
}
.wizardBody .modalTitle {
	color: var(--wizard-title-color) !important;
}
.wizardBtnCtn button {
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	width: 70%;
}
.wizardBtnCtn button i {
	display: inline-block;
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: solid 2px #607d8b;
	color: var(--mdc-theme-primary);
	line-height: 65px;
	font-size: 30px;
	outline: none;
}
.wizardBtnCtn button i.dark {
	color: #fff;
	background: #607d8b;
}
.wizardBtnCtn button span {
	display: inline-block;
	float: left;
	color: #607d8b;
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	min-width: 70px;
	text-align: left;
}
.wizardBtnCtn button span.large {
	min-width: 132px;
}
.wizardBtnCtn button i span {
	display: inline-block;
	float: none;
	color: var(--mdc-theme-primary);
	height: 65px;
	line-height: 65px;
	font-size: 30px;
	min-width: auto;
}
.wizardBtnCtn p {
	margin: 0;
	color: #607d8b;
	font-weight: 300;
	/*height: 65px;
	line-height: 65px;*/
}
#markerMap{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 60px;
	margin: -60px 0 0 -18px;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}
.skipFooter {
	position: fixed;
	width: 100%;
	height: 52px;
	left: 0;
	bottom: 0;
	background: #fff;
	text-align: right;
	padding: 8px;
	box-sizing: border-box;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.yesnoCtn {
	height: 32.4px;
}
.yesnoCtn button {
	margin: 0 4px;
	transition: all .5s ease 0s;
	position: absolute;
	top: 0;
	right: 4px;
}
.yesnoCtn button:first-child {
	left: 4px;
	right: auto;
}
.yesnoCtn button:first-child i {
	color: #b53335;
}
.yesnoCtn button.selected {
	left: 50%;
	margin-left: -16.2px;
	right: auto;
}
.yesnoCtn button i {
	color: #36b575;
}
.additionalInfo i.material-icons,
.additionalInfo i.fas {
	line-height: 52px;
	height: 52px;
	color: var(--mdc-theme-primary);
}
.additionalInfo .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
	color: #607d8b;
}

/* Browse */
#browseFooter {
	position: absolute;
	left: 0;
	bottom: -5%;
	width: 100%;
	margin: 0 auto;
	/*padding-left: 240px;*/
	z-index: 2;
}
#browseFooter > div.overflow {
	/*width: 50%;*/
	height: 100%;
	/*margin: 0 auto;*/
	width: calc(100% + 2px);
	margin: 0 0 0 -1px;
}
.userDataCtn {
	background: white;
	position: absolute;
	width: 110%;
	left: -5%;
	bottom: 0;
	transform: rotate(7deg);
	padding: 0 0 10%;
	box-sizing: content-box;
	height: 125px;
}
.userDataPreview {
	transform: rotate(-7deg);
	position: absolute;
	width: 91%;
	top: -12px;
	left: 4%;
	padding: 0 8px 4px;
	overflow: hidden;
	box-sizing: border-box;
}
.swipeActionBtn a.btn-floating.btn-large {
	position: relative;
	background: linear-gradient(45deg, #30ba76 0%, #39f79a 100%);
	padding: 2px;
	box-shadow: none;
	margin: 0 8px;
}
.swipeActionBtn a.btn-floating.btn-large span {
	display: block;
	background: white;
	border-radius: 50%;
	height: 52px;
}
.swipeActionBtn a.btn-floating.btn-large span i {
	font-weight: bold;
	border-radius: 50%;
	background: -webkit-linear-gradient(#39f79a, #30ba76);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 52px;
	line-height: 52px;
	width: 52px;
	margin: 0;
}
.swipeActionBtn a.btn-floating.btn-large.nolikeBtn {
	background: linear-gradient(45deg, #dc422e 0%, #ff9f16 100%);
}
.swipeActionBtn a.btn-floating.btn-large.nolikeBtn span i {
	background: -webkit-linear-gradient(#ff9f16, #dc422e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.swipeActionBtn a.btn-floating.btn-large.directMsgBtn {
	background: linear-gradient(45deg, #00bcd4 0%, #00f8f7 100%);
}
.swipeActionBtn a.btn-floating.btn-large.directMsgBtn span i {
	background: -webkit-linear-gradient(#00f8f7, #00bcd4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.swipeActionBtn a.btn-floating.btn-large.undoBtn {
	background: linear-gradient(45deg, #578f97 0%, #20b9cf 100%);
}
.swipeActionBtn a.btn-floating.btn-large.undoBtn span i {
	background: -webkit-linear-gradient(#20b9cf, #578f97);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.swipeActionBtn a.btn-floating.btn-large.undoBtn.disabled {
	background: linear-gradient(45deg, #9F9F9F 0%, #DFDFDF 100%);
}
.swipeActionBtn a.btn-floating.btn-large.undoBtn.disabled span i {
	background: -webkit-linear-gradient(#DFDFDF, #9F9F9F);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.jelly {
	width: 50%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: opacity 0.1s ease-in-out;
}
/*.loaded.jelly {
	opacity: 1;
}*/
.jelly--status {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
	width: 100%;
	text-align: center;
	pointer-events: none;
}
.jelly--status i {
	font-size: 100px;
	opacity: 0;
	transform: scale(0.3);
	transition: all 0.1s ease-in-out;
	position: absolute;
	width: 100px;
	margin-left: -50px;
}
.jelly_love .heart {
	opacity: 0.7;
	transform: scale(1);
}
.jelly_nope .remove {
	opacity: 0.7;
	transform: scale(1);
}
.jelly--cards {
	flex-grow: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 1;
}
.jelly--card {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	/*will-change: transform;*/
	transition: all 0.3s ease-in-out;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.jelly--card img {
	pointer-events: none;
}
.jelly--card button {
	z-index: 0;
}
.moving.jelly--card {
	transition: none;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
.nomoreusers i {
	font-size: 72px;
}

/* bottomAppBar */
#bottomAppBar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
#bottomAppBar .navBar {
	max-width: 425px;
	margin: 0 auto;
}
#bottomAppBar .navItem {
	display: inline-block;
	width: 20%;
	position: relative;
	padding-top: 20%;
	overflow: hidden;
	margin-bottom: -4px;
	box-sizing: border-box;
	float: left;
}
#bottomAppBar .navItem.s3 {
	width: 25%;
}
/*#bottomAppBar .navItem.active {
	background: rgba(0,0,0,0.05);
}*/
#bottomAppBar .navItem a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	text-align: center;
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #7e7e7e;
}
#bottomAppBar .navItem a:hover,
#bottomAppBar .navItem a.active,
.sidenav li > a.active {
	background: rgba(0,0,0,0.05);
}
#bottomAppBar .navItem .circle {
	position: absolute;
	right: 50%;
	top: 3px;
	background: var(--mdc-theme-primary);
	font-weight: 500;
	padding: 2px 7px;
	color: white;
	font-size: 12px;
	margin-right: -24px;
}
#bottomAppBar .custom-icons {
	height: 24px;
}
#bottomAppBar .online-icon {
	background: url('../img/app/online_ico.png') no-repeat center center / 24px auto;
}
.sidenav .user-view .circle {
	background: url("../img/app/image_not_found.png") no-repeat center center / cover;
	color: #cfcfcf;
}
#navAppBar {
	z-index: 999;
	box-sizing: content-box;
}

/* ONLINE */
.main-online {
	background: rgb(247,192,0);
	background: radial-gradient(circle, rgba(247,192,0,1) 0%, rgba(218,143,12,1) 100%);
	padding: 16px;
	box-sizing: border-box;
}
.onlineCtn .rowFullwidth {
	margin-left: -0.35rem;
	margin-right: -0.35rem;
}
.onlineCtn .col {
	padding: 0 .35rem .70rem;
	overflow: hidden;
	/*border-radius: 4px;*/
}
.olUserData {
	background: rgb(42,85,109);
	background: linear-gradient(90deg, rgba(42,85,109,1) 0%, rgba(95,142,169,1) 100%);
	color: white;
	padding: 8px;
}
.onlineItem {
	position: relative;
}
.onlineExtraPreference i {
	border: solid 1px white;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	font-size: 15px;
	line-height: 22px;
	border-radius: 50%;
	text-align: center;
}
.main-online h5 {
	padding-bottom: 0.5rem;
	font-size: 1.3rem;
}
.main-online .onlineExtraPreference i {
	border-color: rgba(0,0,0,0.87);
}
.mainOnlineBioTitle {
	padding-top: 0.5rem;
}
.main-online p {
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}

/* PROFILE */
#profileImg {
	max-height: 400px;
	overflow: hidden;
}
#swipeProfileImg {
	height: 400px;
}
.profileEditCtn {
	position: absolute;
	bottom: -10%;
	left: -5%;
	width: 110%;
	transform: rotate(7deg);
	padding: 0 0 10%;
	height: 80px;
	box-sizing: content-box;

}
.profileEdit {
	transform: rotate(-7deg);
	position: absolute;
	width: 91%;
	top: -12px;
	left: 4%;
	padding: 0 8px 4px;
	overflow: hidden;
	box-sizing: border-box;
}
.profileEdit h5 {
	margin: 16px 0 0;
	color: var(--mdc-theme-secondary-gray);
	text-transform: capitalize;
}
.profileEdit a,
.profileUserActions .mainBtn {
	margin: 0 8px 0 0;
	background: #00d688;
	/*background: -moz-linear-gradient(top, #00d688 0%, #0098de 100%);
	background: -webkit-linear-gradient(top, #00d688 0%,#0098de 100%);
	background: linear-gradient(to bottom, #00d688 0%,#0098de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d688', endColorstr='#0098de',GradientType=0 );*/
	background: -moz-linear-gradient(45deg, #0098de, #00d688);
	background: -webkit-linear-gradient(45deg, #0098de, #00d688);
	background: linear-gradient(45deg, #0098de, #00d688);
}
.aboutMe {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important;
}
.aboutMe i {
	font-size: 20px;
	float: left;
	margin: 2px 2px 0 0;
}
.aboutMe i.lastOnline {
	background: url('../img/app/online_inactive_ico.png') no-repeat center center / auto 20px;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.aboutMe i.lastOnline.active {
	background-image: url('../img/app/online_active_ico.png');
}
.aboutMe i.lastOnline.idle {
	background-image: url('../img/app/online_idle_ico.png');
}	
.profileCard {
	margin-left: 8px !important;
	margin-right: 8px !important;
}
.accountStats span {
	font-size: 13px;
}
#interestsCtn .chip {
	background: #fff;
	border: solid 1px #d7d7d7;
	color: #000000;
}
#quickView i {
	color: var(--profile-inactive);
	font-size: 34px;
}
#quickView p {
	color: var(--profile-inactive);
}
#quickView .active i,
#quickView .active p {
	color: var(--profile-active);
}
#personalInfo i {
	color: var(--profile-inactive);
	font-size: 34px;
}
#personalInfo p {
	font-size: 13px;
	line-height: 1.2;
}
#personalInfo p.label {
	color: var(--profile-inactive);
}
#personalInfo .active i,
#personalInfo .active p.label {
	color: var(--profile-active);
}
#personalInfo .iconReligion {
	background: url('../img/app/religion_inactive_ico.png') no-repeat center center / auto 34px;
	height: 34px;
}
#personalInfo .active .iconReligion {
	background: url('../img/app/religion_active_ico.png') no-repeat center center / auto 34px;
}
#personalInfo .iconSign {
	background: url('../img/app/sign_inactive_ico.png') no-repeat center center / auto 34px;
	display: inline-block;
	height: 34px;
	width: 34px;
}
#personalInfo .active .iconSign {
	background: url('../img/app/sign_active_ico.png') no-repeat center center / auto 34px;
}
#galleryDesk .card-title {
	display: block;
	margin-bottom: 8px;
}
#galleryDesk > .row {
	margin: 0;
}
.galleryAdd {
	text-align: center;
	color: white;
	background: var(--mdc-theme-primary-gray);
	position: relative;
	padding-top: 20% !important;
	cursor: pointer;
}
.galleryAdd i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
#profileImgBullets {
	display: none;
	position: absolute;
	top: 50%;
	right: 10px;
}
#profileImgBullets li {
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(255,255,255,0.4);
	border-radius: 50%;
	margin: 2px 0;
}
#profileImgBullets li.active {
	background: white;
}
#galleriesCtn {
	height: -moz-calc(100% - 33px);
	height: -webkit-calc(100% - 33px);
	height: calc(100% - 33px);
}
.itemGallery,
.profileItemGallery {
	position: relative;
	overflow: hidden;
	height: 80px;
	border: solid 1px #fff;
	padding: 0 !important;
	cursor: pointer;
}
.itemGallery .radioBtnUnchecked,
.itemGallery.checked .radioBtnChecked {
	display: inline-block;
}
.itemGallery .radioBtnChecked,
.itemGallery.checked .radioBtnUnchecked {
	display: none;
}
button.imageCheck,
label.imageCheck,
button.imageFull  {
	position: absolute;
	z-index: 1;
	color: var(--mdc-theme-primary-gray);
	outline: none;
	border: none;
	display: inline-block;
	padding: 8px;
	background: none;
}
button.imageCheck, 
label.imageCheck {
	left: 0;
	top: 0;
	cursor: pointer;
}
button.imageFull {
	right: 0;
	bottom: 0;
	cursor: pointer;
}
button.imageCheck:focus,
button.imageFull:focus {
	/*background-color: rgba(0,0,0,0.2);*/
	background-color: none !important;
}
#editProfileForm [type="radio"]:not(:checked) + span, 
#editProfileForm [type="radio"]:checked + span {
	padding-left: 25px;
}
#editProfileForm .checkboxTop {
	display: block;
	font-size: 0.8rem;
}
#editProfileForm input:not(.invalid),
#editProfileForm textarea:not(.invalid) {
	border-color: rgba(96, 125, 139, 0.15);
}
.profileActions button {
	margin: 0 4px;
}
#fullGalleryCtn.fullHeight {
	height: -moz-calc(100% - 24px);
	height: -webkit-calc(100% - 24px);
	height: calc(100% - 24px);
	margin-top: 12px;
}
#settingsCtn [type="checkbox"] + span:not(.lever) {
	height: auto;
}
#settingsCtn .btn {
	text-transform: none;
	text-align: left;
	width: 100%;
	box-shadow: none;
	background-color: transparent;
	color: #9e9e9e;
	font-size: 1rem;
	letter-spacing: 0;
	padding: 20px 16px;
	height: auto;
	line-height: 1;
}
#settingsCtn .btn:hover {
	background-color: rgba(0,0,0,0.05);
}
#settingsCtn a {
	text-decoration: underline;
	color: #9e9e9e;
}
#settingsCtn p {
	width: 90%;
	margin: 15px auto;
}
#aboutCtn #socialCtn {
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
}
#aboutCtn + div.modal-footer {
	border: none;
}
#aboutCtn h5 {
	margin-top: 60px;
}
#suggestionsCtn {
	padding: 0;
}
.profileUserActions .green {
	background: linear-gradient(45deg, #30ba76 0%, #39f79a 100%);
}
.profileUserActions .red {
	background: linear-gradient(45deg, #dc422e 0%, #ff9f16 100%);
}
.profileUserActions .blue {
	background: linear-gradient(45deg, #00bcd4 0%, #00f8f7 100%);
}
.bubbleColorBox {
	height: 30px;
	margin: .15rem 0;
	border-radius: 3px;
	border: solid 2px;
	box-sizing: border-box;
}
.bubbleColorBox.active {
	border-color: black !important;
}

/* CHAT */
#chatNav ul {
	height: 50px;
}
#chatNav ul li {
	padding: 0 .5rem;
}
#chatNav ul li a {
	height: 50px;
	line-height: 46px;
	font-size: 12px;
}
#chatsMainCtn {
	height: -moz-calc(100% - 50px);
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
}
#chatsList,
#chatsWindowd {
	padding-top: .5rem;
	padding-bottom: .5rem;
}
#chatsList .card,
#chatsWindowd .card,
#chatOverlay .card,
#viewsScrollCtn.card {
	margin: 0;
}
.noChatsCard {
	margin-top: 16px !important;
}
.noChatsCard.card .card-content .card-title {
	display: none;
}
.userListElement {
	margin: 0 !important;
	padding: .75rem .5rem;
}
#chatsCtn .userListElement {
	width: calc(100% - 1rem);
	position: relative;
}
.userListElement.animate {
	animation: animateElement linear .3s;
	animation-iteration-count: 1;
}
.userListElement:hover,
.userListElement.active {
	background: rgba(0,0,0,0.1);
}
.userListElement .circle {
	border: solid 2px white;
}
.userListElement .circle.online {
	border-color: #7de022;
}
.userListElement .circle.idle {
	border-color: orange;
}
.userListElement .circle.offline {
	border-color: red;
}
.userListElement .userListInfo {
	padding: 0 .75rem !important;
}
.userListElement .userListInfo .userName {
	margin: .3rem 0;
	color: #171717;
}
.userListElement .userListInfo p {
	color: #b0b0b0;
	font-size: 14px;
}
.userListElement .userListInfo p i {
	font-size: 16px;
	margin: 3px 6px 0 0;
}
.userListElement .userListRank {
	text-align: right;
	font-size: 12px;
}
.userListElement .chatDate .circle {
	border: none;
	color: white;
	display: inline-block;
	padding: 2px 7px;
	background: var(--mdc-theme-primary);
	font-weight: 500;
}
nav .circle {
	width: 40px;
	height: 40px;
	margin-top: 8px;
}
.loadingNav .circle {
	margin: 0 0 0 16px;
}
#chatActiveWindow .chatScroll {
	padding: 0 16px;
}
#chatActiveNav .directMsg {
	line-height: 1;
}
#chatActiveNav .directMsg small {
	margin-left: 8px;
}
#chatActiveNav .moreVert {
	position: absolute;
	right: 0;
	top: 0;
}
#chatActiveNav .title {
	line-height: 1.2;
}
#chatActiveFooter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
	padding: 8px 0 0;
	overflow: hidden;
}
#chatMessage {
	background: none;
	border: none;
	padding: 12px 60px 8px 12px;
	font-size: 14px;
	line-height: 1;
	color: #607c89;
	height: 40px;
	overflow: hidden;
	outline: 0;
	resize: none;
}
#sendMessageBtn {
	display: none;
	position: absolute;
	top: 0;
	right: 12px;
	background: #00d688;
	background: -moz-linear-gradient(45deg, #0098de, #00d688);
	background: -webkit-linear-gradient(45deg, #0098de, #00d688);
	background: linear-gradient(45deg, #0098de, #00d688);
}
#sendMessageBtn i {
	font-size: 1.4rem;
	margin-left: 2px;
}
#chatItems .btn {
	padding: 0;
	width: 42px;
	background: white;
	border-radius: 0;
}
#chatItems .btn i {
	margin: 0;
	background: #00d688;
	background: -moz-linear-gradient(45deg, #0098de, #00d688);
	background: -webkit-linear-gradient(45deg, #0098de, #00d688);
	background: linear-gradient(45deg, #0098de, #00d688);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
#chatItems .btn.disabled {
	background: white !important;
}
#chatItems .btn.disabled i {
	color: var(--profile-inactive);
	-webkit-text-fill-color: var(--profile-inactive);
	background: none;
}
#chatItemsPreview .chatItemPreview {
	display: inline-block;
	position: relative;
	padding: 12px 12px 0;
}
#chatItemsPreview .chatItemPreview button {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	background: var(--mdc-theme-primary-gray);
	padding: 0;
	cursor: pointer;
}
#chatItemsPreview .chatItemPreview button i {
	line-height: 24px;
	font-size: 20px;
	color: white;
}
#chatItemsPreview:not(.location) canvas, 
#chatItemsPreview:not(.location) img,
#chatItemsPreview:not(.location) video {
	max-height: 186px;
	border: solid 1px var(--mdc-theme-primary-gray);
	border-radius: 2px;
	outline: none;
}
#mapPreview {
	height: 200px;
	width: 200px;
	border: solid 1px #607d8b;
	border-radius: 2px;
}
.emojiCtn {
	height: 200px;
	padding: 0 14px;
	overflow: auto;
}
.emojiCtn button {
	text-align: center;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	line-height: 44px;
	background: white;
	border-radius: 3px;
	font-size: 30px;
	width: 40px;
	height: 40px;
}
#emojisTabs.tabs {
	height: 36px;
}
#emojisTabs.tabs .tab {
	width: 12.5%;
	text-align: center;
	height: 36px;
	line-height: 36px;
}
#emojisTabs.tabs .indicator {
	background-color: var(--mdc-theme-primary);
}
#emojisTabs.tabs .tab a {
	padding: 0;
}
#emojisTabs.tabs .tab a .material-icons {
	line-height: 36px;
	color: #bfc3c4;
}
#emojisTabs.tabs .tab a.active .material-icons {
	color: #465a63;
}
#emojisTabs.tabs .tab a:focus, 
#emojisTabs.tabs .tab a:focus.active {
	background-color: rgba(10,216,133,0.2);
}
.emojisTabCtn {
	height: 158px;
	overflow: auto;
}

.chatBubble {
	padding: 8px 0 0;
	overflow: hidden;
}
.chatBubble:last-child {
	padding: 8px 0;
}
.chatBubble .textBubble {
	float: left;
	background: gray;
	max-width: 80%;
	padding: 12px;
	border-radius: 4px 24px 24px;
	color: white;
}
.chatBubble .filePreview .relative {
	display: inline-block;
}
.chatBubble .filePreview canvas,
.chatBubble .filePreview img,
.chatBubble .filePreview video {
	max-height: 220px;
	max-width: 100%;
	border-radius: 4px 12px 12px;
}
.chatBubble.top .filePreview canvas,
.chatBubble.top .filePreview img,
.chatBubble.top .filePreview video {
	border-radius: 12px 12px 12px 4px;
}
.chatBubble.midle .filePreview canvas,
.chatBubble.midle .filePreview img,
.chatBubble.midle .filePreview video {
	border-radius: 4px 12px 12px 4px;
}
.chatBubble.ownBubble .filePreview canvas,
.chatBubble.ownBubble .filePreview img,
.chatBubble.ownBubble .filePreview video {
	border-radius: 12px 4px 12px 12px;
}
.chatBubble.ownBubble.top .filePreview canvas,
.chatBubble.ownBubble.top .filePreview img,
.chatBubble.ownBubble.top .filePreview video {
	border-radius: 12px 12px 4px;
}
.chatBubble.ownBubble.midle .filePreview canvas,
.chatBubble.ownBubble.midle .filePreview img,
.chatBubble.ownBubble.midle .filePreview video {
	border-radius: 12px 4px 4px 12px;
}
.chatBubble.ownBubble .filePreview {
	text-align: right;
}
.chatBubble .filePreview .progressCtn {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	padding: 0 12px;
	border-radius: 12px 4px 12px 12px;
}
.chatBubble.ownBubble .textBubble {
	float: right;
	border-radius: 24px 4px 24px 24px;
	background: var(--mdc-theme-primary);
}
.chatBubble.ownBubble .msgStatus {
	text-align: right;
}
.chatBubble .msgStatus {
	display: none;
	padding: 4px 0 0;
}
.ownBubble.last .msgStatus,
.friendBubble.last .msgStatus {
	display: block;
}
.chatBubble.announcement {
	text-align: center;
}
.chatBubble.bubbleDay {
	/*text-transform: uppercase;*/
}
.chatBubble.bubblePremium .textBubble, 
.ownBubblePremium .chatBubble.ownBubble .textBubble, 
.friendBubblePremium .chatBubble.friendBubble .textBubble, 
.bubbleColorBox.premiumGold {
	background: #fbee00; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbee00 0%, #e0b300 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fbee00 0%,#e0b300 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fbee00 0%,#e0b300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbee00', endColorstr='#e0b300',GradientType=0 ); /* IE6-9 */
	color: black;
}
.chatBubble.announcement .textBubble {
	float: none;
	display: inline-block;
	border-radius: 16px;
	font-size: 14px;
	line-height: 1.5;
	background-color: #4b0098;
	background-image: linear-gradient(to right, #4b0098, #8f0385);
}
.chatBubble.announcement .textBubble .material-icons {
	font-size: 18px;
}
.chatBubble.announcement .textBubble span {
	font-size: 12px;
}
.chatBubble .msgStatus i {
	font-size: 10px;
	line-height: 1;
	margin: 3px 6px 0 0;
}
.chatBubble .msgStatus small {
	font-size: 60%;
	display: inline-block;
}
.chatBubble .msgStatus small .messageRead,
.userListElement .userListInfo p .messageRead {
	color: #26ace0;
}
.chatBubble .spinner-layer {
	border-color: red;
}
.chatBubble .valign-wrapper.fullHeight.white {
	background: transparent !important;
}
.chatBubble .spinner-layer {
	border-color: white;
}
.chatBubble.friendBubble.top .textBubble {
	border-radius: 24px 24px 24px 4px;
}
.chatBubble.friendBubble.midle .textBubble {
	border-radius: 4px 24px 24px 4px;
}
.chatBubble.friendBubble.midle,
.chatBubble.friendBubble.bottom {
	padding-top: 4px;
}
.chatBubble.ownBubble.top .textBubble {
	border-radius: 24px 24px 4px 24px;
}
.chatBubble.ownBubble.midle .textBubble {
	border-radius: 24px 4px 4px 24px;
}
.chatBubble.ownBubble.midle,
.chatBubble.ownBubble.bottom {
	padding-top: 4px;
}

#gifts {
	overflow: auto;
	padding-bottom: 12px;
}
#gifts .item {
	float: left;
	width: 370px;
}
.col.giftImage {
	padding: 24px 0;
}
.giftImage:hover {
	background: rgba(255,255,255,0.2);
}
.giftImage img {
	width: 72px;
	cursor: pointer;
}
.giftImage p {
	margin: 0;
	color: #607d8b;
	font-size: 10px;
	line-height: 10px;
}
.giftImage button {
	display: inline-block;
	background: none;
	padding: 0;
	border: none;
	text-align: center;
}

/* FRIENDS */
.friendsBlock {
	border-bottom: solid 1px #eeeeee;
}
.friendsBlock.pinnedDiv {
	padding-top: 36px;
}
.friendsBlock .letter {
	margin: 0;
	padding-left: 24px;
	color: #7e7e7e;
	background: white;
	height: 36px;
	line-height: 36px;
}
.friendsBlock .userListElement {
	padding-left: 40px;
}

.viewsCount i {
	font-size: 18px;
	margin-left: 3px;
}

#notifyApp {
	width: 94%;
	background: white;
	border-radius: 6px;
	position: absolute;
	top: -100px;
	right: 3%;
	z-index: 9999;
	padding: 8px;
	cursor: pointer;
	max-width: 400px;
}

.opentokChat {
	background: rgba(24, 24, 24, .85);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1001;
}
#publisherContainer {
	position: absolute;
	width: 23%;
	height: 120px;
	top: 10px;
	left: 10px;
	border: solid 1px #00adef;
	z-index: 1;
}
#subscriberContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.callingTo {
	position: absolute;
	width: 100%;
	top: 25%;
	text-align: center;
}
.callingTo span {
	display: inline-block;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #0084ff;
}
.callingTo img {
	max-width: 110px
}
.callingTo .quotes {
	display: none;
	color: #fff
}
.videocallButtons {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
	display: table-column;
}
.videocallButtons button {
	outline: 0;
	vertical-align: middle;
	margin: 0 6px;
}
.endVideocall {
	background-color: #bb0708 !important;
}
.answerVideocall {
	background-color: #47e761 !important;
}
.muteVideocall,
.novideoVideocall {
	background-color: rgba(170, 170, 170, .5) !important;
}
.muteVideocall.active,
.novideoVideocall.active {
	background-color: #00adef !important;
}
#fullGalleryOverlay video {
	max-height: 90%;
}
.playChatVideo {
	position: absolute;
	top: 50%;
	right: 50%;
	font-size: 40px;
	line-height: 1;
	width: 40px;
	height: 40px;
	margin: -20px -20px 0 0;
	cursor: pointer;
}
/* END CHAT */

/* CONTENTS */
.contentsCtn .contentsImg {
	padding-top: 160%;
	margin: 8px 0;
	border-radius: 6px;
	background-size: cover;
	background-position: center center;
}
.contentsCtn a.btn {
	font-size: 12px;
	letter-spacing: 0;
	height: 30px;
	line-height: 32px;
	padding: 0 10px;
}
#gameOverlay iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.carrierIcon {
	text-align: center;
}
.carrierIcon img {
	max-height: 30px;
}
.carrierIcon.appmantra img {
	max-height: 50px;
}
/* END CONTENTS */

/* SEARCH */
#searchCtn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1001;
	height: 100%;
	width: 100%;
}
#searchCover {	
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
}
#searchPreferencesCtn {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#searchPreferencesCtn.shown {
	display: block;
	transform-origin: 100% 0px;
	transform: scaleX(1) scaleY(1);
	opacity: 1;
}
.dropdown-content nav li {
	width: auto;
	float: left;
}
.dropdown-content nav li > a {
	height: 56px;
	line-height: 56px;
	padding: 0 15px;
	color: #fff;
}
.dropdown-content nav li > a > i {
	margin: 0;
}
.input-field.col.pl0 label {
	left: 0;
	line-height: 1.5;
}
.dropdown-content nav .input-field .prefix {
	top: 0;
}
#searchPreferencesCtn .input-field {
	margin: 0;
	height: 100%;
}
#searchPreferencesCtn .input-field .prefix {
	top: 0;
	height: 56px;
	line-height: 56px;
}
.doubleSliderCtn {
	position: relative;
	height: 15px;
}

.noUi-connect {
	background: var(--mdc-theme-primary);
}
.noUi-target {
	background: #a2f0d1;
	box-shadow: none;
	border: none;
	border-radius: 2px;
	top: 6px;
}
.noUi-horizontal {
	height: 2px;
}
.noUi-handle::before, 
.noUi-handle::after {
	display: none;
}
.noUi-handle {
	background: none;
	border: solid 10px transparent;
	box-shadow: none;
	cursor: pointer;
	border-radius: 50%;
	box-sizing: content-box;
}
.noUi-handle:hover,
.noUi-handle:focus {
	border-color: rgba(10, 216, 133, 0.14);
}
.noUi-horizontal .noUi-handle {
	width: 12px;
	height: 12px;
	top: -16px;
	outline: none;
	left: 6px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -16px;
}
.noUi-handle.pressed {
	border-width: 18px;
}
.noUi-horizontal .noUi-handle.pressed {
	top: -24px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.pressed {
	right: -24px;
}
.noUi-touch-area {
	width: 12px;
	height: 12px;
	background: var(--mdc-theme-primary);
	border-radius: 50%;
}
.noUi-tooltip {
	display: none;
	border: none;
	color: white;
	background: var(--mdc-theme-primary);
	font-size: 0.75rem;
	padding: 0;
	width: 30px;
	line-height: 30px;
	height: 0;
	/*transition: height .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);*/
	transition: height .25s;
	transition-timing-function: linear;
	/*border-radius: 50%;
	,
	transform .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);*/
	/*transform: scale(.5) rotate(-45deg);*/
	/*transform-origin: 50% 100%;*/
	border-radius: 15px 15px 15px 0;
	transform: rotate(45deg);
}
.noUi-horizontal .noUi-tooltip {
	transform: translate(-50%, 0) rotate(-45deg);
	bottom: 154%;
}
.noUi-horizontal .noUi-tooltip span {
	display: block;
	transform: rotate(45deg);
}
#searchPreferencesCtn input[type="text"]:not(.browser-default) {
	height: 2.5rem;
}
/* END SEARCH */

/* LOGOUT */
.logoutCtn {
	background: url('../img/carrier/age_bg.jpg') no-repeat center center / cover;
}
.logoutCtn h4 {
	padding-top: 16px;
	color: var(--mdc-theme-primary);
	letter-spacing: -1px;
}
/* END LOGOUT */

#mainCtn .card-stats-title {
	font-size: 1rem;
}
#mainCtn .card-stats-title i {
	font-size: 1.2rem;
	position: relative;
	top: 3px;
}
#mainCtn .card-stats-number {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2rem;
	margin: .8rem 0 0;
}
.adminImages .btn {
	padding: 0 8px;
	letter-spacing: 0;
	font-size: .75rem;
	height: 32px;
	line-height: 32px;
}
.adminImages .btn.red.darken-1:hover {
	background: #b71c1c !important;
}
.adminImage {
	max-height: 100%;
	max-width: 100%;
}
.adminImageBtns .col {
	padding: 0 .2rem;
}
.adminImages .viewOverlay {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}
.background-round {
    padding: 15px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.18);
}
.profileData {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,.8);
	font-size: 12px;
	padding: 3px;
	line-height: 1.2;
}
small.bold {
	font-size: 65%;
}
.carrierUser {
	position: absolute;
	top: 6px;
	right: 6px;
	background: rgba(255, 255, 255, 0.6);
	padding: 3px 0;
	border-radius: 3px;
}

.select2-container {
	width: 100% !important;
	height: 3rem;
	line-height: 3rem;
}
.select2-container--default .select2-selection--single {
	border: none;
	border-bottom: 1px solid #e3e8ea;
	height: 3rem;
	line-height: 3rem;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 3rem;
	line-height: 3rem;
	padding-left: 0;
}
.select2-container+label {
    position: absolute;
    top: -26px;
    font-size: .8rem;
}
.select2-results__option {
	line-height: 1.4;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 3rem;
}
select.invalid + .select2-container--default .select2-selection--single,
select.invalid + .select2-container--default .select2-selection--multiple {
	border-bottom: 1px solid #F44336;
}

/* SIDEBAR FIXED */
header, main.withnav, footer, nav#navAppBar, #searchCtn {
	padding-left: 240px;
}
.navbar-fixed nav,
nav#navAppBar {
	width: calc(100% - 240px);
}
.sidenav {
	width: 240px;
}
@media only screen and (max-width : 992px) {
	header, main.withnav, footer, nav#navAppBar, #searchCtn {
		padding-left: 0;
	}
	.navbar-fixed nav,
	nav#navAppBar {
		width: 100%;
	}
}
/* END SIDEBAR FIXED */

@media only screen and (min-width: 0) {
	html {
		font-size: 16px;
	}
}
@media (max-width:479px) {
}
@media only screen and (max-width: 600px) {	
	.row .col:not(.input-field) {
		padding: 0 .15rem;
	}
	.onlineCtn .col {
		padding: 0 .15rem .30rem !important;
	}
	.onlineCtn .col.pr0 {
		padding-right: 0 !important;
	}
	.onlineCtn .col.pl0 {
		padding-left: 0 !important;
	}
	.onlineCtn .rowFullwidth {
		margin-left: -0.15rem;
		margin-right: -0.15rem;
	}
	#chatsList {
		padding: 0;
	}
	#chatsList .card,
	#chatOverlay .card:not(.noChatsCard) {
		-webkit-box-shadow: none !important;
		box-shadow:none !important;
		border-radius: 0;
	}
	.jellyCtn,
	.jellyFullCtn {
		width: 100%;
	}
	.jelly {
		width: 100%;
	}
	.loadingNav .circle {
		margin-left: 0;
	}	
	#fullGalleryCtn.fullHeight {
		height: 100%;
		margin-top: 0;
	}
	.aboutMe {
		padding-left: 8px;
		padding-right: 8px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}	
	#settingsCtn .col {
		padding: 0;
	}
	#viewsScrollCtn.card {
		box-shadow: none;
	}
	.modalFull {
		width: 100%;
	}

	#dashboardCards .col .row {
		margin: 0;
	}
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
	#browseFooter {
		bottom: -10%;
	}
}
@media only screen and (min-width: 601px) and (max-width: 992px) and (max-height: 600px) {
	#browseFooter {
		bottom: -20%;
	}
}
@media only screen and (min-width: 601px) {
	nav .btn-small,
	.dropdown-content nav li > a {
		height: 64px;
		line-height: 64px;
	}
	.headerSpace {height: 64px;}
	.mainWithHeader.fullHeight {
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		height: calc(100% - 64px);
	}
}
@media only screen and (min-width: 993px) {
	/*.jelly {
		width: 40%;
	}
	.jellyCtn {
		width: 60%;
	}*/
}
@keyframes animateElement {
	0% {
		opacity:0;
		transform:  translate(0px,10px);
	}
	100% {
		opacity:1;
		transform:  translate(0px,0px);
	}
}