.mp_container {
	display: block;
	background-color: white;
	border-radius: 6px;
}

.mp_loading {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 300px;
}

.mp_clickable {
	cursor: pointer;
}

.mp_journal-coach-box {
    background: #fff;
    border-radius: 6px;
}

.mp_header {
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 10px;
}

.mp_header .fa-list {
	color: #59E5C5;
	background-color: white;
	padding: 4px;
	font-size: 18px;
	border-radius: 2px;
}

.mp_header-info {
	padding-left: 10px;
	display: flex;
	flex: 0.3;
    justify-content: flex-start;
    align-items: center;
}

.mp_header-date {
	display: flex;
	flex: 0.7;
	color: #4A90E2;
	justify-content: flex-end;
	align-items: center;
}

.mp_header-date .date-text {
	flex: 0.7;
    display: flex;
    justify-content: center;
	text-transform: uppercase;
	cursor: pointer;
}

.mp_header-date i.fa {
	font-size: 24px;
	font-weight: bold;
}

.mp_header-date .left-arrow {
	flex: 0.15;
    display: flex;
    justify-content: flex-start;
}

.mp_header-date .right-arrow {
	flex: 0.15;
    display: flex;
    justify-content: flex-end;
}

.mp_day {
	height: 25px;
    color: #4A90E2;
    font-size: 12px;
    line-height: 25px;
}

.mp_day.dark {
	color: black;
}

.mp_seperator {
	height: 2px;
	transform: scaleY(-1);
	background: linear-gradient(90deg, #2DC7F7 0%, #1495EB 100%);
}

.mp_date-bar {
	display: flex;
	height: 56px;
	background-color: #F0F0F0;
	justify-content: space-around;
	align-items: center;
}

.mp_date-bar span {
	display: flex;
	width: 28px;
	height: 28px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.mp_date-bar span.active {
	border-radius: 14px;
	background-color: #DFDBDB;
}

.mp_line {
	box-sizing: border-box;
	height: 3px;
	border: 2px solid #50E3C2;
}

.mp_weekly-plan-single-day {
	display: flex;
	flex-direction: row;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif
}

.mp_weekly-plan__color-indicator {
	width: 15px;
	height: 65px;
}

.mp_weekly-plan__meal-type {
	display: flex;
	width: 120px;
	height: 65px;
	justify-content: center;
	align-items: center;
}

.mp_weekly-plan__meal-type span {
	font-weight: bold;
	font-size: 14px;
}

.mp_weekly-plan__meal-description {
	display: flex;
	flex: 1;
	height: 65px;
	justify-content: flex-start;
	align-items: center;

}

.mp_weekly-plan__meal-description span {
	font-size: 14px;
}

.mp_weekly-plan__meal_type_1 {
	background-color: rgba(74,251,170,0.4);
}

.mp_weekly-plan__meal_type_3 {
	background-color: rgba(74, 251, 179, 0.3);
}

.mp_weekly-plan__meal_type_5 {
	background-color: rgba(74, 251, 202, 0.2);
}

.mp_weekly-plan__meal_type_7 {
	background-color: rgba(74, 251, 223, 0.1);
}

.mp_weekly-meal-plan .icon-list {
	color: white !important;
	background-color: #59E5C5;
}

.mp_list-view-icon {
	color: #59E5C5;
	padding: 4px;
    font-size: 20px;
    line-height: 13px;
    text-align: right;
    margin-left: 15px;
    border-radius: 4px;
}

.weekly-plan__container-0 {
	padding-top: 15px;
}

.weekly-plan__calorie-widget {
	display: flex;
	flex-direction: column;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 15px;
}

.weekly-plan__calorie-widget > div:nth-child(1) {
	flex: 1;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}

.weekly-plan__nutrients {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.weekly-plan__nutrients div {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.weekly-plan__nutrients div:nth-child(1) {
	justify-content: flex-start;
}

.weekly-plan__nutrients div span:nth-child(1) {
	color : #7A8FAC;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-right: 4px;
}

.weekly-plan__nutrients div span:nth-child(2) {
	color : #000;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-left: 4px;
}

.weekly-plan__seperator {
	background-color : rgba(80,227,194,1);
	height: 2px;
	margin: 20px;
}

.meal-item-detail__header {
    display: flex;
    flex-direction: row;
	flex: 1;
	height: 78px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(0deg, rgba(45,99,247,0.5), rgba(20,149,235,0.5)), url(/assets/img/splash-background.png) repeat-x;
}

.meal-item-detail__logo-img {
	display: flex;
    align-items: center;
    justify-content: center;
}

.meal-item-detail__header img {
	width: 42px;
}

.meal-item-detail__action-buttons {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}

.meal-item-detail__action-buttons i {
	font-size: 22px;
	color: white;
	margin-right: 20px;
}

.meal-item-detail__body {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.meal-item-detail__detail {
	padding-top: 2px;
	padding-bottom: 2px;
}

.meal-item-detail__meal-type-name {
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #4A4A4A;
}


.welness-container {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
	font-family: RobotoDraft,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.welness-container .welness-row {
	display: flex;
	flex-direction: row;
	margin-top: 4px;
}

.welness-container .wellness-box-disable {
    display: flex;
    flex-direction: column;
    flex: 0.5;
    padding: 20px;
    background-color: rgba(174,174,174,0.37);
    margin-right: 4px;
    border-radius: 2px;
    justify-content: center;
    cursor: not-allowed;
}


.welness-container .wellness-box-enable {
    display: flex;
    flex-direction: column;
    flex: 0.5;
    padding: 20px;
    background-color: rgba(174,174,174,0.37);
    margin-right: 4px;
    border-radius: 2px;
    justify-content: center;
    cursor: pointer;
}

.welness-container img {
	width: 40px;
    height: 36px;
    position: absolute;
    align-self: flex-start;
    padding-left: 15px;
}

.welness-container .welness-box-text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4a90e2;
    padding-left: 35px;
}

.mp_women-health-phase-container {
    padding-bottom: 20px;
    background-color: white !important;
}

.mp_women-health-phase {
    padding-top:  15px;
    padding-bottom:  15px;
    border-bottom: 1px solid #DCDADA;
    border-top: 1px solid #DCDADA;
    background-color: white;
    margin-top: -20px;
}

.mp_women-healt-phase-label {
    padding-right: 20px;
    padding-left:  20px;
}

.mp_women-healt-phase-value {
    color:  #3B7ADB;
}

.mp_meal-type-container {
    margin: 20px;
    overflow: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
}

.mp_meal-type-name {
    margin-left: 10px;
    font-size: 24px;
    line-height: 20px;
    font-weight: bold;
    color: #1A1824;
    margin-top: 20px;
}
