@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap);
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Home Contaiener*/
.home-container {
  margin: 80px 25px 25px 25px;
}

/* Class Component First Title */

.title-Home {
  display: flex;
  align-items: center;
}

.icn-trophy {
  margin-right: 27px;
}

.title {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: bolder;
}

.titleBBX {
  color: #4757a2;
  font-size: 38px;
  font-weight: bolder;
}

/* Class Subtitle of First Title Component */

.subtitle-Home {
  margin: 22px 0 63px 0;
  font-size: 18px;
  color: #50555a;
}

/* Secondary Title */
.title2 {
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin: 80px 0 34px 0;
}


/*Termo*/
.terms-wrapper{
  position: fixed;
  z-index: 30;
  background: #f8fbfc;
  height: 100%;
  padding: 1% 1% 2% 4%;
} 

.loading-container{
  z-index: 33;
}

.termoAceito{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: -50px;
}

.textTermo{
  display: flex;
    margin-left: 11px;
    margin-top: 3px;
    color: #50555a;
}

.textTermo > p{
  
    font-weight: bold;
    padding-right: 3px;
    text-decoration-line: underline;
    cursor: pointer;
}

@media(max-width:1024px){
  .termoAceito{
    justify-content: center;
  }
}

@media(max-width:610px){
  .textTermo{
    flex-wrap: wrap;
    flex-direction: column;
  }
}


/*Container de Campanha*/
.CampanhaCardContainer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  justify-content: center;
}

/*Container dos Cards*/
.CampanhaCard {
  box-shadow: 0 16px 24px rgba(48, 49, 51, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  padding: 24px 21px 12px 21px;
  max-width: 405px;
  overflow: hidden;
}

/*Layout da Imagem*/
.campanhaCardDivImg img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

/*Layout Card Title */
.campanhaCardTitle {
  margin: 6px 0;
  font-size: 18px;
  color: #50555a;
  font-weight: bold;
}

/*Layout Card Subtitle*/
.campanhaCardSubtitleImage {
  color: #98989a;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

/*Layout Card Button*/
.divButtonParticipar {
  margin-bottom: 6px;
}

.divButtonParticipar button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fc7c05;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto";
  cursor: pointer;
}

/*Layout Card Expire*/

.campanhaCardExpireDivOk {
  margin: 3px 31px 12px 0;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  color: #50555a;
}

.campanhaCardExpireDivOk img {
  margin-right: 7px;
}


.campanhaCardExpireDiv {
  margin: 3px 31px 12px 0;
  display: flex;
  align-items: center;
}

.campanhaCardExpireDiv img {
  margin-right: 11px;
}

.campanhaCardExpireDiv span {
  font-weight: normal;
  font-size: 16px;
  color: #50555a;
}

.missionCardDivImg {
  max-height: 185px;
}

.modal {
  height: 100%;
  width: 100%;
  background: red;
  z-index: 80;
}

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

.campanhaCardDivConcluidoImg {
  height: 15px;
  margin-right: 6px;
}

.campanhaCardDivConcluidoText {
  font-weight: normal;
  font-size: 16px;
  color: #50555a;
}

.campanhaCardDivConcluidoImgOk {
  height: 15px;
  margin-right: 0px;
}

.campanhaCardExpireDivOk img {
  margin-right: 7px;

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

.loading-container .loader-container {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loading-container .loader-container .loader-dot {
    animation: loader-container 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.loading-container .loader-container .loader-dot:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--secondary-color);
    margin: -4px 0 0 -4px;
}

.loading-container .loader-container .loader-dot:nth-child(1) {
    animation-delay: -0.036s;
}

.loading-container .loader-container .loader-dot:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.loading-container .loader-container .loader-dot:nth-child(2) {
    animation-delay: -0.072s;
}

.loading-container .loader-container .loader-dot:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.loading-container .loader-container .loader-dot:nth-child(3) {
    animation-delay: -0.108s;
}

.loading-container .loader-container .loader-dot:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.loading-container .loader-container .loader-dot:nth-child(4) {
    animation-delay: -0.144s;
}

.loading-container .loader-container .loader-dot:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loading-container .loader-container .loader-dot:nth-child(5) {
    animation-delay: -0.18s;
}

.loading-container .loader-container .loader-dot:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.loading-container .loader-container .loader-dot:nth-child(6) {
    animation-delay: -0.216s;
}

.loading-container .loader-container .loader-dot:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.loading-container .loader-container .loader-dot:nth-child(7) {
    animation-delay: -0.252s;
}

.loading-container .loader-container .loader-dot:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.loading-container .loader-container .loader-dot:nth-child(8) {
    animation-delay: -0.288s;
}

.loading-container .loader-container .loader-dot:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes loader-container {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.we-modalTerm-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    animation: fadeIn .3s ease-in-out;
    z-index: 9;
}

.we-modalTerm-backdrop .we-modalTerm-view {
    width: 90%;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: slideUp .5s;
    transform: translate(-50%, -50%);
    padding: 52px 32px;
    overflow: scroll;
    height: 90%;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-title-container .we-modalTerm-title {
    font-family: Roboto, sans-serif;
    color: var(--primary-font-color);
    margin: 0;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-text {
    font-family: Roboto, sans-serif;
    color: var(--primary-font-color);
    font-size: 1.1rem;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-btns-container {
    display: flex;
    justify-content: flex-end;
   
    padding-top: 42px;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-btns-container button {
    height: 42px;
    width: 250px;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-accept-button {
    border: none;
    border-radius: 4px;
    color: var(--secondary-font-color);
    background: var(--secondary-color);
    margin-left: 12px;
}

.we-modalTerm-backdrop .we-modalTerm-view .we-modalTerm-cancel-button {
    border-radius: 4px;
    color: var(--secondary-color);
    background: #FFFFFF;
    border: solid 1px var(--secondary-color);
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.gabaritoContainer {
  height: 100%;
  animation: fadeIn 0.3s ease-in-out;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.gabaritoContainerLayout {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 260px;
  margin-top: 115px;
}

.titleGabarito {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}

.divButtonFinal {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.divButtonFinal button {
  cursor: pointer;
  width: 231px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--secondary-color);
  background: #fff;
  color: var(--secondary-color);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
}

.divButtonFinal button:hover {
  background: var(--secondary-color);
  color: #fff;
}

.containerCardResume {
  height: 186px;
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 80px;
}

.divImgCardResume {
  height: 100px;
  width: 168px;
}

.divImgCardResume img {
  height: 100%;
  width: 100%;
}

.divinfoCardResume {
  color: #50555a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  width: 270px;
}

.spanInfoB {
  color: var(--primary-color);
  font-family: "Roboto";
  font-weight: 700;
  line-height: 36px;
  font-size: 26px;
}

.spanTotalPontos {
  color: var(--primary-color);
  font-family: "Roboto";
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.divTimeandLevel {
  display: flex;
  margin-top: 15px;
  color: #000;
  font-size: 15px;
}

.divImgTitleCard {
  height: 100%;
  width: 400px;
  padding-left: 46px;
}

.divImgTitleCard img {
  height: 100%;
  width: 100%;
}

.miniCardTime {
  display: flex;
  align-items: center;
  width: 80px;
  height: 32px;
  background: rgba(0, 139, 127, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardTime img {
  margin: 0 8px;
}

.miniCardLevel {
  display: flex;
  align-items: center;
  width: 130px;
  height: 32px;
  background: rgba(255, 145, 0, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardLevel img {
  margin: 0 8px;
}

.containerRespostas {
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 80px;
}

.containerRespostas hr {
  border: 1px solid #eaeef0;
  width: 100%;
}

.numeroQuestion {
  color: #50555a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 39px 146px 24px 25px;
}

.respostaCorretaDiv {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 23px 24px;
}

.respostaCorretaDiv img {
  height: 24px;
  position: absolute;
  padding-top: 3px;
  padding-left: 10px;
}

.mostraRespostaCorreta {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.respostaIncorretaDiv {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 23px 24px;
}

.respostaIncorretaDiv img {
  height: 24px;
  position: absolute;
  padding-top: 3px;
  padding-left: 10px;
}

.riscaIncorreta {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.divStep1 {
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.divTab {
    display: block;
    border-radius: 25px;
    margin-top: 15px;
    position: relative;
    height: 650px;
}*/

.divTab {
    display: block;
    border-radius: 25px;
    margin-top: 15px;
    position: relative;
    height: 80vh; /* Usar vh para altura relativa à viewport */
    max-height: 650px; /* Máximo de 650px */
    box-sizing: border-box; /* Incluir padding e border na altura total */
}

.imagemCenter {
    max-height: 48%;
}

.subtitleCenter {
    max-width: 540px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.saibaMais {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 28px;
}

.imagemNext {
    height: 70px;
    cursor: pointer;
    padding-bottom: 16px;
}

.divStep2 {
    display: flex;
    height: 100vh;
    align-items: center;
    margin: 0;
    padding: 0;
}

.divImgCampanhaFooterImg {
    width: 48%;
}

.lefthDivStep2 {
    height: 100vh;
    display: flex;
    margin-right: 52px;
    width: 40%;
}

.rightDivStep2 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    width: 800px;
    z-index: 2;
}

.divVigencia {
    max-width: 466px;
    width: 100%;
    border-radius: 4px;
    background-color: rgba(255, 145, 0, 0.2);
    margin: 15px 0 35px 0;
    display: flex;
    align-items: center;
    padding: 18px 9px;
}

.textodivVidencia {
    font-size: 1em;
}


.imgdivVigencia {
    margin: 0 13px;
}

.divImgLogoStep2 {
    /* width: 88vh; */
}

    .divImgLogoStep2 img {
        width: 100%;
        height: 100%;
        border-radius: 0px 40px 40px 0;
    }

.lefthDivStep2Background {
    height: 100vh;
    display: flex;
    margin-right: 52px;
    width: 49%;
    justify-content: center;
    align-items: center;
    border-radius: 0px 40px 40px 0;
}

    .lefthDivStep2Background div {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70%;
        width: 70%;
    }

    .lefthDivStep2Background img {
        width: 100%;
    }

.titleStep2 {
    font-size: 3em;
}

.presentatioStep2 {
    color: #50555a;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box;
}

.divStep4 {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    justify-content: center;
}

.titleStep4 {
    font-size: 42px;
    padding: 5% 0 0 0;
    color: #fff;
    margin: 0px 0 20px;
}

.subititleStep4 {
    font-size: 18px;
    color: #fff;
    /* padding-bottom: 50px; */
}

.irparaCatalogo {
    font-size: 18px;
    color: #fff;
    padding: 1% 0 2% 0;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

/* Ganhadores */

.ganhadoresdiv3Primeiros {
    display: flex;
    align-items: flex-end;
    padding: 3% 0 2% 0;
}

    .ganhadoresdiv3Primeiros span:nth-child(1) {
        margin-bottom: 5px;
    }

.ganhadoresdivlugarPremiacao {
    padding: 23px 0;
}

.ganhadoresdiv1lugarPremiacao {
    padding: 34px 0;
}

/*Segundo lugar */

.ganhadoresdiv2lugar {
    width: 255px;
    height: 180px;
    box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    color: #50555a;
    padding: 14px 0 0 13px;
}

.ganhadoresdiv2lugarImg {
    position: absolute;
    margin-top: -33px;
    margin-left: 218px;
}

/*Primeiro lugar */

.ganhadoresdiv1lugar {
    width: 255px;
    height: 200px;
    box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: 0 30px;
    padding: 14px 0 0 13px;
    color: #50555a;
}

.ganhadoresdiv1lugarImg {
    position: absolute;
    margin-top: -45px;
    margin-left: 220px;
}

/*Terceiro lugar */

.ganhadoresdiv3lugar {
    width: 255px;
    height: 180px;
    box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 14px 0 0 13px;
    color: #50555a;
}

.ganhadoresdiv3lugarImg {
    position: absolute;
    margin-top: -33px;
    margin-left: 218px;
}

/* Outras Posições */

.outrasPosicoesdiv {
    width: 865px;
    height: 213px;
    box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 0 0 14px;
    display: flex;
    flex-direction: column;
}

.outrasPosicoesDivHeader {
    display: flex;
    height: 35px;
    align-items: center;
    width: 100%;
}

    .outrasPosicoesDivHeader div:nth-child(1) {
        margin-right: 31px;
    }

    .outrasPosicoesDivHeader div:nth-child(2) {
        margin-right: 35px;
    }

    .outrasPosicoesDivHeader div:nth-child(3) {
        margin-right: 37px;
    }

.titlePosicoes {
    display: flex;
    align-items: center;
    color: #23478a;
    font-size: 16px;
    font-weight: 700;
}

    .titlePosicoes img {
        margin-right: 7px;
    }

.lugares {
    display: flex;
    flex-direction: column;
    height: 151px;
    justify-content: space-around;
    color: #50555a;
}

/* .lugares div:nth-child(1) {
  margin-right: 31px;
  display: flex;
}

.lugares div:nth-child(2) {
  width: 165px;
  display: flex;
}

.lugares div:nth-child(3) {
  margin-right: 37px;
  display: flex;
}

.lugares div:nth-child(4) {
  display: flex;
} */

.divposicao {
    display: flex;
}

.posicao {
    width: 60px;
    margin-right: 53px;
}

.filial {
    width: 160px;
    margin-right: 5px;
}

.meta {
    width: 50px;
    margin-right: 113px;
}

#fp-nav {
    display: none;
}

.divModalTermo {
    height: 100vh;
    width: 100%;
    z-index: 88;
    position: absolute;
}

/* .divImgCampanhaFooter {
  display: flex;
  height: 80px;
  justify-content: flex-start;
  margin-left: -2%;
}

.divImgCampanhaFooter img {
  height: 100%;
} */

@media (max-width: 1920px) {
    .divTab {
        max-height: 500px; /* Máximo de 650px */
    }
}

@media (max-width: 1366px) {

    .divTab {
        max-height: 470px; /* Máximo de 650px */
    }

    .subtitleCenter {
        max-width: 540px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        text-align: center;
    }


    .rightDivStep2 {
        width: 600px;
    }

    .saibaMais {
        color: #ffffff;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .titleStep2 {
        font-size: 2em;
    }

    .divImgCampanhaFooter {
        height: 107px;
        display: flex;
        align-items: flex-start;
        margin-left: -3%;
    }

        .divImgCampanhaFooter img {
            height: 100%;
            width: 100%;
        }

    .titleStep4 {
        font-size: 40px;
        margin: 6% 0 0 0;
        padding: 0;
    }

    .subititleStep4 {
        font-size: 16px;
    }

    .CampanhaCardMissoes {
        width: 347px !important;
        height: 393px !important;
    }

    .campanhaCardMissoesImage {
        height: 140px !important;
    }

    .lefthDivStep2Background div {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70%;
        width: 70%;
    }

    .lefthDivStep2Background img {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .divStep2 {
        flex-direction: column;
    }


    .imagemCenter {
        width: 100%;
        padding: 0 20px;
    }

    .lefthDivStep2 {
        width: 100vh;
        height: 50vh;
        overflow: hidden;
        border-radius: 0 0 33% 33%;
        box-shadow: 0 3px 12px rgb(0 0 0 / 50%);
    }

    .divImgLogoStep2 {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: flex;
    }

    .lefthDivStep2Background {
        width: 100vh;
        height: 50vh;
        overflow: hidden;
        border-radius: 0 0 33% 33%;
        box-shadow: 0 3px 12px rgb(0 0 0 / 50%);
    }

        .lefthDivStep2Background div {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: flex;
        }

    .divStep2 .menuHeaderDivButtonSair {
        background: var(--content-background);
        padding: 12px 22px;
        border-radius: 9px;
    }

    .rightDivStep2 {
        padding: 6% 13% 6% 6%;
    }

    .titleStep2 {
        justify-content: center;
        display: flex;
        align-items: center;
        font-size: 1.8rem;
    }
}

@media (max-width: 600px) {
    .presentatioStep2 {
    }

    .divVigencia {
        margin: 100px 0 258px 45px;
        width: 80%;
    }

    .rightDivStep2 {
        width: 400px;
    }
}


@media (max-width: 480px) {

    .rightDivStep2 {
        width: 400px;
        overflow: scroll;
    }


    .lefthDivStep2Background {
        height: 70px;
        box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
        background: none !important;
    }

        .lefthDivStep2Background div {
            display: none;
        }

    .titleStep2 {
        justify-content: center;
    }

    .lefthDivStep2 {
        height: 70px;
        box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
    }

    .divImgLogoStep2 {
        display: none;
    }

    .divImgCampanhaFooter {
        display: none;
    }
}


@media(max-height: 670px) {
    .divVigencia {
        display: none;
    }

    .rightDivStep2 {
        width: 400px;
        overflow: scroll;
    }
}


@media(max-height: 400px) {
    .divVigencia {
        display: none;
    }

    .rightDivStep2 {
        width: 400px;
        overflow: scroll;
    }

    .divTab {
        width: 365px;
        height: 365px;
    }
}

/*Container de Campanha*/
.campanhaCardMissoes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

.CampanhaCardMissoes {
  width: 350px;
  height: 440px;
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.campanhaCardMissoesImage {
  width: 100%;
  height: 180px;
}

.campanhaCardMissoesImage:hover {
  opacity: 0.5;
}

.campanhaCardMissoesDivImg {
  background-repeat: no-repeat;
  background-position: center;
}

.campanhaCardMissoesSubtitleImage {
  color: #23478a;
  font-size: 16px;
  padding: 23px 0 14px 25px;
}

.campanhaCardMissoesTitleCard {
  color: #50555a;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 14px 25px;
}

.campanhaCardMissoesPontos {
  color: #23478a;
  padding: 0 0 24px 25px;
  font-size: 16px;
}

.divMineCards {
  padding: 0 0 31px 25px;
  display: flex;
}

.campanhaCardMissoesDivExpire {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #50555a;
  font-size: 14px;
}

.campanhaCardMissoesDivExpire img {
  padding-right: 11px;
}

.miniCardTime {
  display: flex;
  align-items: center;
  width: 80px;
  height: 32px;
  background: rgba(0, 139, 127, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardTime img {
  margin: 0 8px;
}

.miniCardLevel {
  display: flex;
  align-items: center;
  width: 130px;
  height: 32px;
  background: rgba(255, 145, 0, 0.2);
  border-radius: 4px;
  margin-right: 8px;
}

.miniCardLevel img {
  margin: 0 8px;
}

.we-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9;
}

.we-modal-backdrop .we-modal-view-carrinho {
  height: 100%;
  overflow-y: auto;
  background: var(--content-background);
  /* animation: slideUp 0.5s; */
  padding: 0 230px;
  display: flex;
  justify-content: center;
}

.we-modal-view-carrinho .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop .we-modal-view-carrinho .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.missionModalContainer {
  margin-top: 80px;
  width: 895px;
}

.missionModalContainerClosseImg {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.missionModalContainerClosseImg img {
  cursor: pointer;
}

.missionModalVideo {
  display: flex;
  /* margin: 0 0 52px 0; */
}

.titleModalContainer {
}

.titleModalDiv {
  display: flex;
  flex-direction: column;
}

.titleModalDiv div:nth-of-type(1) {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin-top: -23px;
}

.titleModalDiv div:nth-of-type(2) {
  width: 750px;
  font-size: 18px;
  line-height: 24px;
  color: #50555a;
}

.titleModalImgPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.titleModalImgPoint div:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.titleModalImgPoint div:nth-of-type(2) {
  font-size: 18px;
  color: #ffffff;
}

.progressBar {
  width: 824px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
  margin-bottom: 68px;
}

.sectionprogressBar {
  width: 10%;
  height: 16px;
  border-radius: 20px;
  background-color: var(--secondary-color);
}

.divContainerImgPoint {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin-bottom: 24px;
}

.titleModal {
  height: 32px;
  color: #50555a;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.subtitleTitleMissionModal {
  margin: 16px 0 36px 0;
  height: 50px;
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.videoMissionModalContainer {
  position: relative;
}

.buttonVideo {
  display: none;
  border: none;
  position: absolute;
  left: 39%;
  top: 40%;
  height: 80px;
  width: 80px;
  background: transparent;
  background-image: url("/src/js/engagement-missoes-components/assets/pause.svg");
  background-size: cover;
}

.buttonVideoPlay {
  display: none;
  border: none;
  position: absolute;
  left: 39%;
  top: 40%;
  height: 80px;
  width: 80px;
  background: transparent;
  background-image: url("/src/js/engagement-missoes-components/assets/play.svg");
  background-size: cover;
}

.buttonRestart {
  display: none;

  border: none;
  position: absolute;
  left: 55%;
  top: 40%;

  height: 80px;
  width: 80px;
  background: transparent;
  background-image: url("/src/js/engagement-missoes-components/assets/restart.svg");
  background-size: cover;
}

.videoMissionModalContainer:hover .buttonRestart {
  display: inline;
}

.videoMissionModalContainer:hover .buttonVideo {
  display: inline;
}

.videoMissionModalContainer:hover .buttonVideoPlay {
  display: inline;
}

.imgvideo {
  width: 895px;
  margin: 0 0 46px 0;
}

.divInfoAndButtonContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.divInfoAndButtonContainer button {
  cursor: pointer;
}

.divWarnInfo {
  width: 634px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ffc136;
  background-color: rgba(255, 193, 54, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.divWarnInfo span {
  width: 542px;
  height: 21px;
  color: #b28726;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.buttonFinalDivInfoDisable {
  margin-left: 26px;
  width: 233px;
  height: 48px;
  border-radius: 4px;
  background-color: #e0e0e0;
  color: #9ba5ae;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border: 0;
}

.buttonFinalDivInfoActive {
  margin-left: 26px;
  width: 233px;
  height: 48px;
  border-radius: 4px;
  background-color: var(--secondary-color);
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  border: 0;
}

.we-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9;
}

.we-modal-backdrop .we-modal-view-carrinho {
  height: 100%;
  overflow-y: auto;
  background: var(--content-background);
  /* animation: slideUp 0.5s; */
  padding: 0 230px;
  display: flex;
  justify-content: center;
}

.we-modal-view-carrinho .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop .we-modal-view-carrinho .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.missionModalContainer {
  margin-top: 80px;
  width: 895px;
}

.missionModalContainerClosseImg {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.missionModalContainerClosseImg img {
  cursor: pointer;
}

/* .missionModalVideo {
  display: flex;
  margin: 89px 0;
} */

.titleModalContainer {
}

.titleModalDiv {
  display: flex;
  flex-direction: column;
}

.titleModalDiv div:nth-of-type(1) {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin-top: -23px;
}

.titleModalDiv div:nth-of-type(2) {
  width: 750px;
  font-size: 18px;
  line-height: 24px;
  color: #50555a;
}

.titleModalImgPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.titleModalImgPoint div:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.titleModalImgPoint div:nth-of-type(2) {
  font-size: 18px;
  color: #ffffff;
}

.progressBarQuestion {
  width: 824px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
}

.sectionprogressBarQuestion {
  width: 10%;
  height: 16px;
  border-radius: 20px;
  background-color: var(--secondary-color);
}

.divContainerImgPointQuestion {
  display: flex;
  width: 17%;
  justify-content: flex-end;
}

.titleModalQuestion {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtitleTitleMissionModal {
  margin: 16px 0 36px 0;
  height: 50px;
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.divProgressPoints {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tentative {
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
  margin-bottom: 15px;
}

.questionMissionModalContainer {
  margin-bottom: 200px;
}

.questionTitleDiv {
  display: flex;
  align-items: baseline;
}

.questionTitleDiv span:nth-of-type(1) {
  font-weight: bold;
  font-size: 32px;
  color: #50555a;
  margin-right: 12px;
}

.questionTitleDiv span:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  color: #50555a;
}

.questionAlternative {
  display: flex;
  flex-direction: column;
}

.questionAlternative div {
  margin-top: 32px;
}

.questionAlternative input {
  cursor: pointer;
}

.check1 label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check1 input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check1 input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url("/src/js/engagement-missoes-components/assets/checkbox.svg");
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ff9100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px, cover;
  text-decoration: line-through;
}

.check-Error label {
  text-decoration: line-through;
}

.check-Error input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check-Error input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/error.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check-Correct input[type="radio"]:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.questionButtonDiv {
  display: flex;
  justify-content: flex-end;
}

.questionButton {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #eaeef0;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #9ba5ae;
  cursor: pointer;
}

.questionButtonActive {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #ff9100;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.container-infoquestion {
  justify-content: flex-end;
  display: flex;
  width: 100%;
  margin-top: 78px;
}

.Return-Mensage-Error {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ff3535;
  background-color: #f9ddde;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #992020;
  font-size: 14px;
}

.Return-Mensage-ok {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #00bf85;
  background-color: #d3f2ea;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #007350;
  font-size: 14px;
}

.we-modal-backdrop-final {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.we-modal-backdrop-final .we-modal-view-carri-finalnho {
  width: 60%;
  height: 75%;
  overflow-y: auto;
  background: var(--content-background);
  position: absolute;
  top: 10%;
  left: 20%;
  /*animation: slideUp .5s;*/
  padding: 32px 32px;
}

.we-modal-view-carrinho-final .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho-final .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop-final .we-modal-view-carrinho-final .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final
  .we-modal-view
  .we-modal-title-container
  .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop-final .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop-final .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.containerLayoutFinal {
  width: 730px;
  height: 409px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
}

.containerDiv {
  display: flex;
  flex-direction: column;
}

.divClose {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 29px -36px -67px -41px;
}

.divClose img {
  cursor: pointer;
  z-index: 15;
}

.divBody {
  display: flex;
  margin: 0 39px 0px 65px;
  align-items: center;
  height: 338px;
}

.divBody img {
  width: 250px;
  height: 249px;
  margin-right: 48px;
}

.divTextCongractulations {
  display: flex;
  flex-direction: column;
  margin-top: 39px;
}

.parabens {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
  padding: 10px 0;
}

.numerobold {
  font-weight: bold;
  font-size: 32px;
  color: var(--secondary-color);
  padding: 10px 0;
}

.pontos {
  flex-direction: column;
  display: flex;
  font-size: 24px;
  color: #50555a;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}

.pontosBack {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
}

.line {
  width: 682px;
  border: 1px solid #eaeef0;
}

.buttonsEnd {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-left: 53px;
  margin-top: 9px;
}

.buttonsEnd button {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #ff9100;
  cursor: pointer;
  background: #fff;
  border: solid 1px;
}

.buttonsEnd button:hover {
  background: #ff9100;
  color: #fff;
}

.buttonsEnd-one {
  width: 97%;
  display: flex;
  justify-content: flex-end;
  margin-top: 9px;
}

.buttonsEnd-one button {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #ff9100;
  cursor: pointer;
  background: #fff;
  border: solid 1px;
}

.buttonsEnd-one button:hover {
  background: #ff9100;
  color: #fff;
}

.tentativas {
  font-size: 16px;
  color: #51555a;
}

.we-modal-backdrop-final {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 22;
  display: flex;
  justify-content: center;
  align-items: center;
}

.we-modal-backdrop-final .we-modal-view-carri-finalnho {
  width: 60%;
  height: 75%;
  overflow-y: auto;
  background: var(--content-background);
  position: absolute;
  top: 10%;
  left: 20%;
  /*animation: slideUp .5s;*/
  padding: 32px 32px;
}

.we-modal-view-carrinho-final .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho-final .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop-final .we-modal-view-carrinho-final .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final
  .we-modal-view
  .we-modal-title-container
  .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop-final .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop-final .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop-final .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.containerLayoutFinal {
  width: 730px;
  height: 440px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
}

.containerDiv {
  display: flex;
  flex-direction: column;
}

.divClose {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 29px -36px -67px -41px;
}

.divClose img {
  cursor: pointer;
  z-index: 15;
}

.divBody {
  display: flex;
  margin: 0 39px 39px 65px;
  align-items: center;
}

.divBody img {
  width: 730px;
  height: 440px;
  margin-right: 48px;
}

.divTextCongractulations {
  display: flex;
  flex-direction: column;
  margin-right: 87px;
  margin-top: 36px;
}

.parabens {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
}

.pontos {
  display: flex;
  font-size: 24px;
  color: #50555a;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}

.ganhou {
  width: 153px;
}

.pontosBack {
  font-weight: bold;
  font-size: 40px;
  color: var(--secondary-color);
  width: 183px;
}

.titlepag {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
}

.MissionTitlePageTimeLevel {
  display: flex;
  margin: 23px 0;
}

.we-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
  z-index: 9;
}

.we-modal-backdrop .we-modal-view-carrinho {
  height: 100%;
  overflow-y: auto;
  background: var(--content-background);
  /* animation: slideUp 0.5s; */
  padding: 0 230px;
  display: flex;
  justify-content: center;
}

.we-modal-view-carrinho .user-feedback-container .text-container .title {
  color: var(--primary-color) !important;
  margin: 24px 24px 24px 0 !important;
}

.we-modal-view-carrinho .user-feedback-container {
  margin-top: 200px;
}

.we-modal-backdrop .we-modal-view-carrinho .we-modal-close-btn {
  top: 10%;
  right: 5%;
  border: none;
  font-weight: 900;
  background: unset;
  font-size: 1.3rem;
  position: absolute;
  color: var(--secondary-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
  margin: 0 0 22px 0;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
}

/* ---------------------------------------------------------------------------------------VALORES DO FRETE */
.we-modal-backdrop .we-modal-view hr {
  opacity: 0.2;
  margin: 0 0 22px 0;
  border-top: solid 1px var(--primary-font-color);
}

.we-modal-backdrop .we-modal-view .dados-frete-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete-label {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

.we-modal-backdrop .we-modal-view .dados-frete-row .dados-frete {
  margin: 0;
  font-size: 1.1rem;
  color: var(--primary-font-color);
  font-family: Roboto, sans-serif;
}

/* ---------------------------------------------------------------------------------------INPUT DO CEP */

.we-modal-backdrop .we-modal-view .cep-container {
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 32px;
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input {
  width: 100%;
  border: none;
  height: 48px;
  font-size: 1rem;
  padding: 0 20px;
  transition: all 0.3s;
  border-radius: 4px 0 0 4px;
  transform: translateX(1px);
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  color: var(--primary-font-color);
  border: solid 2px var(--secondary-color);
}

.we-modal-backdrop .we-modal-view .cep-container .cep-input:focus {
  outline: none;
  box-shadow: 0 2px 4px rgba(var(--secondary-color-rgb), 0.7);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn {
  height: 48px;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: bolder;
  font-family: Roboto;
  color: var(--secondary-font-color);
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--secondary-color-rgb), 0.4);
}

.we-modal-backdrop .we-modal-view .cep-container .calcular-btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.missionModalContainer {
  margin-top: 80px;
  width: 895px;
}

.missionModalContainerClosseImg {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
}

.missionModalContainerClosseImg img {
  cursor: pointer;
}

/* .missionModalVideo {
  display: flex;
  margin: 89px 0;
} */

.titleModalContainer {
}

.titleModalDiv {
  display: flex;
  flex-direction: column;
}

.titleModalDiv div:nth-of-type(1) {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color);
  margin-top: -23px;
}

.titleModalDiv div:nth-of-type(2) {
  width: 750px;
  font-size: 18px;
  line-height: 24px;
  color: #50555a;
}

.titleModalImgPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  background: var(--secondary-color);
  border-radius: 50%;
}

.titleModalImgPoint div:nth-of-type(1) {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.titleModalImgPoint div:nth-of-type(2) {
  font-size: 18px;
  color: #ffffff;
}

.progressBarQuestion {
  width: 824px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(196, 196, 196, 0.2);
}

.sectionprogressBarQuestion {
  width: 10%;
  height: 16px;
  border-radius: 20px;
  background-color: var(--secondary-color);
}

.divContainerImgPointQuestion {
  display: flex;
  width: 17%;
  justify-content: flex-end;
}

.titleModalQuestion {
  color: var(--primary-color);
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.subtitleTitleMissionModal {
  margin: 16px 0 36px 0;
  height: 50px;
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.divProgressPoints {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.tentative {
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
  margin-bottom: 15px;
}

.questionMissionModalContainer {
  margin-bottom: 200px;
}

.questionTitleDiv {
  display: flex;
  align-items: baseline;
}

.questionTitleDiv span:nth-of-type(1) {
  font-weight: bold;
  font-size: 32px;
  color: #50555a;
  margin-right: 12px;
}

.questionTitleDiv span:nth-of-type(2) {
  font-weight: bold;
  font-size: 24px;
  color: #50555a;
}

.questionAlternative {
  display: flex;
  flex-direction: column;
}

.questionAlternative div {
  margin-top: 32px;
}

.questionAlternative input {
  cursor: pointer;
}

.check1 label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check1 input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check1 input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url("/src/js/engagement-missoes-components/assets/checkbox.svg");
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ff9100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px, cover;
  text-decoration: line-through;
}

.check-Error label {
  text-decoration: line-through;
}

.check-Error input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #50555a;
}

.check-Error input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/error.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct label {
  margin-left: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #50555a;
}

.check-Correct input[type="radio"]:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.check-Correct input[type="radio"]:checked:after {
  width: 20px;
  height: 21px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  background-image: url(/src/js/engagement-missoes-components/assets/correct.svg);
  content: "";
  display: inline-block;
  visibility: visible;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 64px, cover;
}

.questionButtonDiv {
  display: flex;
  justify-content: flex-end;
}

.questionButton {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #eaeef0;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #9ba5ae;
  cursor: pointer;
}

.questionButtonActive {
  margin-top: 8px;
  width: 255px;
  height: 48px;
  background: #ff9100;
  border-radius: 4px;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.container-infoquestion {
  justify-content: flex-end;
  display: flex;
  width: 100%;
  margin-top: 78px;
}

.Return-Mensage-Error {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ff3535;
  background-color: #f9ddde;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #992020;
  font-size: 14px;
}

.Return-Mensage-ok {
  width: 253px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #00bf85;
  background-color: #d3f2ea;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #007350;
  font-size: 14px;
}

/*Container de Campanha*/
.campanhaCardMissoesCompleta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
}

.CampanhaCardMissoesCompleta {
  width: 350px;
  height: 440px;
  box-shadow: 0 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.campanhaCardMissoesCompletaImage {
  width: 100%;
  height: 180px;
  opacity: 0.5;
}

.campanhaCardMissoesCompletaDivImg {
  background-repeat: no-repeat;
  background-position: center;
}

.campanhaCardMissoesCompletaSubtitleImage {
  color: #23478a;
  font-size: 16px;
  padding: 23px 0 14px 25px;
}

.campanhaCardMissoesCompletaTitleCard {
  color: #50555a;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 14px 25px;
}

.campanhaCardMissoesCompletaPontos {
  color: #23478a;
  padding: 0 0 24px 25px;
  font-size: 16px;
}

.divMineCards {
  padding: 0 0 31px 25px;
  display: flex;
}

.campanhaCardMissoesCompletaDivExpire {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #50555a;
  font-size: 14px;
}

.campanhaCardMissoesCompletaDivExpire img {
  padding-right: 11px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* .divRegulamento {
  width: 1014px;
  height: 390px;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  overflow: auto;
  padding: 82px 34px 8px 32px;
} */

::-webkit-scrollbar {
  width: 8px !important;
}

/*Button*/

.buttonRegulamento {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.buttonRegulamentoContainer {
  width: 255px;
  height: 48px;
  border-radius: 40px;
  background-color: #ff9100;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

.buttonRegulamentoContainer img {
  padding-left: 10px;
}

.titleStep4Reg {
  font-size: 42px;
  color: #fff;
  margin: 0px 0 20px;
  padding: 11% 0 0 0;
}

.divStep4Reg {
  padding: 0 12% 0 10%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1366px) {
  .titleStep4Reg {
    font-size: 42px;
    color: #fff;
    margin: 0px 0 20px;
    padding: 8% 0 0 0;
  }

  

  .buttonRegulamento {
    padding-top: 12px !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
  }
}

@media (max-width: 900px) {

  .divRegulamento{
    width: 100%;
  }

  .buttonRegulamentoContainer {
    margin-right: 0;
  }
}

@media (max-width: 480px) {

  .titleStep4Reg{
    font-size: 28px;
  }
}


.divWarnInfoTerm {
  width: 355px;
  height: 27px;
  border-radius: 4px;
  border: 1px solid #ffc136;
  background-color: rgba(255, 193, 54, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #b28726;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.MenuNavegacao {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

.imagemNextUp {
    height: 70px;
    cursor: pointer;
    padding-bottom: 16px;
}

@media (max-width: 580px) {
  .MenuNavegacao {
    display: none;
  }
}


/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

.divRegulamento {
  width: 83%;
  height: 50%;
  box-shadow: 6px 4px 4px rgba(80, 85, 90, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  overflow: auto;
  padding: 2vw;
}

::-webkit-scrollbar {
  width: 8px !important;
}

/*Button*/

.buttonRegulamento {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.buttonRegulamentoContainer {
  width: 255px;
  height: 48px;
  border-radius: 40px;
  background-color: #ff9100;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonRegulamentoContainer img {
  padding-left: 10px;
}

.voltarCampanhas {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 4%;
  cursor: pointer;
  width: 210px;
}

.titleStep4Consult {
  color: #ffffff;
  font-family: Roboto;
  font-size: 60px;
  font-weight: 700;
}

.buttonRegulamentoConsult {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  padding-bottom: 2%;
}

.buttonRegulamentoContainerConsult {
  border-radius: 40px;
  height: 48px;
  color: var(--secondary-font-color);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid var(--tertiary-color);;
}

.buttonRegulamentoContainerConsult span {
  color: var(--secondary-font-color);
}

.buttonRegulamentoContainerConsult:hover span {
  color: var(--primary-color);
}

.buttonRegulamentoContainerConsult:hover {
  background-color: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
}

.buttonRegulamentoContainerConsultCancelar {
  border-radius: 40px;
  height: 48px;
  color: var(--secondary-font-color);
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid var(--tertiary-color);
  margin-right: 45px;
}

.buttonRegulamentoContainerConsultCancelar span {
  color: var(--secondary-font-color);
}

.buttonRegulamentoContainerConsultCancelar:hover span {
  color: var(--primary-color);
}

.buttonRegulamentoContainerConsultCancelar:hover {
  background-color: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
}

.modalEbaContainer {
  z-index: 228;
  position: absolute;
  top: 34%;
  left: 16%;
}

.modalEbaTitle {
  color: #23478a;
  font-family: Roboto;
  font-size: 60px;
  margin: 20px 0;
}
.divEbatextButton {
  display: flex;
  flex-direction: column;
}

.modalEba {
  width: 920px;
  height: 282px;
  border: 2px solid #f8fbfc;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.modalEbaText {
  color: #50555a;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
}

.ButtonEba {
  width: 189px;
  height: 48px;
  border-radius: 40px;
  background-color: #ff9100;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  margin-top: 23px;
  cursor: pointer;
}

.imagemModalEba {
  margin-right: 21px;
}

.divRegulamento{
  width: 100%;
}

@media (max-width: 480px) {
  .divRegulamento{
    width: 100%;
    height: 40%;
  }

  .titleStep4Consult {
    font-size: 47px;
    margin-bottom: 10px;
  }

  .buttonRegulamentoConsult {
    flex-direction: column;
  }

  .buttonRegulamentoContainerConsultCancelar {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .buttonRegulamentoContainerConsult {
    text-align: center;
    height: 56px;
  }
}
* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

.divStep7 {
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 10%;
    width: 100%;
}

.wrapper-content-ranking {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 35px;
}

.titleStep7 {
    font-size: 42px;
    color: var(--primary-font-color);
    margin: 0px 0 20px;
    width: 100%;
}

.subTitleStep7 {
    font-size: 16px;
    color: var(--primary-font-color);
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 32px;
}

.subTitleStep7 span {
    display: inline-block;
    border-bottom: 2px solid #ff9100;
    padding: 0 16px 8px 16px;
}

.wrapper-grid-ranking {
    width: 100%;
    display: grid;
    grid-template-areas:
        "seuDesempenho"
        "primeirosColocados"
        "avisosRodape";
}

.wrapper-seu-desempenho {
    width: 100%;
    border-radius: 4px;
    padding: 24px 0;
    grid-area: seuDesempenho;
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    margin-bottom: 24px;
    background: #fff;
}

.title-seu-desempenho {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
}

.title-seu-desempenho span {
    display: block;
    margin-left: 16px;
    font-weight: 500;
}

.wrapper-filter-ranking {
    width: 100%;
    /* padding: 24px 0; */
    color: var(--primary-font-color);
    display: flex;
}

.select-filter-ranking {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    border-radius: 4px;
    width: 219px;
    height: 40px;
    padding: 0 8px;
    font-size: 15px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.wrapper-buttons-filter-ranking {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-produtos-filter-ranking {
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    border-radius: 4px;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    font-size: 0.8em;
    margin-right: 12px;
}

.active-geral-produtos-filter-ranking {
    background-color: #ff9100;
    color: #fff;
}

.active-buttons-produtos-filter-ranking {
    background-color: #ff9100;
    color: #fff;
}

.mes-filter-ranking {
    margin-left: auto;
}

.container-seu-desempenho {
    display: flex;
    align-items: flex-start;
}

.container-title-seu-desempenho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeef0;
    padding: 0 24px 24px 24px;
}

.container-medals-seu-desempenho {
    display: flex;
    align-items: center;
    width: 280px;
    justify-content: space-between;
}

.medals-seu-desempenho {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    min-width: 24px;
    height: 25px;
}

.position-seu-desempenho {
    font-size: 24px;
    margin-right: 16px;
}

.container-seu-desempenho {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px 0 30px;
}

.info-participante {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.position-participante {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 24px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    color: var(--primary-font-color);
}

.container-medalhas-participante {
    display: flex;
    align-items: center;
    width: 269px;
    justify-content: space-between;
}

.medalha-total-pontos-participante {
    width: 41px;
    text-align: center;
}

.name-seu-desempenho {
    flex: 1;
    margin: 6px 0 0 0px;
    font-size: 16px;
}

.container-points-seu-desempenho {
    flex: 1;
    text-align: right;
}

.points-seu-desempenho {
    margin: 0;
}

.details-points-seu-desempenho {
    font-size: 11px;
    margin: 8px 0 0 0;
}

.wrapper-primeiros-colocados {
    width: 100%;
    border-radius: 4px;
    grid-area: primeirosColocados;
    padding: 24px 0 0 0;
    border: 1px solid #eaeef0;
    margin-bottom: 16px;
    background: #fff;
}

.wrapper-todos-participantes {
    max-height: 285px;
    overflow: auto;
}

.container-title-primeiros-colocados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--primary-font-color);
    padding: 0 24px 24px 24px;
}

.title-primeiros-colocados {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.title-primeiros-colocados p {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.title-primeiros-colocados span {
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

.container-todos-participantes {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px 24px 30px;
    border-top: 1px solid #eaeef0;
}

.container-todos-participantes p.info-participante {
    font-size: 16px;
}

.list-primeiros-colocados {
    position: relative;
}

.list-primeiros-colocados.sem-nome {
    display: flex;
}

.item-list-primeiros-colocados {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #eaeef0;
    padding: 24px 0 8px 0;
}

.item-list-primeiros-colocados:first-child {
    padding: 0px 0 8px 0;
}

.item-list-primeiros-colocados:last-child {
    border: none;
    padding: 24px 0 0px 0;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados {
    padding: 0px 0 0px 0;
    border: none;
    flex: 1;
}

.item-list-primeiros-colocados p {
    flex: 1;
    font-size: 18px;
    padding-right: 25px;
    margin-bottom: 8px;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados p {
    display: none;
}

.item-list-primeiros-colocados strong {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.item-list-primeiros-colocados span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.image-position {
    width: 46px;
    height: 61px;
    margin-right: 18px;
}

.list-primeiros-colocados.sem-nome .image-position {
    width: 30px;
    height: 39px;
    margin-right: 8px;
}

.wrapper-classificacao-geral {
    width: 100%;
    height: 500px;
    box-shadow: 6px 4px 4px var(--shadow-color);
    border-radius: 4px;
    background-color: var(--content-background);
    grid-area: classificacaoGeral;
    padding: 24px;
    color: var(--primary-font-color);
    overflow-y: scroll;
}

.box-title-classificacao-geral {
    display: flex;
    margin: 0 0 24px 0;
}

.img-title-classificacao-geral {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.img-title-classificacao-geral img {
    width: 100%;
}

.text-title-classificacao-geral h3 {
    font-size: 16px;
}

.text-title-classificacao-geral p {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.list-ranking-completo {
    position: relative;
}

.item-list-ranking-completo {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #eaeef0;
    padding: 24px 0 24px 0;
}

.item-list-ranking-completo:first-child {
    padding: 0px 0 24px 0;
}

.item-list-ranking-completo:last-child {
    border: none;
    padding: 24px 0 0px 0;
}

.position-ranking-completo {
    font-size: 22px;
    margin-right: 24px;
}

.item-list-ranking-completo p {
    flex: 1;
    font-size: 18px;
    padding-right: 25px;
    text-transform: capitalize;
}

.valuedSold-ranking-completo {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.item-list-ranking-completo span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.wrapper-todos-avisos-rodape {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    grid-area: avisosRodape;
}

.texto-todos-avisos-rodape {
    font-size: 14px;
    color: var(--primary-font-color);
}

.data-atualizacao-ranking {
    font-size: 16px;
    color: var(--secondary-font-color);
    margin-top: 16px;
    text-align: right;
}

.data-atualizacao-ranking strong {
    font-size: 16px;
}

.wrapper-ranking-indisponivel {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cargo-filter-ranking {
    margin-right: 24px;
}

.only-classificacao-geral {
    max-height: 445px;
}

.table-container-apuracao {
    width: 100%;
    overflow: auto;
    border-radius: 8px;
    position: relative;
    max-height: 500px;
    margin-bottom: 16px;
}

.table-container-apuracao::-webkit-scrollbar {
    height: 8px;
    width: 8px !important;
}

.table-apuracao {
    text-align: center;
    width: 100%;
    border-spacing: 0;
}

.position-sticky {
    /*  position: sticky;
  top: 0;
  z-index: 1;*/
}

.table-apuracao tr th {
    /*  position: sticky;
  top: 0;
  z-index: 3;
  font-weight: normal;
  background: #ea590c;
  border-right: 1px solid white;*/
}

.table-apuracao th,
.table-apuracao td {
    white-space: nowrap;
    padding: 10px 20px;
}

.table-apuracao td {
    padding: 20px 15px;
}

.table-apuracao tr th:first-child,
.table-apuracao td:first-child {
    position: sticky;
    width: 100px;
    z-index: 2;
}

.table-apuracao tr th:first-child {
    z-index: 3;
}

.name-table-apuracao {
    z-index: 4 !important;
}

.table-apuracao thead {
    background: #ea590c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px 0;
}

.item-aceleradores {
    background: #462a71 !important;
    top: 39px !important;
    border-top: 1px solid white;
}

.item-sindnapi {
    background: #ffcf00 !important;
    color: #462a71;
    top: 39px !important;
    border-top: 1px solid white;
}

.table-apuracao tbody tr {
    color: #50555a;
    font-size: 16px;
}

.table-apuracao tbody tr:nth-child(odd) {
    background: #fdf0e9;
}

.table-apuracao tbody tr:nth-child(even) {
    background: white;
}

.name-table-apuracao-td.bgWhite {
    background: white;
}

.name-table-apuracao-td.bgOrange {
    background: #fdf0e9;
}

.items-name-table {
    display: flex;
    width: 100%;
    align-items: center;
}

.items-name-table img {
    margin-right: 4px;
    margin-top: -3px;
}

.items-name-table span {
    display: inline-block;
    margin-right: 14px;
}

.trophy-apuracao-mensal {
    height: 22px;
}

@media (max-width: 800px) {
    .wrapper-filter-ranking {
        flex-wrap: wrap;
    }

    .mes-filter-ranking {
        width: 100%;
        margin-top: 16px;
    }

    .wrapper-buttons-filter-ranking {
        margin-left: auto;
    }

    .buttons-produtos-filter-ranking {
        margin-right: 0px;
        margin-left: 12px;
    }

    .texto-todos-avisos-rodape {
        font-size: 12px;
    }
}

@media (max-width: 650px) {
    .cargo-filter-ranking {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .wrapper-buttons-filter-ranking {
        width: 100%;
    }

    .buttons-produtos-filter-ranking {
        flex: 1;
        margin-left: 0px;
    }

    .table-apuracao td {
        font-size: 13px;
    }

    .table-apuracao th {
        font-size: 14px;
    }

    .items-name-table p {
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .divStep7 {
        padding: 0 8px 0 8px;
    }

    .wrapper-content-ranking {
        min-height: auto;
        max-height: 590px;
    }

    .table-container-apuracao {
        max-height: 370px;
    }

    .table-apuracao th{
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
    .table-apuracao td{
        white-space: normal !important;
    }
}

@media (max-height: 780px) {
    .info-participante {
        font-size: 14px;
    }

    .table-container-apuracao {
        max-height: 265px;
    }

    .wrapper-content-ranking {
        padding-top: 90px;
    }

    .container-todos-participantes p.info-participante {
        font-size: 14px;
    }

    .container-medalhas-participante p.info-participante {
        font-size: 14px;
    }

    .wrapper-seu-desempenho {
        padding: 14px 0;
    }

    .wrapper-primeiros-colocados {
        padding: 14px 0 0 0;
    }

    .mes-filter-ranking {
        margin-top: 8px;
    }

    .cargo-filter-ranking {
        margin-bottom: 8px;
    }

    .container-title-seu-desempenho {
        padding: 0 14px 14px 14px;
    }

    .container-title-primeiros-colocados {
        padding: 0 14px 14px 14px;
    }

    .container-seu-desempenho {
        padding: 14px 18px 0px 18px;
    }

    .container-todos-participantes {
        padding: 14px 18px 14px 18px;
    }

    .titleStep7 {
        font-size: 30px;
    }

    .subTitleStep7 {
        margin-top: 0;
    }

    .only-classificacao-geral {
        max-height: 160px;
    }

    .teste-classificacao-geral {
        max-height: 135px;
    }
}

@media (max-width: 550px) {
    .wrapper-content-ranking {
        padding-top: 35px;
    }

    .title-seu-desempenho span {
        font-size: 14px;
    }

    .title-primeiros-colocados p {
        font-size: 14px;
    }

    .medals-seu-desempenho {
        font-size: 14px;
    }

    .container-medals-seu-desempenho {
        width: 178px !important;
    }

    .container-medalhas-participante {
        width: 160px !important;
    }

    .info-participante {
        font-size: 12px;
    }

    .container-todos-participantes p.info-participante {
        font-size: 12px;
    }
    .table-apuracao th{
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
    .table-apuracao td{
        white-space: normal !important;
    }
}

@media (max-width: 380px) {
    .title-seu-desempenho span {
        text-overflow: ellipsis;
        max-width: 75px;
        white-space: nowrap;
        padding-right: 10px;
        overflow: hidden;
    }

    .title-primeiros-colocados p {
        text-overflow: ellipsis;
        max-width: 75px;
        white-space: nowrap;
        padding-right: 10px;
        overflow: hidden;
        margin-left: 5px;
    }

    .container-todos-participantes p.info-participante {
        max-width: 75px;
        text-overflow: ellipsis;
        padding-right: 10px;
        overflow: hidden;
    }

    .position-participante {
        margin-right: 12px;
    }
    .table-apuracao th{
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
    .table-apuracao td{
        white-space: normal !important;
    }
}
.MenuNavegacao {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

.imagemNextUp {
    height: 70px;
    cursor: pointer;
    padding-bottom: 16px;
}

@media (max-width: 1366px) {
  .MenuNavegacao {
    bottom: 30px !important;
  }
}

@media (max-width: 480px) {
  .MenuNavegacao {
    display: none;
  }
}
/*correction*/

.container-indicacao {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeef0;
    border-radius: 4px;
}

.container-indicacao  h2, .container-indicacao p {
    font-family: Roboto;
    margin: 0;
}

.section-indicacao {
    display: flex;
}    

.content-indicacao {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.content-indicacao-text {
    margin: 2rem 3rem;
}

.img-hand {
    width: 40%;
    align-self: flex-end;
    margin: 0 7rem;
    padding-top: 2rem;
}

.my {
    margin: 1rem 0!important;
}

.btn-send {
    padding: 10px 15px;
    border-radius: 3px;
    border: solid 1px #FB6300;
    background: #FB6300;
    color: #fff;
    font-weight: bold;
    margin: 0 0.8rem;
    cursor: pointer;
}

.input-email {
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #9d9d9d;
}

.content-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.txt-info {
    width: 100%;
    font-weight: bold;
    padding: 2px 0;
}

.txt-error {
    color: red;
}

.txt-sucess {
    color: green
}
table, span{
    font-family: Roboto;
    margin: 0;
    color: var(--primary-font-color);
}

.table-indicacao th, .table-indicacao td {
    padding: 1rem;
}

.table-indicacao {
    border-collapse: collapse;
    width: 100%;
    text-align: justify;
}
  
.table-indicacao tr {
    border-bottom: 1px solid #d4dde0;
}

.table-indicacao tr:first-child {
    border: none;
}

.card-score {
    background: linear-gradient(180deg, rgba(255,241,159,1) 0%, rgba(240,202,70,1) 35%);;
    padding: 7px 10px;
    border-radius: 5px;
    color: #403f3f;
    font-weight: bold;
}

.container-acompanhamento {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #eaeef0;
    border-radius: 4px;
    padding: 2rem;
}

.my-15px {
    margin: 15px 0;
}

.btn {
    background: #fff;
    border: 1.5px solid #d4dde0;
    margin-right: 5px;
    padding: 7px 15px;
    border-radius: 5px;
    cursor: pointer;
    color: var(--primary-font-color);
}

.btn:hover {
    color: #fff;
    background: #ec5f12;
    transition: .4s ease-in-out;
    border: 1.5px solid #ec5f12;
}

.btn-extrato {

}

.btn-meus-cupons {

}

.btn-activated {
    color: #fff;
    background: #ec5f12;
    border: 1.5px solid #ec5f12;
}

.numero-sorte {
    background: linear-gradient(180deg, rgba(255,241,159,1) 0%, rgba(240,202,70,1) 35%);
    border-radius: 3px;
    padding: 7px 10px;
    margin: 5px 10px 5px 0;
    min-width: 100px;
    text-align: center;
    color: #403f3f;
    font-weight: bold;
}

.tabela-acompanhamento-cupons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.MetasContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 100px 0 10%;
  justify-content: center;
}

.titlePag {
  font-size: 42px;
  color: #50555a;
}

.tab-content {
  margin-top: 24px;
}

.select-filter-metas {
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--primary-font-color);
  border: 1px solid #eaeef0;
  border-radius: 4px;
  width: 219px;
  height: 40px;
  padding: 0 8px;
  font-size: 15px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.wrapper-goal-individual {
  border: 1px solid #eaeef0;
  background: white;
  border-radius: 4px;
  width: 100%;
  margin-top: 24px;
  padding: 24px;
}

.title-goal-individual {
  font-size: 24px;
  color: var(--primary-font-color);
  margin-bottom: 2px;
}

.subtitle-goal-individual {
  font-size: 16px;
  color: var(--primary-font-color);
  font-weight: 400;
}

.wrapper-dados-user {
  display: flex;
  margin-top: 32px;
  gap: 16px;
  flex-wrap: wrap;
}

.content-accomplished {
  display: flex;
  flex-direction: column;
  margin-right: 132px;
}

.item-accomplished-title {
  font-size: 14px;
  color: var(--primary-font-color);
  font-weight: 400;
  margin-bottom: 2px;
}

.item-accomplished-value {
  font-size: 32px;
  color: var(--primary-font-color);
}

.wrapper-ranges {
  display: flex;
  align-items: center;
  margin-top: 16px;
  gap: 10px;
}

.range-total {
  flex: 1;
  background: rgba(155, 165, 174, 0.2);
  height: 12px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.range-user {
  height: 12px;
  position: absolute;
  left: 0;
  background: #db5129;
  transition: width 0.4s ease 0s;
}

.range-user-trophy {
  width: 22px;
  height: 22px;
}

.wrapper-description-meta {
  margin-top: 24px;
  width: 100%;
  flex-direction: column;
}

.subtitle-page {
  font-size: 32px;
  color: #fff;
}

.description-page {
  font-size: 18px;
  color: #fff;
  margin-top: 9px;
  font-weight: 200;
}

.description-page strong {
  color: #f9a600;
}

.container-metas-user {
  background: #fff;
  width: 100%;
  height: 272px;
  /* box-shadow: 6px 4px 4px var(--shadow-color); */
  border-radius: 4px;
  background-color: var(--alternative-background);
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
}

.goals-ready-user {
  width: 350px;
  margin-right: 18px;
}

.title-goals-ready-user {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--primary-font-color);
}

.title-goals-ready-user img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.number-goals-ready-user {
  display: block;
  font-size: 32px;
  margin-top: 10px;
  color: var(--primary-font-color);
}

.titile-position-user-is {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--primary-font-color);
}

.titile-position-user-is img {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

.number-goals-ready-user {
  display: block;
  font-size: 32px;
  margin-top: 10px;
  color: var(--primary-font-color);
}

.container-range-goals {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 16px 0 10px 0;
}

.range-goals {
  flex: 1;
  height: 12px;
  background: rgba(155, 156, 174, 0.2);
  border-radius: 12px;
  display: flex;
}

.range-position {
  display: flex;
  flex: 1;
  position: relative;
  border-right: 5px solid white;
}

.range-position:first-child {
  border-radius: 12px 0 0 12px;
}

.range-position:last-child {
  border-right: none;
  border-radius: 0 12px 12px 0;
}

.range-position:last-child .number-order-range {
  display: none;
}

.range-position-active {
  background: orange;
  position: absolute;
  height: 100%;
  border-radius: 12px 12px 12px 12px;
}

.range-position-completed {
  background: linear-gradient(
    131deg,
    rgba(253, 223, 149, 1) 0%,
    rgba(255, 151, 0, 1) 100%
  );
}

.number-order-range {
  position: absolute;
  bottom: -20px;
  right: -11px;
  font-size: 16px;
  color: rgba(80, 85, 90, 0.6);
}

.number-order-range-active {
  color: var(--primary-font-color);
}

.icon-range-goals {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  position: relative;
}

.data-limite {
  font-size: 18px;
  color: var(--primary-font-color);
  width: 100%;
  text-align: right;
  align-self: flex-end;
}

.container-another-info {
  display: flex;
  justify-content: space-between;
}

.container-notes {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  width: 70%;
  color: #50555a;
}

.text-notes {
  font-size: 16px;
  color: var(--primary-font-color);
  margin-top: 6px;
}

.text-notes:first-child {
  margin-top: 0px;
}

.data-atualizacao {
  font-size: 16px;
  color: var(--primary-font-color);
  margin-top: 18px;
  text-align: right;
  width: 260px;
}

.tippy-box[data-theme~="wiz-engagement"] {
  background-color: var(--primary-font-color);
  color: #fff;
}

.tabs-wrapper {
  margin-top: 18px;
  width: 100%;
}

.tabs-links {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #d7dbde;
  cursor: pointer;
}

.tabs-links-button {
  background: none;
  padding: 16px 32px;
  color: var(--primary-font-color);
  font-size: 16px;
  cursor: pointer;
}

.tabs-links-button.tabs-links-active {
  font-weight: bold;
  position: relative;
}

.tabs-links-button.tabs-links-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f56c00;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.container-dados-user {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 16px;
  border: 1px solid #eaeef0;
  background: white;
  border-radius: 4px;
  justify-content: space-between;
  gap: 16px;
}

.dados-container-title {
  font-size: 18px;
  color: var(--primary-font-color);
}

.dados-container-subtitle {
  font-size: 14px;
  color: var(--primary-font-color);
}

.container-dados-grafico {
  background: rgba(155, 165, 174, 0.2);
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-dados-grafico::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
}

.container-dados-grafico p {
  position: relative;
  font-size: 14px;
  color: #58667e;
}

.wrapper-goal-gatilhos-2 {
  margin-top: 32px;
}

.container-goals-gatilhos-2 {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  align-items: flex-end;
}

.container-item {
  display: flex;
  border: 1px solid #eaeef0;
  background: white;
  border-radius: 4px;
  padding: 24px;
}

.image-item {
  margin-right: 16px;
}

.title-item {
  font-size: 14px;
  color: var(--primary-font-color);
  font-weight: 400;
}

.value-item {
  font-size: 24px;
  color: var(--primary-font-color);
  margin-top: 4px;
}

.link-open-modal {
  margin-left: auto;
  font-size: 16px;
  color: #4253ff;
  margin-bottom: 4px;
  text-decoration: underline;
  display: flex;
  cursor: pointer;
  background: none;
}

.link-open-modal img {
  margin-left: 4px;
}

.dados-usuarios-performance {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-top: 24px;
  align-items: flex-end;
}
.link-create-modal {
  margin-left: auto;
  font-size: 16px;
  color: #4253ff;
  margin-bottom: 4px;
  text-decoration: underline;
  display: flex;
  margin-top: 25px;
  cursor: pointer;
}
.link-create-modal img {
  margin-right: 4px;
}

/*********** Modal ************/
.we-modal-backdrop {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-modal-metas {
  background: #fff !important;
  padding: 24px 0px 24px 24px !important;
  min-width: 464px;
  width: auto !important;
  border-radius: 4px;
}

.we-modal-title-container {
  padding-right: 30px;
  color: #50555a;
  font-size: 18px;
  width: 100%;
  text-align: left;
}

.we-modal-btns-container {
  position: absolute;
  top: 11px;
  right: 24px;
  border-top: 0 !important;
}

.container-modal-metas .we-modal-btns-container button {
  height: auto !important;
  width: auto !important;
}

.container-modal-metas .we-modal-cancel-button {
  display: none !important;
}

.container-modal-metas .we-modal-accept-button {
  background: none !important;
}

.container-table-modal {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 24px;
  margin-top: 32px;
}

.table-modal {
  width: 100%;
}

.table-head-row-modal {
  display: table-row;
}

.table-head-row-modal-title {
  width: 100%;
  text-align: left;
  align-items: flex-end;
}

.table-head-row-modal-title-two {
  width: 30px;
  text-align: center;
}

.table-body-modal {
  margin-top: 16px;
}

.table-body-row-modal {
  vertical-align: top;
}

.table-body-row-modal td {
  padding: 12px 0;
  color: #58667e;
  font-size: 14px;
  text-align: start;
}

.table-body-row-modal:first-of-type td {
  padding: 24px 0 12px;
}

.table-body-row-modal:last-of-type td {
  padding: 12px 0 0px;
}

.table-body-row-modal-title-two {
  display: table-cell;
  padding: 8px !important; 
  box-sizing: border-box;
  text-align: center !important;
  color: #50555a;
  font-size: 16px;
  width: 200px; 
  white-space: nowrap; 
}

.table-head-row-modal-title-performance {
  display: table-cell;
  padding: 8px;
  box-sizing: border-box;
  text-align: left;
  color: #50555a;
  font-size: 16px;
  width: 200px; 
  white-space: nowrap;
}

.table-head-row-modal-title-three-performance {
  width: 160px;
}

.link-open-modal-gatilho-simples {
  font-size: 16px;
  color: #4253ff;
  margin-top: 14px;
  margin-bottom: 4px;
  text-decoration: underline;
  display: flex;
  cursor: pointer;
  background: none;
}

.link-open-modal-gatilho-simples img {
  margin-left: 4px;
}

@media (max-width: 960px) {
  .wrapper-dados-user {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .MetasContainer {
    padding: 0px 10px 0 10px;
  }

  .titlePag {
    font-size: 24px;
  }

  .tabs-links-button {
    font-size: 14px;
  }

  .wrapper-goal-individual {
    padding: 16px;
  }

  .title-goal-individual {
    font-size: 18px;
  }

  .subtitle-goal-individual {
    font-size: 14px;
  }

  .item-accomplished-value {
    font-size: 18px;
  }

  .container-another-info {
    flex-direction: column;
  }

  .container-notes {
    width: 100%;
    color: #58667e;
  }

  .text-notes {
    font-size: 14px;
  }

  .data-atualizacao {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  .container-dados-user {
    padding: 8px;
  }

  .dados-container-title {
    font-size: 16px;
  }
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

.divStep3 {
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 10%;
    width: 100%;
}

.titleStep3 {
    font-size: 42px;
    /* padding: 11% 0 0 0; */
    color: #fff;
    margin: 0px 0 20px;
    width: 100%;
}

.divStepsPneu {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.divStepPneu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 255px;
}

.imgSeta {
    margin-top: 51px;
}

.wrapper-carousel {
    align-self: normal;
    width: 100%;
    display: flex;
    justify-content: flex-start; 
}

.menu-carousel {
    position: relative;
    margin-bottom: 70px;
}

.ul-menu-carousel {
    display: flex;
}

.item-menu-carousel {
    color: var(--secondary-font-color);
    font-size: 16px;
    padding: 16px 32px;
    border-bottom: 3px solid var(--secondary-font-color);
    list-style: none;
    transition: 0.2s all;
    cursor: pointer;
}

    .item-menu-carousel.activeP {
        border-bottom: 3px solid var(--hover-color);
    }

    .item-menu-carousel:hover {
        border-bottom: 3px solid var(--hover-color);
    }

.content-carousel {
    width: 100%;
    align-self: normal;
    height: 307px;
    box-shadow: 6px 4px 4px var(--shadow-color);
    border-radius: 4px;
    background-color: var(--alternative-background);
}


.glide {
    /* display: flex; */
    /* align-items: center; */
    overflow: hidden;
    position: relative;
}

.container-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 36px;
}

    .container-step:last-child .seta-step {
        display: none;
    }

.seta-step {
    position: absolute;
    top: 30%;
    right: 0;
}

.number-step {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}


.description-step {
    font-size: 18px;
    color: var(--primary-font-color);
    min-height: 42px;
}

.seta-step-container-right {
    transform: rotate(180deg);
}

.glide__track {
    flex: 1;
    height: 100%
}

.glide__slides {
    text-align: center;
    height: 307px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
}

.glide__slide {
    list-style: none;
}

    .glide__slide[class*="active"] {
        width: 300px !important;
    }

.glide__arrows {
    width: 22px;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgb(254 217 193);
    transition: all 0.2s ease-in-out;
}

.glide__arrow {
    top: 0;
    bottom: 0;
    position: absolute;
    background: none;
    cursor: pointer;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .glide__arrow:hover {
  background-color: #ed145b;
} */

.glide__arrow__left {
    left: 0;
}

.glide__arrow__right {
    right: 0;
}

@media (max-width: 480px) {
    .titleStep3 {
        font-size: 28px;
    }

    .container-step {
        padding: 0 92px;
    }

    .menu-carousel {
        margin-bottom: 20px;
    }
}

.MenuNavegacao {
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 20px;
  bottom: 70px;
}

.imagemNextUp {
    height: 70px;
    cursor: pointer;
    padding-bottom: 16px;
}

@media (max-width: 580px) {
  .MenuNavegacao {
    display: none;
  }
}

.menuHeaderDiv {
  position: absolute;
  width: 100%;
  top: 45px;
  left: -26px;
}

.MenuHeader {
  display: none;
}

.MenuHeaderOk {
  color: #fff;
  display: flex;
  flex-direction: column;
}

.menuHeaderDivOk {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 40px 40px 0;
  width: 50%;
  height: 100vh;
  /* background-color: #031d4f; */
  display: flex;
  box-shadow: 5px 5px #fff;
  z-index: 9;
}

.menuHeaderDivContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 7% 0 12%;
}

.menuHeaderDivContainerOk {
  width: 100%;
  padding: 65px 0 0 20.3%;
}

.menuHeaderDivButtonMenu {
  width: 48px;
  height: 48px;
  background-color: #ff9100;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}

.menuHeaderDivButtonMenu img {
  width: 23px;
}

.menuHeaderDivButtonSair {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menuHeaderDivButtonSairOk {
  display: none;
}

.menuHeaderDivButtonSair img {
  height: 30px;
}

.menuHeaderDivButtonSairSair {
  color: #ff9100;
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 18px;
  cursor: pointer;
}

@media screen and (min-width: 1599px) {
  .menuHeaderDivContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10% 0 11%;
  }
}

.menuHeaderDivButtonMenuOk {
  display: none;
}

/*Menu Slider*/

.menuHeaderHoverButtonSair {
  width: 48px;
  height: 48px;
  background-color: #ff9100;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
  align-items: center;
}

.menuHeaderHoverButtonSair img {
  width: 18px;
}

.menuHeaderHoverVoltarCampanhas {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  padding-bottom: 20px;
  cursor: pointer;
}

.menuOpcoes {
  font-size: 32px;
  font-weight: 700;
  padding-top: 25px;
  cursor: pointer;
  width: 215px;
  border-bottom: 4px solid transparent;
  transition: all 0.2s;
}

.menuOpcoes:hover {
  border-bottom: 4px solid var(--hover-color);
}

@media (max-width: 1366px) {
  .menuHeaderDiv {
    position: absolute;
    width: 100%;
    top: 5%;
    left: -26px;
  }
}

@media (max-width: 480px) {
  .menuHeaderDivButtonMenu {
    display: none;
  }
  .menuHeaderDivButtonSair img {
    height: 18px;
  }
  .menuHeaderDivButtonSairSair {
    font-size: 18px;
    margin-left: auto;
  }

  .menuHeaderDivButtonSair {
    margin-left: auto;
  }

  .menuHeaderDivOk {
    width: 100%;
    border-radius: 0;
  }

  .menuOpcoes {
    font-size: 25px;
  }

  .menuOpcoes {
    font-size: 25px;
  }
}

.menuHeaderDivButtonSairSairPB {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-decoration: underline;
  padding-left: 18px;
}

@media (max-width: 480px){

  .menuHeaderDivButtonSairSairPB {
    font-size: 18px;
  }
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

.divStep7 {
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 10%;
    width: 100%;
}

.wrapper-content-ranking {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 35px;
}

.titleStep7 {
    font-size: 42px;
    color: var(--primary-font-color);
    margin: 0px 0 20px;
    width: 100%;
}

.subTitleStep7 {
    font-size: 16px;
    color: var(--primary-font-color);
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 32px;
}

.subTitleStep7 span {
    display: inline-block;
    border-bottom: 2px solid #ff9100;
    padding: 0 16px 8px 16px;
}

.wrapper-grid-ranking {
    width: 100%;
    display: grid;
    grid-template-areas:
        "seuDesempenho"
        "primeirosColocados"
        "avisosRodape";
}

.wrapper-seu-desempenho {
    width: 100%;
    border-radius: 4px;
    padding: 24px 0;
    grid-area: seuDesempenho;
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    margin-bottom: 24px;
    background: #fff;
}

.title-seu-desempenho {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
}

.title-seu-desempenho span {
    display: block;
    margin-left: 16px;
    font-weight: 500;
}

.wrapper-filter-ranking {
    width: 100%;
    color: var(--primary-font-color);
    display: flex;
}

.select-filter-ranking {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    border-radius: 4px;
    width: 219px;
    height: 40px;
    padding: 0 8px;
    font-size: 15px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.wrapper-buttons-filter-ranking {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-produtos-filter-ranking {
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    border-radius: 4px;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    font-size: 0.8em;
    margin-right: 12px;
}

.active-geral-produtos-filter-ranking {
    background-color: #ff9100;
    color: #fff;
}

.active-buttons-produtos-filter-ranking {
    background-color: #ff9100;
    color: #fff;
}

.mes-filter-ranking {
    margin-left: auto;
}

.container-seu-desempenho {
    display: flex;
    align-items: flex-start;
}

.container-title-seu-desempenho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeef0;
    padding: 0 24px 24px 24px;
}

.container-medals-seu-desempenho {
    display: flex;
    align-items: center;
    width: 280px;
    justify-content: space-between;
}

.medals-seu-desempenho {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    min-width: 24px;
    height: 25px;
}

.position-seu-desempenho {
    font-size: 24px;
    margin-right: 16px;
}

.container-seu-desempenho {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px 0 30px;
}

.info-participante {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.position-participante {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 24px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    color: var(--primary-font-color);
}

.container-medalhas-participante {
    display: flex;
    align-items: center;
    width: 269px;
    justify-content: space-between;
}

.medalha-total-pontos-participante {
    width: 41px;
    text-align: center;
}

.name-seu-desempenho {
    flex: 1;
    margin: 6px 0 0 0px;
    font-size: 16px;
}

.container-points-seu-desempenho {
    flex: 1;
    text-align: right;
}

.points-seu-desempenho {
    margin: 0;
}

.details-points-seu-desempenho {
    font-size: 11px;
    margin: 8px 0 0 0;
}

.wrapper-primeiros-colocados {
    width: 100%;
    border-radius: 4px;
    grid-area: primeirosColocados;
    padding: 24px 0 0 0;
    border: 1px solid #eaeef0;
    margin-bottom: 16px;
    background: #fff;
}

.wrapper-todos-participantes {
    max-height: 285px;
    overflow: auto;
}

.container-title-primeiros-colocados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--primary-font-color);
    padding: 0 24px 24px 24px;
}

.title-primeiros-colocados {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.title-primeiros-colocados p {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.title-primeiros-colocados span {
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

.container-todos-participantes {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px 24px 30px;
    border-top: 1px solid #eaeef0;
}

.container-todos-participantes p.info-participante {
    font-size: 16px;
}

.list-primeiros-colocados {
    position: relative;
}

.list-primeiros-colocados.sem-nome {
    display: flex;
}

.item-list-primeiros-colocados {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #eaeef0;
    padding: 24px 0 8px 0;
}

.item-list-primeiros-colocados:first-child {
    padding: 0px 0 8px 0;
}

.item-list-primeiros-colocados:last-child {
    border: none;
    padding: 24px 0 0px 0;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados {
    padding: 0px 0 0px 0;
    border: none;
    flex: 1;
}

.item-list-primeiros-colocados p {
    flex: 1;
    font-size: 18px;
    padding-right: 25px;
    margin-bottom: 8px;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados p {
    display: none;
}

.item-list-primeiros-colocados strong {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.item-list-primeiros-colocados span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.image-position {
    width: 46px;
    height: 61px;
    margin-right: 18px;
}

.list-primeiros-colocados.sem-nome .image-position {
    width: 30px;
    height: 39px;
    margin-right: 8px;
}

.wrapper-classificacao-geral {
    width: 100%;
    height: 500px;
    box-shadow: 6px 4px 4px var(--shadow-color);
    border-radius: 4px;
    background-color: var(--content-background);
    grid-area: classificacaoGeral;
    padding: 24px;
    color: var(--primary-font-color);
    overflow-y: scroll;
}

.box-title-classificacao-geral {
    display: flex;
    margin: 0 0 24px 0;
}

.img-title-classificacao-geral {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.img-title-classificacao-geral img {
    width: 100%;
}

.text-title-classificacao-geral h3 {
    font-size: 16px;
}

.text-title-classificacao-geral p {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.list-ranking-completo {
    position: relative;
}

.item-list-ranking-completo {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #eaeef0;
    padding: 24px 0 24px 0;
}

.item-list-ranking-completo:first-child {
    padding: 0px 0 24px 0;
}

.item-list-ranking-completo:last-child {
    border: none;
    padding: 24px 0 0px 0;
}

.position-ranking-completo {
    font-size: 22px;
    margin-right: 24px;
}

.item-list-ranking-completo p {
    flex: 1;
    font-size: 18px;
    padding-right: 25px;
    text-transform: capitalize;
}

.valuedSold-ranking-completo {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.item-list-ranking-completo span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.wrapper-todos-avisos-rodape {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    grid-area: avisosRodape;
}

.texto-todos-avisos-rodape {
    font-size: 14px;
    color: var(--primary-font-color);
}

.data-atualizacao-ranking {
    font-size: 16px;
    color: var(--secondary-font-color);
    margin-top: 16px;
    text-align: right;
}

.data-atualizacao-ranking strong {
    font-size: 16px;
}

.wrapper-ranking-indisponivel {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cargo-filter-ranking {
    margin-right: 24px;
}

.only-classificacao-geral {
    max-height: 445px;
}

.table-container-apuracao {
    width: 100%;
    overflow: auto;
    border-radius: 8px;
    position: relative;
    max-height: 500px;
    margin-bottom: 16px;
}

.table-container-apuracao::-webkit-scrollbar {
    height: 8px;
    width: 8px !important;
}

.table-apuracao {
    text-align: center;
    width: 100%;
    border-spacing: 0;
}

.position-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-apuracao tr th {
    position: sticky;
    top: 0;
    z-index: 3;
    font-weight: normal;
    background: #ea590c;
    border-right: 1px solid white;
}

.table-apuracao th,
.table-apuracao td {
    white-space: nowrap;
    padding: 10px 20px;
}

.table-apuracao td {
    padding: 20px 15px;
}

.table-apuracao tr th:first-child,
.table-apuracao td:first-child {
    position: sticky;
    width: 100px;
    z-index: 2;
}

.table-apuracao tr th:first-child {
    z-index: 3;
}

.name-table-apuracao {
    z-index: 4 !important;
}

.table-apuracao thead {
    background: #ea590c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px 0;
}

.item-aceleradores {
    background: #462a71 !important;
    top: 39px !important;
    border-top: 1px solid white;
}

.item-sindnapi {
    background: #ffcf00 !important;
    color: #462a71;
    top: 39px !important;
    border-top: 1px solid white;
}

.table-apuracao tbody tr {
    color: #50555a;
    font-size: 16px;
}

.table-apuracao tbody tr:nth-child(odd) {
    background: #fdf0e9;
}

.table-apuracao tbody tr:nth-child(even) {
    background: white;
}

.name-table-apuracao-td.bgWhite {
    background: white;
}

.name-table-apuracao-td.bgOrange {
    background: #fdf0e9;
}

.items-name-table {
    display: flex;
    width: 100%;
    align-items: center;
}

.items-name-table img {
    margin-right: 4px;
    margin-top: -3px;
}

.items-name-table span {
    display: inline-block;
    margin-right: 14px;
}

.trophy-apuracao-mensal {
    height: 22px;
}

@media (max-width: 800px) {
    .wrapper-filter-ranking {
        flex-wrap: wrap;
    }

    .mes-filter-ranking {
        width: 100%;
        margin-top: 16px;
    }

    .wrapper-buttons-filter-ranking {
        margin-left: auto;
    }

    .buttons-produtos-filter-ranking {
        margin-right: 0px;
        margin-left: 12px;
    }

    .texto-todos-avisos-rodape {
        font-size: 12px;
    }
    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 650px) {
    .cargo-filter-ranking {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .wrapper-buttons-filter-ranking {
        width: 100%;
    }

    .buttons-produtos-filter-ranking {
        flex: 1;
        margin-left: 0px;
    }

    .table-apuracao td {
        font-size: 13px;
    }

    .table-apuracao th {
        font-size: 14px;
    }

    .items-name-table p {
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .divStep7 {
        padding: 0 8px 0 8px;
    }

    .wrapper-content-ranking {
        min-height: auto;
        max-height: 590px;
    }

    .table-container-apuracao {
        max-height: 500px;
    }

    .table-apuracao td {
        padding: 5px !important;
    }
}

@media (max-height: 780px) {
    .info-participante {
        font-size: 14px;
    }

    .table-container-apuracao {
        max-height: 300px;
    }

    .wrapper-content-ranking {
        padding-top: 90px;
    }

    .container-todos-participantes p.info-participante {
        font-size: 14px;
    }

    .container-medalhas-participante p.info-participante {
        font-size: 14px;
    }

    .wrapper-seu-desempenho {
        padding: 14px 0;
    }

    .wrapper-primeiros-colocados {
        padding: 14px 0 0 0;
    }

    .mes-filter-ranking {
        margin-top: 8px;
    }

    .cargo-filter-ranking {
        margin-bottom: 8px;
    }

    .container-title-seu-desempenho {
        padding: 0 14px 14px 14px;
    }

    .container-title-primeiros-colocados {
        padding: 0 14px 14px 14px;
    }

    .container-seu-desempenho {
        padding: 14px 18px 0px 18px;
    }

    .container-todos-participantes {
        padding: 14px 18px 14px 18px;
    }

    .titleStep7 {
        font-size: 30px;
    }

    .subTitleStep7 {
        margin-top: 0;
    }

    .only-classificacao-geral {
        max-height: 160px;
    }

    .teste-classificacao-geral {
        max-height: 135px;
    }

    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 550px) {
    .wrapper-content-ranking {
        padding-top: 0px;
    }

    .title-seu-desempenho span {
        font-size: 14px;
    }

    .title-primeiros-colocados p {
        font-size: 14px;
    }

    .medals-seu-desempenho {
        font-size: 14px;
    }

    .container-medals-seu-desempenho {
        width: 178px !important;
    }

    .container-medalhas-participante {
        width: 160px !important;
    }

    .info-participante {
        font-size: 12px;
    }

    .container-todos-participantes p.info-participante {
        font-size: 12px;
    }
    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 380px) {
    .title-seu-desempenho span {
        text-overflow: ellipsis;
        max-width: 75px;
        white-space: nowrap;
        padding-right: 10px;
        overflow: hidden;
    }

    .title-primeiros-colocados p {
        text-overflow: ellipsis;
        max-width: 75px;
        white-space: nowrap;
        padding-right: 10px;
        overflow: hidden;
        margin-left: 5px;
    }

    .buttons-produtos-filter-ranking {
        font-size: 0.7em;
    }

    .container-todos-participantes p.info-participante {
        max-width: 75px;
        text-overflow: ellipsis;
        padding-right: 10px;
        overflow: hidden;
    }

    .position-participante {
        margin-right: 12px;
    }
    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

.tabs-wrapper {
    margin-top: 18px;
    width: 100%;
}

.ranking-tabs-links {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #d7dbde;
    cursor: pointer;
}

.ranking-tabs-links-button {
    background: none;
    padding: 16px 32px;
    color: var(--primary-font-color);
    font-size: 16px;
    cursor: pointer;
}

.tab-content {
    margin-top: 24px;
}

.ranking-tabs-links-active {
    font-weight: bold;
    position: relative;
}

.ranking-tabs-links-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f56c00;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.display-none {
    display: none;
}
* {
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Wrapper para a lista de números */
.numeros-wrapper {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    max-height: 352px;
    padding: 8px;
    border: 1px solid #eaeef0;
    border-radius: 4px;
    background: white;
}

.numero-coluna {
    flex: 0 0 16.66%;
    /* Coluna de 2 em 12 (col-2) */
    padding: 12px;
    text-align: center;
}
.wrapper-goal-individual {
    border: 1px solid #eaeef0;
    background: white;
    border-radius: 4px;
    width: 100%;
    margin-top: 24px;
    padding: 24px;
  }

/* Estilização do número (badge) */
.badge-numero {
    display: inline-block;
    background-color: #F8FBFC;
    color: rgb(245, 108, 0);
    /* Cor roxa */
    border: 2px solid rgb(245, 108, 0);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 20px;
}

.divStep7 {
    height: 100vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 10% 0 10%;
    width: 100%;
}

.wrapper-content-ranking {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 35px;
}

.titleStep7 {
    font-size: 42px;
    color: var(--primary-font-color);
    margin: 0px 0 20px;
    width: 100%;
}

.subTitleStep7 {
    font-size: 16px;
    color: var(--primary-font-color);
    width: 100%;
    font-weight: 600;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 32px;
}

.subTitleStep7 span {
    display: inline-block;
    border-bottom: 2px solid #ff9100;
    padding: 0 16px 8px 16px;
}

.wrapper-grid-ranking {
    width: 100%;
    display: grid;
    grid-template-areas:
        "seuDesempenho"
        "primeirosColocados"
        "avisosRodape";
}

.wrapper-seu-desempenho {
    width: 100%;
    border-radius: 4px;
    padding: 24px 0;
    grid-area: seuDesempenho;
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    margin-bottom: 24px;
    background: #fff;
}

.title-seu-desempenho {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
}

.title-seu-desempenho span {
    display: block;
    margin-left: 16px;
    font-weight: 500;
}

.wrapper-filter-ranking {
    width: 100%;
    color: var(--primary-font-color);
    display: flex;
}

.select-filter-ranking {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    border-radius: 4px;
    width: 219px;
    height: 40px;
    padding: 0 8px;
    font-size: 15px;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.wrapper-buttons-filter-ranking {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttons-produtos-filter-ranking {
    color: var(--primary-font-color);
    border: 1px solid #eaeef0;
    border-radius: 4px;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    font-size: 0.8em;
    margin-right: 12px;
}

.active-geral-produtos-filter-ranking {
    background-color: #ff9100;
    color: #fff;
}

.active-buttons-produtos-filter-ranking {
    background-color: #ff9100;
    color: #fff;
}

.mes-filter-ranking {
    margin-left: auto;
}

.container-seu-desempenho {
    display: flex;
    align-items: flex-start;
}

.container-title-seu-desempenho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeef0;
    padding: 0 24px 24px 24px;
}

.container-medals-seu-desempenho {
    display: flex;
    align-items: center;
    width: 280px;
    justify-content: space-between;
}

.medals-seu-desempenho {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    min-width: 24px;
    height: 25px;
}

.position-seu-desempenho {
    font-size: 24px;
    margin-right: 16px;
}

.container-seu-desempenho {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px 0 30px;
}

.info-participante {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.position-participante {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 24px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    color: var(--primary-font-color);
}

.container-medalhas-participante {
    display: flex;
    align-items: center;
    width: 269px;
    justify-content: space-between;
}

.medalha-total-pontos-participante {
    width: 41px;
    text-align: center;
}

.name-seu-desempenho {
    flex: 1;
    margin: 6px 0 0 0px;
    font-size: 16px;
}

.container-points-seu-desempenho {
    flex: 1;
    text-align: right;
}

.points-seu-desempenho {
    margin: 0;
}

.details-points-seu-desempenho {
    font-size: 11px;
    margin: 8px 0 0 0;
}

.wrapper-primeiros-colocados {
    width: 100%;
    border-radius: 4px;
    grid-area: primeirosColocados;
    padding: 24px 0 0 0;
    border: 1px solid #eaeef0;
    margin-bottom: 16px;
    background: #fff;
}

.wrapper-todos-participantes {
    max-height: 285px;
    overflow: auto;
}

.container-title-primeiros-colocados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: var(--primary-font-color);
    padding: 0 24px 24px 24px;
}

.title-primeiros-colocados {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.title-primeiros-colocados p {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.title-primeiros-colocados span {
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

.container-todos-participantes {
    display: flex;
    justify-content: space-between;
    padding: 24px 30px 24px 30px;
    border-top: 1px solid #eaeef0;
}

.container-todos-participantes p.info-participante {
    font-size: 16px;
}

.list-primeiros-colocados {
    position: relative;
}

.list-primeiros-colocados.sem-nome {
    display: flex;
}

.item-list-primeiros-colocados {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #eaeef0;
    padding: 24px 0 8px 0;
}

.item-list-primeiros-colocados:first-child {
    padding: 0px 0 8px 0;
}

.item-list-primeiros-colocados:last-child {
    border: none;
    padding: 24px 0 0px 0;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados {
    padding: 0px 0 0px 0;
    border: none;
    flex: 1;
}

.item-list-primeiros-colocados p {
    flex: 1;
    font-size: 18px;
    padding-right: 25px;
    margin-bottom: 8px;
}

.list-primeiros-colocados.sem-nome .item-list-primeiros-colocados p {
    display: none;
}

.item-list-primeiros-colocados strong {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.item-list-primeiros-colocados span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.image-position {
    width: 46px;
    height: 61px;
    margin-right: 18px;
}

.list-primeiros-colocados.sem-nome .image-position {
    width: 30px;
    height: 39px;
    margin-right: 8px;
}

.wrapper-classificacao-geral {
    width: 100%;
    height: 500px;
    box-shadow: 6px 4px 4px var(--shadow-color);
    border-radius: 4px;
    background-color: var(--content-background);
    grid-area: classificacaoGeral;
    padding: 24px;
    color: var(--primary-font-color);
    overflow-y: scroll;
}

.box-title-classificacao-geral {
    display: flex;
    margin: 0 0 24px 0;
}

.img-title-classificacao-geral {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.img-title-classificacao-geral img {
    width: 100%;
}

.text-title-classificacao-geral h3 {
    font-size: 16px;
}

.text-title-classificacao-geral p {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
}

.list-ranking-completo {
    position: relative;
}

.item-list-ranking-completo {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #eaeef0;
    padding: 24px 0 24px 0;
}

.item-list-ranking-completo:first-child {
    padding: 0px 0 24px 0;
}

.item-list-ranking-completo:last-child {
    border: none;
    padding: 24px 0 0px 0;
}

.position-ranking-completo {
    font-size: 22px;
    margin-right: 24px;
}

.item-list-ranking-completo p {
    flex: 1;
    font-size: 18px;
    padding-right: 25px;
    text-transform: capitalize;
}

.valuedSold-ranking-completo {
    font-size: 18px;
    display: flex;
    align-items: flex-end;
}

.item-list-ranking-completo span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 8px;
}

.wrapper-todos-avisos-rodape {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    grid-area: avisosRodape;
}

.texto-todos-avisos-rodape {
    font-size: 14px;
    color: var(--primary-font-color);
}

.data-atualizacao-ranking {
    font-size: 16px;
    color: var(--secondary-font-color);
    margin-top: 16px;
    text-align: right;
}

.data-atualizacao-ranking strong {
    font-size: 16px;
}

.wrapper-ranking-indisponivel {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cargo-filter-ranking {
    margin-right: 24px;
}

.only-classificacao-geral {
    max-height: 445px;
}

.table-container-apuracao {
    width: 100%;
    overflow: auto;
    border-radius: 8px;
    position: relative;
    max-height: 500px;
    margin-bottom: 16px;
}

.table-container-apuracao::-webkit-scrollbar {
    height: 8px;
    width: 8px !important;
}

.table-apuracao {
    text-align: center;
    width: 100%;
    border-spacing: 0;
}

.position-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-apuracao tr th {
    position: sticky;
    top: 0;
    z-index: 3;
    font-weight: normal;
    background: #ea590c;
    border-right: 1px solid white;
}

.table-apuracao th,
.table-apuracao td {
    white-space: nowrap;
    padding: 10px 20px;
}

.table-apuracao td {
    padding: 20px 15px;
}

.table-apuracao tr th:first-child,
.table-apuracao td:first-child {
    position: sticky;
    width: 100px;
    z-index: 2;
}

.table-apuracao tr th:first-child {
    z-index: 3;
}

.name-table-apuracao {
    z-index: 4 !important;
}

.table-apuracao thead {
    background: #ea590c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px 0;
}

.item-aceleradores {
    background: #462a71 !important;
    top: 39px !important;
    border-top: 1px solid white;
}

.item-sindnapi {
    background: #ffcf00 !important;
    color: #462a71;
    top: 39px !important;
    border-top: 1px solid white;
}

.table-apuracao tbody tr {
    color: #50555a;
    font-size: 16px;
}

.table-apuracao tbody tr:nth-child(odd) {
    background: #fdf0e9;
}

.table-apuracao tbody tr:nth-child(even) {
    background: white;
}

.name-table-apuracao-td.bgWhite {
    background: white;
}

.name-table-apuracao-td.bgOrange {
    background: #fdf0e9;
}

.items-name-table {
    display: flex;
    width: 100%;
    align-items: center;
}

.items-name-table img {
    margin-right: 4px;
    margin-top: -3px;
}

.items-name-table span {
    display: inline-block;
    margin-right: 14px;
}

.trophy-apuracao-mensal {
    height: 22px;
}

@media (max-width: 800px) {
    .wrapper-filter-ranking {
        flex-wrap: wrap;
    }

    .mes-filter-ranking {
        width: 100%;
        margin-top: 16px;
    }

    .wrapper-buttons-filter-ranking {
        margin-left: auto;
    }

    .buttons-produtos-filter-ranking {
        margin-right: 0px;
        margin-left: 12px;
    }

    .texto-todos-avisos-rodape {
        font-size: 12px;
    }

    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 650px) {
    .cargo-filter-ranking {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }

    .wrapper-buttons-filter-ranking {
        width: 100%;
    }

    .buttons-produtos-filter-ranking {
        flex: 1;
        margin-left: 0px;
    }

    .table-apuracao td {
        font-size: 13px;
    }

    .table-apuracao th {
        font-size: 14px;
    }

    .items-name-table p {
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .divStep7 {
        padding: 0 8px 0 8px;
    }

    .wrapper-content-ranking {
        min-height: auto;
        max-height: 590px;
    }

    .table-container-apuracao {
        max-height: 500px;
    }

    .table-apuracao td {
        padding: 5px !important;
    }
}

@media (max-height: 780px) {
    .info-participante {
        font-size: 14px;
    }

    .table-container-apuracao {
        max-height: 300px;
    }

    .wrapper-content-ranking {
        padding-top: 90px;
    }

    .container-todos-participantes p.info-participante {
        font-size: 14px;
    }

    .container-medalhas-participante p.info-participante {
        font-size: 14px;
    }

    .wrapper-seu-desempenho {
        padding: 14px 0;
    }

    .wrapper-primeiros-colocados {
        padding: 14px 0 0 0;
    }

    .mes-filter-ranking {
        margin-top: 8px;
    }

    .cargo-filter-ranking {
        margin-bottom: 8px;
    }

    .container-title-seu-desempenho {
        padding: 0 14px 14px 14px;
    }

    .container-title-primeiros-colocados {
        padding: 0 14px 14px 14px;
    }

    .container-seu-desempenho {
        padding: 14px 18px 0px 18px;
    }

    .container-todos-participantes {
        padding: 14px 18px 14px 18px;
    }

    .titleStep7 {
        font-size: 30px;
    }

    .subTitleStep7 {
        margin-top: 0;
    }

    .only-classificacao-geral {
        max-height: 160px;
    }

    .teste-classificacao-geral {
        max-height: 135px;
    }

    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 550px) {
    .wrapper-content-ranking {
        padding-top: 0px;
    }

    .title-seu-desempenho span {
        font-size: 14px;
    }

    .title-primeiros-colocados p {
        font-size: 14px;
    }

    .medals-seu-desempenho {
        font-size: 14px;
    }

    .container-medals-seu-desempenho {
        width: 178px !important;
    }

    .container-medalhas-participante {
        width: 160px !important;
    }

    .info-participante {
        font-size: 12px;
    }

    .container-todos-participantes p.info-participante {
        font-size: 12px;
    }

    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 380px) {
    .title-seu-desempenho span {
        text-overflow: ellipsis;
        max-width: 75px;
        white-space: nowrap;
        padding-right: 10px;
        overflow: hidden;
    }

    .title-primeiros-colocados p {
        text-overflow: ellipsis;
        max-width: 75px;
        white-space: nowrap;
        padding-right: 10px;
        overflow: hidden;
        margin-left: 5px;
    }

    .buttons-produtos-filter-ranking {
        font-size: 0.7em;
    }

    .container-todos-participantes p.info-participante {
        max-width: 75px;
        text-overflow: ellipsis;
        padding-right: 10px;
        overflow: hidden;
    }

    .position-participante {
        margin-right: 12px;
    }

    .table-apuracao td {
        white-space: normal !important;
        padding: 5px 0px !important
    }

    .table-apuracao th {
        white-space: nowrap !important;
        padding: 10px 5px !important;
    }
}

.tabs-wrapper {
    margin-top: 18px;
    width: 100%;
}

.ranking-tabs-links {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #d7dbde;
    cursor: pointer;
}

.ranking-tabs-links-button {
    background: none;
    padding: 16px 32px;
    color: var(--primary-font-color);
    font-size: 16px;
    cursor: pointer;
}

.tab-content {
    margin-top: 24px;
}

.ranking-tabs-links-active {
    font-weight: bold;
    position: relative;
}

.ranking-tabs-links-active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #f56c00;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.display-none {
    display: none;
}

@media (max-width: 768px) {
    .badge-numero {
        font-size: 18px; /* Ajuste para tablets */
    }
}

@media (max-width: 480px) {
    .badge-numero {
        font-size: 14px; /* Ajuste para celulares */
    }
}
.NewRankingContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 100px 0 10%;
    justify-content: center;
}

.ranking-container-table {
    border: 1px solid #EAEEF0;
    border-radius: 5px;
    max-height: 500px;
    overflow-y: scroll;
}

.ranking-table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
}

.ranking-table td {
    padding: 20px 15px;
}

.ranking-table thead tr:nth-of-type(1) td {  
    background: #F9FAFC;
    font-weight: bold;
    position: sticky;
    top: 0;
 }

 .ranking-table thead tr:nth-of-type(1) td:first-child {
    text-align: start;
    width: 35%;
 }

 .ranking-table thead tr td:nth-of-type(2),
 .ranking-table tbody tr td:nth-of-type(2) {
    text-align: start;
 }

.ranking-table tbody tr:nth-child(odd) {
    background: #fff;
}
  
.ranking-table tbody tr:nth-child(even) {
    background: #F9FAFC;
}

.filtro-ranking-mes {
    margin: 5px 10px 20px 0;
}
* {
  box-sizing: border-box;
}
.center-box-header {
  background-color: var(--primary-color);
  width: 100%;
  position: relative;
  z-index: 9;
}

.header {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-family: Roboto;
  /*TODO: param tamanho*/
  height: 100px;
  padding: 0 20px;
}

.header a.logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  max-height: 110px;
  height: 100%;
  font-size: 25px;
  grid-column: 1;
  justify-self: flex-start;
  width: 100%;
  max-width: 210px;
}

.header .header-links-container {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.header .header-links-container a {
  margin: 0 16px;
  color: var(--tertiary-font-color);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.header .header-links-container a:hover {
  opacity: 0.9;
}

.header .header-links-container a.header-link-active {
  position: relative;
  font-weight: bold;
  height: 100%;
  /* TODO: combinar com o param tamanho */
  line-height: 100px;
}

.header .header-links-container a.header-link-active::after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
}

.menu-btn-responsive {
  width: 55px;
  height: 40px;
  position: relative;
  display: none;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
}

.hamburguer {
  display: block;
  width: 30px;
  height: 5px;
  background: var(--secondary-font-color);
  border-radius: 4px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.hamburguer:before,
.hamburguer:after {
  width: 40px;
  content: "";
  display: block;
  height: 5px;
  background: var(--secondary-font-color);
  border-radius: 4px;
  position: absolute;
  transition: 0.3s ease-in-out;
}

.hamburguer:before {
  top: -11px;
}

.hamburguer:after {
  bottom: -11px;
}

#input-menu-btn-responsive {
  display: none;
}

#input-menu-btn-responsive:checked ~ .menu-btn-responsive .hamburguer {
  transform: rotate(45deg);
  width: 40px;
}

#input-menu-btn-responsive:checked ~ .menu-btn-responsive .hamburguer:before {
  transform: rotate(90deg);
  top: 0;
}

#input-menu-btn-responsive:checked ~ .menu-btn-responsive .hamburguer:after {
  transform: rotate(90deg);
  bottom: 0;
}

.full-container-responsive {
  position: fixed;
  z-index: 7;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  transition: 0.5s;
}

#input-menu-btn-responsive:checked ~ .full-container-responsive {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.header .notification {
  display: block;
  margin: 0 auto;
  height: 34px;
  width: 34px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  background-color: var(--secondary-color);
}

.header .notification:active {
  transform: translateY(1px);
}

.header .profile-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
}

.header .profile-container .user-points {
  width: 140px;
  height: 42px;
  line-height: 42px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 32px 0 0 32px;
  pointer-events: none;
  background: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(0, 217, 198, 0.2);
  color: var(--secondary-font-color);
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  position: relative;
  left: 16px;
}

.profile-container .user-points span {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-left: 4px;
}

.header .profile-container .profile-pic {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  background: lightcyan;
  background-size: contain;
  position: relative;
  left: 0;
}

.wrapper-alert-bell {
  position: relative;
  width: 20px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 36px;
  z-index: 6;
}

.icon-alert-bell {
  position: relative;
  width: 16px;
  height: 20px;
  cursor: pointer;
}

.alert-bell-stroke {
  fill: none;
  stroke: white;
}

.alert-bell {
  fill: white;
}

.ballon-alert-bell {
  position: absolute;
  background: var(--secondary-color);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: 20px;
  right: -20px;
  color: var(--secondary-font-color);
  font-size: 12px;
}

.container-info-alert {
  position: absolute;
  width: 285px;
  max-height: 270px;
  background: var(--alternative-background);
  border: 1px solid var(--secondary-color);
  border-radius: 0 0 8px 8px;
  top: 68px;
  right: -8px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 18px 14px 18px 9px;
  overflow: hidden;
}

.sem-conteudo-info-alert {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.box-info-alert {
  overflow-y: scroll;
  max-height: calc(270px - 36px);
  padding: 0 14px 0 9px;
}

.item-info-alert {
  position: relative;
  padding-left: 27px;
  margin-bottom: 18px;
}

.img-info-alert {
  position: absolute;
  left: 0;
}

.text-info-alert {
  color: var(--primary-font-color);
  font-size: 14px;
  overflow: hidden;
}

.text-info-alert strong {
  display: block;
  margin-bottom: 4px;
}

.link-info-alert {
  background-color: var(--secondary-color);
  color: var(--secondary-font-color);
  font-size: 15px;
  padding: 10px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-top: 14px;
}

.overlay-info-alert {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
  display: none;
}

@media (max-width: 1024px) {
  .header-links-container {
    position: fixed;
    flex-direction: column;
    bottom: 0;
    top: 100px;
    left: -270px;
    z-index: 9;
    justify-content: flex-start !important;
    background: var(--secondary-font-color);
    box-shadow: -15px -25px 25px 0px var(--primary-color);
    width: 250px;
    padding-top: 40px;
    transition: 0.3s ease-in-out;
  }

  #input-menu-btn-responsive:checked ~ .header-links-container {
    left: 0px;
  }

  .header .header-links-container a {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    display: flex;
    border-right: 4px solid var(--secondary-font-color);
    width: 100%;
    padding-left: 20px;
    height: 48px;
    max-height: 48px;
    transition: 0.2s;
    align-items: center;
  }

  .header-links-container a:hover {
    right: 4px;
    padding-left: 24px;
    border-right: 4px solid var(--secondary-color);
  }

  .menu-btn-responsive {
    display: flex;
  }

  .header .header-links-container a.header-link-active {
    height: auto;
    line-height: auto;
  }

  .header .header-links-container a.header-link-active::after {
    right: 0;
    bottom: auto;
    height: 100%;
    width: 6px;
  }
}

@media (max-width: 575px) {
  .header .profile-container .user-points {
    width: 115px;
    padding-left: 0px;
    font-size: 17px;
  }

  .wrapper-alert-bell {
    margin: 0 15px;
  }
}

@media (max-width: 455px) {
  .header {
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
  .wrapper-alert-bell {
    margin: 0 15px 0 0px;
    order: 4;
  }

  .ballon-alert-bell {
    top: -20px;
  }

  .header a.logo {
    min-width: 100%;
    order: 1;
    height: 86px;
    margin-bottom: 8px;
  }

  .header .profile-container {
    order: 3;
    flex-grow: 1;
    justify-content: center;
  }

  .menu-btn-responsive {
    order: 2;
    margin-right: 0;
  }

  #input-menu-btn-responsive:checked ~ .header-links-container {
    top: 0;
  }

  .container-info-alert {
    top: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .header .header-links-container a {
    margin: 0 12px;
    font-size: 16px;
  }
}

/*Escrever o objeto ROOT em tempo de execução de acordo com parâmetros retornados da API de Parametrização*/
body {
  overflow-y: scroll;
  background: var(--content-background);
}

body .loading-container {
  position: fixed;
  top: 0;
  background: #2d2a2a5c;
}

html {
  min-height: 100vh;
  font-family: Roboto;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hover-color);
}

.middle-page {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  min-height: 49vw;
  background: var(--content-background);
}
.middle-page .loading-container {
  position: absolute;
  top: 0;
  left: 0;
}

.middle-page .loading-container .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(25%) translateX(30%);
}

#fp-nav {
  top: 5%;
  right: 10% !important;
}

#fp-nav ul li {
  display: inline-block;
  width: 18px;
  margin: 1px;
}

#fp-nav ul li a span {
  width: 14px !important;
  height: 10px !important;
  border-radius: 12px !important;
  background: #cccfd1;
}

#fp-nav ul li a.active span {
  margin: -2px 0 0 -4px !important;
  width: 18px !important;
  height: 10px !important;
  border-radius: 12px !important;
  background: var(--secondary-color);
}

.margin-filter {
  margin: 0 24px;
}
.footer-container {
	width: 100%;
	background: var(--primary-color);
	padding: 0 20px;
}

.centraliza-footer-container {
	position: relative;
	display: flex;
	font-family: Roboto;
	align-items: center;
	max-width: 1300px;
	min-height: 100px;
	margin: 0 auto;
}

.footer-container .copyright {
	justify-self: center;
	font-size: 14px;
	color: var(--tertiary-font-color);

}

.footer-container .footer-links-container {
	display: grid;
	grid-auto-flow: column;
	justify-self: center;
	margin-left: auto;
}

.footer-container .footer-links-container a {
	margin-left: 22px;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	font-family: Roboto;
	color: var(--tertiary-font-color);
	border-right: solid 1px var(--tertiary-font-color);
	cursor: pointer;
}

.footer-container .footer-links-container a:hover {
	opacity: .9;
}

.footer-container .footer-links-container a:last-child {
	border: none;
}

@media (max-width: 1024px) {
	.centraliza-footer-container{
		flex-wrap: wrap;
	}

	.copyright{
		width: 100%;
		order: 2;
		text-align: center;
	}

	.footer-container .footer-links-container{
		width: 100%;
		order: 1;
	}
}

@media (max-width: 680px) {
	.footer-container .footer-links-container {
		display: none;
	}
}
.we-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    animation: fadeIn .3s ease-in-out;
    z-index: 9;
}

.we-modal-backdrop .we-modal-view {
    width: 400px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    animation: slideUp .5s;
    transform: translate(-50%, -50%);
    padding: 52px 32px;
}

.we-modal-backdrop .we-modal-view .we-modal-title-container .we-modal-title {
    font-family: Roboto, sans-serif;
    color: var(--primary-font-color);
    margin: 0;
}

.we-modal-backdrop .we-modal-view .we-modal-text {
    font-family: Roboto, sans-serif;
    color: var(--primary-font-color);
    font-size: 1.1rem;
}

.we-modal-backdrop .we-modal-view .we-modal-btns-container {
    display: flex;
    justify-content: flex-end;
    border-top: solid 1px #EEEEEE;
    padding-top: 16px;
}

.we-modal-backdrop .we-modal-view .we-modal-btns-container button {
    height: 42px;
    width: 92px;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
}

.we-modal-backdrop .we-modal-view .we-modal-accept-button {
    border: none;
    border-radius: 4px;
    color: var(--secondary-font-color);
    background: var(--secondary-color);
    margin-left: 12px;
}

.we-modal-backdrop .we-modal-view .we-modal-cancel-button {
    border-radius: 4px;
    color: var(--secondary-color);
    background: #FFFFFF;
    border: solid 1px var(--secondary-color);
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--light-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hover-color);
}

.terms-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: 50px auto 50px;
  grid-auto-flow: row;
  row-gap: 22px;
  font-family: "Roboto", sans-serif;
}

.terms-wrapper .terms-segment-container {
  display: grid;
  grid-column: 4;
  grid-template-columns: repeat(2, 50%);
}

.terms-wrapper .terms-segment-container .terms-menu {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: var(--primary-font-color);
  border-bottom: 3px solid var(--light-color);
  cursor: pointer;
}

.terms-wrapper .terms-segment-container .terms-menu.terms-menu-selected {
  border-color: var(--secondary-color);
  font-weight: 700;
}

.terms-wrapper .terms-content-container {
  overflow: auto;
  max-height: 540px;
  grid-column: 1 / span 4;
}

.terms-wrapper .terms-content-container .terms-content-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
  color: var(--secondary-color);
}

.terms-wrapper .terms-content-container .terms-content-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  padding-right: 100px;
  color: var(--primary-font-color);
}

.terms-wrapper .terms-action-btns-container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column: 4;
  grid-auto-flow: column;
}

.terms-wrapper .terms-action-btns-container .terms-accepbutton,
.terms-wrapper .terms-action-btns-container .terms-cancelbutton {
  cursor: pointer;
  font-size: 18px;
  outline: none;
  width: 95%;
  justify-self: end;
}

.terms-wrapper .terms-action-btns-container .terms-cancelbutton {
  font-weight: 700;
  border-radius: 4px;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
    background-color: #FFFFFF;
}

.terms-wrapper .terms-action-btns-container .terms-cancelbutton:hover {
  border: 1px solid var(--hover-color);
  color: var(--hover-color);
}

.terms-wrapper .terms-action-btns-container .terms-accepbutton {
  border: none;
  font-weight: 700;
  border-radius: 4px;
  color: var(--content-background);
  background-color: var(--secondary-color);
}

.terms-wrapper .terms-action-btns-container .terms-accepbutton:hover {
  background-color: var(--hover-color);
}

@media screen and (max-width: 1800px) {
  .terms-wrapper .terms-segment-container {
      grid-column: 3 / span 2;
  }

  .terms-wrapper .terms-action-btns-container {
    grid-column: 3 / span 2;
  }
}
