body.ce2-whmcs-theme {
    --ce2-blue: #0078d4;
    --ce2-blue-dark: #005ea8;
    --ce2-navy: #071527;
    --ce2-navy-2: #0f3554;
    --ce2-ink: #0f172a;
    --ce2-muted: #5b6b7d;
    --ce2-line: #e6edf5;
    --ce2-soft: #f5f9fd;
    --ce2-card: #ffffff;
    --ce2-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    background: #ffffff;
    color: var(--ce2-ink);
}

body.ce2-whmcs-theme * {
    letter-spacing: 0 !important;
}

body.ce2-whmcs-theme,
body.ce2-whmcs-theme .site-wrapper {
    overflow-x: hidden;
}

body.ce2-whmcs-theme img,
body.ce2-whmcs-theme svg {
    max-width: 100%;
}

body.ce2-whmcs-theme .row,
body.ce2-whmcs-theme [class*="col-"] {
    min-width: 0;
}

body.ce2-whmcs-theme a {
    color: var(--ce2-blue);
}

body.ce2-whmcs-theme .whmcs-top-header-area .container-fluid,
body.ce2-whmcs-theme .site-header > .container-fluid,
body.ce2-whmcs-theme .hero-area-header-banner-image > .container-fluid,
body.ce2-whmcs-theme div.domain-checker-emyui-aws-homepage > .container-fluid,
body.ce2-whmcs-theme .more-services-group-container > .container-fluid,
body.ce2-whmcs-theme #services > .container-fluid,
body.ce2-whmcs-theme .footer-emyui-aws > .container-fluid,
body.ce2-whmcs-theme .page-builder-section.container-fluid {
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

body.ce2-whmcs-theme .whmcs-top-header-area {
    display: none !important;
}

body.ce2-whmcs-theme .header-overline-container {
    min-height: 72px;
    background: #fff;
}

body.ce2-whmcs-theme header.site-header,
body.ce2-whmcs-theme .site-header--absolute,
body.ce2-whmcs-theme header.site-header.fixed-header-layout.top-header-fixed {
    position: sticky !important;
    top: 0;
    right: auto;
    left: auto;
    width: 100%;
    height: 72px !important;
    padding: 0 !important;
    z-index: 1000;
    background: rgba(255, 255, 255, .96) !important;
    border-bottom: 1px solid rgba(230, 237, 245, .9);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
    backdrop-filter: blur(10px);
}

body.ce2-whmcs-theme .site-header .navbar {
    height: 72px;
    padding: 0 !important;
}

body.ce2-whmcs-theme .brand-logo > a,
body.ce2-whmcs-theme .brand-logo-signup > a {
    display: inline-flex;
    align-items: center;
}

body.ce2-whmcs-theme .brand-logo > a > img,
body.ce2-whmcs-theme .brand-logo-signup > a > img,
body.ce2-whmcs-theme .brand-logo.big-brad-logo > a > img {
    width: auto;
    max-width: 146px;
    height: 32px;
    object-fit: contain;
}

body.ce2-whmcs-theme .main-menu > li > .nav-link {
    height: 72px !important;
    color: var(--ce2-ink) !important;
    opacity: 1 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

body.ce2-whmcs-theme .main-menu .nav-item .nav-link:before {
    background: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme .header-btn a.contact-header-btn {
    color: var(--ce2-muted);
}

body.ce2-whmcs-theme .minnimalist-btn,
body.ce2-whmcs-theme .shoping-cart-btn-header,
body.ce2-whmcs-theme .notifications-btn-header {
    color: var(--ce2-ink) !important;
    background: var(--ce2-soft) !important;
    border: 1px solid var(--ce2-line);
    border-radius: 8px;
}

body.ce2-whmcs-theme .shoping-cart-number,
body.ce2-whmcs-theme .notifications-bell.green {
    background: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme .btn,
body.ce2-whmcs-theme .form-btn {
    border-radius: 8px !important;
}

body.ce2-whmcs-theme .btn-purple,
body.ce2-whmcs-theme .btn-primary,
body.ce2-whmcs-theme .btn-black,
body.ce2-whmcs-theme .client-login-header-btn,
body.ce2-whmcs-theme .form-btn.btn-black,
body.ce2-whmcs-theme input.btn-black {
    color: #fff !important;
    background: var(--ce2-blue) !important;
    border-color: var(--ce2-blue) !important;
    box-shadow: 0 10px 24px rgba(0, 120, 212, .22);
}

body.ce2-whmcs-theme .btn-purple:hover,
body.ce2-whmcs-theme .btn-primary:hover,
body.ce2-whmcs-theme .btn-black:hover,
body.ce2-whmcs-theme .client-login-header-btn:hover,
body.ce2-whmcs-theme .form-btn.btn-black:hover,
body.ce2-whmcs-theme input.btn-black:hover {
    color: #fff !important;
    background: var(--ce2-blue-dark) !important;
    border-color: var(--ce2-blue-dark) !important;
}

body.ce2-whmcs-theme .btn-outline-black,
body.ce2-whmcs-theme .btn-outline-white {
    color: var(--ce2-ink) !important;
    background: #fff !important;
    border-color: var(--ce2-line) !important;
}

body.ce2-whmcs-theme .btn-outline-black:hover,
body.ce2-whmcs-theme .btn-outline-white:hover {
    color: #fff !important;
    background: var(--ce2-navy) !important;
    border-color: var(--ce2-navy) !important;
}

body.ce2-whmcs-theme .hero-area-header-banner-image {
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 108px 24px 88px !important;
    text-align: left;
    background-color: #f4faff !important;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(245, 249, 253, .94) 54%, rgba(225, 243, 252, .78) 100%) !important;
    border-bottom: 1px solid var(--ce2-line);
}

body.ce2-whmcs-theme .hero-area-header-banner-image.text-page-hero {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.ce2-whmcs-theme .hero-area-header-banner-image .hero-content {
    max-width: 650px;
}

body.ce2-whmcs-theme .hero-content h4 {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 11px;
    color: var(--ce2-blue) !important;
    background: #eaf6ff;
    border: 1px solid #d3ecff;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: none !important;
}

body.ce2-whmcs-theme .coodiv-cloud-hero-title {
    color: var(--ce2-ink);
    font-size: 42px !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme .coodiv-cloud-hero-title span.sub-text {
    color: var(--ce2-blue);
}

body.ce2-whmcs-theme .coodiv-cloud-hero-title span.sub-text:before {
    bottom: 2px;
    height: 8px;
    background: rgba(0, 120, 212, .13);
}

body.ce2-whmcs-theme .hero-content p {
    max-width: 590px;
    color: var(--ce2-muted) !important;
    font-size: 15px !important;
    line-height: 1.8;
}

body.ce2-whmcs-theme div.domain-checker-emyui-aws-homepage {
    position: relative;
    z-index: 4;
    max-width: 1180px;
    margin: -44px auto 58px;
    padding: 22px !important;
    background: #fff !important;
    border: 1px solid var(--ce2-line);
    border-radius: 10px;
    box-shadow: var(--ce2-shadow);
}

body.ce2-whmcs-theme form.domain-checker-emyui-aws-homepage {
    max-width: none;
    margin: 0;
    padding: 0 !important;
    background: transparent !important;
    border: 0;
    box-shadow: none;
}

body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage .searchInput {
    height: 58px;
    color: var(--ce2-ink);
    border: 1px solid var(--ce2-line) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage .input-group-btn {
    top: 0;
    right: 0;
}

body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage .input-group-btn button,
body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage .btn-search {
    min-height: 58px;
    color: #fff !important;
    background: var(--ce2-blue) !important;
    border-color: var(--ce2-blue) !important;
    border-radius: 0 8px 8px 0 !important;
}

body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage-ltds {
    gap: 12px;
    flex-wrap: wrap;
}

body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage-ltds a {
    margin-right: 0;
    padding: 10px 12px;
    color: var(--ce2-ink);
    background: var(--ce2-soft);
    border: 1px solid var(--ce2-line);
    border-radius: 8px;
}

body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage-ltds a .tld-price {
    color: var(--ce2-blue);
    font-weight: 700;
}

body.ce2-whmcs-theme #not-main-body,
body.ce2-whmcs-theme #main-body,
body.ce2-whmcs-theme .bg-default {
    background: #fff !important;
}

body.ce2-whmcs-theme .more-services-group-container,
body.ce2-whmcs-theme #services,
body.ce2-whmcs-theme .faq-section {
    padding-right: 24px !important;
    padding-left: 24px !important;
}

body.ce2-whmcs-theme .more-services-group-container h2,
body.ce2-whmcs-theme #services h2,
body.ce2-whmcs-theme .faq-section h2,
body.ce2-whmcs-theme .page-builder-section h2 {
    color: var(--ce2-ink);
    font-weight: 800 !important;
}

body.ce2-whmcs-theme .more-services-group-container p,
body.ce2-whmcs-theme #services p,
body.ce2-whmcs-theme .faq-section p,
body.ce2-whmcs-theme .page-builder-section p {
    color: var(--ce2-muted) !important;
}

body.ce2-whmcs-theme .aws-services-box,
body.ce2-whmcs-theme .aws-domains-ltds-prices .aws-domains-ltds-prices-item,
body.ce2-whmcs-theme #services .col-md-4,
body.ce2-whmcs-theme .rounded-20.shadow-custom {
    overflow: hidden;
    color: var(--ce2-ink) !important;
    background: #fff !important;
    border: 1px solid var(--ce2-line) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
}

body.ce2-whmcs-theme .aws-services-box {
    min-height: 100%;
}

body.ce2-whmcs-theme .aws-services-box i.icon,
body.ce2-whmcs-theme #services svg {
    color: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme .aws-services-box h5,
body.ce2-whmcs-theme #services h1,
body.ce2-whmcs-theme #services h4 {
    color: var(--ce2-ink) !important;
}

body.ce2-whmcs-theme .aws-services-box-price,
body.ce2-whmcs-theme .aws-domains-ltds-price-item {
    color: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart {
    color: var(--ce2-ink);
    background:
        linear-gradient(180deg, #f5f9fd 0%, #f8fbff 52%, #ffffff 100%) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero {
    min-height: auto !important;
    margin-top: 0 !important;
    padding: 28px 0 58px !important;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(0, 120, 212, .08) 0 1px, transparent 1px 28px),
        linear-gradient(30deg, rgba(15, 53, 84, .06) 0 1px, transparent 1px 34px),
        linear-gradient(135deg, #eefbfb 0%, #dff4f8 56%, #f8fcff 100%) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 120, 212, .25), transparent);
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links-container {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 28px;
    padding: 0 24px;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    justify-content: flex-end;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links-container .min-header-links a,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links-container > span {
    color: var(--ce2-ink) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links-container .min-header-links a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, .54);
    border: 1px solid rgba(0, 120, 212, .12);
    border-radius: 8px;
    text-decoration: none !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links-container .min-header-links a.active {
    color: #fff !important;
    background: var(--ce2-navy) !important;
    border-color: var(--ce2-navy) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-form {
    width: min(760px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content h1,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content .coodiv-text-4 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: var(--ce2-ink) !important;
    font-family: inherit !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content::before {
    content: "";
    display: block;
    width: 52px;
    height: 4px;
    margin: 0 auto 18px;
    background: var(--ce2-blue);
    border-radius: 999px;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content p,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content .coodiv-text-9 {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    color: var(--ce2-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-form.whmcs-domain-searching-page {
    position: relative;
    margin-top: 24px !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(255, 255, 255, .76);
    box-shadow: 0 22px 48px rgba(0, 76, 135, .16);
    backdrop-filter: blur(12px);
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-input-header {
    height: 58px !important;
    padding: 0 168px 0 18px !important;
    color: var(--ce2-ink) !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-button-header {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 146px;
    min-width: 146px;
    height: 58px !important;
    transform: none !important;
    color: #fff !important;
    background: var(--ce2-blue) !important;
    border: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    box-shadow: none !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-button-header:hover {
    background: var(--ce2-blue-dark) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws {
    width: min(1180px, calc(100% - 48px));
    min-height: 0 !important;
    margin: 52px auto 36px !important;
    padding: 38px 30px 34px !important;
    background: #fff !important;
    border: 1px solid var(--ce2-line);
    border-radius: 10px !important;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws::before {
    content: "";
    display: block;
    width: 44px;
    height: 4px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, var(--ce2-blue), #38bdf8);
    border-radius: 999px;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws h2,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws h3 {
    color: var(--ce2-ink) !important;
    font-size: 26px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws p {
    color: var(--ce2-muted) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws .tld-filters {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 10px;
    margin: 24px 0 0 !important;
    overflow: visible !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws .tld-filters a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 0 !important;
    padding: 10px 8px !important;
    color: #405468 !important;
    background: #f6fbff !important;
    border: 1px solid #e2edf7 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    text-align: center;
    text-decoration: none !important;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws .tld-filters a:hover,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws .tld-filters a.badge-success {
    color: var(--ce2-blue-dark) !important;
    background: #eaf6ff !important;
    border-color: rgba(0, 120, 212, .28) !important;
    box-shadow: 0 12px 26px rgba(0, 120, 212, .1) !important;
    transform: translateY(-1px);
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-search-page-tlds {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto !important;
    margin-left: auto !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart #DomainSearchResults {
    width: min(1180px, calc(100% - 48px));
    margin: 34px auto 0 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .spotlight-tlds-group,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .suggested-domains {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto !important;
    margin-left: auto !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .spotlight-tlds-group .spotlight-tld-item .spotlight-tld {
    overflow: hidden;
    background: #fff !important;
    border: 1px solid var(--ce2-line) !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .spotlight-tlds-group .spotlight-tld-item .spotlight-tld .btn,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .suggested-domains .btn,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .btn-add-to-cart {
    color: #fff !important;
    background: var(--ce2-blue) !important;
    border-color: var(--ce2-blue) !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .spotlight-tlds-group .spotlight-tld-item .spotlight-tld .btn:hover,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .suggested-domains .btn:hover,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .btn-add-to-cart:hover {
    background: var(--ce2-blue-dark) !important;
    border-color: var(--ce2-blue-dark) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart hr {
    width: min(1180px, calc(100% - 48px));
    margin: 34px auto !important;
    border-color: var(--ce2-line) !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .py-25 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .pt-25 {
    padding-top: 54px !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .pb-25 {
    padding-bottom: 54px !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .py-20 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg {
    height: 112px !important;
    margin-bottom: 18px !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg img,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg svg {
    max-width: 160px !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg {
    padding: 16px;
    background: #f3faff;
    border: 1px solid #e2edf7;
    border-radius: 10px;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg ~ h4,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg ~ h5,
body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg ~ h6 {
    color: var(--ce2-ink) !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg ~ p {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    color: var(--ce2-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body.ce2-whmcs-theme.not-login-page #order-standard_cart .features-box-svg ~ a {
    color: var(--ce2-blue) !important;
    font-weight: 700 !important;
}

body.ce2-whmcs-theme .client-logos-blocks-container {
    padding: 30px;
    background: var(--ce2-navy);
    border-radius: 10px;
}

body.ce2-whmcs-theme .client-logos-blocks-container .client-logos-block {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

body.ce2-whmcs-theme .client-logos-blocks-container .client-logos-block img {
    filter: brightness(0) invert(1);
    opacity: .55;
}

body.ce2-whmcs-theme .client-logos-blocks-title {
    color: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme .page-builder-section > div {
    background: var(--ce2-navy-2) !important;
    border-radius: 10px !important;
}

body.ce2-whmcs-theme .page-builder-section .content-text h2,
body.ce2-whmcs-theme .page-builder-section .content-text p,
body.ce2-whmcs-theme .page-builder-section .btn-link-simple {
    color: #fff !important;
}

body.ce2-whmcs-theme .how-to-steps-item {
    padding: 18px;
    background: var(--ce2-soft);
    border: 1px solid var(--ce2-line);
    border-radius: 10px;
}

body.ce2-whmcs-theme .how-to-steps-item i {
    color: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme .main-page-contents {
    border: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
}

body.ce2-whmcs-theme.not-login-page #main-body {
    padding: 32px 0 72px !important;
    background: #f7fafc !important;
}

body.ce2-whmcs-theme.not-login-page #main-body > .container {
    width: 100%;
    max-width: 1360px;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

body.ce2-whmcs-theme.not-login-page #main-body > .container > .row {
    margin-right: 0;
    margin-left: 0;
}

body.ce2-whmcs-theme .nav-scroller-subpages {
    padding-right: 24px !important;
    padding-left: 24px !important;
    background: #fff;
    border-top: 1px solid var(--ce2-line);
    border-bottom: 1px solid var(--ce2-line);
}

body.ce2-whmcs-theme .nav-scroller-subpages .nav {
    width: 100%;
    max-width: 1360px;
    min-height: 54px;
    margin: 0 auto;
    gap: 6px;
    justify-content: flex-start;
}

body.ce2-whmcs-theme .nav-scroller-subpages .nav .list-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

body.ce2-whmcs-theme .nav-scroller-subpages .nav .nav-link {
    padding: 14px 10px !important;
    color: var(--ce2-muted) !important;
    border-bottom-color: transparent !important;
}

body.ce2-whmcs-theme .nav-scroller-subpages .nav .nav-link:hover,
body.ce2-whmcs-theme .nav-scroller-subpages .nav .nav-link.active {
    color: var(--ce2-blue) !important;
    border-bottom-color: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme .ce2-clientarea-home {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 280px;
    align-items: start;
    justify-content: stretch !important;
    gap: 32px;
    width: 100%;
    max-width: 1360px;
    margin: 28px auto 0 !important;
}

body.ce2-whmcs-theme .ce2-clientarea-home > .ce2-clientarea-main,
body.ce2-whmcs-theme .ce2-clientarea-home > .ce2-clientarea-sidebar {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.ce2-whmcs-theme .clientarea-header-details {
    max-width: 780px;
    margin-bottom: 24px;
}

body.ce2-whmcs-theme .clientarea-header-details h5 {
    color: var(--ce2-ink) !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme .clientarea-header-details p {
    max-width: 760px;
    color: var(--ce2-muted) !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

body.ce2-whmcs-theme .clientarea-header-details .badge-black {
    color: #fff !important;
    background: var(--ce2-navy) !important;
    border-radius: 6px !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes .tile {
    min-height: 138px;
    padding: 20px 16px !important;
    color: var(--ce2-ink) !important;
    background: #fff !important;
    border: 1px solid var(--ce2-line);
    border-radius: 10px !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06) !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes .tile:hover {
    border-color: rgba(0, 120, 212, .28);
    transform: translateY(-2px);
}

body.ce2-whmcs-theme .clientareahome-features-boxes .tile.is-active {
    border-color: rgba(0, 120, 212, .42);
    background: #f3faff !important;
    box-shadow: 0 16px 38px rgba(0, 120, 212, .12) !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes .shape-hexagon {
    opacity: .18;
}

body.ce2-whmcs-theme .clientareahome-features-boxes i {
    color: #38bdf8 !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes .stat {
    color: var(--ce2-ink) !important;
    background: #ffe66d !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes .title {
    color: var(--ce2-ink) !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

body.ce2-whmcs-theme .clientareahome-features-boxes p {
    color: var(--ce2-muted) !important;
    line-height: 1.45 !important;
}

body.ce2-whmcs-theme .ce2-client-summary-cards {
    margin-bottom: 24px !important;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 24px;
    padding: 22px 24px;
    color: #fff;
    background: linear-gradient(135deg, #071728 0%, #0a365a 58%, #087ecf 100%);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 10px;
    box-shadow: 0 18px 42px rgba(7, 23, 40, .16);
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    color: #38bdf8;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-icon i {
    font-size: 25px;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-content {
    min-width: 0;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-content span {
    display: block;
    margin-bottom: 4px;
    color: #93dfff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-content h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-content p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.45;
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 44px;
    margin-left: auto;
    padding: 0 18px;
    color: #071728 !important;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .12);
}

body.ce2-whmcs-theme .ce2-support-ticket-cta-button:hover {
    color: #071728 !important;
    transform: translateY(-1px);
}

body.ce2-whmcs-theme .client-home-cards {
    margin-top: 34px !important;
}

body.ce2-whmcs-theme .client-home-cards .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.ce2-whmcs-theme .client-home-cards .row > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.ce2-whmcs-theme .coodiv-clientarea-boxes {
    overflow: hidden;
    margin-bottom: 18px !important;
    background: #fff !important;
    border: 1px solid var(--ce2-line) !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .045) !important;
}

body.ce2-whmcs-theme .coodiv-clientarea-box-header {
    min-height: 52px;
    padding: 0 20px !important;
    background: #fff;
}

body.ce2-whmcs-theme .coodiv-clientarea-box-header h3 {
    color: var(--ce2-ink) !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme .coodiv-clientarea-boxes .list-group .list-group-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 13px 20px !important;
    color: var(--ce2-ink) !important;
    border-color: var(--ce2-line) !important;
}

body.ce2-whmcs-theme .coodiv-clientarea-boxes .list-group .list-group-item .status-modern,
body.ce2-whmcs-theme .coodiv-clientarea-boxes .list-group .list-group-item .status-modern b {
    min-width: 0;
}

body.ce2-whmcs-theme .coodiv-clientarea-boxes .list-group .list-group-item .btn {
    white-space: nowrap;
}

body.ce2-whmcs-theme .ce2-clientarea-sidebar {
    position: sticky;
    top: 96px;
    padding: 20px !important;
    background: #fff;
    border: 1px solid var(--ce2-line);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}

body.ce2-whmcs-theme .ce2-clientarea-sidebar h5 {
    color: var(--ce2-ink) !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

body.ce2-whmcs-theme .clientarea-announcements-box {
    padding: 13px 0;
    border-bottom: 1px solid var(--ce2-line);
}

body.ce2-whmcs-theme .clientarea-announcements-title {
    color: var(--ce2-ink) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

body.ce2-whmcs-theme .clientarea-announcements-text,
body.ce2-whmcs-theme .clientarea-sidebar-links a {
    color: var(--ce2-muted) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

body.ce2-whmcs-theme .clientarea-sidebar-links {
    margin-bottom: 22px;
}

body.ce2-whmcs-theme .clientarea-sidebar-links li + li {
    margin-top: 6px;
}

body.ce2-whmcs-theme .clientarea-sidebar-links a {
    display: block;
    padding: 5px 0;
}

body.ce2-whmcs-theme .clientarea-sidebar-links a:hover {
    color: var(--ce2-blue) !important;
}

body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-home {
    display: block !important;
    width: 100%;
    max-width: 1360px;
    margin: 28px auto 0 !important;
    padding-right: 0;
}

body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-sidebar {
    display: none !important;
}

body.ce2-whmcs-theme .form-control,
body.ce2-whmcs-theme .field {
    min-height: 48px;
    color: var(--ce2-ink);
    border-color: var(--ce2-line) !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

body.ce2-whmcs-theme .form-control:focus,
body.ce2-whmcs-theme .field:focus {
    border-color: var(--ce2-blue) !important;
    box-shadow: 0 0 0 3px rgba(0, 120, 212, .12) !important;
}

body.ce2-whmcs-theme.this-is-login-page {
    background: var(--ce2-soft) !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page),
body.ce2-whmcs-theme.this-is-login-page .container.white-bg:not(.ce2-login-page) {
    max-width: 980px;
    background: transparent !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page) .main-signup-row {
    min-height: 100vh;
    padding: 38px 0 !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page) .form-holder {
    display: block !important;
    min-height: auto;
    padding: 42px !important;
    background: #fff;
    border: 1px solid var(--ce2-line) !important;
    border-radius: 10px !important;
    box-shadow: var(--ce2-shadow);
}

body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page) .brand-logo-signup {
    position: static;
    padding: 0 0 28px !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page) .brand-logo.col-12 {
    margin-top: 36px !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page) .main-signup-block > .border,
body.ce2-whmcs-theme.this-is-login-page > .container:not(.ce2-login-page) .main-signup-block .white-bg.border {
    border: 1px solid var(--ce2-line) !important;
    border-radius: 10px;
    box-shadow: var(--ce2-shadow);
}

body.ce2-whmcs-theme .ce2-register-page {
    max-width: 1220px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container.ce2-register-page {
    max-width: 1220px !important;
}

body.ce2-whmcs-theme .ce2-register-page .brand-logo {
    margin-top: 34px !important;
}

body.ce2-whmcs-theme .ce2-register-page .brand-logo > a > img {
    max-width: 220px;
    height: 54px;
}

body.ce2-whmcs-theme .ce2-register-page .main-signup-row {
    min-height: auto !important;
    padding: 0 0 56px !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container.ce2-register-page .main-signup-row {
    min-height: auto !important;
    padding: 0 0 56px !important;
}

body.ce2-whmcs-theme .ce2-register-page .main-signup-block > .white-bg.border {
    border-color: var(--ce2-line) !important;
    border-radius: 10px;
    box-shadow: var(--ce2-shadow);
}

body.ce2-whmcs-theme .ce2-register-page .ce2-register-form-holder {
    padding: 48px 56px 44px !important;
}

body.ce2-whmcs-theme.this-is-login-page > .container.ce2-register-page .ce2-register-form-holder {
    padding: 48px 56px 44px !important;
}

body.ce2-whmcs-theme .ce2-register-page .form-items {
    width: 100%;
    max-width: none;
}

body.ce2-whmcs-theme .ce2-register-page .form-title .sub-title {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}

body.ce2-whmcs-theme .ce2-register-page .ce2-form-grid {
    margin-right: -10px;
    margin-left: -10px;
}

body.ce2-whmcs-theme .ce2-register-page .ce2-form-grid > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

body.ce2-whmcs-theme .ce2-register-page .form-group {
    margin-bottom: 18px;
}

body.ce2-whmcs-theme .ce2-login-page {
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #071527 !important;
    background-image:
        linear-gradient(90deg, rgba(3, 12, 25, .72) 0%, rgba(4, 18, 35, .48) 46%, rgba(4, 18, 35, .12) 66%, rgba(4, 18, 35, 0) 100%),
        url("../image/login-datacenter-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

body.ce2-whmcs-theme .ce2-login-page .main-signup-row {
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-end !important;
    align-items: stretch !important;
}

body.ce2-whmcs-theme .ce2-login-page .main-signup-row > .col-lg-7 {
    display: flex;
    flex: 0 0 520px;
    width: 520px;
    max-width: 520px;
    min-height: 100vh;
    padding: 0 !important;
}

body.ce2-whmcs-theme .ce2-login-page .main-signup-block {
    display: flex !important;
    width: 100%;
    min-height: 100vh;
    justify-content: flex-end !important;
}

body.ce2-whmcs-theme .ce2-login-page .main-signup-block > .col-lg-9 {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    padding: 0 !important;
}

body.ce2-whmcs-theme .ce2-login-page .form-holder {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 56px 52px !important;
    overflow-y: auto;
    background: rgba(255, 255, 255, .97);
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, .38) !important;
    border-radius: 0 !important;
    box-shadow: -24px 0 70px rgba(7, 21, 39, .34);
    backdrop-filter: blur(14px);
}

body.ce2-whmcs-theme .ce2-login-page .form-holder .form-items {
    width: 100%;
    max-width: 390px;
    margin: auto;
}

body.ce2-whmcs-theme .ce2-login-page .brand-logo-signup {
    position: static;
    padding: 0 0 30px !important;
}

body.ce2-whmcs-theme .ce2-login-page .form-title .title {
    margin-top: 0 !important;
    font-size: 34px;
    line-height: 1.15;
}

body.ce2-whmcs-theme .ce2-login-page .form-title .sub-title {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991.98px) {
    body.ce2-whmcs-theme .ce2-login-page {
        padding: 24px !important;
        background-position: center center;
    }

    body.ce2-whmcs-theme .ce2-login-page .main-signup-row {
        min-height: calc(100vh - 48px);
        justify-content: center !important;
        align-items: center !important;
    }

    body.ce2-whmcs-theme .ce2-login-page .main-signup-row > .col-lg-7 {
        flex: 0 1 520px;
        width: 100%;
        max-width: 520px;
        min-height: auto;
    }

    body.ce2-whmcs-theme .ce2-login-page .main-signup-block,
    body.ce2-whmcs-theme .ce2-login-page .main-signup-block > .col-lg-9 {
        min-height: auto;
    }

    body.ce2-whmcs-theme .ce2-login-page .form-holder {
        min-height: auto;
        border: 1px solid rgba(255, 255, 255, .38) !important;
        border-radius: 10px !important;
        box-shadow: var(--ce2-shadow);
    }
}

body.ce2-whmcs-theme .account-type-select {
    text-align: left;
}

body.ce2-whmcs-theme .account-type-title {
    display: block;
    font-weight: 700;
}

body.ce2-whmcs-theme .account-type-card {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 76px;
    padding: 16px;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--ce2-line);
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

body.ce2-whmcs-theme .account-type-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.ce2-whmcs-theme .account-type-card:hover,
body.ce2-whmcs-theme .account-type-card.is-selected {
    border-color: var(--ce2-blue);
    background: #f3faff;
    box-shadow: 0 10px 24px rgba(0, 120, 212, .12);
}

body.ce2-whmcs-theme .account-type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 14px;
    flex: 0 0 42px;
    border-radius: 8px;
    color: var(--ce2-blue);
    background: #eaf6ff;
    font-size: 20px;
}

body.ce2-whmcs-theme .account-type-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

body.ce2-whmcs-theme .account-type-content strong {
    color: var(--ce2-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

body.ce2-whmcs-theme .account-type-content small {
    color: var(--ce2-muted);
    font-size: 12px;
    line-height: 1.4;
}

body.ce2-whmcs-theme .footer-emyui-aws {
    background: var(--ce2-navy) !important;
}

body.ce2-whmcs-theme .footer-emyui-aws .footer-section {
    padding-top: 44px;
}

body.ce2-whmcs-theme .footer-emyui-aws .footer-top-section {
    max-width: 920px;
    margin: 0 auto 36px;
    padding: 28px 32px !important;
    background: var(--ce2-blue);
    border: 0 !important;
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 120, 212, .22);
}

body.ce2-whmcs-theme .footer-emyui-aws .footer-top-section h5,
body.ce2-whmcs-theme .footer-emyui-aws .footer-top-section p,
body.ce2-whmcs-theme .footer-emyui-aws .footer-top-section i {
    color: #fff !important;
}

body.ce2-whmcs-theme .footer-emyui-aws .footer-top {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.ce2-whmcs-theme .footer-emyui-aws .footer-top .row.justify-content-between {
    gap: 26px 0;
}

body.ce2-whmcs-theme .footer-emyui-aws .footer-top > .row.justify-content-between:first-child > div {
    flex: 1 1 155px;
    max-width: 190px;
    padding-right: 12px;
    padding-left: 12px;
}

body.ce2-whmcs-theme .footer-emyui-aws .block-title {
    color: #fff;
    font-weight: 700 !important;
}

body.ce2-whmcs-theme .footer-emyui-aws ul.footer-list li a.footer-list-link,
body.ce2-whmcs-theme .footer-emyui-aws .mini-footer-links a,
body.ce2-whmcs-theme .footer-emyui-aws .copyright-text {
    color: rgba(255, 255, 255, .68) !important;
}

body.ce2-whmcs-theme .footer-emyui-aws ul.footer-list li a.footer-list-link:hover,
body.ce2-whmcs-theme .footer-emyui-aws .mini-footer-links a:hover {
    color: #fff !important;
}

body.ce2-whmcs-theme .footer-social-accounts li .btn {
    color: #fff !important;
    background: rgba(255, 255, 255, .08) !important;
}

@media (max-width: 991.98px) {
    body.ce2-whmcs-theme .site-header > .container-fluid,
    body.ce2-whmcs-theme .hero-area-header-banner-image > .container-fluid,
    body.ce2-whmcs-theme div.domain-checker-emyui-aws-homepage > .container-fluid,
    body.ce2-whmcs-theme .footer-emyui-aws > .container-fluid,
    body.ce2-whmcs-theme .page-builder-section.container-fluid {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.ce2-whmcs-theme .navbar-collapse {
        position: absolute;
        top: 72px;
        right: 18px;
        left: 18px;
        padding: 14px;
        background: #fff;
        border: 1px solid var(--ce2-line);
        border-radius: 10px;
        box-shadow: var(--ce2-shadow);
    }

    body.ce2-whmcs-theme .main-menu > li > .nav-link {
        height: 48px !important;
    }

    body.ce2-whmcs-theme .header-btn {
        margin-left: 12px !important;
        margin-right: 0 !important;
    }

    body.ce2-whmcs-theme .header-btn .contact-header-btn {
        display: none !important;
    }

    body.ce2-whmcs-theme.not-login-page #main-body > .container {
        padding-right: 18px !important;
        padding-left: 18px !important;
    }

    body.ce2-whmcs-theme .clientareahome-features-boxes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ce2-whmcs-theme .hero-area-header-banner-image {
        min-height: 440px;
        padding: 72px 18px 60px !important;
        text-align: center;
    }

    body.ce2-whmcs-theme .hero-content h4 {
        margin-right: auto;
        margin-left: auto;
    }

    body.ce2-whmcs-theme .coodiv-cloud-hero-title {
        font-size: 34px !important;
    }

    body.ce2-whmcs-theme .hero-content p {
        margin-right: auto;
        margin-left: auto;
    }

    body.ce2-whmcs-theme div.domain-checker-emyui-aws-homepage {
        margin: -24px 18px 46px;
    }

    body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage .input-group-btn {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    body.ce2-whmcs-theme .domain-checker-emyui-aws-homepage .input-group-btn button {
        width: 100%;
        border-radius: 8px !important;
    }

    body.ce2-whmcs-theme .footer-emyui-aws .footer-top > .row.justify-content-between:first-child > div {
        max-width: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 991.98px) and (min-width: 768px) {
    body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-home {
        display: block !important;
    }

    body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-main {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-sidebar {
        display: none !important;
    }

    body.ce2-whmcs-theme .clientarea-sidebar-links a,
    body.ce2-whmcs-theme .clientarea-announcements-text {
        font-size: 12px !important;
    }
}

@media (max-width: 767.98px) {
    body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-home {
        display: block !important;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-right: 0;
    }

    body.ce2-whmcs-theme.not-login-page #main-body .ce2-clientarea-sidebar {
        position: static !important;
        width: auto !important;
        max-width: none !important;
        margin-top: 22px !important;
    }
}

@media (max-width: 575.98px) {
    body.ce2-whmcs-theme .coodiv-cloud-hero-title {
        font-size: 29px !important;
    }

    body.ce2-whmcs-theme .more-services-group-container,
    body.ce2-whmcs-theme #services,
    body.ce2-whmcs-theme .faq-section {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body.ce2-whmcs-theme.not-login-page #main-body > .container {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body.ce2-whmcs-theme .clientarea-header-details h5 {
        font-size: 21px !important;
    }

    body.ce2-whmcs-theme .clientareahome-features-boxes {
        grid-template-columns: 1fr;
    }

    body.ce2-whmcs-theme .coodiv-clientarea-boxes .list-group .list-group-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.ce2-whmcs-theme .ce2-login-page {
        padding: 0 !important;
    }

    body.ce2-whmcs-theme .ce2-login-page .main-signup-row {
        min-height: 100vh;
    }

    body.ce2-whmcs-theme .ce2-login-page .main-signup-row > .col-lg-7 {
        max-width: none;
    }

    body.ce2-whmcs-theme .ce2-login-page .form-holder {
        min-height: 100vh;
        padding: 34px 24px !important;
        border-radius: 0 !important;
    }

    body.ce2-whmcs-theme .ce2-register-page {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    body.ce2-whmcs-theme .ce2-register-page .brand-logo > a > img {
        max-width: 185px;
        height: 46px;
    }

    body.ce2-whmcs-theme .ce2-register-page .ce2-register-form-holder {
        padding: 30px 20px !important;
    }

    body.ce2-whmcs-theme.this-is-login-page > .container.ce2-register-page .ce2-register-form-holder {
        padding: 30px 20px !important;
    }

    body.ce2-whmcs-theme .account-type-card {
        min-height: 70px;
        padding: 14px;
    }

    body.ce2-whmcs-theme .footer-emyui-aws .footer-top > .row.justify-content-between:first-child > div {
        max-width: 100%;
        flex-basis: 100%;
    }

    body.ce2-whmcs-theme .footer-emyui-aws .footer-top-section {
        padding: 24px 18px !important;
    }
}

@media (max-width: 767.98px) {
    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero {
        padding: 22px 0 38px !important;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links-container {
        display: block;
        margin-bottom: 24px;
        padding: 0 18px;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .min-header-links {
        justify-content: flex-start;
        margin-top: 12px;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content h1,
    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .hero-content .coodiv-text-4 {
        font-size: 25px !important;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-form.whmcs-domain-searching-page {
        box-shadow: 0 14px 30px rgba(0, 120, 212, .12);
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-input-header {
        padding-right: 18px !important;
        border-radius: 8px 8px 0 0 !important;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-registiration-hero .domain-search-button-header {
        position: static !important;
        width: 100%;
        min-width: 0;
        border-radius: 0 0 8px 8px !important;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws,
    body.ce2-whmcs-theme.not-login-page #order-standard_cart .domain-search-page-tlds,
    body.ce2-whmcs-theme.not-login-page #order-standard_cart hr {
        width: calc(100% - 32px);
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws {
        margin-top: 34px !important;
        padding: 28px 18px 24px !important;
    }

    body.ce2-whmcs-theme.not-login-page #order-standard_cart .tld-filters-filter-buttons-aws .tld-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ce2-whmcs-theme .ce2-support-ticket-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding: 20px;
    }

    body.ce2-whmcs-theme .ce2-support-ticket-cta-button {
        width: 100%;
        margin-left: 0;
    }
}
