.canteen-action {
  margin-right: 15px;
}
.canteen-select-file {
  border: solid 1px #e5e5e5;
  border-radius: 5px !important;
  background-color: white;
  width: 175px;
  text-align: center;
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.canteen-category {
  background-color: #EEF1F3 !important;
}
.canteen-week {
  background-color: #F6F7F8 !important;
}
.canteen-day {
  padding: 5px 10px !important;
  background-color: #fefefe !important;
}
.panel-group:last-child {
  margin-bottom: 0;
}
.canteen-btn {
  color: white;
  background: #308DDF;
  border-radius: 5px !important;
  padding: 8px 10px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 13px;
  line-height: 17.7px;
  border: none;
}
.portlet-canteen-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans';
  padding-bottom: 11px;
  border-bottom: 1px solid #ECECEC;
}
.canteen-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.canteen-title-text {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.canteen-action {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  float: right;
}
.canteen-action-text {
  margin-right: 22px;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 13px;
}
.canteen-action:hover {
  cursor: pointer;
}
.canteen-action:focus {
  outline: none;
}
.canteen-action:active {
  filter:brightness(0.7);
}
.canteen-action--icon {
  margin-right: 6px;
}
.title-import {
  color: #308DDF;
}
.title-rename {
  color: #D97338;
}
.title-delete {
  color: #D94738;
}
.canteen-modal .modal-content {
  border-radius: 3px !important;
  border: none !important;
}
.canteen-modal .modal-title {
  font-size: 18px !important;
  color: #000 !important;
}
.canteen-modal .modal-header {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.canteen-modal .modal-footer {
  border-top: none !important;
}
.canteen-modal .modal-body {
  padding-bottom: 0 !important;
  color: #000 !important;
  font-size: 16px !important;
}
.canteen-modal input {
  border-radius: 5px !important;
}
.canteen--toast-title {
  font-weight: 700;
}
.canteen-btn-delete {
  text-transform: uppercase;
}
.canteen-no-cat-container {
  height: 458px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canteen-no-cat-box {
  display: flex;
  background: #FAFAFA;
  border-radius: 5px !important;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  width: 240px;
  height: 178px;
  text-align: center;
}
.canteen-alert-blue {
font-family: Nunito Sans;
font-size: 14px;
font-weight: 400;
line-height: 20px;
}
.canteen-alert-blue-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}
.canteen-parent-title {
  background: #133859;
  color: #FFF;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  height: 35px;
  width: 100%;
  padding-left: 16px;
  padding-top: 6px;
}

.canteen-parent-group {
  border: 1px solid #EEEEEE;
  border-top: none;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
