@charset "UTF-8";
.button-default {
  border: 0px;
  background-color: transparent;
  color: black;
}

.button-entrar {
  width: 120px;
  background-color: #fe9000;
  border: 1px solid #fe9000;
  border-radius: 5px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-entrar:hover {
  background-color: #f9f9f9;
  color: #fe9000;
}

.button-cadastrar {
  width: 120px;
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 5px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-cadastrar:hover {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  color: #f9f9f9;
}
.button-cadastrar:disabled {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  opacity: 0.5;
  cursor: default;
}

.button-login, .button-search, .register-container .register-card .page-button-cadastrar, .login-container .login-card .page-button-entrar, .nav-button-login {
  width: 120px;
  background-color: #fe9000;
  border: 1px solid #fe9000;
  border-radius: 100px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-login:hover, .button-search:hover, .register-container .register-card .page-button-cadastrar:hover, .login-container .login-card .page-button-entrar:hover, .nav-button-login:hover {
  background-color: #f9f9f9;
  color: #fe9000;
}

.button-register, .nav-button-register {
  width: 120px;
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-register:hover, .nav-button-register:hover {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  color: #f9f9f9;
}
.button-register:disabled, .nav-button-register:disabled {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  opacity: 0.5;
  cursor: default;
}

.button-register-dark, .placa-container .bottom-btn, .button-register-text, .button-register-teste {
  min-width: 120px;
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-register-dark:hover, .placa-container .bottom-btn:hover, .button-register-text:hover, .button-register-teste:hover {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
}

.button-landing-page, .page-button-login {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  border-radius: 100px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
  height: 50px;
  font-family: "Poppins", sans-serif;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-landing-page:hover, .page-button-login:hover {
  font-size: 25px;
}

.button-necessidade-orange {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  width: 50px;
  height: 36px;
  border-radius: 6px;
  color: #f9f9f9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-orcamento-branco-laranja {
  background-color: #f9f9f9;
  border: 1px solid #fe9000;
  padding: 4px;
  border-radius: 6px;
  color: #fe9000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-orcamento-branco-laranja:hover {
  background-color: #fe9000;
  color: #f9f9f9;
}

.add-button-photo {
  background-color: rgba(228, 225, 225, 0.8352941176);
  border: 1px solid rgba(228, 225, 225, 0.8352941176);
  width: 90vw;
  height: 36px;
  border-radius: 6px;
  gap: 10px;
  color: #f9f9f9;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.checkbox-wrapper-15 .cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.checkbox-wrapper-15 .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}

.checkbox-wrapper-15 .cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-15 .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fe9000;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}

.checkbox-wrapper-15 .cbx span:last-child {
  margin-left: 8px;
}

.checkbox-wrapper-15 .cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 0px;
  width: 100%;
  background: #B9B8C3;
  transform-origin: 0 0;
  transform: scaleX(0);
}

.checkbox-wrapper-15 .cbx:hover span:first-child {
  border-color: #fe9000;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
  border-color: #fe9000;
  background: #fe9000;
  animation: check-15 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child a {
  color: #B9B8C3;
  transition: all 0.3s ease;
}

.checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check-15 {
  50% {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 834px) {
  .button-login, .button-search, .register-container .register-card .page-button-cadastrar, .login-container .login-card .page-button-entrar, .nav-button-login {
    width: auto;
  }
}
.title-small, .table-title, .pagamento-container .pagamento-title, #tituloSugestao, .page-title, .container-need-title, .friday-section .friday-section-title {
  font-size: 22px;
  color: #f9f9f9;
  font-weight: bolder;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.title, .sessao-apresentação-title, .sessao-beneficios-title, .sessao-video-title, .sessao-avaliacao-title, .sessao-funcionamento-title, .sessao-antes-depois-title, .sessao-teste-gratis-title, .sessao-faq-title, .sessao-segunda-apresentacao-title, .group-section .sessao-avaliacao .carousel-text-title {
  font-size: 60px;
  color: #f9f9f9;
  font-weight: bolder;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.title-special, .atualizar-senha-card-title, .error-card-title, .contruction-title, .title, .register-container .register-card .register-card-title, .login-container .login-card .login-card-title, .login-container .login-card .login-card-header .login-card-title {
  font-size: 60px;
  color: #f9f9f9;
  font-weight: bolder;
  font-family: "Pilcrow", sans-serif;
}

.subtitle, .iatrix, .login-container .login-card .login-form-link, .sessao-apresentação-description, .group-section .sessao-video-description, .group-section .sessao-funcionamento .sessao-funcionamento-container .card-box-description, .friday-section .friday-section-description {
  font-size: 20px;
  color: #f3f3f3;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.subtitle-large, .error-card-description, .group-section .sessao-avaliacao .carousel-text-description, .group-section .sessao-funcionamento .sessao-funcionamento-title, .group-section .sessao-funcionamento .sessao-funcionamento-container .sessao-funcionamento-card-title {
  font-size: 30px;
  color: #f3f3f3;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.text, .header-line-acerto-os .header-line-input, .container-pesquisar .container-pesquisar-input, .input-confirmar-add-item, .soma-valores, .btn-editPassword, .pagamento-opcao, .pix .pix-title, .pix .pix-valor, .plano-body-text, .step-title, .titleAcordion, .construction-description, .page-description, .tag-container-description-group, .div-canvas, .demand-title, .navbar-menu-navigation-title, .header-line-demandas .header-line-input, .autocomplete-text, .autocomplete-text-modelo, .date-container .date, .date-container-filter .date, .owner-container, .tag-container-description, .text-container, .register-container .register-card .text-danger-message, .header-line-input, .input-modal-text {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  font-family: "Quicksand";
}

@media screen and (max-width: 834px) {
  .title, .sessao-apresentação-title, .sessao-beneficios-title, .sessao-video-title, .sessao-avaliacao-title, .sessao-funcionamento-title, .sessao-antes-depois-title, .sessao-teste-gratis-title, .sessao-faq-title, .sessao-segunda-apresentacao-title, .group-section .sessao-avaliacao .carousel-text-title {
    font-size: 40px;
  }
  .subtitle-large, .error-card-description, .group-section .sessao-avaliacao .carousel-text-description, .group-section .sessao-funcionamento .sessao-funcionamento-title, .group-section .sessao-funcionamento .sessao-funcionamento-container .sessao-funcionamento-card-title {
    font-size: 20px;
  }
}
.card-plan {
  margin-top: 36px;
  transition: 0.2s;
}

.card-plan a:hover {
  color: white;
}

.cardPrice {
  position: relative;
  width: 350px;
  height: 450px;
  background-color: #f9f9f9;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}

.cardPrice span {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cardPrice span::before {
  content: "Oferta limitada";
  position: absolute;
  width: 150%;
  height: 40px;
  background-color: #4e1f85;
  transform: rotate(-45deg) translateY(-20px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  color: #f9f9f9;
  letter-spacing: 0.1em;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.cardPrice span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #4e1f85;
  z-index: 0;
  box-shadow: 140px -140px #4e1f85;
}

@media screen and (max-width: 834px) {
  .cardPrice {
    width: 270px;
    height: 400px;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  background-color: #4e1f85;
  color: #f9f9f9;
}
.footer .footer-basic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  gap: 16px;
}
.footer .footer-basic .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px;
}
.footer .footer-basic .footer-social-icon {
  color: #f9f9f9;
  font-size: 20px;
  border: 1px solid #f9f9f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}
.footer .footer-basic .footer-social-icon:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
}
.footer .footer-basic .list-inline {
  height: 60px;
}
.footer .footer-basic .list-inline a {
  text-decoration: none;
  color: #f9f9f9;
  transition: 0.5s;
}
.footer .footer-basic .list-inline a:hover {
  font-size: 20px;
}

@media screen and (max-width: 834px) {
  .footer .footer-basic .list-inline {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

u {
  color: transparent;
}

.carouselCardsDesktop {
  width: 100%;
  display: block;
}

.carouselCardsMobile {
  width: 100%;
  display: none;
}

.conteudoTextual {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.item-menu {
  color: #f9f9f9;
  font-size: medium !important;
}
.item-menu:hover {
  color: white !important;
  font-size: large !important;
}

.navbarMenu {
  display: none !important;
}

.navbarLinks {
  display: block !important;
}

.collapse-end {
  position: absolute;
  z-index: 1000;
  top: 45px;
  right: 0;
  background-color: rgba(59, 31, 95, 0.67);
  border: solid 1px;
  border-radius: 10px;
  width: 200px;
}

.text-decoration-underline {
  color: #222222;
}

.text-decoration-underline-white {
  color: #f9f9f9;
}

.sessao-apresentação {
  width: 100%;
  padding-inline: 2.55rem;
  scroll-margin-top: 82px;
}

.sessao-apresentação-col-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sessao-apresentação-image {
  width: -webkit-fill-available;
  border-radius: 10px;
}

.container-section {
  width: 40vw;
}

.sessao-apresentação-buttons {
  width: max-content;
}

.button-agendar {
  background-color: #fe9000;
  color: white;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
}
.button-agendar:hover {
  background-color: #4e1f85;
  color: white;
}

.button-agendar-teste {
  background: linear-gradient(to right, #fe9000 50%, #4e1f85 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: white;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
  transition: background-position 0.5s linear, color 0.3s ease;
}
.button-agendar-teste:hover {
  background-position: right bottom;
  color: white;
}

.button-demonstracao {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 1.5rem;
}

.bg-roxo {
  background-color: #4e1f85;
}

.cor-roxa {
  color: #4e1f85;
}

.cor-laranja {
  color: #fe9000;
}

.cor-verde {
  color: #72a98f;
}

.sessao-apresentação-title {
  color: black;
  font-size: 3.75rem;
}

@keyframes fadeLetter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}
.sessao-apresentação-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  line-height: 1.75re;
}

.sessao-apresentação-description {
  padding-left: 2vw;
}

.sessao-apresentação-test {
  display: flex;
  align-items: center;
}

.green-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: hsl(145, 65%, 45%);
}

.sessao-beneficios {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 5rem;
  scroll-margin-top: 82px;
}

.sessao-beneficios-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-beneficios-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

.sessao-beneficios-cards {
  display: flex;
}

.sessao-beneficios-card {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-radius: 5px;
}
.sessao-beneficios-card:hover {
  transition: 0.4s;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.2);
}

.sessao-beneficios-card-icon {
  padding: 1.8rem;
  background-color: hsla(218, 70%, 35%, 0.1);
  border-radius: 10px;
}

.sessao-beneficios-card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sessao-beneficios-card-subtitle {
  color: hsl(215, 20%, 50%);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.sessao-video {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 5rem;
  scroll-margin-top: 82px;
}

.sessao-video-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-video-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  line-height: 1.75re;
  text-align: center;
}

.sessao-video-video-div {
  width: -webkit-fill-available;
  display: flex;
  justify-content: center;
}

.sessao-video-video {
  width: 60%;
  height: 60vh;
}

.button-demo {
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  background: linear-gradient(131deg, rgb(78, 31, 133) 22%, rgb(254, 144, 0) 93%);
  overflow: hidden;
  z-index: 1;
}
.button-demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgb(78, 31, 133);
  z-index: -1;
  transition: width 0.5s linear;
}
.button-demo:hover::before {
  width: 100%;
}

.sessao-avaliacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 6rem;
  scroll-margin-top: 82px;
}

.sessao-avaliacao-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-avaliacao-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

.sessao-avaliacao-cards {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
}

.sessao-avaliacao-card {
  max-width: 400px;
  padding: 20px;
  font-family: Arial, sans-serif;
  border: none !important;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.2);
}
.sessao-avaliacao-card:hover {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.2);
}

.sessao-avaliacao-card-stars {
  color: #FFD700;
  font-size: 20px;
  margin-bottom: 10px;
}

.sessao-avaliacao-card-text {
  font-style: italic;
  color: hsl(215, 20%, 50%);
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 15px;
}

.sessao-avaliacao-card-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sessao-avaliacao-card-profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0.7px;
}

.sessao-avaliacao-card-profile-info {
  display: flex;
  flex-direction: column;
}
.sessao-avaliacao-card-profile-info strong {
  font-size: 14px;
  color: #000;
}
.sessao-avaliacao-card-profile-info span {
  color: hsl(215, 20%, 50%);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sessao-avaliacao-cards-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #4e1f85;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.sessao-funcionamento {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 6rem;
  scroll-margin-top: 82px;
}

.sessao-funcionamento-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-funcionamento-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  line-height: 1.75re;
  text-align: centerm;
  text-align: center;
}

.sessao-funcionamento-etapa {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sessao-funcionamento-etapa-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sessao-funcionamento-etapa-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #FFF;
  border-radius: 50%;
}

.sessao-funcionamento-etapa-description {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

.sessao-funcionamento-timeline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 50px 0 30px 0;
}
.sessao-funcionamento-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ccc, #4e1f85);
  z-index: 1;
}

.sessao-funcionamento-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.sessao-funcionamento-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2rem;
}

.table-antes-depois {
  width: fit-content;
  --bs-table-bg: transparent;
}

.table-antes-depois {
  width: 55%;
}
.table-antes-depois th {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.table-antes-depois td {
  font-weight: 600;
}
.table-antes-depois .table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid rgb(220, 227, 233);
}

.text-gray {
  color: hsl(215, 20%, 50%) !important;
}

.text-green {
  color: hsl(145, 65%, 45%) !important;
}

.orange {
  background: #f47c20;
}

.blue {
  background: #1c4a9e;
  font-size: 18px;
}

.icon {
  font-size: 18px;
  line-height: 1;
}

.sessao-antes-depois {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 6rem;
  scroll-margin-top: 82px;
}

.sessao-antes-depois-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-antes-depois-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  text-align: center;
}

.sessao-teste-gratis {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 6rem;
  background: linear-gradient(131deg, rgb(78, 31, 133) 45%, rgb(254, 144, 0) 97%);
  scroll-margin-top: 82px;
}

.sessao-teste-gratis-title {
  color: #FFF;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-teste-gratis-subtitle {
  color: #FFF;
  font-size: 1.125rem;
  text-align: center;
}

.sessao-teste-gratis-text-info {
  color: #FFF;
}

.sessao-teste-gratis-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sessao-teste-gratis-info {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  gap: 2rem;
}

.sessao-teste-gratis-garantia {
  background-color: rgba(255, 255, 255, 0.1019607843);
  display: grid;
  text-align: center;
  padding: 1.5rem 2rem;
  border-radius: 10px;
}

.sessao-teste-gratis-garantia-title {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.sessao-teste-gratis-garantia-subtitle {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  opacity: 0.9;
}

.color-gold {
  color: #FFD700;
}

.sessao-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 6rem;
  scroll-margin-top: 82px;
}

.sessao-faq-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-align: center;
}

.sessao-faq-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
  text-align: center;
}

.sessao-faq-accordion {
  width: 75%;
}

.sessao-faq-accordion-button {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.sessao-faq-accordion-button:not(.collapsed) {
  background-color: white;
}
.sessao-faq-accordion-button:focus {
  box-shadow: none;
}

.sessao-segunda-apresentacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-inline: 2.55rem;
  margin-top: 6rem;
  scroll-margin-top: 82px;
}

.sessao-segunda-apresentacao-title {
  color: black;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.sessao-segunda-apresentacao-subtitle {
  color: hsl(215, 20%, 50%);
  font-size: 1.125rem;
}

.sessao-segunda-apresentacao-test {
  color: hsl(215, 20%, 50%);
}

.footer-section-landing-page {
  background-color: #4e1f85;
  margin-top: 6rem;
  padding-inline: 2.55rem;
}

.footer-description {
  color: hsl(0, 0%, 73.38%);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-links {
  gap: 1rem;
  color: #FFF;
}

.footer-link {
  color: hsl(0, 0%, 73.38%);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer-link:hover {
  color: #FFF;
}

.footer-divider {
  color: hsla(0, 0%, 100%, 0.2);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.footer-social a {
  color: #FFF;
}

.footer-social-icon {
  color: #f9f9f9;
  font-size: 20px;
  border: 1px solid #f9f9f9;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  cursor: pointer;
}

.footer-bottom {
  color: hsl(0, 0%, 73.38%);
}

.page-button-login {
  margin-top: 3vh;
}

.group-section {
  background: linear-gradient(131deg, rgb(255, 255, 255) 8%, rgb(78, 31, 133) 73%);
  background-size: cover;
  width: 100%;
}
.group-section .sessao-beneficios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.group-section .sessao-beneficios-sub-title {
  font-size: 50px;
  color: #222222;
  padding-left: 2vw;
  padding-right: 2vw;
  text-align: left;
  font-weight: bold;
}
.group-section .sessao-video-video {
  width: 100%;
  height: 456px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  border: 1px solid #222222;
}
.group-section .sessao-video-title {
  font-size: 50px;
  font-weight: bold;
  color: #f9f9f9;
}
.group-section .sessao-video-description {
  color: #f9f9f9;
  text-align: justify;
}
.group-section .sessao-avaliacao .carousel-card-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  padding: 15%;
}
.group-section .sessao-avaliacao .carousel-text-title {
  color: #f9f9f9;
  text-align: left;
}
.group-section .sessao-avaliacao .carousel-text-description {
  color: #f9f9f9;
}
.group-section .sessao-funcionamento {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: max-content;
  width: 100vw;
}
.group-section .sessao-funcionamento .sessao-funcionamento-title {
  font-weight: lighter;
  color: #f9f9f9;
  padding: 2vw;
  text-align: center;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  gap: 36px;
  padding-bottom: 36px;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container .sessao-funcionamento-card-orange {
  display: flex;
  background-color: #fe9000;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-top-left-radius: 70px;
  overflow: hidden;
  min-height: 30vh;
  width: inherit;
  padding: 2%;
  gap: 8px;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container .sessao-funcionamento-card-green {
  display: flex;
  background-color: #72a98f;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-top-left-radius: 70px;
  overflow: hidden;
  min-height: 30vh;
  width: inherit;
  padding: 2%;
  gap: 8px;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container .sessao-funcionamento-card-title {
  color: #f9f9f9;
  text-align: center;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container .sessao-funcionamento-card-box {
  display: flex;
  background-color: #f9f9f9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0px 20px 20px;
  min-height: 320px;
  width: 280px;
  padding: 2%;
  gap: 8px;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container .card-box-image {
  width: 275px;
  border-radius: 20px;
  padding: 10px;
}
.group-section .sessao-funcionamento .sessao-funcionamento-container .card-box-description {
  color: #222222;
  text-align: center;
}

.friday-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: max-content;
  width: 100vw;
  padding: 10%;
}
.friday-section .friday-section-title {
  color: #222222;
  text-align: center;
}
.friday-section .friday-section-description {
  color: rgba(0, 0, 0, 0.5019607843);
  text-align: center;
  font-weight: lighter;
}

.input-modal-text {
  width: 100%;
  color: #222222;
  border: 2px solid #f3f3f3;
  border-radius: 6px;
  padding: 5px;
}
.input-modal-text:hover {
  border: 1px solid #fe9000;
}
.input-modal-text:focus {
  border: 2px solid #fe9000;
  outline: none;
}

.forms-camp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.icone-whatsapp {
  font-size: 70px;
}

.whatsapp-button {
  position: fixed;
  width: 90px;
  height: 90px;
  bottom: 20px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(37, 211, 101, 0.4392156863);
  z-index: 100;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 40px;
}

.accordion-faq {
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.2);
}
.accordion-faq:not(:first-of-type) {
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-faq:hover {
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  .navbarMenu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end !important;
    width: 10% !important;
    position: absolute !important;
    right: 20px !important;
    top: 10px !important;
    z-index: 1030;
  }
  .sessao-beneficios-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sessao-beneficios-card {
    width: auto;
  }
  .carouselCardsDesktop {
    width: 100%;
    display: none;
  }
  .carouselCardsMobile {
    display: block;
  }
  .navbarLinks {
    display: none !important;
  }
  .sessao-apresentação-description {
    padding-left: 4vw;
    width: 80vw;
  }
  .container-section {
    width: 100vw;
  }
  .group-section {
    background-position-x: 80%;
    width: 100vw;
    height: max-content;
    padding-bottom: 20px;
  }
  .group-section .sessao-beneficios {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .group-section .sessao-beneficios-sub-title {
    text-align: center;
  }
  .group-section .sessao-beneficios-image {
    width: 100%;
  }
  .group-section .sessao-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .group-section .sessao-video .sessao-video-title {
    font-size: 40px;
  }
  .group-section .sessao-video-video {
    height: 360px;
  }
  .group-section .sessao-avaliacao .carousel-card-box {
    display: flex;
    width: 100vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }
  .group-section .sessao-avaliacao .carousel-card-box-image {
    width: 360px;
    margin-left: 25px;
  }
  .group-section .sessao-avaliacao .carousel-text {
    width: 80vw;
  }
  .group-section .sessao-avaliacao .carousel-text-title {
    text-align: center;
  }
  .group-section .sessao-avaliacao .carousel-text-description {
    text-align: center;
  }
  .group-section .sessao-funcionamento .sessao-funcionamento-container {
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
@media screen and (min-width: 120px) and (max-width: 1440px) {
  .sessao-apresentação-test {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .container-margen {
    margin-top: 70px !important;
  }
  .sessao-apresentação-title {
    font-size: 3rem;
  }
  .col-title-apresentacao {
    width: 100%;
  }
  .sessao-apresentação-col-image {
    margin-top: 3rem;
    width: 100%;
  }
  .table-antes-depois {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .sessao-apresentação-title {
    font-size: 2.25rem;
  }
  .sessao-beneficios-title {
    font-size: 1.875rem;
  }
  .sessao-video-title {
    font-size: 1.875rem;
  }
  .sessao-avaliacao-title {
    font-size: 1.875rem;
  }
  .sessao-funcionamento-title {
    font-size: 1.875rem;
  }
  .sessao-antes-depois-title {
    font-size: 1.875rem;
  }
  .sessao-teste-gratis-title {
    font-size: 1.875rem;
  }
  .sessao-faq-title {
    font-size: 1.875rem;
  }
  .sessao-segunda-apresentacao-title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .sessao-funcionamento-step {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .icone-whatsapp {
    font-size: 45px;
  }
  .whatsapp-button {
    width: 60px;
    height: 60px;
  }
  .sessao-apresentação-title {
    font-size: 2rem;
  }
  .sessao-apresentação-buttons {
    width: 100%;
    display: grid;
    gap: 1rem;
  }
  .button-agendar {
    margin-right: 0 !important;
    font-size: 1.25rem;
  }
  .button-demonstracao {
    font-size: 1.25rem;
  }
  .button-demo-div {
    width: 100%;
  }
  .button-demo {
    font-size: 1rem;
    width: 100%;
  }
  .sessao-apresentação-subtitle {
    font-size: 1rem;
  }
  .sessao-beneficios-subtitle {
    font-size: 1rem;
  }
  .sessao-beneficios-card-subtitle {
    font-size: 1rem;
  }
  .sessao-video-subtitle {
    font-size: 1rem;
  }
  .sessao-avaliacao-subtitle {
    font-size: 1rem;
  }
  .sessao-funcionamento-subtitle {
    font-size: 1rem;
  }
  .sessao-video-video {
    width: 100%;
  }
  .sessao-avaliacao-cards {
    display: grid;
  }
  .sessao-funcionamento-timeline {
    display: grid;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .sessao-funcionamento-timeline::before {
    left: 38.5px;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #ccc, #4e1f85);
  }
  .sessao-funcionamento-etapa {
    display: flex;
    align-items: baseline;
  }
  .sessao-funcionamento-etapa-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sessao-funcionamento-step {
    display: flex;
    flex-direction: row;
  }
  .sessao-funcionamento-circle {
    margin-top: 2rem;
  }
  .sessao-funcionamento-etapa-title {
    text-align: left;
    padding-left: 1rem;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .sessao-funcionamento-etapa-description {
    text-align: left;
    padding-left: 1rem;
  }
  .sessao-teste-gratis-buttons {
    flex-direction: column;
    gap: 1.5rem;
  }
  .sessao-teste-gratis-info {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .sessao-teste-gratis-garantia-title {
    font-size: 1.125rem;
  }
  .sessao-teste-gratis-garantia-subtitle {
    font-size: 0.825rem;
  }
  .sessao-faq-accordion {
    width: 100%;
  }
  .sessao-apresentação-test {
    width: 50%;
  }
}
@media screen and (max-width: 540px) {
  .sessao-apresentação {
    padding-inline: 0.5rem;
  }
  .sessao-beneficios {
    padding-inline: 0.5rem;
  }
  .sessao-video {
    padding-inline: 0.5rem;
  }
  .sessao-avaliacao {
    padding-inline: 0.5rem;
  }
  .sessao-funcionamento {
    padding-inline: 0.5rem;
  }
  .sessao-antes-depois {
    padding-inline: 0.5rem;
  }
  .sessao-teste-gratis {
    padding-inline: 0.5rem;
  }
  .sessao-faq {
    padding-inline: 0.5rem;
  }
  .sessao-segunda-apresentacao {
    padding-inline: 0.5rem;
  }
  .sessao-beneficios-cards {
    grid-template-columns: auto !important;
  }
  .button-agendar {
    margin-right: 0 !important;
    font-size: 1rem;
  }
  .button-demonstracao {
    font-size: 1rem;
  }
  .button-demo {
    padding: 1rem 0.5rem;
  }
  .sessao-funcionamento-timeline::before {
    left: 22.5px;
  }
  .sessao-funcionamento-step {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sessao-teste-gratis-garantia-title {
    font-size: 1rem;
  }
  .sessao-teste-gratis-garantia-subtitle {
    font-size: 0.775rem;
  }
  .sessao-faq-accordion-button {
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 420px) {
  .sessao-apresentação-test {
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  overflow-x: clip;
  overflow-y: auto;
  height: 100% !important;
}

html.loading {
  overflow: hidden;
  height: 100% !important;
}

body {
  height: 100% !important;
  width: 100%;
  overflow-y: auto;
  overflow-x: clip;
  background: #f3f3f3;
}

a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  color: #4e1f85;
}

.icon-green {
  color: #72a98f;
  display: flex !important;
  justify-content: flex-end;
}

.icon-orange {
  color: #fe9000;
  display: flex !important;
  justify-content: flex-end;
  cursor: pointer;
}

.icon-red {
  color: #f05c5c;
  display: flex !important;
  justify-content: flex-end;
  cursor: pointer;
}

.icon-black {
  color: #222222;
  display: flex !important;
  justify-content: flex-end;
  cursor: pointer;
}

.icon-ativo-inativo {
  color: #222222;
  display: flex !important;
  justify-content: flex-end;
  cursor: pointer;
}

.nav-item {
  cursor: pointer;
}

.toast-container {
  top: 100px !important;
  width: 250px;
}

.toast-link {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.toast-url-style {
  color: #063294;
  font-weight: bold;
}

.border-success {
  border: 0px;
  border-left: 6px solid #72a98f;
}

.div-success {
  border: 0px;
  color: #72a98f;
}

.border-warning {
  border: 0px;
  border-left: 6px solid #fe9000;
}

.div-warning {
  border: 0px;
  color: #fe9000;
}

.border-error {
  border: 0px;
  border-left: 6px solid #f05c5c;
}

.div-info {
  color: #f05c5c;
  border: 0px;
}

.header-nav {
  background-color: #4e1f85;
  color: #f9f9f9;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  width: 100vw;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header-nav.scrolled {
  background-color: #4e1f85;
}
.header-nav .nav-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.header-nav-entrar {
  padding: 0 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 10000000000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0);
  border-right-color: rgba(255, 165, 0, 0.5921568627);
  position: relative;
  animation: spinner-rotate 1s infinite linear;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s;
}

.loader:after {
  animation-duration: 4s;
}

.nav-button-back {
  padding-inline: 5px;
  display: none;
}

.icon-green {
  color: #72a98f;
  cursor: pointer;
}

.icon-red {
  color: #f05c5c;
  cursor: pointer;
}

.icon-orange {
  color: #fe9000;
  cursor: pointer;
}

.table-header-text {
  font-size: 19px;
  color: #222222;
  font-weight: normal;
  font-family: "Quicksand";
  white-space: nowrap;
}

.lojas-title-text {
  white-space: nowrap;
}

.table-content-text {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  font-family: "Quicksand";
}

.text-truncate-descricao {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 105px;
}

.group-icons-table {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.container-fluid {
  padding: 8px !important;
  justify-content: flex-start !important;
}

.user-icon {
  color: white;
}

.text-colaborador {
  position: absolute;
  right: 0;
  margin-right: 30px;
  padding: 5px 10px;
  color: white;
}

.logo {
  margin-left: var(--bs-navbar-brand-margin-end);
}

.navbar-toggler {
  color: white !important;
  order: unset !important;
}

.offcanvas-end .nav-link {
  font-weight: 400;
  font-size: medium;
}

.offcanvas-header {
  background: #4e1f85;
  padding: 1rem !important;
}

.offcanvas-header-end {
  height: 80px;
}

.close-offcanvas {
  background: #4e1f85 !important;
  opacity: 1 !important;
}

.close-icon {
  color: white !important;
}

.col-header-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.offcanvas-body {
  overflow-y: hidden !important;
}

.open-offcanvas-items {
  display: none;
}

.nav-items-home {
  display: block;
}

.menu-items {
  height: 100% !important;
  width: 100% !important;
  overflow-y: auto !important;
}

.logout-container {
  position: absolute;
  bottom: unset;
}

.nav-item {
  font-weight: bold;
  font-size: larger;
  padding: 10px;
}

.dropdown-menu {
  border: none;
}

.offcanvas-body {
  display: flex;
  flex-direction: column;
}

.dropdown-item {
  font-size: large;
}

.hidden-item {
  display: none;
}

.button-add {
  background-color: #4e1f85;
  color: #f9f9f9;
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #4e1f85;
}
.button-add:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
  border: 1px solid #4e1f85;
}

.container-trocar-loja {
  display: flex;
  justify-content: space-between;
  width: 150px;
  align-items: center;
  margin-right: 30px;
  position: absolute;
  right: 0;
}

.button-trocar-loja-mobile {
  display: none;
}

.button-trocar-loja {
  background: rgba(110, 31, 201, 0.4901960784);
  color: white;
  font-weight: bold;
  padding: 6px;
  border: none;
  border-radius: 5px;
  align-items: center;
}

.container-radio-loja {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.item-radio-loja {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}

@keyframes spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
.tooltip-icon {
  color: #fe9000;
}

.menu-container {
  width: 80%;
  margin-inline: auto;
  padding-inline: 2vw;
}

@media screen and (max-width: 834px) {
  .mensagem-loading-ia {
    font-size: 24px !important;
  }
  .reticencias-loading {
    font-size: 24px !important;
  }
  .menu-container {
    width: 100%;
  }
  .menu-item-label {
    font-size: 14px;
  }
  .nav-button-back {
    display: flex;
  }
  .logout {
    display: none;
  }
  .container-trocar-loja {
    display: none;
  }
  .button-trocar-loja-mobile {
    width: 150px;
    background: rgba(110, 31, 201, 0.4901960784);
    color: white;
    font-weight: bold;
    padding: 6px;
    border: none;
    border-radius: 5px;
    position: absolute;
    right: 0;
    margin-right: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-toggler {
    order: 2 !important;
  }
  .container-fluid {
    justify-content: space-between !important;
    padding: 0 !important;
  }
  .header-nav {
    padding: 0 0 0 20px;
    height: 65px;
  }
  .header-nav .nav-button {
    gap: 10px;
  }
  .header-nav-entrar {
    padding: 0 20px;
  }
  .nav-button-login {
    padding: 8px 15px;
  }
  .nav-button-register {
    padding: 8px 15px;
    width: 90px;
  }
  .opcoes-entrar {
    font-size: 11px;
  }
  .table-header-text {
    font-size: 16px;
  }
  .table-content-text {
    font-size: 13px;
  }
  .menu-items {
    height: 52vh !important;
  }
  .hidden-item {
    display: block;
  }
}
.driver-popover.driverjs-theme {
  background-color: #FFFFF;
  color: #000;
}

.driver-popover.driverjs-theme .driver-popover-title {
  font-size: 20px;
}

.driver-popover.driverjs-theme .driver-popover-title,
.driver-popover.driverjs-theme .driver-popover-description,
.driver-popover.driverjs-theme .driver-popover-progress-text {
  color: #000;
}

.driver-popover.driverjs-theme button {
  flex: 1;
  text-align: center;
  text-shadow: none;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 6px;
}

.driver-popover.driverjs-theme .driver-popover-navigation-btns {
  justify-content: space-between;
  gap: 3px;
}

.driver-popover.driverjs-theme .driver-popover-close-btn {
  color: #9b9b9b;
  font-weight: bold;
}

.driver-popover.driverjs-theme .driver-popover-close-btn:hover {
  color: #000;
}

.driver-popover.driverjs-theme .driver-popover-footer {
  gap: 10px;
}

.driver-popover.driverjs-theme .driver-popover-footer .driver-popover-navigation-btns .driver-popover-prev-btn {
  background-color: #fe9000;
  color: #ffffff;
}

.driver-popover.driverjs-theme .driver-popover-footer .driver-popover-navigation-btns .driver-popover-next-btn {
  background-color: #4e1f85;
  color: #ffffff;
}

.loading-ia {
  display: flex;
  flex-direction: column;
}

.container-mensagem-loading-ia {
  display: flex;
}

.mensagem-loading-ia {
  font-size: 36px;
  color: white;
}

.reticencias-loading {
  font-size: 36px;
  color: white;
  position: absolute;
  animation-name: reticenciasPulando;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}

#ret1 {
  animation-delay: 0s;
}

#ret2 {
  animation-delay: 0.2s;
  left: 10px;
}

#ret3 {
  animation-delay: 0.4s;
  left: 20px;
}

@keyframes reticenciasPulando {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
}
.destaque-link {
  font-size: 20px;
  font-weight: bold;
}

.foto-loja-exportar {
  width: 100px;
  object-fit: contain;
}

.text-info-loja {
  font-size: 18px;
}

.container-margen {
  margin-top: 100px;
  height: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 80%;
  gap: 20px;
}

.pb-5rem {
  padding-bottom: 5rem;
}

@media screen and (min-width: 834px) {
  .container {
    position: relative;
  }
}
@media screen and (max-width: 834px) {
  .text-info-loja {
    font-size: 12px;
  }
  .img-logo {
    width: 70px !important;
  }
  .container-margen {
    margin-top: 70px;
  }
  .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 0.5rem !important;
  }
}
.button-compartilhar {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 5px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.button-compartilhar:hover {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
}

.button-adicionar {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.button-adicionar:hover {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  transform: scale(1.1, 1.1);
}
.button-adicionar:disabled {
  background-color: rgba(0, 0, 0, 0.5019607843) !important;
  border: rgba(0, 0, 0, 0.5019607843);
  color: #f9f9f9;
  transform: none;
}

.menu-compartilhar {
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
}

.text-compartilhar {
  display: block;
}

.item-menu-compartilhar {
  font-family: "Poppins", sans-serif;
  color: #4e1f85;
  font-size: medium;
}
.item-menu-compartilhar:hover {
  background-color: transparent;
  color: #4e1f85;
  transform: scale(1.1, 1.1);
}

.menu-divider {
  color: #4e1f85;
  opacity: 0.2;
}

.container-info-status-ativo {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  height: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #d1fae5;
  color: white;
  padding: 5px 10px;
}

.container-info-status-inativo {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  height: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #f3f4f6;
  padding: 5px 10px;
}

.status-text-ativo {
  color: #047857;
  font-weight: bold;
  margin: 0;
}

.status-text-inativo {
  color: #4b5563;
  font-weight: bold;
  margin: 0;
}

.status-card-ativo {
  margin-top: 5px;
  display: flex;
  width: 65px;
  height: 100% px;
  justify-content: center;
  border-radius: 5px;
  background-color: #d1fae5;
  color: white;
  text-wrap: nowrap;
}

.status-card-inativo {
  margin-top: 5px;
  display: flex;
  width: 65px;
  height: 100% px;
  justify-content: center;
  border-radius: 5px;
  background-color: #f3f4f6;
  color: white;
  text-wrap: nowrap;
}

@media screen and (max-width: 460px) {
  .text-compartilhar {
    display: none;
  }
  .container {
    margin-bottom: 20px;
  }
}
.header-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-line-input {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-line-input .form-control {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  border-right: none;
}
.header-line-input .form-control .input-icon {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  border-left: none;
}

@media screen and (max-width: 768px) {
  .nav-items-home {
    display: none;
  }
  .open-offcanvas-items {
    display: block;
  }
  .header-nav-entrar {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .header-nav {
    padding: 0 20px;
  }
  .header-nav-entrar {
    padding: 0 20px;
  }
}
.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
  width: 100vw;
}
.login-container .login-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70vw;
}
.login-container .login-card a {
  text-decoration: none;
}
.login-container .login-card a:hover {
  color: #fe9000;
}
.login-container .login-card .login-card-title {
  color: #222222;
  text-align: center;
}
.login-container .login-card .login-form {
  width: 40vw;
}
.login-container .login-card .login-form .form-check {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 36px;
  margin: 0px !important;
  padding: 0px;
}
.login-container .login-card .login-form-link {
  font-size: 14px;
  color: #222222;
  text-align: center;
  margin-top: 36px;
}
.login-container .login-card .login-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.login-container .login-card .login-card-header .login-card-title {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 40px;
}
.login-container .login-card .page-button-entrar {
  margin-top: 36px;
  height: 42px;
  width: 100%;
}

.input-group-text {
  background-color: rgba(116, 67, 172, 0.3490196078);
}

.texto-checkbox {
  font-size: 14px;
}

.texto-cadastrar {
  color: #fe9000;
  font-size: 24px;
  text-decoration: underline;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .login-form {
    width: 80vw !important;
  }
  .login-container {
    margin-top: 35%;
  }
}
.register-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
}
.register-container .register-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.register-container .register-card a {
  text-decoration: none;
}
.register-container .register-card a:hover {
  color: #fe9000;
}
.register-container .register-card .register-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.register-container .register-card .register-form {
  width: 40vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.register-container .register-card .register-card-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.register-container .register-card .input-group-text {
  background-color: rgba(116, 67, 172, 0.3490196078);
}
.register-container .register-card .page-button-cadastrar {
  margin-top: 10px;
  height: 42px;
  width: 100%;
}
.register-container .register-card .text-danger-message {
  color: #f05c5c;
  margin-left: 32px;
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .register-container .register-card .register-form {
    width: 80vw;
  }
}
.terms {
  background-image: url("/img/iatrix_logo_back.png");
  background-repeat: no-repeat;
  background-position-x: 20%;
  background-size: cover;
}

.container-fluid {
  padding-top: 150px;
  padding-bottom: 150px;
}

.title {
  color: #222222;
  padding-bottom: 36px;
}

.text-container {
  color: #222222;
  text-align: justify;
}

.subtitle, .iatrix {
  color: #222222;
  font-weight: bold;
  font-size: 24px;
}

.iatrix {
  color: #4e1f85;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

.page-container-necessidades {
  width: 80%;
  margin-inline: auto;
}

.header-line-demandas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-line-demandas .header-line-input {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

.container-list-demandas {
  margin: 10px 0px;
}

.date-container-filter-demandas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

.p-date-demandas {
  font-weight: 600;
  font-size: 20px;
  color: #fe9000;
}

.card-container-demanda {
  margin: 10px 0px;
}

.card-body-demanda {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 10px;
}

.container-title-demanda {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  width: 50%;
  padding: 10px;
}

.container-menu-demanda {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.card-footer-demanda {
  margin: 5px auto;
  padding: 10px 0px;
  width: 97%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page-title {
  width: 95vw;
  margin: 0px;
}

.div-autocomplete {
  overflow-y: scroll;
  max-height: 150px;
}

.autocomplete-results {
  width: 100%;
  max-heigth: 20px;
  color: #222222;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  background-color: white;
  z-index: 999;
}

.autocomplete-text {
  width: 100%;
  color: #222222;
  border-radius: 4px;
  padding: 5px;
}
.autocomplete-text:hover {
  background-color: #787474;
  color: white;
}
.autocomplete-text:focus {
  border: 2px solid #fe9000;
  outline: none;
}

.autocomplete-text-modelo {
  width: 100%;
  color: #222222;
  border-radius: 4px;
  padding: 5px;
  overflow: auto;
}
.autocomplete-text-modelo:hover {
  background-color: #787474;
  color: white;
}
.autocomplete-text-modelo:focus {
  border: 2px solid #fe9000;
  outline: none;
}

.text-orange {
  color: #fe9000;
}

.navbar-header-menu {
  background-color: #4e1f85;
  color: #f9f9f9;
  padding-inline: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.button-search {
  border-radius: 6px;
  height: 40px;
  padding: 10px;
}

.container-search {
  gap: 15px;
}

.input-search {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.icon-search {
  cursor: pointer;
  position: absolute;
  right: 20px;
}

.floating-wrapper {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

.input-group-necessidade {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 10px;
}

.filter-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.date-container, .date-container-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 95vw;
  gap: 10px;
  padding: 10px;
}
.date-container .divider, .date-container-filter .divider {
  border: 0.5px solid #fe9000;
}
.date-container .date, .date-container-filter .date {
  color: #fe9000;
}

.date-container-filter {
  width: 100%;
}

.demand-container, .demand-container-filter {
  margin-bottom: 10px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.demand-container-filter {
  width: 100%;
}

.demand-card, .demand-card-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 2%;
  width: 95vw;
}

.divider-card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-inline: 10px;
}

.demand-title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
}

.tag-container {
  border: 2px solid #222222;
  border-radius: 6px;
  width: 150px;
  background-color: #f9f9f9;
  height: 50px;
}

.tag-container-title {
  border-bottom: 1px solid #222222;
  background-color: #063294;
  color: #f9f9f9;
  padding: 1px;
  text-align: center;
  font-weight: bold;
  font-size: 7px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.owner-container {
  color: #222222;
  font-weight: bold;
  font-size: 20px;
  text-align: end;
}

.tag-container-title-brasil {
  border: 0.1px solid #f9f9f9;
  border-radius: 2px;
}

.tag-container-description {
  font-size: 19px;
  font-weight: bolder;
  color: #222222;
  text-align: center;
}

.demand-content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
}

.demand-step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  width: 16%;
}
.demand-step-container p {
  font-size: 14px;
}
.demand-step-container:hover {
  background-color: #fe9000;
}
.demand-step-container:hover i {
  color: white !important;
}
.demand-step-container:hover p {
  color: white !important;
  font-weight: bold;
}

.forms-dados-veiculo {
  background-color: #f3f3f3;
  border-radius: 12px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  position: relative;
}

.forms-dados-veiculo.show {
  opacity: 1;
  max-height: 500px;
  padding: 20px;
}

.forms-camp-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.div-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.demand-step--icon {
  font-size: 20px;
  color: rgba(34, 34, 34, 0.4784313725);
}
.demand-step--icon.active {
  color: #4e1f85;
  font-weight: bold !important;
}

.step-title {
  font-size: 9px;
  color: rgba(34, 34, 34, 0.4784313725);
}

.inputgray {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}

.menu-item-demanda-label {
  font-size: 14px !important;
}

.accordion-veiculo-cabecalho-demanda {
  padding-inline: 0px !important;
}

.button-editar-cliente {
  background: none;
  border-radius: 5px;
  padding: 0 5px;
  border: none;
  color: black;
}
.button-editar-cliente:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.accordion-button-demanda {
  background-color: #f3f3f3;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.accordion-button-demanda:focus {
  border-color: #fe9000;
  border: 1px;
  box-shadow: none;
}

.accordion-button-demanda:not(.collapsed) {
  background-color: #f3f3f3;
}

.accordion-collapse-demanda {
  background-color: #f3f3f3;
}

.accordion-body-demanda {
  background-color: rgba(228, 225, 225, 0.8352941176);
  border-radius: 12px;
}

.filtro-aplicado {
  display: flex;
  border-radius: 5px;
  background-color: rgba(254, 144, 0, 0.6784313725);
  padding: 5px 10px;
  gap: 10px;
  color: white;
  font-weight: bold;
}
.filtro-aplicado:hover {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.filtro-aplicado button {
  background: none;
  border: none;
}

@media screen and (max-width: 834px) {
  .demand-card, .demand-card-filter {
    flex-wrap: wrap;
  }
  .demand-content-container {
    justify-content: space-between;
  }
  .tag-container {
    width: 120px;
  }
  .navbar-header-menu {
    padding-inline: 2vw;
    height: 65px;
  }
  .page-container-necessidades {
    width: 100%;
    padding-inline: 10px;
  }
  .card-body-demanda {
    flex-wrap: wrap;
    padding: 0 1em;
  }
  .container-title-demanda {
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
  }
  .card-footer-demanda {
    gap: 10px;
    width: 92%;
  }
  .container-menu-demanda {
    width: 100%;
  }
  .menu-item-demanda-label {
    font-size: 12px !important;
  }
  .floating-wrapper {
    padding-inline: 0.5rem;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .floating-wrapper {
    max-width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .floating-wrapper {
    max-width: inherit;
  }
}
@media screen and (min-width: 992px) {
  .floating-wrapper {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .floating-wrapper {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .floating-wrapper {
    max-width: inherit;
  }
}
p {
  margin: 0;
  padding: 0;
}

.navbar-menu-navigation {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: fixed;
  bottom: 0px;
  z-index: 10;
}

.navbar-menu-navigation-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 97vw;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.navbar-menu-navigation-title {
  color: rgba(0, 0, 0, 0.5019607843);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 5px;
}
.navbar-menu-navigation-title.active {
  color: #4e1f85;
  font-weight: bold !important;
}

@media screen and (max-width: 834px) {
  .navbar-menu-navigation-title {
    flex-direction: column;
  }
  .navbar-menu-navigation-container {
    justify-content: space-between;
  }
}
p {
  margin: 0;
  padding: 0;
}

.container-checkin {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.grup-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tag-container-description-group {
  color: #222222;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 10px 0 10px 0;
  font-size: 12px;
}

.group-owner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.group-owner .owner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.group-owner .owner-container-phone {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4784313725);
}

.container-need-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #222222;
}

.pic-container-checkin {
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pic-container-checkin .get-images {
  width: 10vw;
}

.checkin-button-photo {
  display: flex;
  justify-content: center;
  width: 100vw;
}

.button-checkin-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.floating-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-register {
  width: 107px;
}

.button-register-text {
  width: 50px;
  height: 50px;
}

.button-register {
  width: 107px;
  border-color: #4e1f85;
}

.button-register-teste {
  width: 50px;
  height: 50px;
}

.photo-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.div-video {
  width: 100%;
  height: 70vh !important;
  display: flex;
}

.div-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh !important;
  display: flex;
  justify-content: center;
}

.video {
  object-fit: cover;
  width: inherit;
  height: inherit;
}

.canvas {
  object-fit: cover;
  width: inherit;
  height: inherit;
}

.statusdiv {
  text-align: center;
  padding-top: 0px;
  font-size: 18px;
}

.footer-button-camera {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 70px;
  background-color: #f3f3f3;
}

.capture-button {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: #fe9000;
  border: none;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  border: 8px solid #f3f3f3;
}

.group-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.group-row .group-1 {
  width: 30%;
}
.group-row .group-2 {
  width: 60%;
}

@media screen and (orientation: landscape) {
  .tela2 {
    transform-origin: center;
    height: 100vw;
    width: 100vh;
    overflow: hidden;
  }
  .tela2 .div-video {
    opacity: 0;
  }
  .tela2 .div-canvas {
    opacity: 0;
  }
  .landscape-warning {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: red;
    background: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
  }
}
.phaseCheckUp {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.phaseCheckUp::-webkit-scrollbar {
  display: none;
}

.listPhase {
  color: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  padding: 5px 20px;
  border-radius: 50%;
  background-color: rgba(195, 193, 193, 0.32);
  margin-right: 10px;
  border-radius: 12px;
  flex: 0 0 auto;
  margin: 0 10px;
  font-weight: 500;
  font-size: 16px;
}

.listPhase.active {
  color: white !important;
  background-color: rgb(78, 31, 133);
}

.scrollPhase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px;
}

.checkup-content {
  padding-inline: 2vw;
}

.acordion-button {
  padding: 0px;
}

.stateItens {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.demand-step--container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lineVertical {
  height: 50px;
  border-left: 1px solid rgb(156, 156, 156);
}

.demand-title {
  color: rgba(0, 0, 0, 0.5019607843);
  font-weight: bold;
}

.divListItens {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5019607843);
  color: rgba(0, 0, 0, 0.5019607843);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Ruim */
.divListItens.ruim {
  background-color: #ffe5e5;
  border: 1px solid red;
}

.icon.ruim {
  color: red;
}

.step-title.ruim {
  color: red;
}

/* Regular */
.divListItens.regular {
  background-color: #fff4e5;
  border: 1px solid orange;
}

.icon.regular {
  color: orange;
}

.step-title.regular {
  color: orange;
}

/* Bom */
.divListItens.bom {
  background-color: #e5ffe5;
  border: 1px solid green;
}

.icon.bom {
  color: green;
}

.step-title.bom {
  color: green;
}

.button-checkup-container {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-items: space-between;
}

.footer-button-camera {
  position: relative !important;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 70px;
  background-color: #f3f3f3;
}

.photo-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.div-video {
  width: 100%;
  height: 50vh;
  display: flex;
}

.div-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.carousel-control-next, .carousel-control-prev {
  top: 40% !important;
  bottom: 40% !important;
  height: 10vh !important;
}

.close-button {
  position: absolute;
  right: 20px;
  z-index: 1;
  border: none;
  background: none;
}

.carousel-item-checkup {
  min-height: 50vh !important;
  display: flex !important;
  align-items: center !important;
  background: rgba(128, 128, 128, 0.6509803922) !important;
}

.video {
  object-fit: cover;
  width: inherit;
  height: inherit;
}

.canvas {
  object-fit: cover;
  width: inherit;
  height: inherit;
}

.input-group-necessidade {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.item-checkup-container {
  padding: 5px;
}

.sticky-checkup {
  top: 75px;
  position: sticky;
  width: 100%;
  left: 0;
  background-color: rgb(243, 243, 243);
  z-index: 10;
}

.sticky-checkup-exportar {
  top: 0;
  position: sticky;
  width: 100%;
  left: 0;
  background-color: rgb(243, 243, 243);
  z-index: 10;
}

.link-verificacao {
  font-size: 20px;
  font-weight: bold;
  color: #4e1f85;
}

.container-link-verificacao {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-warning-checkup {
  margin-inline: auto;
  width: 60%;
  text-align: center;
}

.count-fotos-audios {
  background: #4e1f85;
  color: #FFFFFF;
  border-radius: 999px;
  padding: 0 5px;
  font-size: 12px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  position: absolute;
}

.count-fotos-checkup {
  transform: translateX(-50%);
}

.count-audios-checkup {
  transform: translateX(-50%);
}

body {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0 !important;
}

.button-register-dark:disabled {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  opacity: 0.5;
  cursor: default;
}

@media screen and (min-width: 800px) {
  .carousel-item-checkup {
    min-height: 63vh !important;
  }
}
@media screen and (max-width: 800px) {
  .alert-warning-checkup {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  .sticky-checkup {
    top: 65px;
  }
}
.highlight-temporario {
  animation: destaque 2s ease-out;
}

@keyframes destaque {
  0% {
    background-color: #4e1f85;
  }
  100% {
    background-color: transparent;
  }
}
p {
  margin: 0;
  padding: 0;
}

.container-checkout {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 100vw;
}

.grup-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tag-container-description-group {
  color: #222222;
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 10px 0 10px 0;
  font-size: 12px;
}

.group-owner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.group-owner .owner-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.group-owner .owner-container-phone {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4784313725);
}

.container-need-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #222222;
}

.pic-container-checkout {
  gap: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pic-container-checkout .get-images {
  width: 10vw;
}

.checkout-button-photo {
  display: flex;
  justify-content: center;
  width: 100vw;
}

.button-checkout-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.floating-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-register {
  width: 107px;
}

.button-register-text {
  width: 50px;
  height: 50px;
}

.button-register {
  width: 107px;
  border-color: #4e1f85;
}

.button-register-teste {
  width: 50px;
  height: 50px;
}

.photo-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.div-video {
  width: 100%;
  height: 80vh;
  display: flex;
}

.div-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
}

.statusdiv {
  text-align: center;
  padding-top: 0px;
  font-size: 18px;
}

.footer-button-camera {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 70px;
  background-color: #f3f3f3;
}

.capture-button {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background-color: #fe9000;
  border: none;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  border: 8px solid #f3f3f3;
}

.group-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.group-row .group-1 {
  width: 30%;
}
.group-row .group-2 {
  width: 60%;
}

@media screen and (orientation: landscape) {
  .tela2 {
    transform-origin: center;
    height: 100vw;
    width: 100vh;
    overflow: hidden;
  }
  .tela2 .div-video {
    opacity: 0;
  }
  .tela2 .div-canvas {
    opacity: 0;
  }
  .landscape-warning {
    display: block !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: red;
    background: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
  }
}
.page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-description {
  width: 90vw;
  text-align: center;
  color: #fe9000;
}

.btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
}

.page-title {
  color: #222222;
}

.pic-container-image {
  width: 70% !important;
  height: 65vh !important;
  background-color: rgba(128, 128, 128, 0.2117647059);
  border: 2px solid transparent;
  border-radius: 12px;
}

/* From Uiverse.io by vinodjangid07 */
.container-construction {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 80%;
  gap: 20px;
}

.contruction-title {
  color: #fe9000;
  font-size: 40px;
  text-align: center;
}

.construction-description {
  width: 80vw;
  text-align: center;
  color: #222222;
}

.loaderOrc {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.truckWrapper {
  width: 200px;
  height: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  overflow-x: hidden;
}

.truckBody {
  width: 130px;
  height: fit-content;
  margin-bottom: 6px;
  animation: motion 1s linear infinite;
}

/* truck suspension animation*/
@keyframes motion {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* truck's tires */
.truckTires {
  width: 130px;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px 0px 15px;
  position: absolute;
  bottom: 0;
}

.truckTires svg {
  width: 24px;
}

.road {
  width: 100%;
  height: 1.5px;
  background-color: #282828;
  position: relative;
  bottom: 0;
  align-self: flex-end;
  border-radius: 3px;
}

.road::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: #282828;
  right: -50%;
  border-radius: 3px;
  animation: roadAnimation 1.4s linear infinite;
  border-left: 10px solid white;
}

.road::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #282828;
  right: -65%;
  border-radius: 3px;
  animation: roadAnimation 1.4s linear infinite;
  border-left: 4px solid white;
}

.lampPost {
  position: absolute;
  bottom: 0;
  right: -90%;
  height: 90px;
  animation: roadAnimation 1.4s linear infinite;
}

@keyframes roadAnimation {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-350px);
  }
}
@media screen and (max-width: 834px) {
  .container-construction {
    width: 100%;
    max-width: 100%;
    padding-inline: 0.5rem !important;
    margin-x: 0 !important;
  }
}
.placa-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
}
.placa-container #video {
  width: 100%;
  height: 100%;
}
.placa-container #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.placa-container .foto-container {
  position: relative;
  display: inline-block;
  border: 2px solid #fe9000;
  border-radius: 12px;
  overflow: hidden;
}
.placa-container .foto-container .camera-button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fe9000;
  border: none;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.placa-container #status {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}
.placa-container .bottom-btn {
  margin-top: 20px;
}
.placa-container .footer-button-placa {
  position: fixed;
  bottom: 0px;
  width: 100%;
  display: flex;
  left: 50%;
}

.recordingAnimation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}
.recordingAnimation .recordingAnimation-recordingTime {
  font-size: 25px;
  margin-right: 20px;
  margin-top: 20px;
}

.microphoneIcon {
  font-size: 25px;
  margin-top: 20px;
  padding: 10px;
  color: red;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blinking {
  animation: blink 1s step-start infinite;
}

.microphoneIcon {
  margin: 5px 0px;
  margin-top: 25px;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
}

/*=======*/
.delete-audio {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.play-pause-icon-audio {
  width: 40px;
  font-size: 1.2em;
  color: #72A98F;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

.delete-icon-audio {
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  color: rgb(236, 104, 104);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}

/*=======*/
.box-audio {
  border-radius: 7px;
  padding: 15px 15px;
  margin-top: 10px;
  max-width: 100%;
  width: 100%;
  border: #d7e8ee 1px solid;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  height: 45px;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  gap: 5px;
  display: flex;
}
.box-audio > button {
  background: none;
  border: none;
}
.box-audio > canvas {
  width: 100%;
  height: 45px;
  background-color: transparent;
  display: block;
}
.box-audio > audio {
  display: none;
}

/*=======*/
.audiopreview {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 5px 0px;
  gap: 5px;
}

.hidden {
  display: none;
}

.timer {
  margin: 0;
  font-size: 20px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: absolute;
  transform: translateX(120%);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.entrega-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100vw;
  padding-top: 10px;
}

.rowTabs {
  padding: 2.5rem;
}

.nav-tabs-entrega {
  padding: 0;
  border-bottom: none !important;
}

.tab-pane-entrega {
  height: max-content;
}

.nav-item-entrega {
  padding: 0 !important;
  z-index: 1;
  border-bottom: none !important;
}

.nav-link-entrega {
  color: #000000;
  padding: 10px 14px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  border-bottom: none !important;
}

.nav-link-entrega.active {
  color: #4e1f85 !important;
  border-color: rgba(0, 0, 0, 0.175) !important;
  border-bottom: none !important;
}

.nav-link-entrega:hover {
  color: #4e1f85 !important;
}

.card-entrega {
  border-top-left-radius: unset;
}

.card-footer-entrega {
  background-color: transparent !important;
  border: none !important;
}

.entrega-content {
  width: 100%;
  scroll-margin-top: 160px;
}

.divider {
  width: 100%;
  border: 1px solid rgba(254, 144, 0, 0.5);
}

.textDivider {
  max-width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listItens {
  width: 100%;
  padding-left: 10px;
}

.listItensContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 97%;
}

.listItemPreEntregasMarcado {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease-in-out;
  background: rgba(16, 185, 129, 0.12);
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-color: rgba(16, 185, 129, 0.3);
  transition: all 0.1s ease-in-out;
}

.listItemEntregasMarcado {
  display: flex;
  align-items: center;
  background: rgba(94, 53, 177, 0.08);
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease-in-out;
  transform: translateY(1px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-color: rgba(103, 58, 183, 0.4);
  transition: all 0.1s ease-in-out;
}

.listItensCheckbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.checkbox-pre-entrega {
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.checkbox-pre-entrega:checked {
  background-color: #72a98f;
}

.checkbox-entrega {
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.checkbox-entrega:checked {
  background-color: rgba(103, 58, 183, 0.4);
}

.checkbox-round:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox-entrega:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-salvar-observacao {
  background: linear-gradient(135deg, #FE9000, #FF8C00);
  color: #ffffff;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(254, 144, 0, 0.25);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.btn-salvar-observacao:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.btn-preentrega-finalizar {
  background: linear-gradient(135deg, #2ECC71, #27AE60);
  color: #ffffff;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(39, 174, 96, 0.25);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.btn-preentrega-finalizar:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.btn-entrega-finalizar {
  background: linear-gradient(135deg, #9B59B6, #8E44AD);
  color: #ffffff;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(155, 89, 182, 0.25);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.btn-entrega-finalizar:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.check-text {
  font-size: 18px;
  font-family: Quicksand;
  font-weight: 400;
}

.step-title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.dividerGroup {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.titleAcordion {
  font-size: 1rem;
  font-weight: 700;
  color: #72a98f;
  padding-left: 1rem;
}

.circle-observations {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #72a98f;
  color: white;
  font-size: 0.8rem;
}

.textButton {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.modal-icons {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.main-container {
  display: flex;
  width: 100%;
  height: 20%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entrega-pre-entrega-container {
  display: space-between;
}

.accordion-observacao {
  width: 90%;
}

.sticky-entrega {
  top: 73px !important;
}

.phase-entrega {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  justify-content: space-between;
}

.phase-entrega::-webkit-scrollbar {
  display: none;
}

.list-item-entrega {
  padding: 8px;
}

.card-entrega {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 250, 252, 0.9));
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 15px;
  height: 100px;
  display: flex;
}

.pre-entrega-icon-symbol {
  font-size: 30px;
  color: #10b981;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.entrega-icon-symbol {
  font-size: 30px;
  color: #4E1F85;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.observacoes-icon-symbol {
  font-size: 30px;
  color: #FE9000;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.card-pre-entrega-ativo {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgb(236, 253, 245));
  border-left: 6px solid #10b981;
  transform: scale(1.02);
}

.card-entrega-ativo {
  background: linear-gradient(135deg, rgba(78, 31, 133, 0.15), rgb(245, 243, 255));
  border-left: 6px solid #4E1F85;
  transform: scale(1.02);
}

.card-observacoes-ativo {
  background: linear-gradient(135deg, rgba(254, 144, 0, 0.15), rgb(255, 251, 235));
  border-left: 6px solid #FE9000;
  transform: scale(1.02);
}

.textarea-obs {
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  padding: 8px;
  resize: none;
  transition: all 0.2s ease;
}
.textarea-obs:focus {
  border-color: #FE9000;
  box-shadow: 0 0 0 3px rgba(254, 144, 0, 0.2);
  outline: none;
}
.textarea-obs:disabled {
  background-color: #f2f2f2;
}

.text-tabs {
  white-space: nowrap;
}

@media screen and (min-width: 834px) and (max-width: 900px) {
  .col-card-entrega {
    padding-inline: 0.5rem;
  }
}
@media screen and (max-width: 834px) {
  .checkbox-round {
    border-width: 1px;
  }
  .rowTabs {
    padding: 1.5rem;
  }
  .card-entrega {
    padding: 0;
  }
  .listItens {
    padding: 0;
  }
  .card-entrega {
    padding-inline: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .card-entrega {
    align-items: center;
    padding-inline: 1rem;
    height: 90px;
    width: 90%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .rowTabs {
    padding: 1rem;
  }
  .card-body-entrega {
    padding: 0;
    height: max-content;
  }
  .card-entrega {
    align-items: center;
    padding-left: 10px;
    height: 80px;
    width: 90%;
    margin-bottom: 10px;
  }
  .pre-entrega-icon-symbol {
    font-size: 23px;
  }
  .entrega-icon-symbol {
    font-size: 23px;
  }
  .observacoes-icon-symbol {
    font-size: 23px;
  }
}
@media screen and (max-width: 420px) {
  .text-tabs {
    white-space: pre-wrap;
  }
}
.plano-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.plano-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.plano-body-text {
  width: 60%;
}

.plano-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 36px;
  padding: 20px;
}

.plano-body-foto {
  width: 100%;
  max-width: 915px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
}

.foto-checkup {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .foto-checkup {
    width: 100%;
    height: 75%;
    object-fit: cover;
    display: block;
  }
}
#tituloSugestao {
  margin: 30px;
  color: #222222;
}

#containerSugestao {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.card-sugestao {
  border-radius: 10px;
  padding: 10px 20px;
  height: 50px;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  width: fit-content;
  height: fit-content;
  word-break: break-word;
}

.card-sugestao:hover {
  transform: scale(1.05);
}

.sugestao-descricao {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: left;
}

.btn-excluir {
  border: none;
  background-color: transparent;
  color: #ff4d4d;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-left: 10px;
  transition: color 0.2s ease-in-out;
}
.btn-excluir:hover {
  color: #e60000;
}

.pagamento-container {
  padding: 16px 5vw 0px 5vw;
}
.pagamento-container input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pagamento-container input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.pagamento-container .container form {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 160px;
}
.pagamento-container .pagamento-title {
  width: 100%;
  color: #222222;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagamento-container .pagamento-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagamento-container .container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 60px;
}
.pagamento-container .align-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pagamento-container .pagamento-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80%;
  background-color: #fff;
  border-radius: 12px;
}

.pagamento-accordion {
  width: 90%;
  border: 1px solid rgba(228, 225, 225, 0.8352941176);
  padding: 10px;
  margin: 15px;
  border-radius: 12px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.container form .inputBox {
  margin-top: 20px;
}

.container form .inputBox span {
  display: block;
  color: #999;
  padding-bottom: 5px;
}

.container form .inputBox input,
.container form .inputBox select {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #444;
}

.container form .flexbox {
  display: flex;
  gap: 15px;
}

.container form .flexbox .inputBox {
  flex: 1 1 150px;
}

.container form .submit-btn {
  width: 100%;
  background: linear-gradient(45deg, blueviolet, deeppink);
  margin-top: 20px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.container form .submit-btn:hover {
  letter-spacing: 2px;
  opacity: 0.8;
}

.container .card-container {
  margin-bottom: -150px;
  position: relative;
  height: 300px;
  width: 400px;
}

.container .card-container .front {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, red, blueviolet);
  border-radius: 12px;
  backface-visibility: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transform: perspective(1000px) rotateY(0deg);
  transition: transform 0.4s ease-out;
}

.container .card-container .front .image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.container .card-container .front .image img {
  height: 50px;
}

.container .card-container .front .card-number-box {
  padding: 30px 0;
  font-size: 22px;
  color: #fff;
}

.container .card-container .front .flexbox {
  display: flex;
}

.container .card-container .front .flexbox .box:nth-child(1) {
  margin-right: auto;
}

.container .card-container .front .flexbox .box {
  font-size: 15px;
  color: #fff;
}

.container .card-container .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, blueviolet, red);
  border-radius: 12px;
  padding: 20px 0;
  text-align: right;
  backface-visibility: hidden;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
  transform: perspective(1000px) rotateY(180deg);
  transition: transform 0.4s ease-out;
}

.container .card-container .back .stripe {
  background: #000;
  width: 100%;
  margin: 10px 0;
  height: 50px;
}

.container .card-container .back .box {
  padding: 0 20px;
}

.container .card-container .back .box span {
  color: #fff;
  font-size: 15px;
}

.container .card-container .back .box .cvv-box {
  height: 50px;
  padding: 10px;
  margin-top: 5px;
  color: #333;
  background: #fff;
  border-radius: 5px;
  width: 100%;
}

.container .card-container .back .box img {
  margin-top: 30px;
  height: 30px;
}

.pagamento-tipo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 90%;
  height: 50px;
  margin: 10px;
}

.pagamento-opcao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 40px;
  border-radius: 6px;
  background-color: rgba(228, 225, 225, 0.8352941176);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5019607843);
}

.select {
  background-color: #fe9000;
  color: #f9f9f9;
}

.planos-forms {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 12px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.planos-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.address-group {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  border-radius: 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.address-group.show {
  max-height: 90vh;
}

.planos-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 12px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
}

.planos {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.planos-title {
  display: block;
  padding-inline-end: 10px;
}

.quantidade {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.quantidade .quantidade-input {
  width: 50px;
  text-align: center;
}
.quantidade .circle-observations {
  cursor: pointer;
}

.pix {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.pix .pix-title {
  color: #222222;
}
.pix .pix-valor {
  color: #222222;
}

@media screen and (max-width: 868px) {
  .pagamento-card {
    width: inherit;
  }
  .address-group {
    overflow: auto !important;
  }
  .address-group.show {
    max-height: 100vh !important;
  }
  .container .flexbox {
    display: block !important;
  }
}
@media screen and (max-width: 540px) {
  .planos-container {
    display: block;
  }
  .card-container {
    width: 120% !important;
  }
}
a {
  text-decoration: none;
}

.status-loja {
  margin-top: 5px;
  display: flex;
  width: 65px;
  height: 100% px;
  justify-content: center;
  background-color: #d1fae5;
  border-radius: 15px;
  color: white;
  text-wrap: nowrap;
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.error-card-title {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 100px;
}

.error-card-description {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 20px;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(360deg);
  }
}
@keyframes speed {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn, .loading-window {
  animation: fadeIn 0.4s both;
}

.loading-window {
  color: #fe9000;
  height: 200px;
  left: 140%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 59%;
  width: 300px;
  z-index: 99;
}
.loading-window .text {
  font-size: 16px;
  position: absolute;
  width: auto;
  top: 75%;
  left: 38%;
  margin: 0 auto;
}
.loading-window .dots {
  display: inline-block;
  width: 5px;
  overflow: hidden;
  vertical-align: bottom;
  animation: dots 1.5s linear infinite;
  transition: 1;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}
.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: #fe9000;
  animation: strikes 0.2s linear infinite;
}
.car .strike2 {
  top: 11px;
  animation-delay: 0.05s;
}
.car .strike3 {
  top: 22px;
  animation-delay: 0.1s;
}
.car .strike4 {
  top: 33px;
  animation-delay: 0.15s;
}
.car .strike5 {
  top: 44px;
  animation-delay: 0.2s;
}
.car-detail {
  position: absolute;
  display: block;
  background: #fe9000;
  animation: speed 0.5s linear infinite;
}
.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid #fe9000;
  border-left: 20px solid #fe9000;
}
.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}
.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid #fe9000;
  background: none;
  box-sizing: border-box;
}
.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}
.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}
.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid #333;
  background: linear-gradient(45deg, transparent 45%, #fe9000 46%, #fe9000 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #fe9000 46%, #fe9000 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #fe9000 46%, #fe9000 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #fe9000 46%, #fe9000 54%, transparent 55%), radial-gradient(#fe9000 29%, transparent 30%, transparent 50%, #fe9000 51%), #333;
  animation-name: spin;
}
.car-detail.wheel2 {
  left: 82px;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .loading-window {
    left: 50%;
    top: 114%;
  }
}
.row-perfil {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-photoPerfil {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.photoPerfil {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fe9000;
}

.photoPerfil-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
}

.photoPerfil-button {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-editPhoto {
  color: #222222;
  background-color: transparent;
  border: 0px;
  width: 100%;
  height: 100%;
}

.btn-editPassword {
  color: #222222;
  cursor: pointer;
}
.btn-editPassword u {
  color: #222222;
}
.btn-editPassword u:hover {
  color: #fe9000;
}

.div-photoPerfil:hover .photoPerfil-img {
  opacity: 0.3;
}

.div-photoPerfil:hover .photoPerfil-button {
  opacity: 1;
}

.desktopView {
  display: flex;
}

.mobileView {
  display: none;
}

.titleView {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.cardIcon {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .photoPerfil {
    width: 150px;
    height: 150px;
    padding: 0;
  }
  .photoPerfil-img {
    width: 100%;
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 834px) {
  .photoPerfil {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .desktopView {
    display: none;
  }
  .mobileView {
    display: flex;
  }
}
@media screen and (max-width: 540px) {
  .photoPerfil {
    width: 170px;
    height: 170px;
  }
}
.table-title {
  margin: 0;
  color: #222222;
}

.table-title-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 17px;
  background-color: #72a98f;
  border-radius: 50%;
  color: #f9f9f9;
  padding: 10px;
  margin-left: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.row-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.card-servico-info {
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 20px;
}

.card-list-orcamentos {
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  background-color: white;
  margin-bottom: 10px;
}
.card-list-orcamentos:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.orcamento-item {
  cursor: pointer;
}

.orcamento-border {
  border: none;
}

.title-accordion {
  display: flex;
}

.orçamento-icon-add {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.button-orcamento-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.button-wpp-orcamento {
  width: 90%;
  background-color: #f9f9f9;
  border: 1px solid #fe9000;
  border-radius: 100px;
  color: #fe9000;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-wpp-orcamento:hover {
  background-color: #fe9000;
  color: #f9f9f9;
}

.button-orcamento {
  width: 40%;
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #fe9000;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-orcamento:hover {
  background-color: #8A68B1;
  color: #f9f9f9;
}

.button-ordem-de-servico-pagar {
  width: 208px;
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-ordem-de-servico-pagar:hover {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  color: #f9f9f9;
}
.button-ordem-de-servico-pagar:disabled {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  opacity: 0.5;
  cursor: default;
}

.visualizar-os {
  width: 90%;
}

.button-orcamento {
  width: 120px;
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 5px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-orcamento:hover {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.button-orcamento:disabled {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  opacity: 0.5;
  cursor: default;
}

.text-title-card {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.container-forma-de-pagamento {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 834px) {
  .title-accordion-group-formas-de-pagamento {
    width: 60%;
  }
  .title-accordion-formas-de-pagamento {
    font-size: 18px;
  }
  .container-forma-de-pagamento {
    flex-direction: column;
    align-items: flex-start;
  }
  .forma-de-pagamento-select {
    margin-top: 0.2rem;
    width: 100%;
  }
  .button-orcamento-container {
    justify-content: space-around;
  }
}
.graphic-container {
  position: relative;
  display: flex;
  align-content: center;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border: 1px solid rgba(34, 34, 34, 0.1019607843);
  border-radius: 12px;
  padding: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.chart-container {
  text-align: center;
  position: relative;
}

.chart-label {
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #333;
  text-align: center;
}

.soma-valores {
  font-size: 18px;
  margin-top: 10px;
}

.open-json {
  cursor: pointer;
  color: #063294;
  padding-inline: 10px;
  border: 0;
  background-color: transparent;
}
.open-json:hover {
  color: #fe9000;
}

.copy-json-icon {
  cursor: pointer;
  position: absolute;
  right: 30px;
  background: none;
  border: none;
  top: 10px;
  opacity: 0.6;
}
.copy-json-icon:hover {
  opacity: 1;
}

.copy-json {
  cursor: pointer;
  color: white;
  padding-inline: 10px;
  border: 0;
  background-color: transparent;
}
.copy-json:hover {
  color: #fe9000;
}

.header-row-relatorio {
  width: 95vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.header-row-relatorio .page-title {
  width: auto;
}
.header-row-relatorio .logos-relatorio {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.header-row-relatorio .logos-relatorio .relatorio-logo-GP {
  width: 100px;
  background-color: #f05c5c;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header-row-relatorio .logos-relatorio .relatorio-logo-GP .img-logo-gp {
  width: 80px;
}
.header-row-relatorio .logos-relatorio .relatorio-logo-Iatrix {
  width: 100px;
  background-color: #4e1f85;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
.header-row-relatorio .logos-relatorio .relatorio-logo-Iatrix .img-logo-iatrix {
  width: 80px;
  height: 25px;
}

.grafic-card {
  height: 200px;
  width: 200px;
}

.grafic-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.importExcel {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.importExcel .button-register-dark {
  width: 160px;
  border-radius: 6px;
}

.excel-date-body-modal {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.button-exportar-excel {
  background-color: #72a98f;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  text-wrap: nowrap;
  width: 100% !important;
}
.button-exportar-excel:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 944px) {
  .relatorio-logo-GP {
    height: 50px;
  }
  .relatorio-logo-Iatrix {
    height: 50px;
  }
  .copy-json-icon {
    right: 20px;
  }
  .grafic-card {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .button-exportar-excel {
    transition: 0.3s;
  }
  .header-row-relatorio {
    margin-top: 1rem;
    justify-content: space-around;
  }
}
@media screen and (max-width: 658px) {
  .col-titulo {
    width: 100% !important;
  }
  .col-logos {
    width: 100% !important;
  }
}
.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
}
.navbar .formSearch {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 95%;
}
.navbar .formSearch .input-group {
  gap: 10px;
}
.navbar .formSearch .btnForms {
  background-color: #fe9000;
  color: #f9f9f9;
  border: 1px solid #fe9000;
}

.icon-baixar {
  color: black;
  cursor: pointer;
}

.col-dados-usuario {
  width: 18.75%;
}

.col-dados-ativo {
  width: 5%;
}

.col-dados-ultimo-acesso {
  width: 10%;
}

.col-dados-matriz {
  width: 18%;
}

.col-dados-colaborador {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5%;
}

.col-dados-filial {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5%;
}

.col-acoes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5%;
}

.col-dados-documento {
  width: 13.25%;
}

.col-dados-telefone {
  width: 12.5%;
}

.button-exportar-excel-vendas {
  width: auto !important;
}

@media screen and (max-width: 944px) {
  .col-dados-usuario {
    width: 45%;
  }
  .col-dados-matriz {
    width: 40%;
  }
  .col-dados-colaborador {
    display: none;
  }
  .col-dados-documento {
    display: none;
  }
  .col-dados-filial {
    display: none;
  }
  .col-dados-telefone {
    display: none;
  }
  .col-dados-ativo {
    display: none;
  }
  .col-dados-ultimo-acesso {
    display: none;
  }
}
.container-configuracao-checkup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  gap: 20px;
}

.container-action-buttons {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.button-duplicar-etapas {
  background-color: #fe9000;
  color: #f9f9f9;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #fe9000;
  margin-right: 20px;
  font-family: "Poppins", sans-serif;
}
.button-duplicar-etapas:hover {
  background-color: #f9f9f9;
  color: #fe9000;
  border: 1px solid #fe9000;
  transform: scale(1.1, 1.1);
}

.container-lojas-checkup {
  overflow-x: scroll;
  scrollbar-width: none;
  position: sticky;
  width: 100%;
  top: 10px;
  left: 0;
  background-color: rgb(243, 243, 243);
  z-index: 10;
}

.active-container {
  display: flex !important;
  opacity: 1 !important;
}

.container-configuracao-lojas {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.container-cards-etapa {
  width: 100%;
  background-color: rgba(228, 225, 225, 0.8352941176);
  border-radius: 10px;
  justify-content: space-evenly;
  padding: 20px;
  gap: 20px;
  display: flex;
  overflow-x: scroll;
}

.card-etapa-configuracao {
  min-width: 18vw;
  border-radius: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-right: 10px solid #4e1f85;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.container-header-card-etapa {
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container-itens-etapa {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 260px;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 4px;
}

.card-item-etapa {
  position: relative;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.handle {
  display: none !important;
  margin-right: 5px;
}

.titulo-item-etapa {
  width: 80%;
  display: flex;
  align-items: center;
}

.descricao-etapa {
  font-size: 20px;
  color: #222222;
  font-weight: bolder;
}

.menu-item-etapa {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-button-add-item {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  width: 100%;
}

.button-add-item {
  width: 60px;
  height: 30px;
  border: none;
  font-size: 14px;
  background-color: #72a98f;
  border-radius: 5px;
  color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.button-add-item:disabled {
  background-color: rgba(0, 0, 0, 0.5019607843);
}

.container-button-sugestoes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-sugestoes {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #f9f9f9;
  border: none;
  background-color: #fe9000;
}

.button-menu-item-etapa {
  color: black;
  background: none;
  border: none;
}

.menu-suspenso-item-etapa {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: absolute;
  top: 50%;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: none;
  gap: 5px;
}

.button-menu-suspenso {
  color: black;
  text-align: left;
  font-size: 13px;
  width: 95%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
}

.container-confirmar-add-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.input-confirmar-add-item {
  width: 70%;
  color: #222222;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 5px;
}
.input-confirmar-add-item:hover {
  border: 1px solid #fe9000;
}
.input-confirmar-add-item:focus {
  border: 2px solid #fe9000;
  outline: none;
}

.button-confirmar-add-item {
  border: none;
  border-radius: 5px;
  background-color: #72a98f;
  color: #f9f9f9;
  width: 12.5%;
}

.button-cancelar-add-item {
  border: none;
  border-radius: 5px;
  background-color: #f05c5c;
  color: #f9f9f9;
  width: 12.5%;
}

.container-sugestoes {
  right: -350px;
  transform: translateX(0);
  position: fixed;
  z-index: 1000;
  background-color: #f3f3f3;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 70%;
  width: 350px;
  top: 20%;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}

.button-fechar-sugestoes {
  color: #f05c5c;
  font-size: 30px;
  background: none;
  border: none;
}

.container-sugestoes.active {
  transform: translateX(-350px);
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.container-itens-sugestao {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 90%;
  overflow-y: scroll;
}

.card-item-sugestao {
  position: relative;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: grab;
}

.container-add-cargo {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.container-sort-icons {
  display: none !important;
}

.sort-icon {
  color: black;
  font-size: 20px;
}

.container-adicionar-item-etapa {
  flex-direction: column;
  display: flex;
  justify-content: end;
}

.text-alteracoes {
  display: none;
  text-align: end;
  color: #fe9000;
}

@media screen and (max-width: 844px) {
  .container-cards-etapa {
    flex-direction: column;
    overflow: hidden;
  }
  .card-etapa-configuracao {
    width: 100%;
    height: 400px;
    scrollbar-width: none;
    transition: transform 0.3s ease-in-out;
  }
  .container-button-add-item {
    position: relative;
  }
  .container-button-sugestoes {
    display: none;
  }
  .container-sort-icons {
    display: block !important;
    width: 10%;
  }
  .handle {
    display: block !important;
  }
}
.container-configuracao-entrega {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  gap: 20px;
}

.container-action-buttons {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.button-duplicar-entregas {
  background-color: #fe9000;
  color: #f9f9f9;
  padding: 8px 15px;
  border-radius: 5px;
  border: 1px solid #fe9000;
  font-family: "Poppins", sans-serif;
}
.button-duplicar-entregas:hover {
  background-color: #f9f9f9;
  color: #fe9000;
  border: 1px solid #fe9000;
  transform: scale(1.1, 1.1);
}

.container-lojas-entrega {
  overflow-x: scroll;
  scrollbar-width: none;
  position: sticky;
  width: 100%;
  top: 10px;
  left: 0;
  background-color: rgb(243, 243, 243);
  z-index: 10;
}

.active-container {
  display: flex !important;
  opacity: 1 !important;
}

.container-configuracao-lojas {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
}

.container-cards-entrega {
  width: 100%;
  background-color: rgba(228, 225, 225, 0.8352941176);
  border-radius: 10px;
  justify-content: space-evenly;
  padding: 20px;
  gap: 20px;
  display: flex;
  overflow-x: scroll;
}

.card-entrega-configuracao {
  min-width: 18vw;
  border-radius: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  border-right: 10px solid #4e1f85;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.container-header-card-entrega {
  height: 40px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container-itens-entrega {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 260px;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 4px;
}

.card-item-entrega {
  position: relative;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.handle {
  display: none !important;
  margin-right: 5px;
}

.titulo-item-entrega {
  width: 80%;
  display: flex;
  align-items: center;
}

.descricao-entrega {
  font-size: 20px;
  color: #222222;
  font-weight: bolder;
}

.menu-item-entrega {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-button-sugestoes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button-sugestoes {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #f9f9f9;
  border: none;
  background-color: #fe9000;
}

.button-menu-item-entrega {
  color: black;
  background: none;
  border: none;
}

.menu-suspenso-item-entrega {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: absolute;
  top: 80%;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  display: none;
  gap: 5px;
}

.button-menu-suspenso {
  color: black;
  text-align: left;
  font-size: 13px;
  width: 95%;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
}

.container-confirmar-add-item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.input-confirmar-add-item {
  width: 70%;
  color: #222222;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 5px;
}
.input-confirmar-add-item:hover {
  border: 1px solid #fe9000;
}
.input-confirmar-add-item:focus {
  border: 2px solid #fe9000;
  outline: none;
}

.button-confirmar-add-item {
  border: none;
  border-radius: 5px;
  background-color: #72a98f;
  color: #f9f9f9;
  width: 12.5%;
}

.button-cancelar-add-item {
  border: none;
  border-radius: 5px;
  background-color: #f05c5c;
  color: #f9f9f9;
  width: 12.5%;
}

.container-sugestoes {
  right: -350px;
  transform: translateX(0);
  position: fixed;
  z-index: 1000;
  background-color: #f3f3f3;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 70%;
  width: 350px;
  top: 20%;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}

.button-fechar-sugestoes {
  color: #f05c5c;
  font-size: 30px;
  background: none;
  border: none;
}

.container-sugestoes.active {
  transform: translateX(-350px);
  box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}

.container-itens-sugestao {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 90%;
  overflow-y: scroll;
}

.card-item-sugestao {
  position: relative;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: grab;
}

.container-add-cargo {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.container-sort-icons {
  display: none !important;
}

.sort-icon {
  color: black;
  font-size: 20px;
}

.container-adicionar-item-entrega {
  flex-direction: column;
  display: flex;
  justify-content: end;
}

.text-alteracoes {
  display: none;
  text-align: end;
  color: #fe9000;
}

@media screen and (max-width: 844px) {
  .container-cards-entrega {
    flex-direction: column;
    overflow: hidden;
  }
  .card-entrega-configuracao {
    width: 100%;
    height: 400px;
    scrollbar-width: none;
    transition: transform 0.3s ease-in-out;
  }
  .container-button-sugestoes {
    display: none;
  }
  .container-sort-icons {
    display: block !important;
    width: 10%;
  }
  .handle {
    display: block !important;
  }
}
.title-accordion-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.orcamentos-complementares-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.formas-de-pagamento-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-body-item-os-orcamento {
  padding: 5px;
}

.aprovar-orcamento-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.button-aprovar-orcamento {
  width: 120px;
  margin-left: 15px;
  background-color: #84c4a6;
  color: #f9f9f9;
  cursor: pointer;
  padding: 5px 10px;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
}
.button-aprovar-orcamento:hover {
  background-color: #72a98f;
  color: white;
}

.button-enviar-orcamento {
  background-color: rgba(254, 144, 0, 0.6784313725);
  color: white;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}
.button-enviar-orcamento:hover {
  background-color: #fe9000;
  color: white;
}

.button-os-container {
  display: flex;
  width: 100%;
  justify-content: end;
}

.button-ordem-de-servico {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-ordem-de-servico:hover {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  color: #f9f9f9;
}

.gerar-pdf-os {
  display: flex;
  justify-content: flex-end;
  margin-right: 0.8rem;
}

.button-pdf {
  width: 120px;
  background-color: #4e1f85;
  color: #f9f9f9;
  border-color: #4e1f85;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px !important;
  border-radius: 5px !important;
}

.button-pdf:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
  border-color: #4e1f85;
}

.col-codigo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.texto-ja-aprovado {
  color: #72a98f;
  font-weight: bold;
}

.texto-nao-utilizado {
  color: rgba(228, 225, 225, 0.8352941176);
  font-weight: bold;
}

.text-bold {
  font-weight: bold;
}

.valores-pagamento {
  padding: 0.5rem !important;
}

.button-buscar {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #4e1f85;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-buscar:hover {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
}

.button-add-forma-de-pagamento {
  display: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 17px;
  background-color: #72a98f;
  border-radius: 50%;
  color: #f9f9f9;
  padding: 10px;
  margin-left: 10px;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.title-accordion-orcamento-complementar {
  color: #222222;
  font-weight: bold;
  font-size: 20px;
}

.row-resposta {
  display: none;
}

.resposta-scanner {
  width: 100%;
  padding: 20px;
}

.container-pesquisar {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.container-pesquisar .container-pesquisar-input {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.container-pesquisar .container-pesquisar-input .input-icon {
  position: relative;
  right: 35px;
  cursor: pointer;
}

.accordion-button-os-orcamento {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.accordion-button-os-orcamento:not(.collapsed) {
  background-color: white;
  box-shadow: none;
  padding-bottom: 10px;
}

.accordion-button-os-orcamento:focus {
  box-shadow: none;
}

.accordion-collapse-os-orcamento {
  background-color: white;
}

.button-adicionar-item-os-orcamento {
  width: 25%;
  margin-inline: auto;
  border: none;
  background: #7443ac;
  color: white;
  border-radius: 5px;
  padding: 5px;
}
.button-adicionar-item-os-orcamento:hover {
  background: #4e1f85;
}

.button-orcamento-complementar {
  background: rgba(254, 144, 0, 0.6784313725);
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-orcamento-complementar:hover {
  background: #fe9000;
}

.icon-action-os-orcamento {
  padding: 5px;
  border-radius: 5px;
}
.icon-action-os-orcamento:hover {
  background: rgba(0, 0, 0, 0.05);
}

.title-card-item-os-orcamento {
  color: black;
  margin-bottom: 0;
}

.title-valor-total-os-orcamento {
  color: #72a98f;
  font-weight: bolder;
}

.card-body-list-items-os-orcamento {
  padding-inline: 0.1rem;
  padding-bottom: 0.1rem;
}

.card-body-produtos-servicos-os-orcamento {
  padding-inline: 0.5rem;
}

.card-valores-pagamento {
  position: sticky;
  z-index: 999;
  top: 64px;
}

.card-valores-pagamento-itens {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .title-item-orcamento-complementar {
    font-size: 16px;
  }
  .descricao-forma-de-pagamento {
    font-size: 16px;
  }
  .col-scanner {
    justify-content: space-between;
  }
  .button-adicionar-item-os-orcamento {
    width: 100%;
  }
  .coluna-descricao {
    display: none;
  }
}
.passos-container {
  overflow-y: scroll;
  height: 400px;
  scrollbar-width: none;
  gap: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
}

.item-passo {
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  padding: 5px;
  border-radius: 5px;
}

.item-passo-titulo {
  display: flex;
  width: 92%;
  align-items: center;
  gap: 10px;
}

.item-passo-button {
  width: 8%;
}

.button-toggle-menu {
  background: none;
  border: none;
  width: 20px;
  padding-right: 5px;
}

.menu-suspenso-item-tour {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: absolute;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  display: none;
  gap: 5px;
  left: 95%;
}

.modal-body {
  font-family: "Quicksand";
}

.modal-title {
  font-family: "Poppins", sans-serif;
}

.ranking-container {
  padding: 2px;
  text-align: left;
  position: absolute;
  width: 300px;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  transform: translate(-31%, -125%);
}
@media (max-width: 600px) {
  .ranking-container {
    max-width: 90%;
    top: 40%;
  }
}
.ranking-container h3 {
  text-align: center;
  width: 290px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.ranking-container th {
  background-color: black;
  color: white;
  padding: 2px;
  font-size: 11px;
  white-space: nowrap;
}
.ranking-container td {
  padding: 3px;
  font-size: 14px;
  line-height: 0.9rem;
  white-space: nowrap;
}
.ranking-container tbody {
  max-height: 110px;
  overflow-y: auto;
}
.ranking-container thead, .ranking-container tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ranking-container tbody tr:nth-child(1) {
  background-color: #ffd700;
  font-weight: bold;
  width: 285px;
}
.ranking-container tbody tr:nth-child(2) {
  background-color: #c0c0c0;
  font-weight: bold;
  width: 285px;
}
.ranking-container tbody tr:nth-child(3) {
  background-color: #cd7f32;
  font-weight: bold;
  width: 285px;
}
.ranking-container .ranking-container {
  position: absolute;
  width: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-33%, -125%);
  padding: 2px;
  text-align: left;
}
.ranking-container .ranking-container table {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.ranking-container .ranking-container tbody tr:nth-child(1) {
  background-color: #ffd700;
  font-weight: bold;
  width: 275px;
}
.ranking-container .ranking-container tbody tr:nth-child(2) {
  background-color: #c0c0c0;
  font-weight: bold;
  width: 275px;
}
.ranking-container .ranking-container tbody tr:nth-child(3) {
  background-color: #cd7f32;
  font-weight: bold;
  width: 275px;
}

.nav-tabs-fotos {
  border-bottom: none !important;
}

.tab-pane-fotos {
  height: 50vh;
}

.tab-content-fotos {
  padding-left: 0 !important;
}

.nav-item-fotos {
  padding: 0 !important;
  z-index: 1;
  border-bottom: none !important;
}

.nav-link-fotos {
  color: #000000;
  padding: 10px 14px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  border-bottom: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.nav-link-fotos.active {
  color: #4e1f85 !important;
  border-color: rgba(0, 0, 0, 0.175) !important;
  border-bottom: none !important;
}

.nav-link-fotos:hover {
  color: #4e1f85 !important;
}

.text-adicionar-foto {
  display: block;
}

.card-fotos-veiculos {
  border-top-left-radius: unset !important;
  margin-left: 10px;
  margin-right: 10px;
}

.card-body-fotos {
  height: 58vh;
  overflow: auto;
}

.card-header-fotos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent !important;
  border-bottom: none !important;
  padding: 1rem !important;
}

.card-footer-fotos {
  background-color: transparent !important;
  border-top: none !important;
  padding: 1rem 0.5rem;
}

.button-fotos-pdf {
  background-color: #4e1f85;
  color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px !important;
  border-radius: 5px !important;
  border: none;
}

.tilte-entrada-saida {
  display: flex;
  align-items: center;
  gap: 5px;
}

.count-fotos {
  background: #4e1f85;
  color: #FFFFFF;
  border-radius: 999px;
  padding: 0 5px;
  font-size: 12px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  margin-left: 10px;
}

.button-add-foto {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid;
  border-radius: 8px;
  background-color: #4e1f85;
  color: white;
  padding: 8px 10px;
  cursor: pointer;
}

.button-footer {
  width: 100px;
}

.image-card {
  position: relative;
  overflow: hidden;
}

.image-card .image-button {
  position: relative;
  z-index: 1;
}

.image-button:hover img {
  filter: brightness(30%);
}

.secondary-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  gap: 10px;
  z-index: 2;
}

.secondary-buttons .button-default {
  padding: 10px;
}

.image-button:hover .secondary-buttons,
.secondary-buttons:hover {
  display: flex;
}

.card-nome-image {
  padding: 5px 0 !important;
}

.foto-pic {
  height: 65vh;
  object-fit: scale-down;
}

.nenhuma-foto {
  height: 35vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.botao-de-acao:hover img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(32%) saturate(6844%) hue-rotate(260deg) brightness(99%) contrast(96%);
}

.container-fotos-veiculo {
  display: flex;
  justify-content: space-between;
  row-gap: 20px;
  padding: 2.5rem;
}

.card-checkin-ativo {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgb(236, 253, 245));
  border-left: 6px solid #10b981;
  transform: scale(1.02);
}

.card-checkout-ativo {
  background: linear-gradient(135deg, rgba(78, 31, 133, 0.15), rgb(245, 243, 255));
  border-left: 6px solid #4E1F85;
  transform: scale(1.02);
}

@media screen and (max-width: 834px) {
  .container-fotos-veiculo {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .tab-content-fotos {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .text-adicionar-foto {
    display: none;
  }
  .button-add-foto {
    padding: 15px;
  }
  .button-checkin-container {
    gap: 15px;
  }
  .button-checkout-container {
    gap: 15px;
  }
  .card-body-fotos {
    overflow: hidden;
    height: max-content !important;
  }
  .image-card {
    width: 45% !important;
  }
  .container-fotos-veiculo {
    padding: 1rem;
  }
}
.nome-usuario-acesso {
  font-size: 16px;
  font-weight: bold;
}

.container-opcoes {
  background-color: #f3f3f3;
  width: 100%;
  padding: 20px;
}

.container-opcao-acesso {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-opcao-acesso > label {
  font-weight: bold;
}

.tag-problemas-cronicos {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  padding: 8px 12px;
  border: 1px solid #f9f9f9;
  border-left: 4px solid #4e1f85;
  width: 100%;
  border-radius: 0.375rem;
}
.tag-problemas-cronicos .titulo-problema-cronico {
  font-weight: bold;
  white-space: nowrap;
}
.tag-problemas-cronicos .texto-problema-cronico {
  font-size: 0.9em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.card-sub-problemas {
  flex-direction: column;
  align-items: flex-start;
  background-color: #f9fafb;
  border: 1px solid #dee2e6;
  max-width: 100%;
  width: 100%;
  border-radius: 0.375rem;
  border-left: 4px solid #4e1f85;
}

.card-diagnosticos {
  margin-top: 4px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f9fafb;
  border: 1px solid #dee2e6;
  max-width: 100%;
  width: 100%;
  border-radius: 0.375rem;
}

.tag-scanner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: white;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-left: 4px solid #fe9000;
  width: 100%;
  border-radius: 0.375rem;
}

.tag-scanner-problemas-especificos {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: white;
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-left: 4px solid #72A98F;
  width: 100%;
  border-radius: 0.375rem;
}

.accordion-item-scanner {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.accordion-button-diagnostico {
  padding: 8px 12px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-body-diagnostico {
  background-color: white;
  border-radius: 0px;
  padding: 8px 12px;
}

.button-gerar-cronicos {
  background-color: #7443ac;
  color: white;
  border: #7443ac;
}
.button-gerar-cronicos:hover {
  background-color: #4e1f85;
  color: white;
  border: #4e1f85;
}

.btn-primary-buscar {
  background-color: rgba(254, 144, 0, 0.6784313725);
  color: white;
  border: rgba(254, 144, 0, 0.6784313725);
}
.btn-primary-buscar:hover {
  color: white;
  background-color: #fe9000;
  border: #fe9000;
}

.btn-analisar-problema {
  width: 50%;
  margin-inline: auto;
  background-color: #72A98F;
  color: white;
  border: #72A98F;
}
.btn-analisar-problema:hover {
  color: white;
  background-color: #5f8c7b;
  border: #72A98F;
}

.card-footer-gerar {
  display: flex;
  justify-content: flex-end;
  background-color: transparent !important;
  border: none !important;
}

.subtitle-scanner {
  font-size: 16px;
}

.container-select-com-add {
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 5px 5px;
  border: 1px solid #f3f3f3;
  position: absolute;
  top: 100%;
  z-index: 10;
  background-color: white;
}
.container-select-com-add:focus {
  border: 2px solid #fe9000;
  outline: none;
}

.option-select {
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid rgba(228, 225, 225, 0.8352941176);
}
.option-select:hover {
  background-color: #4e1f85;
  color: white;
  cursor: default;
}

.select-iatrix-container {
  position: relative;
}

.options-list-select-iatrix {
  display: none;
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
  margin-inline: auto;
  width: 100%;
  padding: 8px;
  background-color: white;
  z-index: 100;
  position: absolute;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-width: none;
}

.option-select-com-create {
  padding: 8px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
}
.option-select-com-create:hover {
  background-color: #f3f3f3;
}

.option-create {
  background-color: #fe9000;
  color: #f9f9f9;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
}

.atualizar-senha-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}

.atualizar-senha-form {
  width: 40vw;
}

.atualizar-senha-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.atualizar-senha-card-title {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 40px;
}

.input-group-text {
  background-color: rgba(116, 67, 172, 0.3490196078);
}

@media screen and (max-width: 834px) {
  .atualizar-senha-form {
    width: 80vw;
  }
}
.menu-colaborador {
  position: relative;
  display: inline-block !important;
}

.menu-suspenso-colaborador {
  background-color: white;
  border-radius: 10px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  top: 90%;
  z-index: 10000;
  flex-direction: column;
  align-items: center;
  display: none;
  gap: 5px;
  width: 105px;
  right: 10%;
  transform: translateX(21%);
}

.container-info-tipo {
  display: flex;
  width: 80px;
  margin: 1;
  height: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid var(--cor-padrao);
}

.page-container-acerto-os {
  width: 80%;
  margin-inline: auto;
}

.codigo-os {
  color: #4e1f85;
}

.header-line-acerto-os {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-line-acerto-os .header-line-input {
  width: 100%;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header-line-acerto-os .header-line-input .input-icon {
  position: relative;
  right: 35px;
}

.container-list-os-acerto-os {
  margin: 10px 0px;
  margin-bottom: 5.5rem;
}

.date-container-filter-acerto-os {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-direction: row;
}

.p-date-acerto-os {
  font-weight: 600;
  font-size: 20px;
  color: #fe9000;
}

.card-container-os-acerto-os {
  margin: 10px 0px;
}

.card-body-os-acerto-os {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 10px;
}

.container-title-os-acerto-os {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  width: 50%;
  padding: 10px;
}

.container-menu-os-acerto-os {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.card-footer-os-acerto-os {
  margin: 5px auto;
  padding: 10px 0px;
  width: 97%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.acerto-os-step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 10px;
  width: 16%;
  background-color: transparent;
  border: unset;
}
.acerto-os-step-container p {
  font-size: 14px;
}
.acerto-os-step-container:hover {
  background-color: #fe9000;
}
.acerto-os-step-container:hover i {
  color: white !important;
}
.acerto-os-step-container:hover p {
  color: white !important;
  font-weight: bold;
}
.acerto-os-step-container:disabled {
  background-color: transparent !important;
  color: gray !important;
  border: unset !important;
  cursor: not-allowed;
}
.acerto-os-step-container:disabled i {
  color: #fe9000 !important;
}
.acerto-os-step-container:disabled p {
  color: #fe9000 !important;
  font-weight: bold;
}

.text-adicionar {
  display: bolck;
}

.menu-navigation-financeiro {
  width: 100% !important;
  box-shadow: rgba(72, 72, 211, 0.25) 0px 6px 12px -2px, rgba(59, 84, 226, 0.3) 0px 3px 7px -3px;
  bottom: -2px;
}

.menu-navigation-container-financeiro {
  border-radius: unset;
  width: 100%;
  padding: 8px 5px;
}

.menu-financeiro-item {
  width: 25%;
  padding: 10px 0;
}

.menu-financeiro-item.active {
  background-color: #4e1f85 !important;
  color: white !important;
  border-radius: 10px !important;
}

.menu-financeiro-icon.active {
  color: white !important;
}

@media screen and (max-width: 834px) {
  .page-container-acerto-os {
    width: 100%;
    padding-inline: 10px;
  }
  .card-body-os-acerto-os {
    flex-wrap: wrap;
    padding: 0 1em;
    margin: 0;
  }
  .container-title-os-acerto-os {
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
  }
  .card-footer-os-acerto-os {
    gap: 10px;
    width: 92%;
  }
  .container-menu-os-acerto-os {
    width: 100%;
  }
  .menu-navigation-container-financeiro {
    padding: 5px 8px;
  }
  .menu-financeiro-item {
    padding: 5px 0;
  }
}
@media screen and (max-width: 834px) and (max-width: 576px) {
  .menu-finaceiro-label {
    font-size: 11px;
  }
  .text-adicionar {
    display: none;
  }
}
.page-container-resumo-os {
  width: 80%;
  margin-inline: auto;
}

.card-cabecalho-resumo {
  background-color: #D9FFE3;
}

.produtos-servicos {
  font-size: 16px;
}

.title-total-os {
  font-size: 18px;
  font-weight: bold;
}

.valor-total-os {
  padding: 10px;
  background-color: #34c759;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.title-produtos-valor {
  font-size: 1.1rem;
  color: #004D13;
}

.title-servicos-valor {
  font-size: 1.1rem;
  color: #004D13;
}

.button-resumo-acertar-os {
  background-color: #4e1f85;
  color: #FFFFFf;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none;
  width: 20%;
  font-size: large;
  font-weight: bold;
}
.button-resumo-acertar-os:hover {
  border: 1px solid #4e1f85;
  color: #4e1f85;
  background-color: #FFFFFf;
  transform: scale(1.1, 1.1);
}

.card-info-total {
  background-color: #4f1f85;
  color: #FFFFFF;
}

.col-info-total {
  justify-content: flex-start !important;
  font-size: large;
}

@media screen and (max-width: 834px) {
  .page-container-resumo-os {
    width: 100%;
    padding-inline: 10px;
  }
  .title-total-os {
    font-size: 14px;
  }
  .valor-total-os {
    font-size: 12px;
  }
  .produtos-servicos {
    font-size: 12px;
  }
  .title-produtos-servicos {
    font-size: 18px;
  }
  .subtitle-produtos-servicos {
    font-size: 14px;
  }
  .title-produtos {
    font-size: 18px;
  }
  .title-produtos-valor {
    font-size: 1.05rem;
  }
  .title-servicos {
    font-size: 18px;
  }
  .title-servicos-valor {
    font-size: 1.05rem;
  }
  .font-size-15 {
    font-size: 15px;
  }
  .button-resumo-acertar-os {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .button-resumo-acertar-os {
    width: 100%;
    font-size: medium;
  }
  .col-info-total {
    justify-content: space-between !important;
    font-size: medium;
  }
}
.page-container-acertar-os {
  width: 80%;
  margin-inline: auto;
}

.card-item-pagamentos {
  width: 30%;
}

.button-acertar-os {
  background-color: #4e1f85;
  color: #FFFFFf;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none;
  width: 40%;
  font-size: large;
  font-weight: bold;
}
.button-acertar-os:hover {
  border: 1px solid #4e1f85;
  color: #4e1f85;
  background-color: #FFFFFf;
  transform: scale(1.1, 1.1);
}

.button-cancelar-os {
  background-color: #FE9000;
  color: #FFFFFf;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none;
  width: 40%;
  font-size: large;
  font-weight: bold;
}
.button-cancelar-os:hover {
  border: 1px solid #FE9000;
  color: #FE9000;
  background-color: #FFFFFf;
  transform: scale(1.1, 1.1);
}

.button-add-forma-de-pagamento {
  background-color: #4e1f85;
  width: 100%;
  height: max-content;
  border-radius: 5px;
  padding: 5px 8px;
}
.button-add-forma-de-pagamento:hover {
  background-color: white;
  color: #4e1f85;
  border: 1px solid #4e1f85;
}

@media screen and (max-width: 1350px) {
  .button-acertar-os {
    width: 65%;
  }
  .button-cancelar-os {
    width: 65%;
  }
}
@media screen and (max-width: 834px) {
  .page-container-acertar-os {
    width: 100%;
    padding-inline: 10px;
  }
  .button-acertar-os {
    width: 100%;
  }
  .button-cancelar-os {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .card-body-pagamentos {
    flex-direction: column;
    gap: 8px;
  }
  .card-item-pagamentos {
    width: 100%;
  }
}
.opcaoSelectPlanoDeContas {
  width: 100%;
}

.button-menu-suspenso-table {
  background: none;
  border: none;
}

.button-menu-suspenso-item-table {
  background: none;
  border: none;
  width: 100%;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.container-menu-suspenso {
  position: relative;
  display: inline-block;
}

.menu-suspenso {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 6px;
  display: none;
  z-index: 1000;
}

.linha-plano-de-contas {
  z-index: 999;
}
.linha-plano-de-contas.filho td {
  padding-left: 25px;
}

.icone-plano-de-contas {
  padding: 8px;
}

.icone-plano-de-contas-mobile {
  position: absolute;
}

.text-padrao-os {
  font-style: italic;
  color: gray;
  font-size: 1rem;
}

.opcaoSelectCentroDeCustos {
  width: 100%;
}

.table-centro-de-custos {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.table-centro-de-custos thead th {
  background-color: #4e1f85;
  color: white;
}
.table-centro-de-custos tbody tr {
  border-top: 1px solid black;
}
.table-centro-de-custos table {
  margin-bottom: 0 !important;
}

.button-menu-suspenso-table {
  background: none;
  border: none;
}

.button-menu-suspenso-item-table {
  background: none;
  border: none;
  width: 100%;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.container-menu-suspenso {
  position: relative;
  display: inline-block;
}

.menu-suspenso {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 140px;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 6px;
  display: none;
  z-index: 1000;
}

.icone-centro-de-custos-mobile {
  padding: 8px;
}

.icone-centro-de-custos {
  padding: 8px;
}

.text-padrao-os {
  font-style: italic;
  color: gray;
  font-size: 1rem;
}

.accordion-header-receitas {
  width: 105px;
}

.accordion-button-receitas {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  border: solid 1px #4e1f85;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  color: #4e1f85;
}
.accordion-button-receitas:not(.collapsed) {
  background-color: white;
  border-color: #4e1f85;
}
.accordion-button-receitas:focus {
  border-color: #4e1f85;
  box-shadow: none;
}
.accordion-button-receitas:after {
  margin-left: 0.5rem;
}

.button-filtrar {
  background-color: #4e1f85;
  color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none;
  font-size: large;
  font-weight: bold;
}
.button-filtrar:hover {
  border: solid 1px #4e1f85;
  border-radius: 5px;
  color: #4e1f85;
  background-color: #f9f9f9;
}

.container-status-receita {
  font-weight: bold;
  margin: 0;
  width: 100px;
  padding: 5px;
  text-align: center;
}
.container-status-receita .container-pendente {
  border-radius: 5px;
  background-color: rgba(254, 144, 0, 0.3098039216);
}
.container-status-receita .container-pendente .pendente {
  color: #fe9000;
}
.container-status-receita .container-cancelado {
  border-radius: 5px;
  background-color: rgba(80, 80, 80, 0.3098039216);
}
.container-status-receita .container-cancelado .cancelado {
  color: rgba(0, 0, 0, 0.5019607843);
}
.container-status-receita .container-conciliado {
  border-radius: 5px;
  background-color: rgba(0, 254, 38, 0.3098039216);
}
.container-status-receita .container-conciliado .conciliado {
  color: #018515;
}
.container-status-receita .container-conciliado-cartao {
  border-radius: 5px;
  background-color: rgba(207, 255, 94, 0.3098039216);
}
.container-status-receita .container-conciliado-cartao .conciliado-cartao {
  color: #79ad00;
}
.container-status-receita .container-pago {
  border-radius: 5px;
  background-color: #8cb3ff;
}
.container-status-receita .container-pago .pago {
  color: #063294;
}
.container-status-receita .container-recebido {
  border-radius: 5px;
  background-color: #8cb3ff;
}
.container-status-receita .container-recebido .recebido {
  color: #063294;
}

.descricao-receita {
  font-size: large;
}

#containerRecebimento {
  display: none;
}

.accordion-header-despesas {
  width: 105px;
}

.accordion-button-despesas {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  border: solid 1px #4e1f85;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  color: #4e1f85;
}
.accordion-button-despesas:not(.collapsed) {
  background-color: white;
  border-color: #4e1f85;
}
.accordion-button-despesas:focus {
  border-color: #4e1f85;
  box-shadow: none;
}
.accordion-button-despesas:after {
  margin-left: 0.5rem;
}

.tabela-sombreada {
  border: 1px solid #dedede;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.button-filtrar {
  background-color: #4e1f85;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none;
  font-size: large;
  font-weight: bold;
  cursor: pointer;
}
.button-filtrar:hover {
  border: solid 1px #4e1f85;
  border-radius: 5px;
  color: #4e1f85;
  background-color: #fff;
}

.efeito-numeros:hover {
  background-color: rgba(254, 144, 0, 0.6784313725);
  border-radius: 4px;
  color: #222222;
}

.paginacao-nav .pagination {
  margin: 0;
  justify-content: end;
}
.paginacao-nav .page-item {
  margin: 0 2px;
}
.paginacao-nav .page-item.disabled .page-link {
  color: #f3f3f3;
  pointer-events: none;
  background-color: transparent;
}
.paginacao-nav .page-item.active .page-link {
  background-color: #fe9000;
  color: #f9f9f9 !important;
  border-radius: 4px;
}
.paginacao-nav .page-link {
  border: none;
  background: transparent;
  color: #222222;
  padding: 6px 12px;
  transition: 0.2s ease;
  cursor: pointer;
}
.paginacao-nav .page-link:focus {
  outline: none;
  box-shadow: none;
}

.paginacao-nav-responsivo {
  display: none;
}

.container-parcelamento {
  margin-top: 10px;
  background-color: #f3f3f3;
}

#containerPagamento {
  display: none;
}

.card-movimento-financeiro-pai {
  background-color: #f3f3f3;
}

.button-gerar-parcelas {
  width: fit-content;
  background-color: #fe9000;
  border: 1px solid #fe9000;
  border-radius: 5px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-gerar-parcelas:hover {
  background-color: #f9f9f9;
  color: #fe9000;
}

.checkbox[type=checkbox] {
  transform: scale(1.2);
}

.checkbox[type=checkbox]:checked {
  accent-color: #4e1f85;
  transform: scale(1.2);
}

.btn-remover-conta-desktop {
  display: flex;
}

.btn-remover-conta-mobile {
  display: none;
}

@media (max-width: 460px) {
  .btn-remover-conta-desktop {
    display: none;
  }
  .btn-remover-conta-mobile {
    display: flex;
  }
  .accordion-header-despesas {
    width: 80px;
  }
  .accordion-button-despesas {
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
  }
  .button-filtrar {
    font-size: 0.9rem;
    padding: 6px 8px !important;
    border-radius: 4px !important;
    font-weight: 600;
  }
  .fundo-tabela {
    width: 100%;
    overflow-x: auto;
  }
  .paginacao-nav .pagination {
    justify-content: center;
    margin-top: 0.5rem;
  }
  .paginacao-nav .page-item {
    margin: 0 1px;
  }
  .paginacao-nav .page-item.active .page-link {
    border-radius: 3px;
  }
  .paginacao-nav .page-link {
    padding: 4px 8px;
    font-size: 0.85rem;
    min-width: 30px;
    text-align: center;
    border-radius: 3px;
  }
  .efeito-numeros:hover {
    background-color: rgba(254, 144, 0, 0.6784313725);
    color: #222222;
    border-radius: 3px;
  }
  .paginacao-nav-responsivo {
    display: flex;
  }
  .pagination {
    margin: 0;
    justify-content: end;
  }
  .page-item {
    margin: 0 2px;
  }
  .page-item.active .page-link {
    background-color: #fe9000;
    color: #f9f9f9 !important;
    border-radius: 4px;
  }
  .page-item.disabled .page-link {
    color: #f3f3f3;
    pointer-events: none;
    background-color: transparent;
  }
  .page-link {
    border: none;
    background: transparent;
    color: #222222;
    padding: 6px 12px;
    transition: 0.2s ease;
  }
  .page-link:focus {
    outline: none;
    box-shadow: none;
  }
}
.radio-filtro-movimento-financeiro {
  width: 1rem;
  height: 1rem;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.radio-filtro-movimento-financeiro:checked {
  background-color: #4e1f85;
}

.text-table-mfs {
  font-size: 14px !important;
}

.item-table-row td {
  height: 70px !important;
}

.col-carregar-cartoes {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-lancamentos {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.col-conciliar-marcados {
  display: flex;
  justify-content: flex-end;
}

.button-conciliar-marcados {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.button-conciliar-marcados:hover {
  background-color: #4e1f85;
  color: #f9f9f9;
}

.button-lancar-rendimento {
  background-color: #f9f9f9;
  border: 1px solid #72a98f;
  color: #222222;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.925rem;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.button-lancar-tarifa {
  background-color: #f9f9f9;
  border: 1px solid #fe9000;
  color: #222222;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.925rem;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.col-acoes {
  display: flex;
  justify-content: center;
}

.button-conciliar {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
}
.button-conciliar:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
}
.button-conciliar:disabled {
  cursor: default;
  background-color: #f3f3f3;
  border: 1px solid rgba(228, 225, 225, 0.8352941176);
  color: rgba(0, 0, 0, 0.5019607843);
}

.header-table {
  display: flex;
  justify-content: space-between;
  background-color: #4e1f85;
  color: #f9f9f9;
}

.header-total-itens {
  border: 1px solid #f9f9f9;
  border-radius: 5px;
  height: min-content;
  width: 70px;
  text-align: center;
}

.info-card-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-card-conciliado {
  margin-top: 5px;
  display: flex;
  width: 90px;
  height: 100% px;
  justify-content: center;
  border-radius: 5px;
  background-color: #d1fae5;
  color: #f9f9f9;
  text-wrap: nowrap;
}

.status-text-conciliado {
  color: #047857;
  font-weight: bold;
  font-size: 0.85rem;
  margin: 0;
}

.status-card-pendente {
  margin-top: 5px;
  display: flex;
  width: 90px;
  height: 100% px;
  justify-content: center;
  border-radius: 5px;
  background-color: #f3f4f6;
  color: #f9f9f9;
  text-wrap: nowrap;
}

.status-text-pendente {
  color: #4b5563;
  font-weight: bold;
  font-size: 0.85rem;
  margin: 0;
}

.data-info-item {
  margin-top: 5px;
}

.info-card-item {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.valor-text {
  font-weight: bold;
  font-size: 0.85rem;
  margin: 0;
}

.data-text-item {
  font-weight: 500;
  font-size: 0.85rem;
}

.data-text-item {
  font-weight: 500;
  font-size: 0.85rem;
}

@media screen and (max-width: 991.98px) {
  .col-carregar-cartoes {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 768px) {
  .col-conciliar-marcados {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .col-lancamentos {
    flex-direction: column;
  }
  .button-lancar-rendimento {
    width: 100%;
  }
  .button-lancar-tarifa {
    width: 100%;
  }
  .col-conciliar-marcados {
    padding-inline: 0 !important;
  }
  .button-conciliar-marcados {
    width: 100%;
  }
}
.card-header-lancamento {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: none;
  font-size: 22px;
  font-weight: bolder;
}

.total-rateio {
  background-color: #fe9000;
  border: 1px solid #fe9000;
  border-radius: 5px;
  color: #f9f9f9;
  font-weight: 500;
  padding: 5px 8px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.95rem;
}

.button-adicionar-rateio {
  min-height: 30px;
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  padding: 5px 8px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
}
.button-adicionar-rateio:hover {
  border: solid 1px #4e1f85;
  border-radius: 5px;
  color: #4e1f85;
  background-color: #f9f9f9;
}

#containerRateio {
  display: none;
}

.card-icone {
  position: absolute;
  right: 5px;
  top: 3px;
}

.card-body-pgto {
  padding-right: 2rem;
  padding-left: 2rem;
}

.card-pgto {
  background-color: rgba(228, 225, 225, 0.8352941176);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  padding: 1.5rem;
  flex-direction: row;
}

.card-footer-pagamento {
  display: flex;
  justify-content: end;
  background-color: transparent;
  border-top: none;
}

.button-calcular-pgto {
  background-color: #f9f9f9;
  color: #4e1f85;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none;
  font-size: large;
  font-weight: bold;
  border: solid 1px #4e1f85;
}
.button-calcular-pgto:hover {
  border-radius: 5px;
  color: #f9f9f9;
  background-color: #4e1f85;
}

.buttons-lancamento {
  display: flex;
  justify-content: end;
  gap: 10px;
}

input[type=file] {
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
}

.addfiles {
  width: 50%;
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: initial;
}
.addfiles:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
  border-color: #4e1f85;
}

.btn-delete-file {
  background-color: #fe9000;
  color: #f9f9f9;
}
.btn-delete-file:hover {
  background-color: #f9f9f9;
  color: #fe9000;
  border-color: #fe9000;
}

.btn-delete-file:active {
  background-color: #f9f9f9 !important;
  color: #fe9000 !important;
  border-color: #fe9000 !important;
}

.file-name {
  width: 70%;
}

.file-actions {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  width: 30%;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .addfiles {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .total-rateio span {
    display: none;
  }
  .button-adicionar-rateio span {
    display: none;
  }
  .card-body-pgto {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 470px) {
  .addfiles {
    width: 70%;
  }
}
.btn-transferir {
  gap: 8px;
  background-color: #fff;
  font-weight: 600;
  color: #222222;
  font-size: 14px;
  margin-right: 10px;
  border: 1px solid #cfd4da;
  border-radius: 6px;
  padding: 4px 10px;
  transition: all 0.2s ease-in-out;
}

.button-exportar-movimentacoes-conta {
  background-color: #72a98f;
  border-radius: 100px;
  border: 1px solid #72a98f;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contato-fornecedor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-contato-fornecedor {
  border: none;
  background-color: #f1f1f1;
}

.menu-suspenso-tabela-excluir {
  background-color: white;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 8px;
  position: absolute;
  z-index: 9;
  flex-direction: column;
  align-items: center;
  width: 245px;
  right: 9%;
  transform: translateX(22%);
  text-wrap: normal;
  display: none;
  top: 67%;
}

botoes-confirmacao {
  display: flex;
}

.button-menu-tabela {
  background: none;
  border: none;
  cursor: pointer;
}

.button-menu-item-table {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.confirmar-excluir-container {
  position: absolute;
  display: none;
  z-index: 10;
}

.confirmar-excluir-container.active-container {
  display: block;
}

.card-contato-fornecedor {
  position: relative;
}

.botoes-confirmacao {
  display: flex;
  justify-content: flex-end;
  gap: 1px;
  margin-top: 7px;
}

.btn-cancelar,
.btn-excluir {
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  width: 85px;
}

.btn-excluir {
  width: 107px;
  background-color: #fe9000;
  border: 1px solid #fe9000;
  border-radius: 100px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-excluir:hover {
  background-color: #f9f9f9;
  color: #fe9000;
}

.btn-cancelar {
  min-width: 107px;
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  border-radius: 100px;
  color: #f9f9f9;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cancelar:hover {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
}

@media (max-width: 576px) {
  .menu-suspenso-tabela-excluir {
    right: 19%;
  }
}
.col-carregar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-lancamentos {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.col-conciliar-marcados {
  display: flex;
  justify-content: flex-end;
}

.button-salvar-conciliacao {
  background-color: #f9f9f9;
  border: 1px solid #4e1f85;
  color: #4e1f85;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.button-salvar-conciliacao:hover {
  background-color: #4e1f85;
  color: #f9f9f9;
}

.button-lancar-rendimento {
  width: auto;
  background-color: #f9f9f9;
  border: 1px solid #72a98f;
  color: #222222;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.925rem;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.button-lancar-tarifa {
  width: auto;
  background-color: #f9f9f9;
  border: 1px solid #fe9000;
  color: #222222;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.925rem;
  padding: 8px 15px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

.col-acoes {
  display: flex;
  justify-content: center;
}

.button-conciliar {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
}
.button-conciliar:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
}
.button-conciliar:disabled {
  cursor: default;
  background-color: #f3f3f3;
  border: 1px solid rgba(228, 225, 225, 0.8352941176);
  color: rgba(0, 0, 0, 0.5019607843);
}

.button-desconciliar {
  width: 94px;
  background-color: #fe9000;
  border: 1px solid #fe9000;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
}

.button-ja-conciliado {
  background-color: #4e1f85;
  border: 1px solid #4e1f85;
  color: #f9f9f9;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.7rem;
}
.button-ja-conciliado:hover {
  background-color: #f9f9f9;
  color: #4e1f85;
}
.button-ja-conciliado:disabled {
  cursor: default;
  background-color: #f3f3f3;
  border: 1px solid rgba(228, 225, 225, 0.8352941176);
  color: rgba(0, 0, 0, 0.5019607843);
}

.header-table {
  display: flex;
  justify-content: space-between;
  background-color: #4e1f85;
  color: #f9f9f9;
}

.header-total-itens {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  height: min-content;
  width: 80px;
  text-align: center;
  white-space: nowrap;
}

.info-card-item {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.valor-text {
  font-weight: bold;
  font-size: 0.85rem;
  margin: 0;
}

.data-text-item {
  font-weight: 500;
  font-size: 0.85rem;
}

.card-concilicar-desconciliar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.floating-wrapper-conciliacoes {
  position: sticky;
  bottom: 70px;
  transform: translateX(0%);
}

.tabs-conciliacoes {
  display: none;
}

.card-conciliacoes-ativo {
  background: linear-gradient(135deg, rgba(78, 31, 133, 0.15), rgb(245, 243, 255));
  border-left: 6px solid #4e1f85;
  transform: scale(1.02);
}

.conciliadas-icon-symbol {
  font-size: 23px;
  color: #4e1f85;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.nao-conciliadas-icon-symbol {
  font-size: 23px;
  color: #FE9000;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.tab-title {
  font-size: 0.95rem;
}

@media screen and (min-width: 1054px) and (max-width: 1060px) {
  .button-ja-conciliado {
    padding: 5px 2px;
  }
}
@media screen and (max-width: 1055px) {
  .col-table {
    width: 100% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .col-carregar {
    justify-content: flex-end !important;
  }
}
@media screen and (max-width: 767px) {
  .col-carregar {
    justify-content: flex-end !important;
  }
  .col-conciliar-marcados {
    margin-top: 2rem;
  }
  .page-title {
    margin-bottom: 0.5rem !important;
  }
  .col-lancamentos {
    justify-content: center;
  }
  .button-lancar-rendimento {
    width: 40%;
  }
  .button-lancar-tarifa {
    width: 40%;
  }
}
@media screen and (max-width: 576px) and (max-width: 767px) {
  .button-lancar-rendimento {
    width: 50%;
  }
  .button-lancar-tarifa {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .tabs-conciliacoes {
    display: flex;
  }
}
@media screen and (max-width: 430px) {
  .col-lancamentos {
    flex-direction: column;
  }
  .button-lancar-rendimento {
    width: 100%;
  }
  .button-lancar-tarifa {
    width: 100%;
  }
  .col-conciliar-marcados {
    padding-inline: 0 !important;
  }
  .button-conciliar-marcados {
    width: 100%;
  }
}
.table-padrao {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.table-padrao thead th {
  background-color: #4e1f85;
  color: white;
}
.table-padrao tbody tr {
  border-top: 1px solid black;
}
.table-padrao table {
  margin-bottom: 0 !important;
}

.titulo-tabela {
  padding: 10px 15px;
  margin: 0;
}

.container-menu-suspenso {
  position: relative;
  align-items: center;
}

.menu-suspenso-tabela {
  background-color: white;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  position: absolute;
  z-index: 9;
  flex-direction: column;
  align-items: center;
  display: none;
  gap: 5px;
  width: 130px;
  right: 7%;
  transform: translateX(22%);
  white-space: nowrap;
}

.button-menu-tabela {
  color: black;
  background: none;
  border: none;
}

.button-menu-item-table {
  color: gray;
  text-align: justify;
  font-size: 18px;
  width: 100%;
  background: none;
  border: none;
  margin: 5px;
}

.card-dados {
  background-color: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.3rem;
  display: none;
  width: 100%;
}

.card-table {
  width: 100% !important;
  border: none !important;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-table:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.card-item-table {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card-header-table {
  background-color: #4e1f85;
  color: white;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  border-color: #4e1f85;
}

@media screen and (max-width: 460px) {
  .container-menu-suspenso {
    display: inline-block !important;
  }
  .card-dados {
    display: grid;
  }
  .table-padrao {
    display: none;
  }
  .menu-suspenso-tabela {
    top: 58%;
    width: fit-content;
    right: 10%;
    transform: translateX(22%);
  }
}

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