:root {
  --azulMenu: #01001b;
  --branco: #ffffff;
  --verdeNeon: #00c9ac;
  --gradientCard: linear-gradient(265.56deg, #20206c 0%, #09152f 100%);
  --gradientBackground: linear-gradient(140.29deg, #0d0c26 0%, #141239 100%);
  --roxoGrafico: #5f49ea;
  --rosaGrafico: #f94df9;
  --azulGrafico: #3838fa;
  --azulCinzaGrafico: #100f28;
  --Vermelho: #ff257b;
  --azulTermometro: #3480f6;
  --verdeTermometro: #75fa8e;
  --vermelhoTermometro: #e93323;
  --laranjaTermometro: #ed702d;
  --amareloTermometro: #fffe7e;
  --cinzaOff: #717590;
  --cinzaClaro: #fcf7ff;
}

body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1 {
  font-weight: 600;
  font-size: 32px;
}

h2 {
  font-weight: 600;
  font-size: 24px;
}

h3 {
  font-weight: 600;
  font-size: 16px;
}

h4 {
  font-weight: 400;
  font-size: 16px;
}

h5 {
  font-weight: 500;
  font-size: 14px;
}

h6 {
  font-weight: 600;
  font-size: 12px;
}

small {
  font-weight: 500;
  font-size: 12px;
}

desc {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
}

button:focus {
  outline: none !important;
}

.afiliados--bg {
  background: var(--gradientBackground);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.afiliados--title {
  width: 460px;
  margin-top: -3.438rem;
  position: relative;
  margin-bottom: 1rem;
  z-index: 100;
}
.afiliados--title h1 {
  margin-bottom: 2.3rem;
}
.afiliados--title h4 {
  margin-top: -1.7rem;
  margin-bottom: 3rem;
}

body.layout-fixed .content-wrapper .top-toolbar {
  position: absolute;
}

.top-toolbar {
  height: 5rem;
  max-height: 5rem;
  padding-top: 0.5rem;
}

.afiliados--icon-user {
  color: white;
  border-radius: 50%;
  font-weight: 500;
  background: var(--roxoGrafico);
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.afiliados--nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.188rem;
}

.top-toolbar.navbar-desktop .navbar-nav {
  height: unset;
}

.afiliados--avatar-nivel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.afiliados--avatar-nivel svg {
  position: relative;
  width: 100px;
  height: 123px;
  z-index: 10;
}
.afiliados--avatar-nivel svg circle {
  filter: blur(0.5);
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(0, 201, 172, 0.1);
  stroke-width: 6;
  stroke-linecap: round;
}
.afiliados--avatar-nivel .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 11;
}
.afiliados--avatar-nivel .avatar img {
  width: 75.92px;
  height: 74.67px;
  border-radius: 50%;
  margin-bottom: 24px;
}

.btNotifica {
  position: relative;
}
.btNotifica span {
  position: absolute;
  background: var(--Vermelho);
  width: 15px;
  height: 15px;
  color: white;
  right: -3px;
  top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 500;
  padding-bottom: 2px;
}

.afiliados--aside {
  margin: 16px;
  background: var(--azulMenu);
  padding: 32px 8px;
  border-radius: 32px;
  min-width: 213px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.afiliados--aside > a {
  text-align: center;
  margin-bottom: 45px;
}
.afiliados--aside span {
  margin-top: -10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #717590;
  z-index: 12;
}
.afiliados--aside span strong {
  color: var(--branco);
}
.afiliados--aside ul {
  margin-top: 88px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.afiliados--aside ul li {
  display: flex;
  align-items: center;
}
.afiliados--aside ul li + li {
  margin-top: 32px;
}
.afiliados--aside ul li a {
  color: white;
  opacity: 0.5;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.afiliados--aside ul li a img {
  margin-right: 8px;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.afiliados--aside ul li a:hover {
  color: var(--branco);
  opacity: 1;
}
.afiliados--aside ul li .active,
.afiliados--aside ul li .active i {
  opacity: 1;
}

.afiliados--progress-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.afiliados--progress-circle svg {
  position: relative;
  width: 110px;
  height: 110px;
  z-index: 10;
}
.afiliados--progress-circle svg circle {
  filter: blur(0.5);
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #100f28;
  stroke-width: 9;
  stroke-linecap: round;
}
.afiliados--progress-circle h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.afiliados--progress-circle-triple {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.afiliados--progress-circle-triple svg {
  position: relative;
  width: 145px;
  height: 145px;
  z-index: 10;
}
.afiliados--progress-circle-triple svg circle {
  filter: blur(0.5);
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #100f28;
  stroke-width: 7;
  stroke-linecap: round;
}
.afiliados--progress-circle-triple div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.afiliados--progress-circle-triple div small {
  width: auto;
}

.bg-gradient-purple {
  background: linear-gradient(265.56deg, #5f98f3 0%, #893cd0 100%);
}

.bg-gradient-blue {
  background: var(--gradientCard);
}

.afiliados--saldo {
  border-radius: 16px;
  min-height: 196px;
  background: var(--azulMenu);
  padding: 24px;
  height: 100%;
  display: flex;
  align-items: center;
}
.afiliados--saldo div {
  width: 100%;
  height: 100%;
}
.afiliados--saldo div .saldo {
  height: 100%;
}
.afiliados--saldo div .divisor {
  width: 1px;
  height: 100%;
  background: #393b56;
}
.afiliados--saldo div .cursos--align {
  position: relative;
}
.afiliados--saldo div .cursos--align > div {
  position: absolute;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afiliados--saldo div .cursos--align > div div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.afiliados--saldo div .cursos--align > div canvas {
  max-width: 320px;
}
.afiliados--saldo h2,
.afiliados--saldo h6,
.afiliados--saldo small {
  color: white;
}
.afiliados--saldo h6 {
  margin-right: 12px;
}
.afiliados--saldo button {
  max-width: 167px;
}
.afiliados--saldo .cards-colors div span {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  margin-right: 18px;
}
.afiliados--saldo .cards-colors div:nth-child(1) span {
  background: #19124f;
}
.afiliados--saldo .cards-colors div:nth-child(2) span {
  background: #400933;
}
.afiliados--saldo .cards-colors div:nth-child(3) span {
  background: #140f44;
}
.afiliados--saldo .cards-colors div:nth-child(4) span {
  background: #01323f;
}

.afiliados--welcome {
  box-shadow: 0px 0px 64px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  min-height: 196px;
  height: 100%;
  position: relative;
}
.afiliados--welcome div {
  padding: 21px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 28vw;
}
.afiliados--welcome div h4 {
  margin-top: 8px;
  margin-bottom: 16px;
}
.afiliados--welcome div a {
  padding: 8px 14px;
  background: #01001b;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.afiliados--welcome div a:hover {
  color: white;
}
.afiliados--welcome div button {
  border-radius: 8px;
  background: var(--roxoGrafico);
  filter: drop-shadow(0px 0px 24px rgba(95, 73, 234, 0.4));
  width: 225px;
  height: 40px;
  flex-shrink: 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.afiliados--welcome div button:hover {
  opacity: 0.7;
}
.afiliados--welcome img {
  position: absolute;
  right: 0;
  bottom: -2px;
}

.afiliados--progresso {
  background: url("../assets/layout/bubbles.svg") no-repeat top right, linear-gradient(255.83deg, #00d8fb 0%, #2d35ba 100%);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  min-height: 196px;
  height: 23vh;
}
.afiliados--progresso > div {
  height: 100%;
  padding: 20px 24px 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.afiliados--progresso > div h5 {
  margin-top: 8px;
}
.afiliados--progresso > div img {
  cursor: pointer;
  transition: opacity 0.3s;
}
.afiliados--progresso > div img:hover {
  opacity: 0.7;
}
.afiliados--progresso .progress {
  margin-top: 4px;
  background: rgba(95, 73, 234, 0.25);
  border-radius: 99px;
}
.afiliados--progresso .progress .progress-bar {
  background: white;
}

.afiliados--desempenho {
  height: 198px;
  background: #01001b;
  border-radius: 16px;
  padding: 24px;
}
.afiliados--desempenho > div {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.afiliados--desempenho > div img {
  position: absolute;
  top: -20px;
  right: -15px;
}

.afiliados--cards {
  background: var(--azulMenu);
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  margin-right: 15px;
}
.afiliados--cards img {
  border-radius: 5px;
}
.afiliados--cards > div + div {
  margin-top: 24px;
}
.afiliados--cards > div div h6 {
  font-size: clamp(12px, 0.9vw, 22px);
}
.afiliados--cards > div div:first-child {
  width: 9vw;
}
.afiliados--cards > div div:last-child {
  margin-left: 25px;
  min-width: 90px;
  width: 95px;
}
.afiliados--cards > div div img {
  width: 100%;
}
.afiliados--cards h6 {
  color: white;
  margin-bottom: 5px;
}
.afiliados--cards small {
  color: white;
  word-break: break-all;
}
.afiliados--cards span {
  color: var(--azulTermometro);
  background: rgba(52, 128, 246, 0.1);
  border-radius: 31px;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 8px;
  text-align: center;
}
.afiliados--cards .danger {
  color: #ff96ce;
  background: rgba(246, 52, 52, 0.1);
}
.afiliados--cards .success {
  color: #96ffb6;
  background: rgba(52, 246, 130, 0.1);
}

.afiliados--infos {
  height: 166px;
  background: #01001b;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.afiliados--infos > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.afiliados--infos .title {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.afiliados--infos .title h3 {
  width: 88%;
}
.afiliados--infos .title img {
  position: absolute;
  top: -20px;
  right: -15px;
}
.afiliados--infos h2 {
  margin: 15px 0;
  color: #f94df9 !important;
  filter: drop-shadow(2px 2px 8px rgba(249, 77, 249, 0.75));
}
.afiliados--infos desc {
  margin-top: 3px;
}

.btn-verde {
  background: var(--verdeNeon);
  filter: drop-shadow(0px 0px 16px rgba(0, 201, 172, 0.6));
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-verde:focus {
  outline: none;
}
.btn-verde:hover {
  opacity: 0.8;
}

.afiliados--dropdown {
  min-width: 275px;
  background: var(--azulMenu);
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.35));
  padding: 24px;
}
.afiliados--dropdown .afiliados-notif {
  background: #121135;
  padding: 8px 12px;
  border-left: 2px solid #ff257b;
  margin-bottom: 8px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}
.afiliados--dropdown .afiliados-notif small {
  font-size: 10px;
}
.afiliados--dropdown .afiliados-notif:hover {
  background: #1d1c49;
}
.afiliados--dropdown .dropdown-body {
  margin-top: 15px;
}
.afiliados--dropdown .dropdown-body div {
  margin-bottom: 16px;
}
.afiliados--dropdown .dropdown-body div > h5 {
  color: var(--Vermelho);
  margin-right: 8px;
}
.afiliados--dropdown .dropdown-body div img {
  width: 16px;
}
.afiliados--dropdown .dropdown-body div a {
  opacity: 1;
  transition: opacity 0.3s;
}
.afiliados--dropdown .dropdown-body div a:hover {
  opacity: 0.7;
}
.afiliados--dropdown .dropdown-body div a input {
  background: none;
  border: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-left: -2px;
  pointer-events: none;
}

.afiliados--avatar-user {
  background: var(--Vermelho);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afiliados--avatar-user h6 {
  color: var(--azulMenu);
}

.afiliados--table {
  background: var(--azulMenu);
  padding: 24px;
  border-radius: 16px;
  height: 100%;
}
.afiliados--table > div {
  flex-wrap: wrap;
  margin-top: 20px;
}
.afiliados--table > div img {
  width: 100px;
  height: auto;
  mix-blend-mode: luminosity;
  margin-right: 35px;
}
.afiliados--table > div .active {
  mix-blend-mode: normal;
}
.afiliados--table table {
  margin-top: 12px;
  margin-bottom: 0;
}
.afiliados--table table th {
  padding-left: 0;
}
.afiliados--table table thead th {
  color: white;
  border-color: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
}
.afiliados--table table tbody tr:nth-child(1) span {
  background: var(--vermelhoTermometro);
}
.afiliados--table table tbody tr:nth-child(2) span {
  background: var(--laranjaTermometro);
}
.afiliados--table table tbody tr:nth-child(3) span {
  background: var(--amareloTermometro);
}
.afiliados--table table tbody tr:nth-child(4) span {
  background: var(--laranjaTermometro);
}
.afiliados--table table tbody tr:nth-child(4) span {
  background: var(--verdeTermometro);
}
.afiliados--table table tbody tr:nth-child(5) span {
  background: var(--azulTermometro);
}
.afiliados--table table tbody th {
  border-color: transparent;
}
.afiliados--table table tbody th span {
  width: 25px;
  height: 25px;
  background: var(--vermelhoTermometro);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afiliados--table table tbody th span h5 {
  color: var(--azulMenu);
}
.afiliados--table table tbody th div {
  position: relative;
}
.afiliados--table table tbody th div div {
  position: absolute;
  top: -14px;
  left: -4px;
}
.afiliados--table table tbody th div div img {
  width: auto;
  height: auto;
}
.afiliados--table table tbody th div span {
  margin-right: 8px;
}
.afiliados--table table tbody th div img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 8px;
}

.afiliados--status-progresso {
  background: var(--azulMenu);
  padding: 24px;
  border-radius: 16px;
  height: 100%;
}
.afiliados--status-progresso div > div {
  padding: 30px 0;
}
.afiliados--status-progresso div > div > div span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.afiliados--status-progresso div > div > div:nth-child(1) span {
  background: var(--roxoGrafico);
}
.afiliados--status-progresso div > div > div:nth-child(2) span {
  background: var(--Vermelho);
}
.afiliados--status-progresso small {
  width: 280px;
}

.afiliados--credit {
  background: #fcf7ff;
  border-radius: 16px;
  padding: 16px 24px;
  min-height: 212px;
  height: 100%;
}
.afiliados--credit h3 {
  margin-bottom: 26px;
}
.afiliados--credit > div {
  margin-top: 16px;
}
.afiliados--credit > div > div {
  width: 140px;
  margin-right: 15px;
}
.afiliados--credit a {
  margin-top: 28px;
  background: transparent;
  width: 89px;
  height: 29px;
  font-weight: 600;
  color: var(--azulMenu);
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--azulMenu);
  border-radius: 5px;
  transition: all 0.2s;
}
.afiliados--credit a:hover {
  background: var(--azulMenu);
  color: var(--branco);
}

.afiliados--modal {
  box-shadow: 0px 0px 32px rgba(20, 18, 57, 0.65);
  background: linear-gradient(140.29deg, #0d0c26 0%, #141239 100%);
  border-radius: 32px;
  padding: 56px;
}
.afiliados--modal .afiliados--modal-title h2 {
  margin-bottom: 6px;
}
.afiliados--modal .afiliados--modal-title img {
  z-index: 9;
  cursor: pointer;
  transition: opacity 0.2s;
}
.afiliados--modal .afiliados--modal-title img:hover {
  opacity: 0.7;
}
.afiliados--modal .afiliados--modal-body .avatar img {
  width: 75.92px;
  height: 74.67px;
}
.afiliados--modal .afiliados--modal-body .row div {
  padding-left: 0;
}
.afiliados--modal .afiliados--modal-body > h3 {
  margin: 20px 0 8px;
}
.afiliados--modal .afiliados--modal-body h6 {
  margin: 12px 0;
}
.afiliados--modal .afiliados--modal-body input {
  width: 100%;
  color: white;
  background: transparent;
  border: 1px solid white;
  border-radius: 8px;
  font-size: 0.9rem;
  min-height: 42px;
  padding: 0 14px;
}
.afiliados--modal .afiliados--modal-body input::placeholder {
  color: #8281a4;
}
.afiliados--modal .afiliados--modal-body nav a {
  border: none;
  padding: 10px 0;
  margin-right: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: white !important;
  border: 2px solid transparent;
}
.afiliados--modal .afiliados--modal-body nav .active {
  border-bottom: 2px solid white;
}
.afiliados--modal .afiliados--modal-body div img {
  width: auto;
  max-width: 420px;
  height: 222px;
}
.afiliados--modal .afiliados--modal-body div > div {
  margin-left: 32px;
}
.afiliados--modal .afiliados--modal-body div > div h2,
.afiliados--modal .afiliados--modal-body div > div small,
.afiliados--modal .afiliados--modal-body div > div h4,
.afiliados--modal .afiliados--modal-body div > div h3 {
  color: white;
}
.afiliados--modal .afiliados--modal-body div > div h1 {
  color: var(--roxoGrafico);
}
.afiliados--modal .afiliados--modal-body div > div button {
  filter: drop-shadow(0px 0px 16px rgba(0, 201, 172, 0.4));
  border-radius: 8px;
  background: var(--verdeNeon);
  height: 38px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.afiliados--modal .afiliados--modal-body div > div button:hover {
  opacity: 0.7;
}
.afiliados--modal .afiliados--modal-footer {
  margin-top: 2.5rem;
}
.afiliados--modal .afiliados--modal-footer button {
  padding: 8px 16px;
  border: 1px solid white;
  border-radius: 5px;
  background: white;
  color: var(--azulMenu);
  cursor: pointer;
  transition: all 0.3s;
}
.afiliados--modal .afiliados--modal-footer button:hover {
  background: transparent;
  color: white;
}

.afiliados--progresso-box > ul {
  list-style: none;
}
.afiliados--progresso-box > ul > li {
  padding: 16px 24px;
  border: 1px solid white;
  margin-top: 30px;
  border-radius: 9px;
}
.afiliados--progresso-box > ul > li > div {
  margin-bottom: 16px;
}
.afiliados--progresso-box > ul > li:nth-child(1) strong {
  color: white;
}
.afiliados--progresso-box > ul > li:nth-child(2) strong {
  color: var(--verdeNeon);
}
.afiliados--progresso-box > ul > li:nth-child(3) strong {
  color: var(--Vermelho);
}
.afiliados--progresso-box > ul > li:nth-child(4) strong {
  color: var(--roxoGrafico);
}
.afiliados--progresso-box > ul > li:nth-child(5) strong {
  color: var(--azulGrafico);
}
.afiliados--progresso-box > ul > li:nth-child(6) strong {
  color: var(--laranjaTermometro);
}
.afiliados--progresso-box > ul > li:nth-child(7) strong {
  color: var(--amareloTermometro);
}
.afiliados--progresso-box > ul > li:nth-child(1) span {
  background: white;
}
.afiliados--progresso-box > ul > li:nth-child(2) span {
  background: var(--verdeNeon);
}
.afiliados--progresso-box > ul > li:nth-child(3) span {
  background: var(--Vermelho);
}
.afiliados--progresso-box > ul > li:nth-child(4) span {
  background: var(--roxoGrafico);
}
.afiliados--progresso-box > ul > li:nth-child(5) span {
  background: var(--azulGrafico);
}
.afiliados--progresso-box > ul > li:nth-child(6) span {
  background: var(--laranjaTermometro);
}
.afiliados--progresso-box > ul > li:nth-child(7) span {
  background: var(--amareloTermometro);
}
.afiliados--progresso-box > ul > li + li {
  margin-top: 16px;
}
.afiliados--progresso-box > ul > li ul {
  list-style: none;
}
.afiliados--progresso-box > ul > li ul li {
  display: flex;
  align-items: center;
}
.afiliados--progresso-box > ul > li ul li small {
  color: white;
}
.afiliados--progresso-box > ul > li ul li span {
  display: inline-flex;
  background: #ccc;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 8px;
}

.afiliados--product-box {
  border-radius: 16px;
  background: var(--azulMenu);
  padding: 24px;
  margin-bottom: 15px;
}
.afiliados--product-box > img {
  width: 100%;
  height: 11vw;
  border-radius: 5px;
}
.afiliados--product-box h3,
.afiliados--product-box h4,
.afiliados--product-box h6,
.afiliados--product-box small {
  color: white;
}
.afiliados--product-box div#copyText {
  flex-wrap: wrap;
}
.afiliados--product-box div#copyText input {

  border: 1px solid #717590;
  border-radius: 4px 0 0 4px;
  color: var(--cinzaOff);
  padding: 8px;
  font-size: 0.8rem;
  background: transparent;
  width: calc(100% - 30px);
}
.afiliados--product-box div#copyText div {
 
}
.afiliados--product-box div#copyText div button {
  flex: 1;
  padding: 3px;
  background: #717590;
  box-shadow: 0px 0px 16px rgba(0, 201, 172, 0.4);
  border-radius: 0 4px 4px 0;
  color: var(--azulMenu);
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  width: 20px;
}
.afiliados--product-box div#copyText div button:hover {
  opacity: 0.8;
}
.afiliados--product-box div#copyText div img {
  cursor: pointer;
  transition: opacity 0.3s;
}
.afiliados--product-box div#copyText div img:hover {
  opacity: 0.8;
}

.afiliados--creditcard {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #717590;
  min-width: 212px;
  min-height: 212px;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.afiliados--creditcard:hover {
  opacity: 0.7;
}
.afiliados--creditcard img {
  width: 90px;
}

.page-content {
  padding: 30px 30px 18px;
  margin-bottom: 0;
}

.text-cinza {
  color: var(--cinzaOff) !important;
}

.text-verde {
  color: var(--verdeNeon) !important;
}

.text-azul-menu {
  color: var(--azulMenu) !important;
}

.afiliados--mobile {
  height: 4rem;
  position: relative;
}
.afiliados--mobile > i {
  font-size: 2rem;
  margin-left: 28px;
  margin-top: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.afiliados--mobile > i:hover {
  opacity: 0.8;
}
.afiliados--mobile .active {
  display: block;
}
.afiliados--mobile > div {
  display: none;
  z-index: 999;
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
  width: 100vw;
  background: var(--azulMenu);
  padding: 24px 16px;
  animation: menuMobile forwards 0.3s;
}
.afiliados--mobile > div > i {
  font-size: 2rem;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 0.3s;
}
.afiliados--mobile > div > i:hover {
  opacity: 0.8;
}
.afiliados--mobile > div h6 strong {
  color: #717590;
}
.afiliados--mobile > div div img {
  margin-left: 12px;
}
.afiliados--mobile > div h3 {
  width: 100%;
}
.afiliados--mobile > div ul {
  margin-top: 5px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.afiliados--mobile > div ul li {
  display: flex;
  align-items: center;
}
.afiliados--mobile > div ul li + li {
  margin-top: 32px;
}
.afiliados--mobile > div ul li a {
  color: white;
  opacity: 0.5;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.afiliados--mobile > div ul li a img {
  margin-right: 8px;
  font-size: 1.3rem;
  transition: all 0.3s;
}
.afiliados--mobile > div ul li a:hover {
  color: var(--branco);
  opacity: 1;
}
.afiliados--mobile > div ul li .active,
.afiliados--mobile > div ul li .active i {
  opacity: 1;
}
.afiliados--mobile > div .empreender {
  margin: 30px 0;
}
.afiliados--mobile > div .empreender h5 {
  color: var(--Vermelho);
  margin-right: 8px;
}
.afiliados--mobile > div .empreender img {
  width: 16px;
  margin-left: 0;
}
.afiliados--mobile > div .empreender > div {
  margin-top: 30px;
}
.afiliados--mobile > div .empreender a {
  opacity: 1;
  transition: opacity 0.3s;
}
.afiliados--mobile > div .empreender a:hover {
  opacity: 0.7;
}
.afiliados--mobile > div .empreender a input {
  background: none;
  border: none;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-left: -2px;
  pointer-events: none;
}
@keyframes menuMobile {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.afiliados--select {
  width: 240px;
  background: #01001b;
  border: none;
  color: white;
  padding: 10px;
}

.afiliados--table thead th {
  border: none !important;
}
.afiliados--table tbody tr {
  background: #01001b !important;
  border-top: 2px solid #121033;
}
.afiliados--table tbody td {
  border: none;
  color: white;
  font-weight: 500;
  padding: 20px;
}

footer {
  padding: 24px;
  text-align: center;
  background: var(--azulMenu);
  border-radius: 16px;
  margin: 20px 13px 0 0;
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1077px;
  }

  .modal-lm {
    max-width: 600px;
  }
}
@media (max-width: 1200px) {
  .modal-xl,
.modal-lm {
    max-width: 90%;
  }

  .afiliados--welcome div {
    width: 60vw;
  }

  footer {
    margin: 20px 0 0 0;
  }

  .afiliados--cards {
    margin: 0 5px;
  }
  .afiliados--cards > div div:last-child {
    width: auto;
  }

  .afiliados--product-box > img {
    height: 245px;
  }

  .afiliados--title {
    margin-top: 0;
  }

  body.layout-fixed .content-wrapper .content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .afiliados--cards {
    margin-right: 0;
  }

  .afiliados--product-box > img {
    height: auto;
  }

  .afiliados--welcome div {
    width: 100%;
  }
  .afiliados--welcome img {
    display: none;
  }

  .animation__hero {
    display: none;
  }
}
@media (max-width: 576px) {
  .modal-xl,
.modal-lm {
    max-width: 98%;
  }

  .afiliados--status-progresso > div > div > div {
    width: 80%;
  }
  .afiliados--status-progresso > div > div > div div:nth-child(1) span {
    background: var(--roxoGrafico);
  }
  .afiliados--status-progresso > div > div > div div:nth-child(2) span {
    background: var(--Vermelho);
  }

  .afiliados--title {
    width: auto;
  }

  .afiliados--mobile > i {
    margin-left: 14px;
  }

  .cursos--align > div canvas {
    display: none !important;
  }
}

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