@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");
body,
html {
  height: 100% !important;
  overflow: auto;
}

.main__container_dashboard2 {
  background-color: #f0f4f7;
  padding: 0 140px;
  padding-top: 100px;
  height: auto;
  width: 100%;
}
.main__container_dashboard2 .table th {
  color: #09131F;
  font-weight: 400;
}
.main__container_dashboard2 .table td {
  vertical-align: middle;
  color: #09131F;
  font-weight: 400;
}
.main__container_dashboard2 .table td a {
  color: #3899ec !important;
}
.main__container_dashboard2 .btn-primary {
  padding: 8px 20px;
  border: 0 !important;
}
.main__container_dashboard2 .btn-primary:hover {
  background: #27e7ff !important;
  box-shadow: unset !important;
}
.main__container_dashboard2 .btn-red {
  padding: 8px 20px;
  border: 0 !important;
}
.main__container_dashboard2 .btn-red:hover {
  background: #27e7ff !important;
  box-shadow: unset !important;
}
.main__container_dashboard2 .contato__newdashboard_container {
  gap: 35px;
  max-width: 1590px;
  margin: 0 auto;
}
.main__container_dashboard2 .nav__dashboard2_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1590px;
  border-radius: 8px;
}
.main__container_dashboard2 .nav__dashboard2_container h1 {
  color: #09131F;
  font-size: 2rem;
  line-height: 42px;
  font-weight: 700;
}
.main__container_dashboard2 .nav__dashboard2_container span {
  line-height: 1.5rem;
  color: #09131F;
  font-weight: 600;
}
.main__container_dashboard2 .nav__dashboard2_container button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6038FF;
  border-radius: 500px;
}
.main__container_dashboard2 .nav__dashboard2_container button:hover .small_circle_btn {
  background: #00cfe9 !important;
}
.main__container_dashboard2 .nav__dashboard2_container button strong {
  font-size: 1rem;
  font-weight: 700;
}
.main__container_dashboard2 .search__input_container {
  background: #f0f4f7;
  padding-bottom: 50px;
  max-width: 1590px;
  margin: 0 auto;
}
.main__container_dashboard2 .search__input_container .content__searchinput {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 35px 0;
  max-width: 1590px;
  border: 1px solid #cfdef1;
  padding: 5px;
  background: white;
  border-radius: 500px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 300px;
}
.main__container_dashboard2 .search__input_container .content__searchinput > i {
  font-size: 24px;
  color: #09131F;
  margin-left: 5px;
  transform: rotateY(180deg);
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  background: white;
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash:hover {
  background: #00D8F3;
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash:hover > svg {
  color: white;
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash:hover > i {
  color: white;
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash::after {
  content: unset !important;
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash > svg {
  position: absolute;
  top: 7px;
  left: 7.5px;
  color: #00D8F3;
}
.main__container_dashboard2 .search__input_container .btn__circle_newdash > i {
  position: absolute;
  top: 13px;
  left: 7.5px;
  font-size: 16px;
  color: #00D8F3;
}
.main__container_dashboard2 .search__input_container .dropdown__newdashboard_menu {
  max-width: fit-content;
  left: -55px !important;
}
.main__container_dashboard2 .search__input_container .dropdown__newdashboard_menu a {
  color: #09131F !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main__container_dashboard2 .search__input_container .dropdown__newdashboard_menu i {
  color: #09131F;
}
.main__container_dashboard2 .search__input_container .table__dashboard2_container {
  background: white;
  padding: 35px;
  padding-top: 22px;
  max-width: 1590px;
  border-radius: 8px;
  min-height: 300px;
}
.main__container_dashboard2 .search__input_container .table__dashboard2_container img {
  width: 48px;
  height: 26px;
  object-fit: cover;
}
.main__container_dashboard2 .search__input_container .table__dashboard2_container .table-hover tbody tr:hover {
  background: #eaf7ff !important;
}
.main__container_dashboard2 .search__input_container .table__dashboard2_container .table-hover tbody tr:hover .inlineEdit_newdash {
  background: #eaf7ff;
}
.main__container_dashboard2 .search__input_container .pagination {
  background: white;
  padding: 35px;
  padding-top: 0;
  align-items: center;
}
.main__container_dashboard2 .search__input_container .pagination a {
  font-weight: 600;
}
.main__container_dashboard2 .search__input_container .pagination .page-item.active a {
  background-color: #09131F !important;
  border-color: #09131F !important;
  color: white !important;
}
.main__container_dashboard2 .search__input_container .pagination .page-item.active .pagination-component-click {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__container_dashboard2 .publicar {
  padding: 10px 20px !important;
}
.main__container_dashboard2 .btn_selected_remove_page {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff3838;
  border-radius: 500px;
  color: white;
  font-weight: 700;
  cursor: pointer;
}
.main__container_dashboard2 .btn_selected_remove_page:hover {
  background: #ff6b6b !important;
  box-shadow: unset !important;
}
.main__container_dashboard2 .checkbox_label_newdash {
  color: #09131F;
  font-weight: 600;
}
.main__container_dashboard2 .inlineEdit_newdash {
  border: 1px solid transparent;
  padding: 0;
  color: #09131F;
}
.main__container_dashboard2 .inlineEdit_newdash:hover {
  border: 1px solid #00D8F3 !important;
}
.main__container_dashboard2 .small_circle_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background: #5331da;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 4px;
}
.main__container_dashboard2 .svg__plus_icon {
  animation: spin 3s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main__container_dashboard2 .containerCheckbox {
  display: block;
  position: relative;
  padding-left: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main__container_dashboard2 .containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main__container_dashboard2 .containerCheckbox .selectCheckbox {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EBEBEB;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.main__container_dashboard2 .containerCheckbox :hover input ~ .selectCheckbox {
  background-color: #eaeaea;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .selectCheckbox {
  background-color: #EBEBEB;
}
.main__container_dashboard2 .containerCheckbox .selectCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .selectCheckbox:after {
  display: block;
}
.main__container_dashboard2 .containerCheckbox .selectCheckbox:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #09131F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main__container_dashboard2 .containerCheckbox .radioButtonCustom {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EBEBEB;
  border-radius: 50%;
}
.main__container_dashboard2 .containerCheckbox :hover input ~ .radioButtonCustom {
  background-color: #eaeaea;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioButtonCustom {
  background-color: #EBEBEB;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioButtonCustom:after {
  display: block;
}
.main__container_dashboard2 .containerCheckbox .radioButtonCustom:after {
  content: "";
  position: absolute;
  display: none;
}
.main__container_dashboard2 .containerCheckbox .radioButtonCustom:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: solid #182390;
  border-radius: 50%;
}
.main__container_dashboard2 .containerCheckbox .radioCustomButton {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  font-weight: 500;
}
.main__container_dashboard2 .containerCheckbox :hover input ~ .radioCustomButton {
  background-color: #eaeaea;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioCustomButton {
  background-color: #182390;
  color: white;
}
.main__container_dashboard2 .containerCheckbox .radioCustomButton:after {
  content: "";
  position: absolute;
  display: none;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioCustomButton:after {
  display: block;
}
.main__container_dashboard2 .containerCheckbox {
  display: block;
  position: relative;
  padding-left: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main__container_dashboard2 .containerCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main__container_dashboard2 .containerCheckbox .selectCheckbox {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: white;
  border: 1px solid #00D8F3;
  border-radius: 5px;
}
.main__container_dashboard2 .containerCheckbox :hover input ~ .selectCheckbox {
  background-color: #eaeaea;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .selectCheckbox {
  background-color: #00D8F3;
}
.main__container_dashboard2 .containerCheckbox .selectCheckbox:after {
  content: "";
  position: absolute;
  display: none;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .selectCheckbox:after {
  display: block;
}
.main__container_dashboard2 .containerCheckbox .selectCheckbox:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main__container_dashboard2 .containerCheckbox .radioButtonCustom {
  position: absolute;
  top: -5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #EBEBEB;
  border-radius: 50%;
}
.main__container_dashboard2 .containerCheckbox :hover input ~ .radioButtonCustom {
  background-color: #eaeaea;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioButtonCustom {
  background-color: #EBEBEB;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioButtonCustom:after {
  display: block;
}
.main__container_dashboard2 .containerCheckbox .radioButtonCustom:after {
  content: "";
  position: absolute;
  display: none;
}
.main__container_dashboard2 .containerCheckbox .radioButtonCustom:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: solid #182390;
  border-radius: 50%;
}
.main__container_dashboard2 .containerCheckbox .radioCustomButton {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 10px 30px 10px 30px;
  font-weight: 500;
}
.main__container_dashboard2 .containerCheckbox :hover input ~ .radioCustomButton {
  background-color: #eaeaea;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioCustomButton {
  background-color: #182390;
  color: white;
}
.main__container_dashboard2 .containerCheckbox .radioCustomButton:after {
  content: "";
  position: absolute;
  display: none;
}
.main__container_dashboard2 .containerCheckbox input:checked ~ .radioCustomButton:after {
  display: block;
}
.main__container_dashboard2 .coluna_direita__dashboard_container {
  flex: 1 0 10px;
  width: 0;
  max-width: 400px;
  background: white;
  min-height: 255px;
  margin: 0;
  border-radius: 8px;
  padding: 26px;
  border-radius: 8px;
}
.main__container_dashboard2 #splide__empreender_produtos {
  max-width: 400px;
}
.main__container_dashboard2 #splide__empreender_produtos h2 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #09131F;
  font-family: "Nunito", sans-serif;
}
.main__container_dashboard2 #splide__empreender_produtos h5 {
  font-weight: 700;
  font-size: 1.1rem;
  color: #09131F;
  font-family: "Nunito", sans-serif;
}
.main__container_dashboard2 #splide__empreender_produtos span {
  font-size: 14px;
  padding-bottom: 10px;
  font-family: "Nunito", sans-serif;
}
.main__container_dashboard2 #splide__empreender_produtos p {
  margin-bottom: 16px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #252d6d;
  font-weight: 600;
}
.main__container_dashboard2 #splide__empreender_produtos a {
  color: #617182;
  font-family: "Nunito", sans-serif;
}
.main__container_dashboard2 #splide__empreender_produtos .produtos_empreender_slide_content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 11px;
}
.main__container_dashboard2 #splide__empreender_produtos .splide__arrow--prev {
  display: none;
}
.main__container_dashboard2 #splide__empreender_produtos .splide__arrow--next {
  transform: translateY(10px);
  background: transparent;
}
.main__container_dashboard2 #splide__empreender_produtos .progress_bar__produtos_empreender {
  margin-top: 10px;
  background: linear-gradient(90deg, #6038FF 0%, #4b4bda 35%, #00D8F3 100%);
}
.main__container_dashboard2 article.contato * {
  font-family: "Nunito", sans-serif;
}
.main__container_dashboard2 article.contato {
  width: calc(100% - 430px);
  height: 255px;
  margin: 40px 0 0px 0;
  padding: 25px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100%;
  align-items: center;
}
.main__container_dashboard2 article.contato a {
  border: 0;
  outline: 0;
  cursor: pointer;
  margin-right: 15px;
  padding: 13px 15px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 1.3vw;
  background: #f1f1f6;
  color: #171b37;
  border: 1px solid #f1f1f6;
  text-decoration: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.main__container_dashboard2 article.contato a:hover {
  color: #09131F;
  background: white;
}
.main__container_dashboard2 article.contato a.white {
  color: #09131F;
  background: white;
}
.main__container_dashboard2 article.contato a.white:hover {
  background: #f1f1f6;
  color: #171b37;
  border: 1px solid #f1f1f6;
}
.main__container_dashboard2 article.contato p {
  font-size: clamp(12px, 1vw, 16px);
  color: #09131F;
  font-weight: 500;
}
.main__container_dashboard2 article.contato h3 {
  font-weight: 700;
  font-size: clamp(25px, 1.8vw, 25px);
  color: #09131F;
}
.main__container_dashboard2 .contato lottie-player {
  position: relative;
  justify-self: flex-end;
}
.main__container_dashboard2 .contato .buttons-contato {
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  height: 100%;
}
.main__container_dashboard2 .box-header {
  display: grid;
  grid-template-columns: 1fr 200px;
}
.main__container_dashboard2 .box-header h1 {
  font-weight: bold;
  border-right: 1px solid rgba(0, 0, 0, 0.0901960784);
  margin-right: 10px;
}
.main__container_dashboard2 .sombra-btn {
  top: 5px !important;
  left: 6px !important;
}
.main__container_dashboard2 button.btn-novaPagina:hover {
  transform: translate(6px, 5px) !important;
}
.main__container_dashboard2 .page-header {
  width: calc(100% - 436px);
}
.main__container_dashboard2 .btn-novaPagina {
  border-radius: 8px !important;
}
.main__container_dashboard2 .sombra-btn {
  border-radius: 8px !important;
}
@media (max-width: 1330px) {
  .main__container_dashboard2 .box-paginas {
    grid-template-columns: repeat(2, 1fr);
  }
  .main__container_dashboard2 .box-grid--paginas {
    grid-template-columns: 60% 35%;
  }
  .main__container_dashboard2 article.contato {
    grid-template-columns: 1fr 200px;
    width: 57.4%;
  }
  .main__container_dashboard2 lottie-player {
    width: 200px !important;
    height: 200px !important;
  }
  .main__container_dashboard2 .box-header {
    width: 57.4%;
  }
  .main__container_dashboard2 .box-header span {
    display: none;
  }
}
@media (max-width: 900px) {
  .main__container_dashboard2 .box-paginas {
    grid-template-columns: repeat(1, 1fr);
  }
  .main__container_dashboard2 .box-paginas {
    grid-template-columns: repeat(1, 88%);
  }
  .main__container_dashboard2 .box-grid--paginas {
    grid-template-columns: none;
  }
  .main__container_dashboard2 body {
    overflow-x: hidden;
  }
  .main__container_dashboard2 article.contato {
    grid-template-columns: 1fr 200px;
    width: 80%;
  }
  .main__container_dashboard2 .contato-links {
    display: flex;
    flex-wrap: wrap;
  }
  .main__container_dashboard2 .contato-links a {
    margin: 2px 0px;
  }
  .main__container_dashboard2 .box-header span {
    display: none;
  }
  .main__container_dashboard2 .box-header {
    width: 75%;
  }
  .main__container_dashboard2 lottie-player {
    width: 200px !important;
    height: 200px !important;
  }
}
@media (max-width: 845px) {
  .main__container_dashboard2 lottie-player {
    display: none;
  }
  .main__container_dashboard2 article.contato {
    grid-template-columns: 1fr;
    width: 80%;
  }
}

.search-faq-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.search-faq-container .search-faq-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.search-faq-container .search-faq-box > input {
  background: #f7f7f7;
  border-radius: 5px;
  outline: 0;
  border: 0;
  height: 45px;
  padding: 16px;
  width: 100%;
  font-weight: 500;
}
.search-faq-container .search-faq-box > input::-webkit-input-placeholder {
  color: #878c95;
}
.search-faq-container .search-faq-box > input:-moz-placeholder {
  color: #878c95;
  opacity: 1;
}
.search-faq-container .search-faq-box > input::-moz-placeholder {
  color: #878c95;
  opacity: 1;
}
.search-faq-container .search-faq-box > input:-ms-input-placeholder {
  color: #878c95;
}
.search-faq-container .search-faq-box > input::-ms-input-placeholder {
  color: #878c95;
}
.search-faq-container .search-faq-box > input::placeholder {
  color: #878c95;
}
.search-faq-container .search-faq-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  background: #09131F;
  border-radius: 5px;
}
.search-faq-container .canais-suporte {
  display: flex;
  height: 80px;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}
.search-faq-container .canais-suporte p {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  color: #252d6d !important;
}
.search-faq-container .canais-suporte .canais-suporte-botao {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #17238F;
  border-radius: 50%;
  flex-shrink: 0;
}
.search-faq-container p {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #09131F;
}
.search-faq-container span {
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 600;
}

.img-sak-disabled {
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  border: 0;
  outline: 0;
  filter: grayscale(0.99);
}

.integracao-footer-name {
  width: 100%;
  font-weight: 900;
  text-align: center;
  background: #2c3357;
  color: white;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.landingpage--integracao {
  width: 100%;
}
.landingpage--integracao h3 {
  margin-bottom: 20px;
}
.landingpage--integracao ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem;
  list-style: none;
  padding-right: 36px;
}
.landingpage--integracao ul li {
  height: 150px;
  border-radius: 5px;
  background: white;
  border: 1px solid #f1f1f6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.landingpage--integracao ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.landingpage--integracao ul li:hover {
  transform: translateY(-7px);
}
.landingpage--integracao ul li img {
  max-width: 200px;
}
.landingpage--integracao ul li button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 6px;
  background: #eaeaea;
  padding: 5px;
  font-size: 10px;
  color: #878c95;
  border: none;
}
.landingpage--integracao ul .active {
  background: white;
}
.landingpage--integracao ul .active:hover {
  background: white;
}
.landingpage--integracao ul .active button {
  background: #34c94d;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  top: 10px;
  left: unset;
  right: 15px;
  border: none;
}

.card-body-integracao {
  width: 100%;
}

.container-integracao-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}
.container-integracao-content span {
  font-weight: 600;
  color: #09131F;
  padding: 0px 20px;
  text-align: center;
  font-size: 10px;
}

.modal.modal-lp .modal-footer,
.modal.modal-lp .modal-header {
  border: none !important;
}
.modal.modal-lp .input-nome {
  background: #f7f7f7;
  border-radius: 5px;
  outline: none;
  height: 45px;
  padding: 16px;
  width: 100%;
  font-weight: 500;
  border: 1px solid transparent;
}
.modal.modal-lp .modal-content {
  border-radius: 8px !important;
}
.modal.modal-lp .modal-content__templates {
  background-color: #09131F;
}
.modal.modal-lp form {
  width: 500px;
}
.modal.modal-lp form .btn-next {
  background-color: #6038FF;
  color: #fff;
  font-weight: bold;
}
.modal.modal-lp form .btn-next .arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.modal.modal-lp form .btn-next span {
  display: inline-block;
  transform: translate(15px, 0);
  transition: 0.2s;
}
.modal.modal-lp form .btn-next:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.modal.modal-lp form .btn-next:hover span {
  transform: translate(0, 0);
}

.modal-xl {
  max-width: 80%;
}

@media (max-width: 1450px) {
  .main__container_dashboard2 {
    padding: 0 100px;
    margin-top: 100px;
  }
}
@media (max-width: 1300px) {
  .main__container_dashboard2 {
    padding: 0 50px !important;
    margin-top: 100px;
  }
  .contato__newdashboard_container {
    margin-top: 56px !important;
    flex-wrap: wrap;
    flex-shrink: 0;
  }
  .coluna_direita__dashboard_container {
    min-width: 300px;
  }
  .search-faq-container {
    margin: 0 !important;
    min-width: 285px;
  }
}
@media (max-width: 880px) {
  .main__container_dashboard2 {
    padding: 0 20px !important;
  }
  .nav__dashboard2_container {
    width: 100% !important;
  }
  .nav__dashboard2_container button {
    width: 100% !important;
    margin-bottom: 35px;
  }
  .search__input_container div:first-of-type {
    flex-wrap: wrap;
  }
  .search__input_container .content__searchinput {
    width: 100% !important;
  }
  .coluna_direita__dashboard_container {
    max-width: 100% !important;
  }
}
@media (max-width: 1060px) {
  .hero__animation_landingpage {
    display: none;
  }
}
@media (max-width: 900px) {
  .modal.modal-lp .container-preview h1 {
    font-size: 30px;
  }
}
@media (max-width: 845px) {
  .contato__newdashboard_container {
    flex-direction: column;
  }
  .contato {
    min-width: 100%;
  }
}
@media (max-width: 414px) {
  .main__container_dashboard2 {
    padding-right: 0 !important;
  }
  .assinatura__container_wrapper {
    padding-right: 0 !important;
  }
}
.modal.modal-lp .modal-footer,
.modal.modal-lp .modal-header {
  border: none !important;
}
.modal.modal-lp .input-nome {
  background: #f7f7f7;
  border-radius: 5px;
  outline: none;
  height: 45px;
  padding: 16px;
  width: 100%;
  font-weight: 500;
  border: 1px solid transparent;
}
.modal.modal-lp .modal-content {
  border-radius: 8px !important;
}
.modal.modal-lp .modal-content__templates {
  background-color: #09131F;
}
.modal.modal-lp form {
  width: 500px;
}
.modal.modal-lp form .btn-next {
  background-color: #6038FF;
  color: #fff;
  font-weight: bold;
}
.modal.modal-lp form .btn-next .arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.modal.modal-lp form .btn-next span {
  display: inline-block;
  transform: translate(15px, 0);
  transition: 0.2s;
}
.modal.modal-lp form .btn-next:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.modal.modal-lp form .btn-next:hover span {
  transform: translate(0, 0);
}
.modal.modal-lp .col-templates {
  padding: 5px;
  background: #09131f;
  border-radius: 8px;
  width: 100%;
}
.modal.modal-lp .container-preview {
  position: relative;
  height: 100%;
  overflow: auto;
  border-radius: 8px;
}
.modal.modal-lp .container-preview div:first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  background: #09131F;
  padding: 20px;
  border-radius: 8px;
}
.modal.modal-lp .container-preview h1 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0em;
  line-height: 1.3;
  min-height: 0vw;
  color: #fff;
  font-family: sans-serif;
}
.modal.modal-lp .container-preview p a,
.modal.modal-lp .container-preview i a,
.modal.modal-lp .container-preview div a {
  color: #fff;
}
.modal.modal-lp .container-preview .preview {
  position: absolute;
  top: 0;
  display: none;
}
.modal.modal-lp .container-preview .preview.active {
  display: flex;
}
.modal.modal-lp .container-preview .loader {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 32%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal.modal-lp .container-preview .loader svg {
  fill: #fff;
  filter: contrast(0.3);
}
.modal.modal-lp .container-preview .loader.active {
  display: flex;
}

.modal-xl {
  max-width: 80%;
}

.modal-content__templates {
  width: 1200px;
  /*======== Barra lateral======== */
}
.modal-content__templates .col-templates {
  overflow: auto;
}
.modal-content__templates .container-templates {
  position: relative;
  left: 55px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6460px;
  width: fit-content;
}
.modal-content__templates .container-templates.grid {
  height: auto;
  overflow: auto;
  align-items: flex-start;
  flex-direction: inherit;
}
.modal-content__templates .container-templates .item {
  cursor: pointer;
  width: 410px;
  transition: 0.2s;
  margin: 10px;
  overflow: hidden;
  padding: 3px 5px 3px 5px;
  background: #0f1b2b;
}
.modal-content__templates .container-templates .item * {
  pointer-events: none;
}
.modal-content__templates .container-templates .item .template-view {
  height: 240px;
  background-position-y: 0px;
  background-position-x: center;
  transition: 2s linear;
  pointer-events: none;
}
.modal-content__templates .container-templates .item .template-view.slow {
  transition: 5s;
}
.modal-content__templates .container-templates .item:hover {
  background: #2b415e;
}
.modal-content__templates .container-templates .item:hover .template-view {
  background-position-y: 100%;
}
.modal-content__templates .modal-body {
  height: 90vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.modal-content__templates ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
.modal-content__templates .nav {
  box-sizing: border-box;
  background: #0f1b2b;
  color: #767f86;
  padding-left: 15px;
  margin-right: 10px;
  width: 205px;
  height: 100%;
}
.modal-content__templates .title {
  display: flex;
  align-items: center;
  color: #767f86;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  padding: 20px 0 15px;
}
.modal-content__templates .linha::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(66, 73, 81, 0.1294117647);
  margin-left: 20px;
  display: block;
}
.modal-content__templates .text-list {
  position: fixed;
  top: 50px;
}
.modal-content__templates .text-list__item {
  padding: 0px 40px 15px 35px;
  font-size: 14px;
  transition: 0.5s;
}
.modal-content__templates .text-list__item #number {
  margin-left: 30px;
}
.modal-content__templates .text-list__item div {
  color: #767f86;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
}
.modal-content__templates .loading-container {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-content__templates .loading-container span {
  position: relative;
  top: 50px;
}
.modal-content__templates .loading-container .loader .image {
  animation-name: rotate2;
  /* animation-duration: 2.5s; */
}
.modal-content__templates .loading-container.stop .loader .image {
  animation: none;
}
.modal-content__templates .layout {
  display: flex;
}
.modal-content__templates .landing-loader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10002;
}
.modal-content__templates .landing-loader * {
  user-select: none;
}
.modal-content__templates .loader {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.modal-content__templates .loader .image {
  width: 100px;
  height: 160px;
  font-size: 40px;
  text-align: center;
  transform-origin: bottom center;
  animation: 3s rotate infinite;
  opacity: 0;
}
.modal-content__templates .loader img {
  width: 100px;
}
.modal-content__templates .loader span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  10% {
    opacity: 0;
  }
  35% {
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  5% {
    transform: rotate(0deg);
  }
  20% {
    opacity: 0;
  }
  40% {
    transform: rotate(90deg);
  }
  65% {
    transform: rotate(-90deg);
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.modal-content__templates a,
.modal-content__templates li {
  text-decoration: none;
  list-style: none;
  cursor: pointer;
}
.modal-content__templates ul li {
  padding: 7.5px 0;
  font-size: 14px;
  transition: color font-weight 0.3s ease-in-out;
  border-radius: 4px;
  margin: 4px;
  display: flex;
  justify-content: space-between;
}
.modal-content__templates ul li.active,
.modal-content__templates ul li:hover {
  color: #00bcd8;
  font-weight: bold;
}
.modal-content__templates .categorias {
  position: fixed;
  height: 100%;
  width: 175px;
}
.modal-content__templates .separador {
  width: 100%;
  height: 1px;
  background-color: rgba(66, 73, 81, 0.1294117647);
  display: flex;
}
.modal-content__templates ::-webkit-scrollbar-thumb {
  background: #6038ff !important;
  border-radius: 25px !important;
}
.modal-content__templates ::-webkit-scrollbar-track {
  background: #09131f !important;
}
.modal-content__templates ::-webkit-scrollbar-track {
  background: #0f1b2b;
}

.template-view-branco {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #000;
  background-color: #fff;
}

.ajuda--main {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding-top: 0 !important;
}

.ajuda--main div:nth-child(1) {
  background: #09131F !important;
  color: #fff !important;
}

.ajuda--main div:nth-child(2) {
  color: #fff !important;
  background: #00D8F3 !important;
}

.ajuda--main div:nth-child(3) {
  background: #6038FF !important;
  color: #fff !important;
}

.ajuda--main div {
  flex: 1;
  min-height: 240px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 45px;
  flex-wrap: nowrap;
  border-radius: 5px;
}

.ajuda--main span {
  padding: 4px 8px;
  font-size: 0.9rem;
  font-weight: 500;
  border-left: 3px solid;
  line-height: 10px;
}

.ajuda--main div strong {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 12px;
}

.ajuda--main div a:hover {
  opacity: 0.8;
}

.ajuda--main div:nth-child(1) a {
  background: #142b47 !important;
  color: #fff !important;
}

.ajuda--main div:nth-child(2) a {
  background: #27e7ff !important;
  color: #fff !important;
}

.ajuda--main div:nth-child(3) a {
  background: #7452ff !important;
  color: #e6e6e6 !important;
}

.ajuda--main div a {
  margin-top: 12px;
  background: #09131F !important;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 1rem;
  color: #fff !important;
  border-radius: 5px;
  transition: opacity 0.2s;
}

.ajuda-container {
  display: flex;
  flex-direction: column-reverse;
  overflow-y: hidden;
  padding: 0 2rem 7rem 2rem;
}

.lp--box {
  width: 100%;
  padding: 2rem;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

#frameSaklandingpage {
  width: 100%;
}

@media (min-width: 1100px) {
  .ajuda-container {
    flex-direction: row;
  }
  .ajuda--main {
    flex-direction: column;
  }
  .ajuda--main div {
    flex: 0;
  }
}
@media (max-width: 1100px) {
  .lp--box {
    margin-top: 2rem;
  }
  #frameSaklandingpage {
    margin-right: 30px !important;
  }
}
.swal2-show {
  animation: none !important;
}

.swal2-popup {
  background-color: white !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
  background-color: #09131F !important;
  border-color: #09131F !important;
  color: white !important;
  font-weight: 600;
}

.swal2-popup .swal2-styled.swal2-confirm:focus {
  background-color: #09131F !important;
  border-color: #09131F !important;
  color: white !important;
}

.swal2-popup .swal2-styled.swal2-confirm:active {
  background-color: #09131F !important;
  border-color: #09131F !important;
  color: white !important;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
  background-color: #142b47 !important;
  border-color: #142b47 !important;
  color: white !important;
}

.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #09131F;
  font-weight: 600;
}

.swal2-popup .swal2-styled.swal2-cancel:focus {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #09131F;
}

.swal2-popup .swal2-styled.swal2-cancel:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #09131F;
}

.swal2-popup .swal2-styled.swal2-cancel:hover {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #09131F;
}

.swal2-icon.swal2-warning {
  color: #09131F !important;
  border-color: #09131F !important;
}

.swal2-actions {
  flex-direction: row-reverse !important;
}

.modal.modal-lp .modal-footer,
.modal.modal-lp .modal-header {
  border: none !important;
}
.modal.modal-lp .input-nome {
  background: #f7f7f7;
  border-radius: 5px;
  outline: none;
  height: 45px;
  padding: 16px;
  width: 100%;
  font-weight: 500;
  border: 1px solid transparent;
}
.modal.modal-lp .modal-content {
  border-radius: 8px !important;
}
.modal.modal-lp .modal-content__templates {
  background-color: #09131F;
}
.modal.modal-lp form {
  width: 500px;
}
.modal.modal-lp form .btn-next {
  background-color: #6038FF;
  color: #fff;
  font-weight: bold;
}
.modal.modal-lp form .btn-next .arrow {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.modal.modal-lp form .btn-next span {
  display: inline-block;
  transform: translate(15px, 0);
  transition: 0.2s;
}
.modal.modal-lp form .btn-next:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.modal.modal-lp form .btn-next:hover span {
  transform: translate(0, 0);
}
.modal.modal-lp .col-templates {
  padding: 5px;
  background: #09131f;
  border-radius: 8px;
  width: 100%;
}
.modal.modal-lp .container-preview {
  position: relative;
  height: 100%;
  overflow: auto;
  border-radius: 8px;
}
.modal.modal-lp .container-preview div:first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  background: #09131F;
  padding: 20px;
  border-radius: 8px;
}
.modal.modal-lp .container-preview h1 {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0em;
  line-height: 1.3;
  min-height: 0vw;
  color: #fff;
  font-family: sans-serif;
}
.modal.modal-lp .container-preview p a,
.modal.modal-lp .container-preview i a,
.modal.modal-lp .container-preview div a {
  color: #fff;
}
.modal.modal-lp .container-preview .preview {
  position: absolute;
  top: 0;
  display: none;
}
.modal.modal-lp .container-preview .preview.active {
  display: flex;
}
.modal.modal-lp .container-preview .loader {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 32%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal.modal-lp .container-preview .loader svg {
  fill: #fff;
  filter: contrast(0.3);
}
.modal.modal-lp .container-preview .loader.active {
  display: flex;
}

.modal-xl {
  max-width: 80%;
}

.modal-content__templates {
  width: 1200px;
  /*======== Barra lateral======== */
}
.modal-content__templates .col-templates {
  overflow: auto;
}
.modal-content__templates .container-templates {
  position: relative;
  left: 55px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 6460px;
  width: fit-content;
}
.modal-content__templates .container-templates.grid {
  height: auto;
  overflow: auto;
  align-items: flex-start;
  flex-direction: inherit;
}
.modal-content__templates .container-templates .item {
  cursor: pointer;
  width: 410px;
  transition: 0.2s;
  margin: 10px;
  overflow: hidden;
  padding: 3px 5px 3px 5px;
  background: #0f1b2b;
}
.modal-content__templates .container-templates .item * {
  pointer-events: none;
}
.modal-content__templates .container-templates .item .template-view {
  height: 240px;
  background-position-y: 0px;
  background-position-x: center;
  transition: 2s linear;
  pointer-events: none;
}
.modal-content__templates .container-templates .item .template-view.slow {
  transition: 5s;
}
.modal-content__templates .container-templates .item:hover {
  background: #2b415e;
}
.modal-content__templates .container-templates .item:hover .template-view {
  background-position-y: 100%;
}
.modal-content__templates .modal-body {
  height: 90vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.modal-content__templates ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
.modal-content__templates .nav {
  box-sizing: border-box;
  background: #0f1b2b;
  color: #767f86;
  padding-left: 15px;
  margin-right: 10px;
  width: 205px;
  height: 100%;
}
.modal-content__templates .title {
  display: flex;
  align-items: center;
  color: #767f86;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  padding: 20px 0 15px;
}
.modal-content__templates .linha::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(66, 73, 81, 0.1294117647);
  margin-left: 20px;
  display: block;
}
.modal-content__templates .text-list {
  position: fixed;
  top: 50px;
}
.modal-content__templates .text-list__item {
  padding: 0px 40px 15px 35px;
  font-size: 14px;
  transition: 0.5s;
}
.modal-content__templates .text-list__item #number {
  margin-left: 30px;
}
.modal-content__templates .text-list__item div {
  color: #767f86;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
}
.modal-content__templates .loading-container {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-content__templates .loading-container span {
  position: relative;
  top: 50px;
}
.modal-content__templates .loading-container .loader .image {
  animation-name: rotate2;
  /* animation-duration: 2.5s; */
}
.modal-content__templates .loading-container.stop .loader .image {
  animation: none;
}
.modal-content__templates .layout {
  display: flex;
}
.modal-content__templates .landing-loader {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10002;
}
.modal-content__templates .landing-loader * {
  user-select: none;
}
.modal-content__templates .loader {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.modal-content__templates .loader .image {
  width: 100px;
  height: 160px;
  font-size: 40px;
  text-align: center;
  transform-origin: bottom center;
  animation: 3s rotate infinite;
  opacity: 0;
}
.modal-content__templates .loader img {
  width: 100px;
}
.modal-content__templates .loader span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(-90deg);
  }
  10% {
    opacity: 0;
  }
  35% {
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  5% {
    transform: rotate(0deg);
  }
  20% {
    opacity: 0;
  }
  40% {
    transform: rotate(90deg);
  }
  65% {
    transform: rotate(-90deg);
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.modal-content__templates a,
.modal-content__templates li {
  text-decoration: none;
  list-style: none;
  cursor: pointer;
}
.modal-content__templates ul li {
  padding: 7.5px 0;
  font-size: 14px;
  transition: color font-weight 0.3s ease-in-out;
  border-radius: 4px;
  margin: 4px;
  display: flex;
  justify-content: space-between;
}
.modal-content__templates ul li.active,
.modal-content__templates ul li:hover {
  color: #00bcd8;
  font-weight: bold;
}
.modal-content__templates .categorias {
  position: fixed;
  height: 100%;
  width: 175px;
}
.modal-content__templates .separador {
  width: 100%;
  height: 1px;
  background-color: rgba(66, 73, 81, 0.1294117647);
  display: flex;
}
.modal-content__templates ::-webkit-scrollbar {
  width: 5px;
  height: 0;
}
.modal-content__templates ::-webkit-scrollbar-thumb {
  background: #09131f;
  border-radius: 4px;
}
.modal-content__templates ::-webkit-scrollbar-track {
  background: #0f1b2b;
}

.template-view-branco {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: #000;
  background-color: #fff;
}

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