body {
  margin: 0;
  padding-top: 50px;
  background-color: #1b2937 !important;
  color: #FFF;
  font-family: "Lato", sans-serif;
}
body.admin-bar {
  padding-top: 20px;
}

body:not(.wp-admin) body, body:not(.wp-admin) a, body:not(.wp-admin) p, body:not(.wp-admin) h1, body:not(.wp-admin) h2, body:not(.wp-admin) h3, body:not(.wp-admin) h4, body:not(.wp-admin) h5, body:not(.wp-admin) h6, body:not(.wp-admin) button, body:not(.wp-admin) input, body:not(.wp-admin) textarea {
  font-family: "Lato", sans-serif !important;
  color: #FFF !important;
  line-height: 1.5 !important;
}
body:not(.wp-admin) body:visited, body:not(.wp-admin) a:visited, body:not(.wp-admin) p:visited, body:not(.wp-admin) h1:visited, body:not(.wp-admin) h2:visited, body:not(.wp-admin) h3:visited, body:not(.wp-admin) h4:visited, body:not(.wp-admin) h5:visited, body:not(.wp-admin) h6:visited, body:not(.wp-admin) button:visited, body:not(.wp-admin) input:visited, body:not(.wp-admin) textarea:visited {
  color: #FFF !important;
}

h1 {
  font-size: 4vh;
  font-weight: 600;
}

h2 {
  font-size: 2vh;
  font-weight: 600;
}

textarea::placeholder {
  color: hsl(0, 0%, 130%);
}

hr {
  border: 0;
  border-top: 2px solid #56687a;
  width: 100%;
  margin: 25px;
}

.topbar {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 50px;
  background-color: #13202d;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10px;
}
.topbar .left-content {
  display: flex;
  align-items: center;
}
.topbar .left-content p {
  margin: 0;
  color: #FFF;
  font-size: 1rem;
  margin-left: 8px;
  font-weight: 900;
}
.topbar .left-content .change-button {
  background-color: #1b2937;
  color: #c16200;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
}
.topbar .left-content .back-button {
  font-size: 36px;
  font-weight: 700;
  border: none;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  background: #13202d;
  color: white;
}
.topbar .center-content {
  flex-grow: 1;
  text-align: center;
}
.topbar .center-content p {
  margin: 0;
  color: #FFF;
  font-size: 1.2rem;
}
.topbar .right-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar .right-content .image-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #213142;
}

.wp-block-turbine-seu-negocio-entry-point {
  text-align: center;
  margin: 50px 0;
}

.loading-bar {
  width: 0;
  height: 5px;
  background-color: #c16200;
  transition: width 5s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  position: absolute;
  top: 5%;
}

.data-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: var(--wp--preset--spacing--padding);
  background-color: #213142;
  border-radius: 5px;
  text-align: left;
  max-width: 600px;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #FFF;
}

.alternative-button,
.submit-button {
  width: 90%;
  margin: 20px;
  height: 60px;
  background-color: #c16200;
  color: #FFF;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
.alternative-button.submit-button,
.submit-button.submit-button {
  display: inline;
  margin: 10px;
  border-radius: 5px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1b2937;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.overlay h3 {
  font-size: 40px;
}

.fact-text-container,
.question-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 90%;
  background-color: #1b2937;
  color: #FFF;
  padding: 16px;
  border-radius: 8px;
}
.fact-text-container h1, .fact-text-container h2, .fact-text-container h3, .fact-text-container h4, .fact-text-container h5, .fact-text-container h6,
.question-container h1,
.question-container h2,
.question-container h3,
.question-container h4,
.question-container h5,
.question-container h6 {
  font-family: "Lato", sans-serif;
  line-height: normal;
}
.fact-text-container h1, .fact-text-container .fact-text h1,
.question-container h1,
.question-container .fact-text h1 {
  font-weight: 600;
  font-size: 4vh;
  color: #FFF;
}
.fact-text-container h2,
.question-container h2 {
  font-weight: 600;
  font-size: 2vh;
  color: #FFF;
}
.fact-text-container h3,
.question-container h3 {
  text-align: left;
}
.fact-text-container ol, .fact-text-container ul,
.question-container ol,
.question-container ul {
  margin-left: 5px;
  padding-left: 20px;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.5;
  color: #FFF;
  list-style-type: decimal;
  text-align: left;
}
.fact-text-container ol li, .fact-text-container ul li,
.question-container ol li,
.question-container ul li {
  margin-bottom: 10px;
}
.fact-text-container ol ul, .fact-text-container ul ul,
.question-container ol ul,
.question-container ul ul {
  margin-top: 5px;
  padding-left: 0;
  list-style-type: disc;
}
.fact-text-container textarea,
.question-container textarea {
  width: 90%;
  height: 40vh;
  margin: 10px auto;
  border-radius: 20px;
  border: none;
  background-color: #213142;
  color: #ececec;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
}
.fact-text-container textarea:focus,
.question-container textarea:focus {
  color: #FFF;
}
.fact-text-container textarea::placeholder,
.question-container textarea::placeholder {
  color: hsl(0, 0%, 130%);
  opacity: 0.7;
}
.fact-text-container .textarea-small,
.question-container .textarea-small {
  height: 10vh !important;
  font-size: 1rem !important;
  overflow: hidden;
  resize: none;
}
.fact-text-container .fact-loader,
.question-container .fact-loader {
  font-size: 30px;
  position: absolute;
  bottom: 25px;
}

body.admin-bar .topbar {
  top: 46px;
}

.image-placeholder,
.right-content img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
}

/* DRAWER CODE */
.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 75%; /* Adjust this as needed for drawer width */
  max-width: 350px;
  height: 100vh; /* Set to full viewport height */
  background-color: #213142;
  padding: 20px;
  color: white;
  z-index: 10000;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}
.nav-drawer.open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0;
  position: relative; /* Keep close button in the correct context */
}

.drawer-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.drawer-profile-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.drawer-profile-name {
  margin: 10px 0;
  font-size: 1.5rem;
}

.drawer-profile-email {
  font-size: 0.9rem;
  color: #ececec;
}

.drawer-menu {
  margin-top: 20px;
}

.drawer-item {
  display: block;
  width: 100%;
  background: none;
  color: white;
  padding: 10px;
  text-align: left;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #56687a;
}

.drawer-section {
  width: 100%;
  margin-bottom: 20px;
}

.menu-content {
  display: none;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #ececec;
}
.menu-content.visible {
  display: block;
}
.menu-content ul {
  margin-left: -30px;
}
.menu-content li {
  border-bottom: 1px solid gray;
  margin: 10px 0;
  padding-bottom: 10px;
}
.menu-content a {
  color: #ececec;
  text-decoration: none;
}

.cancel-button,
.undo-cancel-button,
.see-all,
.drawer-close-button {
  background-color: #c16200;
  color: white;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

.drawer-close-button {
  width: 80%;
  position: absolute;
  bottom: 20px;
  background-color: #1b2937;
}

.arrow {
  margin-left: auto;
}

.logout-link {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
}

button.subscribe-button,
button.cancel-button {
  background-color: #c16200;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

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