/*
|------------------------------------------------------------------------------
| Splash Screen
|------------------------------------------------------------------------------
*/
.page[data-page=splash] .splash {
	align-items: center;
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-around;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=splash] .splash .splash-media {
	margin: 32px 0;
	padding: 0 16px;
}


.page[data-page=splash] .splash-media .logo {
	height: 40px;
	width: auto;
}

.page[data-page=splash] .splash-media .logo * {
	fill-opacity: 0;
	opacity: 0;
	stroke-width: 10px;
  transition: fill-opacity 1s;
}

.page[data-page=splash] .splash-media .logo.animation-begin * {
	opacity: 1;
}

.page[data-page=splash] .splash-media .logo.animation-finish * {
  fill-opacity: 1;
	stroke-width: 1px;
}

.page[data-page=splash] .splash .splash-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
}

.page[data-page=splash] .splash-preloader .preloader {
	height: 32px;
	width: 32px;
}


/*
|------------------------------------------------------------------------------
| Payment 
|------------------------------------------------------------------------------
*/
.page[data-page=payment] .profile-header {
	align-items: center;
	background-color: #B91817;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
}

.page[data-page=payment] .profile-header .user-height {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=payment] .profile-header .user-weight {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=payment] .profile-header .user-avatar  {
	display: inline;
}

.page[data-page=payment] .profile-header .user-avatar img {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}

.page[data-page=payment] .profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=payment] .profile-header .user-actions {
	margin-top: 8px;
	width: 100%;
}

.page[data-page=payment] .request-container {
	height: calc(100% - 206px);
	width: 100%;
	overflow-y: scroll;
}

.page[data-page=payment] .request-container .request-holder {
	max-width: 800px;
	margin: auto;
	overflow: hidden;
}

.page[data-page=payment] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=payment] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=payment] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=payment] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=payment] .activity-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: calc(40% - 60px);
}

.page[data-page=payment] .activity-preloader .preloader {
	height: 32px;
	width: 32px;
}

.page[data-page=payment] .cc_brand {
    height: 30px;
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
    width: 47px;
}

/*
|------------------------------------------------------------------------------
| Password 
|------------------------------------------------------------------------------
*/
.page[data-page=password] .profile-header {
	align-items: center;
	background-color: #B91817;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
}

.page[data-page=password] .profile-header .user-height {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=password] .profile-header .user-weight {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=password] .profile-header .user-avatar  {
	display: inline;
}

.page[data-page=password] .profile-header .user-avatar img {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}

.page[data-page=password] .profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=password] .profile-header .user-actions {
	margin-top: 8px;
	width: 100%;
}

.page[data-page=password] .request-container {
	height: calc(100% - 206px);
	width: 100%;
	overflow-y: scroll;
}

.page[data-page=password] .request-container .request-holder {
	max-width: 800px;
	margin: auto;
	overflow: hidden;
}

.page[data-page=password] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=password] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=password] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=password] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=password] .activity-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: calc(40% - 60px);
}

.page[data-page=password] .activity-preloader .preloader {
	height: 32px;
	width: 32px;
}

.page[data-page=password] .cc_brand {
    height: 30px;
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);
    width: 47px;
}


/*
|------------------------------------------------------------------------------
| Request 
|------------------------------------------------------------------------------
*/


.page[data-page=request] .profile-header {
	align-items: center;
	background-color: #B91817;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px ;
	padding-bottom: 16px ;
	padding-left: 16px ;
	padding-right: 16px ;
	text-align: center;
}

.page[data-page=request] .profile-header .user-height {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=request] .profile-header .user-weight {
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=request] .profile-header .user-avatar  {
	display: inline;
}

.page[data-page=request] .profile-header .user-avatar img {
	border: 2px solid #FFFFFF;
	height: 100px;
	width: 100px;
	background-size:     cover;       
    background-repeat:   no-repeat;
    background-position: center center;
}

.page[data-page=request] .profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	color: #ffffff;
	font-weight: bold;
}

.page[data-page=request] .profile-header .user-actions {
	margin-top: 8px;
	width: 100%;
}

.page[data-page=request] .request-container {
	height: calc(100% - 206px);
	width: 100%;
	overflow-y: scroll;
}

.page[data-page=request] .request-container .request-holder {
	max-width: 800px;
	margin: auto;
	overflow: hidden;
}

.page[data-page=request] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page=request] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page=request] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page=request] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}



.page[data-page=request] .activity-preloader {
	margin: 32px 0;
	opacity: 1;
	padding: 0 16px;
	transition: opacity 1s;
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: calc(40% - 60px);
}

.page[data-page=request] .activity-preloader .preloader {
	height: 32px;
	width: 32px;
}


/*
|------------------------------------------------------------------------------
| Denied
|------------------------------------------------------------------------------
*/
.page[data-page=denied] .toolbar  {
	top: 0;
	font-size: 20px; 
	text-align : center; 
	padding-top: 6px; 
	font-variant: small-caps;
}

.page[data-page=denied] .toolbar .message {
	text-align: center;
	font-weight: bold;
}

.page[data-page=denied] .profile {
	align-items: center;
	background-color: #2E2B33;
	background-image: url('../img/bg-profile.svg');
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 16px;
	text-align: center;
}

.page[data-page=denied] .profile .user-avatar {
	border: 3px solid #FFFFFF;
	height: 100px;
	width: auto;
}

.page[data-page=denied] .profile .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
	font-variant: small-caps;
}

.page[data-page=denied] .content-section {
	max-width: 400px; 
	margin: auto;
}

.page[data-page=denied] .content-section .alert {
	padding: 0px;
}

.page[data-page=denied] .content-section .content-block .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
} 



/*
|------------------------------------------------------------------------------
| Log In
|------------------------------------------------------------------------------
*/
.page[data-page=login] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=login] .page-content > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=login] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}

.page[data-page=login] input[name=password] {
	padding-right: 42px;
}

.page[data-page=login] .item-after.show-hide-password {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 12px;
}



















































/*
|------------------------------------------------------------------------------
| Device Disabled
|------------------------------------------------------------------------------
*/

.page[data-page=device-disabled] .device-disabled-container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=device-disabled] .device-disabled-media img {
	height: auto;
	width: 160px;
	margin: 10px;
}

.page[data-page=device-disabled] .device-disabled-media i {
	font-size: 128px;
}

.page[data-page=device-disabled] .device-disabled-title {
	font-size: 24px;
	line-height: 28px;
	font-variant: small-caps;
}

.page[data-page=device-disabled] .device-disabled-message {
	font-size: 14px;
	font-weight: bold;
}

.page[data-page=device-disabled] .device-disabled-message a {
	margin-top: 15px;
	text-decoration: none; 
	color: #ffffff;
}

.page[data-page=device-disabled] .device-disabled-goback {
	margin-top: 15px;
}

.page[data-page=device-disabled] .device-disabled-goback a {
	text-decoration: none; 
	color: #ffffff;
}

/*
|------------------------------------------------------------------------------
| Device Unknow
|------------------------------------------------------------------------------
*/

.page[data-page=device-unknow] .device-unknow-container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=device-unknow] .device-unknow-media img {
	height: auto;
	width: 160px;
	margin: 10px;
}

.page[data-page=device-unknow] .device-unknow-media i {
	font-size: 128px;
}

.page[data-page=device-unknow] .device-unknow-title {
	font-size: 24px;
	line-height: 28px;
	font-variant: small-caps;
}

.page[data-page=device-unknow] .device-unknow-message {
	font-size: 14px;
	font-weight: bold;
}


.page[data-page=device-unknow] .device-unknow-message a {
	margin-top: 15px;
	text-decoration: none; 
	color: #ffffff;
}

.page[data-page=device-unknow] .device-unknow-goback {
	margin-top: 15px;
}

.page[data-page=device-unknow] .device-unknow-goback a {
	text-decoration: none; 
	color: #ffffff;
}

/*
|------------------------------------------------------------------------------
| Log In
|------------------------------------------------------------------------------
*/
.page[data-page=login] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.page[data-page=login] .page-content > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=login] .logo {
	display: block;
	width: 200px;
	margin: 0 auto;
	height: auto;
}

.page[data-page=login] input[name=password] {
	padding-right: 42px;
}

.page[data-page=login] .item-after.show-hide-password {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 12px;
}


/*
|------------------------------------------------------------------------------
| Home
|------------------------------------------------------------------------------
*/

.page[data-page=request] .slider-hero .swiper-slide {
	background-color: #F1F2F1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 320px;
	height: 50vh;
	position: relative;
}

.page[data-page=request] .slider-hero .swiper-slide:before {
	background-color: rgba(128, 128, 128, 0.5);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page[data-page=request] .slider-hero .slide-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 16px;
	position: relative;
	text-align: center;
}

.page[data-page=request] .slider-hero .slide-title {
	color: #FFFFFF;
	font-family: 'Roboto Slab';
	font-size: 20px;
}

.page[data-page=request] .slider-hero .slide-text {
	color: rgba(255, 255, 255, 0.87);
}

.page[data-page=request] .slider-hero .slide-actions {
	margin-bottom: 16px;
	margin-top: 16px;
}

.page[data-page=request] .slider-hero .slide-actions .button {
	text-transform: capitalize;
}

.page[data-page=request] .slider-hero .swiper-pagination-bullet {
  background-color: #000000;
}

.page[data-page=request] .slider-hero .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.page[data-page=request] .section-features .content-block-title {
	font-family: 'Roboto Slab';
	font-size: 20px;
	overflow: hidden;
}

.page[data-page=request] .section-features .features-list .item-title {
	font-family: 'Roboto Slab';
}	

.page[data-page=request] .section-features .features-list .item-text {
	font-size: 13px;
	-webkit-line-clamp: 5;
	max-height: initial;
}

.page[data-page=request] .section-features .features-list .item-media i {
	color: #B91817;
	font-size: 48px;
}

.theme-red .page[data-page=request] .section-features .features-list .item-media i {	color: #F44336; }
.theme-pink .page[data-page=request] .section-features .features-list .item-media i {	color: #E91E63; }
.theme-purple .page[data-page=request] .section-features .features-list .item-media i {	color: #9C27B0; }
.theme-deeppurple .page[data-page=request] .section-features .features-list .item-media i {	color: #673AB7; }
.theme-indigo .page[data-page=request] .section-features .features-list .item-media i {	color: #3F51B5; }
.theme-blue .page[data-page=request] .section-features .features-list .item-media i {	color: #2196F3; }
.theme-lightblue .page[data-page=request] .section-features .features-list .item-media i {	color: #03A9F4; }
.theme-cyan .page[data-page=request] .section-features .features-list .item-media i {	color: #00BCD4; }
.theme-teal .page[data-page=request] .section-features .features-list .item-media i {	color: #009688; }
.theme-green .page[data-page=request] .section-features .features-list .item-media i {	color: #4CAF50; }
.theme-lightgreen .page[data-page=request] .section-features .features-list .item-media i {	color: #8BC34A; }
.theme-lime .page[data-page=request] .section-features .features-list .item-media i {	color: #CDDC39; }
.theme-yellow .page[data-page=request] .section-features .features-list .item-media i {	color: #FFEB3B; }
.theme-amber .page[data-page=request] .section-features .features-list .item-media i {	color: #FFC107; }
.theme-orange .page[data-page=request] .section-features .features-list .item-media i {	color: #FF9800; }
.theme-deeporange .page[data-page=request] .section-features .features-list .item-media i {	color: #FF5722; }
.theme-brown .page[data-page=request] .section-features .features-list .item-media i {	color: #795548; }
.theme-gray .page[data-page=request] .section-features .features-list .item-media i {	color: #9E9E9E; }
.theme-bluegray .page[data-page=request] .section-features .features-list .item-media i {	color: #607D8B; }
.theme-white .page[data-page=request] .section-features .features-list .item-media i {	color: #FFFFFF; }
.theme-black .page[data-page=request] .section-features .features-list .item-media i {	color: #000000; }

.layout-dark .page[data-page=request] .section-features .features-list .item-media i {
	color: rgba(255, 255, 255, 0.87);
}



/*
|------------------------------------------------------------------------------
| Notifications
|------------------------------------------------------------------------------
*/

.page[data-page=notifications] .list-block.list-block-notifications {
	margin-bottom: 0;
	margin-top: 0;
}

.page[data-page=notifications] .list-block.list-block-notifications .list-group-title {
	background-color: #E4E4E4;
}

.layout-dark .page[data-page=notifications] .list-block.list-block-notifications .list-group-title {
	background-color: #1A1A1A;
}

.page[data-page=notifications] .list-block.list-block-notifications li:not(.list-group-title):before {
	content: '';
  display: block;
  height: 100%;
	left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page[data-page=notifications] .list-block.list-block-notifications li.read:before {
	background-color: rgba(0, 0, 0, 0);
}

.page[data-page=notifications] .list-block.list-block-notifications li.unread:before {
	background-color: rgba(192, 192, 192, 0.2);
}

.layout-dark .page[data-page=notifications] .list-block.list-block-notifications li.unread:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.page[data-page=notifications] .list-block.list-block-notifications.media-list .item-media:last-child {
	margin-right: 16px;
}

.page[data-page=notifications] .list-block.list-block-notifications.media-list .item-media img {
	max-width: 48px;
}

.page[data-page=notifications] .list-block.list-block-notifications .item-title {
	-webkit-box-orient: vertical;
	color: #333333;
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	line-height: 17px;
	margin-bottom: 5px;
	white-space: normal;
}

.layout-dark .page[data-page=notifications] .list-block.list-block-notifications .item-title {
	color: #888888;
}

.page[data-page=notifications] .list-block.list-block-notifications .item-subtitle {
	-webkit-box-orient: vertical;
	color: #777777;
	display: -webkit-box;
	font-size: 12px;
	font-style: italic;
	-webkit-line-clamp: 2;
	line-height: 17px;
	margin-bottom: 5px;
	white-space: normal;
}

.page[data-page=notifications] .list-block.list-block-notifications .item-text {
	font-size: 11px;
	height: 100%;
	-webkit-line-clamp: 2;
	line-height: 15px;
}

.layout-dark .page[data-page=notifications] .list-block.list-block-notifications .item-text {
	color: #AAAAAA;
}
	
/*
|------------------------------------------------------------------------------
| OTP Verification
|------------------------------------------------------------------------------
*/

.page[data-page=otp-verification] .numpad-wrapper {
  margin-bottom: 0;
  position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
}

.page[data-page=otp-verification] .otp-digit {
	align-items: center;
	background-color: #9E9E9E;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-flex;
	font-size: 24px;
	font-weight: bold;
	height: 32px;
	justify-content: center;
	padding: 8px;
	vertical-align: top;
	width: 32px;
}

.page[data-page=otp-verification] .otp-digit.filled {
	background-color: #B91817;
}

.theme-red .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #F44336;
}

.theme-pink .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #E91E63;
}

.theme-purple .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #9C27B0;
}

.theme-deeppurple .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #673AB7;
}

.theme-indigo .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #3F51B5;
}

.theme-blue .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #2196F3;
}

.theme-lightblue .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #03A9F4;
}

.theme-cyan .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #00BCD4;
}

.theme-teal .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #009688;
}

.theme-green .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #4CAF50;
}

.theme-lightgreen .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #8BC34A;
}

.theme-lime .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #CDDC39;
}

.theme-yellow .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #FFEB3B;
}

.theme-amber .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #FFC107;
}

.theme-orange .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #FF9800;
}

.theme-deeporange .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #FF5722;
}

.theme-brown .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #795548;
}

.theme-gray .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #9E9E9E;
}

.theme-bluegray .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #607D8B;
}

.theme-white .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #FFFFFF;
}

.theme-black .page[data-page=otp-verification] .otp-digit.filled {
	background-color: #000000;
}

/*
|------------------------------------------------------------------------------
| Pattern Lock
|------------------------------------------------------------------------------
*/

.page[data-page=pattern-lock] .page-content {
	background-color: #222222;
	background-image: url(https://source.unsplash.com/fLihgcZE7bM);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
}

.page[data-page=pattern-lock] .date-time .time {
	font-size: 28px;
  font-weight: 400;
}

.page[data-page=pattern-lock] .date-time .day {
	font-size: 24px;
}

.page[data-page=pattern-lock] .date-time .date {
	font-size: 18px;
  font-weight: 400
}

.page[data-page=pattern-lock] .pattern-lock {
	bottom: 0;
	position: absolute;
  width: 100%;
}

.page[data-page=pattern-lock] .pattern-container {
	margin: 0 auto;
}

.page[data-page=pattern-lock] .patt-holder {
	background-color: transparent;
}

.page[data-page=pattern-lock] .patt-lines {
	background-color: rgba(185, 195, 199, 0.7);
}

.page[data-page=pattern-lock] .patt-circ.hovered{
	border-color: #4CAF50;
}

.page[data-page=pattern-lock] .patt-error .patt-circ.hovered{
	border-color: #F44336;
}

.page[data-page=pattern-lock] .patt-dots {
	background-color: #B91817;
}

.theme-red .page[data-page=pattern-lock] .patt-dots { background-color: #F44336; }
.theme-pink .page[data-page=pattern-lock] .patt-dots { background-color: #E91E63; }
.theme-purple .page[data-page=pattern-lock] .patt-dots { background-color: #9C27B0; }
.theme-deeppurple .page[data-page=pattern-lock] .patt-dots { background-color: #673AB7; }
.theme-indigo .page[data-page=pattern-lock] .patt-dots { background-color: #3F51B5; }
.theme-blue .page[data-page=pattern-lock] .patt-dots { background-color: #2196F3; }
.theme-lightblue .page[data-page=pattern-lock] .patt-dots { background-color: #03A9F4; }
.theme-cyan .page[data-page=pattern-lock] .patt-dots { background-color: #00BCD4; }
.theme-teal .page[data-page=pattern-lock] .patt-dots { background-color: #009688; }
.theme-green .page[data-page=pattern-lock] .patt-dots { background-color: #4CAF50; }
.theme-lightgreen .page[data-page=pattern-lock] .patt-dots { background-color: #8BC34A; }
.theme-lime .page[data-page=pattern-lock] .patt-dots { background-color: #CDDC39; }
.theme-yellow .page[data-page=pattern-lock] .patt-dots { background-color: #FFEB3B; }
.theme-amber .page[data-page=pattern-lock] .patt-dots { background-color: #FFC107; }
.theme-orange .page[data-page=pattern-lock] .patt-dots { background-color: #FF9800; }
.theme-deeporange .page[data-page=pattern-lock] .patt-dots { background-color: #FF5722; }
.theme-brown .page[data-page=pattern-lock] .patt-dots { background-color: #795548; }
.theme-gray .page[data-page=pattern-lock] .patt-dots { background-color: #9E9E9E; }
.theme-bluegray .page[data-page=pattern-lock] .patt-dots { background-color: #607D8B; }
.theme-white .page[data-page=pattern-lock] .patt-dots { background-color: #FFFFFF; }
.theme-black .page[data-page=pattern-lock] .patt-dots { background-color: #000000; }

.page[data-page=pattern-lock] .patt-dots {
	background-color: #FFFFFF;
}

/*
|------------------------------------------------------------------------------
| Privacy Policy
|------------------------------------------------------------------------------
*/

.page[data-page=privacy-policy] .content-block-title {
	font-family: 'Roboto Slab';
	font-size: 15px;
	overflow: hidden;
}

.page[data-page=privacy-policy] .content-block {
	margin-bottom: 0;
}

.page[data-page=privacy-policy] .content-block:last-child {
	margin-bottom: 32px;
}

/*
|------------------------------------------------------------------------------
| Products List
|------------------------------------------------------------------------------
*/

.page[data-page=products-list] .page-content > .content-block {
	margin: 8px 0;
}

.page[data-page=products-list] .row [class*='col-'] {
	margin-bottom: 8px;
	margin-top: 8px;
}

.page[data-page=products-list] .row [class*='tablet-'] {
	margin-bottom: 8px;
	margin-top: 8px;
}

.page[data-page=products-list] .product-wrapper {
	background-color: #F1F2F1;
	box-sizing: border-box;
	padding: 16px;
}

.layout-dark .page[data-page=products-list] .product-wrapper {
	background-color: #333333;
}

.page[data-page=products-list] .product-label {
	text-align: left;
}

.page[data-page=products-list] .product-label .veg {
	color: #27AE60;
}

.page[data-page=products-list] .product-label .non-veg {
	color: #C0392B;
}

.page[data-page=products-list] .product-pack {
	text-align: right;
}

.page[data-page=products-list] .product-image {
	margin-bottom: 8px;
	margin-top: 8px;
}

.page[data-page=products-list] .product-image img {
	display: block;
	height: 128px;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}

.page[data-page=products-list] .product-name {
	font-size: 15px;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
}

.page[data-page=products-list] .product-price {
	margin-top: 8px;
	text-align: center;
}

.page[data-page=products-list] .product-price .original-price {
	margin-right: 8px;
	text-decoration: line-through;
}

.page[data-page=products-list] .product-actions {
	margin-top: 24px;
}

/*
|------------------------------------------------------------------------------
| Product Details
|------------------------------------------------------------------------------
*/

.page[data-page=product-details] .page-content {
	height: calc(100% - 48px);
  padding-top: 56px !important;
}

.page[data-page=product-details] .slider-product {
  position: relative;
}

.page[data-page=product-details] .slider-product .swiper-slide {
  height: 0;
  padding-bottom: 56.25%;
	position: relative;
}

.page[data-page=product-details] .slider-product .swiper-slide .slide-image-wrapper {
	background-color: #F1F2F1;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page[data-page=product-details] .slider-product .swiper-slide .slide-image-wrapper img {
  display: block;
	height: 100%;
	margin: 0 auto;
	width: auto;
}

.page[data-page=product-details] .slider-product .swiper-button-next,
.page[data-page=product-details] .slider-product .swiper-button-prev {
	background-size: 18px 33px;
	height: 33px;
	width: 18px;
}

.page[data-page=product-details] .product-name {
	margin-bottom: 8px;
}

.page[data-page=product-details] .product-price-final {
	font-size: 16px;
	font-weight: bold;
}

.page[data-page=product-details] .product-price-original {
	font-size: 12px;
	text-decoration: line-through;
}

.page[data-page=product-details] #tab-specifications .data-table-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.page[data-page=product-details] #tab-reviews .ratings-list .rating-title {
	font-size: 12px;
	width: 48px;
}

.page[data-page=product-details] #tab-reviews .ratings-list .rating-value {
	font-size: 12px;
	margin-left: 8px;
	text-align: right;
	width: 16px;
}

.page[data-page=product-details] #tab-reviews .reviews-list .item-media img {
	width: 40px;
}

.page[data-page=product-details] #tab-reviews .reviews-list .item-title {
	font-size: 14px;
}

.page[data-page=product-details] #tab-reviews .reviews-list .item-subtitle {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 12px;
	font-style: italic;
	-webkit-line-clamp: 2;
	line-height: 17px;
	white-space: normal;
}

.page[data-page=product-details] #tab-reviews .reviews-list .item-text {
	font-size: 11px;
}

.page[data-page=product-details] .toolbar-bottom .button {
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	width: 50%;
}

.popup-product-rate-review .rating.jq-ry-container {
	padding: 0;
}

.popup-product-rate-review input[name=rating] {
	display: none;
}

/*
|------------------------------------------------------------------------------
| Recipe
|------------------------------------------------------------------------------
*/

.page[data-page=recipe] .slider-recipe {
  position: relative;
}

.page[data-page=recipe] .slider-recipe .swiper-slide {
  height: 0;
  padding-bottom: 56.25%;
	position: relative;
}
.page[data-page=recipe] .slider-recipe .swiper-slide .slide-image-wrapper {
  height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page[data-page=recipe] .slider-recipe .swiper-slide .slide-image-wrapper img {
  height: auto;
	width: 100%;
}

.page[data-page=recipe] .slider-recipe .recipe-title {
	bottom: 0;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.87);
	font-size: 18px;
	padding: 8px;
	position: absolute;
  text-align: center;
  width: 100%;
	z-index: 1000;
}

.page[data-page=recipe] .slider-recipe .swiper-button-next,
.page[data-page=recipe] .slider-recipe .swiper-button-prev {
	background-size: 18px 33px;
	height: 33px;
	width: 18px;
}

.page[data-page=recipe] .ingredients-list .ingredient {
	font-style: italic;
}

.page[data-page=recipe] .ingredients-list .ingredient .item-title {
	white-space: normal;
}

.page[data-page=recipe] .ingredients-list .ingredient .quantity {
	font-weight: bold;
}

.page[data-page=recipe] .ingredients-list .ingredient .name {
	font-size: 13px;
}

.page[data-page=recipe] .nutrition-facts-list .nutrition-fact {
	font-size: 14px;
}

.page[data-page=recipe] .directions-list .item-media + .item-inner {
	margin-left: 0;
}

.page[data-page=recipe] .directions-list .direction {
	font-style: italic;
	white-space: normal;
}

.page[data-page=recipe] .directions-list .direction .bullet {
	font-size: 12px;
}

.page[data-page=recipe] .directions-list .direction .item-title {
	white-space: normal;
}

.page[data-page=recipe] .directions-list .direction .step {
	font-size: 14px;
}

.page[data-page=recipe] .directions-list .direction .note {
	color: #B4B4B4;
	font-size: 11px;
}

.page[data-page=recipe] .speed-dial.social-share .share-facebook {
	background-color: #3B5998;
}

.page[data-page=recipe] .speed-dial.social-share .share-twitter {
	background-color: #1DA1F2;
}

.page[data-page=recipe] .speed-dial.social-share .share-pinterest {
	background-color: #BD081C;
}

/*
|------------------------------------------------------------------------------
| Side Panel
|------------------------------------------------------------------------------
*/

.panel-left .list-block .item-link .item-inner {
	background-image: none;
}

.panel .panel-header {
	background-color: #B91817;
	color: rgba(255, 255, 255, 0.87);
	padding: 16px;
}

.theme-red .panel .panel-header {
	background-color: #F44336;
}

.theme-pink .panel .panel-header {
	background-color: #E91E63;
}

.theme-purple .panel .panel-header {
	background-color: #9C27B0;
}

.theme-deeppurple .panel .panel-header {
	background-color: #673AB7;
}

.theme-indigo .panel .panel-header {
	background-color: #3F51B5;
}

.theme-blue .panel .panel-header {
	background-color: #2196F3;
}

.theme-lightblue .panel .panel-header {
	background-color: #03A9F4;
}

.theme-cyan .panel .panel-header {
	background-color: #00BCD4;
}

.theme-teal .panel .panel-header {
	background-color: #009688;
}

.theme-green .panel .panel-header {
	background-color: #4CAF50;
}

.theme-lightgreen .panel .panel-header {
	background-color: #8BC34A;
}

.theme-lime .panel .panel-header {
	background-color: #CDDC39;
}

.theme-yellow .panel .panel-header {
	background-color: #FFEB3B;
}

.theme-amber .panel .panel-header {
	background-color: #FFC107;
}

.theme-orange .panel .panel-header {
	background-color: #FF9800;
}

.theme-deeporange .panel .panel-header {
	background-color: #FF5722;
}

.theme-brown .panel .panel-header {
	background-color: #795548;
}

.theme-gray .panel .panel-header {
	background-color: #9E9E9E;
}

.theme-bluegray .panel .panel-header {
	background-color: #607D8B;
}

.theme-white .panel .panel-header {
	background-color: #FFFFFF;
}

.theme-black .panel .panel-header {
	background-color: #000000;
}

.panel .user-info {
	text-align: center;
}

.panel .user-info .user-photo {
	border: 2px solid #FFFFFF;
}

.panel .user-info .user-name {
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.panel .user-info .user-location {
	font-size: 10px;
	text-transform: uppercase;
}

/*
|------------------------------------------------------------------------------
| Sign Up
|------------------------------------------------------------------------------
*/

.page[data-page=signup] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
	text-align: center;
}

.page[data-page=signup] .page-content > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.page[data-page=signup] .logo {
	height: 144px;
	width: auto;
}

.popup-signup-email .container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
}

.popup-signup-email .container > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}

.popup-signup-email .logo {
	display: block;
	height: 144px;
	margin: 0 auto;
	width: auto;
}

.popup-signup-email input[name=password] {
	padding-right: 42px;
}

.popup-signup-email .item-after.show-hide-password {
	display: inline-block;
	position: absolute;
	right: 16px;
	top: 12px;
}




/*
|------------------------------------------------------------------------------
| Terms of Service
|------------------------------------------------------------------------------
*/

.page[data-page=terms] .content-block-title {
	font-family: 'Roboto Slab';
	font-size: 15px;
	overflow: hidden;
}

.page[data-page=terms] .content-block {
	margin-bottom: 0;
}

.page[data-page=terms] .content-block:last-child {
	margin-bottom: 32px;
}

/*
|------------------------------------------------------------------------------
| Schedule
|------------------------------------------------------------------------------
*/


.page[data-page="schedule"] .header {
	background-color: #F1F2F1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../../assets/custom/mobile/img/schedule/logo.png')
}

.page[data-page="schedule"] .header {
	align-items: flex-start;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.87);
	display: flex;
	flex-direction: column;
	height: 50vh;
	justify-content: flex-end;
	padding: 16px;
}

.page[data-page="schedule"] .footer {
	height: 50px;
}


.page[data-page="schedule"] .header .title {

    font-size: 14px;

}
.page[data-page="schedule"] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page="schedule"] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page="schedule"] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page="schedule"] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

.page[data-page="schedule"] dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.page[data-page="schedule"] ul {
    list-style: none;
    margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day {
	float: left;
	/* display: inline-grid; */
	width: 14.2%;
	/* width: 13%; */
	padding: 0 2px 2px 0;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day h3 {
    background: #B91817;
    padding: 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day ul {
	margin: 0px;
	padding: 0px;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day ul li.schedule-class {
    display: block;
    background: #f4f3f3;
    line-height: 15px;
    padding: 5px;
    position: relative;
    min-height: 90px;
    margin-bottom: 2px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day ul li.schedule-class span {
    display: block;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day ul li.schedule-class span.class-title {
    text-transform: uppercase;
    display: block;
    margin: 2px 0;
    font-weight: bold;
}

.page[data-page="schedule"] ul.schedule-grid li.schedule-day ul li.schedule-class.reserved {
	color: #ffffff;
	background: #353535;
}
    
.page[data-page="schedule"] ul.schedule-grid li.schedule-day ul li.schedule-class.reserved a {
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	.page[data-page="schedule"] ul.schedule-grid li.schedule-day {
		width: 100% !important;
	}
	
	.page[data-page="schedule"] ul.schedule-grid li.schedule-day:last-child {
		margin-bottom: 30px;
	}
	
    .page[data-page="schedule"] ul.schedule-grid li.schedule-day ul {
     
    }
}


.page[data-page="schedule-grid-class"] {
	width: 100%;
	text-align: center;
	
}

.page[data-page="schedule-grid-class"] .header {
    display: block;
}

.page[data-page="schedule-grid-class"] .header .title {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 15px;
    text-align: center;
    color: #000;
    margin: 0 0 30px 0;
    line-height: 1.2;
    font-family: inherit;
}

.page[data-page="schedule-grid-class"] .header h5.title small {
    font-size: 50%;
    font-weight: 400;
}

.page[data-page="schedule-grid-class"] .schedule-room-line {
	width: 100%;
	display: block;
}

.page[data-page="schedule-grid-class"] .schedule-room-item {
	display: inline-block;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    color: #c4c4c4;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    position: relative;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    border-radius: 50%;
    vertical-align: middle;
    padding: 10px;
    margin: 5px;
    white-space: nowrap;
    line-height: 25px;
}

.page[data-page="schedule-grid-class"] .schedule-room-item.no-border {
    border: 0px;
}

.page[data-page="schedule-grid-class"] .schedule-room-item.object {
	border: 0px;
    padding: 0px;
}

.page[data-page="schedule-grid-class"] .schedule-room-item a {
    color: #c4c4c4;
    font-weight: bold;
    text-decoration: none;
}

.page[data-page="schedule-grid-class"] .schedule-room-item.reserved {
    color: #ffffff !important;
    background: #c4c4c4 !important;
    font-weight: bold;
}

.page[data-page="schedule-grid-class"] .schedule-room-item.selected {
    color: #ffffff !important;
    background: #000000 !important;
    font-weight: bold;
}

.page[data-page="schedule-grid-class"] .schedule-room-item.selected a {
    color: #ffffff !important;
}

/*
|------------------------------------------------------------------------------
| Página :: Logout
|------------------------------------------------------------------------------
*/

.page[data-page=logout] .container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	padding: 16px;
	text-align: center;
}

.page[data-page=logout] .media img {
	height: auto;
	width: 160px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.page[data-page=logout] .media i {
	font-size: 128px;
}

.page[data-page=logout] .title {
  font-size: 24px;
  line-height: 28px;
}

.page[data-page=logout] .message {
  font-size: 13px;
}


/*
|------------------------------------------------------------------------------
| Cycle :: Heart Rate
|------------------------------------------------------------------------------
*/

.page[data-page=profile-monitor] .page-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-y: auto;
	text-align: center;
}

.page[data-page=profile-monitor] .page-content > :first-child {
	margin-top: auto !important;
	padding-top: 32px;
}


.page[data-page=profile-monitor] .logo {
	height: 80px;
	width: auto;
}

.page[data-page=profile-monitor] .monitor {
	height: 80px;
	width: auto;
}


/*
|------------------------------------------------------------------------------
| Page :: Profile
|------------------------------------------------------------------------------
*/

.page[data-page=profile] .profile-header {
	align-items: center;
	background-color: #2E2B33;
	background-image: url('../img/bg-profile.svg');
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 16px;
	text-align: center;
}

.page[data-page=profile] .profile-header .user-avatar {
	border: 3px solid #FFFFFF;
	height: 80px;
	width: auto;
}

.page[data-page=profile] .profile-header .user-name {
	color: rgba(255, 255, 255, 0.87);
	margin-bottom: 8px;
	margin-top: 8px;
}

.page[data-page=profile] .profile-header .user-actions {
	margin-top: 8px;
	width: 100%;
}




.page[data-page="cycle-performance"] .toolbar-bottom .button {
	border-radius: 0;
    height: 48px;
    line-height: 48px;
    width: 50%;
}

.page[data-page="cycle-performance"] .toolbar-bottom a {
	text-decoration: none;
}

.page[data-page="cycle-performance"] .toolbar-bottom .button.color-white {
	color: #000000;
	font-weight: bold;
}

.page[data-page="cycle-performance"] .toolbar-bottom .button.color-black {
	color: #ffffff;
	font-weight: bold;
}

/*
|------------------------------------------------------------------------------
| Settings
|------------------------------------------------------------------------------
*/
.user-avatar-42x42 {
	border: 2px solid #FFFFFF;
	height: 42px;
	width: 42px;
	background-size: cover;       
    background-repeat: no-repeat;
    background-position: center center;
}