.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

.loader
{
	display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.custom-footer-logo
{
	display: none;
}

.header-logo
{
	width: 100%;
	max-width: 100px;
}

#appCapsule
{
	/*padding-top: 50px !important;*/
	height: 100%;
}

.owl-carousel.owl-carousel-page-membership .owl-dots
{
	bottom: 150px;
}

.carousel-button-footer.carousel-button-footer-page-membership
{
	margin-bottom: 60px;
}

.form-button-group.form-button-group-custom
{
	bottom: 60px;
}

.form-button-group.form-button-group-custom-full
{
	z-index: 1040;
}

.account_type_img
{
	width: 20px;
}

.account_type_img2
{
	width: 15px;
	margin-right: 10px;
}

#qrcodeCanvas canvas
{
	/*width: 100%;*/
	position: relative;
	top: 25%;
}

.modal-dialog.modal-dialog-qrcode
{
	margin: 0;
}

.modal-dialog.modal-dialog-qrcode .modal-content
{
	border-radius: 0;
}

.voucher_title
{
	display: block;
	font-size: 11px;
	font-weight: normal;
}

.appBottomMenu.bg-light
{
	background: rgba(255, 255, 255, 0.95) !important
}

.subtitle.subtitle-custom
{
	line-height: 5px;
	font-size: 14px;
}

.cursor-pointer
{
	cursor: pointer;
}

.appCapsule-page-login#appCapsule
{
	padding-top: 15px;
}

.home_news_title
{
	min-height: 100px;
}

.card-body.app-features
{
	/*min-height: 200px;*/
}

.app-features ion-icon
{
	font-size: 60px;
}

.app-features i
{
	font-size: 50px;
	margin: 12px 0;
}

.item.home_item2 strong,
.item.home_item3 strong,
.item.home_item4 strong
{
	font-size: 20px;
	font-weight: bold;
}

.item.home_item1 img
{
	width: 21px;
	position: relative;
	top: 5px;
}

.item.home_item1 label
{
	position: relative;
	top: 7px;
}

.item.menu-active strong
{
	font-weight: bold;
	text-decoration: underline;
}

.section-voucher .card-body
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.news_empty ion-icon
{
	font-size: 50px;
}

.news_empty h6
{
	margin-top: 5px;
}

.news_empty
{
	text-align: center;
	margin: 30px 0;
}

.news_wrapper img
{
	border-radius: 0 !important;
}

.news_text p
{
	color: black;
}

.outlet_add
{
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}

.outlet-wrapper img
{
	box-shadow: 2px 2px 5px #c6c6c6;
}

.btn-yellow
{
	background: yellow;
	border-color: #f5f562;
}