@import url('https://v1.fontapi.ir/css/Vazir');
.nutrition-tracker-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
 background-color: #263945;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.notice {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.notice-error {
    background-color: #ffebee;
    border-left: 4px solid #f44336;
    color: #f44336;
}

.notice-success {
    background-color: #e8f5e9;
    border-left: 4px solid #4caf50;
    color: #4caf50;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input[type="text"],
.form-group input[type="number"],
.form-group input[type="date"],
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.button {
    padding: 8px 15px;
    background: #2271b1;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.button:hover {
    background: #135e96;
}

.user-nutrition-data {
    max-width: 800px;
    margin: 20px auto;
}

.date-selector {
    margin-bottom: 20px;
}

.nutrition-table {
    width: 100%;
    border-collapse: collapse;
}

.nutrition-table th,
.nutrition-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.nutrition-table th {
    background-color: #f5f5f5;
}

.food-name {
    font-weight: bold;
    display: block;
}

.food-category {
    font-size: 0.8em;
    color: #666;
    display: block;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #000;
}
.text-white p {
	color:#fff;
}
.nutrition-tracker-form h2 {
    color: #fff !important;
font-family: Vazir, sans-serif;
	
}
.user-nutrition-data h2 {
font-family: Vazir, sans-serif;	
}
#nutrition-form label{
   color: #679dc7 !important;
	font-family: Vazir, sans-serif;
	padding-bottom: 8px;
}
.pwt-datepicker-input-element {
    width: 100%;
  height: 40px;
}
.nutrition-tracker-form [type="submit"],.user-nutrition-data [type="submit"] {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #134427;
  border: 1px solid #33cc6f;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s;
  margin-top: 2rem;
}