@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-ThinItalic.ttf') format('truetype'); font-weight: 100; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Light.ttf') format('truetype'); font-weight: 300; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-LightItalic.ttf') format('truetype'); font-weight: 300; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Italic.ttf') format('truetype'); font-weight: 400; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-MediumItalic.ttf') format('truetype'); font-weight: 500; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-BoldItalic.ttf') format('truetype'); font-weight: 700; font-style: italic;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-Black.ttf') format('truetype'); font-weight: 900; font-style: normal;
}
@font-face {
	font-family: 'Roboto'; src: URL('../fonts/Roboto-BlackItalic.ttf') format('truetype'); font-weight: 900; font-style: italic;
}
body {
  padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
  padding-top: env(safe-area-inset-top); /* iOS 11.2 */
  margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
  margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
.animate {
  transition: transform 0.3s ease-out;
}
.message {
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 20px;
}



.landing-image {
    display: flex;
    padding: 0px 20px;
    box-sizing: border-box;
    flex: 1;
    align-items: center;
    justify-content: center;
}
.landing-image img {
    width: 100%;
    max-width: 500px;
}
.landing-title {
    font-size: 24px;
    padding: 0px 20px;
    text-align: center;
    color: #0887a5;
}
.landing-description {
    padding: 0px 20px;
    font-size: 13px;
    margin-top: 20px;
}
.landing-button {
    margin: 32px 20px 0px 20px;
}
.landing-link {
    margin: 32px 0px;
}


.signup-page-content {
    flex: 1;
    padding: 20px;
}

.phone-prefix {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox;      /* TWEENER - IE 10 */ 
	display: -webkit-flex;     /* NEW - Chrome */ 
	display: flex;
    align-items: center;
}
.phone-prefix-flag {
    height: 24px;
    margin-right: 4px;
}
.phone-prefix-flag > div {
    transform: scale(0.75);
    transform-origin: top left;
}
.phone-prefix-flag img {
    height: 100%;
}
.phone-prefix-number {
    font-weight: bold;
    font-size: 10px;
}
.phone-prefix-iso2 {
    color: #777;
    font-size: 10px;
    margin-right: 4px;
}




.cards-container {
  width: 100%;
  height: calc(50vw + 24px);
  flex: none;
  position: relative;
}
.cards-container ui-slider{
	width: 100%;
	height: 100%;
	position: absolute;
}
.card {
    width: calc(100% - 12px);
    height: 100%;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.card, .card.blue-card{
	background: rgb(30,87,153);
    background: -moz-linear-gradient(-45deg, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(135deg, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}
.card.silver-card{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2dfed+0,c8d7eb+26,bed0ea+51,a6c0e3+51,afc7e8+62,bad0ef+75,99b5db+88,799bc8+100;Grey+Blue+Gloss+%231 */
	background: rgb(210,223,237); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(210,223,237,1) 0%, rgba(200,215,235,1) 26%, rgba(190,208,234,1) 51%, rgba(166,192,227,1) 51%, rgba(175,199,232,1) 62%, rgba(186,208,239,1) 75%, rgba(153,181,219,1) 88%, rgba(121,155,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(210,223,237,1) 0%,rgba(200,215,235,1) 26%,rgba(190,208,234,1) 51%,rgba(166,192,227,1) 51%,rgba(175,199,232,1) 62%,rgba(186,208,239,1) 75%,rgba(153,181,219,1) 88%,rgba(121,155,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2dfed', endColorstr='#799bc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.charcoal-card{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.green-card{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
	background: rgb(180,221,180); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.orange-card{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card.teal-card{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93cede+0,75bdd1+41,49a5bf+100;Blue+3D+%235 */
	background: rgb(147,206,222); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.card-data {
    display: flex;
    align-items: start;
    overflow: hidden;
    justify-content: space-between;
}
.card-data-item {
    display: flex;
    flex-direction: column;
}
.card-data-item.card-owner {
    max-width: 50%;
    padding-right: 10px;
}
.card-data-item-label {
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
.card-data-item-value {
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-settings {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.card-setting {
    width: 100%;
    height: 44px;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    outline: none;
}
.card-settings-title {
    color: #0ea5a3;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 24px;
    margin: 12px 0px;
}
.card-settings-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px;
    box-sizing: border-box;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), -1px -1px 3px rgba(0, 0, 0, 0.1);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
md-icon.card-setting-icon {
    margin: 4px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: teal;
    min-width: 20px;
    min-height: 20px;
}
.card-setting-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.010em;
    line-height: 24px;
    color: teal;
}
.card-settings-item {
    display: flex;
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box;
    /* align-items: center; */
    height: 55px;
}
.card-settings-text {
    flex: 1;
}
.card-settings-icon {
    margin-right: 10px;
}
.card-setting-text-line-1 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
}
.card-setting-text-line-2 {
    font-size: 12px;
    letter-spacing: 0.020em;
    margin-top: 4px;
    color: #777;
    font-weight: 500;
}


.all-specialities {
    padding: 0px 12px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 12px;
}
.specialities-list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    overflow-x: hidden;
    margin-top: 12px;
}
.speciality {
    width: calc(50vw - 16px);
    background: #eee;
    border-radius: 6px;
    box-sizing: border-box;
    height: calc(50vw - 16px);
    margin-bottom: 8px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    outline: none;
    display: flex;
}
.speciality-name {
    position: absolute;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
    line-height: 1.3;
    bottom: 24px;
    left: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    word-break: break-word;
    color: white;
}
.speciality-caption {
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    height: 24px;
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0.020em;
    color: white;
}
.speciality-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
.speciality-picture {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}
.speciality-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border: 0px;
}



.providers-page .page-content {
    overflow: auto;
}

.providers-slider {
    padding: 0px 12px;
}
.page-subheader {
    font-size: 12px;
    letter-spacing: 0.020em;
    font-weight: bold;
}
.provider-cards {
    width: auto;
    box-sizing: border-box;
    height: calc(50vw - 24px);
    position: relative;
    white-space: nowrap;
    margin-top: 10px;
    overflow: hidden;
    overflow-x: scroll;
}
.provider-card {
    outline: none;
    width: calc(50vw - 24px);
    background: aliceblue;
    border-radius: 8px;
    box-sizing: border-box;
    height: calc(50vw - 24px);
    padding: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    background: -moz-linear-gradient(-45deg, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    background: linear-gradient(135deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=1 );
}
.provider-card-avatar {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
}
.provider-card-avatar img {
    width: 100%;
    height: 100%;
}
.provider-card-text {
    position: absolute;
    left: 0px;
    width: 100%;
    padding: 0px 10px;
    top: 52px;
    box-sizing: border-box;
}
.all-providers {
    padding: 0px 12px;
    margin-top: 24px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
}



.provider-list {
    margin-top: 12px;
    border-radius: 8px;
    overflow: auto;
    flex: 1;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
}
.provider {
    outline: none;
    background: aliceblue;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    text-decoration: none;
    width: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
     /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.provider-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: none;
    margin-right: 20px;
    overflow: hidden;
}
.provider-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.provider-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.provider-text-line-1 {
    color: black;
    font-weight: 500;
    font-size: 12px;
    white-space: break-spaces;
}
.provider-text-line-2 {
    color: #777;
    font-weight: 500;
    font-size: 11px;
    margin-top: 8px;
    white-space: break-spaces;
}
.provider-text-line-3 {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    font-size: 12px;
    margin-top: 12px;
}
.provider-favorite-button {
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none;
}


* {-webkit-tap-highlight-color: rgba(0,0,0,0);font-family: Roboto;box-shadow: 0 0 black;}/* make transparent link selection, adjust last value opacity 0 to 1.0 */
body {
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	overflow:hidden;
	background: transparent;
}
/* Portrait layout (default) */
.app {
    width: 100%;
    height: 100%;
    display: block;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    background: white;
}
.app-main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.profile-page-header {
    height: 200px;
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: center;
    display: flex;
}
.profile-page-header:after {
	content: "";
	position: absolute;
	width: 150vw;
	height: 150vw;
	background: #02b3b0;
	z-index: 0;
	border-radius: 50%;
	left: -25vw;
	bottom: 32px;
}
.page-toolbar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    width: 100%;
}
.toolbar {
    min-height: 50px;
    display: flex;
    align-items: center;
    top: 0px;
    z-index: 1;
    background: white;
    transition: 0.3s ease-in-out all;
    position: relative;
}
.toolbar.searching{
	margin-bottom: -62px;
}
.toolbar-icon-button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.toolbar-icon-button md-icon {
    color: #0887a5;
}


.auth-page-content {
    padding: 30px;
}

.home-page-content {}
.logout-button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logout-button md-icon {
    color: white;
    font-size: 32px;
    width: 32px;
    height: 32px;
}
.profile-page-title {
    width: 100%;
    height: 100px;
    font-size: 24px;
    color: white;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.profile-page-user-icon {
    width: 100px;
    height: 100px;
    background: white;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-page-user-icon md-icon {
    font-size: 72px;
    width: 72px;
    height: 72px;
    color: #02b3b0;
}



.searcher-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out all;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    background: white;
}
.searcher {
    height: 100%;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
    /* border-bottom: 1px solid #ccc; */
    /* background: #fafafa; */
    /* border-top: 1px solid #ccc; */
    box-sizing: border-box;
}
.searcher input {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
    border: none;
    outline: none;
    padding: 0px 12px;
    padding-left: 44px;
    border: 0px;
    font-size: 12px;
}
.searcher md-icon {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
    color: #0a605f;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searcher-wrapper.active {
    opacity: 1;
    pointer-events: all;
}
.searcher-clear-button {
    position: absolute;
    top: 0px;
    left: 0;
    width: 44px;
    height: 44px;
    display: flex;
    outline: none;
}
.searcher-clear-button md-icon {
    color: teal;
}

.app[animation='forward']  ui-view.ng-enter, .app[animation='forward'] ui-view.ng-leave {
	transition: transform .5s cubic-bezier(.25,.8,.25,1);
}
.app[animation='forward']  ui-view.ng-enter {
	transform:translateX(100%);
}
.app[animation='forward']  ui-view.ng-enter-active {
	transform:translateX(0%);
}
.app[animation='forward']  ui-view.ng-leave {
	transform:translateX(0%);
}
.app[animation='forward']  ui-view.ng-leave-active {
	transform:translateX(-100%);
}

.app[animation='backwards']  ui-view.ng-enter, .app[animation='backwards'] ui-view.ng-leave {
	transition: transform .5s cubic-bezier(.25,.8,.25,1);
}
.app[animation='backwards']  ui-view.ng-enter {
	transform:translateX(-100%);
}
.app[animation='backwards']  ui-view.ng-enter-active {
	transform:translateX(0%);
}
.app[animation='backwards']  ui-view.ng-leave {
	transform:translateX(0%);
}
.app[animation='backwards']  ui-view.ng-leave-active {
	transform:translateX(100%);
}


.app[animation='enter']  ui-view.ng-enter, app[animation='enter']  ui-view.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
.app[animation='enter']  ui-view.ng-enter {
  opacity: 0;
  -webkit-transform:scale3d(0.5, 0.5, 0.5);
  -moz-transform:scale3d(0.5, 0.5, 0.5);
  transform:scale3d(0.5, 0.5, 0.5);
}
.app[animation='enter']  ui-view.ng-enter-active {
  opacity: 1;
  -webkit-transform:scale3d(1, 1, 1);
  -moz-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
}
.app[animation='enter']  ui-view.ng-leave {
  opacity: 1; 
  -webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);
}
.app[animation='enter']  ui-view.ng-leave-active {
  opacity: 0;
  -webkit-transform:translate3d(100px, 0, 0);
  -moz-transform:translate3d(100px, 0, 0);
  transform:translate3d(100px, 0, 0);
}


.filter-button {
    outline: none;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-toolbar {
    justify-content: start;
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    /* padding: 0px 10px; */
    position: sticky;
    top: 0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#93cede+0,75bdd1+41,49a5bf+100;Blue+3D+%235 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    background: #0ea5a3;
    overflow: hidden;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30ccc6+1,0ea5a3+100 */
    background: rgb(48,204,198); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(48,204,198,1) 1%, rgba(14,165,163,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(48,204,198,1) 1%,rgba(14,165,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(48,204,198,1) 1%,rgba(14,165,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ccc6', endColorstr='#0ea5a3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /* border-bottom: 1px solid teal; */
    box-shadow: 0px -1px 2px inset rgba(0, 0, 0, 0.2), 0px 1px 1px inset rgba(0, 0, 0, 0.1);
}
.filter-button md-icon {
    color: white;
}
.filter-menu {
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.filter-menu-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.filter-menu-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0px;
    color: teal;
}
.filter-menu-actions {
    width: 100%;
}
.filter {
    display: flex;
    height: 24px;
    align-items: center;
    background: #004d4a;
    border-radius: 4px;
    overflow: hidden;
    margin: 0px 8px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 0px 8px;
    box-sizing: border-box;
}
.filter-label {
    text-transform: lowercase;
    font-size: 12px;
    flex: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.020em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter-delete-button {
    flex: none;
    margin: 0px 8px;
}
.filter-delete-button md-icon {
    font-size: 16px;
    color: white;
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
}


.back-button {
    width: 44px;
    height: 44px;
}
.back-button md-icon {
    color: white;
    font-size: 44px;
    width: 44px;
    height: 44px;
}

.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: RGBA(255, 255, 255, 0.7);
    display: flex;
    align-items:center;
    justify-content:center;
}
.loading-screen.ng-enter,
.loading-screen.ng-leave {
  -webkit-transition: opacity ease-in-out .3s;
  -moz-transition: opacity ease-in-out .3s;
  -ms-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
.loading-screen.ng-enter,
.loading-screen.ng-leave.ng-leave-active {
  opacity: 0;
}
.loading-screen.ng-leave,
.loading-screen.ng-enter.ng-enter-active {
  opacity: 1;
}

.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.signup-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-logo-wrapper {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    justify-content: center;
    flex: none;
}
.page-logo {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.page-content {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
    /* padding: 30px; */
    /* align-items: center; */
}
.page-actions {
    width: 100%;
    padding: 20px;
    display: flex;
    flex: none;
    box-sizing: border-box;
    flex-direction: column;
}
.button {
    box-sizing: border-box;
    height: 44px;
    background-color: #02b3b0;
    color: #fff;
    align-items: center;
    transition: 0.2s ease-in-out all;
    border-radius: 50px;
    overflow: hidden;
    text-transform: uppercase;
    min-height: 36px;
    min-width: 88px;
    font-weight: 500;
    font-size: 15px;
    font-style: inherit;
    text-align: center;
    line-height: 44px;
    display: block;
    outline:none;
    text-decoration: none;
}
.button.disabled {
    pointer-events: none;
	touch-events: none;
    opacity: 0.3;
}
.button-text {
    padding: 0px 24px;
    flex: 1;
    text-align: center;
}
.link {
    color: teal;
    font-size: 16px;
    margin: 40px 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
md-icon.button-icon {
    background-color: #00967f;
    box-shadow: 0 3px 0 0 #007261;
    text-shadow: 0px 1px 1px #888;
    height: 44px;
    border-radius: 0px 4px 4px 0px;
    width: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.page-header {
    padding: 12px;
}
.page-title {
    color: #0ea5a3;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}


.page.home-page {
    display: flex;
    flex-direction: column;
    margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
    margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
.page.cards-page {
    overflow: auto;
    overflow-x: hidden;
    display: block;
}
.page.specialities-page {
    overflow: auto;
    display: block;
}
.page.providers-page {
    overflow: auto;
    display: flex;
}

.page-card {background: rgb(147,206,222); /* Old browsers */background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg, rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */border-radius: 24px;overflow: visible;display: flex;flex-direction: column;align-items: center;box-shadow: 2px 2px 3px rgba(0, 0, 0 ,0.3);flex: 1;margin: 25px 0px 25px 0px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3b679e+0,2b88d9+50,207cca+51,7db9e8+100;Blue+Gloss+%232 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 fallback on horizontal gradient */z-index: 1;}
.page-card .button {
    background: white;
    color: teal;
}
.page.provider-page {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0px;
    box-sizing: border-box;
    overflow: auto;
    background: white;
}
.page-card-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    margin-top: -36px;
    margin-bottom: 24px;
    flex: none;
}
.page-card-avatar img {
    width: 100%;
    height: 100%;
}
.page-card-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: white;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
    margin-bottom: 32px;
    text-align: center;
    flex: none;
}
.page-card-item {
    width: 100%;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.page-card-item-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 20px;
}
.page-card-item-data {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 1;
    color: white;
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
}
.page-card-item-caption {
    font-size: 12px;
    color: #fff;
    margin: 4px 0px 8px 0px;
}
.page-card-item-action-button {
    width: 32px;
    height: 32px;
    flex: none;
    margin-left: 12px;
}

.page-card-item-text {
    flex: 1;
    display: flex;
    align-items: center;
}

.page-card-item-action-button md-icon {
    color: white;
    background: transparent;
    font-size: 32px;
    width: 32px;
    height: 32px;
}
.page-card-item-title{
	
font-weight: 500;
	
width: 100%;
}
.page-card-action-button {
    margin-bottom: -100px;
    background: green;
    border-radius: 50%;
    background: rgb(180,221,180); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-card-action-button md-icon {
    color: white;
    font-size: 44px;
    width: 44px;
    height: 44px;
}
.page-card-content {
    flex: 1;
    overflow: auto;
}
.page-card-actions {
    height: 84px;
    width: 100%;
    flex: none;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
}
.page-card-actions .button {
    flex: 1;
}
.button.button-left {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.button.button-right {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.button.button-highlight {
    background: teal;
    color: white;
}

#mapa {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
    background: skyblue;
}
.map-infoWindow {
    position: absolute;
    background: white;
    border-radius: 12px;
    top: calc(50% + 10px);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    left: 20px;
    right: 20px;
}
.map-infoWindow {}
.map-infoWindow-headline {
    display: flex;
    padding: 20px;
}
.map-infoWindow-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.map-infoWindow-text-line-1 {
    color: black;
    font-weight: 500;
    font-size: 15px;
}
.map-infoWindow-text-line-2 {
        color: #777;
        font-weight: 500;
        font-size: 12px;
        margin-top: 4px;
        line-height: 14px;
}
.map-infoWindow-avatar {
    margin-right: 10px;
    width: 44px;
    height: 44px;
}
.map-infoWindow-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.map-infoWindow-highlights {
    font-size: 15px;
    color: red;
    font-weight: 500;
    padding: 0px 20px;
    padding-left: 74px;
}

.map-infoWindow-actions {
    display: flex;
    padding: 20px;
}

.map-infoWindow-actions .button {
    flex: 1;
}

.page.appointment-page {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* display: flex; */
    overflow: auto;
}
.toolbar-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.005em;
    margin: 0px 12px;
    color: #0887a5;
}
.form {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.form-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.form-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.010em;
    line-height: 20px;
    padding: 8px 0px;
}
.form-body{
	
}


.provider-action-button {
    outline: none;
}
.provider-actions {
    width: 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.activation-methods-available {
	width: 100%;
	overflow:auto;
}
.activation-headline {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    padding: 0px 10px;
}
.activation-method {
    display: flex;
    overflow: hidden;
    box-shadow: 0px 7px 11px #ccc;
    padding: 10px;
    margin: 10px;
    outline: none;
    border: 2px solid transparent;
    border-radius: 4px;
}
.activation-method.selected {
    border: 2px solid #E91E63;
}
.activation-method-icon {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    display: flex;
}
.activation-method-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.activation-method-name {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    line-height: 20px;
}
.activation-method-description {
    font-size: 12px;
    color: #999;
}
.activation-method-hint {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00b2af;
}
.activation-method-icon > * {
    font-size: 18px;
    color: #888;
    width: 18px;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    min-height: 18px;
}
.no-activation-methods-available {
    font-size: 12px;
    padding: 10px;
    color: #555;
    font-weight: 500;
}

.home-page-content {
    flex: 1;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
ui-view {
    position: absolute;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    display: flex;
}
.home-page-tabs {
    flex: none;
    height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    transition: 0.3s ease-in-out all;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: white;
    border-top: 1px solid rgba(0, 77, 74, 0.5);
    border-top: 0px;
    box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.1);
}
.home-page-tabs.hidden {
    transform: translateY(100%);
}
.home-page-tab {
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: rgba(0, 77, 74, 0.7);
    align-items: center;
    width: 33.33%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.home-page-tab-icon {}
.home-page-tab.active .home-page-tab-icon {
}
.home-page-tab-text {
    font-size: 11px;
    font-weight: 400;
}
.home-page-tab.active {
    color: #004d4a;
}
.home-page-tab.active .home-page-tab-text {
    font-weight: bold;
}
md-icon.home-page-tab-icon {
    color: inherit;
    margin: 0;
    font-size: 24px;
    width: 24px;
    height: 24px;
}


.home-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.home-cards-header {
    padding: 10px;
    height: 44px;
    box-sizing: border-box;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}
.home-cards-header-title {
    flex: 1;
    font-weight: 500;
}
.home-cards-body {
    padding: 0px 30px;
    overflow-x: hidden;
}
.cards-carousel {
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.cards-carousel-bullets-container {
    padding: 10px;
    height: 28px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-carousel-swipeable {
    align-items: center;
    white-space: nowrap;
    padding-left: 50%;
    padding-top: 10px;
}
.card-carousel-bullet {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    margin: 0px 3px;
}
.card-carousel-bullet.selected {
    background: black;
}
.cards-carousel-item {
    width: 200px;
    height: 120px;
    border-radius: 11px;
    margin: 0px 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    left: -100px;
    position: relative;
    transition: 0.2s ease-in-out all;
    transform: scale(0.9);
    opacity:0.5;
    transform-origin: center;
    background: url(../assets/gold.png) 100% 100%;
    background-size: 100%;
}
.cards-carousel-item.selected {
    transform: scale(1);
    opacity: 1;
}
.cards-carousel-item:first-child {
    margin-left: 0px;
}

.card-logo {
    width: 100%;
    box-sizing: border-box;
    height: 24px;
}
.card-logo img {
    height: 100%;
    float: right;
}
.card-product-name {
    position: absolute;
    top: 44px;
    font-weight: BOLD;
    color: #00b2af;
    font-size: 13px;
    left: 20px;
}
.card-number {
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    flex: 1;
    display: flex;
    align-items: center;
}
.card-expiry-date {
    /* position: absolute; */
    font-size: 12px;
    font-weight: bold;
    display: flex;
}
.card-expiry {
}
.card-expiry-label {
    font-size: 10px;
    font-weight: bold;
}

.addresses-page{
	overflow:auto;
}
.addresses-page .page-content {
    overflow: visible;
}
.address {
    background: #c0d9d9;
    margin: 2px 20px;
    padding: 12px;
    border-radius: 4px;
    display: flex;
}
.address-text-line-1 {
    font-size: 15px;
    font-weight: 400;
    color: black;
    width: 100%;
}
.address-text-line-2 {
    margin-top: 12px;
    color: darkcyan;
    font-weight: 500;
}
.address-text {
    flex: 1;
}
md-icon.address-chevron {
    color: black;
    font-size: 32px;
    height: 32px;
    width: 32px;
}



@media (orientation: landscape) {
	.page-header{
		display:none;
	}
	.home-page-tabs{
		display:none;
	}
	.cards-container {
		margin-top: 24px;
		height: calc(100vh - 36px);
	}
}
















