.code3-landing-active #header,
.code3-landing-active #footer,
.code3-landing-active .breadcrumb,
.code3-landing-active .breadcrumb-nav,
.code3-landing-active .section-breadcrumb,
.code3-landing-active .header-lined,
.code3-landing-active .search-bar,
.code3-landing-active .toolbar,
.code3-landing-active .footerbar,
.code3-landing-active .navbar,
.code3-landing-active nav.navbar,
.code3-landing-active .main-navbar,
.code3-landing-active .top-nav,
.code3-landing-active .header {
    display: none !important;
}

.code3-landing-active #main-body,
.code3-landing-active .main-content,
.code3-landing-active .wrapper,
.code3-landing-active .content-block,
.code3-landing-active .container,
.code3-landing-active .container-fluid {
    max-width: none;
}

.code3-landing-active #main-body {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
}

.code3-landing-active .main-content {
    padding: 0 !important;
    margin: 0 !important;
}

.code3-landing-active #main-body > .container,
.code3-landing-active #main-body > .container-fluid,
.code3-landing-active .main-content > .container,
.code3-landing-active .main-content > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.code3-landing-active .code3-whmcs-page {
    margin: 0;
    padding: 0;
}

.code3-whmcs-page {
    overflow-x: clip;
}

.code3-whmcs-page section,
.code3-whmcs-page footer,
.code3-whmcs-page header,
.code3-whmcs-page .copyright {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.code3-whmcs-page .header-top {
    margin-bottom: 0;
}

.code3-whmcs-page .alert {
    max-width: 1320px;
    margin: 20px auto;
}

.code3-whmcs-page .btn-seven button {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background-image: linear-gradient(90deg, #12C8FA 0%, #051240 51%, #12C8FA 100%);
    border-radius: 40px;
    padding: 16px 34px;
    display: inline-block;
}

.code3-whmcs-page .btn-seven button:hover {
    background-image: linear-gradient(90deg, #051240 0%, #12C8FA 51%, #051240 100%);
}
