@charset "UTF-8";
body {
	margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #DBD9D0;
}

body a {
	text-decoration: none;
}

.Calendar {
	overflow: hidden;
}

.Menu {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
}

.backbtn img {
	width: 25px;
}

.backbtn {
	margin: 25px 25px 0px;
}

.Back button {
	text-decoration: none;
	border: none;
	background-color: transparent;
	transition: 0.3s;
	cursor: pointer;
}

.three-dots img {
	width: 25px;
}

.three-dots {
	margin: 25px 25px 0px;
}

.Calendars {
	margin: 30px;
	line-height: 1;
}


.Title h1 {
	font-size: 30px;
	color: #D86B32;
}

.Month h2 {
	font-size: 15px;
	color: #D86B32;
	font-weight: 600;
}

.Weekdays {
	border-radius: 20px;
	background-color: #3C6C60;
	color: white;
	padding: 35px 10px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
}

.Week-Textbox {
	margin: 0px 20px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
}

.Week-Textbox h3 {
	line-height: 1;
	font-weight: 600;
	font-size: 15px;
}

.Days {
	display: grid;
	grid-gap: 8px; 
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 95% 5%;
	height: 60px;
	margin: 10px auto 25px;
}

.Days p {
	font-size: 13px;
}

.Day {
	border-radius: 10px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: transparent;
	border: 1px solid white;
}

.Day-L {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1;
	margin-top: 5px;
}

.Today {
	background-color: white;
}

.Today p {
	color: #3C6C60;
}

.Meal-Time {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background-color: #DBD9D0;
	box-shadow: 2px 2px 20px 2px rgba(0, 0, 0, 0.2);
}

.Header {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}

.Header h4 {
	font-size: 17px;
	font-weight: 600;
	color: #313343;
}

.Front {
	width: 30%;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.Middle {
	padding-left: 5%;
	width: 45%;
	padding-top: 20px;
}

.Add {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Add-New-Button {
	border: none;
	overflow: none;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #D86B32;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 40px;
	line-height: 0;
	color: white;
	font-weight: bolder;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
}

.Add-New-Button:active,
.Add-New-Button:hover {
	background-color: orange;
}

.Meals-Times {
	display: flex;
	margin: 0px 20px 0px 20px;
}

.Times {
	display: grid;
	grid-gap: 20px;
	border-right: 1px solid #6F6F6F;
	width: 24.5%;
}

.Times p {
	color: #6F6F6F;
	font-size: 15px;
}

.Meals {
	display: grid;
	width: 75.5%;
	grid-template-rows: 31% 23.5% 28.5% 17%; 
}

.Meal-Box {
	border-radius: 15px;
	background-color: white;
	margin: 20px 5px 20px 25px;
	box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.2);
	display: grid;
	grid-template-columns: 40% 40% 20%;
	height: 110px;
}

.Image-Box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
}

.Meal-Image {
	overflow: hidden;
	border-radius: 50%;
	width: fit-content;
}

.Meal-Image img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
}

.Meal-Textbox {
	margin: 5px;
}

.Meal-Textbox h6 {
	line-height: 0;
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: 600;
	color: #313343;
}

.Meal-Textbox p {
	line-height: 1;
	font-size: 12px;
	color: #313343;
}

.Meal-Textbox p2 {
	bottom: 0;
	color: #B2B2B2;
	font-size: 12px;
}

.Lunch-Textbox p2 {
	position: absolute;
	z-index: 0;
	bottom: 20%;
}

.Check-Box {
	margin: 10px;
	align-content: center;
	justify-content: center;
	display: flex;
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	outline: none;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: white;
	border: 2px solid #3C6C60;
	border-radius: 10px;
}

.custom-checkbox:hover input ~ .checkmark {
	background-color: #3C6C60;
}

.custom-checkbox input:checked ~ .checkmark {
	background-color: #3C6C60;
}

.checkmark:after {
	content: "";
	position: absolute;
}

.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}

.custom-checkbox .checkmark:after {
	left: 9px;
	top: 4px;
	width: 8px;
	height: 15px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*-------------Modal-------------*/

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.modal-content {
	background-color: white;
	padding: 20px;
	border-radius: 35px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 1000;
}

.close {
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover {
	color: #000;
}

.Close-Button-Menu {
	text-align: right;
}

.Question-Mark {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.Question-Mark-Frame {
	border-radius: 50%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background-color: #D86B32;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.Question-Mark-Frame h8 {
	color: white;
	font-weight: bolder;
	font-size: 40px;
	padding: 20px;
}

.Title-Textbox {
	text-align: center;
	align-items: center;
}

.Title-Textbox h7 {
	font-size: 30px;
	font-weight: 700;
	color: #D86B32;
}

.Title-Textbox p {
	color: #1B2727;
	font-size: 13px;
}

.Inputs {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Inputs-Box {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-row-gap: 8px;
	width: 80%;
}

.Inputs-Box input {
	font-size: 18px;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 12px;
	border: 1px solid #707070;
	box-shadow: none;
	border-radius: 8px;
}

.Inputs-Box input::placeholder {
	color: #B9B9B9;
}

.Modal-Add {
	padding: auto;
	margin: 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Modal-Add-Button {
	border-color: #3C6C60;
	background-color: #3C6C60;
	text-align: center;
	padding: 12px;
	border-radius: 8px;
	width: 80%;
}

.Modal-Add-Button h9 {
	color: white;
	font-size: 18px;
	font-weight: 600;
}

.Modal-Add-Button:active,
.Modal-Add-Button:hover {
	background-color: darkgreen;
	border-color: darkgreen;
}