
body {
	margin-bottom: 48px;
}

button {
	outline: transparent solid 0;
}

.btn.btn-block {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-inherit {
	color: inherit !important;
}

/*.list-group-item:nth-child(odd) {
	background-color: #f5f5f5;
}*/

.far.float-right, .fas.float-right {
	line-height: inherit !important;
}

a.angle-right {
	padding-right: 32px;
}

a.angle-right:after {
	color: inherit;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	margin-top: -16px;
	position: absolute;
	right: 12px;
	top: 50%;
}

a.control-next {
	bottom: 0;
	color: #ffffff !important;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 44px;
}

a.control-prev {
	bottom: 0;
	color: #ffffff !important;
	position: absolute;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 44px;
}

.control-indicators {
	bottom: 48px;
	color: #ffffff;
	font-size: 0.9em;
	position: fixed;
	text-align: center;
	width: 100%;
}

.index-a {
	background-color: #7ab388;
	bottom: 48px;
	color: #ffffff;
	left: 0;
	/* Because of a.control-prev */
	padding: 0 44px;
	position: fixed;
	top: 0;
	width: 100%;
}

.index-a .img-fluid {
	height: 160px;
	width: 160px;
}

.index-b {
	background-color: #f0855b;
	bottom: 48px;
	color: #ffffff;
	left: 0;
	/* Because of a.control-prev */
	padding: 0 44px;
	position: fixed;
	top: 0;
	width: 100%;
}

.index-c {
	background-color: #7ab388;
	bottom: 48px;
	color: #ffffff;
	left: 0;
	/* Because of a.control-prev */
	padding: 0 44px;
	position: fixed;
	top: 0;
	width: 100%;
}

.index-c .btn-block {
	max-width: 364px;
}

/* Loaders
/* -------- */
.loader img {
	height: 48px;
	width: 48px;
}

.btn-eye {
	position: absolute;
	right: 54px;
	top: 10px;
}

.btn-rounded {
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
}

.btn-star {
	position: absolute;
	right: 10px;
	top: 10px;
}

a.pseudo-link {
	color: inherit !important;
}


/* Footer
/* ------- */
.footer {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1030;
}

.footer .btn {
	border-radius: 0 !important;
}

.footer .btn .fas {
	display: block;
	font-size: 16px;
	line-height: 20px;
}

.footer .btn span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

/*
 * Toggle switch
 */
.bs-switch {
	display: block;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding-left: 48px;
	position: relative;
}

.bs-switch input {
	display: none;
}

.bs-switch-slider {
	background-color: #fff;
	border-radius: 16px; /* 34 */
	box-shadow: 0 0 2px rgba(0,0,0,.3);
	cursor: pointer;
	height: 28px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: .4s;
	transition: .4s;
	width: 48px;
}

.bs-switch-slider:before {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
	content: "";
	height: 26px;
	left: 0;
	position: absolute;
	top: 1px;
	-webkit-transition: .4s;
	transition: .4s;
	width: 28px;
}

input:checked + .bs-switch-slider {
	background-color: var(--green);
	box-shadow: 0 0 2px var(--green);
}

input:checked + .bs-switch-slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
