/* GENERAL */

body {
	font-family: "Nunito", sans-serif;
	color: #333;
	padding-bottom: 1.5rem;
}

h4 {
	font-size: 1.3rem;
}

.nopadding {
	padding: 0;
}

.row > .nopadding-for-grid:nth-child(2n + 1) {
	padding-left: 0;
	padding-right: 15px;
}

.row > .nopadding-for-grid:nth-child(2n) {
	padding-left: 15px;
	padding-right: 0;
}

.nomargin {
	margin-left: 0;
	margin-right: 0;
}

.nomarginbottom.form-group {
	margin-bottom: 0.25rem;
}

.moremarginbottom.form-group {
	margin-bottom: 1.75rem;
}

.moremarginbottom-2rem {
	margin-bottom: 2rem;
}

.moremargintop.form-group {
	margin-top: 1.75rem;
}

.custom-a {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.spinner-container {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
}

.history-loading-spinner.spinner-container {
	position: static;
}

.history-loading-spinner .spinner-border {
	display: none;
}

.pause-button-state-loading .spinner-border {
	height: 15px;
	width: 15px;
}

.text-primary {
	color: #ef4136 !important;
}

.alert.alert-info .alert.alert-success {
	display: flex;
	margin-bottom: 2rem;
	border: 0;
	font-weight: 600;
}

.alert.alert-info .feather {
	height: 28px;
	width: 28px;
	align-self: center;
	margin-right: 0.75rem;
	flex-shrink: 0;
	stroke: #09434c;
}

.alert.alert-success .feather {
	height: 28px;
	width: 28px;
	align-self: center;
	margin-right: 0.75rem;
	flex-shrink: 0;
}

.loading-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	justify-content: center;
	align-items: center;
}

.overlay-spinner-container {
	background-color: #fff;
	padding: 5px;
	border-radius: 50%;
}

.overlay-spinner-container .spinner-border {
	display: block;
	height: 25px;
	width: 25px;
}

button:focus {
	outline: 0;
}

button:active {
	outline: 0;
}

.prevent-text-selection {
	-webkit-user-select: none;
}

/* ERROR 404 */
.error-not-found-container {
	padding: 2rem;
	text-align: center;
}

.error-not-found-big {
	font-size: 4rem;
	font-weight: 800;
}

.error-not-found-medium {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	text-align: center;
}

/* GOBACK */

.goBack {
	margin: 0;
	transition: 150ms transform ease-out, 150ms opacity ease-out;
	display: none;
	opacity: 0;
	transform: translateX(-30px);
	margin-left: -15px;
}

.goBackButton {
	padding: 0.75rem;
	background-color: #f0f0f0;
	border-radius: 50%;
}

.goBackDisplayed {
	display: block;
}

.goBackVisible {
	opacity: 1;
	transform: translateX(0);
}

.goBack img {
	transform: rotate(-180deg);
	width: 20px;
}
/* FIXED BOTTOM NAV */

.fixed-bottom-nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	display: none;
	z-index: 50;

	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.fixed-bottom-nav nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	/* border-top: 1px solid #e0e0e0; */
	padding-bottom: 5px;
}

.fixed-bottom-nav a {
	text-decoration: none;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.fixed-bottom-nav a div {
	font-family: Nunito;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #777;
	font-weight: 700;
}

.fixed-bottom-nav a.fixed-bottom-nav-a-active div {
	color: #212529;
	margin-top: 1px;
	font-weight: 800;
}

.fixed-bottom-nav-a-active {
	border-top: 2px solid #212529;
	color: #212529;
	margin-top: -2px;
}

.fixed-bottom-nav-active-indicator {
	height: 2px;
	width: 8px;
	background-color: #999;
}

/* NAVBAR */

.homes-nav a.btn,
.homes-nav div.dropdown-toggle {
	height: 70px;
	border-radius: 0;
	/* padding-left: 10px;
    padding-right: 10px; */
	font-weight: 600;
	display: flex;
	/* font-size: 16px; */
	align-items: center;
	flex-shrink: 0;
	/* margin-right: 15px; */
	padding: 0;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 0.75px;

	padding-left: 15px;
	padding-right: 10px;
	margin-left: 10px;
	border-left: 1px solid #dadada;
}

.homes-nav div.dropdown-toggle .homes-nav-grid-container {
	grid-template-columns: 1fr 26px;
}

.homes-nav div.dropdown-toggle .homes-nav-grid-container .homes-nav-current {
	padding-right: 6px;
}

.homes-nav div.dropdown-toggle .homes-nav-grid-container .change-home-icon {
	height: 26px;
}

@keyframes dropdownOpacity {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dropdownOpacitySimple {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.homes-nav .dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	border: 0;
	/* box-shadow: 0 0 0 1px #e0e0e0; */
	opacity: 0;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	padding: 10px 0;
}

.dropdown-header {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 32px;
	font-weight: 100;
	color: #333;
}

.btn-custom-modify {
	margin-left: 7px;
}

.homes-nav .dropdown-menu.show {
	animation-name: dropdownOpacity;
	animation-duration: 0.15s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

.homes-nav .dropdown-item {
	background-color: transparent;
	border: 0;
	display: block;
	padding: 10px 32px;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin: 0;
	width: 100%;

	font-size: 1rem;
	font-weight: 600;
	color: #666;
}

.homes-nav .dropdown-item:last-child {
	border-bottom: 0;
}

.homes-nav .btn.focus,
.homes-nav .btn:focus {
	outline: 0;
	box-shadow: none;
}

.homes-nav .dropdown-toggle::after {
	display: none;
}

.homes-nav .dropdown.show .feather {
	transform: rotate(-180deg);
}

.homes-nav .feather {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	transition: transform 0.2s ease-out;
	stroke: #212529;
}

.homes-nav .change-home-icon {
	height: 32px;
	width: auto;
}

.navbar {
	/* height: 70px; */
	/* background-color: #fff; */
	position: sticky;
	top: 0;
	z-index: 100;
	padding-top: 0;
	padding-bottom: 0;
	/* display: flex;
    align-items: center;
    justify-content: flex-start; */
	padding-left: 50px;
	/* padding-right: 0; */
	padding-right: 50px;
	border-bottom: 1px solid #e0e0e0;
}

.no-backdropfilter .navbar {
	background-color: #fff;
}
.backdropfilter .navbar {
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.navbar-container {
	display: flex;
	width: 100%;
	max-width: 1950px;
	margin: 0 auto;
	align-items: center;
	flex-wrap: wrap;
	height: 70px;
	min-height: 65px;
}

.resp-nav-back-button {
	justify-content: center;
	padding: 0;
	width: 38px;
	align-items: center;
	height: 65px;
	display: none;
}

.homes-nav-grid-container {
	display: grid;
	grid-template-columns: 1fr 38px;
	margin-left: auto;
	justify-content: end;
	max-width: 380px;
	align-items: center;
}

.homes-nav-current-text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.homes-nav-current {
	/* display: flex; */
	flex-direction: column;
	align-items: baseline;
	padding: 0 12px 0 0;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #444;
	font-weight: 700;
	overflow: hidden;
}

.homes-nav-current-title {
	font-weight: 300;
	font-size: 12px;
	color: #555;
}

.homes-nav .btn.dropdown-toggle {
	/* display: block; */
	/* max-width: 400px;
    margin-left: auto;
    white-space: normal; */
	text-align: left;
}

.homes-nav-container {
	display: flex;
}

.homes-nav-current .feather {
	width: 20px;
	height: 20px;
	margin-right: 7px;
	flex-shrink: 0;
}

.resp-nav-back-button .feather {
	width: 24px;
	height: 24px;
}

.navbar nav {
	display: flex;
	align-items: center;
}

nav.menu {
	height: 100%;
	margin-left: auto;
}

.menu a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #777;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.menu a:hover {
	text-decoration: none;
	color: #555;
}

.menu a.top-nav-a-active {
	border-bottom: 1px solid #333;
	margin-top: 1px;
	color: #333;
}

.menu-link-holder a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 1rem;
}

.menu-link-holder {
	display: flex;
}

.menu-logo {
	margin-right: 120px;
	height: 100%;
}

.menu-logo a {
	height: 100%;
	display: flex;
	align-items: center;
}

.menu-logo img {
	width: 145px;
}

img.menu-logo-key-only {
	display: none;
	height: 36px;
	width: 36px;
}

.menu-icon {
	position: absolute;
	left: 1rem;
}

.menu-icon button {
	padding: 0;
	margin: 0;
	background-color: #f0f0f0;
	border: 0;
}

.menu-icon img {
	height: 20px;
}

/* C-SECTION */

.c-section-segment-drop-list {
	position: absolute;
	/*border: 1px solid #f0f0f0;*/
	background-color: #fff;
	z-index: 5;
	/*box-shadow: 0 1px 3px 1px rgba(60,64,67,.2),0 2px 8px 4px rgba(60,64,67,.1);*/
	/* box-shadow: 0px 6px 18px 0px rgba(189, 208, 223, 0.35); */
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
	margin-top: 10px;
	padding: 10px 0;
	border: 0;
	border-radius: 0;
}

.c-section-segment-drop-header .feather {
	margin-right: 2px;
	stroke: #888;
	right: 10px;
	position: absolute;
}

.c-section-segment-drop-list ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.c-section-segment-drop-list ul li a {
	display: block;
	padding: 0.75rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #666;
	padding: 10px 20px;
}

.c-section-segment-drop-list ul li a:hover {
	text-decoration: none;
}

.c-history-back {
	display: none;
	margin-top: 1.5rem;
	margin-left: -15px;
}

.history-last-text-style {
	padding: 1rem;
	border-top: 1px solid #e0e0e0;
	color: #777;
	font-weight: 300;
}

.historyElement {
	transition: transform 0.3s ease-out, background-color 1.5s ease-out;
	background-color: #f0f0f0;
	transform: translateY(-20px);
}

.c-round-button {
	width: 44px;
	height: 44px;
	background-color: #f0f0f0;
	border-radius: 50%;
	border: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-round-button:focus {
	box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2), 0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.c-history-back img {
	transform: rotate(-180deg);
	width: 20px;
}

.c-section-title {
	padding: 2rem 0;
	display: flex;
	/*align-items: end;*/
}

.c-section-title h4 {
	font-weight: 800;
	margin-bottom: 0;
}

.c-section-title-separator {
	/* height: 1.5rem; */
	width: 1px;
	background-color: #c0c0c0;
	margin: 0 0.5rem;
}

h4.c-section-title-property {
	color: #808080;
	font-weight: 400;
	font-size: 1.2rem;
	align-self: center;
}

.c-section-segment {
	margin-top: 3rem;
	position: relative;
}

.c-section-segment:first-child {
	margin-top: 0;
}

.c-section-segment h4 {
	font-weight: 700;
	font-size: 1.2rem;
}

.c-link-button {
	padding: 1rem 1.5rem;
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	/* box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16); */
	border-radius: 0.2rem;
	color: #333;
	transition: box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
}

.c-link-button:hover {
	cursor: pointer;
	/* box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2), 0 2px 8px 4px rgba(60, 64, 67, 0.1); */
	box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
	text-decoration: none;
	color: #333;
}

.c-link-button-text,
.c-exp-button-text span {
	font-weight: 600;
	font-size: 1.2rem;
}

.c-link-button-text-light {
	font-weight: 300;
}

.c-link-button-icon .feather {
	width: 24px;
	height: 24px;
}

.app-content-wrapper {
	transition: transform 150ms ease-out, opacity 100ms ease-out;
}

.permissions-denied-container {
	position: absolute;
	top: 1rem;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background-color: rgba(240, 240, 240, 0.9);
	z-index: 10;
	/* overflow: hidden; */
}

.permissions-denied-message {
	background-color: #fff;
	padding: 3rem 1.5rem;
	font-weight: 700;
	width: 100%;
	top: 0;
	position: relative;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	/* box-shadow: 0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16); */
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
}

.permissions-denied-text {
	/* color: #666; */
}

.permissions-denied-icon .feather {
	height: 32px;
	width: 32px;
	margin-right: 10px;
	/* stroke: #888; */
}

.left-transformation {
	transform: translateX(-100%);
	opacity: 0;
}

.c-section-text {
	margin-top: 1.5rem;
	font-weight: 400;
	color: #666;
}

.c-section-text.c-section-text-history {
	margin-top: 0;
}

.c-section-text-dropdown-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 20px;
}

.c-section-text-dropdown-container h4 {
	margin-bottom: 0;
	display: inline-flex;
}

/* FORMS */

.c-form.c-form-search {
	flex: 1;
}

.c-form.c-form-search .form-control {
	/* border: 1px solid #e0e0e0; */
	background-color: #fff;
	z-index: 1;
	border-radius: 50px;
	padding: 0 10px 0 40px;

	border: 0;
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
}

.c-form.c-form-search .form-group {
	margin-bottom: 20px;
}

.c-form.c-form-search .input-wrapper svg.feather {
	position: absolute;
	top: 50%;
	bottom: 0;
	stroke: #999;
	transform: translateY(-50%);
	left: 10px;
	height: 24px;
	width: 24px;
}

.form-control {
	border: 0;
	border-bottom: 1px solid #d0d0d0;
	border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
	/* margin-top: 1.5rem; */
	transition: border-color 0.18s cubic-bezier(0.4, 0, 0.2, 1);
	padding-left: 0;
	padding-right: 0;
	font-weight: 500;
}

.form-group {
	margin-bottom: 1.25rem;
	transition: 250ms opacity ease-out, 250ms transform ease-out;
}

.slideUp {
	opacity: 0;
	transform: translateY(-20%);
}

.slideUpHidden {
	display: none;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	color: #999;
}

.datetimepicker-input.form-control:disabled,
.form-control[readonly] {
	background-color: transparent;
	color: #495057;
}

.daterangepicker-backbutton.resp-nav-back-button {
	width: 54px;
	height: 64px;
	position: absolute;
}

.form-control:focus {
	border-color: #ef4136;
	outline: 0;
	box-shadow: none;
	background-color: transparent;
}

.input-wrapper {
	position: relative;
}

.input-placeholder {
	position: absolute;
	z-index: -1;
	transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: 0% center 0px;
	color: rgba(0, 0, 0, 0.6);
}

.input-placeholder-toggled {
	transform: translateY(-64%) scale(0.75);
}

.input-placeholder-colored {
	color: #ef4136;
}

.form-special:-moz-read-only {
	/* For Firefox */
	background-color: transparent;
}

.form-special:read-only {
	background-color: transparent;
}

.form-special-border-color {
	border-color: #ef4136;
	outline: 0;
	box-shadow: none;
	background-color: transparent;
}

.form-validation-alert {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	align-items: center;
	height: 100%;
}

.form-validation-alert img {
	width: 20px;
	/* #e5b700 */
}

.form-validation-message {
	background-color: #f0f0f0;
	padding: 0.25rem 1rem;
	font-weight: 700;
	font-size: 0.85rem;
	color: #ae9017;
	text-align: center;
	display: none;
}

.new-access-radio-validation-error-container {
	font-weight: 700;
	color: #ae9017;
	display: flex;
	align-items: center;
	margin-bottom: 0.75rem;
	font-size: 0.85rem;
}

.new-access-radio-validation-error-image img {
	width: 20px;
	margin-right: 6px;
}

.input-wrapper.is-invalid .input-placeholder-colored {
	color: #cca300;
}

.input-wrapper.is-invalid .form-control:focus {
	border-color: #ffcc00;
}

.input-wrapper.is-invalid .form-validation-message,
.input-wrapper.is-invalid .form-validation-alert {
	display: block;
}

#username:-webkit-autofill {
	background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.custom-control {
	background-color: #f0f0f0;
	display: inline-block;
	border-radius: 1.2rem;
	padding-left: 0;
	margin-bottom: 0.75rem;
}

.custom-control-label {
	padding: 0.3rem 1.1rem 0.3rem 0.9rem;
	display: flex;
}

.custom-control-label::before,
.custom-control-label::after {
	position: absolute;
	top: 50%;
	left: 0.9rem;
	transform: translateY(-50%);
}

.custom-control-label span {
	margin-left: 1.5rem;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #ef4136;
	background-color: #ef4136;
	font-weight: 600;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: #ef4136;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #f2665e;
	border-color: #f2665e;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #f2665e;
}

.create-access-form .btn {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.create-access-form-row-less-margin {
	margin-bottom: 0.5rem;
}

/* BUTTONS */

.btn-custom {
	color: #fff;
	background-color: #ef4136;
	border: 0;
	/* font-family: "Roboto"; */
	text-transform: uppercase;
	/* font-size: 0.85rem; */
	font-size: 0.8rem;
	/* font-weight: 500; */
	font-weight: 700;
}

.btn-custom-light {
	color: #ef4136;
	background-color: #fff;
	border: 0;
	/* font-family: "Roboto"; */
	text-transform: uppercase;
	/* font-size: 0.85rem; */
	font-size: 0.8rem;
	/* font-weight: 500; */
	font-weight: 700;
}

.btn-custom:hover {
	color: #fff;
	background-color: #bf342b;
	border-color: #a72d25;
}

.btn-custom-light:hover {
	color: #ef4136;
	background-color: #f0f0f0;
	border: 0;
}

.btn-custom:focus,
.btn-custom-light:focus {
	box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2), 0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.btn-less {
	background-color: #f0f0f0;
	color: #6f6f6f;
	border: 0;
}

.btn-less:active {
	color: #6f6f6f;
}

.btn-less:focus {
	color: #6f6f6f;
}

.btn-less:hover {
	background-color: #e3e3e3;
	color: #6f6f6fcc;
	border: 0;
}

/* ACCOUNT */

/* ACCESS CARD */

.homes .c-section-title {
	padding-bottom: 0;
}

.c-card-home {
	/* box-shadow: 0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16); */
	margin-top: 2rem;
	display: block;
	color: #333;
	box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.1), 0 1px 6px -2px rgba(0, 0, 0, 0.05);
}

.c-card-home-title {
	display: flex;
	align-items: center;
}

.c-card-home-title svg {
	margin-left: 5px;
	stroke: #777;
}

.c-card-home-address {
	color: #888;
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
	font-weight: 500;
}

.c-card-home-settings {
	position: absolute;
	top: 2rem;
	right: 1rem;
	z-index: 5;
	display: none;
}

.c-card-home-settings a {
	height: 40px;
	width: 40px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-card-home:hover {
	color: #333;
	text-decoration: none;
	background-color: #fbfbfb;
}

.c-card-home:focus {
	box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2), 0 2px 8px 4px rgba(60, 64, 67, 0.1);
	outline: 0;
}

.c-card-home-more-number {
	border-radius: 50%;
	font-weight: 500;
	color: #777;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2rem;
}

.c-card-home .c-card-access-title-col {
	min-height: 150px;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

.c-card-access-title-container {
	width: 100%;
	position: relative;
}

.homes-howto-message {
	margin-top: 1.5rem;
}

.c-card-access-title-message {
	text-align: center;
	font-weight: 700;
	height: 30px;
	left: 0;
	right: 0;
	font-size: 15px;
	position: absolute;
	background-color: #fff;
	transition: transform 150ms ease-out, opacity 150ms ease-out;
	opacity: 0;
	transform: translateX(-3px);
}

.c-card-access-title-container.show-title-message .c-card-access-title-message {
	transform: translateX(0);
	opacity: 1;
}

.col-button-holder {
	text-align: center;
	padding: 1rem 0;
}

.col-button-holder button:first-child {
	margin-right: 7px;
}

.col-button-holder.list-access-col-buttons button:first-child {
	margin-right: 0;
}

.col-button-holder.list-access-col-buttons button {
	margin-left: 7px;
}

.list-access-data-row {
	padding: 0.25rem 0;
}

.c-access-table-more-button {
	display: flex;
	align-items: center;
	justify-content: end;
}

.c-access-table-more-button .feather {
	height: 24px;
	width: 24px;
	transition: transform 150ms ease-out;
}

.c-history-table-switch {
	text-align: right;
}

.c-history-table-switch .custom-control.custom-switch {
	margin-bottom: 0;
	background-color: #f9f9f9;
	border-radius: 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.c-history-table-switch .custom-control.custom-switch .custom-control-input {
	left: 0;
}

.c-history-table-row-hidden {
	display: none;
}

.c-table-row-hidden {
	display: none;
}

.list-access-table .c-table-row.list-access-table-visible .c-table-row-hidden {
	display: block;
}

.list-access-table .c-table-row.list-access-table-visible .c-access-table-more-button .feather {
	transform: rotate(-180deg);
}

.c-card-home-more-container {
	display: flex;
}

.c-card-home-more-container .c-card-home-more:first-child {
	margin-right: 10px;
}

.c-card-home-more-text {
	color: #888;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.c-card-home-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	letter-spacing: 1px;
}

.c-card-access {
	/* box-shadow: 0 1px 1px 0 rgba(60,64,67,.08),0 1px 3px 1px rgba(60,64,67,.16); */
	margin-top: 2rem;
	box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.1), 0 1px 6px -2px rgba(0, 0, 0, 0.05);
}

.c-card-access-link {
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	/* padding: 1.5rem 0; */
	display: flex;
	/* text-align: center; */
	/* font-family: "Roboto"; */
	/* font-weight: 500; */
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	/* font-size: 0.85rem; */
	font-size: 0.8rem;
	height: calc(100% / 3);
	justify-content: center;
	align-items: center;
}

button.c-card-access-link {
	-webkit-appearance: none;
	background-color: #fff;
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: 1px solid #eaeaea;
	/* border-bottom: 1px solid #eaeaea; */
	/*COLOR ANTERIOR #dfdfdf*/
	color: #333;
}

.c-card-access-button-container > * {
	border-bottom: 1px solid #eaeaea;
}

.c-card-access-button-container > *:nth-child(3) {
	border-bottom: none;
}

.c-card-access-link:hover {
	color: #333;
	background-color: #fbfbfb;
	text-decoration: none;
}

.c-card-access-text {
	/* padding: 1.5rem 0; */
	border-left: 1px solid #eaeaea;
	text-align: center;
	/* font-family: "Roboto"; */
	font-weight: 300;
	font-size: 0.8rem;
	color: #808080;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% / 3);
}

.c-card-access-text div {
	display: inline-block;
}

.c-card-access-text-state {
	margin-right: 0.25rem;
}

.msg-action-error {
	font-weight: 500;
	font-size: 0.7rem;
	display: none;
}

.c-card-access-text span {
	font-weight: 500;
	font-size: 0.9rem;
}

.c-card-access-title-col {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.c-card-access-title {
	font-family: "Nunito";
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
	text-align: center;
}

.btn-access-custom {
	-webkit-touch-callout: none; /* iOS Safari */
	border-radius: 50%;
	font-weight: 700;
	font-size: 1rem;
	/* height: 120px;
    width: 120px; */
	height: 140px;
	width: 140px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* overflow: hidden; */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.btn-access-custom:focus {
	box-shadow: none;
}

.access-label-open.btn-access-custom:hover .btn-access-custom-background {
	background-color: #007575;
	color: #fff;
}

.access-label-tryOpen.btn-access-custom:hover .btn-access-custom-background {
	background-color: #ffa537;
	color: #fff;
}

.access-label-closed.btn-access-custom:hover .btn-access-custom-background {
	background-color: #730c13;
	color: #fff;
}

/* PARA LA ANIMACION QUE SE COMPLETE HASTA LLEGAR AL BOX SHADOW*/

.loading-dot {
	display: none;
	height: 7px;
	width: 7px;
	background-color: #ffea7f;
	border-radius: 50%;
	transition: opacity 0.2s ease-out;
	animation: loading-dot-animation 0.7s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.5, 0, 0.51, 1);
	animation-direction: alternate;
	margin-right: 3px;
	opacity: 0;
}

.loading-dot:last-child {
	margin-right: 0;
}

@-webkit-keyframes loading-dot-animation {
	from {
		transform: translateY(-150%);
	}
	to {
		transform: translateY(150%);
	}
}

/* Standard syntax */
@keyframes loading-dot-animation {
	from {
		transform: translateY(-150%);
	}
	to {
		transform: translateY(150%);
	}
}

.btn-access-custom-border {
	/* position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    z-index: 1; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	z-index: 15;
}

.btn-access-custom-background {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100px;
    width: 100px; */
	height: 120px;
	width: 100%;
	border-radius: 50%;
	transition: transform 0.2s ease-out, background-color 0.1s ease-out;
}

.btn-access-custom-background span {
	transition: transform 0.1s ease-out, opacity 0.15s ease-out;
}

.normal-background .btn-access-custom-border {
	/* border: 4px solid rgba(63,225,176,1); */
	/* box-shadow: 0px 0px 0px 4px rgb(63, 225, 176); */
	/* margin: 4px; */
	/* border: 3px solid #fff; */
	/* border: 6px solid rgb(255, 255, 255); */
}

.loading-background .btn-access-custom-border {
	/* border: 4px solid #FFEA7F; */
	/* box-shadow: 0px 0px 0px 4px #FFEA7F; */
	/* margin: 4px; */
	/* border: 3px solid #fff; */
	/* border: 6px solid rgb(255, 255, 255); */
}

.normal-background .btn-access-custom-background {
	background-color: #008787;
	box-shadow: rgb(63, 225, 176) 0px 0px 0px 5px;
	border: 6px solid rgb(255, 255, 255);
}

.btn-access-custom-background {
	transition: background-color 0.1s ease-out;
	align-items: center;
	padding-top: 0;
	/* height: 100%;
    width: 100%; */
	height: 138px;
	width: 138px;
	overflow: hidden;
	position: relative;
}

.loading-background .btn-access-custom-background {
	background-color: #ffa537;
	border: 6px solid rgb(255, 255, 255);
	box-shadow: 0px 0px 0px 5px #ffea7f;
}

.btn-access-custom .circle {
	stroke-dasharray: 468;
	stroke-dashoffset: 468;
}

.btn-access-custom.animate-border .circle {
	animation: stroke 1.25s linear forwards;
}

.btn-access-custom.animate-border .btn-access-custom-background {
	background-color: #ffa537;
}

@keyframes stroke {
	to {
		stroke-dashoffset: 0;
	}
}

/* CUSTOM SWITCH */

/* .custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
} */

.custom-switch .custom-control-label::before {
	left: 10px;
	width: 1.75rem;
	pointer-events: all;
	border-radius: 0.5rem;
	top: 0.25rem;
	transform: translateY(-50%);
	top: 50%;
}

.custom-switch .custom-control-label::after {
	transform: translate(0, -50%);
	top: 50%;
	left: 12px;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translate(0.75rem, -50%);
	transform: translate(0.75rem, -50%);
}

.custom-switch .custom-control-label span {
	margin-left: 32px;
}

/* ACCESS LIST */

.list-access-table .c-table-row:hover {
	cursor: pointer;
}

/* TESTEO */

@keyframes scaleAnimation {
	0% {
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes drawCircle {
	0% {
		stroke-dashoffset: 151px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes drawCheck {
	0% {
		stroke-dashoffset: -24px;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.successAnimationCheck {
	stroke-dasharray: 36px 36px;
	stroke: #fff;
}
.successAnimationResult {
	fill: transparent;
}

.successAnimation {
	border-radius: 50%;
	opacity: 0;
	display: none;
	transition: 0.3s opacity ease-out;
	/* position: absolute; */
	/* background-color: #00CF21; */
	background-color: #008787;
	/* height: 100%;
    width: 100%; */
}

.successAnimationContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #008787;

	justify-content: center;
	align-items: center;
	border-radius: 50%;
	display: none;
}

.successAnimationContainer.show {
	display: flex;
}

.successAnimation.animated {
	animation: 1s ease-out 0s 1 both scaleAnimation, 1s ease-out 0s 1 both fadeIn;
}

.successAnimation.reverse-animated {
	animation: 0.3s ease-out 0s 1 reverse scaleAnimation, 0.3s ease-out 0s 1 both fadeOut;
}

.successAnimation.animated .successAnimationCheck {
	animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck /* , 0.3s linear 0.9s 1 both fadeOut */;
}
.successAnimation.animated .successAnimationResult {
	animation: 0.3s linear 0.9s both fadeIn;
}

/* LOGIN */

.app-login {
	max-width: 500px;
	margin: 0 auto;
	padding: 3rem 1rem 0 1rem;
}

.app-login .c-section-title h4 {
	margin: 0 auto;
}

.login-form {
	margin-top: 1.25rem;
}

.login-form .form-group {
	margin-bottom: 1.5rem;
}

.login-button-group {
	margin-top: 2rem;
}

.login-button-group .btn {
	width: 100%;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.login-button-group .btn:last-child {
	margin-bottom: 0;
}

.login-main-logo {
	text-align: center;
}

.login-main-logo img {
	max-width: 250px;
	margin: 0 auto;
}

.c-login-line {
	height: 1px;
	background-color: #e0e0e0;
	margin-top: 3rem;
}

.c-login-fgr-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-login-made-by {
	margin-right: 1rem;
	font-size: 1rem;
	font-weight: 700;
}

.c-login-fgr img {
	max-width: 60px;
}

/* TIMEPICKER */

span.fa.fa-arrow-up img {
	transform: rotate(-90deg);
	width: 24px;
	height: 24px;
}

span.fa.fa-arrow-down img {
	transform: rotate(90deg);
	width: 24px;
	height: 24px;
}

/* ICONOS */

.feather {
	width: 16px;
	height: 16px;
	stroke: #333;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	pointer-events: none;
}

/* HISTORIAL */

.c-section-segment-drop-header {
	display: flex;
	align-items: center;
	background-color: #fff;
	border: 0;
	font-weight: 600;
	position: relative;
	justify-content: left;
	padding: 15px 40px 15px 30px;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 0 3px rgba(0, 0, 0, 0.1);
	color: #333;
}

.c-section-segment-drop-header-item {
	margin-right: 10px;
	font-weight: 400;
	color: #666;
}

.c-section-segment-drop-header:hover {
	cursor: pointer;
}

.c-history-table {
	margin-top: 0;
}

.c-table {
	margin-top: 1.5rem;
}

.c-history-table-header {
	/* background-color: #f9f9f9; */
	background-color: #fafafa;
	padding: 0.8rem 1rem;
	font-weight: 600;
	border-bottom: 1px solid #d0d0d0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.c-table-header {
	background-color: #f9f9f9;
	padding: 0.8rem 1rem;
	font-weight: 600;
	border-bottom: 1px solid #d0d0d0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.c-history-table-row {
	padding: 0.8rem 1rem;
	border-bottom: 1px solid #e0e0e0;
	color: #666;
	font-weight: 500;
}

.c-table-row {
	padding: 0.8rem 1rem;
	border-bottom: 1px solid #e0e0e0;
	color: #666;
	font-weight: 500;
}

.c-history-table:last-child .c-history-table-content .c-history-table-row:last-child {
	border-bottom: 0;
}

.c-table:last-child .c-table-content .c-table-row:last-child {
	border-bottom: 0;
}

.c-table-filter-container {
	padding: 10px 0;
	margin-bottom: 2px;
	display: flex;
}

.c-table-filter-title {
	display: inline-block;
	margin-right: 8px;
}

.c-table-filter-elements {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 5px;
}

.c-table-filter-elements .c-section-segment-drop-header {
	padding: 0;
	box-shadow: none;
	/* border: 1px solid #e0e0e0; */
	border-radius: 3px;
	padding: 6px 35px 6px 15px;

	border: 0;
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
}

.c-table-filter-elements-container {
	flex: 1;
}

.c-table-filter-elements .c-section-segment-drop-header-item {
	margin-right: 6px;
}

.c-section-segment-drop-list.show {
	animation-name: dropdownOpacitySimple;
	animation-duration: 0.15s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
}

/* MODAL */
.modal-backdrop.show {
	opacity: 0.2;
}

.modal-content {
	border: 0;
	border-radius: 0.25rem;
	box-shadow: 0 0.5px 2.4px rgba(0, 0, 0, 0.02), 0 1.3px 6.1px rgba(0, 0, 0, 0.027), 0 2.7px 12.4px rgba(0, 0, 0, 0.033), 0 5.5px 25.6px rgba(0, 0, 0, 0.042), 0 15px 70px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	transform: scale(0.95);
	transition: transform 200ms ease-out;
}

.modal.show .modal-content {
	transform: scale(1);
}

.modal-header {
	padding: 32px 24px 16px 24px;
	border-bottom: 0;
}

.modal-title {
	font-weight: 700;
	font-size: 1.2rem;
}

.modal-body {
	font-size: 1rem;
	padding: 1rem 24px;
}

.send-unique-access div {
	margin-bottom: 1rem;
	font-weight: 300;
}

.send-unique-access div span {
	font-weight: 600;
}

.send-unique-access div:last-child {
	margin-bottom: 0;
}

#create-unique-access.is-hidden {
	display: none;
}

#unique-access-container {
	transform: translateY(-10px);
	display: none;
	opacity: 0;
	transition: transform 200ms ease-out, opacity 200ms ease-out;
}

#unique-access-container.is-visible {
	display: block;
}

#unique-access-container.show-and-translate {
	transform: translateY(0);
	opacity: 1;
}

#unique-access-modal-spinner-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	margin: 5px;
}

#unique-access-modal-spinner-container.unique-access-modal-spinner-container-display {
	display: flex;
}

#unique-access-modal-spinner-container .spinner-border {
	height: 25px;
	width: 25px;
}

.list-access-unique-access-container .unique-access-link-container {
	margin-top: 0;
	margin-bottom: 0.25rem;
	padding: 0;
}

.copy-share-container {
	position: relative;
	overflow: hidden;
	display: flex;
}

.copy-share-container .btn-custom {
	background-color: #fff;
	color: #777;
	flex-grow: 1;
}

.copy-share-container .btn-custom .feather {
	height: 18px;
	width: 18px;
	margin-right: 5px;
	stroke: #777;
}

.copy-share-container .btn-custom-share {
	display: none;
}

.copy-share-container .btn-custom-share:hover {
	border-right: 0;
}

.copy-share-container .btn-custom-share:focus {
	background-color: #fff;
}

.unique-access-link-container {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	margin-top: 0.75rem;
	padding: 0 15px;
}

.unique-access-link-container label {
	margin-bottom: 0;
	margin-right: 15px;
}

.unique-access-link-container .form-control {
	border: 0;
	margin: 0;
	background-color: #f0f0f0;
	padding-left: 5px;
	padding-right: 5px;
}

.copy-button-container {
	position: relative;
	overflow: hidden;
	display: flex;
}

#copy-unique-access,
#share-unique-access {
	flex-grow: 1;
}

#copy-link-msg,
.copy-link-msg {
	transition: transform 200ms ease-out;
	transform: scale(0.95);
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	/* font-family: "Roboto"; */
	text-transform: uppercase;
	/* font-size: 0.85rem; */
	font-size: 0.8rem;
	/* font-weight: 500; */
	font-weight: 700;
	color: #777;
}

#copy-link-msg .feather,
.copy-link-msg .feather {
	stroke: #777;
	height: 22px;
	width: 22px;
	margin-right: 5px;
}

#copy-link-msg.copy-msg-display,
.copy-link-msg.copy-msg-display {
	display: flex;
}

#copy-link-msg.copy-msg-transition,
.copy-link-msg.copy-msg-transition {
	transform: scale(1);
}

.ask-prompt .modal-body {
	font-weight: 600;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.modal-footer {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	padding: 0;
	border: 0;
	border-top: 1px solid #ececec;
	position: relative;
}

.modal .btn-custom {
	margin: 2px;
	border-radius: 0;
	border-bottom-right-radius: 0.25rem;
	background-color: #fff;
	color: #777;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
	height: 53px;
}

.modal .btn-custom .feather {
	height: 18px;
	width: 18px;
	margin-right: 5px;
	stroke: #777;
}

.modal .btn-custom.btn-custom-share {
	box-shadow: none;
	border: 0;
	display: none;
}

.btn-custom-share:hover {
	border-right: 1px solid #e0e0e0;
}

.modal .btn-custom:hover {
	background-color: #fff;
	box-shadow: none;
}

.modal .btn-custom:focus {
	background-color: #fff;
	box-shadow: none;
}

/* .btn-custom-wpp {
    background-color: #00cf6a;
}

.btn-custom-wpp:hover {
    background-color: rgb(18, 184, 104);
} */

.modal .btn-custom:first-child {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0;
}

/* DATERANGEPICKER */
.btn.cancelBtn,
.btn.applyBtn {
	flex: 1;
	padding: 1rem 0;
	margin: 0 !important;
	border-radius: 0;
}

.cancelBtn {
	border-bottom-left-radius: 4px;
}

.applylBtn {
	border-bottom-right-radius: 4px;
}

/* PLAN */
.c-section-plan-text {
	font-weight: 600;
	font-size: 1.2rem;
}

.c-section-plan-row {
	border-bottom: 1px solid #e8e8e8;
}

.c-section-plan-right-col {
	border-left: 1px solid #e8e8e8;
}

.c-section-plan-main {
	/* display: flex;
    border-left: 1px solid #e8e8e8;
    margin-left: 2rem;
    padding-left: 2rem; */
}

.c-section-plan-main .feather {
	stroke: #444;
	height: 24px;
	width: 24px;
	margin-right: 0.25rem;
}

.c-section-plan-main-big {
	font-size: 1.25rem;
	font-weight: 600;
	color: #444;
}

.c-section-plan-main-small {
	font-size: 1;
	font-weight: 300;
	color: #888;
}

.c-section-plan-table .row {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.c-section-plan-table .feather {
	margin: 0 auto;
	display: block;
	height: 24px;
	width: 24px;
}

.c-section-plan-right-col .feather {
	height: 28px;
	width: 28px;
	align-self: center;
	margin-right: 5px;
}

.c-section-plan-table-x,
.c-section-plan-table-check {
	display: inline-block;
	padding: 1rem;
	background-color: #f8f8f9;
	border-radius: 50%;
}

.c-section-plan-table-check .feather {
	stroke: #48b02c;
	/*stroke: #66C195*/
}

.c-section-plan-table-x .feather {
	stroke: #ec1767;
	/*stroke: #66C195*/
}

/* USER CARD*/

.user-card {
	padding: 0 0 0 18px;
	min-height: 120px;
	/* background-color: #f4f4f4; */
	background-color: #f9f9f9;
	border-radius: 10px;
	display: flex;
	align-items: center;

	/* TESTEO*/
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border-radius: 0;
}

.user-card-logo {
	background-color: #fff;
	padding: 15px;
	border-radius: 50%;
	/* margin-right: 30px; */
	margin-right: 18px;
}

.user-card-logo .feather {
	height: 24px;
	width: 24px;
}

.user-card-text-user {
	font-size: 24px;
	font-weight: 600;
	transition: transform 100ms ease-out, opacity 100ms ease-out;
}

.user-card-text-username {
	font-weight: 300;
	font-size: 20px;
	transition: transform 100ms ease-out, opacity 100ms ease-out;
}

.user-card-logout {
	align-self: stretch;
	margin-left: auto;
}

.user-card-logout .user-card-spinner-container {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 18px;
	justify-content: center;
	/* border-left: 1px solid #eaeaea; */
}

.user-card-logout > a {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 18px;
	justify-content: center;
	/* border-left: 1px solid #eaeaea; */
}

.user-card-logout > a .feather {
	width: 24px;
	height: 24px;
}

.user-card.logging-out-animation .user-card-text-username,
.user-card.logging-out-animation .user-card-text-user {
	transform: scale(0.95);
	opacity: 0;
}

.user-card .spinner-border {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: text-bottom;
	border-width: 0.2em;
}

/* ACCOUNT SUPPORT */
.account-support-container {
	display: flex;
	margin-bottom: 1rem;
}

.account-support-container .feather {
	margin-right: 10px;
	height: 24px;
	width: 24px;
}

a.account-support-item {
	flex-grow: 1;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border-radius: 0;
	padding: 18px 0;
}

a.account-support-item:hover {
	text-decoration: none;
}

.account-support-item-first-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.account-support-action-label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
}

/* ACTIVE SESSION CARD */
.active-session-card {
	display: flex;
	align-items: center;
	/* background-color: #f4f4f4; */
	background-color: #f9f9f9;
	border-radius: 10px;
	margin-bottom: 1.5rem;
	transition: transform 150ms ease-out, opacity 150ms ease-out;

	/*TESTEO*/
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	border-radius: 0;
}

.active-session-card.remove-session-animation {
	transform: scale(0.95);
	opacity: 0;
}

.active-session-card .spinner-border {
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: text-bottom;
	border-width: 0.2em;
}

.active-session-card-text-container {
	padding: 24px 0 24px 18px;
}

.active-session-card-title {
	display: flex;
	margin-bottom: 0.75rem;
	align-items: center;
}

.active-session-card-device-icon {
	margin-right: 10px;
}

.active-session-card-device-icon .feather {
	height: 24px;
	width: 24px;
}

.active-session-card-device-name {
	font-weight: 600;
	color: #333;
	font-size: 18px;
}

.active-session-card-delete {
	margin-left: auto;
	align-self: stretch;
}

.active-session-card-delete .session-spinner-container {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 24px;
	background: transparent;
	border: 0;
}

.active-session-card-delete .active-session-card-delete-button {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 24px;
	background: transparent;
	border: 0;
}

.active-session-card-delete .active-session-card-delete-button .feather {
	height: 24px;
	width: 24px;
}

.remove-session-failed.active-session-card {
	justify-content: center;
}

.active-session-card-error-msg {
	font-weight: 600;
	color: #333;
	font-size: 22px;
	margin-left: 12px;
	opacity: 0;
	transition: opacity 100ms ease-out, transform 100ms ease-out;
	transform: scale(1.04);
	backface-visibility: hidden;
}

.remove-session-failed .active-session-card-error-msg {
	opacity: 1;
	transform: scale(1);
	transform: translateZ(0);
}

#request-more-sessions-button .spinner-border {
	height: 24px;
	width: 24px;
}

/* PAGINA DE UNIQUE ACCESS */
body.unique-access-page-body {
	min-height: 100vh;
	padding: 0;
	margin: 0;
	background-color: #fbfbfb;
}

.unique-access-page-wrapper {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 100px;
	background-color: #fff;
	padding: 32px 0;
	border-radius: 5px;
	box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.1), 0 1px 6px -2px rgba(0, 0, 0, 0.05);
}

.unique-access-page-wrapper .c-card-access {
	margin: 0;
	box-shadow: none;
}

.unique-access-page-wrapper .c-card-access-title-col {
	padding: 0;
}

.unique-access-pages-header {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.unique-access-pages-header img {
	max-width: 180px;
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
}

.unique-access-pages-header h4 {
	font-weight: 800;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 0;
}

.unique-access-page-footer {
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid #f0f0f0;
	text-align: center;
}

.unique-access-page-footer span {
	font-weight: 500;
	margin-right: 3px;
}

.unique-access-page-footer a {
	color: #ef4136;
	font-weight: 800;
	display: inline-block;
}

/* Popup */
.prevent-scroll {
	overflow: hidden;
}

.popup-preoverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: rgba(0, 0, 0, 0.1);
}

.popup-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}

.popup-element {
	width: 300px;
	border-radius: 0.25rem;
	box-shadow: 0 0.5px 2.4px rgba(0, 0, 0, 0.02), 0 1.3px 6.1px rgba(0, 0, 0, 0.027), 0 2.7px 12.4px rgba(0, 0, 0, 0.033), 0 5.5px 25.6px rgba(0, 0, 0, 0.042), 0 15px 70px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	transition: transform 200ms ease-out;
	transform: scale(1);
}

.popup-icon-container {
	display: flex;
	justify-content: center;
	padding: 2rem 1rem 1rem 1rem;
}

.popup-icon {
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	padding: 10px;
}

.popup-icon .feather {
	height: 36px;
	width: 36px;
	stroke: #53a653;
}

.popup-icon .feather.success {
	stroke: #53a653;
}

.popup-icon .feather.error {
	stroke: #ff0033;
}

.popup-footer {
	border-top: 1px solid #ececec;
	display: flex;
	justify-content: right;
}

.popup-footer .btn-custom {
	margin: 2px;
	background-color: #fff;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 53px;
	padding: 0 1.5rem;
	border-radius: 0;
	margin-left: auto;
}

.popup-footer .btn-custom:focus {
	background-color: #fff;
	box-shadow: none;
}

.popup-body {
	padding: 0 1.5rem 1rem 1.5rem;
	font-weight: 600;
}

.popup-container.not-visible .popup-element {
	transform: scale(0.95);
}

/* WELCOME PAGE */
.welcome-page-wrapper {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 100px;
	background-color: #fff;
	padding: 32px 0;
	border-radius: 5px;
	box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.1), 0 1px 6px -2px rgba(0, 0, 0, 0.05);
}

.welcome-page-wrapper .form-group .input-wrapper {
	z-index: 15;
}

.welcome-page-wrapper form {
	margin-top: 2rem;
}

.welcome-page-wrapper form .form-group:last-of-type {
	margin-bottom: 36px;
}

.welcome-page-wrapper .c-section-text {
	margin-top: 0;
}

.welcome-page-wrapper .unique-access-pages-header {
	margin-bottom: 0;
}

.welcome-page-content {
	padding: 0 2rem;
}

.welcome-page-wrapper .c-section-text p:last-child {
	margin-bottom: 0;
}

.welcome-login-link-container .btn.btn-custom {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 1rem;
	text-align: center;
	width: 100%;
}

.welcome-login-link-container .feather {
	stroke: #fff;
	height: 24px;
	width: 24px;
	margin-left: 5px;
}

/* POPUP ACCESS CREATE */
.popup-accesscreated-preoverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: rgba(0, 0, 0, 0.1);
	visibility: hidden;
}

.popup-accesscreated-preoverlay.preoverlay-visible {
	visibility: visible;
}

.popup-accesscreated-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100% - 3.5rem);
	padding: 0 15px;
}

.popup-accesscreated-preoverlay.preoverlay-visible .popup-accesscreated-element {
	transform: scale(1);
}

.popup-accesscreated-element {
	max-width: 550px;
	border-radius: 0.25rem;
	box-shadow: 0 0.5px 2.4px rgba(0, 0, 0, 0.02), 0 1.3px 6.1px rgba(0, 0, 0, 0.027), 0 2.7px 12.4px rgba(0, 0, 0, 0.033), 0 5.5px 25.6px rgba(0, 0, 0, 0.042), 0 15px 70px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	transition: transform 200ms ease-out;
	transform: scale(0.95);
}

.popup-accesscreated-icon-container {
	display: flex;
	justify-content: center;
	padding: 2rem 1rem 1rem 1rem;
}

.popup-accesscreated-icon {
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	padding: 10px;
}

.popup-accesscreated-icon .feather.success {
	stroke: #53a653;
}

.popup-accesscreated-icon .feather {
	height: 36px;
	width: 36px;
	stroke: #53a653;
}

.popup-accesscreated-body {
	padding: 0 1.5rem 1rem 1.5rem;
	font-weight: 500;
}

.popup-accesscreated-footer {
	border-top: 1px solid #ececec;
	display: flex;
	justify-content: right;
}

.popup-accesscreated-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 1rem;
	text-align: center;
}

.popup-accesscreated-footer .btn-custom {
	margin: 2px;
	margin-left: 2px;
	background-color: #fff;
	color: #777;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
	border-radius: 0;
	margin-left: auto;
	height: 53px;
}

.popup-share-container {
	position: relative;
	overflow: hidden;
	display: flex;
}

.popup-share-container .btn-custom .feather {
	height: 18px;
	width: 18px;
	margin-right: 5px;
	stroke: #777;
}

.popup-share-container .btn-custom {
	flex-grow: 1;
	background-color: #fff;
	color: #777;
	border-radius: 0;
}

.popup-share-container .btn-custom:hover {
	border: 0;
	box-shadow: none;
}

.popup-share-container .btn-custom:focus {
	border: 0;
	box-shadow: none;
}

.popup-share-container .btn-custom.btn-custom-share {
	box-shadow: none;
	border: 0;
	display: none;
}

.welcome-link-popup-container .form-group {
	margin-bottom: 0.75rem;
}

.welcome-link-container .form-control {
	border: 0;
	margin: 0;
	background-color: #f0f0f0;
	padding-left: 5px;
	padding-right: 5px;
}

/* GEOLOCATIOn */
#devices-section, #geolocation-section {
	display: none;
}

#devices-section.show, #geolocation-section.show {
	display: block;
}

/* ANIMACIONES */
.access-loading {
	animation: access-loading-animation 2s infinite;
	-webkit-animation: access-loading-animation 2s infinite; /* Safari 4.0 - 8.0 */
}

@-webkit-keyframes access-loading-animation {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

@keyframes access-loading-animation {
	from {
		transform: rotateY(0deg);
	}
	to {
		transform: rotateY(360deg);
	}
}

/* RESPONSIVE */

@media (max-width: 600px) {
	/* .btn-access-custom {
        height: 100px;
        width: 100px;
    } */
	.c-card-access-title {
		font-size: 1.25rem;
	}
	.c-card-access-link {
		padding: 1.1rem 0;
		font-size: 0.75rem;
	}
	.unique-access-page-wrapper .c-card-access-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 1260px) {
	.homes-nav-grid-container {
		max-width: 300px;
	}
}

@media (max-width: 1177px) {
	.navbar {
		padding-left: 20px;
		padding-right: 0;
	}
	.menu a {
		padding: 0.5rem;
		letter-spacing: 0.5px;
	}
}

@media (max-width: 1100px) {
	/* .navbar {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    } */
	.navbar-container {
		height: auto;
	}
	.menu-logo {
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
	}
	.unique-access-navbar.navbar .menu-logo {
		position: absolute;
		margin-right: 20px;
		top: 0;
		bottom: 0;
		display: flex;
		align-items: center;
	}
	.homes-nav-current {
		height: auto;
	}
	.homes-nav-container {
		flex-basis: 100%;
		display: inline-block;
	}
	.unique-access-navbar.navbar .homes-nav-container {
		flex-basis: auto;
		display: inline-block;
		margin-left: auto;
	}
	.homes-nav a.btn,
	.homes-nav div.dropdown-toggle {
		height: auto;
		border-left: none;
		margin-left: auto;
		padding-top: 0;
		padding-bottom: 10px;
	}
	nav.menu {
		height: 100%;
		margin-left: auto;
		padding-right: 0;
		margin-right: 0;
		border-right: none;
	}
	/* .homes-nav .dropdown-menu {
        top: calc(100% + 10px);
    } */
	.menu a.top-nav-a-active {
		border-bottom: none;
		margin-top: 0;
	}
	.menu a {
		padding: 12px 0.5rem;
	}
	.homes-nav-grid-container {
		max-width: 500px;
	}
}

@media (max-width: 991px) {
	.row .col-12.col-lg-6:not(:first-child) .c-card-home {
		margin-top: 2.5rem;
	}
	.row .col-12.col-lg-6:not(:first-child) .c-card-access {
		margin-top: 2.5rem;
	}
	.homes-nav-grid-container {
		max-width: 400px;
	}
}

@media (max-width: 920px) {
	.navbar {
		padding-left: 25px;
	}
	.menu-logo {
		margin-right: 60px;
	}
}

@media (max-width: 800px) {
	.navbar {
		padding-left: 15px;
		padding-right: 0;
	}
	.menu-logo {
		margin-right: 30px;
	}
	.unique-access-page-wrapper,
	.welcome-page-wrapper {
		margin-top: 50px;
	}
}

@media (max-width: 800px) {
	.menu a {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.homes-nav-grid-container {
		max-width: 300px;
	}
}

@media (max-width: 767px) {
	.row > .nopadding-for-grid:nth-child(2n + 1) {
		padding-left: 0;
		padding-right: 0;
	}
	.row > .nopadding-for-grid:nth-child(2n) {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 680px) {
	.c-card-access {
		box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	}
	.c-card-home {
		box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	}
	.user-card {
		box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	}
	.active-session-card {
		box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 3px 4px -1px rgba(0, 0, 0, 0.06);
	}
	.btn {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}
	.btn.btn-access-custom {
		padding: 0;
	}
	.resp-nav-back-button {
		display: flex;
		left: 0;
	}
	nav.menu {
		display: none;
	}
	.menu-logo {
		position: relative;
		margin-right: 0;
		top: auto;
		bottom: auto;
		display: block;
	}
	.unique-access-navbar.navbar .menu-logo {
		position: relative;
		top: auto;
		bottom: auto;
		display: block;
	}
	.menu-logo a {
		display: flex;
		align-items: center;
		height: 65px;
		padding: 0 15px;
	}
	.menu-logo .menu-logo-full-logo {
		display: none;
	}
	.menu-logo .menu-logo-key-only {
		display: block;
	}
	.navbar {
		background-color: #fff;
		/* border-bottom: 1px solid #e0e0e0; */
		border-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 -3px 1px -2px rgba(0, 0, 0, 0.12), 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
	}
	.fixed-bottom-nav {
		display: block;
	}
	body {
		padding-bottom: calc(60px + 2rem);
		margin-top: 65px;
	}
	.app-login-body {
		padding-bottom: 20px;
	}
	.homes-nav {
		margin-left: auto;
	}
	.homes-nav .feather {
		stroke: #333;
		right: 10px;
	}
	.homes-nav-current {
		/* font-size: 16px; */
		font-size: 14px;
		/* text-transform: none; */
		color: #212529;
		/* font-weight: 600; */
		font-weight: 700;
		/* height: 65px; */
		margin-left: 0;
	}
	.homes-nav a.btn,
	.homes-nav div.dropdown-toggle {
		font-size: 16px;
		text-transform: none;
		color: #212529;
		letter-spacing: normal;
		height: 65px;
		padding-right: 15px;
		padding-bottom: 0px;
	}

	.homes-nav-container {
		flex: 1;
	}
	.homes-nav .dropdown-menu {
		top: auto;
	}
	.homes-nav .change-home-icon {
		height: 28px;
		width: auto;
	}
	.account-support-container {
		flex-direction: column;
	}
	.account-support-container .account-support-item:first-child {
		margin-bottom: 24px;
	}
	.account-support-container {
		margin-bottom: 0;
	}
	.btn-access-custom {
		height: 130px;
		width: 130px;
	}
	.btn-access-custom-background {
		height: 128px;
		width: 128px;
	}
	.btn-access-custom .circle {
		stroke-dasharray: 423;
		stroke-dashoffset: 423;
	}
	.list-access-unique-access-container .unique-access-link-container {
		flex-direction: column;
		align-items: flex-start;
	}
	.homes-nav div.dropdown-toggle .homes-nav-grid-container {
		grid-template-columns: 1fr 23px;
	}

	.homes-nav div.dropdown-toggle .homes-nav-grid-container .homes-nav-current {
		padding-right: 6px;
	}

	.homes-nav div.dropdown-toggle .homes-nav-grid-container .change-home-icon {
		height: 23px;
	}
	.error-not-found-big {
		font-size: 3rem;
	}
}

@media (max-width: 576px) {
	.ask-prompt {
		padding: 0 1rem;
		margin: 0 auto;
		max-width: 100%;
	}
	/* .modal.fade .modal-dialog.ask-prompt {
        -webkit-transform: translate(0,50px);
        transform: translate(0,50px);
    }
    .modal.show .modal-dialog.ask-prompt {
        -webkit-transform: translate(0);
        transform: translate(0);
    } */
	.user-card-logo {
		padding-left: 0;
		margin-right: 0;
	}
	.unique-access-page-wrapper,
	.welcome-page-wrapper {
		margin-top: 0;
		max-width: 100%;
		box-shadow: none;
	}
	body.unique-access-page-body {
		background-color: #fff;
	}
	.unique-access-page-custom-container {
		width: 100%;
		max-width: 100%;
	}
	.unique-access-pages-header {
		margin-bottom: 48px;
	}
	.unique-access-page-footer {
		margin-top: 48px;
	}
	.permissions-denied-container {
		left: -15px;
		right: -15px;
	}
	.permissions-denied-message {
		font-size: 18px;
		padding: 2rem 1rem;
	}
	.welcome-page-wrapper form .form-group:last-of-type {
		margin-bottom: 48px;
	}
}

@media (max-width: 480px) {
	.c-table-filter-elements-container {
		flex-direction: column;
	}
	.c-table-filter-elements {
		display: flex;
	}
	.custom-a {
		max-width: 100%;
	}
	.create-access-form .btn {
		max-width: 100%;
	}
	.permissions-denied-message {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.permissions-denied-icon .feather {
		margin-right: 0;
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 360px) {
	.c-table-filter-container {
		flex-direction: column;
	}
	.c-table-filter-elements {
		display: block;
	}
}
