:root {
  --cooper: #006d3f;
  --visa: #008189;
  --laranja-tema: #ffa689;
  --rosa-btn: linear-gradient(92.99deg, #ff63a5 6.23%, #ff8b40 99.16%);
  --azul-btn: linear-gradient(92.99deg, #01cdd8 6.23%, #24777c 99.16%);
  --azul: #0f4c83;
  --azul-barra: #69b9ff;
  --cor-t2: #464646;
  --fundo: #e5eced;
  --vermelho: #e51a1a;
  --cinza: #858585;
  --preto: #333333;
}

ul.campoObrigatorio {
  list-style-type: none;
  margin-bottom: 5px;
  text-align: left;
}

div[data-notify="container"] {
  width: fit-content;
}

span[data-notify="message"] {
  padding-right: 20px;
}

input:invalid {
  box-shadow: none;
}

nav .row>*,
.pesquisarUsuarios .row>* {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

select[readonly] {
  pointer-events: none;
  touch-action: none;
}

td,
th {
  vertical-align: inherit !important;
}

input,
select,
textarea {
  max-height: 50px;
}

*:focus,
*:active,
*:hover,
* {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

p {
  width: auto !important;
  padding: 0 !important;
}

.table>:not(caption)>*>* {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}

.tabela-topo {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.tabela-visa {
  color: #fff !important;
  background-color: var(--visa) !important;
  border-color: #c3e6e0 !important;
}

.toast-center {
  position: absolute;
  top: 3vh;
  left: 0;
  right: 0;
  margin: auto;
}

.pointer {
  cursor: pointer !important;
}

.no-pointer {
  cursor: initial !important;
}

body {
  font-family: Ubuntu, sans-serif;
}

.barra {
  height: 4px;
  width: 100%;
  background-image: url("../../img/png/barra.png");
}

.barra-cinza {
  height: 2px;
  width: 100%;
  background: gray;
}

.barra-cinza-fina {
  height: 1px;
  width: 100%;
  background: #C4C4C4;
}

.logo-cooper {
  padding-top: 50px;
}

.logo-visa img {
  max-width: 100px;
}

.text-portal {
  color: var(--cooper);
}

.text-visa-muted {
  color: #484848;
}

.text-visa {
  color: var(--visa);
}

.text-visa-light {
  color: #21abb4;
}

.text-undeline {
  text-decoration: underline;
}

.font-size-10 {
  font-size: 10px;
}

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

.font-size-13 {
  font-size: 13px;
}

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

.font-size-15 {
  font-size: 15px;
}

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

.font-size-17 {
  font-size: 17px;
}

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

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

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

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

.font-size-30 {
  font-size: 30px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-65 {
  font-size: 65px;
}

.font-weight-bold-2 {
  font-weight: 100;
}

.font-weight-bold-3 {
  font-weight: 300;
}

.font-weight-bold-4 {
  font-weight: 700;
}

.font-weight-bold-5 {
  font-weight: 900;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-40 {
  border-radius: 40px;
}

.left-border-radius-8 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.right-border-radius-8 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border-portal {
  border-color: #006d3f !important;
}

.border-bank {
  border: 2px solid #008189;
}

.btn-verde,
.btn-verde:focus,
.btn-verde:active,
.btn-verde:hover {
  border-radius: 30px !important;
  border: none !important;
  color: #fff !important;
  background: -moz-linear-gradient(180deg,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%) !important;
  background: -webkit-linear-gradient(180deg,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%) !important;
  background: linear-gradient(180deg,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%) !important;
}

.btn-cooper,
.btn-cooper:focus,
.btn-cooper:active,
.btn-cooper:hover {
  border-radius: 30px !important;
  border: none !important;
  color: #fff !important;
  background: -moz-linear-gradient(180deg,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%) !important;
  background: -webkit-linear-gradient(180deg,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%) !important;
  background: linear-gradient(180deg,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%) !important;
}

.btn-visa,
.btn-visa:focus,
.btn-visa:active,
.btn-visa:hover {
  border-radius: 8px !important;
  border: none !important;
  color: #fff !important;
  background: var(--rosa-btn) !important;
}

.btn-visa-25,
.btn-visa-25:focus,
.btn-visa-25:active,
.btn-visa-25:hover {
  border-radius: 25px !important;
  border: none !important;
  color: #fff !important;
  background: var(--rosa-btn) !important;
}

.btn-visa-azul,
.btn-visa-azul:focus,
.btn-visa-azul:active,
.btn-visa-azul:hover {
  border-radius: 8px !important;
  border: none !important;
  color: #fff !important;
  background: var(--azul-btn) !important;
}

.btn-visa-azul-solid,
.btn-visa-azul-solid:focus,
.btn-visa-azul-solid:active,
.btn-visa-azul-solid:hover {
  border-radius: 8px !important;
  border: none !important;
  color: #fff !important;
  background-color: #178188 !important;
}

.btn-select {
  overflow: hidden;
}

.btn-select span {
  width: 100%;
  text-wrap: nowrap;
}

.select-content {
  border: 1px solid gray;
  border-radius: 5px;
  margin-top: 5px;
  width: 200px;
  display: none;
  position: absolute;
  z-index: 999;
  background-color: white;
}

.select-content input {
  padding: 3px;
  width: 100%;
  margin-bottom: 5px;
  outline: 0;
  font-size: 14px;
}

.select-content .options {
  max-height: 250px;
  list-style: none;
  overflow: auto;
  height: 100%;
  font-size: 14px;
}

.options li {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 20px;
  border-radius: 2px;
}

.options li:hover {
  background-color: #007bff;
  color: white !important;
}

.select-lojas .active {
  color: black !important;
}

.select-lojas .active {
  display: block;
}

.btn-visa-azul-outline,
.btn-visa-azul-outline:focus,
.btn-visa-azul-outline:active,
.btn-visa-azul-outline:hover {
  border-radius: 8px !important;
  border: 1px solid var(--verde-navbar-toggler) !important;
  color: var(--verde-navbar-toggler) !important;
  background: #fff !important;
}

.btn-visa-cinza-outline,
.btn-visa-cinza-outline:focus,
.btn-visa-cinza-outline:active,
.btn-visa-cinza-outline:hover {
  border-radius: 8px !important;
  border: 1px solid #858585 !important;
  color: #858585 !important;
  background: #fff !important;
}

.btn-visa-branco,
.btn-visa-branco:focus,
.btn-visa-branco:active,
.btn-visa-branco:hover {
  border-radius: 8px !important;
  border: none !important;
  color: var(--visa) !important;
  background: #fff !important;
}

.menu-topo {
  border-radius: 0px 0px 30px 30px;
}

.menu-topo a {
  transition: 0.4s;
}

.menu-topo a:hover {
  transition: 0.4s;
  color: #f3d10e !important;
}

.borda-laranja-outline {
  border: 1px solid #c8702e;
}

.bg-laranja-claro {
  background-color: #fff3eb;
}

.bg-verde-claro {
  background-color: #199d62;
}

.bg-verde {
  background-color: #007648;
}

.bg-cinza {
  background-color: #f6f6f6;
}

.bg-portal {
  background-color: #007648;
  background-color: -moz-linear-gradient(bottom,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%);
  background-color: -webkit-linear-gradient(bottom,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%);
  background-color: linear-gradient(to bottom,
      rgba(241, 234, 234, 1) 0%,
      rgba(45, 156, 110, 1) 4%,
      rgba(0, 110, 65, 1) 52%);
}

.bg-bank {
  background-color: #117a8b;
}

.bg-visa {
  background-color: var(--visa);
}

.bg-portal-light {
  background-color: #f7f7f7;
  background-color: -moz-linear-gradient(bottom,
      rgb(255, 255, 255) 33%,
      rgb(247, 247, 247) 66%,
      rgb(236, 236, 236) 100%);
  background-color: -webkit-linear-gradient(bottom,
      rgb(255, 255, 255) 33%,
      rgb(247, 247, 247) 66%,
      rgb(236, 236, 236) 100%);
  background-color: linear-gradient(to bottom,
      rgb(255, 255, 255) 33%,
      rgb(247, 247, 247) 66%,
      rgb(236, 236, 236) 100%);
}

.border-3 {
  border-width: 3px !important;
}

.border-10 {
  border-width: 10px !important;
}

.border-15 {
  border-width: 15px !important;
}

.circle-proposta-resultado {
  width: 450px;
  height: 450px;
}

.circle-proposta {
  position: relative;
  background: linear-gradient(rgb(0, 109, 63), rgb(255, 255, 255));
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  animation: animateCircle 3s infinite;
}

.texto-analisando {
  margin-top: 210px;
  z-index: 2;
  padding-right: 30px;
}

@keyframes animateCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circle-proposta:after {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 420px;
  height: 420px;
  content: "";
  background-color: #fff;
  border-radius: 50%;
}

.toast-center {
  position: absolute;
  top: 3vh;
  left: 0;
  right: 0;
  margin: auto;
}

#item-sub-3 {
  transform: translate(-50%);
}

#item-sub-6 {
  padding-right: 60% !important;
}

.dropdown-topo::before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  border-top: 15px solid #199d62;
  border-bottom: 0px solid transparent;
  border-left: 15px solid transparent;
  transform: rotate(-45deg);
  top: -7px;
}

.nav-link.bg-verde-claro.active {
  background-color: #006e41 !important;
}

.nav-link.bg-verde-claro {
  border-radius: 0px 0px 5px 5px !important;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #006d3f;
  background-color: #006d3f;
}

a:hover.text-portal {
  color: #199d62;
  transition: 0.4s;
}

#div-2 {
  display: none;
}

.btn-salva-foto:hover,
.btn-cancela-foto:hover {
  border: 5px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.btn-salva-foto {
  position: absolute;
  left: 30%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  bottom: 20px;
  transition: 0.2s;
  line-height: 18px;
}

.btn-cancela-foto {
  position: absolute;
  left: -30%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  bottom: 20px;
  transition: 0.2s;
  line-height: 18px;
}

.btn-salva-foto span,
.btn-cancela-foto span {
  margin: -4px;
}

.table-wrapper {
  overflow: auto;
  max-height: 250px;
}

.table-wrapper th {
  position: sticky;
  top: 0;
  background-color: #d4edda;
}

.table-wrapper table {
  border-collapse: collapse;
  width: 100%;
}

.active {
  color: #f3d10e !important;
}

.active-visa {
  color: var(--laranja-tema) !important;
}

.viewModalResetData {
  max-height: 507px;
}

.bordaAcessoCooperCard {
  border-radius: 30px;
  border: 2px solid #f3d10e;
}

.bordaAcessoCooperBank {
  border-radius: 30px;
  border: 2px solid #ff63a5;
}

.btnSair,
.btnSair:focus,
.btnSair:active,
.btnSair:hover {
  border-radius: 10px !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  text-decoration: none !important;
}

.btnCooperCard {
  background: #f3d10e;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #006d3f;
}

.btnCooperCard:hover {
  color: #006d3f;
  text-decoration: none !important;
}

.btnCooperBank {
  background: linear-gradient(92.99deg, #ff63a5 6.23%, #ff8b40 99.16%);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.btnCooperBank:hover {
  color: #fff;
  text-decoration: none !important;
}

.ampliarConteudo {
  transition: transform 0.25s ease-in;
}

.ampliarConteudo:hover {
  transform: scale(1.1);
  transition: transform 0.25s ease-in-out;
  opacity: 1;
}

/* COOPER BANK */
:root {
  --texto: #8a8a8a;
  --verde-navbar-toggler: #00848d;
  --verde-tema: #14818a;
  --laranja-tema: #ff7c3a;
  --laranja-texto: #ff8943;
  --rosa-btn: linear-gradient(92.99deg, #ff63a5 6.23%, #ff8b40 99.16%);
  --azul: #0f4c83;
  --azul-barra: #69b9ff;
  --cor-t2: #464646;
  --fundo: #e5eced;
  --vermelho: #e51a1a;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.lh-1 {
  line-height: 1 !important;
}

.text-bank {
  color: var(--verde-tema);
}

.text-bank-laranja {
  color: var(--laranja-texto);
}

.text-bank-azul {
  color: var(--azul);
}

.text-bank-azul-claro {
  color: var(--azul-barra);
}

.text-bank-vermelho {
  color: var(--vermelho);
}

.text-bank-error {
  color: #C03744;
}

.text-bank-muted {
  color: var(--cor-t2) !important;
}

.text-bank-dark {
  color: var(--preto) !important;
}

.text-bank-gradient {
  background-image: var(--rosa-btn);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gray-light {
  color: #c4c4c4;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-35 {
  border-radius: 35px;
}

.border-radius-40 {
  border-radius: 40px;
}

.text-bank {
  color: var(--verde-tema);
}

.text-gradient {
  background: var(--rosa-btn);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient {
  background: var(--rosa-btn);
  color: white;
  border-radius: 5px;
}

.text-lt {
  text-decoration: line-through;
}

.text-gradient {
  background: var(--rosa-btn);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.filter-grayscale {
  filter: grayscale(100%);
  opacity: 0.4;
}

.btn-bank-verde,
.btn-bank-verde:focus,
.btn-bank-verde:active,
.btn-bank-verde:hover {
  color: #fff !important;
  background: var(--verde-tema) !important;
  border-radius: 8px !important;
  border: 0 !important;
}

.btn-bank-verde-outline,
.btn-bank-verde-outline:focus,
.btn-bank-verde-outline:active,
.btn-bank-verde-outline:hover {
  color: var(--verde-tema) !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  border: 1px solid var(--verde-tema) !important;
}

.color-diff2 {
  color: var(--cor-t2);
}

.reset-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reset-list div {
  width: 300px;
  height: auto;
}

strong {
  font-weight: 600;
}

.detalhes ul ul {
  padding-left: 10px;
  line-height: 40px;
  font-size: 16px;
}

.detalhes .card {
  min-height: 540px;
}

.detalhes .card-gradient {
  min-height: 720px;
}

.detalhes-plano .card-gradient {
  min-height: 460px;
}

.card {
  background-color: rgb(204, 230, 233);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  outline: none;
  min-height: 150px;
  margin: 10px 0px;
  font-size: 12px;
  color: var(--verde-tema);
}

.card-gradient {
  background: var(--rosa-btn);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  min-height: 247px;
  margin: 10px 0px;
  padding: 1px;
  font-size: 14px;
  color: var(--cor-t2);
}

.card-inner {
  background-color: white;
  border-radius: 24px;
  padding: 24px 24px;
  min-height: 247px;
}

.card-inner-valores {
  background-color: white;
  border-radius: 24px;
  padding: 24px 24px;
}

.detalhes .card-inner {
  background-color: white;
  border-radius: 24px;
  padding: 24px 24px;
  height: 719px;
}

.detalhes-plano .card-inner {
  background-color: white;
  border-radius: 24px;
  padding: 24px 24px;
  height: 459px;
}

.cardWhite {
  background-color: #fff !important;
}

.card-inner .card-title {
  font-weight: 500;
  font-size: 16px;
}

.card-inner .card-text {
  font-weight: 300;
  font-size: 14px;
}

.card-gradient-plano {
  background: var(--rosa-btn);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 16px;
  outline: none;
  margin: 10px 0px;
  padding: 1px;
  font-size: 14px;
  color: var(--cor-t2);
}

.card-inner-plano {
  background-color: white;
  border-radius: 16px;
  padding: 20px;
}

.textfield-visa {
  position: relative;
}

.textfield-visa label {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  left: 24px;
  transform: translateY(-50%);
  background-color: white;
  color: var(--visa);
  padding: 0 4px;
  pointer-events: none;
}

.textfield-visa input,
select,
textarea,
div.select-lojas {
  font-size: 15px;
  outline: none;
  border: 1px solid #858585;
  border-radius: 8px;
  padding: 8px 16px;
  color: #484848;
}

.textfield-visa input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #c4c4c4;
}

.textfield-visa input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f0f0f0;
  border: 1px solid #cccccc;
  color: #888888;
  cursor: not-allowed;
}

.textfield-visa input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border: 1px solid #dc3545;
}

.textfield-visa select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../img/svg/down-arrow.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.textfield-visa select:invalid {
  color: #c4c4c4;
}

.textfield-visa option[value=""][disabled] {
  display: none;
}

.textfield-visa option {
  color: black;
}

.input-prefix {
  position: absolute;
  left: 32px;
  top: 9px;
  pointer-events: none;
  color: #c4c4c4;
  font-size: 15px;
}

.input-prefix-value {
  color: black !important;
}

.textfield-visa input.input-renda {
  padding-left: 40px;
}

.icone-input {
  margin-left: -50px;
  color: #178292;
}

.select-bank {
  border-color: #008189 !important;
  background-image: url("../../img/svg/down-arrow-bank.svg") !important;
}

.ui-datepicker select {
  padding: 0;
  border-radius: 0;
}

.dot {
  font-size: 1.3rem;
  background-color: var(--visa);
  text-align: center;
  color: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.smsInput {
  border: 1px solid var(--visa);
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.form-control.smsInput.is-invalid {
  border: 1px solid #dc3545;
  background-image: none;
}

.dot-segunda-via {
  border: 1px solid var(--cinza);
  color: #6c757d;
  font-size: 1.3rem;
  text-align: center;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
}

.radio-visa input[type="radio"] {
  margin-right: 10px;
  height: 25px;
  width: 25px;
  accent-color: var(--visa);
}

.checkbox-visa input[type="checkbox"] {
  margin-right: 10px;
  height: 25px;
  width: 25px;
  accent-color: var(--visa);
}

.checkbox-visa-sm input[type="checkbox"] {
  margin-right: 8px;
  height: 15px;
  width: 15px;
  accent-color: var(--visa);
}

.background-visa {
  background-color: #218189;
}

.background-seguros {
  background-color: #164d81;
}

.card-captura {
  max-width: none;
}

.caixa-login {
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(15px);
  padding: 48px;
  border-radius: 48px;
  max-width: 472px;
  margin: 100px auto;
}

.caixa-login #inputs,
.caixa-login #inputsReset,
.caixa-login #inputsToken,
.caixa-login #inputsTrocarSenha {
  overflow: hidden;
}

#tempoToken {
  max-height: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}

#fundo-login {
  background-image: url("../../img/png/atendente-cartao.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 780px;
}

.dropbtn {
  color: #000;
  font-size: 16px;
  border: none;
  background: none;
}

.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  min-width: 175px;
  bottom: 25px;
  z-index: 1;
  margin: 0px 0px 0px -22px;
  border: 1px solid #c2c2c2;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  background-color: #ccc;
}

.dropup:hover .dropup-content {
  display: block;
}

.hr-dashed {
  border: none;
  border-top: 1px dashed #464646;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 99%;
}

.table-relatorio {
  border-radius: 8px !important;
  border: #e4e4e4 solid 2px !important;
  overflow-x: auto;
}

.table-relatorio table {
  white-space: nowrap;
}

.table-relatorio thead {
  background-color: #f6f6f6;
}

.table-relatorio tbody {
  background-color: #fff;
}

.table-relatorio th,
.table-relatorio td {
  padding: 12px 32px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--visa);
  border-color: var(--visa);
}

.page-item.active .page-number {
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}

.page-item.active .page-number:hover {
  color: #fff !important;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
}

.page-previous {
  margin-right: 17px;
  border-radius: 8px !important;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px !important;
}

.page-previous:hover {
  border: 1px solid #6c6c6c;
  background: #fff;
  color: #6c6c6c !important;
}

.page-item.disabled .page-previous {
  color: #c4c4c4 !important;
  font-weight: 400 !important;
}

.page-next {
  margin-left: 17px;
  border-radius: 8px !important;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px !important;
}

.page-next:hover {
  border: 1px solid #6c6c6c;
  background: #fff;
  color: #6c6c6c !important;
}

.page-item.disabled .page-next {
  color: #c4c4c4 !important;
  font-weight: 400 !important;
}

.page-number {
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  color: #c4c4c4;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 2.75px 9px !important;
}

.page-number:hover {
  border: 1px solid #c4c4c4;
  background: #fff;
  color: #c4c4c4 !important;
}

/* Sobrescrever estilos de focus e active do Bootstrap */
.page-link:focus,
.page-link:active {
  z-index: inherit;
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  outline: none !important;
  box-shadow: none !important;
}

.page-previous:focus,
.page-previous:active {
  border: 1px solid #6c6c6c;
  background: #fff;
  color: #6c6c6c !important;
  outline: none !important;
  box-shadow: none !important;
}

.page-next:focus,
.page-next:active {
  border: 1px solid #6c6c6c;
  background: #fff;
  color: #6c6c6c !important;
  outline: none !important;
  box-shadow: none !important;
}

.page-number:focus,
.page-number:active {
  border: 1px solid #c4c4c4;
  background: #fff;
  color: #c4c4c4 !important;
  outline: none !important;
  box-shadow: none !important;
}

.page-item.active .page-link:focus,
.page-item.active .page-link:active {
  z-index: 3;
  color: #fff;
  background-color: var(--visa);
  border-color: var(--visa);
  outline: none !important;
  box-shadow: none !important;
}

.page-item.active .page-number:focus,
.page-item.active .page-number:active {
  color: #fff !important;
  background-color: #6c6c6c;
  border-color: #6c6c6c;
  outline: none !important;
  box-shadow: none !important;
}

.page-item.disabled .page-previous:focus,
.page-item.disabled .page-previous:active {
  color: #c4c4c4 !important;
  font-weight: 400 !important;
  outline: none !important;
  box-shadow: none !important;
}

.page-item.disabled .page-next:focus,
.page-item.disabled .page-next:active {
  color: #c4c4c4 !important;
  font-weight: 400 !important;
  outline: none !important;
  box-shadow: none !important;
}

.card-proposta {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  margin: 0 0.25rem 0 0.25rem;
}

.card-proposta-plano {
  border: 1px solid #dbdbdb;
  border-radius: 16px;
}

.card-venda {
  border: 1px solid #dbdbdb;
  border-radius: 32px;
}

.px-14rem {
  padding: 0 14rem 0 14rem;
}

.inner-addon {
  position: relative;
}

.inner-addon .font-awesome {
  position: absolute;
  padding: 17px;
  pointer-events: none;
}

.left-addon .font-awesome {
  left: 0px;
}

.right-addon .font-awesome {
  right: 0px;
}

.left-addon input {
  display: inline;
}

.right-addon input {
  display: inline;
}

.left-rounded-pill {
  border-radius: 50px 0 0 50px;
}

.right-rounded-pill {
  border-radius: 0 50px 50px 0;
  border: 1px solid #ced4da;
}

.right-rounded-pill-10 {
  border-radius: 0 10px 10px 0;
  border: 1px solid #ced4da;
}

.right-rounded-pill span,
.right-rounded-pill-10 span {
  border: 0;
}

.float-box {
  position: relative;
  right: initial;
  margin: 24px 0 0 0;
}

.icone-calendario input {
  background-image: url("../../img/svg/calendario-icon.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.form-control.smsInput.is-invalid {
  border: 1px solid #dc3545;
  background-image: none;
}

.select-ms {
  height: auto;
  font-size: 15px;
  outline: none;
  border: 1px solid #858585;
  border-radius: 8px;
  padding: 8px 16px;
  background-image: url("../../img/svg/down-arrow.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.textfield-visa .dropdown-toggle::after {
  display: none;
}

.titulo-card-home {
  max-width: 250px;
  margin-top: -20px;
}

.w-322 {
  width: 322.672px;
}

.card-container {
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000 !important;
  background-color: #c5c5c5 !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-orientacao {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: #3e3e3e;
}

.aviso-venda {
  padding: 8px 16px;
  max-width: 900px;
  border-radius: 4px;
  background: var(--Cinza-Claro, #f6f6f6);
  font-size: 15px;
  color: #6c6c6c;
}

.max-width-940 {
  max-width: 940px;
}

.max-width-1060 {
  max-width: 1060px !important;
}

.text-gray,
.text-muted-bank {
  color: #6c6c6c;
}

.card-totalizador {
  border: 1px solid #c4d2d3;
  border-radius: 8px;
  padding: 15px;
}

.titulo-totalizador {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: 600;
}

.valor-totalizador {
  color: #484848;
  font-size: 28px;
  font-weight: 600;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.scrollbar-cinza::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.scrollbar-cinza::-webkit-scrollbar-track {
  box-shadow: inset 0 0 14px 14px transparent;
  border: 4px solid transparent;
}

.scrollbar-cinza::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 14px 14px #bbbbbe;
  border: 3px solid transparent;
  border-radius: 14px;
}

.visualizarSenha {
  float: right;
  margin-top: -40px;
  margin-right: 10px;
}

.visualizarSenha span {
  border: none;
  outline: none;
  background-color: transparent;
}

.visualizarSenha span span {
  z-index: 5;
}

.pesquisarUsuarios {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pesquisarUsuarios span {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
}

.pesquisarUsuarios span span {
  z-index: 5;
}

.input-container {
  position: relative;
  width: max-content;
}

#mdlPesquisarLojaEditarUsuario,
#mdlPesquisarLoja {
  padding-right: 36px;
}

#statusSenha {
  list-style: none;
  padding-left: 0;
}

.rotated-item {
  transform: rotate(90deg);
}

#inputsEtapa3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tooltip-bank {
  position: relative;
  cursor: pointer;
}

.tooltip-bank::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: calc(100% + 25px);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%);
  background-color: #e9e9e9;
  color: #6c6c6c;
  padding: 16px;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  width: 313px;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.tooltip-bank:hover::after {
  opacity: 1;
}

#custom-select {
  position: relative;
  display: inline-block;
}

#custom-select label {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  left: 24px;
  transform: translateY(-50%);
  background-color: white;
  color: var(--visa);
  padding: 0 4px;
  pointer-events: none;
}

.select-selected {
  background-color: #fff;
  padding: 8px 16px;
  border: 1px solid #858585;
  border-radius: 8px;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../img/svg/down-arrow.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.select-selected:focus {
  outline: none;
}

.select-items {
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #858585;
  border-radius: 8px;
  z-index: 99;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.select-items div {
  padding: 8px 16px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #ddd;
}

.select-hide {
  display: none;
}

.home-card {
  border-color: #e0e3e6;
  border: 2px solid rgba(224, 227, 230, 1);
}

.home-input {
  color: #6c6c6c;
  border-radius: 8px;
  border-color: #d9dde2;
  background-color: #f6f6f6;
}

.fechar-comprovante {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  opacity: 1;
  padding: 0 5px !important;
  border-radius: 50px;
  background-color: #fff !important;
}

.fechar-comprovante:hover {
  color: #000;
  opacity: 1 !important;
}

.espacamento {
  width: 41px;
  height: 25px;
}

#modalCapturaFotoU .modal-content {
  width: 800px !important;
  height: 600px !important;
  position: relative !important;
}

#modalCapturaFotoU #box-camera {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#modalCapturaFotoU #box-camera #camera--trigger {
  position: absolute !important;
  top: auto !important;
  bottom: 10px !important;
}

#modalCapturaFotoU #box--document-info {
  display: none !important;
}

.ver-detalhes,
.ver-detalhes:hover,
.ver-detalhes:focus,
.ver-detalhes:visited {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--verde-tema);
}

.dropdown-cnpj {
  position: relative;
  max-width: 160px;
}

.dropdown-cnpj-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  text-align: left;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.dropdown-cnpj-conteudo {
  position: absolute;
  margin-top: 9px;
  top: 100%;
  left: 0;
  overflow-y: hidden;
  border: 1px solid #6c6c6c;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  display: none;
  z-index: 1000;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-cnpj-conteudo input[type="text"] {
  width: 100%;
  padding: 8px 30px 8px 16px;
}

.dropdown-cnpj-conteudo-limites {
  margin-top: 72.5px;
  padding: 0 16px 16px 16px;
  width: 250px;
  max-height: 380px;
  overflow-x: hidden;
  overflow-y: auto;
}

#ir-para-topo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #6c6c6c;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}

#ir-para-topo:focus {
  outline: none;
}

#input-busca:focus {
  outline: none;
}

#input-busca::placeholder {
  color: #c4c4c4;
  font-size: 14px;
}

#div-cnpj-busca {
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  padding: 16px;
}

#div-cnpj-busca .textfield-visa label {
  left: 13px;
}

.resetar-btn {
  background: #fff;
  border: none;
  cursor: pointer;
  color: #888;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

.resetar-btn:focus {
  outline: none;
}

.dropdown-cnpj-item {
  padding: 16px 0;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
}

.dropdown-cnpj-item .name {
  font-size: 14px;
  font-weight: bold;
  color: #6c6c6c;
}

.dropdown-cnpj-item .cnpj {
  font-size: 12px;
  color: #6c6c6c;
}

.dropdown-cnpj-item:hover {
  background: #fdfdfd;
}

#transicao-sucesso {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#transicao-sucesso .btn-visa-branco {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.filter-option-inner-inner {
  width: 90% !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#modal-copiar-link .close {
  position: absolute;
  top: 10px;
  right: 18px;
  float: none;
  z-index: 1051;
}

#modal-copiar-link .textfield-visa input {
  padding-right: 40px !important;
}

#modal-copiar-link .textfield-visa img {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 8px;
  background-color: #fafafa;
}

#formPesquisar .dropdown-menu {
  width: 100%;
}

#formPesquisar .dropdown-menu span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

#input-link-lp {
  cursor: text;
}

#rodape-ativo {
  padding-left: 10px;
  padding-right: 10px;
}

#btnQrCode {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--visa);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 1000;
  margin-bottom: 20px;
}

#btnQrCode em {
  font-size: 20px;
  color: #f5f5f5;
  pointer-events: none;
}

#logo-cabecalho {
  display: none;
}

#dados-cabecalho {
  max-width: 170px;
  margin-left: 10px;
}

#modalPossuiBank {
  padding: 20px !important;
}

#modalPossuiBank .modal-dialog {
  max-width: 500px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

.video-tutorial {
  width: 100%;
  max-width: 400px;
}

#visualizarSenhaCancelamento span {
  border-radius: 0 6px 6px 0;
  height: 100%;
}

#resultadoProposta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px - 94px);
  width: 100%;
  padding: 0 20px;
}

#resultadoProposta #aprovado,
#resultadoProposta #negado,
#resultadoProposta #analise {
  max-width: 1024px;
  margin: 20px 0 30px 0;
}

@media only screen and (min-width: 375px) {
  #logo-cabecalho {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  .card-captura {
    max-width: 600px;
  }

  #dados-cabecalho {
    max-width: none;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .h-md-25 {
    height: 25% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .font-size-md-10 {
    font-size: 10px !important;
  }

  .font-size-md-15 {
    font-size: 15px !important;
  }

  .font-size-md-18 {
    font-size: 18px !important;
  }

  .font-size-md-20 {
    font-size: 20px !important;
  }

  .font-size-md-25 {
    font-size: 25px !important;
  }

  .font-size-md-28 {
    font-size: 28px !important;
  }

  .font-size-md-30 {
    font-size: 30px !important;
  }

  .font-size-md-32 {
    font-size: 32px;
  }

  .font-size-md-35 {
    font-size: 35px !important;
  }

  .font-size-md-40 {
    font-size: 40px !important;
  }

  .font-size-md-50 {
    font-size: 50px !important;
  }

  .font-size-md-60 {
    font-size: 60px !important;
  }

  .border-radius-md-25 {
    border-radius: 25px;
  }

  .titulo-card-home {
    max-width: 100%;
    margin-top: -9px;
  }

  #rodape-ativo {
    padding-left: 90px;
    padding-right: 90px;
  }

  #btnQrCode {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .font-size-lg-10 {
    font-size: 10px !important;
  }

  .font-size-lg-12 {
    font-size: 12px;
  }

  .font-size-lg-15 {
    font-size: 15px !important;
  }

  .font-size-lg-18 {
    font-size: 18px !important;
  }

  .font-size-lg-20 {
    font-size: 20px !important;
  }

  .font-size-lg-25 {
    font-size: 25px !important;
  }

  .font-size-lg-28 {
    font-size: 28px !important;
  }

  .font-size-lg-30 {
    font-size: 30px !important;
  }

  .font-size-lg-32 {
    font-size: 32px;
  }

  .font-size-lg-35 {
    font-size: 35px !important;
  }

  .font-size-lg-40 {
    font-size: 40px !important;
  }

  .font-size-lg-50 {
    font-size: 50px !important;
  }

  .font-size-lg-60 {
    font-size: 60px !important;
  }

  .caixa-login {
    margin: 100px 200px 100px auto;
  }

  .rotated-item {
    transform: none;
  }

  #modalPossuiBank .modal-dialog {
    max-width: 800px !important;
  }
}

@media screen and (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .font-size-xl-10 {
    font-size: 10px !important;
  }

  .font-size-xl-15 {
    font-size: 15px !important;
  }

  .font-size-xl-18 {
    font-size: 18px !important;
  }

  .font-size-xl-20 {
    font-size: 20px !important;
  }

  .font-size-xl-25 {
    font-size: 25px !important;
  }

  .font-size-xl-28 {
    font-size: 28px !important;
  }

  .font-size-xl-30 {
    font-size: 30px !important;
  }

  .font-size-xl-32 {
    font-size: 32px !important;
  }

  .font-size-xl-35 {
    font-size: 35px !important;
  }

  .font-size-xl-40 {
    font-size: 40px !important;
  }

  .font-size-xl-50 {
    font-size: 50px !important;
  }

  .font-size-xl-60 {
    font-size: 60px !important;
  }

  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .float-box {
    position: absolute;
    right: 50px;
    margin: 24px 15px 0 0;
  }

  #dados-cabecalho {
    max-width: 190px;
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  #blocoToken {
    width: 1000px;
  }

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #dados-cabecalho {
    max-width: 250px;
  }
}

@media (min-width: 1600px) {
  #blocoToken {
    flex: 0 0 auto;
    width: 25%;
  }

  #dados-cabecalho {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1670px) {
  .card-container {
    width: 710px;
  }

  .flex-xxxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .justify-content-xxxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxxl-start {
    -ms-flex-pack: justify !important;
    justify-content: start !important;
  }

  .col-xxxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mx-xxxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-xxxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .text-xxxl-left {
    text-align: left !important;
  }

  .col-xxxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@supports (background-image: url("data:image/webp;base64,UklGRhIAAABXRUJQVlA4TAYAAAAvAAAAAAfQ//73v/+BiOh/AAA=")) {
  .barra {
    background-image: url("../../img/webp/barra.webp");
  }

  .textfield-visa select {
    background-image: url("../../img/webp/down-arrow.webp");
  }

  .select-bank {
    background-image: url("../../img/webp/down-arrow-bank.webp") !important;
  }

  #fundo-login {
    background-image: url("../../img/webp/atendente-cartao.webp");
  }

  .icone-calendario input {
    background-image: url("../../img/webp/calendario-icon.webp");
  }

  .select-ms {
    background-image: url("../../img/webp/down-arrow.webp");
  }

  .select-selected {
    background-image: url("../../img/webp/down-arrow.webp");
  }
}
