Your Select:
Menu Interno - autenticação

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

.main-container {
  overflow: hidden;
}

.main-container,
.main-container * {
  box-sizing: border-box;
}

.item-container {
  width: 328px;
  height: 203px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.10);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
  margin-bottom: 10px;
}

.image-container {
  height: 108px;
  padding: 24px;
  background: white;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.item-image {
  width: 51px;
  text-align: center;
  color: black;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
}

.info-container {
  flex: 1 1 0;
  height: 108px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: inline-flex;
}

.info-row {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}

.item-name {
  flex: 1 1 0;
  height: 32px;
  color: white;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 700;
  word-wrap: break-word;
}

.item-price {
  color: white;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 400;
  word-wrap: break-word;
}

.status-indicator {
  width: 32px;
  height: 32px;
  padding: 2px;
  background: linear-gradient(0deg, 0%, 100%), linear-gradient(0deg, white 0%, white 100%);
  border-radius: 6px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}

.status-dot {
  width: 20px;
  height: 20px;
  background: black;
}

.quantity-container {
  width: 79px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  display: inline-flex;
}

.quantity {
  align-self: stretch;
  height: 32px;
  padding: 8px;
  background: linear-gradient(0deg, white 0%, white 100%), linear-gradient(0deg, white 0%, white 100%);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}


input,
select,
textarea,
button {
  outline: 0;
}

.resumo{
  display: flex;
width: 328px;
padding: 8px 16px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 8px;
border-radius: 6px;
background: #FFF;
}

.main-container {
  position: relative;
  width: 360px;
  margin: 0 auto;
  overflow: hidden;
  height: 2000px;
}
.frame {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  position: relative;
  width: 328px;
  margin: 16px 0 0 16px;
  z-index: 1;
}
.frame-1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 189px;
  z-index: 2;
}
.topas-motel-cardapio {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 21px;
  color: #ffffff;
  font-family: Roboto, var(--default-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.line {
  flex-shrink: 0;
  position: relative;
  width: 328px;
  background: url(./assets/images/1e096b03-146a-402b-a876-3cc266319ed0.png)
    no-repeat center;
  background-size: cover;
  z-index: 4;
}
.frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  width: 328px;
  height: 432px;
  margin: 35px 0 0 16px;
  z-index: 5;
}
.frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 328px;
  z-index: 6;
}
.hello-message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 296px;
  height: 38px;
  color: #ffffff;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  z-index: 7;
}
.input {
  flex-shrink: 0;
  position: relative;
  width: 328px;
  height: 56px;
  z-index: 8;
}
.button {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  position: relative;
  width: 328px;
  margin: 0 0 0 0;
  padding: 8px 8px 8px 8px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  z-index: 9;
  border-radius: 8px;
}
.frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 201px;
  z-index: 10;
}
.cpf-usuario {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 21px;
  height: 7px;
  color: #9747ff;
  font-family: Roboto, var(--default-font-family);
  font-size: 6px;
  font-weight: 400;
  line-height: 7px;
  text-align: center;
  white-space: nowrap;
  z-index: 11;
}
.input_chrys {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  width: 201px;
  height: 19px;
  color: white;
  font-weight: bold;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  white-space: nowrap;
  z-index: 12;
  background: transparent;
  border: none;
}
.button_categoria{
  display: flex;
  width: 328px;
  height: 72px;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #FFF;
  color: white;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 24px;
}
.button-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 8px;
  position: relative;
  width: 328px;
  padding: 16px 24px 16px 24px;
  cursor: pointer;
  background: linear-gradient(180deg, #9747ff, #3a087c);
  border: none;
  z-index: 13;
  border-radius: 100px;
}
.reservar-agora {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 19px;
  color: #ffffff;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  white-space: nowrap;
  z-index: 14;
}
.rectangle {
  position: absolute;
  width: 360px;
  height: 640px;
  top: 0;
  left: 0;
  background: url(./assets/images/4d19cbbb-fc3a-4db4-b1dc-175a2cea941f.png)
    no-repeat center;
  background-size: cover;
}

