/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/admin/settings-page/assets/css/main.scss ***!
  \***************************************************************************************************************************************/
:root {
  --olena-food-ordering-color-1: #E0E0E0;
  --olena-food-ordering-color-2: #FFFFFF;
  --olena-food-ordering-color-3: #6b7280;
  --olena-food-ordering-color-4: #2E7D32;
  --olena-food-ordering-color-5: #e53e3e;
  --olena-food-ordering-color-6: #1A2024;
  --olena-food-ordering-color-7: #FEE2E2;
  --olena-food-ordering-color-8: #FFA000;
}

.olena-food-ordering-wrapper {
  /* Container */
}
.olena-food-ordering-wrapper .error-message {
  background-color: var(--olena-food-ordering-color-7);
  border: 1px solid var(--olena-food-ordering-color-5);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.olena-food-ordering-wrapper .error-icon {
  width: 20px;
  height: 20px;
  fill: var(--olena-food-ordering-color-5);
}
.olena-food-ordering-wrapper .error-text {
  color: var(--olena-food-ordering-color-5);
  font-size: 0.95rem;
  font-weight: 500;
}
.olena-food-ordering-wrapper p {
  font-size: 16px;
}
.olena-food-ordering-wrapper input[type=text], .olena-food-ordering-wrapper input[type=number], .olena-food-ordering-wrapper textarea, .olena-food-ordering-wrapper select {
  width: 100%;
  padding: 0.45rem 0.8rem;
  border: 2px solid var(--olena-food-ordering-color-1);
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  outline: transparent;
  max-width: 100%;
}
.olena-food-ordering-wrapper .container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 2rem;
}

/* BaseCard */
.fo-base-card {
  background-color: var(--olena-food-ordering-color-2);
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

/* Buttons */
.fo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid;
  line-height: 1;
}
.fo-btn_primary {
  background-color: var(--olena-food-ordering-color-4);
  border-color: var(--olena-food-ordering-color-4);
  color: var(--olena-food-ordering-color-2);
}
.fo-btn_primary:hover {
  background-color: #1B5E20;
  border-color: #1B5E20;
}

/* FormActions */
.fo-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--olena-food-ordering-color-1);
}

/* FormActions */
.fo-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.fo-field__label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.fo-field__input, .fo-field__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid var(--olena-food-ordering-color-1);
  border-radius: 6px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  outline: transparent;
}
.fo-field__input:focus, .fo-field__textarea:focus {
  border-color: var(--olena-food-ordering-color-4);
}
.fo-field__select {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid var(--olena-food-ordering-color-1);
  border-radius: 6px;
  font-size: 0.95rem;
  background-color: var(--olena-food-ordering-color-2);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%234A5056%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M6 9l6 6 6-6%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  outline: transparent;
}
.fo-field__select:focus {
  border-color: var(--olena-food-ordering-color-4) !important;
  outline: none;
}
.fo-field__desc {
  font-size: 0.85rem;
  color: var(--olena-food-ordering-color-3);
  margin-top: 0.25rem;
}
.fo-field_error .fo-field__input,
.fo-field_error .fo-field__select,
.fo-field_error .fo-field__textarea {
  border-color: var(--olena-food-ordering-color-5);
}
.fo-field_error .fo-field__error {
  color: var(--olena-food-ordering-color-5);
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

/* Navigation */
.fo-admin-header {
  background-color: var(--olena-food-ordering-color-2);
  padding: 1rem 2rem;
  border-bottom: 1px solid var(--olena-food-ordering-color-1);
  margin-bottom: 2rem;
}

.fo-tabs {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid var(--olena-food-ordering-color-1);
}
.fo-tabs__item {
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  color: #4A5056;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
.fo-tabs__item:hover {
  color: var(--olena-food-ordering-color-4);
}
.fo-tabs__item_active {
  color: var(--olena-food-ordering-color-4);
  border-bottom-color: var(--olena-food-ordering-color-4);
}

/* Description */
.fo-description {
  font-size: 0.95rem;
  color: #4A5056;
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
}
.fo-description p:first-child {
  margin-top: 0;
}
.fo-description p:last-child {
  margin-bottom: 0;
}

/* MainTitle */
.fo-main-title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: var(--olena-food-ordering-color-6);
  font-weight: bold;
}

.fo-container {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fo-flash-message {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 300px;
  max-width: 450px;
  animation: slideIn 0.3s ease forwards;
  margin-bottom: 20px;
}
.fo-flash-message.fo-success {
  border-left: 4px solid var(--olena-food-ordering-color-4);
}
.fo-flash-message.fo-success .fo-icon {
  color: var(--olena-food-ordering-color-4);
}
.fo-flash-message .fo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.fo-flash-message .fo-content {
  flex: 1;
}
.fo-flash-message .fo-title {
  font-weight: 500;
  color: #1A2024;
  margin-bottom: 0.25rem;
}
.fo-flash-message .fo-flash-description {
  font-size: 0.9rem;
  color: #4A5056;
}
.fo-flash-message .fo-close {
  background: none;
  border: none;
  padding: 0.25rem;
  color: #4A5056;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.fo-flash-message .fo-close:hover {
  background: #F5F7F9;
  color: #1A2024;
}
.fo-flash-message.fo-error {
  border-left: 4px solid var(--olena-food-ordering-color-5);
}
.fo-flash-message.fo-error .fo-icon {
  color: var(--olena-food-ordering-color-5);
}
.fo-flash-message.fo-warning {
  border-left: 4px solid var(--olena-food-ordering-color-8);
}
.fo-flash-message.fo-warning .fo-icon {
  color: var(--olena-food-ordering-color-8);
}
.fo-flash-message .removing {
  animation: slideOut 0.3s ease forwards;
}
@media (max-width: 768px) {
  .fo-flash-message .fo-container {
    top: auto;
    bottom: 2rem;
    left: 1rem;
    right: 1rem;
  }
  .fo-flash-message.fo-flash-message {
    min-width: 0;
    width: 100%;
  }
}

/* Animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=index.css.map*/