/* #food_name {
    color: brown;
} */
.page-id-6{
	background: url(https://nutrition.mytasker.us/wp-content/uploads/2023/06/pic1.jpg) no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;
}


#meal_name {
    color: rgb(255, 145, 0);
}

input.form-control {
    padding: 10px !important;
    margin-top: 2px !important;
    width: 100%;
}
/*input:focus:visible {outline: none};*/

.wp-block-column.is-layout-flow {
	display: flex !important;
    flex-direction: column !important;
    margin-block-start: 1rem !important;
    width: 100%;
    color: #fff;
    background: #6e6e6ec4;
    padding: 40px;
    border-radius: 10px;
    /*box-shadow: 5px 5px 10px #9b9b9ba8;*/
}
.is-layout-flow h2 {
    margin-bottom: 40px !important;
}

.is-layout-flow label{
margin-top: -16px !important;
}
select#meal_number {
    padding: 10px;
}
.mealinfo {
    display: flex !important;
    flex-direction: column !important;
}
select#food_dropdown {
    padding: 10px !important;
}
button#form_submit {
    padding: 10px;
    width: 40%;
    margin-inline: auto;
    letter-spacing: 0.5px;
cursor: pointer;
text-transform: uppercase;
font-weight: 800;
}
button#form_submit:hover{
	letter-spacing: 2px;
	transition: 0.4s ease-in-out;

}

div#show_values {
    display: flex !important;
    flex-direction: column !important; 
    width: 100%;
    margin-left: 0 !important;
}
/*.foodinfo {
    display: grid !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
}*/
#wpbody .foodinfo {
    display: flex !important;
    flex-direction: column!important;
    gap: 1em !important;
}
#wpbody .foodinfo h2{
	font-size: 2.5em !important;
}
#wpbody .foodinfo form {
    display: flex !important;
    flex-direction: column !important;
    width: 60% !important;
}
#wpbody .foodinfo input {
    margin: 5px 0 !important;
}
#wpbody .foodinfo input#form_submit{
	padding: 10px;
cursor: pointer;
text-transform: uppercase;
font-weight: 800;
}
#wpbody .foodinfo input#form_submit:hover{
	letter-spacing: 2px;
	transition: 0.4s ease-in-out;
}

#profile_form_submit {
    background-color: #ccc;
    display: block;
    margin-top: 20px;;
    padding: 10px;
    width: 40%;
    margin-inline: auto;
    letter-spacing: 0.5px;
    cursor: pointer;
    /* text-transform: uppercase; */
    font-weight: 800;
}
#report_form_submit{
    background-color: #ccc;
    display: block;
    margin-top: 20px;;
    padding: 10px;
    width: 40%;
    margin-inline: auto;
    letter-spacing: 0.5px;
    cursor: pointer;
    /* text-transform: uppercase; */
    font-weight: 600;
    border-radius: 15px;
}
#delete_report{
    background-color: #ccc;
    display: block;
    margin-top: 20px;;
    padding: 10px;
    width: 100px;
    margin-inline: auto;
    letter-spacing: 0.5px;
    cursor: pointer;
    /* text-transform: uppercase; */
    font-weight: 600;
    border-radius: 15px;
}

.page-id-35 {
    background: url(https://nutrition.mytasker.us/wp-content/uploads/2023/06/pic1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.page-id-33 {
    background: url(https://nutrition.mytasker.us/wp-content/uploads/2023/06/pic1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}

.page-id-40 {
    /* background: url(https://nutrition.mytasker.us/wp-content/uploads/2023/06/pic1.jpg) no-repeat;
    background-size: cover;
    position: relative; */
    color: #080000;
}

.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained {
    width: 40%;
    display: block;
    margin: auto;
}

div#meals_report {
    position: absolute;
    left: 10%;
    max-width: 1200px !important;
    background-color: white;
    color: black;
    border-radius: 20px;
    border: 5px solid #078b72;
}

thead {
    background-color: #1aefc6;
}

th.w150 {
    width: 150px;
}

#totaldayfooter{
    background-color: #078b72;
    color: white;
}

#servings7{
    width: 60px;
}
#totalcal7{
    width: 60px;
}
#fatgr7{
    width: 60px;
}
#fatcal7{
    width: 60px;
}
#fatpercent7{
    width: 60px;
}
#protingr7{
    width: 60px;
}
#protincal7{
    width: 60px;
}
#protinpercent7{
    width: 60px;
}
#netcarbgr7{
    width: 60px;
}
#netcarbcal7{
    width: 60px;
}
#netcarbpercent7{
    width: 60px;
}


/* Input field */
.select2-selection__rendered { 
    color: black !important;
 }
    
/* Around the search field */
.select2-search { 
    color: black !important;
 }
    
/* Search field */
.select2-search input { 
    color: black !important;
 }
    
/* Each result */
.select2-results { 
    color: black !important;
 }
    
/* Higlighted (hover) result */
.select2-results__option--highlighted { 
    color: black !important;
 }
    
/* Selected option */
.select2-results__option[aria-selected=true] { 
    color: black !important;
 }

a#edit_report {
    background-color: #ccc;
    margin-top: 5px;
    margin-left: 40px;
    padding: 10px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 15px;
    border: 2px solid black;
    /* text-transform: uppercase; */
}

/* button#report_form_submit {
    background-color: #ccc;
    margin-top: 5px;
    margin-left: 40px;
} */

a#add_more_meals{

    background-color: #ccc;
    padding: 15px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;

}