.title-restaurant-container {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  flex: 1;
}

.title-restaurant {
  font-size: 24px;
  font-weight: 400;
}

.hello-message-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.img-hello-message-container {
  padding-bottom: 10px;
}

.text-hello-message {
  font-size: 14px;
  font-weight: 700;
}

.btn-container-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0px;
  z-index: 100;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.button-add-person {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #f9f987;
  border-radius: 60px;
  padding: 7px 32px;
  margin: 0px 50px;
  color: #000;
  outline: none;
  box-shadow: none;
  transform: none;
  width: 100%;
  border: 0.5px solid #3d3d3d;
  transition:
    transform 250ms ease-in-out,
    box-shadow 250ms ease-in-out,
    border 250ms ease-in-out;
}

.button-send-form {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  background-color: #f9f987;
  border-radius: 60px;
  padding: 7px 10px;
  margin: 0px 50px;
  color: #000;
  outline: none;
  box-shadow: none;
  transform: none;
  width: 100%;
  border: 0.5px solid #3d3d3d;
  transition:
    transform 250ms ease-in-out,
    box-shadow 250ms ease-in-out,
    border 250ms ease-in-out;
}

.button-add-person:hover,
.button-send-form:hover {
  border: 0.5px solid transparent;
  box-shadow: 0px 2px 5px 0px #c5c5c5;
  transform: scale(1.2);
}

/* InfoPeople */

.info-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-with-name {
  display: flex;
  gap: 6px;
}

.info-with-product {
  display: flex;
  gap: 5px;
  padding-top: 10px;
}

.info-for-product {
  display: flex;
  padding-top: 10px;
  gap: 8px;
}

/* First-line */

.info-people-container {
  margin-top: 55px;
  margin-bottom: 125px;
  padding: 0 15px;
  height: calc(100vh - 180px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.gender-input-container {
  width: 100%;
}

.input-first-line,
.select-first-line {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  border: 0.5px solid rgba(61, 61, 61, 1);
  border-radius: 2px;
  background-color: #f9f987;
}

.input-first-line::placeholder {
  font-size: 13px;
}

.icon-product-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container {
  width: 18px;
  height: 18px;
  padding-left: 3px;
}

.button-show-products,
.button-delete-product {
  background-color: transparent;
  outline: none;
  border: none;
}

/* First-line */

/* Products-line */

.products-line-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.personal-block {
  display: flex;
  gap: 8px;
}

.select-product-name,
.select-product-color,
.select-product-size {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  padding: 5px;
  min-width: 70px;
  border: 0.5px solid rgba(61, 61, 61, 1);
  border-radius: 2px;
}

.select-product-name {
  height: auto;
}

.select-product-size {
  height: auto;
}

/* Products-line */

/* Second-line */

.second-line-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.button-add-product,
.button-remove-person {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  outline: none;
  border: none;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
}

.size-number {
  justify-content: flex-end;
  align-items: flex-end;
}

/* Second-line */

/* Longs-line */

.longs-line-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.product-long-text {
  font-size: 12px;
  font-weight: 400;
}

.select-product-long {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  padding: 5px;
  min-width: 70px;
  border: 0.5px solid rgba(61, 61, 61, 1);
  border-radius: 2px;
}

.first-line-container:not(:last-child) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Longs-line */

/* Loader */

.loading-screen {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.logo-loader svg .cls-1 {
  stroke: #ee6700;
  stroke-width: 2;
  fill: #ee6700;
  fill-opacity: 0;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: drawAndFillLoop 6s ease-in-out forwards;
}

.hidden-for-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

@keyframes drawAndFillLoop {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 300;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

/* Loader */

/* Message final */

.container-go-chat,
.container-off-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 9999;
  text-align: center;
  padding-top: 150px;
}

.texts {
  padding: 0px 30px;
}

.title-chat {
  color: #000;
  font-size: 36px;
  margin-bottom: 20px;
}

.title-chat-off {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}

.h2-chat {
  color: #000;
  font-size: 15px;
  max-width: 600px;
  font-weight: 800;
}
