:root {
  --segsmart: #0030c6;
  --segsmart-claro: #0095ff;
}

.page-item.disabled .page-link,
.page-item.disabled:hover .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  user-select: none;
}

.sem-borda {
  border: 0 !important;
  border-bottom: 1px solid #d4d4d4 !important;
  width: min-content !important;
  display: inline-block !important;
}

th.activeAsc:before {
  opacity: 1 !important;
}

th.activeDesc:after {
  opacity: 1 !important;
}

table .d-flex .dropdown {
  margin: auto;
}

table .d-flex .dropdown {
  margin: auto;
}

.perfil-imagem {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
}

.box-imagem {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  overflow: hidden;
  margin: auto;
  border: 1px dotted #333;
  cursor: pointer;
}

.box-imagem > label {
  margin: auto;
  cursor: pointer;
}

.box-imagem > label:first-child {
  position: relative;
  width: 100%;
}

label {
}

label.input-imagem {
  width: 100%;
  color: #fff;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 5px 0;
  background: #0030c6 !important;
}

label.input-imagem input {
  display: none;
}

p.form-control,
.btn.dropdown-toggle.btn-light {
  margin: 0;
  padding: 1.1rem !important;
}

img#display_logo, img#display_foto, img#display_banner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.dropdown-menu.show {
  transform: none !important;
  max-width: 500px;
}

.thumbProduto {
  width: 50px;
  height: 50px;
  border: 1px solid;
  background: no-repeat center;
  background-size: cover;
}

.table-responsive .dropdown-menu {
  left: unset !important;
  right: 0;
}

.opacity-00 {
  opacity: 0 !important;
  user-select: none;
}

.aviso-erro {
  user-select: none;
  text-align: left;
  color: #f5282e !important;
  font-size: 0.9rem;
  margin-bottom: -5px;
}

div#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
}

.tabela-campanhas th {
  font-weight: 500 !important;
  padding: 0.3rem 0 !important;
}

button.botao-copiar {
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  border-radius: 2px;
  border: 1px solid #00b40b;
  background: #00b40b;
  color: #fff;
}

.profile-image {
  width: 37px;
  height: 37px;
  overflow: hidden;
  text-align: center;
}

.profile-image img {
  width: auto !important;
  height: auto !important;
  max-height: 100%;
  margin: auto;
}

.pulse-animate {
  z-index: -1;
}

.pulse-animate::before {
  content: "";
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: pulse 1s linear 5;
  animation: pulse 1s linear 5;
  z-index: 2;
  border-radius: 20px;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px 0 rgba(248, 90, 0, 1);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes pulse {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: 0 0 10px 0 rgba(248, 90, 0, 1);
  }
  100% {
    box-shadow: none;
  }
}

.link-indicador {
  background-color: #23af47 !important;
  font-weight: 800;
  z-index: 999999;
  text-decoration: none !important;
}

.btn-indicar {
  position: relative;
  background: linear-gradient(90deg, #0030c6, #0072ff) !important;
  position: relative;
  overflow: hidden;
  border: 0 !important;
  color: #fff;
}

li.menu-botao-indicar {
  margin: 8px 5px !important;
  padding: 15px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #c0c0c087;
}

.imagem-semiredonda {
  max-width: 100%;
}

.botao-com-icone i {
  position: relative;
  bottom: -3px;
}

.lista-url-origem {
  max-height: 390px;
  overflow-y: auto;
}

.sidebar-icon-only .menu-botao-indicar span {
  display: none !important;
}

.sidebar-icon-only .menu-botao-indicar button {
  border-radius: 50px 0 0 50px;
}

.botao-com-icone {
  color: #fff;
  background: #626a9c;
  transition: 0.2s ease 0.1s;
}

.botao-com-icone:hover {
  background: #555c86;
  color: #fff;
}

.text-gestor,
.text-gestor a {
  color: #02c3ca !important;
  white-space: nowrap;
}

.tag-gestor {
  background: #02c3ca !important;
}

.text-indicador,
.text-indicador a {
  color: #eeaa2f !important;
  white-space: nowrap;
}

.tag-indicador {
  background: #eeaa2f !important;
}

.text-vendedor,
.text-vendedor a {
  color: #8da8b1 !important;
  white-space: nowrap;
}

.tag-vendedor {
  background: #8da8b1 !important;
}

.text-cliente,
.text-cliente a {
  color: #0030c6 !important;
  white-space: nowrap;
}

label.filtro-linhas {
  font-size: 1rem;
}

.badge-pendente {
  background: #f54400;
  color: #fff;
}

.badge-pago {
  background: #02abfe;
  color: #fff;
}

.nowarp-child * {
  white-space: nowrap;
}

img {
  max-width: 100%;
}

.table td img {
  object-fit: contain;
}

.box-imagem.box-sm {
  max-height: 150px;
}

.box-imagem.box-sm img {
  max-height: 150px !important;
}

.label-img {
  width: 100%;
  height: 100%;
  text-align: center;
}

label.disabled {
  background: #e9ecef !important;
  color: #999;
  cursor: no-drop;
}

.cpf_invalido {
  font-size: 12px;
  color: #e94437;
}

.menu-admin * {
  color: #333 !important;
}

.tag-perfil {
  color: #fff;
  background: #999;
  padding: 2px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 0.7rem;
}

span.select2-selection.select2-selection--single {
  border: 1px solid #dee2e6;
  font-weight: 400;
  font-size: 0.875rem;
  height: auto;
  padding: 0.26rem 0.3rem;
  border-radius: 0;
  display: block;
}

.select2-container {
  display: block;
  max-width: 100% !important;
}

#order-listing_wrapper {
  overflow: auto;
}

* {
  scrollbar-width: thin;
  scrollbar-color: white #aaa;
}

h4.card-title small {
  font-size: 70%;
}

.dragula-column {
  position: relative;
  z-index: 99998;
}

.dragula-column .card {
  cursor: grab;
}

.gu-transit.card {
  cursor: grabbing;
  z-index: 999999999 !important;
}

li.breadcrumb-item {
  padding: 0.3rem 10px !important;
}

.form-lateral {
  position: relative;
  z-index: 9999999999;
}

.modal {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
}

.cursor-pointer {
  cursor: pointer;
}

.group-upload {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #1c2c42;
  overflow: hidden;
}

label.group-upload p {
  padding-left: 10px;
}

label.group-upload .file-upload-browse {
  border-radius: 0 !important;
}

.btn-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 25px !important;
  height: 25px !important;
}

.btn-icon i {
  font-size: 0.9rem !important;
}

.cursor-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.table-nowarp {
  white-space: nowrap !important;
}

.bootstrap-select.form-control.live-select button {
  padding: 0.57rem !important;
}

.main-panel {
  z-index: 9998;
}

.fixed-top {
  z-index: 9999;
}

.table-responsive td,
.table-responsive th {
  white-space: nowrap;
}

iframe.frame-venda-leads {
  width: 100%;
  height: 95vh;
  border: 0;
  border-radius: 10px;
}

.coluna-crm {
  max-height: calc(100vh - 190px) !important;
  min-width: 250px;
  flex-flow: column;
}

form#form-add-equipe .dropdown.bootstrap-select.swal2-select.live-select.show {
  width: 100%;
  height: 350px;
}

div#swal2-html-container {
  min-width: 75%;
}

form#form-add-equipe
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
}

form#form-add-equipe .bootstrap-select > select {
  left: 0;
}

.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 9999999;
}

.perfil-vendedor-card.mr-2 {
  width: 50px;
  height: 50px;
}

.perfil-vendedor-card.mr-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo-associacao-link {
  height: 230px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

.logo-associacao-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

label.comprovante_modal {
  width: 100%;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.card.card-indicar-vendas.indicar-venda-em-breve .card-header,
.card.card-indicar-vendas.indicar-venda-em-breve .card-body,
.card.card-indicar-vendas.indicar-venda-em-breve .card-footer {
  filter: grayscale(1);
  opacity: 0.3;
}

.indicar-venda-em-breve .texto-em-breve {
  color: #1c2c42;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

iframe#iframe-somar {
  height: calc(100vh - 240px);
}

/* Novo CSS */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Inter", sans-serif !important;
}

.navbar .navbar-brand-wrapper {
  background: #f7f7f7;
}

.btn-segsmart {
  border-color: #0030c6 !important;
  border-radius: 999px !important;
  background: #0030c6;
  color: #fff !important;
}

.navbar.navbar-dark .navbar-menu-wrapper {
  background: #18181c !important;
}

.btn {
  border-radius: 999px;
}

.btn-primary {
  color: #fff !important;
  background-color: #0030c6 !important;
  border-color: #0030c6 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer;
  line-height: normal !important;
  height: fit-content;
}

.footer-wrapper .footer {
  border-radius: 999px;
}

.content-wrapper {
  background: #f0eff5 !important;
}

.main-panel h3.bem-vindo {
  font-weight: 800;
}

.nav-tabs.tab-transparent .nav-item .nav-link {
  font-weight: 700;
}

.card {
  border-radius: 18px !important;
}

.card-header {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
  display: flex;
  align-items: center;
}

.card-footer {
  border-bottom-left-radius: 18px !important;
  border-bottom-right-radius: 18px !important;
}

.card-indicar-vendas .logo-associacao-link {
  border-radius: 18px;
}

.card .card-title {
  color: #0072ff;
  padding: 0.5rem 0;
  margin: 0;
  font-weight: 700 !important;
  word-wrap: normal;
}

.card-estatisticas {
  background: linear-gradient(90deg, #0030c6, #0072ff) !important;
}

.card-estatisticas .h1,
.card-estatisticas .h5 {
  color: #fff;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:active .page-link {
  background: #0030c6;
  border-color: #0030c6;
  color: #ffffff;
}

#formSearch .form-control {
  border-radius: 999px !important;
}

#formSearch .form-group {
  border-radius: 999px;
}

#formSearch button.btn-light {
  border-radius: 999px !important;
  background: #d9e2ff;
  color: #0030c6;
  font-weight: 500;
}

.text-info {
  color: #0030c6 !important;
}

.badge-outline-info {
  color: #0030c6 !important;
  border: 1px solid #0030c6 !important;
}

.titulo-crm {
  background: #0072ff;
  border: 0;
}

.titulo-crm .bg-secondary.text-center {
  height: 32px;
  background: #0048a1 !important;
  padding: 0 !important;
  width: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#theme-settings .btn-segsmart {
  padding: 12px 30px;
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-radius: 999px;
  background: #0030c6;
}

#theme-settings .form-control {
  border-radius: 999px;
}

#theme-settings .form-group label {
  color: #0030c6;
  font-weight: 500;
}

#settings-trigger {
  background: #0030c6;
  cursor: pointer;
}

form.faturas button.btn-secondary {
  background: #0675fe;
  border: 1px solid #0072ff;
  border-radius: 999px;
}

.form-group .form-control {
  border-radius: 1rem;
}

button#excluir {
  border-radius: 999px;
}

button#cancelar {
  border-radius: 999px;
}

button.dropdown-toggle {
  border-radius: 999px !important;
}

#link-amigo .btn-segsmart {
  position: relative;
  overflow: hidden;
  border: 0 !important;
}

button#novo {
  background: #0030c6;
  border-color: #0030c5 !important;
  color: #fff !important;
}

.btn-editar,
.btn-excluir {
  border-radius: 999px;
}

.perfis-comissoes button.dropdown-toggle {
  background: #0030c6;
  border: 1px solid #0030c6;
}

.dropdown-menu h6 {
  color: #0030c6;
}

.page_dashboard .card-comissoes:hover::before {
  width: 100%;
}

.page_dashboard .card-comissoes {
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.page_dashboard .card-comissoes:hover h4,
.page_dashboard .card-comissoes:hover h2,
.page_dashboard .card-comissoes:hover h3,
.page_dashboard .card-comissoes:hover button {
  color: #ffff;
}

.btn-indicar:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0030c6), color-stop(45%, #0072ff), color-stop(#00a1ff), to(#0030c6));
  background: -o-linear-gradient(left, #0030c6 10%, #0072ff 45%, #00a1ff, #0030c6);
  background: linear-gradient(to right, #0030c6 10%, #0072ff 45%, #00a1ff, #0030c6);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-indicar div {
  position: relative;
  z-index: 999;
}

.btn-indicar:hover:before {
  left: -50px;
}

.btn-segsmart:hover {
  background: #ffffff;
  color: #0030c6 !important;
  border-color: #0030c6 !important;
}

.btn-indicar:hover {
  color: #ffff !important;
}

.btn-primary:hover {
  color: #0030c6 !important;
  background: transparent !important;
}

.btn-segsmart span {
  font-weight: 500 !important;
}

.sidebar-icon-only .btn-indicar {
  width: 50px !important;
  height: 39px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-indicar i {
  line-height: normal;
}

.sidebar-icon-only .menu-botao-indicar button:hover:before {
  left: -20px !important;
}

.sidebar-icon-only .menu-botao-indicar:hover:before {
  left: -10px !important;
}

#settings-trigger:hover i {
  transform: rotateZ(360deg);
  transition: ease all 1s;
}

.btn-fechar {
  border-radius: 999px;
  background: #dbdbdb;
  border-color: #ababab;
  color: #424242;
}

.btn-fechar:hover {
  background: #c2c2c2;
  border-color: #ababab;
  color: #424242;
}

.modal .modal-dialog .modal-content .modal-header {
  background: linear-gradient(45deg, #0030c6, #0072ff) !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  display: flex;
  align-items: center;
}

.modal.show .modal-dialog .modal-content {
  border-radius: 18px !important;
}

#form_arquivo button.file-upload-browse {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#form_atividade textarea {
  border-radius: 18px !important;
}

#form_atividade .nav-tabs li.nav-item a {
  border: none;
}

#form_atividade .nav-tabs li.nav-item a {
  background: #0063ff;
  color: #ffff;
  border-radius: 0 !important;
}

#form_atividade .nav-tabs {
  background: linear-gradient(45deg, #0030c6, #0072ff) !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border: 0;
  position: relative;
  overflow: hidden;
}

#form_atividade .nav-tabs li.nav-item a.active {
  color: #0030c6;
  background: #fff;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item {
  background: #d9e2ff;
}

.breadcrumb.breadcrumb-custom {
  background-color: #d9e2ff !important;
  border-radius: 18px !important;
  position: relative;
  overflow: hidden;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
  border-left-color: #d9e2ff !important;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a span {
  color: #0030c6 !important;
}

.breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
  border-left-color: #eeedf3;
}

.sidebar li {
}

.menu-administrador div {
  border-top: 1px solid #c0c0c087;
  border-bottom: 1px solid #c0c0c087;
}

li.menu-administrador {
  margin: 20px 5px 10px !important;
}

li.menu-administrador h4 {
  margin: 20px 0px;
}

li.menu-sair i,
li.menu-sair span {
  color: #e94437 !important;
}

li.menu-sair i,
li.menu-sair span {
  color: #e94437 !important;
}

li.menu-sair {
  margin-bottom: 22px;
}

.card-crm:hover {
  border: 1px solid #0030c6;
  margin: 18px 0 !important;
}

.card-crm {
  transition: ease all 0.3s;
  cursor: grab;
}

.sidebar-light .sidebar .nav .nav-item.active > .nav-link i {
  color: #0030c6;
}

.sidebar-light .sidebar .nav .nav-item .nav-link i.menu-icon {
  color: #0030c6;
}

.sidebar-light .sidebar .nav .nav-item .nav-link {
  color: #0030c6;
}

#formSearch button.btn-info {
  border-radius: 999px;
}

.card.card-indicar-vendas .card-header {
  justify-content: center;
}

.card-crm h6 a:hover {
  color: #0072ff !important;
}

.navbar.navbar-secondary .navbar-menu-wrapper {
  background: #18181c;
}

.card-estatisticas a i {
  color: #fff;
}

.page_dashboard .card-comissoes::before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(45deg, #0030c6, #0072ff) !important;
  transition: cubic-bezier(0.39, 0.58, 0.57, 1) all 0.3s;
}

.page_dashboard .card-comissoes .card-body {
  position: relative;
  z-index: 999;
}

#link-amigo .btn-segsmart span {
  color: #fff;
  position: relative;
  z-index: 2;
}

#link-amigo .btn-segsmart:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0030c6), color-stop(45%, #0072ff), color-stop(#00a1ff), to(#0030c6));
  background: -o-linear-gradient(left, #0030c6 10%, #0072ff 45%, #00a1ff, #0030c6);
  background: linear-gradient(to right, #0030c6 10%, #0072ff 45%, #00a1ff, #0030c6);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#link-amigo .btn-segsmart:hover:before {
  left: -150px;
}

.btn-segsmart:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: #0030c6 !important;
  border-color: #0030c6;
}

button#novo:hover {
  background: transparent;
  color: #0030c6 !important;
}

.form-associacoes .row .col-md-9 .form-group {
  width: 60% !important;
}

.validation-error {
  color: #dc1515;
}

.hidden {
  opacity: 0;
}

.btn-call-lead i {
  font-size: .8rem !important;
}

.btn-call-lead {
  width: 25px;
  height: 25px;
}

ul.lista-produtos {
  padding: 0;
  list-style: none;
  column-count: 3;
}

ul.lista-produtos li .form-group {
  margin-bottom: 5px;
}

.campo-cupom-desconto {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  z-index: 2;
  position: relative;
}

.campo-cupom-desconto input, .campo-cupom-desconto .aplicar-cupom {
  height: 32px;
  border-radius: 0 20px 20px 0;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.campo-cupom-desconto input {
  padding-left: 10px;
}

button.remover-cupom {
  position: relative;
  white-space: nowrap;
  height: 100%;
  z-index: 0;
  margin-left: -20px;
  padding-left: 15px;
  border: 0;
}

.resultado-cupom {
  margin-top: 20px;
}

.listar-produtos-vendedores {
  cursor: pointer;
}

.swal2-container {
  z-index: 99999999 !important;
}

.swal2-container ul.exibicao-vendedores {
  list-style: none;
  text-align: left;
  column-count: 2;
}

.overflow-visible {
  overflow: visible !important;
}

.form-group-agradecimento {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  align-content: center;
}

.form-group-agradecimento input {
  border-radius: 5px 0 0 5px !important;
}

.form-group-agradecimento button {
  border-radius: 0 5px 5px 0 !important;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.container-scroller {
  position: relative;
  z-index: 1;
}

.jq-toast-wrap {
  z-index: 2;
}

.form-group.form-wip {
  text-align: left;
  position: relative;
  margin-top: 20px;
  padding-top: 5px;
  border: 1px solid #3338;
  border-radius: 15px;
}

.form-group.form-wip label {
  position: absolute;
  top: -15px;
  left: 15px;
  background: #fff;
  padding: 0 5px;
}

.form-group.form-wip input {
  border: 0;
}

.input-error {
  box-shadow: 0 0 3px 0 rgba(255, 30, 30, 1);
}

.loading:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9;
  opacity: .5;
}

.loading:after {
  content: '';
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border: 10px solid #3338;
  border-radius: 50%;
  z-index: 10;
  border-top-color: #0b1bcb;
  animation: spin 2s linear infinite;
}

table#order-listing.hide-id thead tr th:first-child,
table#order-listing.hide-id tbody tr td:first-child {
  display: none;
}

.minicolors.minicolors-theme-bootstrap {
  border-radius: 15px;
  border: 1px solid #dee2e6;
}

.minicolors.minicolors-theme-bootstrap input {
  border: 0;
}

label.remove-item {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
  border: 2px solid #e94437;
  background: #fff7;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

iframe.iframe-comunidade {
  width: 100%;
  height: 100%;
}

button.btn.btn-success.btn-lg.btn-solicitar-saque-referral {
  display: flex;
  gap: 5px;
  align-items: center;
}

button.btn.btn-success.btn-lg.btn-solicitar-saque-referral i {
  position: relative;
  top: 2px;
}

div#card-crm-lista .card-body .table-responsive {
  height: 50vh;
  overflow: auto;
}


.menu-perfil {
  gap: 5px 0;
}

button.btn-exportar {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0030c6;
  color: #fff;
  border: 0;
  transform: rotate(-90deg);
}

.underline-none {
  text-decoration: none !important;
}

.btn-flutuante-whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-flutuante-whatsapp i {
  margin: 0 !important;
  padding: 0 !important;
}

.boder-bottom-dotted {
  border-bottom: 1px dotted #333;
}

button.btn.dropdown-toggle.btn-light {
  padding: .5rem 1rem !important;
}

.login-page .sessao-login {
  height: 100vh;
}

.login-page form {
  width: 500px;
  max-width: 100%;
  padding: 1rem;
}

.login-page .col-md-6:has(.img-bg-login) {
  background: #f0eff5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-page .img-bg-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  z-index: 0;
  opacity: .95;
}

.login-page form input {
  font-size: 1.15rem !important;
}

.login-page form a {
  text-decoration: underline;
}

.login-page form button {
  transition: .2s ease-in-out;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 1.25rem !important;
}

button.btn-copiar-widget {
  color: #fff;
  width: 100%;
  border: 0;
  border-radius: 0 0 1rem 1rem;
  padding: 10px 0;
  background-image: linear-gradient(to right, var(--segsmart), var(--segsmart-claro));
}
.btn-download-comprovante{
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #02abfe;
  color: #fff;
}
.btn-download-comprovante:hover{
  background: #0072ff;
  color: #fff;
}

@media (max-width: 992px) {
  .footer-wrapper .footer {
    border-radius: 18px;
    margin-bottom: 60px;
  }

  td.text-right.col-md-6 {
    text-align: left !important;
  }

  .modal.show .modal-dialog .modal-content .row {
    margin: auto !important;
  }

  .modal.show .modal-dialog .modal-content .row .card {
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
  }

  .modal.show .modal-dialog {
    margin-bottom: 80px !important;
  }

  .menu-perfil {
    display: flex;
    flex-direction: column;
  }

  .menu-perfil a {
    margin: 5px 0 !important;
    text-align: center !important;
  }

  .card .card-title {
    text-align: center;
  }

  .form-associacoes .row .col-md-3 a {
    margin-bottom: 10px;
  }

  #formSearch .btn-segsmart {
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
  }

  .plano {
    padding: 0 !important;
  }

  iframe.iframe-comunidade {
    min-height: 75vh;
  }
}

@media (min-width: 720px) {
  .card.card-indicar-vendas {
    width: 250px;
  }
}
