/* [project]/src/styles/globals.css [client] (css) */
html, body {
  color: #000;
  background: linear-gradient(#c6a100, #ffd000, #868168);
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden auto;
  font-family: Arial, Helvetica, sans-serif !important;
}

.page-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: calc(100vh - 124px);
  display: flex;
  position: relative;
}

.header-container {
  background-color: #0000;
  width: 100%;
  height: 56px;
  margin: 0;
  position: relative;
  bottom: 0;
}

.header-content {
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.brand-image-navbar {
  z-index: 1000;
  width: 200px;
  height: auto;
  margin: 0 16px;
  display: flex;
  position: relative;
}

.footer-container {
  background-color: #0000;
  width: 100%;
  height: 56px;
  margin: 0;
  position: absolute;
  bottom: 0;
}

.footer-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.brand-image-footer {
  width: auto;
  height: 42px;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

label {
  color: #000;
  font-size: 16px;
}

.form-label, .form-info {
  font-weight: bold;
}

input:hover, input:focus {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
}

.input-style {
  background-color: #0000;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 8px 0;
  font-size: 20px;
  display: flex;
}

.input-group-container {
  width: 100%;
  height: auto;
  margin: 0 0 16px;
  padding: 0;
  position: relative;
}

.input-group-content {
  width: 100%;
  height: 100%;
  display: flex;
}

.button-group-container {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  height: 42px;
  margin-top: 16px;
  display: flex;
  position: relative;
  top: 16px;
}

.button-submit {
  text-align: center;
  flex: 1;
  margin-right: 32px;
}

.icon-input, .icon-button {
  float: right;
  cursor: pointer;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  font-size: 24px;
  display: flex;
  position: absolute;
  right: 10px;
}

.icon-button {
  color: #fff;
}

.icon-input {
  color: #000;
}

.link-styles {
  color: orange;
}

.message-response {
  color: #fff;
  background-color: #00000050;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 8px 16px;
}

::-webkit-scrollbar-track {
  background-color: #00000050;
  border: 1px solid #00000050;
  border-radius: 10px;
  padding: 2px 0;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  position: relative;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #0000004d;
}

nextjs-portal {
  display: none;
}

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