:root {
  --text-default-size: 1rem;
  --color-light-gray-1: #eaeaea;
  --color-dark-gray: #878c95;
  --color-golden-yellow: #ffc107;
  --color-main-title: #161931;
}

.sucesso {
  border: 1px solid;
  border-radius: 5px;
  padding: 15px 20px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #155724;
  background-color: #d4edda;
  position: fixed;
  top: 0;
  left: 0;
  /* display: none; */
  z-index: 10012;
  max-width: 100%;
  width: 100%;
  border-color: #c3e6cb;
}

.sucesso div {
  height: 100%;
  border-radius: 2px;
  color: #75a27f;
  font-size: 10px;
  line-height: 8px;
  padding: 3px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 26px;
  font-family: inherit;
  text-shadow: 0 1px 0 #75a27f;
}

.sucesso a {
  text-decoration: underline;
}

.inline-middle {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-menu.show {
  top: 0 !important;
}

.form-control {
  border: 1px solid #d2dce8;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 37px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset !important;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 23px;
  font-size: 12px;
  border-color: rgb(223, 223, 223);
  border: 1px solid rgb(223, 223, 223);
}

.slider:before {
  position: absolute;
  content: '';
  height: 20px;
  line-height: 18px;
  text-align: center;
  width: 20px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 23px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

input:checked + .slider {
  background-color: #5f6cc5;
  /*color:var(--corDest);*/
}

.editarBt {
  font-size: 16px;
  color: #5f6cc5;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5f6cc5;
  /*color:var(--corDest);*/
}

input + .slider:before {
  content: '';
  color: #888;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
  content: '';
  color: #5f6cc5;
}

a.btDefineVal {
  width: 40px;
  display: inline-flex;
  height: 38px;
  margin: 0;
  position: relative;
  background-color: #95c845;
  border: none;
  color: #ffffff !important;
  border-radius: 0 6px 6px 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.disableLink {
  background-color: #d6d6d6 !important;
  cursor: default !important;
}

img.imgMini {
  height: 63px;
}

img.loadingProd {
  height: 55px;
}

span.orgDados {
  display: block;
} /* 

.usable-creditcard-form {
  position: relative;
  padding: 0px;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 90px;
}

.usable-creditcard-form .wrapper {
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  height: 80px;
  width: 300px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.usable-creditcard-form .input-group {
  position: absolute;
  top: 300px;
}

.usable-creditcard-form .input-group.nmb_a {
  position: absolute;
  width: 200px;
  top: 0px;
  left: 0px;
}

.usable-creditcard-form .input-group.nmb_b {
  position: absolute;
  width: 100px;
  top: 0px;
  right: 0px;
}

.usable-creditcard-form .input-group.nmb_b input,
.usable-creditcard-form .input-group.nmb_d input {
  text-align: center;
}

.usable-creditcard-form .input-group.nmb_c {
  position: absolute;
  width: 200px;
  top: 37px;
  left: 0px;
}

.usable-creditcard-form .input-group.nmb_d {
  position: absolute;
  width: 100px;
  top: 37px;
  right: 0px;
}

.usable-creditcard-form input {
  background: none;
  display: block;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding-left: 35px;
  border: none;
}

.usable-creditcard-form .input-group .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #ccc;
  left: 8px;
  top: 7px;
}

.usable-creditcard-form .input-group.nmb_a input {
  border-right: 1px solid #ececec;
}

.usable-creditcard-form .input-group.nmb_c input {
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.usable-creditcard-form input::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: none;
}

.usable-creditcard-form .input-group.nmb_d input {
  border-top: 1px solid #ececec;
}

.usable-creditcard-form .input-group.nmb_c input {
  text-transform: uppercase;
}

.usable-creditcard-form .accept {
  color: #999;
  font-size: 11px;
  margin-bottom: 5px;
}

.usable-creditcard-form .footer {
  margin-top: 3px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.usable-creditcard-form .footer img {
  padding: 0px;
  margin: 0px;
}

.usable-creditcard-form .iugu-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.usable-creditcard-form .input-group .icon.ccic-name {
  background: url("<?= base_url('img/iugu1.png') ?>") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-exp {
  background: url("<?= base_url('img/iugu2.png') ?>") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-brand {
  background: url("<?= base_url('img/iugu3.png') ?>") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-cvv {
  background: url("<?= base_url('img/iugu4.png') ?>") no-repeat;
}

.usable-creditcard-form .input-group .icon.ccic-cvv,
.usable-creditcard-form .input-group .icon.ccic-brand {
  -webkit-transition: background-position 0.2s ease-in;
  -moz-transition: background-position 0.2s ease-in;
  -o-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
} */

img.site_blindado {
  height: 60px;
}

input.cpf_cnpj {
  padding: 10px;
  border-radius: 6px;
  width: 300px;
}

.alinha-centro {
  display: flex;
  justify-content: center;
}

h2.titCartaoCred {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.swal2-html-container ul {
  padding: 0;
  margin: 0;
}

/* #payment-form {
  margin: -65px 0 0 0;
} */

label.labelCenter {
  display: block;
  top: 10px;
}

img.loadingpgto {
  height: 130px;
  position: absolute;
  margin: 0;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 20px;
  border: 5px solid #e15d64;
  right: 27vw;
  top: 1vw;
  display: none;
}

a.btSubmit,
button.btSubmit {
  border: none;
  background-color: #95c845;
  color: #ffffff;
  padding: 5px 30px;
  border-radius: 0px;
  font-size: 12px;
  width: 300px;
  margin: 15px 0 !important;
  font-size: 14px;
  font-family: roboto;
}

.cardCredRow {
  padding: 18px 0;
}

p.cardCredRow {
  color: #989898;
}

a.minimizaCardCred,
a.deletaCard {
  font-size: 17px;
  display: inline-block;
  text-decoration: none !important;
}

a.minimizaCardCred:hover,
a.deletaCard:hover {
  text-decoration: none;
  color: #940435;
}

a.minimizaCardCred:focus {
  color: rgb(255, 64, 129);
}

.padraoDefinido,
.padraoDefinido:hover {
  color: #bfbfbf;
  text-decoration: none;
}

p.textPolitica {
  /*		max-width: 352px;*/
}

input.form-control.buscaCep {
  width: 200px !important;
  display: inline-block;
  height: 30px;
}

button.btSubmit.btBuscar {
  width: auto;
  display: inline-block;
  margin: 20px 20px !important;
}

.colInfo {
  border-left: 1px solid #d8d8d8;
  margin: 25px 0 0 0;
  padding-left: 100px !important;
}

.resultDias {
  display: inline;
  color: #719635;
}

label.simulaFrete {
  display: block;
  margin: 0;
}

.g-recaptcha {
  margin: 10px 0;
}

.numPg {
  text-align: center !important;
}

span.simLabel {
  padding: 2px 10px;
  background-color: #736cc7 !important;
  border-radius: 20px;
  top: 14px;
  color: #ffffff;
}

p.labelPedidos.labelCard {
  background-color: #ffc107;
}

.checkProd {
  padding: 20px 16px !important;
}

span.naoLabel {
  padding: 2px 10px;
  background-color: #daaaaf !important;
  border-radius: 20px;
  color: #ffffff;
}

.numPg a:hover {
  background-color: #7468bd !important;
  border-color: #7468bd !important;
  text-decoration: none !important;
  color: #ffffff !important;
}

.numPg a.atual {
  background-color: #7468bd !important;
  border-color: #7468bd !important;
  text-decoration: none !important;
  color: #ffffff !important;
  padding: 5px 15px !important;
}

.numPg a {
  color: #d2dce8 !important;
  padding: 5px 12px !important;
  border-radius: 50%;
  height: auto !important;
}

.cor2 {
  background-color: #ff4081;
}

a.cor2:hover,
button.cor2:hover {
  background-color: #f73d7d !important;
  border-color: #f73d7d !important;
  box-shadow: 0 5px 10px rgba(247, 61, 125, 0.4) !important;
}

.cor2-border {
  border-color: #ff4081 !important;
}

.iconUser {
  background: #ff4081;
  padding: 6px 7px;
  color: #ffffff;
}

img.alertaAtencao {
  height: 30px;
  display: inline-block;
}

.flexCenter {
  display: inline-flex !important;
  align-items: center !important;
}

.corBrancoFonte {
  color: #ffffff !important;
}

.imgLogo {
  height: 47px;
}

.btn-success {
  background-color: #00d79c !important;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8fafb;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f5f5;
}

.input-group-text {
  background-color: #ffffff;
  border: 1px solid #dfe7f3;
  color: #96a9c6;
}

p.titCheck {
  float: left;
  margin: 0 14px;
}

.grupoAlinha {
  margin: 0 14px !important;
}

p.labelPedidos {
  display: inline-flex;
  font-size: 9px;
  background-color: #ff4181;
  padding: 0px 6px;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  width: 15px;
  align-items: center;
  justify-content: center;
  height: 15px;
  color: #ffffff !important;
  left: 79px;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

body.compact-menu
  .sidebar.sidebar-left
  .sidebar-content
  .main-menu
  .nav.metismenu
  > li
  > a
  i {
  font-size: 21px;
  color: black;
}

.main-menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

i.icon.dripicons-view-apps {
  color: #4d5a68 !important;
}

.nav a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

li.nav {
  width: 50px;
  transition: 0.2s;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 25px 0 !important;
}

.nav.metismenu > li > a {
  border-left: none !important;
  padding: 0 !important;
}

.nav.metismenu > li.paginaAtiva > a i {
  color: white !important;
}

.nav.metismenu > li > a:hover i {
  color: white;
}

.nav.metismenu > li > a i {
  color: black;
  margin-right: 0;
  width: unset;
  height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

li.nav-item.hover-increase i {
  font-size: 1.7rem;
  color: black !important;
}
li.nav-item.hover-increase:hover i {
  color: #6038ff !important;
}

li.nav a svg {
  font-size: 25px;
}

li.nav:not(.paginaAtiva) a svg {
  color: #201b3b;
}

li.nav-dropdown {
  transition: 0.2s;
  width: 100%;
}

li.nav-dropdown:hover {
  background-color: #ece2f9;
}

.integrar,
.publicar {
  background-color: transparent;
  color: #181d27 !important;
  padding: 0.44em 0.7em;
  font-weight: 700;
  font-size: 12px !important;
  border: 2px solid #181d27;
  box-sizing: border-box;
  border-radius: 4px;
}

.paginaAtiva {
  background: #000;
}

.lista-0:hover {
  background: #02f8ba;
}

.lista-1:hover {
  background: #113523;
}

.lista-2:hover {
  background: #00baf4;
}

.lista-3:hover {
  background: #ffbe53;
}

.lista-4:hover {
  background: #8f53ff;
}
.lista-5:hover {
  background: #f57afc;
}

li.nav:hover svg {
  color: #fff !important;
}

li.nav:hover i {
  color: #fff !important;
}

/* .paginaAtiva {
    } */
.paginaAtiva a {
  color: #fff !important;
}


.menu-toggle {
  top: 25%;
  left: 2%;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  height: 29px;
  cursor: pointer;
  z-index: 10000;
}

.menu-toggle.active-toggle span {
  background-color: transparent;
}

.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  content: '';
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  display: block;
  width: 22px;
  height: 4px;
  background-color: #242424;
  border-radius: 5px;
}

.menu-toggle span {
  position: relative;
  top: 12px;
  width: 28px !important;
  margin: 0 auto;
  -webkit-transition-duration: 0s;
}

.menu-toggle span:before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform, color;
  -webkit-transition-duration: 150ms;
  -webkit-transition-delay: 150ms, 0;
}

.menu-toggle span:after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform, color;
  -webkit-transition-duration: 150ms;
  -webkit-transition-delay: 150ms, 0;
}

.menu-toggle.active-toggle span:before {
  margin-top: 0;
  background-color: #000;
  -webkit-transition-delay: 0, 150ms;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.active-toggle span:after {
  margin-top: 0;
  background-color: #000;
  -webkit-transition-delay: 0, 150ms;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

li.nav-item.hover-increase a svg {
  font-size: 20px;
  color: #201b3b;
}

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

img.logoA {
  height: 65px;
}

.box-paginas {
  height: fit-content !important;
}

.cssload {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;

  display: flex;
  align-items: center;
  justify-self: center;

}

/* #app {
  max-width: 100vw;
  overflow-x: hidden;
} */

.page-content,
.page-header {
  margin-top: 18px;
}

.page-header {
  margin-top: 28px;
}

#app > .content-wrapper > .content {
  width: calc(100vw - 134px) !important;
}

.nav.metismenu > li > a {
  min-height: 50px;
}

body.layout-horizontal .content-wrapper {
  padding: 0;
}

.cssload div {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  box-shadow: 2px 2px 1px #00c4dd;
  animation: cssload-spin 570ms infinite linear;
  -o-animation: cssload-spin 570ms infinite linear;
  -ms-animation: cssload-spin 570ms infinite linear;
  -webkit-animation: cssload-spin 570ms infinite linear;
  -moz-animation: cssload-spin 570ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}











.coluna_direita__dashboard_container {
  min-height: 184px;
  padding: 20px;
}

#splide__empreender_produtos h2 {
  margin-top: 8px;
  font-weight: 500;
  font-size: var(--text-default-size);
  color: #171b36;
}

#splide__empreender_produtos h5 {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-main-title-light);
}

#splide__empreender_produtos span {
  font-size: 14px;
  padding-bottom: 10px;
}

#splide__empreender_produtos p {
  font-size: 11px;
  margin-bottom: 10px;
}

.barra-lateral {

}

.lp--slideProducts {
  /* display: inline-block; */
  border: 1px solid rgba(205, 208, 227, 0.29);
  border-radius: 5px;
  padding: 15px;
  margin: 0 10px 10px;
  max-width: 552px;
}

#splide__empreender_produtos a {
  color: var(--color-default-text);
}

#splide__empreender_produtos .produtos_empreender_slide_content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 11px;
}

#splide__empreender_produtos .splide__arrow--prev {
  display: none;
}

#splide__empreender_produtos .splide__arrow--next {
  transform: translateY(10px);
  background: transparent;
}

#splide__empreender_produtos .progress_bar__produtos_empreender {
  background: linear-gradient(90deg, #853ea6 0%, #4b4bda 35%, #12badd 100%);
}

.search-faq-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.search-faq-container .search-faq-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.search-faq-container .search-faq-box > input {
  background: #f7f7f7;
  border-radius: 5px;
  outline: 0;
  border: 0;
  height: 45px;
  padding: 16px;
  width: 100%;
  font-weight: 500;
}

.card-welcome {
  background-color: #fff;
  border: 1px solid #f1f1f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 1.2rem;
  width: 100%;
}

.search-faq-container .search-faq-box input::-webkit-input-placeholder {
  color: var(--color-dark-gray);
}
.search-faq-container .search-faq-box input:-moz-placeholder {
  color: var(--color-dark-gray);
  opacity: 1;
}
.search-faq-container .search-faq-box input::-moz-placeholder {
  color: var(--color-dark-gray);
  opacity: 1;
}
.search-faq-container .search-faq-box input:-ms-input-placeholder {
  color: var(--color-dark-gray);
}
.search-faq-container .search-faq-box input::-ms-input-placeholder {
  color: var(--color-dark-gray);
}
.search-faq-container .search-faq-box input::placeholder {
  color: var(--color-dark-gray);
}
.search-faq-container .search-faq-box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 45px;
  background: var(--color-golden-yellow);
  border-radius: 5px;
}

.search-faq-container .search-faq-box > a i {
  font-size: 1.3rem;
  color: #061058;
}

.search-faq-container .canais-suporte {
  display: flex;
  height: 80px;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
}
.search-faq-container .canais-suporte p {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  color: var(--color-main-title-light) !important;
}
.search-faq-container .canais-suporte .canais-suporte-botao {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #061058;
  border-radius: 50%;
  flex-shrink: 0;
}

.search-faq-container .canais-suporte .canais-suporte-botao i {
  font-size: 23px;
  color: white;
}

.search-faq-container .search-faq-box p {
  font-size: var(--text-default-size);
  font-weight: 500;
  margin: 0;
  color: var(--color-pink);
}
.search-faq-container span {
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 500;
}

.img-sak-disabled {
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  border: 0;
  outline: 0;
  filter: grayscale(0.99);
}

.box--ajuda {
  display: flex;
  gap: 25px;
}

.box--ajuda .contato {
  flex: 1 300px;
}

.top__nav_new {
  width: 95%;
}

@media (max-width: 1350px) {
  .search-faq-container {
    margin-top: 1.5rem;
  }
}

@media (max-width: 570px) {
  .menu-toggle.active-toggle {

  }
  .side__menu_mobile_fix li {
    width: 97px;
    transition: 0.2s;
    border-radius: unset !important;
    margin-bottom: unset !important;
    transition: 0.2s;
    min-height: 108px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    margin: 0 !important;
    background: white;
    transform: translateY(35px);
  }

  .nav.metismenu > li.paginaAtiva > a i {
    color: black !important;
  }

  .top__nav_new {
    width: 100%;
    padding-right: 33px;
  }

}
