footer.footer{background-color:transparent;color:#000;}
footer.footer .nav-link{color:#000}
footer.footer .btn{background-color:#257EDE;color:#fff;}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.sidebar .list-group-item.active,.sidebar .list-group-item.active:focus,.sidebar .list-group-item.active:hover{background-color:#000;border-color:#fff}

header.header .topbar{background-color:#000;color:#fff;}
header.header .topbar .btn{color:#fff;}
header.header .topbar .active-client .input-group-text{color:#fff;}
header.header .topbar .active-client .btn{color:#fff;}


.dataTables_wrapper table.table-list thead th.sorting_asc,.dataTables_wrapper table.table-list thead th.sorting_desc{background-color:#257EDE; color:#fff;}
table.table-list thead th{background-color:#257EDE;border-bottom:1px solid #257EDE;color:#fff;}

.page-item.active .page-link,.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#257EDE;border-color:#257EDE}

.navbar-light,.main-navbar-wrapper {background-color:#257EDE; color:#fff;}
.navbar-light a,.navbar a{color:#fff}
.navbar li a,.navbar li a:link,.navbar li a:active,.navbar li a:visited{color:#fff;}
.navbar li a:focus,.navbar li a:hover{color:#fff; test-decoration:none;}
.dropdown-menu {margin-top:15px;}
.dropdown-menu,.dropdown-menu a:link,.dropdown-menu a:active,.dropdown-menu a:visited {color:#000! important}
.dropdown-menu:hover {color:#999! important}

.primary-content .card-body {
    overflow: inherit;
}

.sidebar-menu-item-label {
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}



a,a:link {text-decoration: none !important;}



a, a:hover {
    color: #5d5d5d;
}

#order-standard_cart .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color: #257EDE !important;
    color: #fff;
    font-size: .9em;
    border-radius: 4px 4px 0 0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #257ede;
    border-color: #369;
}

#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: #257ede !important;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

header.header .topbar {
    background-color: #616161;
    color: #fff;
}

.client-home-cards .card-header {
    background-color: #f7f7f7;
    border-bottom: 0;
    font-weight: 700;
}

.btn-primary {
    color: #fff;
    background-color: #257EDE;
    border-color: #6eb4f9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1f6dc2;
    border-color: #6eb4f9;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: #616161;
    border-color: #fff;
}

/* =========================================================
   ServerSP - Ajuste altura hover menu principal WHMCS/The7
   ========================================================= */

@media (min-width: 1171px) {

  .masthead .headerx-bar {
    display: flex;
    align-items: stretch;
  }

  .masthead .branding {
    display: flex;
    align-items: center;
  }

  .masthead #primary-menu.main-nav {
    align-self: stretch;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
  }

  .masthead #primary-menu.main-nav > li {
    display: flex;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .masthead #primary-menu.main-nav > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .masthead #primary-menu.main-nav > li > a .menu-item-text {
    display: flex;
    align-items: center;
  }
}


/* =========================================================
   ServerSP - Mega Menu desktop WHMCS/The7 - seguro
   ========================================================= */

@media (min-width: 1171px) {

  .masthead .main-nav > li.ssp-mega-host {
    position: relative !important;
  }

  .masthead .main-nav > li.ssp-mega-host > .dt-mega-menu-wrap {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    z-index: 99999 !important;

    width: 760px !important;
    max-width: calc(100vw - 40px) !important;

    padding: 0 !important;
    margin: 0 !important;

    background: #ffffff !important;
    border: 1px solid rgba(37, 126, 222, 0.10) !important;
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0 18px 40px rgba(10, 35, 70, 0.14) !important;

    overflow: hidden !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateX(-50%) translateY(10px) !important;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease !important;
  }

  .masthead .main-nav > li.ssp-mega-host:hover > .dt-mega-menu-wrap,
  .masthead .main-nav > li.ssp-mega-host:focus-within > .dt-mega-menu-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
  }

  .masthead .main-nav > li.ssp-mega-host > .dt-mega-menu-wrap::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
  }

  /* Estrutura principal do The7 dentro do mega menu */
  .masthead .main-nav > li.ssp-mega-host > .dt-mega-menu-wrap > ul.sub-nav {
    display: block !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .masthead .main-nav > li.ssp-mega-host > .dt-mega-menu-wrap > ul.sub-nav > li.dt-mega-parent {
    display: block !important;
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Esconde o título intermediário: Data Center, Cloud VPS, Network, Clientes */
  .masthead .main-nav > li.ssp-mega-host > .dt-mega-menu-wrap > ul.sub-nav > li.dt-mega-parent > a {
    display: none !important;
  }

  /* Mostra o widget interno no desktop */
  .masthead .main-nav > li.ssp-mega-host ul.sub-nav-widgets {
    display: block !important;
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .masthead .main-nav > li.ssp-mega-host ul.sub-nav-widgets > li,
  .masthead .main-nav > li.ssp-mega-host .mega-menu-widgets,
  .masthead .main-nav > li.ssp-mega-host .widget,
  .masthead .main-nav > li.ssp-mega-host .textwidget,
  .masthead .main-nav > li.ssp-mega-host .custom-html-widget {
    display: block !important;
    position: static !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Conteúdo do menu */
  .masthead .main-nav > li.ssp-mega-host .ssp-mm-menu {
    width: 100% !important;
    padding: 34px 46px !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 30px 64px !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-menu-large .ssp-mm-grid {
    gap: 24px 58px !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-item {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-icon {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    padding-top: 2px !important;
    color: #257ede !important;
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-icon i {
    color: #257ede !important;
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-flag img {
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 10px rgba(10, 35, 70, 0.16) !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-content strong {
    display: block !important;
    margin: 0 0 7px !important;
    color: #0b2b52 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    white-space: normal !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-content small {
    display: block !important;
    max-width: 280px !important;
    color: #5f7190 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    white-space: normal !important;
  }

  .masthead .main-nav > li.ssp-mega-host .ssp-mm-item:hover .ssp-mm-content strong {
    color: #257ede !important;
  }
}
/* =========================================================
   ServerSP - Mobile menu simples com cards
   ========================================================= */

@media (max-width: 1170px) {

  .dt-mobile-header .mobile-main-nav .ssp-mobile-card-menu > .sub-nav {
    padding: 8px 0 14px;
    margin: 0;
    background: transparent;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-card {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-card > a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    align-items: flex-start;
    padding: 12px 0;
    background: transparent;
    text-decoration: none;
    white-space: normal;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
    color: #257ede;
    font-size: 22px;
    line-height: 1;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-icon i {
    color: #257ede;
    font-size: 22px;
    line-height: 1;
    margin: 0;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-flag img {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(10, 35, 70, 0.16);
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-text {
    display: block;
    min-width: 0;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-text strong {
    display: block;
    margin: 0 0 5px;
    color: #0b2b52;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
    white-space: normal;
  }

  .dt-mobile-header .mobile-main-nav .ssp-mobile-text small {
    display: block;
    color: #5f7190;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    white-space: normal;
  }
}


/* =========================================================
   ServerSP - Rodapé único em bloco 1/1
   ========================================================= */

.ssp-footer {
  width: 100%;
  background: #f7f9fc;
  color: #1f2a37;
  border-top: 1px solid rgba(37, 126, 222, 0.12);
}

.ssp-footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 50px 34px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 34px;
}

.ssp-footer-brand img {
  max-width: 210px;
  height: auto;
  margin-bottom: 18px;
}

.ssp-footer-brand p,
.ssp-footer-pay p {
  margin: 0;
  color: #5f7190;
  font-size: 14px;
  line-height: 1.65;
}

.ssp-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ssp-footer-badges span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 126, 222, 0.10);
  color: #257ede;
  font-size: 12px;
  font-weight: 700;
}

.ssp-footer-col h4,
.ssp-footer-pay h4 {
  margin: 0 0 14px;
  color: #0b2b52;
  font-size: 16px;
  font-weight: 800;
}

.ssp-footer-col a {
  display: block;
  padding: 9px 0;
  color: #35445c;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 35, 70, 0.08);
}

.ssp-footer-col a:hover {
  color: #257ede;
}

.ssp-footer-pay-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.ssp-footer-pay-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(10, 35, 70, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #1f2a37;
  font-size: 12px;
  font-weight: 700;
}

.ssp-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 50px 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(10, 35, 70, 0.08);
  color: #6b7890;
  font-size: 13px;
}

.ssp-footer-bottom a {
  color: #6b7890;
  text-decoration: none;
  margin-left: 18px;
}

.ssp-footer-bottom a:hover {
  color: #257ede;
}

@media (max-width: 1100px) {
  .ssp-footer-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssp-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .ssp-footer-wrap {
    grid-template-columns: 1fr;
    padding: 38px 22px 26px;
    gap: 28px;
  }

  .ssp-footer-bottom {
    padding: 18px 22px 24px;
    flex-direction: column;
  }

  .ssp-footer-bottom a {
    display: inline-block;
    margin: 8px 14px 0 0;
  }
}

/* Contato no rodapé */
.ssp-footer-contact {
  margin-top: 22px;
}

.ssp-footer-contact strong {
  display: block;
  margin-bottom: 10px;
  color: #0b2b52;
  font-size: 14px;
  font-weight: 800;
}

.ssp-footer-contact a {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 8px 0;
  color: #35445c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ssp-footer-contact a:hover {
  color: #257ede;
}

.ssp-footer-contact i {
  color: #257ede;
  font-size: 15px;
  width: 18px;
  text-align: center;
}

/* Cards de pagamento mais compactos */
.ssp-footer-payments {
  display: grid;
  grid-template-columns: repeat(2, 82px);
  gap: 9px 10px;
  margin-top: 16px;
}

.ssp-pay-card {
  width: 82px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 1px solid rgba(10, 35, 70, 0.14);
  border-radius: 9px;
  box-shadow: none;

  text-decoration: none;
  line-height: 0;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ssp-pay-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 126, 222, 0.28);
  box-shadow: 0 8px 18px rgba(10, 35, 70, 0.08);
}

.ssp-pay-card img {
  display: block;
  max-width: 58px;
  max-height: 23px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Logos mais largos */
.ssp-pay-card img[alt="Google Pay"],
.ssp-pay-card img[alt="Apple Pay"] {
  max-width: 62px;
}

.ssp-pay-card img[alt="Boleto"] {
  max-width: 60px;
}
/* Ajustes para logos mais largos */
.ssp-pay-card img[alt="Google Pay"],
.ssp-pay-card img[alt="Apple Pay"] {
  max-width: 68px;
  max-height: 24px;
}

.ssp-pay-card img[alt="Boleto"] {
  max-width: 66px;
  max-height: 24px;
}

@media (max-width: 680px) {
  .ssp-footer-payments {
    grid-template-columns: repeat(2, 90px);
  }
}

/* =========================================================
   ServerSP - Rodapé full width
   ========================================================= */

/* =========================================================
   ServerSP - Rodapé full width WHMCS
   ========================================================= */

#footer.ssp-footer-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f9fc;
  color: #1f2a37;
  border-top: 1px solid rgba(37, 126, 222, 0.12);
}

#footer.ssp-footer-shell .wf-wrap,
#footer.ssp-footer-shell .wf-container-footer,
#footer.ssp-footer-shell .wf-container,
#footer.ssp-footer-shell .widget,
#footer.ssp-footer-shell .textwidget,
#footer.ssp-footer-shell .custom-html-widget {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

#footer.ssp-footer-shell .ssp-footer {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f7f9fc;
}

.footer,
#footer,
.footer-overlap,
.footer .wf-wrap,
.footer .widget {
  background: #f7f9fc;
}

.ssp-footer-logo {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 18px;
}

.ssp-footer-logo img {
  max-width: 210px;
  height: auto;
  margin: 0;
}

.ssp-footer-logo sup {
  color: #257ede;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  margin-top: 4px;
}

/* Seletor de idioma/moeda no rodapé WHMCS */
.ssp-footer-bottom-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ssp-footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ssp-footer-bottom .ssp-footer-links a {
  margin-left: 0;
}

.ssp-footer-locale-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(10, 35, 70, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #35445c;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.ssp-footer-locale-btn:hover {
  color: #257ede;
  border-color: rgba(37, 126, 222, 0.28);
}

.ssp-footer-locale-flag {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 680px) {
  .ssp-footer-bottom-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .ssp-footer-links {
    gap: 10px 16px;
  }
}

/* =========================================================
   ServerSP - Forçar Roboto no rodapé WHMCS
   ========================================================= */

/* Títulos do rodapé */
body #footer.ssp-footer-shell .ssp-footer h4,
body #footer.ssp-footer-shell .ssp-footer-contact strong {
  font-weight: 800;
}

/* Textos e links */
body #footer.ssp-footer-shell .ssp-footer p,
body #footer.ssp-footer-shell .ssp-footer a,
body #footer.ssp-footer-shell .ssp-footer-bottom span {
  font-weight: 400;
}

/* =========================================================
   ServerSP - Forçar Roboto apenas no rodapé
   Não aplicar em ícones Font Awesome nem bandeiras WHMCS
   ========================================================= */

body #footer.ssp-footer-shell .ssp-footer,
body #footer.ssp-footer-shell .ssp-footer *:not(i):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.iti-flag) {
  font-family: "Roboto", "Open Sans", Helvetica, Arial, sans-serif !important;
}