@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.home-page {
  background-color: #f79a31;
}

.form-page {
  background-color: #f2f4f3;
}

.wrapper {
  width: 375px;
  margin: auto;
}

@media (max-width: 380px) {
  .wrapper {
    width: 100%;
  }
}

.header-home-btn span {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-left: 5px;
}

header a:hover {
  text-decoration: none;
}

.title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.text {
  color: #ffffff;
  font-size: 15px;
  line-height: 17px;
}

.menu-types {
  display: block;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 6px #00000029;
  text-align: center;
  padding: 1rem;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
}

.menu-types:hover {
  text-decoration: none;
  box-shadow: 0 0 0 #00000029;
  color: #000000;
}

.menu-types img {
  display: block;
  margin: 0 auto 1rem;
}

strong {
  font-weight: 700;
}

footer {
  line-height: 20px;
}

footer,
footer * {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

footer a:hover {
  color: #000000;
}

.form-wrapper {
  background-color: #ffffff;
  box-shadow: 0 3px 10px #0000000a;
  border-radius: 5px;
  padding: 1rem;
}

label {
  color: #c5c5c5;
  font-size: 15px;
  line-height: 17px;
}

.form-label {
  font-weight: 700;
  color: #ea7a0c;
  font-size: 15px;
  line-height: 17px;
  display: block;
}

.form-input {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  outline: 0 !important;
  display: block;
  width: 100%;
  padding: 3px 8px;
  font-size: 15px;
  color: #000000;
  resize: none;
}

.menu-title-suggestions span {
  background-color: #efefef;
  border-radius: 3px;
  color: #616161;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding: 1px 5px;
}

[data-menuTitleDescription],
[data-addMenuDescription] {
  cursor: pointer;
}

[data-menuTitleDescription]:hover,
[data-addMenuDescription]:hover {
  text-decoration: underline;
}

.datetime-label {
  color: #000000;
  font-size: 11px;
}

.datetime-wrapper input {
  font-size: 11px !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

.create-menu-option span {
  background-color: #efefef;
  border-radius: 3px;
  color: #616161;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding: 1px 5px;
}

.create-menu-option span.active {
  border: 1px solid #ea7a0c;
  color: #ea7a0c;
}

.primary-btn {
  display: block;
  width: 100px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  border: none;
  outline: 0 !important;
  cursor: pointer;
  background-color: #ea7a0c;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #ea7a0c;
  box-shadow: 0 6px 7px #00000029;
}

.primary-btn:hover {
  background-color: transparent;
  color: #ea7a0c;
}

.cancel-btn {
  display: block;
  width: 100%;
  border: 2px solid #000000;
  border-radius: 15px;
  background: transparent;
  color: #000000;
  text-align: center;
  height: 30px;
}

.cancel-btn:hover {
  color: #000000;
  text-decoration: none;
}

.menu-items-remove {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: red;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
