﻿/* Customizacoes do tema filho NexusByDitu. */
@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:100%;
    }
}
#header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

#header .topbar {
    padding: 10px 0;
    background: linear-gradient(90deg, rgba(244, 246, 248, 0.96), rgba(255, 255, 255, 0.92));
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

#header .topbar .btn {
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

#header .topbar .client-alerts a,
#header .topbar .client-alerts .none {
    color: #1f2937;
}

#header .topbar .active-client .btn-group {
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

#header .topbar .active-client .btn {
    background: #fff;
    color: #111827;
}

#header .topbar .active-client .btn-active-client {
    font-weight: 600;
}

#header .topbar .input-group-text {
    background: #fff;
    color: #6b7280;
    border: 0;
}

#header .navbar.navbar-light {
    padding: 18px 0 14px;
    background: transparent;
}

#header .navbar.navbar-light .container {
    align-items: center;
    gap: 16px;
}

#header .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0;
    margin-right: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

#header .navbar-brand img.logo-img {
    height: 35px;
    width: 100%;
    max-height: none;
    object-fit: contain;
    object-position: left center;
}

#header .search .btn-default {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-right: 0;
    background: #fff;
    color: #64748b;
    border-radius: 999px 0 0 999px;
    box-shadow: none;
}

#header .search .form-control {
    min-width: 320px;
    height: 44px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-left: 0;
    border-radius: 0 999px 999px 0;
    background: #fff;
    box-shadow: none;
    color: #0f172a;
}

#header .search .form-control::placeholder {
    color: #94a3b8;
}

#header .toolbar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

#header .toolbar .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
    color: #0f172a;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

#header .toolbar .cart-btn {
    width: 50px;
}

#header .toolbar .badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #ff6a2b;
    color: #fff;
    font-size: 0.72rem;
    line-height: 20px;
    box-shadow: 0 6px 14px rgba(255, 106, 43, 0.35);
}

#header .main-navbar-wrapper {
    padding: 0 0 12px;
    background: transparent;
}

#header .main-navbar-wrapper .container {
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

#header #mainNavbar {
    gap: 10px;
}

#header #nav,
#header .main-navbar-wrapper .navbar-nav {
    align-items: center;
    gap: 4px 18px;
}

#header #nav > li > a,
#header .main-navbar-wrapper .navbar-nav > li > a {
    position: relative;
    padding: 12px 2px;
    color: #334155;
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    transition: color 0.2s ease;
}

#header #nav > li > a::after,
#header .main-navbar-wrapper .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff6a2b, #ff9a3d);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

#header #nav > li > a:hover,
#header #nav > li > a:focus,
#header .main-navbar-wrapper .navbar-nav > li > a:hover,
#header .main-navbar-wrapper .navbar-nav > li > a:focus {
    color: #111827;
}

#header #nav > li > a:hover::after,
#header #nav > li > a:focus::after,
#header .main-navbar-wrapper .navbar-nav > li > a:hover::after,
#header .main-navbar-wrapper .navbar-nav > li > a:focus::after,
#header #nav > li.active > a::after,
#header .main-navbar-wrapper .navbar-nav > li.active > a::after {
    transform: scaleX(1);
}

#header .dropdown-menu {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
}

#header .dropdown-item {
    border-radius: 10px;
}

#header .dropdown-item:hover,
#header .dropdown-item:focus {
    background: rgba(255, 106, 43, 0.08);
    color: #111827;
}

#header .navbar-toggler,
#header .btn[data-target="#mainNavbar"] {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: #fff;
    color: #0f172a;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

#header .navbar-toggler:focus,
#header .btn[data-target="#mainNavbar"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 106, 43, 0.15);
}

#header .navbar-collapse.show,
#header .navbar-collapse.collapsing {
    padding: 14px 0 6px;
}

#header .search .prepended-form-control {
    min-height: 44px;
    border-color: rgba(148, 163, 184, 0.28);
}

#header .search .input-group-prepend .btn {
    border: 1px solid rgba(148, 163, 184, 0.28);
    background: #fff;
    color: #64748b;
}

@media (min-width: 1200px) {
    #header .main-navbar-wrapper .container {
        position: relative;
    }
}

@media (max-width: 1199.98px) {
    #header {
        position: static;
    }

    #header .navbar.navbar-light {
        padding: 14px 0 12px;
    }

    #header .search .form-control,
    #header .search .prepended-form-control {
        min-width: 0;
        width: 100%;
    }

    #header .toolbar {
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    #header .navbar-brand img.logo-img {
        height: 35px;
    }

    #header .toolbar .nav-link {
        width: 42px;
        height: 42px;
    }

    #header .navbar.navbar-light .container {
        gap: 10px;
    }

    #header .main-navbar-wrapper .container {
        padding-top: 12px;
    }
}

body.radarditu-client-page #main-body #radardituThemeSidebar.sidebar {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

body.radarditu-client-page #radardituThemeSidebar .radarditu-sidebar {
    width: 100%;
    min-height: calc(100vh - 210px);
    margin: 0;
}

body.radarditu-client-page #radardituThemeSidebar .radarditu-sidebar-collapse {
    display: none;
}

/* Support ticket flow. */
.ditu-ticket-flow {
    max-width: 960px;
    margin: 34px auto 52px;
}

.ditu-ticket-flow__header {
    margin-bottom: 26px;
    text-align: center;
}

.ditu-ticket-flow__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #007a61;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ditu-ticket-flow__header h1,
.ditu-ticket-confirmation h1 {
    margin: 0;
    color: #172033;
    font-size: 2rem;
    font-weight: 700;
}

.ditu-ticket-flow__header p {
    margin: 8px 0 0;
    color: #667085;
}

.ditu-ticket-departments__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ditu-ticket-department {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 104px;
    padding: 20px;
    border: 1px solid #e1e6ed;
    border-radius: 16px;
    background: #fff;
    color: #172033;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ditu-ticket-department:hover,
.ditu-ticket-department:focus {
    border-color: #00d4a8;
    box-shadow: 0 10px 24px rgba(0, 56, 200, .08);
    color: #172033;
    text-decoration: none;
    transform: translateY(-2px);
}

.ditu-ticket-department__icon,
.ditu-ticket-confirmation__icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #edf3ff;
    color: #0038c8;
}

.ditu-ticket-department__content {
    min-width: 0;
}

.ditu-ticket-department__content strong,
.ditu-ticket-department__content small {
    display: block;
}

.ditu-ticket-department__content strong {
    font-size: .98rem;
}

.ditu-ticket-department__content small {
    margin-top: 4px;
    color: #667085;
    line-height: 1.4;
}

.ditu-ticket-department__arrow {
    margin-left: auto;
    color: #98a2b3;
}

.ditu-ticket-form .card,
.ditu-ticket-confirmation .card {
    border: 1px solid #e1e6ed;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

.ditu-ticket-form .card-body {
    padding: 32px;
}

.ditu-ticket-form__section + .ditu-ticket-form__section {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #edf0f4;
}

.ditu-ticket-form__section h2 {
    margin: 0 0 20px;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 700;
}

.ditu-ticket-form label {
    color: #475467;
    font-size: .85rem;
    font-weight: 600;
}

.ditu-ticket-form .form-control,
.ditu-ticket-form .custom-file-label {
    min-height: 46px;
    border-color: #d0d7de;
    border-radius: 10px;
    box-shadow: none;
}

.ditu-ticket-form textarea.form-control {
    min-height: 190px;
}

.ditu-ticket-form .form-control:focus,
.ditu-ticket-form .custom-file-input:focus ~ .custom-file-label {
    border-color: #00d4a8;
    box-shadow: 0 0 0 3px rgba(0, 212, 168, .14);
}

.ditu-ticket-form .input-group-append .btn {
    border: 1px solid #d0d7de;
    background: #fff;
    color: #0038c8;
}

.ditu-ticket-form__actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #edf0f4;
}

.ditu-ticket-form__actions .btn-primary,
.ditu-ticket-confirmation .btn-primary {
    border: 0;
    background: #e84b0f;
    color: #fff;
    font-weight: 700;
}

.ditu-ticket-form__actions .btn-primary:hover,
.ditu-ticket-form__actions .btn-primary:focus,
.ditu-ticket-confirmation .btn-primary:hover,
.ditu-ticket-confirmation .btn-primary:focus {
    background: #c9400c;
    color: #fff;
}

.ditu-ticket-form__actions .btn-default {
    border: 1px solid #d0d7de;
    background: #fff;
    color: #475467;
}

.ditu-ticket-confirmation {
    max-width: 620px;
    text-align: center;
}

.ditu-ticket-confirmation .card-body {
    padding: 48px 36px;
}

.ditu-ticket-confirmation__icon {
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #e6faf5;
    color: #007a61;
    font-size: 1.35rem;
}

.ditu-ticket-confirmation p {
    margin: 12px auto 0;
    color: #667085;
    line-height: 1.6;
}

.ditu-ticket-confirmation__number {
    color: #344054 !important;
}

.ditu-ticket-confirmation__number a {
    color: #0038c8;
    font-weight: 700;
}

.ditu-ticket-confirmation .btn {
    margin-top: 24px;
    min-width: 200px;
}

@media (max-width: 767.98px) {
    .ditu-ticket-flow {
        margin: 24px 12px 36px;
    }

    .ditu-ticket-flow__header h1,
    .ditu-ticket-confirmation h1 {
        font-size: 1.6rem;
    }

    .ditu-ticket-departments__grid {
        grid-template-columns: 1fr;
    }

    .ditu-ticket-form .card-body,
    .ditu-ticket-confirmation .card-body {
        padding: 24px 20px;
    }

    .ditu-ticket-form__actions {
        flex-direction: column-reverse;
    }

    .ditu-ticket-form__actions .btn {
        width: 100%;
    }
}

/* Email verification needs a clear, high-priority action. */
body:not(.template-auth) .verification-banner.email-verification {
    position: relative;
    z-index: 20;
    padding: 15px 0;
    border: 0;
    border-bottom: 3px solid #e84b0f;
    background: #fff3ed;
    color: #7a2d0b;
    box-shadow: 0 8px 22px rgba(232, 75, 15, .12);
}

body:not(.template-auth) .verification-banner.email-verification .container {
    position: relative;
}

body:not(.template-auth) .verification-banner.email-verification .row {
    align-items: center;
}

body:not(.template-auth) .verification-banner.email-verification .fas,
body:not(.template-auth) .verification-banner.email-verification .fal,
body:not(.template-auth) .verification-banner.email-verification .far {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 12px 0 0;
    padding: 0;
    border-radius: 50%;
    background: #e84b0f;
    color: #fff;
    font-size: 1.05rem;
    vertical-align: middle;
}

body:not(.template-auth) .verification-banner.email-verification .text {
    display: inline-block;
    max-width: calc(100% - 62px);
    padding: 0;
    color: #7a2d0b;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.45;
    vertical-align: middle;
}

body:not(.template-auth) .verification-banner.email-verification .text::before {
    content: 'Ação necessária';
    display: block;
    margin-bottom: 2px;
    color: #b43a09;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body:not(.template-auth) .verification-banner.email-verification .btn.btn-action,
body:not(.template-auth) .verification-banner.email-verification .btn.btn-action:active,
body:not(.template-auth) .verification-banner.email-verification .btn.btn-action[disabled]:hover {
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    background: #e84b0f;
    color: #fff;
    font-size: .84rem;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(232, 75, 15, .2);
}

body:not(.template-auth) .verification-banner.email-verification .btn.btn-action:hover,
body:not(.template-auth) .verification-banner.email-verification .btn.btn-action:focus {
    background: #c9400c;
    color: #fff;
}

body:not(.template-auth) .verification-banner.email-verification .btn.close {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 1px solid #f0bca6;
    border-radius: 50%;
    background: #fff;
    color: #a73a12;
    font-size: 1.25rem;
    line-height: 1;
    opacity: 1;
    transform: translateY(-50%);
}

body:not(.template-auth) .verification-banner.email-verification .btn.close:hover,
body:not(.template-auth) .verification-banner.email-verification .btn.close:focus {
    background: #fde4d8;
    color: #7a2d0b;
}

@media (max-width: 767.98px) {
    body:not(.template-auth) .verification-banner.email-verification {
        padding: 16px 0;
    }

    body:not(.template-auth) .verification-banner.email-verification .col-10 {
        padding-right: 48px;
    }

    body:not(.template-auth) .verification-banner.email-verification .col-12 {
        margin-top: 14px;
    }

    body:not(.template-auth) .verification-banner.email-verification .btn.close {
        top: 2px;
        right: 14px;
        transform: none;
    }
}

/* Keep the client dashboard focused on services, invoices and support. */
body:has(#main-body .tiles) #main-body .sidebar {
    display: none;
}

body:has(#main-body .tiles) #main-body .primary-content {
    flex: 0 0 100%;
    max-width: 100%;
}

body:has(#main-body .tiles) #main-body .client-home-cards [menuItemName="Register a New Domain"],
body:has(#main-body .tiles) #main-body .client-home-cards [menuItemName="Registrar um novo domínio"],
body:has(#main-body .tiles) #main-body .client-home-cards [menuItemName="Recent News"],
body:has(#main-body .tiles) #main-body .client-home-cards [menuItemName="Últimas Notícias"] {
    display: none !important;
}

body.ditu-client-home-page #main-body > .container > .row > .col-lg-4.col-xl-3,
body.ditu-client-home-page #main-body .sidebar-secondary {
    display: none !important;
}

body.ditu-client-home-page #main-body .primary-content {
    flex: 0 0 100%;
    max-width: 100%;
}

body.ditu-client-home-page #main-body .client-home-cards [menuItemName="Register a New Domain"],
body.ditu-client-home-page #main-body .client-home-cards [menuItemName="Registrar um novo domínio"],
body.ditu-client-home-page #main-body .client-home-cards [menuItemName="Recent News"],
body.ditu-client-home-page #main-body .client-home-cards [menuItemName="Últimas Notícias"] {
    display: none !important;
}

/* Shared action buttons: avoid unstyled white controls across the client area. */
body:not(.template-auth) .btn.btn-primary,
body:not(.template-auth) .btn.btn-success {
    border-color: #e84b0f;
    background: #e84b0f;
    color: #fff;
    font-weight: 700;
}

body:not(.template-auth) .btn.btn-primary:hover,
body:not(.template-auth) .btn.btn-primary:focus,
body:not(.template-auth) .btn.btn-success:hover,
body:not(.template-auth) .btn.btn-success:focus {
    border-color: #c9400c;
    background: #c9400c;
    color: #fff;
}

body:not(.template-auth) .btn.btn-default {
    border-color: #c8d6f4;
    background: #edf3ff;
    color: #0038c8;
    font-weight: 700;
}

body:not(.template-auth) .btn.btn-default:hover,
body:not(.template-auth) .btn.btn-default:focus {
    border-color: #0038c8;
    background: #0038c8;
    color: #fff;
}

body:not(.template-auth) .btn-group-primary > .btn.btn-default,
body:not(.template-auth) .btn-group-primary > .btn-group > .btn.btn-default {
    border-color: #0038c8;
    background: #0038c8;
    color: #fff;
}

body:not(.template-auth) .btn-group-primary > .btn.btn-default:hover,
body:not(.template-auth) .btn-group-primary > .btn-group > .btn.btn-default:hover {
    border-color: #002a98;
    background: #002a98;
}

body:not(.template-auth) .btn-group-secondary > .btn.btn-default,
body:not(.template-auth) .btn-group-secondary > .btn-group > .btn.btn-default {
    border-color: #00a98a;
    background: #e6faf5;
    color: #007a61;
}

body:not(.template-auth) .btn-group-secondary > .btn.btn-default:hover,
body:not(.template-auth) .btn-group-secondary > .btn-group > .btn.btn-default:hover {
    border-color: #007a61;
    background: #007a61;
    color: #fff;
}

body:not(.template-auth) .div-service-buttons .btn-view-details {
    border-color: #d8dee9;
    background: #f5f7fa;
    color: #475467;
}

body:not(.template-auth) #main-body .client-home-cards .card-header .btn {
    border-color: #0038c8;
    background: #0038c8;
    color: #fff;
}

body:not(.template-auth) #main-body .client-home-cards .card-header .btn:hover,
body:not(.template-auth) #main-body .client-home-cards .card-header .btn:focus {
    border-color: #002a98;
    background: #002a98;
    color: #fff;
}

/* Product details and cPanel module output. */
body.ditu-product-details-page #main-body .alert-warning {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #f5cf77;
    border-radius: 14px;
    background: #fff8e7;
    color: #7c5500;
    font-weight: 600;
}

body.ditu-product-details-page #main-body .alert-warning .float-right {
    margin-left: auto;
}

body.ditu-product-details-page #main-body .alert-warning .btn {
    border: 0;
    background: #e84b0f;
    color: #fff;
}

body.ditu-product-details-page #main-body .ditu-product-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 22px;
    padding: 14px 18px;
    border: 1px solid #e1e6ed;
    border-radius: 16px;
    background: #fff;
}

body.ditu-product-details-page #main-body .ditu-product-context__nav,
body.ditu-product-details-page #main-body .ditu-product-context__actions-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

body.ditu-product-details-page #main-body .ditu-product-context__nav-item,
body.ditu-product-details-page #main-body .ditu-product-context__action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: auto;
    margin: 0;
    padding: 9px 12px;
    border: 1px solid #dce3ec;
    border-radius: 999px;
    background: #fff;
    color: #475467;
    font-size: .82rem;
    font-weight: 600;
}

body.ditu-product-details-page #main-body a.ditu-product-context__nav-item,
body.ditu-product-details-page #main-body a.ditu-product-context__action {
    color: #0038c8;
    text-decoration: none;
}

body.ditu-product-details-page #main-body .ditu-product-context__action {
    border-color: #b9eadf;
    background: #f2fbf8;
    color: #007a61;
    cursor: pointer;
}

body.ditu-product-details-page #main-body .ditu-product-context__action:hover,
body.ditu-product-details-page #main-body .ditu-product-context__action:focus {
    border-color: #00a98a;
    background: #e2f8f1;
}

body.ditu-product-details-page #main-body .ditu-product-context__action.is-primary-action {
    border-color: #0038c8 !important;
    background: #0038c8 !important;
    color: #fff !important;
}

body.ditu-product-details-page #main-body .ditu-product-context__action.is-primary-action:hover,
body.ditu-product-details-page #main-body .ditu-product-context__action.is-primary-action:focus {
    border-color: #002a98;
    background: #002a98;
    color: #fff;
}

body.ditu-product-details-page #main-body .ditu-product-context__action.is-secondary-action {
    border-color: #c8d6f4 !important;
    background: #edf3ff !important;
    color: #0038c8 !important;
}

body.ditu-product-details-page #main-body .ditu-product-context__action.is-neutral-action {
    border-color: #d8dee9 !important;
    background: #f8fafc !important;
    color: #475467 !important;
}

body.ditu-product-details-page #main-body .ditu-product-context__action.is-danger-action {
    border-color: #fecaca !important;
    background: #fff1f2 !important;
    color: #b42318 !important;
}

body.ditu-product-details-page #main-body .ditu-product-context__action.is-danger-action:hover,
body.ditu-product-details-page #main-body .ditu-product-context__action.is-danger-action:focus {
    border-color: #b42318;
    background: #b42318;
    color: #fff;
}

body.ditu-product-details-page #main-body .ditu-product-context__label {
    display: block;
    margin-bottom: 7px;
    color: #667085;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.ditu-product-details-page #main-body .tab-content.margin-bottom > .tab-pane > .card,
body.ditu-product-details-page #main-body .product-details-tab-container,
body.ditu-product-details-page #tabOverview .panel {
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid #e1e6ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

body.ditu-product-details-page #main-body .tab-content.margin-bottom > .tab-pane > .card > .card-body {
    padding: 28px;
}

body.ditu-product-details-page #main-body .product-details .product-status {
    overflow: hidden;
    border: 1px solid #dce8ff;
    border-radius: 16px;
    background: #f5f8ff;
}

body.ditu-product-details-page #main-body .product-details .product-icon {
    padding: 24px;
    border-radius: 0;
    background: transparent;
    color: #0038c8;
}

body.ditu-product-details-page #main-body .product-details .product-icon h3 {
    margin: 12px 0 4px;
    color: #172033;
    font-size: 1.25rem;
    font-weight: 700;
}

body.ditu-product-details-page #main-body .product-details .product-icon h4 {
    margin: 0;
    color: #667085;
    font-size: .88rem;
    font-weight: 500;
}

body.ditu-product-details-page #main-body .product-details .product-status-text {
    padding: 10px 16px;
    background: #0038c8;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-align: center;
    text-transform: uppercase;
}

body.ditu-product-details-page #main-body .product-details > .row > .col-md-6:last-child {
    padding: 8px 20px;
    color: #172033;
    line-height: 1.5;
    text-align: center !important;
}

body.ditu-product-details-page #main-body .product-details > .row > .col-md-6:last-child h4 {
    margin: 16px 0 4px;
    color: #667085;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.ditu-product-details-page #main-body .product-actions-wrapper {
    margin-top: 16px;
}

body.ditu-product-details-page #main-body .product-actions-wrapper .btn {
    margin-bottom: 8px;
}

body.ditu-product-details-page #tabOverview .panel-heading {
    padding: 18px 22px;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
    color: #172033;
    font-size: 1.05rem;
    font-weight: 700;
}

body.ditu-product-details-page #tabOverview .panel-body {
    padding: 22px;
    background: #fff;
}

body.ditu-product-details-page #tabOverview .panel .panel-body > .row + .row {
    margin-top: 18px;
}

body.ditu-product-details-page #tabOverview .panel a:not(.btn) {
    color: #0038c8;
    font-weight: 600;
}

body.ditu-product-details-page #tabOverview .panel img {
    max-width: 58px;
    height: auto;
}

body.ditu-product-details-page #main-body .nav-tabs.responsive-tabs-sm {
    gap: 8px;
    margin-bottom: 0;
    border-bottom: 0;
}

body.ditu-product-details-page #main-body .nav-tabs.responsive-tabs-sm .nav-link {
    border: 1px solid #dce3ec;
    border-radius: 999px;
    color: #475467;
    font-size: .84rem;
    font-weight: 700;
}

body.ditu-product-details-page #main-body .nav-tabs.responsive-tabs-sm .nav-link.active {
    border-color: #0038c8;
    background: #0038c8;
    color: #fff;
}

body.ditu-product-details-page #main-body .responsive-tabs-sm-connector {
    display: none;
}

body.ditu-product-details-page #main-body .product-details-tab-container {
    padding: 26px;
}

@media (max-width: 767.98px) {
    body.ditu-product-details-page #main-body .tab-content.margin-bottom > .tab-pane > .card > .card-body,
    body.ditu-product-details-page #tabOverview .panel-body,
    body.ditu-product-details-page #main-body .product-details-tab-container {
        padding: 20px;
    }

    body.ditu-product-details-page #main-body .product-details > .row > .col-md-6:last-child {
        padding: 20px 0 0;
    }

    body.ditu-product-details-page #main-body .alert-warning {
        align-items: flex-start;
        flex-direction: column;
    }

    body.ditu-product-details-page #main-body .alert-warning .float-right {
        margin-left: 0;
    }

    body.ditu-product-details-page #main-body .ditu-product-context {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    body.invoice-page {
        padding-left: 0 !important;
        background: #f8f9fa;
    }

    .invoice-container .invoice-parties,
    .invoice-container .invoice-line-items,
    .invoice-container .invoice-transactions,
    .invoice-container .invoice-actions {
        width: calc(100% - 468px) !important;
        margin-left: 0;
        margin-right: auto;
    }

    .invoice-container .invoice-actions {
        float: none !important;
    }

    .invoice-container .invoice-parties > .invoice-col {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left !important;
    }

    .invoice-container .invoice-parties > .invoice-col.right {
        order: 2;
        margin-top: 18px;
    }
}

/* Navegacao lateral do portal. */
@media (min-width: 1200px) {
    body:not(.template-auth) {
        padding-left: 292px;
        background: #f7f8fa;
    }

    body:not(.template-auth) #header {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 1040;
        display: flex;
        width: 292px;
        height: 100vh;
        flex-direction: column;
        overflow: visible;
        background: #fff;
        border: 0;
        border-right: 1px solid #e9edf2;
        box-shadow: 12px 0 35px rgba(15, 23, 42, 0.045);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    body:not(.template-auth) #header .navbar.navbar-light {
        order: 1;
        flex: 0 0 auto;
        padding: 28px 24px 20px;
    }

    body:not(.template-auth) #header .navbar.navbar-light .container {
        display: flex;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    body:not(.template-auth) #header .navbar-brand {
        width: calc(100% - 64px);
        min-width: 0;
        margin: 0;
    }

    body:not(.template-auth) #header .navbar-brand img.logo-img {
        max-width: 176px;
        max-height: 52px;
    }

    body:not(.template-auth) #header .navbar.navbar-light form {
        order: 3;
        width: 100%;
        margin: 0 !important;
    }

    body:not(.template-auth) #header .search {
        width: 100%;
    }

    body:not(.template-auth) #header .search .form-control {
        min-width: 0;
        height: 42px;
    }

    body:not(.template-auth) #header .toolbar {
        width: 44px;
        margin: 0 0 0 auto;
    }

    body:not(.template-auth) #header .toolbar .nav-link,
    body:not(.template-auth) #header .toolbar .cart-btn {
        width: 42px;
        height: 42px;
        box-shadow: none;
    }

    body:not(.template-auth) #header .main-navbar-wrapper {
        order: 2;
        display: flex;
        min-height: 0;
        padding: 8px 16px 18px;
        flex: 1 1 auto;
        align-items: stretch;
        justify-content: flex-start;
        overflow-x: visible;
        overflow-y: auto;
    }

    body:not(.template-auth) #header .main-navbar-wrapper::before {
        display: none;
    }

    body:not(.template-auth) #header .main-navbar-wrapper .container {
        display: flex;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 18px 0 0;
        align-items: flex-start;
        justify-content: flex-start;
        border-top: 1px solid #edf0f4;
    }

    body:not(.template-auth) #header #mainNavbar {
        display: flex !important;
        width: 100%;
        min-height: 0;
        flex-direction: column;
        flex: 0 0 auto;
        align-items: stretch;
        justify-content: flex-start;
        gap: 6px;
    }

    body:not(.template-auth) #header #nav,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav {
        width: 100%;
        margin: 0 !important;
        flex-direction: column;
        align-items: stretch;
        gap: 3px;
    }

    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav.ml-auto {
        margin-top: 8px !important;
        padding-top: 8px;
        border-top: 1px solid #edf0f4;
    }

    body:not(.template-auth) #header #nav > li,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li {
        position: relative;
        width: 100%;
    }

    body:not(.template-auth) #header #nav > li > a,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li > a {
        display: flex;
        min-height: 48px;
        padding: 11px 12px;
        align-items: center;
        border-radius: 9px;
        color: #20242b;
        font-size: 0.96rem;
        font-weight: 500;
        transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
    }

    body:not(.template-auth) #header #nav > li > a::after,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li > a::after {
        display: none;
    }

    body:not(.template-auth) #header #nav > li > a:hover,
    body:not(.template-auth) #header #nav > li > a:focus,
    body:not(.template-auth) #header #nav > li.active > a,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li > a:hover,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li > a:focus,
    body:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li.active > a {
        background: #f2f5fa;
        color: #111827;
        text-decoration: none;
        transform: translateX(2px);
    }

    body:not(.template-auth) #header .sidebar-nav-icon {
        display: inline-flex;
        width: 25px;
        margin-right: 10px;
        flex: 0 0 25px;
        align-items: center;
        justify-content: center;
        color: #aeb5c1;
        font-size: 1.05rem;
    }

    body:not(.template-auth) #header .sidebar-nav-icon:empty::before,
    body:not(.template-auth) #header .sidebar-subnav-icon:empty::before {
        content: "\f00a";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    body:not(.template-auth) #header [menuItemName="Home"] > a .sidebar-nav-icon:empty::before {
        content: "\f015";
    }

    body:not(.template-auth) #header [menuItemName="Store"] > a .sidebar-nav-icon:empty::before {
        content: "\f54e";
    }

    body:not(.template-auth) #header [menuItemName="Announcements"] > a .sidebar-nav-icon:empty::before {
        content: "\f0a1";
    }

    body:not(.template-auth) #header [menuItemName="Knowledgebase"] > a .sidebar-nav-icon:empty::before {
        content: "\f02d";
    }

    body:not(.template-auth) #header [menuItemName="Network Status"] > a .sidebar-nav-icon:empty::before {
        content: "\f1eb";
    }

    body:not(.template-auth) #header [menuItemName="Affiliates"] > a .sidebar-nav-icon:empty::before {
        content: "\f2b5";
    }

    body:not(.template-auth) #header [menuItemName="Contact Us"] > a .sidebar-nav-icon:empty::before {
        content: "\f0e0";
    }

    body:not(.template-auth) #header [menuItemName="Account"] > a .sidebar-nav-icon:empty::before {
        content: "\f2bd";
    }

    body:not(.template-auth) #header .sidebar-nav-label {
        min-width: 0;
        flex: 1 1 auto;
    }

    body:not(.template-auth) #header .dropdown-toggle::before {
        content: "\f105";
        position: absolute;
        right: 13px;
        color: #aeb5c1;
        font-size: 0.75rem;
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    body:not(.template-auth) #header .dropdown-menu {
        position: static !important;
        width: 100%;
        min-width: 0;
        margin: 4px 0 8px;
        padding: 6px;
        transform: none !important;
        border: 0;
        border-radius: 12px;
        background: #f7f8fa;
        box-shadow: none;
    }

    body:not(.template-auth) #header .dropdown-menu-right {
        right: auto;
        left: auto;
    }

    body:not(.template-auth) #header .dropdown-item {
        padding: 4px;
    }

    body:not(.template-auth) #header .dropdown-item > a {
        display: flex;
        padding: 9px 10px !important;
        align-items: center;
        border-radius: 7px;
        color: #4b5565;
        font-size: 0.9rem;
    }

    body:not(.template-auth) #header .sidebar-subnav-icon {
        display: inline-flex;
        width: 18px;
        margin-right: 9px;
        flex: 0 0 18px;
        justify-content: center;
        color: #b4bbc6;
        font-size: 0.72rem;
    }

    body:not(.template-auth) #header .dropdown.show > .dropdown-toggle::before {
        transform: rotate(90deg);
    }

    body:not(.template-auth) #header .dropdown-toggle::before {
        transition: transform 0.18s ease;
    }

    body:not(.template-auth) #header .topbar {
        order: 3;
        flex: 0 0 auto;
        padding: 14px 16px;
        background: #fbfcfd;
        border-top: 1px solid #edf0f4;
        border-bottom: 0;
    }

    body:not(.template-auth) #header .topbar .container {
        padding: 0;
    }

    body:not(.template-auth) #header .topbar .d-flex {
        flex-direction: column;
        gap: 8px;
    }

    body:not(.template-auth) #header .topbar .mr-auto,
    body:not(.template-auth) #header .topbar .ml-auto {
        width: 100%;
        margin: 0 !important;
    }

    body:not(.template-auth) #header .topbar .btn,
    body:not(.template-auth) #header .topbar .input-group,
    body:not(.template-auth) #header .topbar .btn-group {
        width: 100%;
        border-radius: 10px;
        box-shadow: none;
    }

    body:not(.template-auth) #header .topbar .btn-group .btn {
        width: auto;
    }

    body:not(.template-auth) nav.master-breadcrumb,
    body:not(.template-auth) #main-body,
    body:not(.template-auth) #footer {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    body:not(.template-auth),
    body:not(.template-auth) #header {
        transition: width 0.22s ease, padding-left 0.22s ease;
    }

    body:not(.template-auth) #header .sidebar-desktop-toggle {
        position: absolute;
        top: 28px;
        right: -15px;
        z-index: 2;
        width: 30px;
        height: 30px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 1px solid #e2e7ee;
        border-radius: 50%;
        background: #fff;
        color: #8c96a5;
        font-size: 0.7rem;
        box-shadow: 0 5px 16px rgba(15, 23, 42, 0.12);
        transition: color 0.18s ease, transform 0.22s ease;
    }

    body:not(.template-auth) #header .sidebar-desktop-toggle:hover {
        color: #e8571d;
    }

    body.sidebar-collapsed:not(.template-auth) {
        padding-left: 92px;
    }

    body.sidebar-collapsed:not(.template-auth) #header {
        width: 92px;
    }

    body.sidebar-collapsed:not(.template-auth) #header .sidebar-desktop-toggle {
        transform: rotate(180deg);
    }

    body.sidebar-checkout-locked:not(.template-auth) #header .sidebar-desktop-toggle {
        display: inline-flex !important;
    }

    body.sidebar-checkout-locked:not(.template-auth) #header .main-navbar-wrapper {
        display: flex !important;
    }

    body.sidebar-collapsed:not(.template-auth) #header .navbar.navbar-light {
        padding: 24px 18px 12px;
    }

    body.sidebar-collapsed:not(.template-auth) #header .navbar.navbar-light .container {
        display: block;
    }

    body.sidebar-collapsed:not(.template-auth) #header .navbar-brand {
        display: block;
        width: 35px;
        height: 35px;
        overflow: hidden;
        background: url(../img/favicon.png) center / 35px 35px no-repeat;
    }

    body.sidebar-collapsed:not(.template-auth) #header .navbar-brand img.logo-img {
        display: none;
    }

    body.sidebar-collapsed:not(.template-auth) #header .navbar.navbar-light form,
    body.sidebar-collapsed:not(.template-auth) #header .toolbar {
        display: none !important;
    }

    body.sidebar-collapsed:not(.template-auth) #header .main-navbar-wrapper {
        padding: 8px 12px 18px;
        overflow: visible;
    }

    body.sidebar-collapsed:not(.template-auth) #header .main-navbar-wrapper .container {
        padding-top: 14px;
        overflow: visible;
    }

    body.sidebar-collapsed:not(.template-auth) #header #mainNavbar,
    body.sidebar-collapsed:not(.template-auth) #header #nav,
    body.sidebar-collapsed:not(.template-auth) #header .main-navbar-wrapper .navbar-nav {
        overflow: visible;
    }

    body.sidebar-collapsed:not(.template-auth) #header #nav > li > a,
    body.sidebar-collapsed:not(.template-auth) #header .main-navbar-wrapper .navbar-nav > li > a {
        width: 58px;
        min-height: 50px;
        padding: 0;
        justify-content: center;
    }

    body.sidebar-collapsed:not(.template-auth) #header .sidebar-nav-icon {
        width: 28px;
        margin: 0;
        flex-basis: 28px;
        font-size: 1.1rem;
    }

    body.sidebar-collapsed:not(.template-auth) #header .sidebar-nav-label,
    body.sidebar-collapsed:not(.template-auth) #header .navbar-nav > li > a > .badge,
    body.sidebar-collapsed:not(.template-auth) #header .dropdown-toggle::before {
        display: none;
    }

    body.sidebar-collapsed:not(.template-auth) #header .dropdown-menu {
        position: absolute !important;
        top: 0;
        left: 68px;
        width: 250px;
        margin: 0;
        padding: 8px;
        border: 1px solid #e7ebf0;
        background: #fff;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    }

    body.sidebar-collapsed:not(.template-auth) #header .topbar {
        padding: 12px 16px;
    }

    body.sidebar-collapsed:not(.template-auth) #header .topbar .ml-auto,
    body.sidebar-collapsed:not(.template-auth) #header .topbar .btn span {
        display: none !important;
    }

    body.sidebar-collapsed:not(.template-auth) #header .topbar .mr-auto,
    body.sidebar-collapsed:not(.template-auth) #header .topbar .btn {
        width: 58px;
    }
}

@media (max-width: 1199.98px) {
    body:not(.template-auth) #header {
        position: sticky;
        top: 0;
    }

    body:not(.template-auth) #header .main-navbar-wrapper {
        position: static;
        max-height: none;
        padding: 0;
        overflow: visible;
    }

    body:not(.template-auth) #header .main-navbar-wrapper > .container {
        position: static;
        padding: 0;
    }

    body:not(.template-auth) #header #mainNavbar {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 1045;
        width: min(340px, 88vw);
        height: 100vh !important;
        padding: 22px 18px 28px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        box-shadow: 18px 0 45px rgba(15, 23, 42, 0.18);
    }

    body:not(.template-auth) #header #mainNavbar.collapsing {
        display: block;
        transition: transform 0.22s ease;
    }

    body:not(.template-auth) #header .mobile-sidebar-header {
        display: flex;
        min-height: 58px;
        margin-bottom: 20px;
        align-items: center;
        justify-content: space-between;
    }

    body:not(.template-auth) #header .mobile-sidebar-brand {
        display: inline-flex;
        max-width: 210px;
        align-items: center;
        color: #111827;
        font-size: 1.15rem;
        font-weight: 800;
    }

    body:not(.template-auth) #header .mobile-sidebar-brand img {
        max-width: 190px;
        max-height: 50px;
    }

    body:not(.template-auth) #header .mobile-sidebar-close {
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid #e7eaf0;
        border-radius: 10px;
        background: #fff;
        color: #697386;
    }

    body:not(.template-auth) #header #mainNavbar > form {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #edf0f4;
    }

    body:not(.template-auth) #header #mainNavbar .search {
        margin: 0 !important;
        flex-wrap: nowrap;
    }

    body:not(.template-auth) #header #mainNavbar .search .input-group-prepend {
        flex: 0 0 auto;
    }

    body:not(.template-auth) #header #mainNavbar .search .btn {
        height: 44px;
        border-right: 0;
        border-radius: 12px 0 0 12px;
    }

    body:not(.template-auth) #header #mainNavbar .search .form-control,
    body:not(.template-auth) #header #mainNavbar .search .prepended-form-control {
        width: 1%;
        min-width: 0;
        height: 44px;
        flex: 1 1 auto;
        border-left: 0;
        border-radius: 0 12px 12px 0;
    }

    body:not(.template-auth) #header #mainNavbar .navbar-nav {
        width: 100%;
        margin: 0 !important;
        flex-direction: column;
        align-items: stretch;
        gap: 3px;
    }

    body:not(.template-auth) #header #mainNavbar .navbar-nav > li > a {
        position: relative;
        display: flex;
        min-height: 48px;
        padding: 11px 12px;
        align-items: center;
        border-radius: 9px;
        color: #20242b;
        font-size: 0.96rem;
        font-weight: 500;
    }

    body:not(.template-auth) #header #mainNavbar .navbar-nav > li > a:hover,
    body:not(.template-auth) #header #mainNavbar .navbar-nav > li > a:focus,
    body:not(.template-auth) #header #mainNavbar .navbar-nav > li.active > a {
        background: #f2f5fa;
        color: #111827;
        text-decoration: none;
    }

    body:not(.template-auth) #header #mainNavbar .navbar-nav.ml-auto {
        margin-top: 8px !important;
        padding-top: 8px;
        border-top: 1px solid #edf0f4;
    }

    body:not(.template-auth) #header .sidebar-nav-icon {
        display: inline-flex;
        width: 25px;
        margin-right: 10px;
        flex: 0 0 25px;
        align-items: center;
        justify-content: center;
        color: #aeb5c1;
        font-size: 1.05rem;
    }

    body:not(.template-auth) #header .sidebar-nav-icon:empty::before,
    body:not(.template-auth) #header .sidebar-subnav-icon:empty::before {
        content: "\f00a";
        font-family: "Font Awesome 6 Pro";
        font-weight: 900;
    }

    body:not(.template-auth) #header [menuItemName="Home"] > a .sidebar-nav-icon:empty::before { content: "\f015"; }
    body:not(.template-auth) #header [menuItemName="Store"] > a .sidebar-nav-icon:empty::before { content: "\f54e"; }
    body:not(.template-auth) #header [menuItemName="Announcements"] > a .sidebar-nav-icon:empty::before { content: "\f0a1"; }
    body:not(.template-auth) #header [menuItemName="Knowledgebase"] > a .sidebar-nav-icon:empty::before { content: "\f02d"; }
    body:not(.template-auth) #header [menuItemName="Network Status"] > a .sidebar-nav-icon:empty::before { content: "\f1eb"; }
    body:not(.template-auth) #header [menuItemName="Affiliates"] > a .sidebar-nav-icon:empty::before { content: "\f2b5"; }
    body:not(.template-auth) #header [menuItemName="Contact Us"] > a .sidebar-nav-icon:empty::before { content: "\f0e0"; }
    body:not(.template-auth) #header [menuItemName="Account"] > a .sidebar-nav-icon:empty::before { content: "\f2bd"; }

    body:not(.template-auth) #header .sidebar-nav-label {
        min-width: 0;
        flex: 1 1 auto;
    }

    body:not(.template-auth) #header #mainNavbar .dropdown-toggle::after {
        display: none;
    }

    body:not(.template-auth) #header #mainNavbar .dropdown-toggle::before {
        content: "\f105";
        position: absolute;
        right: 13px;
        color: #aeb5c1;
        font-family: "Font Awesome 6 Pro";
        font-size: 0.75rem;
        font-weight: 900;
        transition: transform 0.18s ease;
    }

    body:not(.template-auth) #header #mainNavbar .dropdown.show > .dropdown-toggle::before {
        transform: rotate(90deg);
    }

    body:not(.template-auth) #header #mainNavbar .dropdown-menu {
        position: static !important;
        width: 100%;
        margin: 4px 0 8px;
        padding: 6px;
        transform: none !important;
        border: 0;
        border-radius: 12px;
        background: #f7f8fa;
        box-shadow: none;
    }

    body:not(.template-auth) #header #mainNavbar .dropdown-item {
        padding: 4px;
    }

    body:not(.template-auth) #header #mainNavbar .dropdown-item > a {
        display: flex;
        padding: 9px 10px !important;
        align-items: center;
        border-radius: 7px;
        color: #4b5565;
        font-size: 0.9rem;
    }

    body:not(.template-auth) #header .sidebar-subnav-icon {
        display: inline-flex;
        width: 18px;
        margin-right: 9px;
        flex: 0 0 18px;
        justify-content: center;
        color: #b4bbc6;
        font-size: 0.72rem;
    }

    body:not(.template-auth) #header .mobile-sidebar-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1044;
        display: none;
        width: 100vw;
        height: 100vh;
        padding: 0;
        border: 0;
        background: rgba(15, 23, 42, 0.45);
    }

    body:not(.template-auth) #header #mainNavbar.show + .mobile-sidebar-backdrop {
        display: block;
    }

    body.sidebar-open {
        overflow: hidden;
    }
}

body:not(.template-auth) #footer.footer {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 32px 0 24px;
    border-top: 1px solid #1e293b;
    background: #0f172a !important;
    color: #cbd5e1 !important;
}

body:not(.template-auth) #footer.footer .container {
    width: 100%;
    max-width: none;
    padding-right: 4vw;
    padding-left: 4vw;
}

body:not(.template-auth) #footer.footer .nav-link,
body:not(.template-auth) #footer.footer a {
    color: #f8fafc !important;
}

body:not(.template-auth) #footer.footer .nav-link:hover,
body:not(.template-auth) #footer.footer a:hover {
    color: #6ee7a8 !important;
    text-decoration: none;
}

body:not(.template-auth) #footer.footer .copyright,
body:not(.template-auth) #footer.footer .notices {
    margin: 22px 0 0;
    color: #94a3b8 !important;
}

body:not(.template-auth) #footer.footer .btn-outline-light {
    border-color: #475569;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.04);
    color: #f8fafc;
}

body:not(.template-auth) #footer.footer .btn-outline-light:hover {
    border-color: #6ee7a8;
    background: rgba(110, 231, 168, 0.1);
    color: #fff;
}

/* Icones dos submenus de conta. */
body:not(.template-auth) #header [menuItemName="Services"] > a .sidebar-nav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="My Services"] > a .sidebar-nav-icon:empty::before {
    content: "\f233";
}

body:not(.template-auth) #header [menuItemName="Domains"] > a .sidebar-nav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="My Domains"] > a .sidebar-nav-icon:empty::before {
    content: "\f57d";
}

body:not(.template-auth) #header [menuItemName="Billing"] > a .sidebar-nav-icon:empty::before {
    content: "\f571";
}

body:not(.template-auth) #header [menuItemName="Support"] > a .sidebar-nav-icon:empty::before {
    content: "\f590";
}

body:not(.template-auth) #header [menuItemName="Open Ticket"] > a .sidebar-nav-icon:empty::before {
    content: "\f145";
}

body:not(.template-auth) #header [menuItemName="My Projects"] > a .sidebar-nav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Meus Projetos"] > a .sidebar-nav-icon:empty::before {
    content: "\f542";
}

body:not(.template-auth) #header [menuItemName="Login"] > a .sidebar-subnav-icon:empty::before {
    content: "\f2f6";
}

body:not(.template-auth) #header [menuItemName="Register"] > a .sidebar-subnav-icon:empty::before {
    content: "\f234";
}

body:not(.template-auth) #header [menuItemName="Forgot Password"] > a .sidebar-subnav-icon:empty::before {
    content: "\f084";
}

body:not(.template-auth) #header [menuItemName="Edit Account Details"] > a .sidebar-subnav-icon:empty::before {
    content: "\f007";
}

body:not(.template-auth) #header [menuItemName="User Management"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Contacts"] > a .sidebar-subnav-icon:empty::before {
    content: "\f0c0";
}

body:not(.template-auth) #header [menuItemName="Payment Methods"] > a .sidebar-subnav-icon:empty::before {
    content: "\f09d";
}

body:not(.template-auth) #header [menuItemName="Account Security"] > a .sidebar-subnav-icon:empty::before {
    content: "\f3ed";
}

body:not(.template-auth) #header [menuItemName="Email History"] > a .sidebar-subnav-icon:empty::before {
    content: "\f0e0";
}

body:not(.template-auth) #header [menuItemName="Logout"] > a .sidebar-subnav-icon:empty::before {
    content: "\f2f5";
}

body:not(.template-auth) #header [menuItemName="Your Profile"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Seu Perfil"] > a .sidebar-subnav-icon:empty::before {
    content: "\f007";
}

body:not(.template-auth) #header [menuItemName="Change Password"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Alterar senha"] > a .sidebar-subnav-icon:empty::before {
    content: "\f084";
}

body:not(.template-auth) #header [menuItemName="Security Settings"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="ConfiguraÃ§Ãµes de SeguranÃ§a"] > a .sidebar-subnav-icon:empty::before {
    content: "\f3ed";
}

body:not(.template-auth) #header [menuItemName="Order New Services"] > a .sidebar-subnav-icon:empty::before {
    content: "\f217";
}

body:not(.template-auth) #header [menuItemName="View Available Addons"] > a .sidebar-subnav-icon:empty::before {
    content: "\f12e";
}

body:not(.template-auth) #header [menuItemName="My Services"] > a .sidebar-subnav-icon:empty::before {
    content: "\f233";
}

body:not(.template-auth) #header [menuItemName="My Domains"] > a .sidebar-subnav-icon:empty::before {
    content: "\f57d";
}

body:not(.template-auth) #header [menuItemName="Renew Domains"] > a .sidebar-subnav-icon:empty::before {
    content: "\f2f1";
}

body:not(.template-auth) #header [menuItemName="Register a New Domain"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Registrar um novo domÃ­nio"] > a .sidebar-subnav-icon:empty::before {
    content: "\f055";
}

body:not(.template-auth) #header [menuItemName="Transfer Domains to Us"] > a .sidebar-subnav-icon:empty::before {
    content: "\f362";
}

body:not(.template-auth) #header [menuItemName="Domain Search"] > a .sidebar-subnav-icon:empty::before {
    content: "\f002";
}

body:not(.template-auth) #header [menuItemName="My Invoices"] > a .sidebar-subnav-icon:empty::before {
    content: "\f570";
}

body:not(.template-auth) #header [menuItemName="My Quotes"] > a .sidebar-subnav-icon:empty::before {
    content: "\f10d";
}

body:not(.template-auth) #header [menuItemName="Mass Payment"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Manage Credit Card"] > a .sidebar-subnav-icon:empty::before {
    content: "\f09d";
}

body:not(.template-auth) #header [menuItemName="Add Funds"] > a .sidebar-subnav-icon:empty::before {
    content: "\f4c0";
}

body:not(.template-auth) #header [menuItemName="Tickets"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Support Tickets"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Ingressos"] > a .sidebar-subnav-icon:empty::before {
    content: "\f145";
}

body:not(.template-auth) #header [menuItemName="Announcements"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="AnÃºncios"] > a .sidebar-subnav-icon:empty::before {
    content: "\f0a1";
}

body:not(.template-auth) #header [menuItemName="Knowledgebase"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Base de Conhecimento"] > a .sidebar-subnav-icon:empty::before {
    content: "\f02d";
}

body:not(.template-auth) #header [menuItemName="Downloads"] > a .sidebar-subnav-icon:empty::before {
    content: "\f019";
}

body:not(.template-auth) #header [menuItemName="Network Status"] > a .sidebar-subnav-icon:empty::before,
body:not(.template-auth) #header [menuItemName="Status da Rede"] > a .sidebar-subnav-icon:empty::before {
    content: "\f1eb";
}

body:not(.template-auth) #header [menuItemName="Procurar todos"] > a .sidebar-subnav-icon:empty::before {
    content: "\f002";
}

body:not(.template-auth) #header [menuItemName="SustentaÃ§Ã£o de Projetos"] > a .sidebar-subnav-icon:empty::before {
    content: "\f1cd";
}

body.template-auth {
    --ditu-orange: #e84b0f;
    --ditu-blue: #0038c8;
    --ditu-teal: #00d4a8;
    min-height: 100vh;
    margin: 0;
    background: #f8f9fa;
}

body.template-auth #header,
body.template-auth #footer,
body.template-auth nav.master-breadcrumb {
    display: none;
}

body.template-auth #main-body {
    display: block;
    padding: 0 !important;
}

body.template-auth #main-body > .container,
body.template-auth #main-body > .container > .row {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.template-auth #main-body .primary-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
    flex: 0 0 100%;
}

body.template-auth #main-body .sidebar {
    display: none !important;
}

body.template-auth .login-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 720px);
    align-items: start;
    justify-content: center;
    gap: 0;
    padding: 20px;
}

body.template-auth .login-hero {
    display: none;
}

body.template-auth .login-hero,
body.template-auth .login-panel {
    min-height: calc(100vh - 40px);
    border-radius: 16px;
    overflow: hidden;
}

body.template-auth .login-hero {
    display: none;
    min-height: 160px;
    height: 160px;
    border-radius: 16px 16px 0 0;
    background: var(--ditu-blue);
    box-shadow: none;
}

body.template-auth .login-panel {
    min-height: 0;
    border: 1px solid #dadce0;
    border-radius: 16px;
}

body.template-auth .login-hero {
    position: relative;
    background: var(--ditu-blue);
    box-shadow: none;
}

body.template-auth .login-hero::before,
body.template-auth .login-hero::after {
    display: none;
}

body.template-auth .login-hero__brand {
    display: none;
    position: absolute;
    top: 44px;
    left: 44px;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

body.template-auth .login-hero__brand::after {
    content: "";
    width: 194px;
    height: 1px;
    background: rgba(255, 255, 255, 0.26);
}

body.template-auth .login-hero__content {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 32px;
    max-width: 560px;
    color: #fff;
}

body.template-auth .login-hero h1 {
    margin: 0 0 8px;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #fff;
}

body.template-auth .login-hero h1 span {
    color: #fff;
}

body.template-auth .login-hero p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.45;
}

body.template-auth .login-panel {
    background: #fff;
    box-shadow: none;
}

body.template-auth .login-panel__inner {
    height: 100%;
    padding: 36px 52px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

body.template-auth .login-panel__brand {
    padding-top: 0;
    text-align: center;
}

body.template-auth .login-panel__brand img {
    max-width: 230px;
    max-height: 52px;
    width: auto;
    height: auto;
}

body.template-auth .login-panel__brand span {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #111;
}

body.template-auth .login-panel__headline {
    width: 100%;
    max-width: 468px;
    margin: 28px 0 24px;
    text-align: center;
}

body.template-auth .login-panel__eyebrow {
    font-size: clamp(1.55rem, 2vw, 2rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #202124;
}

body.template-auth .login-panel__headline p {
    margin: 12px 0 0;
    color: #5f6368;
    font-size: 0.96rem;
}

body.template-auth .login-form--split {
    width: 100%;
    max-width: 468px;
}

body.template-auth .login-form--split .form-group {
    margin-bottom: 20px;
}

body.template-auth .login-form--split label {
    display: block;
    margin-bottom: 12px;
    color: #55606d;
    font-size: 0.98rem;
    font-weight: 500;
}

body.template-auth .login-input {
    height: 52px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
    color: #111;
}

body.template-auth .login-input:focus {
    border-color: var(--ditu-teal);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 212, 168, 0.14);
}

body.template-auth .login-email-wrap {
    position: relative;
}

body.template-auth .login-email-wrap .login-input {
    padding-right: 52px;
}

body.template-auth .login-email-wrap > i {
    position: absolute;
    top: 50%;
    right: 18px;
    color: var(--ditu-orange);
    font-size: 1.1rem;
    transform: translateY(-50%);
    pointer-events: none;
}

body.template-auth .login-password-labels {
    margin-bottom: 12px;
}

body.template-auth .forgot-link {
    color: var(--ditu-orange);
    font-size: 0.96rem;
    font-weight: 500;
}

body.template-auth .login-password-group .form-control {
    border-right: 0;
}

body.template-auth .login-password-group .input-group-append {
    margin-left: 0;
}

body.template-auth .login-password-group .btn-reveal-pw {
    width: 52px;
    border: 1px solid #dadce0;
    border-left: 0;
    border-radius: 0 6px 6px 0;
    background: #fff;
    color: #98a2b3;
}

body.template-auth .login-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 4px 0 26px;
}

body.template-auth .login-remember {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #2f4360;
    font-weight: 500;
}

body.template-auth .login-remember input {
    width: 20px;
    height: 20px;
    accent-color: var(--ditu-orange);
}

body.template-auth .login-captcha {
    margin-bottom: 22px;
}

body.template-auth .btn-login {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: var(--ditu-orange);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 700;
    box-shadow: none;
}

body.template-auth .btn-login i {
    margin-left: 10px;
}

body.template-auth .btn-login:hover,
body.template-auth .btn-login:focus {
    background: #c9400c;
    color: #fff;
}

body.template-auth .login-register-prompt {
    margin: 22px 0 0;
    color: #5f6368;
    font-size: 0.92rem;
    text-align: center;
}

body.template-auth .login-register-prompt a {
    margin-left: 4px;
    color: var(--ditu-orange);
    font-weight: 600;
}

body.template-auth .login-panel__footer {
    padding-bottom: 10px;
    color: #94a3b8;
    text-align: center;
}

body.template-auth .login-panel__footer small {
    font-size: 0.92rem;
}

body.template-auth .providerLinkingFeedback,
body.template-auth .linkedaccounts {
    width: 100%;
    max-width: 468px;
    margin: 18px 0 0;
}

body.template-auth .login-shell--login,
body.template-auth .auth-register-shell,
body.template-auth .auth-reset-shell {
    grid-template-columns: minmax(0, 1000px);
}

body.template-auth .login-shell--login .login-panel__inner,
body.template-auth .auth-register-shell .login-panel__inner,
body.template-auth .auth-reset-shell .login-panel__inner {
    min-height: 560px;
    padding: 0;
    align-items: stretch;
    justify-content: space-between;
}

body.template-auth .login-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
    flex: 1;
}

body.template-auth .login-layout__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 48px;
    border-right: 1px solid #dadce0;
}

body.template-auth .login-layout__intro .login-panel__brand {
    padding: 0;
    text-align: left;
}

body.template-auth .login-layout__intro .login-panel__headline {
    max-width: none;
    margin: 42px 0 0;
    text-align: left;
}

body.template-auth .login-layout__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 48px;
}

body.template-auth .login-layout__form .providerLinkingFeedback,
body.template-auth .login-layout__form .linkedaccounts,
body.template-auth .login-layout__form .login-form--split {
    max-width: 100%;
}

body.template-auth .login-shell--login .login-panel__footer,
body.template-auth .auth-register-shell .login-panel__footer,
body.template-auth .auth-reset-shell .login-panel__footer {
    padding: 18px 32px;
    border-top: 1px solid #dadce0;
}

body.template-auth .auth-register-panel .login-panel__inner,
body.template-auth .auth-reset-panel .login-panel__inner {
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: auto;
}

body.template-auth .auth-register-panel .login-panel__brand,
body.template-auth .auth-reset-panel .login-panel__brand {
    text-align: left;
}

body.template-auth .auth-register-panel .login-panel__headline,
body.template-auth .auth-reset-panel .login-panel__headline {
    margin: 24px auto 28px;
}

body.template-auth .auth-register-panel #registration,
body.template-auth .auth-reset-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}

body.template-auth .auth-register-shell .login-layout__intro {
    align-self: stretch;
    justify-content: flex-start;
}

body.template-auth .auth-register-shell .login-panel__inner {
    min-height: 0;
}

body.template-auth .auth-register-shell .login-layout__form {
    justify-content: flex-start;
}

body.template-auth .auth-register-panel #inputPhone,
body.template-auth .auth-register-panel .iti {
    width: 100% !important;
    min-width: 0;
}

body.template-auth .auth-register-panel #personalInformation .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

body.template-auth .auth-register-panel #containerNewUserSecurity .col-sm-6,
body.template-auth .auth-register-panel #containerNewUserSecurity .form-group.col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

body.template-auth .register-additional-information .col-sm-6,
body.template-auth .register-extra-information .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

body.template-auth .auth-register-panel #inputAddressStreet,
body.template-auth .auth-register-panel #inputAddressNumber,
body.template-auth .auth-register-panel #inputAddressNeighborhood {
    width: 100%;
}

body.template-auth .register-cep-feedback {
    display: block;
    min-height: 18px;
    margin-top: 6px;
    color: #5f6368;
    font-size: 0.78rem;
}

body.template-auth .register-wizard-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dadce0;
}

body.template-auth .register-wizard-progress span {
    color: #80868b;
    font-size: 0.76rem;
    font-weight: 600;
    white-space: nowrap;
}

body.template-auth .register-wizard-progress .is-active {
    color: var(--ditu-orange);
}

body.template-auth .register-wizard-progress .is-complete {
    color: var(--ditu-blue);
}

body.template-auth .register-login-prompt {
    margin: 18px 0 0;
    color: #5f6368;
    font-size: 0.88rem;
    text-align: left;
}

body.template-auth .register-login-prompt a {
    color: var(--ditu-orange);
    font-weight: 600;
}

body.template-auth .register-wizard-step:not(.is-active) {
    display: none;
}

body.template-auth .register-wizard-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 20px 0 0;
}

body.template-auth .register-wizard-actions .btn {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 6px;
}

body.template-auth .register-wizard-actions .btn-default {
    border: 1px solid #dadce0;
    background: #fff;
    color: #3c4043;
}

body.template-auth .auth-register-panel .register-wizard-actions {
    display: flex !important;
    position: relative;
    z-index: 1;
}

body.template-auth .auth-register-panel .register-wizard-actions .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--ditu-orange);
    color: #fff;
}

body.template-auth .auth-register-panel .register-wizard-actions .btn-primary:hover,
body.template-auth .auth-register-panel .register-wizard-actions .btn-primary:focus {
    background: #c9400c;
    color: #fff;
}

/* Keep every actionable control visually consistent across the client area. */
body .btn,
body button,
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body [role="button"] {
    border-radius: 999px !important;
}

body.template-auth .auth-register-panel .card {
    margin-bottom: 16px !important;
    border: 1px solid #dadce0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}

body.template-auth .auth-register-panel .card-body {
    padding: 22px !important;
}

body.template-auth .auth-register-panel .card-title {
    margin-bottom: 22px;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 700;
}

body.template-auth .auth-register-panel .form-group {
    margin-bottom: 16px;
}

body.template-auth .auth-register-panel .field,
body.template-auth .auth-register-panel .form-control,
body.template-auth .auth-reset-content .form-control {
    min-height: 48px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

body.template-auth .auth-register-panel .field:focus,
body.template-auth .auth-register-panel .form-control:focus,
body.template-auth .auth-reset-content .form-control:focus {
    border-color: var(--ditu-teal);
    box-shadow: 0 0 0 3px rgba(0, 212, 168, 0.14);
}

body.template-auth .auth-register-panel .field.is-filled,
body.template-auth .auth-register-panel .form-control.is-filled {
    padding-right: 48px;
    border: 2px solid #009b70;
    background-color: #d9f7e9 !important;
    box-shadow: 0 0 0 3px rgba(0, 167, 125, .16);
}

body.template-auth .auth-register-panel .form-group.has-filled-field > label:not(.field-icon),
body.template-auth .auth-register-panel .form-group.has-filled-field .field-icon {
    color: #007552;
}

body.template-auth .auth-register-panel .form-group.has-filled-field {
    position: relative;
}

body.template-auth .auth-register-panel .register-field-complete {
    position: absolute;
    right: 14px;
    bottom: 13px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #009b70;
    box-shadow: 0 2px 5px rgba(0, 117, 82, .22);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

body.template-auth .auth-register-panel .prepend-icon .field-icon {
    color: #98a2b3;
}

body.template-auth .auth-register-panel input[type="submit"],
body.template-auth .auth-reset-content .btn-primary,
body.template-auth .auth-reset-content input[type="submit"] {
    min-height: 52px;
    border: 0;
    border-radius: 6px;
    background: var(--ditu-orange);
    color: #fff;
    font-weight: 700;
    box-shadow: none;
}

body.template-auth .auth-register-panel input[type="submit"]:hover,
body.template-auth .auth-reset-content .btn-primary:hover,
body.template-auth .auth-reset-content input[type="submit"]:hover {
    background: #c9400c;
    color: #fff;
}

body.template-auth .auth-reset-content {
    max-width: 468px;
    color: #55606d;
}

body.template-auth .auth-reset-content h6 {
    margin-bottom: 10px;
    color: #111827;
    font-size: 1.3rem;
    font-weight: 700;
}

body.template-auth .auth-reset-content .input-group-text {
    border-color: #dadce0;
    background: #fff;
}

body.template-auth .auth-reset-content .btn-default {
    min-height: 52px;
    border: 1px solid #dadce0;
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-weight: 600;
}

body.template-auth .auth-register-panel .login-panel__footer,
body.template-auth .auth-reset-panel .login-panel__footer {
    margin-top: auto;
    padding-top: 28px;
}

@media (max-width: 1199.98px) {
    body.template-auth .login-shell {
        grid-template-columns: 1fr;
    }

    body.template-auth .login-hero {
        display: none;
        min-height: 160px;
        height: 160px;
    }

    body.template-auth .login-panel {
        min-height: 0;
    }

    body.template-auth .auth-register-panel .login-panel__inner,
    body.template-auth .auth-reset-panel .login-panel__inner {
        max-height: none;
    }

    body.template-auth .login-shell--login,
    body.template-auth .auth-register-shell,
    body.template-auth .auth-reset-shell {
        grid-template-columns: minmax(0, 720px);
    }
}

@media (max-width: 767.98px) {
    body.template-auth .login-shell {
        padding: 12px;
        gap: 12px;
    }

    body.template-auth .login-hero,
    body.template-auth .login-panel {
        border-radius: 12px;
    }

    body.template-auth .login-hero__brand,
    body.template-auth .login-hero__content,
    body.template-auth .login-panel__inner {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    body.template-auth .login-hero__brand {
        display: none;
    }

    body.template-auth .login-hero__brand::after {
        width: 120px;
    }

    body.template-auth .login-hero__content {
        padding: 28px 24px 28px;
    }

    body.template-auth .login-panel__inner {
        padding: 28px 20px 24px;
    }

    body.template-auth .login-panel__brand img {
        max-width: 220px;
    }

    body.template-auth .login-shell--login .login-panel__inner,
    body.template-auth .auth-register-shell .login-panel__inner,
    body.template-auth .auth-reset-shell .login-panel__inner {
        min-height: 0;
    }

    body.template-auth .login-layout {
        grid-template-columns: 1fr;
    }

    body.template-auth .login-layout__intro,
    body.template-auth .login-layout__form {
        padding: 32px 24px;
    }

    body.template-auth .login-layout__intro {
        border-right: 0;
        border-bottom: 1px solid #dadce0;
    }

    body.template-auth .login-layout__intro .login-panel__headline {
        margin-top: 26px;
    }

    body.template-auth .register-wizard-progress {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    body.template-auth .login-hero {
        min-height: 160px;
        height: auto;
        border-radius: 12px 12px 0 0;
    }

body.template-auth .login-panel {
        border-radius: 12px;
    }
}

/* Invoice: compact hierarchy for status, payment and line items. */
body:has(.invoice-container) {
    background: #f8f9fa;
    color: #202124;
}

.invoice-container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 32px 20px 48px;
}

.invoice-container > hr {
    display: none;
}

.invoice-container .invoice-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    align-items: start;
    gap: 48px;
    margin: 0 0 18px;
    padding: 28px 32px;
    border: 1px solid #dadce0;
    border-radius: 16px;
    background: #fff;
}

.invoice-container .invoice-header .invoice-col {
    margin: 0;
    width: auto;
    max-width: none;
    padding: 0;
}

.invoice-container .invoice-header > .invoice-col:last-child {
    padding-left: 48px;
    border-left: 1px solid #e8eaed;
}

.invoice-container .invoice-header img {
    max-width: 190px;
    max-height: 56px;
    margin: 0;
}

.invoice-container .invoice-header h2,
.invoice-container .invoice-header h3 {
    margin: 14px 0 0;
    color: #202124;
    font-size: 1.25rem;
    font-weight: 500;
}

.invoice-container .invoice-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    margin-top: 18px;
    padding: 0 16px;
    border: 1px solid #d0d7de;
    border-radius: 999px;
    background: #fff;
    color: #0038c8;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.invoice-container .invoice-back-link:hover,
.invoice-container .invoice-back-link:focus {
    border-color: #0038c8;
    background: #edf3ff;
    color: #0038c8;
    text-decoration: none;
}

.invoice-container .invoice-header > .invoice-col:first-child .invoice-back-link {
    display: flex;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
}

.invoice-container .invoice-status {
    margin-bottom: 10px;
}

.invoice-container .invoice-status span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.invoice-container .invoice-status .unpaid,
.invoice-container .invoice-status .draft,
.invoice-container .invoice-status .collections {
    background: #fff0e9;
    color: #e84b0f;
}

.invoice-container .invoice-status .paid {
    background: #e6faf5;
    color: #007a61;
}

.invoice-container .invoice-status .cancelled,
.invoice-container .invoice-status .refunded {
    background: #f1f3f4;
    color: #5f6368;
}

.invoice-container .payment-btn-container {
    margin-top: 14px;
}

.invoice-container .payment-btn-container:has(input[type="button"]) {
    width: min(100%, 390px);
    margin: 16px auto 0;
    padding: 18px;
    border: 1px solid #dadce0;
    border-radius: 16px;
    background: #fff;
}

.invoice-container .payment-btn-container:has(input[type="button"]) p {
    margin: 0 0 14px;
}

.invoice-container .payment-btn-container img[src*="logo_pix"] {
    max-width: 110px !important;
    height: auto;
}

.invoice-container .payment-btn-container img[src*="gerarimagem"] {
    display: block;
    width: 180px !important;
    max-width: 100%;
    height: 180px !important;
    max-height: none !important;
    margin: 12px auto 18px;
    padding: 8px;
    border: 1px solid #e8eaed;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
    image-rendering: pixelated;
}

.invoice-container .payment-btn-container:has(input[type="button"]) input[type="button"] {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #e84b0f;
    color: #fff;
    font-weight: 700;
}

.invoice-container .payment-btn-container:has(input[type="button"]) textarea {
    display: none;
}

.invoice-container .payment-btn-container:has(input[type="button"]) hr {
    margin: 18px 0;
    border-color: #e8eaed;
}

.invoice-container .pix-copy-feedback {
    margin-top: 10px;
    color: #007a61;
    font-size: 0.82rem;
    font-weight: 600;
}

.invoice-container .payment-btn-container .btn,
.invoice-container .payment-btn-container button,
.invoice-container .payment-btn-container input[type="submit"] {
    min-height: 46px;
    padding: 0 24px;
    border: 0;
    background: #e84b0f;
    color: #fff;
    font-weight: 700;
}

.invoice-container .invoice-parties,
.invoice-container .invoice-meta {
    margin: 0 0 14px;
    padding: 22px 26px;
    border: 1px solid #dadce0;
    border-radius: 12px;
    background: #fff;
}

.invoice-container .invoice-header .invoice-meta {
    display: block;
    margin: 20px 0 0;
    padding: 18px 0 0;
    border: 0;
    border-top: 1px solid #e8eaed;
    border-radius: 0;
    background: transparent;
    text-align: left;
}

.invoice-container .invoice-header .invoice-meta .invoice-col + .invoice-col {
    margin-top: 16px;
}

.invoice-container .invoice-header .invoice-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    padding-top: 22px;
}

.invoice-container .invoice-header .invoice-meta .invoice-col {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.invoice-container .invoice-header .invoice-meta .invoice-col + .invoice-col {
    margin-top: 0;
}

.invoice-container .invoice-header .invoice-meta .invoice-col.right {
    grid-column: 1 / -1;
}

.invoice-container .invoice-header .invoice-meta strong {
    margin-bottom: 6px;
    font-size: 0.7rem;
}

.invoice-container .invoice-header .invoice-meta .small-text {
    color: #202124;
    font-weight: 500;
    line-height: 1.4;
}

.invoice-container .invoice-header .invoice-meta .small-text {
    display: block;
}

.invoice-container .invoice-header .invoice-meta .form-inline,
.invoice-container .invoice-header .invoice-meta .custom-select {
    width: 100%;
    max-width: 100%;
}

.invoice-container .invoice-header .invoice-meta .custom-select {
    box-sizing: border-box;
    min-width: 0;
    height: 44px;
    padding-right: 38px;
    border-color: #d0d7de;
    border-radius: 10px;
    background-color: #fff;
}

.invoice-container .invoice-header .payment-btn-container {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e8eaed;
}

@media (max-width: 420px) {
    .invoice-container .invoice-header .invoice-meta {
        grid-template-columns: 1fr;
    }
}

.invoice-container .invoice-parties .invoice-col,
.invoice-container .invoice-meta .invoice-col {
    margin: 0;
}

.invoice-container .invoice-parties strong,
.invoice-container .invoice-meta strong {
    display: block;
    margin-bottom: 8px;
    color: #5f6368;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.invoice-container address,
.invoice-container .small-text {
    margin: 0;
    color: #3c4043;
    font-size: 0.92rem;
    line-height: 1.6;
}

.invoice-container .invoice-line-items,
.invoice-container .invoice-transactions .card {
    overflow: hidden;
    margin: 22px 0 0;
    border: 1px solid #dadce0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.invoice-container .invoice-line-items .card-header {
    padding: 20px 24px;
    border: 0;
    border-bottom: 1px solid #e8eaed;
    background: #fff;
}

.invoice-container .invoice-line-items .card-title {
    color: #202124;
    font-size: 1.1rem;
}

.invoice-container .table {
    margin: 0;
}

.invoice-container .table thead td {
    padding: 13px 24px;
    border: 0;
    background: #f8f9fa;
    color: #5f6368;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.invoice-container .table tbody td {
    padding: 15px 24px;
    border-color: #eef0f2;
    color: #3c4043;
}

.invoice-container .table .total-row {
    background: #fff;
}

.invoice-container .invoice-line-items tr:last-child .total-row {
    color: #202124;
    font-size: 1.05rem;
    font-weight: 700;
}

.invoice-container .invoice-transactions {
    margin-top: 0;
}

.invoice-container .invoice-transactions .card-title {
    padding: 14px 24px !important;
    background: #0038c8 !important;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.invoice-container .invoice-qr-wrapper {
    padding: 18px;
    border: 1px solid #dadce0;
    border-radius: 12px;
    background: #fff;
    text-align: center;
}

.invoice-container .invoice-actions {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.invoice-container .invoice-actions .btn {
    border: 1px solid #dadce0;
    background: #fff;
    color: #3c4043;
}

@media (max-width: 767.98px) {
    .invoice-container {
        padding: 18px 12px 32px;
    }

    .invoice-container .invoice-header,
    .invoice-container .invoice-parties,
    .invoice-container .invoice-meta {
        padding: 20px;
        text-align: left !important;
    }

    .invoice-container .invoice-header {
        display: block;
    }

    .invoice-container .invoice-header > .invoice-col:last-child {
        margin-top: 24px;
        padding: 24px 0 0;
        border-top: 1px solid #e8eaed;
        border-left: 0;
    }

    .invoice-container .invoice-header .invoice-col + .invoice-col,
    .invoice-container .invoice-parties .invoice-col + .invoice-col,
    .invoice-container .invoice-meta .invoice-col + .invoice-col {
        margin-top: 20px;
        text-align: left !important;
    }

    .invoice-container .table thead td,
    .invoice-container .table tbody td {
        padding: 13px 16px;
    }
}

@media (min-width: 1200px) {
    body.invoice-page:not(.template-auth) {
        padding-left: 0 !important;
        background: #f8f9fa;
    }

    .invoice-container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 420px;
        align-items: start;
        gap: 20px 28px;
    }

    .invoice-container .invoice-header {
        display: contents;
    }

    .invoice-container .invoice-header > .invoice-col:first-child {
        grid-column: 1;
        grid-row: 1;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 28px 32px;
        border: 1px solid #dadce0;
        border-radius: 16px;
        background: #fff;
    }

    .invoice-container .invoice-header > .invoice-col:last-child {
        position: sticky;
        top: 24px;
        z-index: 1;
        grid-column: 2;
        grid-row: 1;
        width: auto;
        max-width: none;
        margin: 0;
        padding: 28px;
        border: 1px solid #dadce0;
        border-radius: 16px;
        background: #fff;
    }

    .invoice-container > *:not(.invoice-header):not(script) {
        grid-column: 1;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .invoice-container .invoice-parties,
    .invoice-container .invoice-line-items,
    .invoice-container .invoice-transactions,
    .invoice-container .invoice-actions {
        width: 100% !important;
    }

    .invoice-container .invoice-parties > .invoice-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .invoice-container .invoice-parties > .invoice-col.right {
        order: 2;
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .invoice-container {
        display: block;
        position: relative;
        padding: 32px 468px 48px 32px;
    }

    .invoice-container .invoice-header {
        display: block;
        margin: 0 0 20px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .invoice-container .invoice-header > .invoice-col:first-child {
        width: 100%;
    }

    .invoice-container .invoice-header > .invoice-col:last-child {
        position: absolute;
        top: 32px;
        right: 24px;
        width: 420px;
    }
}

/* The payment card carries the invoice status while preserving readable controls. */
.invoice-container .invoice-header > .invoice-col.invoice-payment-panel.is-unpaid {
    border-color: #f3c6b4;
    background: #fff7f3;
}

.invoice-container .invoice-header > .invoice-col.invoice-payment-panel.is-paid {
    border-color: #b7e7da;
    background: #f2fbf8;
}

.invoice-container .invoice-header > .invoice-col.invoice-payment-panel.is-draft {
    border-color: #f3dfb5;
    background: #fffaf0;
}

.invoice-container .invoice-header > .invoice-col.invoice-payment-panel.is-neutral {
    background: #f8f9fa;
}

@media (min-width: 1200px) {
    .invoice-container .invoice-parties {
        margin-top: 24px !important;
    }
}

/* Dedicated invoice payment flow. */
.ditu-invoice-payment {
    max-width: 1120px;
    margin: 38px auto 56px;
}

.ditu-invoice-payment__heading {
    margin-bottom: 28px;
    text-align: center;
}

.ditu-invoice-payment__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: #007a61;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ditu-invoice-payment__heading h1 {
    margin: 0;
    color: #202124;
    font-size: 2rem;
    font-weight: 700;
}

.ditu-invoice-payment__heading p {
    margin: 8px 0 0;
    color: #5f6368;
}

.ditu-invoice-payment__layout {
    align-items: flex-start;
}

.ditu-payment-card,
.ditu-invoice-summary {
    border: 1px solid #dadce0;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

.ditu-payment-card .card-body {
    padding: 32px;
}

.ditu-payment-card h2 {
    margin: 0;
    color: #202124;
    font-size: 1.25rem;
    font-weight: 700;
}

.ditu-payment-card__description {
    margin: 6px 0 28px;
    color: #5f6368;
    font-size: .92rem;
}

.ditu-payment-card .control-label {
    padding-top: 10px;
    color: #3c4043;
    font-size: .86rem;
    font-weight: 600;
}

.ditu-payment-card .form-control,
.ditu-payment-card select {
    min-height: 46px;
    border-color: #d0d7de;
    border-radius: 10px;
    box-shadow: none;
}

.ditu-payment-card .form-control:focus,
.ditu-payment-card select:focus {
    border-color: #00d4a8;
    box-shadow: 0 0 0 3px rgba(0, 212, 168, .14);
}

.ditu-payment-card .submit-container {
    margin: 28px 0 0;
    padding-top: 24px;
    border-top: 1px solid #e8eaed;
    text-align: right;
}

.ditu-payment-card #btnSubmit {
    min-width: 220px;
    min-height: 48px;
    border: 0;
    background: #e84b0f;
    color: #fff;
    font-weight: 700;
}

.ditu-payment-card #btnSubmit:hover,
.ditu-payment-card #btnSubmit:focus {
    background: #c9400c;
    color: #fff;
}

.ditu-payment-security {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #cbeee4;
    border-radius: 12px;
    background: #f2fbf8;
    color: #30695c;
    font-size: .84rem;
    line-height: 1.45;
}

.ditu-payment-security i {
    margin-top: 3px;
    color: #007a61;
}

.ditu-invoice-summary {
    position: sticky;
    top: 24px;
}

.ditu-invoice-summary .card-body {
    padding: 26px;
}

.ditu-invoice-summary__header {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8eaed;
}

.ditu-invoice-summary__header span {
    display: block;
    color: #5f6368;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.ditu-invoice-summary__header h2 {
    margin: 5px 0 0;
    color: #202124;
    font-size: 1.18rem;
    font-weight: 700;
}

.ditu-invoice-summary .table {
    margin: 0;
}

.ditu-invoice-summary .table th,
.ditu-invoice-summary .table td {
    padding: 11px 0;
    border-color: #eef0f2;
    color: #3c4043;
    font-size: .86rem;
    vertical-align: top;
}

.ditu-invoice-summary .table th {
    color: #5f6368;
    font-size: .7rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ditu-invoice-summary .table th:last-child,
.ditu-invoice-summary .table td:last-child {
    width: 34%;
    padding-left: 14px;
    text-align: right;
    white-space: nowrap;
}

.ditu-invoice-summary .table tfoot td {
    border: 0;
}

.ditu-invoice-summary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
    background: #edf3ff;
    color: #0038c8;
}

.ditu-invoice-summary__total span {
    font-size: .84rem;
    font-weight: 700;
}

.ditu-invoice-summary__total strong {
    font-size: 1.12rem;
}

.ditu-invoice-summary__paid {
    margin: 14px 0 0;
    color: #5f6368;
    font-size: .8rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .ditu-invoice-payment {
        margin: 28px 16px 42px;
    }

    .ditu-invoice-payment__layout > div + div {
        margin-top: 20px;
    }

    .ditu-invoice-summary {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .ditu-invoice-payment {
        margin: 22px 12px 36px;
    }

    .ditu-invoice-payment__heading h1 {
        font-size: 1.55rem;
    }

    .ditu-payment-card .card-body,
    .ditu-invoice-summary .card-body {
        padding: 22px;
    }

    .ditu-payment-card .control-label {
        padding-top: 0;
        text-align: left !important;
    }

    .ditu-payment-card .submit-container {
        text-align: center;
    }

    .ditu-payment-card #btnSubmit {
        width: 100%;
    }
}

/* Client area dashboard. */
body:not(.template-auth) #main-body .tiles {
    overflow: hidden;
    margin-bottom: 24px !important;
    border: 1px solid #e1e6ed;
    border-radius: 16px;
    background: #fff;
}

body:not(.template-auth) #main-body .tiles .tile {
    min-height: 142px;
    padding: 24px;
    border-color: #e8edf3;
    background: #fff;
    color: #1f2937;
    transition: background-color .2s ease, box-shadow .2s ease;
}

body:not(.template-auth) #main-body .tiles .tile:hover {
    background: #f8fbff;
    box-shadow: inset 0 -3px 0 #0038c8;
}

body:not(.template-auth) #main-body .tiles .tile .stat {
    margin-top: 28px;
    color: #172033;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

body:not(.template-auth) #main-body .tiles .tile .title {
    margin-top: 7px;
    color: #667085;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
}

body:not(.template-auth) #main-body .tiles .tile i {
    top: 23px;
    right: 24px;
    color: #b9c2d0;
    font-size: 2.55rem;
}

body:not(.template-auth) #main-body .tiles .tile:hover i {
    color: #0038c8;
    font-size: 2.55rem;
}

body:not(.template-auth) #main-body .tiles .tile .highlight {
    display: none;
}

body:not(.template-auth) #main-body .tiles .ditu-invoice-tile.has-unpaid {
    background: #fff7f3;
}

body:not(.template-auth) #main-body .tiles .ditu-invoice-tile.has-unpaid .stat {
    color: #c9400c;
    font-size: 1.55rem;
}

body:not(.template-auth) #main-body .tiles .ditu-invoice-tile.is-settled {
    background: #f2fbf8;
}

body:not(.template-auth) #main-body .tiles .ditu-invoice-tile.is-settled .stat {
    color: #007a61;
    font-size: 1.8rem;
}

body:not(.template-auth) #main-body .tiles .ditu-invoice-tile .stat .fas {
    position: static;
    color: inherit;
    font-size: inherit;
}

body:not(.template-auth) #main-body .tiles .ditu-invoice-tile__detail {
    margin-top: 5px;
    color: #667085;
    font-size: .75rem;
    font-weight: 600;
}

body:not(.template-auth) #main-body .client-home-cards .card {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e1e6ed;
    border-top: 1px solid #e1e6ed;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

body:not(.template-auth) #main-body .client-home-cards .card-header {
    min-height: 66px;
    padding: 20px 24px;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
}

body:not(.template-auth) #main-body .client-home-cards .card-title {
    color: #172033;
    font-size: 1rem;
    font-weight: 700;
}

body:not(.template-auth) #main-body .client-home-cards .card-title > i {
    color: #0038c8;
}

body:not(.template-auth) #main-body .client-home-cards .card-header .btn,
body:not(.template-auth) #main-body .client-home-cards .card-footer .btn {
    border: 0;
    background: transparent;
    color: #0038c8;
    font-size: .82rem;
    font-weight: 700;
}

body:not(.template-auth) #main-body .client-home-cards .card-body {
    min-height: 116px;
    padding: 20px 24px;
    color: #4b5563;
}

body:not(.template-auth) #main-body .client-home-cards .card-body p {
    margin: 0;
    padding: 0;
    line-height: 1.65;
}

body:not(.template-auth) #main-body .client-home-cards .card-footer {
    padding: 14px 24px;
    border-top: 1px solid #edf0f4;
    background: #fff;
}

body:not(.template-auth) #main-body .client-home-cards .list-group {
    max-height: 220px;
    border: 0 !important;
}

body:not(.template-auth) #main-body .client-home-cards .list-group-item {
    padding: 12px 24px;
    border-color: #edf0f4;
    color: #344054;
}

body:not(.template-auth) #main-body .sidebar .card,
body:not(.template-auth) #main-body .sidebar .panel {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid #e1e6ed;
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}

body:not(.template-auth) #main-body .sidebar .card-header,
body:not(.template-auth) #main-body .sidebar .panel-heading {
    padding: 16px 18px;
    border-bottom: 1px solid #edf0f4;
    background: #fff;
    color: #344054;
    font-size: .85rem;
    font-weight: 700;
}

body:not(.template-auth) #main-body .sidebar .list-group-item {
    padding: 11px 18px;
    border-color: #edf0f4;
    color: #475467;
}

@media (max-width: 767.98px) {
    body:not(.template-auth) #main-body .tiles .tile {
        min-height: 124px;
        padding: 20px;
    }

    body:not(.template-auth) #main-body .tiles .tile i {
        right: 20px;
        font-size: 2rem;
    }

    body:not(.template-auth) #main-body .client-home-cards .card-header,
    body:not(.template-auth) #main-body .client-home-cards .card-body,
    body:not(.template-auth) #main-body .client-home-cards .card-footer {
        padding-right: 18px;
        padding-left: 18px;
    }
}
