@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap");
body {
  font-size: 16px;
  font-weight: 400;
}

button {
  outline: none !important;
}

.custom-link {
  color: #00c1c9;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.titulo_pagina {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.titulo_pagina {
  top: 241px;
  left: 112px;
  color: #272727;
}
.titulo_pagina::before {
  display: flow-root;
  line-height: 12px;
  margin-bottom: 20px;
}
.form-control {
  background-color: #fff;
  color: #c2c2c2;
}
.btn-custom {
  background-color: #ff1c80;
  font-weight: 700;
}
.btn-custom:hover {
  background-color: #b2014d;
}
.btn-custom.focus.active {
  background-color: #b2014d;
}

.faq,
.faq:hover {
  color: #00c1c9;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.motivo::after {
  border: none;
  font: normal normal normal 12px/1 "Font Awesome 5 Free";
  content: "\f078";
  vertical-align: 0;
}
.custom-select {
  background-color: #e9feff;
  color: #c2c2c2;
  background-image: url("./../images/icons/icon_chevron.png");
  background-repeat: no-repeat;
  background-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-chevron::before {
  content: "<>";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  pointer-events: none;
}
.hist-envio {
  background-color: #00989e;
  border-radius: 8px;
  color: white;
}
.hist-envio > h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.table td,
.table th {
  border: none;
  margin-bottom: 20xp;
  line-height: 30px;
  height: 100px;
}
.th-table-historico {
  background-color: transparent;
  border-top: transparent;
  line-height: 29px;
  color: white;
  font-weight: 700;
}
.table thead th {
  vertical-align: text-top;
}
td > .row > div {
}
td > .row {
  background-color: white;
  border-radius: 8px 8px 8px 8px;
  line-height: 70px;
}
.tr {
  line-height: 80px;
  font-size: 12px;
  font-weight: 700;
}

.fa-circle {
  color: red;
}
.fa-eye {
  color: #ff1c80;
}

.h-container {
  background-color: white;
  border-radius: 6px;
  margin-top: 30px;
  color: #000;
  padding: auto;
  height: 400px;
  overflow-y: scroll;
  scrollbar-color: #ff1c80 #fff;
}
#a-historico,
#r-historico {
  color: white;
  font-weight: 700;
}
.hr-content,
.eu > span {
  color: #ff1c80;
  font-weight: 700;
  font-size: 16px;
}

.border-b {
  border: solid 2px #f0f0f0;
  font-weight: 500;
  font-size: 14px;
}
.eu > div,
.atentente {
  background-color: #f2f2f2;
  width: 75%;
  font-size: 12px;
  padding: 8px;
}
.atentente {
  left: 107;
  width: 312;
}
.col-lg-12 > span {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width: 300px) {
  .marginTop {
    margin-top: 10ch;
  }
  .marginTop__ {
    margin-top: 6ch;
  }
}

@media (min-width: 994px) {
  .marginTop {
    margin-top: 156px !important;
    padding-top: 40px !important;
  }
}

.ligth::after {
  content: url(../images/icons/icon_chevron_up.png);
}
/* Icon when the collapsible content is hidden */
.ligth.collapsed::after {
  content: url(../images/icons/icon_chevron_down.png);
}
.custom-checkbox > input {
  width: 30px;
  margin-right: 5px;
  height: 20px;
}

.custom-checkbox > span::before {
  content: url(../images/icons/icon_chevron_down_light.png);
  margin-top: 20px;
}

.sobre-faq {
  background: linear-gradient(106.97deg, #ee3e80 0%, #40bfc8 100%);
  border-radius: 8px;
  margin: 60px 0;
  padding: 60px;
  position: relative;
}

.font-vazada {
  position: absolute;
  -webkit-text-stroke-width: 1.02228px;
  -webkit-text-stroke-color: rgba(231, 231, 231, 0.2);
  font-size: 8.7em;
  color: #fffdd900;
  top: 0;
  left: 0;
  right: 0;
}
.sobre-faq > div > p {
  font-size: 24px !important;
  color: FFFFFF;
  font-weight: 700;
}
.btn-light {
  color: #ff1c80;
  font-size: 14px;
  font-weight: 700;
  width: 199px;
  height: 40px;
}
@media (max-width: 1024px) {
  .descricao-campanha > div > p {
    padding-left: 10%;
    padding-right: 10%;
  }
  .sobre-faq {
    padding: 20px;
  }
  .btn-light {
    display: block;
  }
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff1c80;
  border-radius: 5px;
  border: 2px solid #ffffff;
  width: 14px;
}
/*FIM: Sobre-campanha*/
.send > img {
  width: 60px;
}
.resolvido {
  color: #00621b;
  font-weight: 500;
  font-size: 14px;
}
.em-andamento {
  color: #715800;
  font-weight: 500;
  font-size: 14px;
}
.em-andamento::before {
  content: "\1F534";
}
.custom-chat {
  margin: 0;
}
.custom-chat-item1 {
  width: 80%;
  padding: 10px;
  color: #272727;
  background-color: #f2f2f2;
}
.custom-chat-item2 {
  background-color: #f2f2f2;
  width: 80%;
  text-align: end;
  padding: 10px;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
}
.custom-chat-title {
  font-weight: 700;
  line-height: 19px;
  font-size: 16px;
}

/*noticias*/
.novidades {
  background-color: #ccf3f4;
  border-radius: 50px;
  padding: 4px 8px;
  color: #00c1c9;
  font-size: 14px;
  width: 86px;
}
.noticias-footer > small > h4 {
  background-color: #ccf3f4;
  border-radius: 50px;
  padding: 4px 8px;
  color: #00c1c9;
  font-size: 14px;
  width: 86px;
}
blockquote > span {
  font-weight: 700;

  line-height: 39px;

  color: #272727;
}
blockquote > a {
  color: #00c1c9;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.categoria-btn:not(.skeleton) {
  background: #fdfdfd;
}

.categoria-btn {
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #3d3d3d;
  height: 38px;
  padding: 11px 14px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.categoria-btn:not(.skeleton):hover {
  background-color: #ddd;
  text-decoration: none;
  color: #3d3d3d;
}

.categoria-btn.active {
  background-color: #ccf3f4;
  color: #00c1c9 !important;
}

.links-login {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  color: #00c1c9;
}

.nav-link.custom {
  background-color: #fff;
  color: #827b7b !important;
  border-radius: 0;
  width: 160px;
}
.nav-link.custom.active {
  background-color: #f0f0f0;
  color: #000000 !important;
}

.rk-painel-interior {
  background-color: #bb0052;
  margin: 140px 0 20px 0;
  border-radius: 8px;
  width: 100%;
}
.rk-painel-interior div > svg {
  margin-left: -5;
  padding: 0;
}

.rounded-circle.custom {
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: inset 0 0 0 3px #ff1c80, inset 0 0 0 5px #fff,
    inset 0 0 0 7px #00e1e8;
  position: relative;
  padding: 0.8em;
  width: 130px;
}
.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.lista-arquivos {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lista-arquivos > .card {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
}
.tipoArquivo {
  left: 0;
}
.tipoArquivo::after {
  content: "\2219";
  font-size: 2em;

  padding: 8px;
}
.nt-card-body > small {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #595959;
}
.nt-card-body > h3 {
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
}
.nt-card-body > a {
  font-size: 14px;
  font-weight: 700;
  color: #00c1c9;
}

.nt-card-body > a:hover,
a:active {
  color: #b2014d;
  text-decoration: solid;
}

.carousel-control-prev,
.carousel-control-next {
  width: 20px;
}
.card {
  border-radius: 10px;
  /*  display: inline-block;*/
  position: relative;
}

.card > img {
  width: 100%;
}
.nt-card-body {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  padding: 10px;
  width: 80%;
  position: absolute;
  height: 190px;
}
.page-item.disabled,
.page-link {
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  color: #fff;
}
.emp-destaque {
  background-color: #ffebf4;
  border-radius: 20px;
  padding: 8px 20px 8;
  color: #ff1c80;
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  text-align: center;
}
a.btn-rosa {
  border-radius: 4px;
  padding: 11px 14px !important;
  border: 1px solid #e7e7e7;
  gap: 10px;
  color: #3d3d3d;
  max-width: 104px !important;
}
a.btn-rosa.active {
  background-color: #ffebf4 !important;
  border-radius: 4px;
  padding: 11px 14px;
  color: #ff1c80;
  font-weight: 800;
}
.personPage {
  color: #272727;
}
.personPage:hover {
  background-color: #ff1c80;
  color: white;
  border-radius: 5px;
}

.icon-stroke {
  stroke: #d2d1d1;
}

.icon-stroke.ative {
  stroke: #ff1c80;
}

/*campanha extra*/
.item-catalogo-campanha-extra {
  width: 330px !important;
  border: 1px solid #e7e7e7;
  border-bottom-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
.subitem-catalogo > small {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #595959;
}
.subitem-catalogo > small > b::after {
  content: "\2688";
  font-size: 8px;
  padding: 6px;
}

.subitem-catalogo-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  border-radius: 4px;
  padding: 3px 6px 3px 6px;
}

.subitem-catalogo-item.fechada {
  background-color: #fff0f0;
  border: 1px solid #ff1c1c;
  color: #ff1c1c;
}
.subitem-catalogo-item.em-breve {
  background-color: #d7ffd3;
  border: 1px solid #0d9e00;
  color: #0d9e00;
}
.subitem-catalogo-item.emAndamento {
  background-color: #fff7da;
  border: 1px solid #c79b00;
  color: #c79b00;
}

.ce-catalogo-rodape {
  width: 330px;
  height: 100px;
  background: #00989e;
  color: white;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.img-border {
  background-color: #fff;
  box-shadow: 0 0 0px 3px #fff, 0 0 0 6px #00e1e8, 0 0 0 8px #fff,
    0 0 0 10px #ff1c80, 0 0 0 12px #fff;
}
.img-border-small {
  background-color: #fff;
  box-shadow: 0 0 0px 2px #fff, 0 0 0 3px #00e1e8, 0 0 0px 4px #fff,
    0 0 0 5px #ff1c80, 0 0 0 10px #fff;
  height: 50px;
}
ul.calendario-mes {
  border-bottom: solid #636363;
  border-width: 1px;
}

ul.calendario-mes > li > a.btn.active {
  border-bottom: solid #ff1c80;
  border-width: 3px;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #fff #fff #cf0257 !important;
  border-width: 3px;
}

.nav-tabs {
  border-bottom: 1px solid #0b0b0b;
}

.nav-item.person {
  width: 88px;
  text-align: center;
  margin-left: 4px !important;
}

.tr-custom {
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  color: #272727;
}
.tr-custom > td {
  height: 80px;
  text-align: center;
}
.tr-custom > th {
  background-color: #00989e;
  height: 80px;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  border-right: white solid 1px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.table.custom-table {
  background-color: #595959;
}
.table td,
.table th {
  vertical-align: middle !important;
}
.calendario-ano {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #ff1c80;
  border-radius: 4px;
}
.ranking {
  background-color: #bb0052;
  height: 100px;
  border-radius: 8px;
}
.img-star {
  margin-top: 35px;
}
.nav.nav-tabs.custom-ranking.ng-hide {
  margin-bottom: 0 !important;
  background-color: #fff !important;
}
.nav-link.custom-ranking.active {
  background-color: #f3f3f3 !important;
  border: none !important;
}

.tab-pane.fade.show.active {
  height: 100%;
  padding-top: 160px;
  background-color: #f3f3f3 !important;
}

.imagens-ranking {
  height: 100%;
  width: auto;
}

.grid-ranking {
  background-color: white;
  margin: 15px 0 15px 0;
  border-radius: 8px;
  padding: 5px;
  height: 100px;
}
.grid-ranking.userCurrent {
  background-color: #00989e;
  border: 1px solid #00989e;
}
.grid-ranking.userCurrent > span {
  color: white !important;
}
.grid-ranking > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #272727;
  margin: 0 10px;
}
.ico-rosa {
  margin-top: 40px;
  margin-bottom: 15px;
}
.ico-rosa > .fa-chevron-left,
.ico-rosa > .fa-chevron-right:before {
  color: #ff1c80;
}

.chevron.ico-rosa > button {
  background-color: transparent;
}

.chevron.ico-rosa > button:hover {
  background: rgba(255, 28, 128, 0.2);
}
.custom-select2 {
  background-color: #e9feff;
  color: #c2c2c2;
  background-image: url("./../images/chevron.png");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 25px;
  -webkit-appearance: none;
  appearance: none;
  height: 52px;
  width: 250px;
  border: 0;
  border-radius: 8px;
  padding: 5px;
}
.carrocel.scrolling-card {
  width: 100%;
}
/*extrato*/
.e-table-header {
  background-color: #00989e;
  color: #ffffff;
  height: 50px;
  margin: 0;
  padding: 0;
}
.e-table-header > div {
  padding-top: 16px;
  padding-bottom: 16px;
  border-left: solid 1px #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
}
.e-table-content {
  background-color: #f3f3f3;
  height: 700px;
  padding: 10;
}
.e-table-content > div {
  background-color: #ffffff;
  margin-top: 10px;
  height: 60px;
  border-radius: 10px;
  font-size: 12px;
}
.e-table-content > div > div {
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: solid 1px #f3f3f3;
}
.icon-true,
.icon-false {
  margin: 5px;
}
.icon-true:hover,
.icon-false:hover,
.icon-true:link,
.icon-false:link {
  text-decoration: none;
}
.icon-false > svg > g > path:hover {
  width: 20px;
}
.icon-true > svg {
  stroke: #ff1c80 !important;
}
.icon-false > svg {
  stroke: #d6d6d6 !important;
  cursor: no-drop;
}
span.metas {
  width: 59px;
  height: 25px;
  padding: 10px;
  background: linear-gradient(106.97deg, #ee3e80 0%, #40bfc8 100%);
  border-radius: 3.2px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.progress {
  background: #e3e3e3;
  border-radius: 20.0967px;
}
.bar-step {
  position: absolute;
  top: -21px;
  color: #715800;
  font-weight: 600;
}
.progress-bar {
  background: #c29800 !important;
  border-radius: 20.0967px;
}

.custom-premiacao {
  background-image: url("../images/bg-ce-sobre-interna.png");
  background-repeat: no-repeat;
  height: 400px;
  margin-top: 60px;
}

text {
  font-weight: 600;
  font-size: 22px !important;
}

.btn-filtro {
  cursor: pointer;
}

.btn-filtro > * > * {
  cursor: pointer;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  border-radius: 0;
}

.daterangepicker.show-calendar .ranges {
  display: none;
}

.datepicker-btn {
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px;
}

.apply-btn {
  background-color: #ff1c80;
  color: #fff;
}

.cancel-btn {
}

.vertical-center {
  display: flex;
  align-items: center;
}
