.btn:not(.btn-link):not(.btn-order-icon-only) {
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 14px !important;
    line-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#header .weeb-mobile-toggle {
    display: none !important;
}

@media (max-width: 575.98px) {
    #header .weeb-mobile-toggle {
        display: none !important;
    }

    #header .navbar.navbar-light .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    #header .navbar-brand {
        margin-right: 0 !important;
    }

    #header .weeb-header-icons {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
    }
}

.weeb-email-badge-popular {
    background: var(--weeb-orange) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 6px 12px !important;
    font-weight: 700 !important;
}

.weeb-email-landing .weeb-email-plan-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.weeb-email-landing .weeb-email-plan-price {
    text-align: center;
    line-height: 1;
}

.weeb-email-landing .weeb-email-plan-amount {
    font-size: 42px;
    font-weight: 800;
}

.weeb-email-landing .weeb-email-plan-cycle {
    color: #fff !important;
    opacity: 0.95;
    font-size: 16px;
    font-weight: 700;
    margin-left: 6px;
}

.weeb-email-landing .weeb-email-plan-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.weeb-email-landing .weeb-email-plan-actions .btn {
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 14px !important;
    line-height: 30px !important;
    border-radius: 999px !important;
    font-size: 14px;
}

.weeb-email-landing .weeb-email-plan-more {
    text-align: left;
    font-size: 14px;
}

.weeb-email-landing .weeb-email-plan-more ul.mb-0 {
    margin-bottom: 0;
}

.weeb-modal-open {
    overflow: hidden;
}

.weeb-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.weeb-modal.is-open {
    display: block;
}

.weeb-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.weeb-modal__dialog {
    position: relative;
    width: min(520px, calc(100% - 32px));
    margin: 16px auto;
    top: 10vh;
}

.weeb-modal__content {
    border-radius: 18px;
    background: rgba(40, 22, 120, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
    color: #fff;
    overflow: hidden;
}

.weeb-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-modal__title {
    font-weight: 800;
    font-size: 16px;
}

.weeb-modal__close {
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
}

.weeb-modal__body {
    padding: 14px 16px;
}

.weeb-modal__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px 16px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-modal__btn {
    padding: 6px 14px !important;
    border-radius: 999px !important;
    font-size: 14px;
    line-height: 1;
}

.weeb-hosting-pro-landing .weeb-hosting-pro-hero {
    background: linear-gradient(135deg, rgba(40, 22, 120, 0.65), rgba(20, 120, 180, 0.35));
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-hosting-pro-landing .weeb-hosting-pro-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-hosting-pro-landing .weeb-hosting-pro-card--featured {
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.weeb-hosting-pro-landing .weeb-hosting-pro-suggestion {
    text-align: left;
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-hosting-pro-landing .weeb-hosting-pro-suggestion__title {
    font-weight: 800;
    margin-bottom: 4px;
}

.weeb-hosting-pro-landing .weeb-hosting-pro-solution {
    border-radius: 14px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-hosting-pro-landing .weeb-hosting-pro-solution__title {
    font-weight: 800;
    margin-bottom: 4px;
}

.weeb-hosting-pro-landing .weeb-hosting-pro-trustbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    padding: 10px 12px;
    background: rgba(20, 10, 60, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.weeb-hosting-pro-landing .weeb-hosting-pro-trustbar__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

.weeb-hosting-pro-landing.weeb-has-trustbar {
    padding-bottom: 76px;
}

@media (min-width: 992px) {
    .weeb-hosting-pro-landing.weeb-has-trustbar {
        padding-bottom: 18px;
    }
    .weeb-hosting-pro-landing .weeb-hosting-pro-trustbar {
        position: static;
        border-top: 0;
        margin-top: 18px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
}

.weeb-cloud-landing .weeb-cloud-hero {
    background: linear-gradient(135deg, rgba(40, 22, 120, 0.55), rgba(20, 160, 140, 0.30));
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-cloud-landing .weeb-cloud-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.weeb-cloud-landing .weeb-cloud-card--featured {
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.weeb-cloud-landing .weeb-cloud-trustbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    padding: 10px 12px;
    background: rgba(20, 10, 60, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.weeb-cloud-landing .weeb-cloud-trustbar__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

.weeb-cloud-landing.weeb-has-trustbar {
    padding-bottom: 76px;
}

@media (min-width: 992px) {
    .weeb-cloud-landing.weeb-has-trustbar {
        padding-bottom: 18px;
    }
    .weeb-cloud-landing .weeb-cloud-trustbar {
        position: static;
        border-top: 0;
        margin-top: 18px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
}

:root {
    --weeb-purple: #a855f7;
    --weeb-purple-2: #7c3aed;
    --weeb-purple-3: #c084fc;
    --weeb-bg: #000;
    --weeb-surface: #08040f;
    --weeb-surface-2: #0f0820;
    --weeb-card: rgba(124, 58, 237, 0.14);
    --weeb-card-2: rgba(168, 85, 247, 0.18);
    --weeb-border: rgba(168, 85, 247, 0.22);
    --weeb-text: rgba(245, 240, 255, 0.92);
    --weeb-muted: rgba(223, 211, 255, 0.72);
}

html,
body {
    background: var(--weeb-bg) !important;
    color: var(--weeb-text) !important;
}

body.primary-bg-color {
    background: var(--weeb-bg) !important;
    color: var(--weeb-text) !important;
}

body.primary-bg-color::before {
    content: "";
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    background: radial-gradient(1200px 900px at 12% 8%, rgba(168, 85, 247, 0.38), rgba(168, 85, 247, 0) 68%),
        radial-gradient(1000px 740px at 88% 18%, rgba(124, 58, 237, 0.30), rgba(124, 58, 237, 0) 66%),
        radial-gradient(1500px 1200px at 55% 92%, rgba(192, 132, 252, 0.18), rgba(192, 132, 252, 0) 72%),
        radial-gradient(900px 700px at 55% 45%, rgba(168, 85, 247, 0.14), rgba(168, 85, 247, 0) 64%) !important;
    mix-blend-mode: screen !important;
    opacity: 1 !important;
    filter: blur(10px) saturate(1.25) !important;
}

body.primary-bg-color > * {
    position: relative;
    z-index: 1;
}

a,
a:focus {
    color: var(--weeb-purple-3);
}

a:hover {
    color: #fff;
}

.navbar-main,
.navbar-main .navbar,
.top-nav,
.footer,
footer,
.logincontainer,
.login-container {
    background: var(--weeb-bg) !important;
    color: var(--weeb-text) !important;
    border-color: rgba(192, 132, 252, 0.35) !important;
}

#footer .weeb-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.96) !important;
    font-weight: 700;
    font-synthesis: none;
    font-size: 22px;
    letter-spacing: 0.2px;
}

#footer .weeb-footer-tagline {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 600;
}

#footer .weeb-footer-cta {
    margin-top: 14px;
    border-radius: 999px !important;
    padding: 10px 16px !important;
}

#footer .weeb-footer-title {
    font-weight: 700;
    font-synthesis: none;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 12px;
}

#footer .weeb-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer .weeb-footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.80) !important;
    text-decoration: none !important;
    padding: 4px 0;
}

#footer .weeb-footer-links a:hover {
    color: #fff !important;
}

#footer .weeb-footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(192, 132, 252, 0.22);
}

@media (max-width: 991.98px) {
    #footer {
        text-align: center;
    }

    #footer .weeb-footer-brand {
        justify-content: center;
        font-size: 24px;
    }

    #footer .weeb-footer-tagline {
        font-size: 15px;
    }

    #footer .weeb-footer-cta {
        padding: 12px 18px !important;
        font-size: 16px !important;
    }

    #footer .weeb-footer-title {
        font-size: 18px;
        margin-top: 10px;
    }

    #footer .weeb-footer-links {
        align-items: center;
        gap: 12px;
    }

    #footer .weeb-footer-links a {
        font-size: 16px;
    }
}

#header,
#header .navbar,
#header .navbar.navbar-light {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 58%),
        radial-gradient(1200px 520px at 20% 0%, rgba(168, 85, 247, 0.32), rgba(168, 85, 247, 0) 62%),
        radial-gradient(1100px 520px at 85% 0%, rgba(124, 58, 237, 0.26), rgba(124, 58, 237, 0) 60%),
        linear-gradient(180deg, #140726 0%, #07010e 100%) !important;
}

#header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9000 !important;
    overflow: visible !important;
}

html body #header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9000 !important;
}

:root {
    --weeb-header-offset: 140px;
}

@media (max-width: 575.98px) {
    :root {
        --weeb-header-offset: 176px;
    }
}

body.primary-bg-color {
    padding-top: var(--weeb-header-offset) !important;
}

#header .navbar,
#header .navbar.navbar-light {
    background: transparent !important;
}

#header .navbar {
    position: relative !important;
    z-index: 20 !important;
}

#header .navbar,
#header .navbar-collapse,
#header .navbar-nav,
#header .navbar .container,
#header .navbar .container-fluid {
    overflow: visible !important;
}

#header .dropdown {
    position: relative !important;
}

#header::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    background: radial-gradient(1500px 760px at 15% 25%, rgba(168, 85, 247, 0.72), rgba(168, 85, 247, 0) 70%),
        radial-gradient(1400px 740px at 92% 10%, rgba(124, 58, 237, 0.62), rgba(124, 58, 237, 0) 68%),
        radial-gradient(1700px 820px at 55% 125%, rgba(192, 132, 252, 0.34), rgba(192, 132, 252, 0) 74%),
        radial-gradient(900px 520px at 55% 55%, rgba(168, 85, 247, 0.22), rgba(168, 85, 247, 0) 62%) !important;
    opacity: 0.75 !important;
    filter: blur(14px) saturate(1.35) !important;
}

#header > * {
    position: relative !important;
    z-index: 1 !important;
}

#header a,
#header .navbar-brand,
#header .navbar-nav .nav-link,
#header .navbar-nav .nav-link:focus,
#header .navbar-nav .nav-link:hover,
#header .navbar .btn,
#header .navbar .btn:focus,
#header .navbar .btn:hover {
    color: #fff !important;
}

#header .weeb-header-icons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header .weeb-header-navtrigger {
    margin-right: 8px !important;
}

#header .weeb-nav-menu .dropdown-item {
    display: flex !important;
    align-items: center !important;
}

#header .weeb-nav-wp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    font-weight: 900 !important;
    letter-spacing: -0.06em !important;
    font-size: 16px !important;
    line-height: 1 !important;
}

.weeb-wp-mark {
    font-weight: 900 !important;
    letter-spacing: -0.06em !important;
}

.weeb-home-picto .weeb-wp-mark {
    font-size: 22px !important;
    line-height: 1 !important;
}

#header .weeb-header-icon {
    position: relative !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)) !important;
    border: 1px solid rgba(192, 132, 252, 0.32) !important;
    color: rgba(255, 255, 255, 0.96) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(8px) saturate(1.2) !important;
    transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease !important;
}

#header .weeb-header-icon::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    background: radial-gradient(120% 120% at 30% 20%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 55%) !important;
    opacity: 0.75 !important;
}

#header .weeb-header-icon:hover,
#header .weeb-header-icon:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(192, 132, 252, 0.45) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25), 0 0 0 3px rgba(168, 85, 247, 0.18) !important;
    transform: translateY(-1px) !important;
}

#header .weeb-header-icon i {
    position: relative !important;
    z-index: 2 !important;
    font-size: 18px !important;
    opacity: 0.95 !important;
}

#header .weeb-header-icon svg.weeb-icon {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    opacity: 0.95 !important;
}

#header #weebCartDropdown.weeb-header-icon,
#header #weebCartDropdown.weeb-header-icon:hover,
#header #weebCartDropdown.weeb-header-icon:focus {
    display: inline-flex !important;
}

#header #cartItemCount {
    position: absolute !important;
    z-index: 3 !important;
    top: 7px !important;
    right: 7px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #f97316 !important;
    box-shadow: 0 0 0 2px rgba(7, 1, 14, 0.9) !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

#header #cartItemCount[data-count="0"] {
    display: none !important;
}

#header .weeb-cart-item-right {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
}

#header .weeb-cart-item-remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 7px !important;
    color: rgba(248, 113, 113, 0.95) !important;
    border: 1px solid rgba(248, 113, 113, 0.35) !important;
    background: rgba(239, 68, 68, 0.08) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease !important;
}

#header .weeb-cart-item-remove:hover,
#header .weeb-cart-item-remove:focus {
    background: rgba(239, 68, 68, 0.18) !important;
    border-color: rgba(248, 113, 113, 0.55) !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

#header .weeb-cart-item-remove svg.weeb-trash-icon {
    width: 12px !important;
    height: 12px !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.card,
.panel,
.panel-default,
.panel-sidebar,
.list-group-item,
.well,
.modal-content,
.dropdown-menu:not(.weeb-header-dropdown),
.popover,
.ticket-reply,
.main-content {
    background: linear-gradient(135deg, var(--weeb-card), rgba(8, 4, 15, 0.92)) !important;
    color: var(--weeb-text) !important;
    border-color: var(--weeb-border) !important;
    border-width: 2px !important;
}

#main-body .sidebar .list-group-item-action:hover,
#main-body .sidebar .list-group-item-action:focus {
    background: rgba(168, 85, 247, 0.14) !important;
    color: #fff !important;
    border-color: rgba(192, 132, 252, 0.40) !important;
}

#main-body .sidebar .list-group-item.active,
#main-body .sidebar .list-group-item.active:hover,
#main-body .sidebar .list-group-item.active:focus {
    background: rgba(168, 85, 247, 0.22) !important;
    color: #fff !important;
    border-color: rgba(192, 132, 252, 0.55) !important;
}

#main-body .sidebar .list-group-item .badge {
    background: rgba(168, 85, 247, 0.22) !important;
    border: 1px solid rgba(192, 132, 252, 0.35) !important;
    color: #fff !important;
}

#main-body .sidebar .weeb-sidebar-svg {
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    stroke: rgba(255, 255, 255, 0.92) !important;
    fill: none !important;
    stroke-width: 2.2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

#main-body .sidebar .weeb-sidebar-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 999px !important;
    display: block !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06) inset !important;
}

#main-body .sidebar .weeb-sidebar-dot-ok {
    background: rgba(34, 197, 94, 0.95) !important;
}

#main-body .sidebar .weeb-sidebar-dot-pending {
    background: rgba(249, 115, 22, 0.95) !important;
}

#main-body .sidebar .weeb-sidebar-dot-paused {
    background: rgba(168, 85, 247, 0.95) !important;
}

#main-body .sidebar .weeb-sidebar-dot-stop {
    background: rgba(239, 68, 68, 0.95) !important;
}

#main-body .sidebar .weeb-sidebar-dot-expired {
    background: rgba(148, 163, 184, 0.95) !important;
}

#header .dropdown-menu.show {
    display: block !important;
    pointer-events: auto !important;
}

#header .dropdown-menu.weeb-header-dropdown {
    z-index: 99999 !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    margin-top: 0 !important;
    min-width: 260px !important;
    padding: 10px 0 !important;
    background: rgba(7, 1, 14, 0.8) !important;
    border: 2px solid rgba(192, 132, 252, 0.35) !important;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(10px) saturate(1.1) !important;
    visibility: hidden;
    opacity: 0;
    transform: none !important;
    clip: auto !important;
    clip-path: none !important;
    max-height: none !important;
    overflow: visible !important;
}

@media (max-width: 575.98px) {
    #header .dropdown-menu.weeb-header-dropdown.weeb-nav-menu {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }
}

.card {
    transition: box-shadow 200ms ease, transform 200ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
    .card:hover {
        box-shadow: 0 0 0 2px rgba(192, 132, 252, 0.42), 0 18px 52px rgba(168, 85, 247, 0.22) !important;
        transform: translateY(-2px) !important;
    }
}

.card.weeb-card-centered {
    box-shadow: 0 0 0 2px rgba(192, 132, 252, 0.42), 0 18px 52px rgba(168, 85, 247, 0.22) !important;
    transform: translateY(-2px) !important;
}

#header .dropdown.show > .dropdown-menu.weeb-header-dropdown,
#header .dropdown-menu.weeb-header-dropdown.show {
    visibility: visible !important;
    opacity: 1 !important;
}

#header .dropdown-menu.weeb-header-dropdown .dropdown-item,
#header .dropdown-menu.weeb-header-dropdown .dropdown-item:focus,
#header .dropdown-menu.weeb-header-dropdown .dropdown-item:hover {
    color: #fff !important;
}

.card-header,
.panel-heading,
.modal-header,
.dropdown-header {
    background: linear-gradient(135deg, var(--weeb-card-2), rgba(15, 8, 32, 0.92)) !important;
    color: var(--weeb-text) !important;
    border-color: var(--weeb-border) !important;
    border-width: 2px !important;
}

.home-products .card {
    border-width: 2px !important;
    border-color: rgba(168, 85, 247, 0.35) !important;
}

.weeb-titleline {
    background: linear-gradient(90deg, rgba(168, 85, 247, 0), rgba(168, 85, 247, 0.95), rgba(168, 85, 247, 0)) !important;
    box-shadow: 0 10px 24px rgba(168, 85, 247, 0.28) !important;
}

.master-breadcrumb {
    position: relative !important;
    z-index: 1 !important;
    background: #000 !important;
    border-top: 2px solid rgba(255, 255, 255, 0.9) !important;
    border-bottom: 2px solid rgba(168, 85, 247, 0.65) !important;
    box-shadow: 0 10px 26px rgba(168, 85, 247, 0.10) !important;
}

.master-breadcrumb::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background: radial-gradient(800px 120px at 25% 40%, rgba(168, 85, 247, 0.22), rgba(168, 85, 247, 0) 62%),
        radial-gradient(700px 120px at 80% 60%, rgba(124, 58, 237, 0.18), rgba(124, 58, 237, 0) 58%) !important;
    opacity: 0.95 !important;
    mix-blend-mode: screen !important;
}

.master-breadcrumb::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 3px !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0) 0%, rgba(168, 85, 247, 1) 50%, rgba(168, 85, 247, 0) 100%) !important;
    transform: translateX(-140%) !important;
    opacity: 0 !important;
    will-change: transform !important;
    animation: weebBreadcrumbSheen 10s linear infinite !important;
    filter: blur(1px) !important;
}

@keyframes weebBreadcrumbSheen {
    0%,
    72% {
        transform: translateX(-140%);
        opacity: 0;
    }
    76% {
        opacity: 1;
    }
    92% {
        transform: translateX(140%);
        opacity: 1;
    }
    100% {
        transform: translateX(140%);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .master-breadcrumb::after {
        animation: none !important;
        opacity: 0 !important;
    }
}

.weeb-domain-searchbar {
    max-width: 520px;
    margin: 0 auto;
    --weeb-domain-input-h: 30px;
}

.weeb-domain-searchbar .form-control {
    height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 30px !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    border-top-left-radius: 999px !important;
    border-bottom-left-radius: 999px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.weeb-domain-searchbar .weeb-domain-btn {
    height: 30px !important;
    padding: 0 14px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    min-height: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.weeb-domain-searchbar .input-group {
    align-items: stretch;
}

@media (min-width: 576px) {
    .weeb-domain-searchbar .input-group {
        height: var(--weeb-domain-input-h);
    }
    .weeb-domain-searchbar .input-group-append {
        height: 100%;
    }
    .weeb-domain-searchbar .form-control {
        height: 100% !important;
        line-height: normal !important;
    }
    .weeb-domain-searchbar #btnDomainSearch.btn.weeb-domain-btn {
        height: 100% !important;
        min-height: 0 !important;
        line-height: 1 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.weeb-domain-searchbar #btnDomainSearch.btn.weeb-domain-btn {
    height: 30px !important;
    min-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.weeb-domain-searchbar .weeb-toggle-label {
    margin-left: 14px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(223, 211, 255, 0.78);
    white-space: nowrap;
}

.weeb-domain-searchbar .weeb-domain-btn + .weeb-domain-btn {
    margin-left: 8px;
}

.weeb-domain-searchbar .input-group-append {
    display: flex;
    align-items: center;
}

.weeb-switch {
    position: relative;
    width: 38px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.weeb-switch input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.weeb-switch-track {
    position: relative;
    width: 38px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
    transition: background 160ms ease, border-color 160ms ease;
}

.weeb-switch-track::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transition: transform 160ms ease;
}

.weeb-switch input:checked + .weeb-switch-track {
    background: linear-gradient(90deg, #16a34a, #22c55e);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.55);
}

.weeb-switch input:checked + .weeb-switch-track::after {
    transform: translateX(20px);
}

#main-body input.toggle-switch-success[type="checkbox"],
#main-body input.no-icheck.toggle-switch-success[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 38px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
}

#main-body input.toggle-switch-success[type="checkbox"]::after,
#main-body input.no-icheck.toggle-switch-success[type="checkbox"]::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    transition: transform 160ms ease !important;
}

#main-body input.toggle-switch-success[type="checkbox"]:checked,
#main-body input.no-icheck.toggle-switch-success[type="checkbox"]:checked {
    background: linear-gradient(90deg, #16a34a, #22c55e) !important;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.55) !important;
}

#main-body input.toggle-switch-success[type="checkbox"]:checked::after,
#main-body input.no-icheck.toggle-switch-success[type="checkbox"]:checked::after {
    transform: translateX(20px) !important;
}

#main-body input.weeb-toggle[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 38px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
}

#main-body input.weeb-toggle[type="checkbox"]::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    transition: transform 160ms ease !important;
}

#main-body input.weeb-toggle[type="checkbox"]:checked {
    background: linear-gradient(90deg, #16a34a, #22c55e) !important;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.55) !important;
}

#main-body input.weeb-toggle[type="checkbox"]:checked::after {
    transform: translateX(20px) !important;
}

#main-body .controls.form-check input.form-check-input[type="checkbox"]:not(.toggle-switch-success) {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 38px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    box-shadow: none !important;
    outline: none !important;
}

#main-body .controls.form-check input.form-check-input[type="checkbox"]:not(.toggle-switch-success)::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    transition: transform 160ms ease !important;
}

#main-body .controls.form-check input.form-check-input[type="checkbox"]:not(.toggle-switch-success):checked {
    background: linear-gradient(90deg, #16a34a, #22c55e) !important;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.55) !important;
}

#main-body .controls.form-check input.form-check-input[type="checkbox"]:not(.toggle-switch-success):checked::after {
    transform: translateX(20px) !important;
}

#main-body .controls.form-check input.form-check-input[type="checkbox"]:not(.toggle-switch-success):disabled {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
}

#main-body form[action*="rp=/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle),
#main-body form[action*="/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle) {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 38px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14) !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    outline: none !important;
}

#main-body form[action*="rp=/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle)::after,
#main-body form[action*="/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle)::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
    transition: transform 160ms ease !important;
}

#main-body form[action*="rp=/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle):checked,
#main-body form[action*="/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle):checked {
    background: linear-gradient(90deg, #16a34a, #22c55e) !important;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.55) !important;
}

#main-body form[action*="rp=/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle):checked::after,
#main-body form[action*="/account/users"] input.form-check-input[type="checkbox"]:not(.toggle-switch-success):not(.weeb-toggle):checked::after {
    transform: translateX(20px) !important;
}

.weeb-domain-results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.weeb-domain-results-title {
    font-weight: 800;
    font-size: 14px;
    color: rgba(245, 240, 255, 0.92);
}

.weeb-domain-results-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.weeb-domain-results-label {
    font-size: 12px;
    color: rgba(223, 211, 255, 0.72);
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .weeb-domain-searchbar .input-group {
        flex-wrap: wrap;
    }
    .weeb-domain-searchbar .input-group > .form-control {
        flex: 1 1 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .weeb-domain-searchbar .input-group-append {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: wrap;
    }
    .weeb-domain-searchbar .weeb-domain-btn + .weeb-domain-btn {
        margin-left: 0;
    }
}

.weeb-domain-search-layout {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.weeb-domain-search-left {
    flex: 1 1 auto;
    min-width: 0;
}

.weeb-domain-promos {
    max-width: 720px;
    margin: 0 auto;
}

.weeb-domain-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 991.98px) {
    .weeb-domain-promo-grid {
        grid-template-columns: 1fr;
    }
}

.weeb-domain-promo {
    border-radius: 16px;
    border: 1px solid rgba(192, 132, 252, 0.22);
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.18), rgba(0, 0, 0, 0.86));
    padding: 14px;
}

.weeb-domain-promo-alt {
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(0, 0, 0, 0.86));
}

.weeb-domain-promo-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.weeb-domain-promo-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.92);
}

.weeb-domain-promo-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.95);
}

.weeb-domain-promo-sub {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(223, 211, 255, 0.78);
}

.weeb-domain-promo-btn {
    margin-top: 12px;
}

.weeb-domain-promo-foot {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(223, 211, 255, 0.62);
}

.weeb-domain-inline-results {
    max-width: 720px;
    margin: 12px auto 0;
    width: 100%;
}

.weeb-domain-inline-results .table-responsive {
    max-width: 100%;
    overflow-x: auto;
}

.weeb-domain-inline-results .table {
    min-width: 520px;
}

@media (max-width: 575.98px) {
    .weeb-domain-inline-results .table {
        min-width: 460px;
    }
}

.weeb-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.weeb-suggestion {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(192, 132, 252, 0.28);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(245, 240, 255, 0.92);
    text-decoration: none !important;
    font-weight: 700;
    font-size: 13px;
}

.weeb-suggestion.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.weeb-suggestion:hover {
    background: rgba(168, 85, 247, 0.14);
}

.weeb-domain-inline-results .table th {
    border-top: 0;
}

.weeb-tld-mini-alltlds {
    border-color: rgba(192, 132, 252, 0.40) !important;
    box-shadow: 0 14px 30px rgba(168, 85, 247, 0.12);
}

.weeb-tld-mini-alltlds .weeb-tld-mini-tld {
    color: rgba(255, 255, 255, 0.95);
    font-size: 22px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weeb-tld-mini-alltlds .weeb-tld-mini-sub {
    opacity: 0.7;
    text-transform: uppercase;
}

.weeb-tld-mini-bar-alltlds {
    background: linear-gradient(90deg, var(--weeb-purple-2), var(--weeb-purple)) !important;
    color: #0b1220 !important;
}

.weeb-tld-mini-alltlds .weeb-tld-mini-price {
    font-size: 12px;
    letter-spacing: 0.02em;
}

.weeb-domain-search-right {
    width: 156px;
}

@media (max-width: 991.98px) {
    .weeb-domain-search-layout {
        flex-direction: column;
    }
    .weeb-domain-search-right {
        width: 100%;
    }
    .weeb-tld-stack {
        display: flex;
        gap: 12px;
    }
    .weeb-tld-stack .weeb-tld-mini {
        flex: 1 1 0;
    }
}

.weeb-tld-stack {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.weeb-tld-mini {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    border: 1px solid rgba(192, 132, 252, 0.28) !important;
    background: radial-gradient(400px 220px at 20% 0%, rgba(168, 85, 247, 0.22), rgba(168, 85, 247, 0) 62%),
        linear-gradient(180deg, rgba(90, 30, 160, 0.78) 0%, rgba(22, 8, 44, 0.84) 100%) !important;
}

.weeb-tld-mini.is-disabled {
    opacity: 0.65;
    filter: saturate(0.85);
}

.weeb-tld-mini-top {
    padding: 9px 9px 7px;
}

.weeb-tld-mini-tld {
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #fff;
}

.weeb-tld-mini[data-tld="com"] .weeb-tld-mini-tld {
    color: #38bdf8;
}

.weeb-tld-mini[data-tld="net"] .weeb-tld-mini-tld {
    color: #facc15;
}

.weeb-tld-mini[data-tld="es"] .weeb-tld-mini-tld {
    color: #ff3b30;
}

.weeb-tld-mini-sub {
    margin-top: 4px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.04em;
}

.weeb-tld-mini-bar {
    padding: 8px 9px;
    text-align: center;
}

.weeb-tld-mini[data-tld="com"] .weeb-tld-mini-bar {
    background: rgba(56, 189, 248, 0.95);
    color: #0b1220;
}

.weeb-tld-mini[data-tld="net"] .weeb-tld-mini-bar {
    background: rgba(250, 204, 21, 0.95);
    color: #0b1220;
}

.weeb-tld-mini[data-tld="es"] .weeb-tld-mini-bar {
    background: rgba(255, 59, 48, 0.92);
    color: #0b1220;
}

.weeb-tld-mini-price {
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
}

.weeb-tld-mini-per {
    font-weight: 800;
    font-size: 11px;
    opacity: 0.9;
}

.weeb-domain-landing .table th,
.weeb-domain-landing .table td {
    vertical-align: middle;
}

.text-muted,
.help-block,
.small,
.small-text,
.form-text {
    color: var(--weeb-muted) !important;
}

.form-control,
select,
textarea,
.input-group-text {
    background: #05020b !important;
    color: var(--weeb-text) !important;
    border-color: var(--weeb-border) !important;
}

.form-control:focus,
select:focus,
textarea:focus {
    border-color: rgba(192, 132, 252, 0.7) !important;
    box-shadow: 0 0 0 0.2rem rgba(168, 85, 247, 0.25) !important;
}

.btn-primary,
.btn-success,
.btn-info {
    background: linear-gradient(135deg, var(--weeb-purple-2), var(--weeb-purple)) !important;
    border-color: rgba(168, 85, 247, 0.35) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-success:hover,
.btn-info:hover {
    background: linear-gradient(135deg, #6d28d9, #a855f7) !important;
}

.btn-outline-primary {
    border-color: rgba(192, 132, 252, 0.65) !important;
    color: var(--weeb-purple-3) !important;
}

.btn-outline-primary:hover {
    background: rgba(168, 85, 247, 0.12) !important;
    color: #fff !important;
}

.badge-primary,
.label-primary {
    background: rgba(168, 85, 247, 0.18) !important;
    color: #fff !important;
    border: 1px solid rgba(168, 85, 247, 0.35) !important;
}

table,
.table {
    color: var(--weeb-text) !important;
}

.table,
.dataTables_wrapper table.table-list,
table.table-list {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(192, 132, 252, 0.28) !important;
    background: radial-gradient(520px 260px at 20% 0%, rgba(168, 85, 247, 0.22), rgba(168, 85, 247, 0) 62%),
        linear-gradient(180deg, rgba(90, 30, 160, 0.40) 0%, rgba(22, 8, 44, 0.62) 100%) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
}

.table thead th,
.dataTables_wrapper table.table-list thead th,
table.table-list thead th {
    background: linear-gradient(180deg, rgba(10, 4, 20, 0.78), rgba(10, 4, 20, 0.42)) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(192, 132, 252, 0.22) !important;
}

.table td,
.table th,
.dataTables_wrapper table.table-list td,
.dataTables_wrapper table.table-list th,
table.table-list td,
table.table-list th {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.table tbody tr:hover td,
.dataTables_wrapper table.table-list tbody tr:hover td,
table.table-list tbody tr:hover td {
    background: rgba(168, 85, 247, 0.08) !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
    color: rgba(255, 255, 255, 0.78) !important;
}

.dataTables_wrapper .dataTables_filter input.form-control,
.dataTables_wrapper .dataTables_length select.form-control,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
    background: rgba(7, 1, 14, 0.55) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(192, 132, 252, 0.28) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .page-link,
.pagination .page-link {
    background: rgba(7, 1, 14, 0.55) !important;
    color: rgba(255, 255, 255, 0.86) !important;
    border-color: rgba(192, 132, 252, 0.22) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .page-link:hover,
.pagination .page-link:hover {
    background: rgba(168, 85, 247, 0.14) !important;
    color: #fff !important;
}

#main-body .tiles .tile {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 22px 16px !important;
    text-decoration: none !important;
    border-radius: 18px !important;
    border: 1px solid rgba(192, 132, 252, 0.28) !important;
    background: radial-gradient(520px 260px at 20% 0%, rgba(168, 85, 247, 0.22), rgba(168, 85, 247, 0) 62%),
        linear-gradient(180deg, rgba(90, 30, 160, 0.40) 0%, rgba(22, 8, 44, 0.62) 100%) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    transition: box-shadow 200ms ease, transform 200ms ease !important;
}

#main-body .tiles .tile .highlight {
    display: none !important;
}

#main-body .tiles .tile i {
    width: 44px !important;
    height: 44px !important;
    border-radius: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(249, 115, 22, 0.92) !important;
    color: #fff !important;
    font-size: 18px !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25) !important;
}

#main-body .tiles .tile .stat {
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

#main-body .tiles .tile .title {
    font-size: 14px !important;
    font-weight: 700 !important;
    opacity: 0.85 !important;
}

#main-body .tiles .row.no-gutters {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

#main-body .tiles .row.no-gutters > [class*="col-"] {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

@media (hover: hover) and (pointer: fine) {
    #main-body .tiles .tile:hover {
        box-shadow: 0 0 0 2px rgba(192, 132, 252, 0.42), 0 18px 52px rgba(168, 85, 247, 0.22) !important;
        transform: translateY(-2px) !important;
    }
}

#main-body .btn.btn-default,
#main-body .btn.btn-default.btn-sm,
#main-body .btn-group-sm > .btn.btn-default {
    background: rgba(7, 1, 14, 0.45) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(192, 132, 252, 0.28) !important;
    border-radius: 999px !important;
}

#main-body .btn-group.btn-group-sm .btn,
#main-body .btn-group.btn-group-sm .dropdown-toggle,
#main-body .btn-group.btn-group-sm .dropdown-item {
    white-space: nowrap !important;
}

#main-body .btn-group.btn-group-sm .btn {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 260px !important;
}

@media (max-width: 991.98px) {
    #main-body .btn-group.btn-group-sm .btn {
        max-width: 210px !important;
        font-size: 13px !important;
    }
}

#main-body .btn.btn-default:hover,
#main-body .btn.btn-default:focus {
    background: rgba(168, 85, 247, 0.14) !important;
    border-color: rgba(192, 132, 252, 0.45) !important;
    color: #fff !important;
}

.table thead th {
    background: var(--weeb-surface-2) !important;
    border-color: var(--weeb-border) !important;
}

.table td,
.table th {
    border-color: rgba(168, 85, 247, 0.14) !important;
}

.alert,
.alert-info,
.alert-success,
.alert-warning,
.alert-danger {
    background: rgba(168, 85, 247, 0.10) !important;
    border-color: rgba(168, 85, 247, 0.22) !important;
    color: var(--weeb-text) !important;
}

#main-body .alert {
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    display: block;
    clear: both !important;
    position: relative !important;
    z-index: 5 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
    font-weight: 600 !important;
}

#main-body .alert.w-hidden,
.tab-content > .tab-pane > .alert.w-hidden,
#emailCreateSuccess.w-hidden,
#emailCreateFailed.w-hidden {
    display: none !important;
}

#main-body .alert-warning {
    background: rgba(245, 158, 11, 0.14) !important;
    border-color: rgba(245, 158, 11, 0.38) !important;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.06), 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}

#main-body .alert-danger {
    background: rgba(239, 68, 68, 0.14) !important;
    border-color: rgba(239, 68, 68, 0.38) !important;
    box-shadow: 0 12px 28px rgba(239, 68, 68, 0.06), 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}

.tab-content > .tab-pane > .alert {
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    display: block;
    clear: both !important;
    position: relative !important;
    z-index: 3 !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35) !important;
}

.tab-content > .tab-pane > .alert-warning {
    background: rgba(245, 158, 11, 0.14) !important;
    border-color: rgba(245, 158, 11, 0.38) !important;
}

.tab-content > .tab-pane > .alert-danger {
    background: rgba(239, 68, 68, 0.14) !important;
    border-color: rgba(239, 68, 68, 0.38) !important;
}
