:focus {
    outline: inherit !important;
    box-shadow: inherit !important;
}

.dropdown-menu {
    border-radius: 12px;
    background: var(--thirdBG);
    padding: 0px;
    color: var(--grey-text);
    min-width: 180px;
}

li.dropdown-item {
    padding: 0px !important;
    border-radius: 0px !important;
}

li.dropdown-item > a.dropdown-item {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 15px !important;
    color: var(--grey-text);
    font-size: 14px;
    border-radius: 0px;
}

li.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:focus {
    background: inherit;
    color: inherit;
    outline: inherit;
}

li.dropdown-item:nth-child(even) {
    border-top: 1px solid var(--thirdBG-border);
    border-bottom: 1px solid var(--thirdBG-border);
}

.dropdown-item:first-child {
    border-top: inherit;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.dropdown-item:last-child {
    border-bottom: inherit;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.dropdown-divider:focus, .dropdown-item:hover, .dropdown-item:focus {
    background: var(--secondBG);
    color: var(--text-color);
}

.dropdown-divider {
    border-top: 1px solid var(--thirdBG-border);
    margin: 0px;
}

.card {
    border-radius: 12px;
    background: radial-gradient(ellipse at top,color-mix(in srgb,#1b2a2c,transparent 70%),color-mix(in srgb,#1b2a2c,transparent 19.999999999999996%));
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    transition: var(--transition);
}

.JC-Card {
    border-radius: 12px;
    padding: 22px;
    background: radial-gradient(ellipse at top,color-mix(in srgb,#1b2a2c,transparent 70%),color-mix(in srgb,#1b2a2c,transparent 19.999999999999996%));
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    transition: var(--transition);
}

.JC-HomepageContainer {
    display: flex;
    flex-direction: column;
    gap: 5em;
}

.JC-HomeSection {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.JC-HomeSection-title {
    font-size: 26px;
    font-weight: 600;
}

.JC-HomeSection-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.JC-CardCol {
    display: flex;
    flex-direction: column;
}

.JC-CardGap15 {
    gap: 1rem;
}

.JC-FlexCenter {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.primary-content .card, .primary-content .mc-promo-login, .primary-content .mc-promo-manage {
    margin-bottom: 0px;
}

.mc-promo-login .panel-heading .primary-content h3, .mc-promo-manage .panel-heading .primary-content h3, .primary-content .card-title, .primary-content .mc-promo-login .panel-heading h3, .primary-content .mc-promo-manage .panel-heading h3, .primary-content .promo-container .header h3, .promo-container .header .primary-content h3 {
    margin-bottom: 0px;
}

.JC-HomeSection-grids i {
    font-size: 38px;
}

.card-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.JC-CardHover:hover {
    transition: var(--transition);
    opacity: 0.8;
}

.card-tagline {
    font-size: 17px;
    color: var(--grey-text);
}

section#main-body {
    padding-top: 50px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: var(--widthMain) !important;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0px !important;
}

.JC-SidebarContainer, #order-standard_cart .JC-Sidebar {
    width: 100%;
    max-width: 320px;
    padding: 0px !important;
}

#order-standard_cart .JC-Sidebar .list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card>.list-group:last-child, .mc-promo-login>.list-group:last-child, .mc-promo-manage>.list-group:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.JC-MainContainer {
    width: 100%;
}

.JC-EntireContainer {
    display: flex;
    flex-wrap: nowrap;
}

.row {
    margin: 0px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0px;
    max-width: 100%;
    flex: inherit;
}

.card-body {
    padding: 20px 30px !important;
}

.JC-Grid {
    display: grid;
}

.JC-GridTwo {
    grid-template-columns: repeat(2, 1fr);
}

.JC-GridThree {
    grid-template-columns: repeat(3, 1fr);
}

.JC-GridGap {
    gap: 15px;
}

.JC-Flex {
    display: flex;
}

.JC-FlexRow {
    flex-direction: row;
}

.JC-FlexCol {
    flex-direction: column;
}

.JC-FlexGap {
    gap: 15px;
}

.form-group {
    margin-bottom: 0px;
}

.JC-FlexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 15px;
}

.JC-CenterMargin {
    margin: 0 auto;
}

.JC-MarginVertical {
    margin: 15px auto;
}

.JC-MarginTop {
    margin-top: 15px;
}

.JC-MarginBottom {
    margin-top: 15px;
}

.card-title {
    margin-bottom: 15px !important;
}

.card-header .card-title {
    margin-bottom: 0px !important;
}

.card-header:first-child {
    border-radius: 12px;
}

.card-header {
    padding: 15px 20px;
}

#registration .prepend-icon .field-icon {
    margin-bottom: 0px !important;
}

.form-control, .field {
    background: var(--body) !important;
    border: 1px solid var(--thirdBG-border) !important;
    height: 50px !important;
    font-size: 16px !important;
    color: var(--grey-text) !important;
    border-radius: 12px !important;
}

.md-editor>.md-preview, .md-editor>textarea.markdown-editor {
    background: var(--body) !important;
    border: 1px solid var(--thirdBG-border) !important;
    height: auto !important;
    font-size: 16px !important;
    color: var(--grey-text) !important;
}

.input-group-text {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: var(--body) !important;
    width: auto;
    padding-right: 0px;
    color: var(--grey-text) !important;
    justify-content: center;
    font-size: 14px;
    border: 1px solid var(--thirdBG-border);
}

#registration .form-control, #registration .field {
    border-radius: 10px !important;
}

.form-control:focus, .field:focus {
    border: 1px solid var(--accent) !important;
    color: var(--text-color) !important;
    outline: inherit;
}

.prepend-icon .field-icon {
    height: 50px !important;
    line-height: 50px !important;
}

.field-icon i {
    color: var(--gray) !important;
}

.btn {
    padding: 8px 26px;
    border-radius: 80px;
    font-size: 16px;
    border: 1px solid var(--accent);
    transition: var(--transition);
}

.btn:hover, .btn:focus {
    transition: var(--transition);
}

.btn-primary {
    background: var(--accent);
    color: var(--text-color);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: var(--accentHover);
    border: 1px solid var(--accent);
    color: var(--text-color);
    outline: inherit;
}

.btn-success {
    background: var(--accent);
    color: var(--text-color);
}

.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: var(--accentHover);
    border: 1px solid var(--accent);
    color: var(--text-color);
    outline: inherit;
}

.btn-default {
    border: 1px solid var(--accent);
    color: var(--accent);
    background: transparent;
    font-weight: 600;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    color: var(--accent);
    border: 1px solid var(--accent);
    background: transparent;
    outline: inherit;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: var(--accent);
    border: 1px solid var(--accent);
    background: transparent;
    outline: inherit;
}

.btn i {
    margin-right: 5px;
}

.list-group-item {
    background: radial-gradient(ellipse at top,color-mix(in srgb,#1b2a2c,transparent 70%),color-mix(in srgb,#1b2a2c,transparent 19.999999999999996%));
    backdrop-filter: blur(5px);
    color: var(--grey-text-dark);
}

#registration label {
    color: var(--grey-text);
    font-size: 16px;
}

.JC-ZIndex {
    position: relative;
    z-index: 3;
}

.sidebar .list-group-item {
    padding: 14px 20px;
    border-color: var(--thirdBG-border);
    font-size: 16px;
}

div.list-group-item {
    background: inherit;
    color: var(--grey-text-dark);
}

div.list-group-item:hover, div.list-group-item:focus {
    background: inherit;
    color: var(--grey-text-dark);
}

a.list-group-item:hover, a.list-group-item:focus {
    background: var(--forthBG);
    transition: var(--transition);
    color: var(--grey-text-dark);
}

.sidebar .sidebar-menu-item-icon-wrapper {
    margin-right: 10px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.progress {
    border-radius: 5px;
    background: var(--thirdBG-border);
}

.intl-tel-input .country-list {
    background: var(--thirdBG-border);
    border-color: var(--thirdBG-border);
    border-radius: 12px;
    max-width: 350px;
    overflow-x: hidden;
}

.intl-tel-input .country-list .country {
    padding: 8px 15px;
}

.tiles .tile {
    background: var(--thirdBG-border);
    border: inherit;
    padding: 15px 20px;
    border-radius: 12px;
}

.tiles .tile i {
    color: var(--grey-text-dark);
    font-size: 34px;
    top: 15px;
}

.tiles .tile .stat {
    font-weight: 700;
}

.tiles .tile .highlight {
    display: none;
}

.tiles .tile:hover {
    background: var(--secondBG);
}

.tiles .tile:hover i {
    font-size: 34px;
}

.card-header:first-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.card-accent-red,
.card-accent-asbestos,
.card-accent-gold, 
.card-accent-blue {
    border-top: inherit !important;
}

.div-service-item {
    padding: 15px 10px;
}

.client-home-cards .card-header {
    background: var(--forthBG);
    border-bottom: 1px solid var(--thirdBG-border);
}

.client-home-cards .list-group .list-group-item {
    border-bottom: 1px solid var(--thirdBG-border);
}

.client-home-cards .list-group .list-group-item:last-child {
    border-bottom: 1px solid var(--thirdBG-border) !important;
}

.client-home-cards .list-group .list-group-item {
    padding: 0px;
}

.client-home-cards .card-header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
    margin: 0px;
    background: var(--accent);
}

.client-home-cards .card-body p, .client-home-cards .mc-promo-login .content p, .client-home-cards .mc-promo-manage .content p, .mc-promo-login .client-home-cards .content p, .mc-promo-manage .client-home-cards .content p {
    padding: 0px;
}

.client-home-cards .list-group {
    border-top: 1px solid var(--thirdBG-border) !important;
    border-bottom: inherit !important;
}

.client-home-cards .card-header .btn i {
    transform: rotate(-45deg);
}

.client-home-cards .card-header .btn:hover {
    background: var(--accentHover);
    color: var(--text-color);
}

a.list-group-item {
    padding: 10px 20px !important;
}

.table-list>tbody>tr>td {
    background: var(--secondBG);
    color: var(--text-color);
    transition: var(--transition);
    font-weight: 400;
}

.dataTables_wrapper table.table-list {
    border: 1px solid var(--thirdBG-border);
    border-radius: 12px;
}

.dataTables_wrapper thead tr th:first-child {
    border-top-left-radius: 12px !important;
}

.dataTables_wrapper thead tr th:last-child {
    border-top-right-radius: 12px !important;
}

.dataTables_wrapper tbody tr:last-child td:first-child{
    border-bottom-left-radius: 12px !important;
}

.dataTables_wrapper tbody tr:last-child td:last-child{
    border-bottom-right-radius: 12px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    border-radius: 12px !important;
}

.sidebar .list-group-item .badge {
    background-color: var(--thirdBG-border);
    color: var(--grey-text-dark);
}

.text-muted {
    color: var(--grey-text-dark) !important;
}

.table-list>tbody>tr:hover>td {
    background: var(--body);
    transition: var(--transition);
}

.dataTables_wrapper table.table-list thead th {
    border: inherit !important;
    border-bottom: 1px solid var(--thirdBG-border) !important;
}

table.table-list thead th {
    background: var(--thirdBG);
    color: var(--grey-text-dark);
    font-weight: 500;
}

.table td, .table th {
    border-top: 1px solid var(--thirdBG-border) !important;
}

.table tr:first-child td {
    border-top: inherit !important;
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
    background: var(--secondBG);
}

.page-item.active .page-link, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: var(--accent);
    border-color: var(--thirdBG-border);
}

.page-item.disabled .page-link {
    color: var(--grey-text-dark);
    background-color: var(--thirdBG);
    border-color: var(--thirdBG-border);
}

.page-link {
    background-color: var(--secondBG);
    border: 1px solid var(--thirdBG-border);
}

.pagination>li>a, .pagination>li>span {
    color: var(--grey-text-dark);
}

.page-link:hover {
    border-color: var(--thirdBG-border);
    color: var(--text-color);
    background: var(--accent);
}

.alert {
    padding: 15px;
    border-radius: 12px;
}

.alert .float-right {
    line-height: 50px;
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background: var(--forthBG);
    transition: var(--transition);
    color: var(--grey-text-dark);
}

div.product-details div.product-icon {
    background: var(--body);
}

div.product-details-tab-container {
    border: 1px solid var(--thirdBG-border);
    background: var(--secondBG) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-tabs {
    border-bottom: 1px solid var(--thirdBG-border);
}

.announcements .announcement article {
    background: var(--body);
    border-left: inherit;
    padding: 20px;
    border-radius: 12px;
    margin-top: 15px;
}

.kb-category a {
    border-radius: 10px;
}

.kb-category a:hover {
    background: var(--forthBG);
}

.badge-info {
    color: var(--grey-text-dark);
    font-size: 12px;
    text-transform: uppercase;
    background: var(--thirdBG-border);
    padding: 6px 10px;
}

.btn-danger {
    border-color: #dc3545 !important;
}

.kb-category .text-muted {
    font-size: 16px;
}

.form-control-sm {
    border-radius: 12px !important;
}

.JC-BorderRadius {
    border-radius: 12px !important;
}

.JC-NoBorder {
    border-radius: 0px !important;
}

.JC-NoBorder-left {
    border-radius: 0px !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.JC-NoBorder-right {
    border-radius: 0px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.kb-article-item i {
    color: var(--grey-text-dark) !important;
}

.border-left {
    border-left: 1px solid var(--thirdBG-border) !important;
}

.btn-toolbar .btn {
    padding: 5px 15px;
}

.responsive-tabs-sm .nav-item a {
    margin-right: 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--text-color);
    background-color: var(--forthBG);
    border-color: var(--thirdBG-border);
    transition: var(--transition);
}

.responsive-tabs-sm .nav-item a:hover {
    background: var(--thirdBG-border);
    transition: var(--transition);
    border-color: var(--thirdBG-border);
}

.responsive-tabs-sm-connector {
    display: none !important;
}

#order-standard_cart .JC-Sidebar {
    padding: 0px;
}

.md-editor {
    border-color: var(--thirdBG-border) !important;
    border-radius: 12px !important;
}

.md-editor>.btn-toolbar {
    background: var(--body) !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.md-editor .md-footer, .md-editor>.md-header {
    background: var(--body);
    padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

div.md-editor.active {
    border-color: var(--accent);
}

.custom-file-label {
    color: var(--grey-text-dark);
    background-color: var(--body);
    border: 1px solid var(--thirdBG-border);
    border-radius: 10px;
}

.custom-file-label::after {
    color: var(--grey-text-dark);
    background-color: var(--thirdBG-border);
    border: 1px solid var(--thirdBG-border);
}

.custom-file-input, .custom-file-label, .custom-file-label::after {
    height: 42px;
}

.md-editor.md-fullscreen-mode {
    background: var(--secondBG) !important;
    padding: 0px !important;
}

.md-editor.md-fullscreen-mode .md-header{
    top: initial;
}

.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
    background: var(--body) !important;
    border-radius: 12px !important;
    padding-top: 60px !important;
    color: var(--grey-text-dark) !important;
}

.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
    border: 1px solid var(--accent) !important;
    background: var(--body) !important;
}

.col-button-left {
    width: 100%;
}

.col-button-right {
    margin-top: 10px;
    width: 100%;
}

form > .table thead th {
    border-bottom: 1px solid var(--thirdBG-border) !important;
}

#inputAddCcEmail {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.sidebar .title {
    font-weight: 600;
    color: var(--text-color);
}

.table tr > td:first-child {
    padding-left: 15px;
}

.view-ticket .posted-by {
    color: var(--grey-text-dark);
    font-size: 14px;
    background-color: var(--body);
    padding: 10px;
    border-radius: 8px;
}

.requestor-type-authorizeduser {
    background-color: var(--thirdBG-border);
    color: var(--grey-text-dark);
    font-weight: 600;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
    border-bottom-color: var(--thirdBG-border);
}

.popover-user-notifications {
    background: var(--thirdBG);
    border-color: var(--thirdBG-border);
    border-radius: 12px;
    padding: 0px;
}

.popover-user-notifications ul li {
    border-bottom: 1px solid var(--thirdBG-border);
    min-height: auto;
    padding: 0px;
}

.popover-user-notifications ul li a {
    padding: 15px 20px !important;
    text-decoration: none;
    color: var(--grey-text-dark);
    font-size: 14px;
}

.popover-user-notifications li:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popover-user-notifications li:last-child a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.popover-user-notifications ul li a:hover {
    background: var(--forthBG);
}

.table {
    color: var(--grey-text-dark);
}

.btn-remove-user {
    margin-top: 15px;
}

.modal-content {
    border: 1px solid var(--thirdBG-border);
    background-color: var(--thirdBG);
    border-radius: 12px;
}

.modal .modal-header {
    background: var(--accent) !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom: 1px solid var(--thirdBG-border);
}

.modal-body > .row {
    flex-wrap: nowrap;
}

.modal-body > .form-group {
    margin-bottom: 15px;
}

.modal-footer {
    border-top: 1px solid var(--thirdBG-border);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.copy-to-clipboard img {
    filter: invert(1);
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .responsive-tabs-sm {
        background: var(--forthBG) !important;
        width: 100% !important;
        border-color: var(--thirdBG-border) !important;
        border-radius: 0px !important;
        
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .responsive-tabs-sm .nav-item {
        border-bottom: inherit !important;
    }

    .responsive-tabs-sm .nav-item:first-child a {
        border-radius: 0px !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .responsive-tabs-sm .nav-item:last-child {
        border-radius: 0px !important;
    }

    .responsive-tabs-sm .nav-item a {
        padding: 10px 15px !important;
    }
    
    .responsive-tabs-sm .nav-item {
        margin-left: 0px;
        border-bottom: 1px solid var(--thirdBG-border);
    }

    .responsive-tabs-sm .nav-item a.active {
        background: var(--body) !important;
    }
}

/* ==============================
   Homepage - Domain Search strip
   Replace white band with transparent/dark theme
   ============================== */
.home-domain-search.jc-dark-section {
    background: transparent !important;
}
.home-domain-search.jc-dark-section h2 { color: var(--text-color) !important; }
.home-domain-search.jc-dark-section .btn-link { color: var(--accent) !important; }

/* Domain search input group styling (remove white frame) */
.home-domain-search.jc-dark-section .input-group-wrapper {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
}
.home-domain-search.jc-dark-section .input-group {
    background: radial-gradient(ellipse at top,color-mix(in srgb,#1b2a2c,transparent 70%),color-mix(in srgb,#1b2a2c,transparent 20%)) !important;
    border: 1px solid var(--thirdBG-border) !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: none !important;
}
.home-domain-search.jc-dark-section .input-group .form-control {
    background: transparent !important;
    border: 0 !important;
    color: var(--text-color) !important;
    height: 54px !important;
    font-size: 16px !important;
    box-shadow: none !important;
}
.home-domain-search.jc-dark-section .input-group .form-control::placeholder { color: var(--grey-text) !important; }
.home-domain-search.jc-dark-section .input-group-append .btn,
.home-domain-search.jc-dark-section .input-group-append .btn:focus {
    height: 54px;
    border-radius: 0 !important;
    border-left: 1px solid var(--thirdBG-border) !important;
    box-shadow: none !important;
}
.home-domain-search.jc-dark-section .input-group-append .btn-primary { background: var(--accent) !important; border-color: var(--accent) !important; }
.home-domain-search.jc-dark-section .input-group-append .btn-success { background: var(--accent) !important; border-color: var(--accent) !important; }
.home-domain-search.jc-dark-section .input-group-append .btn-primary:hover,
.home-domain-search.jc-dark-section .input-group-append .btn-success:hover { background: var(--accentHover) !important; }



/* ==============================
   WHMCS Standard Cart overrides
   ==============================
   Fix blank/white product panels on /store/* pages by ensuring
   contrasting colors in the product list. The default order form
   uses white backgrounds; our theme sets body text to white, which
   made content appear invisible. These rules re-style that area only.
*/

/* Product card container */
#order-standard_cart #products .product {
    background: var(--secondBG) !important;
    border: 1px solid var(--thirdBG-border) !important;
    border-radius: 12px !important;
}

/* Standard Cart uses Bootstrap cards inside each product; make them dark */
#order-standard_cart #products .product .card,
#order-standard_cart #products .product .card-body {
    background: var(--secondBG) !important;
    border-color: var(--thirdBG-border) !important;
}

/* 3-up product grid layout (robust – handles various wrappers Bootstrap uses) */
#order-standard_cart #products,
#order-standard_cart #products.row,
#order-standard_cart #products > .row,
#order-standard_cart #products .row-eq-height {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

/* Neutralize Bootstrap column widths inside the grid so items span one cell */
#order-standard_cart #products > .row > [class*="col-"],
#order-standard_cart #products .row-eq-height > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding: 0 !important;
}

@media (max-width: 991px) {
    #order-standard_cart #products,
    #order-standard_cart #products.row,
    #order-standard_cart #products > .row,
    #order-standard_cart #products .row-eq-height {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    #order-standard_cart #products,
    #order-standard_cart #products.row,
    #order-standard_cart #products > .row,
    #order-standard_cart #products .row-eq-height {
        grid-template-columns: 1fr;
    }
}

/* Card look & feel with Ender purple accents */
#order-standard_cart #products .product {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,.15);
}

#order-standard_cart #products .product header {
    padding: 14px 16px;
    border-bottom: 1px solid var(--thirdBG-border);
}

#order-standard_cart #products .product .btn, 
#order-standard_cart #products .product .btn:focus {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
    color: #fff !important;
}

#order-standard_cart #products .product .btn:hover {
    background: var(--accentHover) !important;
    border-color: var(--accent) !important;
}

#order-standard_cart #products .product .price {
    font-size: 1rem;
    opacity: .9;
}

/* Title styling */
#order-standard_cart #products .product h3, 
#order-standard_cart #products .product .product-title {
    font-weight: 700;
}

/* Tighter content spacing inside each product */
#order-standard_cart #products .product .product-desc { margin: 10px 0 0; }
#order-standard_cart #products .product .product-desc p { margin: 6px 0; }
#order-standard_cart #products .product ul { margin: 8px 0 0; padding-left: 16px; }
#order-standard_cart #products .product ul li { margin: 2px 0; line-height: 1.35; }

/* Right-aligned price/CTA block often inside header */
#order-standard_cart #products .product .float-right, 
#order-standard_cart #products .product .text-right { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
}

/* Make the overall product card more compact */
#order-standard_cart #products .product { padding: 0; }
#order-standard_cart #products .product .card-body { padding: 16px 18px !important; }

/* ==============================
   EnderHost custom products grid
   ============================== */
.eh-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
@media (max-width: 991px) { .eh-products-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .eh-products-grid { grid-template-columns: 1fr; } }

.eh-product-card {
    background: radial-gradient(ellipse at top,color-mix(in srgb,#1b2a2c,transparent 70%),color-mix(in srgb,#1b2a2c,transparent 20%));
    border: 1px solid var(--thirdBG-border);
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0,0,0,.15);
    color: var(--text-color);
    display: flex; flex-direction: column;
}
.eh-card-head { display:flex; justify-content: space-between; align-items:center; padding: 12px 16px; border-bottom:1px solid var(--thirdBG-border); }
.eh-title { margin:0; font-weight:700; font-size: 1.15rem; }
.eh-price { text-align:right; }
.eh-price-amount { display:block; font-weight:700; }
.eh-price-cycle { display:block; font-size:.85rem; opacity:.8; }
.eh-card-body { padding: 14px 16px; }
.eh-features { margin: 0; padding-left: 18px; }
.eh-features li { margin: 2px 0; line-height: 1.35; }
.eh-card-actions { padding: 12px 16px 16px; margin-top:auto; display:flex; justify-content:flex-end; }
.eh-card-actions .btn-order { background: var(--accent) !important; border-color: var(--accent) !important; }
.eh-card-actions .btn-order:hover { background: var(--accentHover) !important; }

/* Header row and any header-lined blocks inside the cart */
#order-standard_cart .header-lined,
#order-standard_cart #products .product header,
#order-standard_cart #products .product .header {
    background: transparent !important;
    border-bottom: 1px solid var(--thirdBG-border) !important;
    color: var(--text-color) !important;
}

/* Product description and custom perk lists */
#order-standard_cart #products .product .product-desc,
#order-standard_cart #products .product .product-desc *,
#order-standard_cart #products .product .JC-PlanBox-perks,
#order-standard_cart #products .product .JC-PlanBox-perks li {
    color: var(--text-color) !important;
}

#order-standard_cart #products .product .JC-PlanBox-perks {
    list-style: disc inside;
    padding-left: 1rem;
}

#order-standard_cart #products .product .JC-PlanBox-perks li::marker {
    color: var(--text-color) !important;
}

/* Ensure generic text within product blocks is visible */
#order-standard_cart #products .product .card-body,
#order-standard_cart #products .product .card-body *,
#order-standard_cart #products .product h3,
#order-standard_cart #products .product h4,
#order-standard_cart #products .product h5,
#order-standard_cart #products .product h6,
#order-standard_cart #products .product .price,
#order-standard_cart #products .product .price * {
    color: var(--text-color) !important;
}

/* Keep sidebar colors from being forced to product styles */
#order-standard_cart .JC-Sidebar,
#order-standard_cart .JC-Sidebar * {
    color: inherit !important;
}


/* ==============================
   Standard Cart - Configure page
   Fix white-on-white content in left details and right order summary
   ============================== */
/* Left side product details/info block */
#order-standard_cart .secondary-cart-body,
#order-standard_cart .secondary-cart-body *,
#order-standard_cart .product-info,
#order-standard_cart .product-info *,
#order-standard_cart .package-info,
#order-standard_cart .package-info * {
    color: var(--text-color) !important;
}

#order-standard_cart .secondary-cart-body,
#order-standard_cart .product-info,
#order-standard_cart .package-info,
#order-standard_cart .secondary-cart-body .card,
#order-standard_cart .secondary-cart-body .panel,
#order-standard_cart .secondary-cart-body .well,
#order-standard_cart .product-info .card,
#order-standard_cart .product-info .panel,
#order-standard_cart .product-info .well {
    background: var(--secondBG) !important;
    border-color: var(--thirdBG-border) !important;
}

/* Feature/perk lists inside the left block */
#order-standard_cart .product-info ul,
#order-standard_cart .product-info li {
    color: var(--text-color) !important;
}

/* Right side order summary */
#order-standard_cart .secondary-cart-sidebar .order-summary,
#order-standard_cart .order-summary {
    background: radial-gradient(ellipse at top,color-mix(in srgb,#1b2a2c,transparent 70%),color-mix(in srgb,#1b2a2c,transparent 20%)) !important;
    border: 1px solid var(--thirdBG-border) !important;
    border-radius: 12px !important;
    color: var(--text-color) !important;
}

#order-standard_cart .order-summary *,
#order-standard_cart .order-summary .summary-container,
#order-standard_cart .order-summary .summary-container * {
    color: var(--text-color) !important;
    background: transparent !important;
}

/* Header area labels inside the order summary */
#order-standard_cart .order-summary .panel-heading,
#order-standard_cart .order-summary .card-header,
#order-standard_cart .order-summary .header-lined {
    background: transparent !important;
    border-bottom: 1px solid var(--thirdBG-border) !important;
    color: var(--text-color) !important;
}

/* Defensive catch-alls: neutralize any stray white backgrounds inside
   Standard Cart configure columns while keeping buttons styled. */
#order-standard_cart .secondary-cart-body :where(.panel,.panel-body,.card,.card-body,.well,.content,.list-group,.list-group-item,.package,.package-info,.product-info,.product-details,.tab-content,.configurable-options,.order-container) {
    background: transparent !important;
    border-color: var(--thirdBG-border) !important;
    color: var(--text-color) !important;
}

#order-standard_cart .secondary-cart-sidebar,
#order-standard_cart .secondary-cart-sidebar * {
    color: var(--text-color) !important;
}

#order-standard_cart .secondary-cart-sidebar :where(.panel,.panel-body,.card,.card-body,.well,.order-summary,.summary-container,.totals,.total-due-today) {
    background: transparent !important;
    border-color: var(--thirdBG-border) !important;
}

/* Totals blocks */
#order-standard_cart .order-summary .total-due-today,
#order-standard_cart .order-summary .price,
#order-standard_cart .order-summary .price * {
    color: var(--text-color) !important;
}


/* RESPONSIVE */

@media only screen and (max-width: 968px) {
    .JC-EntireContainer {
        flex-wrap: wrap;
    }

    .JC-SidebarContainer {
        max-width: 100%;
    }

    #order-standard_cart .JC-Sidebar {
        max-width: 100%;
    }
}

@media only screen and (max-width: 850px) {
    .JC-SecondaryNavbar {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .JC-GridTwo {
        grid-template-columns: repeat(1, 1fr);
    }

    .btn {
        width: 100%;
    }

    .card-body {
        padding: 20px !important;
    }
}