input,
select {
  -webkit-appearance: none;
}

.img-hello-message-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

.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;
}

.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: 10px;
}

.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;
  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 15px;
  margin: 0px 50px;
  color: #000;
  outline: none;
  box-shadow: none;
  transform: none;
  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);
}

.info-people-container {
  margin: 0 9px;
  padding-top: 50px;
}

.first-line-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

.second-line-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  gap: 21px;
  padding-bottom: 30px;
}

.products-line-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.person-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.personal-block {
  display: flex;
  justify-content: space-between;
}

.buttons-name-req-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.name-input-container {
  padding-right: 6px;
}

.input-first-line,
.select-first-line {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 700;
  width: 182px;
  background-color: #f9f987;
  border: 0.5px solid #3d3d3d;
  border-radius: 2px;
  outline: none;
  color: #000;
  box-shadow: none;
  padding: 2px 5px;
}

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

.select-first-line {
  width: 83px;
}

.input-first-line-rostovka {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  width: 155px;
  background-color: #f9f987;
  border: 0.5px solid #3d3d3d;
  border-radius: 2px;
  outline: none;
  color: #000;
  box-shadow: none;
  padding: 2px 5px;
}

.select-first-line-rostovka {
  width: 117px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background-color: #f9f987;
  border: 0.5px solid #3d3d3d;
  border-radius: 2px;
  outline: none;
  color: #000;
  box-shadow: none;
  padding: 2px 5px;
}

.icon-container {
  padding-left: 8px;
}

.icon-container-rostovka {
  padding-left: 4px;
}

.button-show-products {
  background-color: #fff;
  outline: none;
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-product-name,
.select-product-size {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  background-color: #fff;
  color: #000;
  border: 0.5px solid #3d3d3d;
  border-radius: 2px;
  outline: none;
  width: 102px;
  box-shadow: none;
  padding: 7px 5px;
}

.select-product-name-rostovka {
  width: 166px;
}

.select-product-name-container-rostovka {
  padding-right: 6px;
}

.select-product-size {
  width: 83px;
}

.select-product-color-container {
  width: 100%;
  padding-left: 6px;
}

.select-product-color-container-rostovka {
  width: 100%;
}

.select-product-color {
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  width: 83px;
  background-color: #fff;
  color: #000;
  box-shadow: none;
  border: 0.5px solid #3d3d3d;
  border-radius: 2px;
  padding: 7px 5px;
}

.icon-product-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 8px;
  width: 18px;
  height: 25px;
  padding-left: 3px;
}

.button-delete-product {
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}

.button-container {
  display: flex;
}

.button-add-product,
.button-remove-person {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  color: #000;
  border: none;
  outline: none;
  box-shadow: none;
}

.person-title {
  width: 300px;
}

.button-show-products img {
  transition: transform 0.3s ease;
}

.button-show-products.rotate img {
  transform: rotate(-90deg);
}

/* Rostovka */

.rostovka-fields {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  padding-bottom: 15px;
}

.info-without-short {
  display: flex;
  gap: 8px;
}

.info-without-short-rostovka {
    display: flex;
}

.select-product-length {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    border: 0.5px solid #3d3d3d;
    padding: 7px 3px;
    width: 117px;
    border-radius: 2px;
}

.top-length-wrap, .sleeve-length-wrap, .pants-length-wrap {
    display: flex;
    flex-direction: column;
}

.label-sizes {
    font-size: 10px;
}

/* Longs-line */

.productSizeRealJs {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  background-color: #fff;
  color: #000;
  border: 0.5px solid #3d3d3d;
  border-radius: 2px;
  outline: none;
  width: 106px;
  box-shadow: none;
  padding: 7px 5px;
}

/* 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;
}

.container-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 96px;
  width: 96px;
  animation: rotate_3922 1.2s linear infinite;
  background-color: #9b59b6;
  background-image: linear-gradient(#f9f987, #000);
}

.container-loader span {
  position: absolute;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background-color: #9b59b6;
  background-image: linear-gradient(#f9f987, #cdcdcd);
}

.container-loader span:nth-of-type(1) {
  filter: blur(5px);
}

.container-loader span:nth-of-type(2) {
  filter: blur(10px);
}

.container-loader span:nth-of-type(3) {
  filter: blur(25px);
}

.container-loader span:nth-of-type(4) {
  filter: blur(50px);
}

.container-loader::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border: solid 5px #ffffff;
  border-radius: 50%;
}

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

@keyframes rotate_3922 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* 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;
}
