/* =========================================================
   WEBPANDA SERVICE DETAILS
   clientareaproductdetails.tpl
   cPanel overview module
   ========================================================= */


/* =========================================================
   Page
   ========================================================= */

.webpanda-service-details-page {
    margin-bottom: 48px;

    font-family: "Montserrat", sans-serif;
}


/* =========================================================
   Service Hero
   ========================================================= */

.webpanda-service-hero {
    overflow: hidden;

    margin-bottom: 22px;

    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(118, 200, 0, 0.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #111418 0%,
            #171D1A 100%
        );

    color: #FFFFFF;

    border-radius: 18px;
}

.webpanda-service-hero-main {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 38px;

    min-height: 220px;

    padding: 38px 42px;
}

.webpanda-service-hero-copy {
    min-width: 0;
    max-width: 690px;
}

.webpanda-service-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: var(--wp-green);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.14em;
}

.webpanda-service-hero h1 {
    margin: 0 0 10px;

    color: #FFFFFF;

    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;

    overflow-wrap: anywhere;
}

.webpanda-service-domain {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, 0.64) !important;

    font-size: 11px;

    text-decoration: none !important;
}

.webpanda-service-domain:hover {
    color: var(--wp-green) !important;
}

.webpanda-service-domain i {
    color: var(--wp-green);

    font-size: 9px;
}

.webpanda-service-domain-static {
    cursor: default;
}


/* =========================================================
   Hero Actions
   ========================================================= */

.webpanda-service-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;
}

.webpanda-service-hero-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 40px;

    padding: 0 15px;

    border-radius: 9px;

    font-size: 9px;
    font-weight: 700;

    text-decoration: none !important;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease;
}

.webpanda-service-hero-button-secondary {
    background: rgba(255, 255, 255, 0.06);

    color: #FFFFFF !important;

    border:
        1px solid rgba(255, 255, 255, 0.17);
}

.webpanda-service-hero-button-secondary:hover {
    background: rgba(255, 255, 255, 0.10);

    color: #FFFFFF !important;

    border-color:
        rgba(255, 255, 255, 0.28);
}

.webpanda-service-hero-button-primary {
    background: var(--wp-green);

    color: #111418 !important;

    border: 1px solid var(--wp-green);
}

.webpanda-service-hero-button-primary:hover {
    background: var(--wp-green-hover);

    color: #111418 !important;

    border-color: var(--wp-green-hover);
}


/* =========================================================
   Hero Summary
   ========================================================= */

.webpanda-service-hero-summary {
    display: flex;

    flex: 0 0 auto;
    flex-direction: column;

    align-items: flex-end;

    min-width: 190px;

    padding-left: 30px;

    border-left:
        1px solid rgba(255, 255, 255, 0.11);
}

.webpanda-service-summary-label {
    margin-bottom: 5px;

    color: var(--wp-green);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 0.12em;
}

.webpanda-service-status {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 27px;

    padding: 0 10px;

    border-radius: 999px;

    font-size: 9px;
    font-weight: 700;
}

.webpanda-service-hero-summary
.webpanda-service-status {
    margin-bottom: 17px;
}


/* Active */

.webpanda-service-status-active {
    background: rgba(118, 200, 0, 0.16);

    color: #A7E84A;
}


/* Pending */

.webpanda-service-status-pending {
    background: rgba(255, 255, 255, 0.09);

    color: rgba(255, 255, 255, 0.70);
}


/* Suspended */

.webpanda-service-status-suspended {
    background: rgba(220, 145, 47, 0.15);

    color: #E6B265;
}


/* Cancelled / Terminated */

.webpanda-service-status-cancelled,
.webpanda-service-status-terminated {
    background: rgba(218, 75, 86, 0.15);

    color: #F09199;
}


/* Default status when used on white cards */

.webpanda-service-generic-card
.webpanda-service-status-active,
.webpanda-service-addon
.webpanda-service-status-active {
    background: #EAF5D7;

    color: #527F00;
}

.webpanda-service-generic-card
.webpanda-service-status-pending,
.webpanda-service-addon
.webpanda-service-status-pending {
    background: #F1F3F4;

    color: #747B81;
}

.webpanda-service-generic-card
.webpanda-service-status-suspended,
.webpanda-service-addon
.webpanda-service-status-suspended {
    background: #FFF2DE;

    color: #9C681C;
}

.webpanda-service-generic-card
.webpanda-service-status-cancelled,
.webpanda-service-generic-card
.webpanda-service-status-terminated,
.webpanda-service-addon
.webpanda-service-status-cancelled,
.webpanda-service-addon
.webpanda-service-status-terminated {
    background: #FFF0F1;

    color: #B94C56;
}


/* =========================================================
   Hero Meta
   ========================================================= */

.webpanda-service-summary-meta {
    display: flex;

    flex-direction: column;

    align-items: flex-end;
}

.webpanda-service-summary-meta span {
    margin-bottom: 2px;

    color: rgba(255, 255, 255, 0.40);

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.10em;
}

.webpanda-service-summary-meta strong {
    color: rgba(255, 255, 255, 0.74);

    font-size: 9px;
    font-weight: 600;
}


/* =========================================================
   Main Tab Content
   ========================================================= */

.webpanda-service-tab-content {
    margin: 0;
}

.webpanda-service-tab-content > .tab-pane {
    padding: 0;
}


/* =========================================================
   Generic Service Overview
   ========================================================= */

.webpanda-service-generic-card,
.webpanda-service-secondary-card {
    overflow: hidden;

    margin-bottom: 22px;

    background: #FFFFFF;

    border: 1px solid var(--wp-border);
    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(17, 20, 24, 0.04);
}

.webpanda-service-generic-heading,
.webpanda-service-secondary-heading {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 22px 24px;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-service-generic-heading-icon,
.webpanda-service-secondary-icon {
    display: flex;

    flex: 0 0 38px;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: rgba(118, 200, 0, 0.11);

    color: var(--wp-green);

    border-radius: 9px;

    font-size: 13px;
}

.webpanda-service-generic-heading h2,
.webpanda-service-secondary-heading h2 {
    margin: 0 0 3px;

    color: #30353A;

    font-size: 15px;
    font-weight: 700;
}

.webpanda-service-generic-heading p,
.webpanda-service-secondary-heading p {
    margin: 0;

    color: #92999F;

    font-size: 9px;
    line-height: 1.5;
}


/* =========================================================
   Generic Grid
   ========================================================= */

.webpanda-service-generic-grid {
    display: grid;

    grid-template-columns:
        minmax(220px, 0.8fr)
        minmax(0, 1.2fr);
}

.webpanda-service-generic-status {
    padding: 26px;

    border-right: 1px solid #ECEEEF;
}

.webpanda-service-generic-label {
    display: block;

    margin-bottom: 9px;

    color: #92999F;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 0.08em;
}

.webpanda-service-generic-actions {
    display: flex;

    flex-direction: column;

    gap: 8px;

    margin-top: 22px;
}

.webpanda-service-generic-facts {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));
}

.webpanda-service-fact {
    padding: 18px 20px;

    border-right: 1px solid #ECEEEF;
    border-bottom: 1px solid #ECEEEF;
}

.webpanda-service-fact:nth-child(even) {
    border-right: 0;
}

.webpanda-service-fact span {
    display: block;

    margin-bottom: 4px;

    color: #959CA2;

    font-size: 8px;
}

.webpanda-service-fact strong {
    color: #30353A;

    font-size: 10px;
    font-weight: 700;

    overflow-wrap: anywhere;
}

.webpanda-service-fact-danger strong {
    color: #B94C56;
}


/* =========================================================
   Shared Service Buttons
   ========================================================= */

.webpanda-service-action-button,
.webpanda-service-primary-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 39px;

    padding: 0 14px;

    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow: none !important;
}

.webpanda-service-action-button {
    background: #FFFFFF;

    color: #555D63 !important;

    border: 1px solid #DDE1E4;
}

.webpanda-service-action-button:hover {
    background: #F8FCEE;

    color: #4D7700 !important;

    border-color:
        rgba(118, 200, 0, 0.50);
}

.webpanda-service-primary-button {
    background: var(--wp-green);

    color: #111418 !important;

    border: 1px solid var(--wp-green);
}

.webpanda-service-primary-button:hover {
    background: var(--wp-green-hover);

    border-color: var(--wp-green-hover);
}

.webpanda-service-action-button-danger {
    background: #FFF8F8;

    color: #B94C56 !important;

    border-color: #E9D7D9;
}

.webpanda-service-action-button-danger:hover {
    background: #FFF2F3;

    color: #9E313B !important;

    border-color: #DAABB0;
}

.webpanda-service-action-button.disabled {
    pointer-events: none;

    opacity: 0.45;
}


/* =========================================================
   Generic Information Tabs
   ========================================================= */

.webpanda-service-info-tabs {
    overflow: hidden;

    margin: 0;

    background: #FFFFFF;

    border:
        1px solid var(--wp-border);
    border-bottom: 0;

    border-radius: 14px 14px 0 0;
}

.webpanda-service-info-tabs .nav-item {
    margin: 0;
}

.webpanda-service-info-tabs .nav-link {
    padding: 13px 15px;

    color: #747B81;

    border: 0 !important;
    border-right: 1px solid #ECEEEF !important;
    border-radius: 0 !important;

    font-size: 9px;
    font-weight: 600;

    text-decoration: none !important;
}

.webpanda-service-info-tabs .nav-link.active {
    background: #F4FAE9;

    color: #4D7700;

    box-shadow:
        inset 0 -2px 0 var(--wp-green);
}

.webpanda-service-info-content {
    margin-bottom: 22px;

    padding: 24px;

    border: 1px solid var(--wp-border);
    border-radius: 0 0 14px 14px;

    box-shadow:
        0 10px 30px rgba(17, 20, 24, 0.04);
}

.webpanda-service-info-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    border:
        1px solid #ECEEEF;
    border-radius: 10px;

    overflow: hidden;
}

.webpanda-service-info-row {
    display: flex;

    flex-direction: column;

    gap: 4px;

    min-height: 74px;

    padding: 15px 17px;

    border-right: 1px solid #ECEEEF;
    border-bottom: 1px solid #ECEEEF;
}

.webpanda-service-info-row:nth-child(even) {
    border-right: 0;
}

.webpanda-service-info-row strong {
    color: #92999F;

    font-size: 8px;
    font-weight: 600;
}

.webpanda-service-info-row span {
    color: #30353A;

    font-size: 10px;
    line-height: 1.55;

    overflow-wrap: anywhere;
}

.webpanda-service-info-actions {
    display: flex;

    justify-content: flex-end;

    gap: 8px;

    margin-top: 18px;
}

.webpanda-service-module-area {
    margin-top: 20px;
}


/* =========================================================
   Resource Usage
   ========================================================= */

.webpanda-service-resource-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;

    text-align: center;
}

.webpanda-service-resource-grid h4 {
    margin: 0 0 15px;

    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}

.webpanda-service-resource-grid p {
    margin: 13px 0 0;

    color: #737B82;

    font-size: 9px;
}

.webpanda-service-resource-updated {
    margin: 20px 0 0;

    color: #92999F;

    font-size: 8px;

    text-align: center;
}


/* =========================================================
   Secondary Pages
   Downloads / Addons / Password
   ========================================================= */

.webpanda-service-secondary-card {
    padding-bottom: 24px;
}

.webpanda-service-secondary-card > .alert {
    margin: 20px 24px;
}

.webpanda-service-downloads,
.webpanda-service-addons {
    padding: 0 24px;
}

.webpanda-service-download {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 18px 0;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-service-download:last-child {
    border-bottom: 0;
}

.webpanda-service-download h3,
.webpanda-service-addon h3 {
    margin: 0 0 5px;

    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}

.webpanda-service-download p {
    margin: 0;

    color: #858D94;

    font-size: 9px;
    line-height: 1.6;
}


/* =========================================================
   Addons
   ========================================================= */

.webpanda-service-addon {
    overflow: hidden;

    margin-top: 14px;

    border: 1px solid #E3E6E8;
    border-radius: 11px;
}

.webpanda-service-addon-heading {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 14px;

    padding: 15px 17px;

    background: #FAFBFB;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-service-addon-heading h3 {
    margin: 0;
}

.webpanda-service-addon-details {
    padding: 17px;
}

.webpanda-service-addon-details p {
    margin: 0 0 6px;

    color: #747B81;

    font-size: 9px;
}

.webpanda-service-addon-details p:last-child {
    margin-bottom: 0;
}

.webpanda-service-addon-actions {
    padding: 13px 17px;

    background: #FAFBFB;

    border-top: 1px solid #ECEEEF;
}


/* =========================================================
   Password Form
   ========================================================= */

.webpanda-service-password-form {
    padding: 24px;
}

.webpanda-service-password-row {
    display: grid;

    grid-template-columns:
        180px minmax(0, 1fr) auto;

    align-items: start;

    gap: 12px;

    margin-bottom: 18px;
}

.webpanda-service-password-row label {
    padding-top: 11px;

    color: #555D63;

    font-size: 10px;
    font-weight: 600;
}

.webpanda-service-password-input {
    min-width: 0;
}

.webpanda-service-password-form .form-control {
    min-height: 41px;

    border: 1px solid #DDE1E4;
    border-radius: 8px;

    box-shadow: none;
}

.webpanda-service-password-form .form-control:focus {
    border-color: var(--wp-green);

    box-shadow:
        0 0 0 3px rgba(118, 200, 0, 0.10);
}

.webpanda-service-password-actions {
    display: flex;

    justify-content: flex-end;

    gap: 8px;

    margin-top: 24px;
}

.webpanda-service-password-form .alert-info {
    margin-top: 16px;
    margin-bottom: 0;
    padding: 16px 18px;

    background: #F8FBF4;

    color: #657068;

    border: 1px solid #DFE6D6;
    border-radius: 10px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    line-height: 1.65;
}

.webpanda-service-password-form .alert-info strong,
.webpanda-service-password-form .alert-info .alert-heading {
    color: #30353A;

    font-size: 10px;
    font-weight: 700;
}

.webpanda-service-password-form .alert-info i {
    color: var(--wp-green);
}


/* =========================================================
   Password Result
   ========================================================= */

.webpanda-service-password-result {
    padding: 22px 24px 24px;
}

.webpanda-service-password-result .alert {
    margin: 0 0 18px;

    border-radius: 10px;
}

.webpanda-service-password-result-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    gap: 8px;

    margin: 0;
}

.webpanda-service-password-error {
    padding: 22px 24px 0;
}

.webpanda-service-password-error .alert {
    margin: 0;

    border-radius: 10px;
}


/* =========================================================
   cPanel Overview Scope
   ========================================================= */

.webpanda-cpanel-overview {
    font-family: "Montserrat", sans-serif;
}


/* =========================================================
   cPanel Top Grid
   ========================================================= */

.webpanda-cpanel-top-row {
    margin-right: -10px;
    margin-left: -10px;
}

.webpanda-cpanel-top-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}


/* =========================================================
   Shared cPanel Cards
   ========================================================= */

.webpanda-cpanel-overview .panel.card {
    overflow: hidden;

    margin-bottom: 20px !important;

    background: #FFFFFF;

    border: 1px solid var(--wp-border);
    border-radius: 15px;

    box-shadow:
        0 10px 30px rgba(17, 20, 24, 0.04);
}

.webpanda-cpanel-overview .panel.card > .card-header,
.webpanda-cpanel-overview .panel.card > .panel-heading {
    padding: 17px 20px;

    background: #FFFFFF;

    border: 0;
    border-bottom: 1px solid #ECEEEF;
}

.webpanda-cpanel-overview .panel.card > .card-header h3,
.webpanda-cpanel-overview .panel.card > .panel-heading h3 {
    margin: 0;

    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}

.webpanda-cpanel-overview .panel.card > .card-body,
.webpanda-cpanel-overview .panel.card > .panel-body {
    padding: 21px;
}


/* =========================================================
   Sitejet Package Panel
   ========================================================= */

.webpanda-cpanel-overview
#cPanelPackagePanel {
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(118, 200, 0, 0.15),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            #111418 0%,
            #171D1A 100%
        );

    border: 0;
}

.webpanda-cpanel-overview
#cPanelPackagePanel > .card-header,
.webpanda-cpanel-overview
#cPanelPackagePanel > .panel-heading {
    background: transparent;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.09);
}

.webpanda-cpanel-overview
#cPanelPackagePanel > .card-header h3,
.webpanda-cpanel-overview
#cPanelPackagePanel > .panel-heading h3 {
    color: var(--wp-green);

    font-size: 8px;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.webpanda-cpanel-overview
#cPanelPackagePanel
.cpanel-package-details em {
    display: block;

    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.52);

    font-size: 8px;
    font-style: normal;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.webpanda-cpanel-overview
#cPanelPackagePanel
.cpanel-package-details h4 {
    margin: 0 0 7px !important;

    color: #FFFFFF;

    font-size: 18px;
    font-weight: 700;
}

.webpanda-cpanel-overview
#cPanelPackagePanel
.cpanel-package-details a {
    color: rgba(255, 255, 255, 0.67) !important;

    font-size: 9px;
}


/* =========================================================
   Usage Statistics
   ========================================================= */

.webpanda-cpanel-overview
#cPanelUsagePanel
.card-body {
    padding: 23px 20px 18px;
}

.webpanda-cpanel-overview
#cPanelUsagePanel
.cpanel-usage-stats > .row {
    margin: 0;
}

.webpanda-cpanel-overview #diskUsage,
.webpanda-cpanel-overview #bandwidthUsage {
    padding-top: 3px;
    padding-bottom: 3px;

    color: #687078;

    font-size: 9px;
}

.webpanda-cpanel-overview
#diskUsage {
    border-right: 1px solid #ECEEEF;
}

.webpanda-cpanel-overview
#diskUsage strong,
.webpanda-cpanel-overview
#bandwidthUsage strong {
    color: #30353A;

    font-size: 9px;
    font-weight: 700;
}

.webpanda-cpanel-overview
#cPanelUsagePanel
.limit-near {
    margin-top: 16px;
    padding-top: 13px;

    border-top: 1px solid #ECEEEF;

    font-size: 8px;
    line-height: 1.5;
}

.webpanda-cpanel-overview
#cPanelUsagePanel
.text-info {
    color: #92999F !important;
}

.webpanda-cpanel-overview
#cPanelUsagePanel
.text-danger {
    color: #B94C56 !important;
}


/* =========================================================
   Quick Shortcuts
   ========================================================= */

.webpanda-cpanel-overview
#cPanelQuickShortcutsPanel > .card-body {
    padding: 17px;
}

.webpanda-cpanel-overview
.cpanel-feature-row {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 10px;

    margin: 0;
}

.webpanda-cpanel-overview
.cpanel-feature-row > div {
    width: auto;
    max-width: none;

    padding: 0;
}

.webpanda-cpanel-overview
.cpanel-feature-row > div > a {
    display: flex !important;

    align-items: center;
    flex-direction: column;
    justify-content: center;

    gap: 9px;

    min-height: 110px;

    margin: 0 !important;
    padding: 15px 10px;

    background: #FAFBFB;

    color: #4F575E !important;

    border: 1px solid #E5E8EA;
    border-radius: 11px;

    font-size: 8px;
    font-weight: 600;
    line-height: 1.4;

    text-align: center;
    text-decoration: none !important;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}

.webpanda-cpanel-overview
.cpanel-feature-row > div > a:hover {
    transform: translateY(-2px);

    background: #F8FCEE;

    color: #3F6500 !important;

    border-color:
        rgba(118, 200, 0, 0.45);
}

.webpanda-cpanel-overview
.cpanel-feature-row img {
    display: block;

    width: auto;
    max-width: 46px;
    height: 42px;

    object-fit: contain;
}


/* =========================================================
   Billing Overview
   ========================================================= */

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel > .card-body {
    padding: 9px 21px 17px;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
> .card-body > .row {
    margin: 0;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body > .row > div {
    padding: 0;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body > .row > div:first-child {
    padding-right: 18px;

    border-right: 1px solid #ECEEEF;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body > .row > div:last-child {
    padding-left: 18px;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body .row .row {
    align-items: center;

    min-height: 42px;

    margin: 0;

    border-bottom: 1px solid #F0F2F3;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body .row .row:last-child {
    border-bottom: 0;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body .row .row > div {
    padding-top: 8px;
    padding-bottom: 8px;

    color: #6F777E;

    font-size: 8px;
    line-height: 1.45;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body .row .row > div:first-child {
    color: #92999F;

    font-weight: 600;

    text-align: left !important;
}

.webpanda-cpanel-overview
#cPanelBillingOverviewPanel
.card-body .row .row > div:last-child {
    color: #30353A;

    font-weight: 600;
}


/* =========================================================
   WordPress / Forms
   ========================================================= */

.webpanda-cpanel-overview
#cPanelWordPress .form-control,
.webpanda-cpanel-overview
#cPanelExtrasPurchasePanel .form-control {
    min-height: 40px;

    border: 1px solid #DDE1E4;
    border-radius: 8px;

    box-shadow: none;
}

.webpanda-cpanel-overview
#cPanelWordPress .form-control:focus,
.webpanda-cpanel-overview
#cPanelExtrasPurchasePanel .form-control:focus {
    border-color: var(--wp-green);

    box-shadow:
        0 0 0 3px rgba(118, 200, 0, 0.10);
}

.webpanda-cpanel-overview
#cPanelWordPress h5 {
    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   Config / Additional Info
   ========================================================= */

.webpanda-cpanel-overview
#cPanelConfigurableOptionsPanel
.card-body > .row,
.webpanda-cpanel-overview
#cPanelAdditionalInfoPanel
.card-body > .row {
    align-items: center;

    min-height: 43px;

    margin: 0;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-cpanel-overview
#cPanelConfigurableOptionsPanel
.card-body > .row:last-child,
.webpanda-cpanel-overview
#cPanelAdditionalInfoPanel
.card-body > .row:last-child {
    border-bottom: 0;
}

.webpanda-cpanel-overview
#cPanelConfigurableOptionsPanel
.card-body > .row > div,
.webpanda-cpanel-overview
#cPanelAdditionalInfoPanel
.card-body > .row > div {
    padding-top: 8px;
    padding-bottom: 8px;

    color: #687078;

    font-size: 8px;
}


/* =========================================================
   General cPanel Buttons
   ========================================================= */

.webpanda-cpanel-overview
.btn-primary,
.webpanda-cpanel-overview
.btn-success {
    background: var(--wp-green);

    color: #111418 !important;

    border-color: var(--wp-green);

    font-family: "Montserrat", sans-serif;
    font-weight: 700;

    box-shadow: none !important;
}

.webpanda-cpanel-overview
.btn-primary:hover,
.webpanda-cpanel-overview
.btn-success:hover {
    background: var(--wp-green-hover);

    border-color: var(--wp-green-hover);
}

.webpanda-cpanel-overview
.btn-default {
    background: #FFFFFF;

    color: #555D63 !important;

    border-color: #DDE1E4;

    font-family: "Montserrat", sans-serif;

    box-shadow: none !important;
}

.webpanda-cpanel-overview
.btn-default:hover {
    background: #F8FCEE;

    color: #4D7700 !important;

    border-color:
        rgba(118, 200, 0, 0.50);
}

.webpanda-cpanel-overview
.btn-info {
    background: #FFFFFF;

    color: #4D7700 !important;

    border-color:
        rgba(118, 200, 0, 0.50);

    box-shadow: none !important;
}

.webpanda-cpanel-overview
.btn-danger {
    background: #FFF8F8;

    color: #B94C56 !important;

    border-color: #E9D7D9;

    box-shadow: none !important;
}


/* =========================================================
   Suspended / Pending cPanel Service
   ========================================================= */

.webpanda-cpanel-overview
#cPanelSuspendReasonPanel {
    padding: 20px;

    background: #FFF9F2;

    color: #7E746A;

    border: 1px solid #EEE1D2;
    border-radius: 12px;

    font-size: 9px;
    line-height: 1.65;
}


/* =========================================================
   WEBPANDA HOSTING ACTIONS SIDEBAR
   Shared hosting-management navigation
   ========================================================= */


/*
 * Used by:
 *
 * - Hosting service details
 * - Change cPanel Password
 * - Hosting cancellation request
 *
 * This is one canonical sidebar design for the complete
 * hosting-management flow.
 */


/* =========================================================
   Sidebar Card
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .panel-sidebar,
body:has(.webpanda-service-details-page)
.sidebar .card,
body:has(.webpanda-cancel-page)
.sidebar .panel-sidebar,
body:has(.webpanda-cancel-page)
.sidebar .card {
    overflow: hidden;

    margin-bottom: 16px;

    background: #FFFFFF;

    border: 1px solid #E1E4E7;
    border-radius: 13px;

    box-shadow:
        0 10px 28px rgba(17, 20, 24, 0.05);
}


/* =========================================================
   Header
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .panel-sidebar .card-header,
body:has(.webpanda-service-details-page)
.sidebar .panel-sidebar .panel-heading,
body:has(.webpanda-service-details-page)
.sidebar > .card .card-header,
body:has(.webpanda-cancel-page)
.sidebar .panel-sidebar .card-header,
body:has(.webpanda-cancel-page)
.sidebar .panel-sidebar .panel-heading,
body:has(.webpanda-cancel-page)
.sidebar > .card .card-header {
    padding: 15px 16px;

    background: #FFFFFF;

    color: #30353A;

    border-bottom: 1px solid #ECEEEF;
}


/* =========================================================
   Panel Title
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .panel-title,
body:has(.webpanda-cancel-page)
.sidebar .panel-title {
    margin: 0;

    color: #30353A;

    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
}


/* Main panel icon */

body:has(.webpanda-service-details-page)
.sidebar .panel-title > i:first-child,
body:has(.webpanda-cancel-page)
.sidebar .panel-title > i:first-child {
    margin-right: 7px;

    color: var(--wp-green);
}


/* Collapse arrow should stay neutral */

body:has(.webpanda-service-details-page)
.sidebar .panel-title .fa-chevron-up,
body:has(.webpanda-service-details-page)
.sidebar .panel-title .fa-chevron-down,
body:has(.webpanda-service-details-page)
.sidebar .panel-title .fa-angle-up,
body:has(.webpanda-service-details-page)
.sidebar .panel-title .fa-angle-down,
body:has(.webpanda-cancel-page)
.sidebar .panel-title .fa-chevron-up,
body:has(.webpanda-cancel-page)
.sidebar .panel-title .fa-chevron-down,
body:has(.webpanda-cancel-page)
.sidebar .panel-title .fa-angle-up,
body:has(.webpanda-cancel-page)
.sidebar .panel-title .fa-angle-down {
    color: #30353A;
}


/* =========================================================
   Navigation List
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .list-group,
body:has(.webpanda-cancel-page)
.sidebar .list-group {
    margin: 0;

    border: 0;
}


/* =========================================================
   Navigation Items
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .list-group-item,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item {
    position: relative;

    padding: 11px 15px;

    background: #FFFFFF;

    color: #697178 !important;

    border: 0;
    border-bottom: 1px solid #ECEEEF;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    line-height: 1.4;

    text-decoration: none !important;

    transition:
        background-color 0.18s ease,
        color 0.18s ease;
}


body:has(.webpanda-service-details-page)
.sidebar .list-group-item:last-child,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item:last-child {
    border-bottom: 0;
}


/* =========================================================
   Item Icons
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .list-group-item i,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item i {
    width: 16px;

    margin-right: 5px;

    color: #7D858C;

    text-align: center;

    transition: color 0.18s ease;
}


/* =========================================================
   Normal Hover
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .list-group-item:hover,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item:hover {
    background: #F8FCEE;

    color: #4D7700 !important;
}


body:has(.webpanda-service-details-page)
.sidebar .list-group-item:hover i,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item:hover i {
    color: var(--wp-green);
}


/* =========================================================
   Normal Active Item
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .list-group-item.active {
    background: #F1F9E4 !important;

    color: #4D7700 !important;

    font-weight: 700;
}


body:has(.webpanda-service-details-page)
.sidebar .list-group-item.active::before {
    content: "";

    position: absolute;

    top: 8px;
    bottom: 8px;
    left: 0;

    width: 3px;

    background: var(--wp-green);

    border-radius: 0 3px 3px 0;
}


body:has(.webpanda-service-details-page)
.sidebar .list-group-item.active i {
    color: var(--wp-green);
}

/* =========================================================
   Destructive Cancellation Hover
   ========================================================= */

body:has(.webpanda-service-details-page)
.sidebar .list-group-item[href*="action=cancel"]:hover,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item[href*="action=cancel"]:hover {
    background: #FFF1F2 !important;

    color: #B94C56 !important;
}


body:has(.webpanda-service-details-page)
.sidebar .list-group-item[href*="action=cancel"]:hover i,
body:has(.webpanda-cancel-page)
.sidebar .list-group-item[href*="action=cancel"]:hover i {
    color: #D94B56 !important;
}


/* =========================================================
   Cancellation Active Item
   =========================================================
 *
 * Cancellation is destructive, so the active state is
 * deliberately red rather than using the normal green.
 */

body:has(.webpanda-cancel-page)
.sidebar .list-group-item.active {
    background: #FFF1F2 !important;

    color: #B94C56 !important;

    font-weight: 700;
}


body:has(.webpanda-cancel-page)
.sidebar .list-group-item.active::before {
    content: "";

    position: absolute;

    top: 8px;
    bottom: 8px;
    left: 0;

    width: 3px;

    background: #D94B56;

    border-radius: 0 3px 3px 0;
}


body:has(.webpanda-cancel-page)
.sidebar .list-group-item.active i {
    color: #D94B56;
}


/* =========================================================
   Cancellation Active Hover
   ========================================================= */

body:has(.webpanda-cancel-page)
.sidebar .list-group-item.active:hover {
    background: #FFE8EA !important;

    color: #A83D47 !important;
}


body:has(.webpanda-cancel-page)
.sidebar .list-group-item.active:hover i {
    color: #C83F4A;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .webpanda-service-hero-main {
        align-items: flex-start;
        flex-direction: column;

        min-height: 0;

        padding: 32px;
    }

    .webpanda-service-hero-summary {
        align-items: flex-start;

        width: 100%;

        padding-top: 18px;
        padding-left: 0;

        border-top:
            1px solid rgba(255, 255, 255, 0.11);
        border-left: 0;
    }

    .webpanda-service-summary-meta {
        align-items: flex-start;
    }

    .webpanda-cpanel-overview
    .cpanel-feature-row {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .webpanda-cpanel-overview
    #cPanelBillingOverviewPanel
    .card-body > .row > div:first-child {
        padding-right: 0;

        border-right: 0;
    }

    .webpanda-cpanel-overview
    #cPanelBillingOverviewPanel
    .card-body > .row > div:last-child {
        padding-left: 0;
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

    .webpanda-service-hero-main {
        padding: 27px 23px;
    }

    .webpanda-service-hero h1 {
        font-size: 25px;
    }

    .webpanda-service-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .webpanda-service-hero-button {
        width: 100%;
    }


    /* Generic overview */

    .webpanda-service-generic-grid {
        grid-template-columns: 1fr;
    }

    .webpanda-service-generic-status {
        border-right: 0;
        border-bottom: 1px solid #ECEEEF;
    }

    .webpanda-service-generic-facts {
        grid-template-columns: 1fr;
    }

    .webpanda-service-fact {
        border-right: 0;
    }


    /* Generic information */

    .webpanda-service-info-tabs {
        flex-direction: column;
    }

    .webpanda-service-info-tabs
    .nav-link {
        border-right: 0 !important;
        border-bottom:
            1px solid #ECEEEF !important;
    }

    .webpanda-service-info-grid {
        grid-template-columns: 1fr;
    }

    .webpanda-service-info-row {
        border-right: 0;
    }

    .webpanda-service-info-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .webpanda-service-info-actions
    .webpanda-service-action-button {
        width: 100%;
    }


    /* Resource usage */

    .webpanda-service-resource-grid {
        grid-template-columns: 1fr;
    }


    /* Downloads */

    .webpanda-service-download {
        align-items: flex-start;
        flex-direction: column;
    }


    /* Password */

    .webpanda-service-password-row {
        grid-template-columns: 1fr;
    }

    .webpanda-service-password-row label {
        padding-top: 0;
    }

    .webpanda-service-password-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .webpanda-service-password-actions
    .webpanda-service-action-button,
    .webpanda-service-password-actions
    .webpanda-service-primary-button {
        width: 100%;
    }
    
    .webpanda-service-password-result {
        padding: 18px;
    }
    
    .webpanda-service-password-result-actions {
        align-items: stretch;
        flex-direction: column;
    }
    
    .webpanda-service-password-result-actions
    .webpanda-service-primary-button {
        width: 100%;
    }


    /* cPanel shortcuts */

    .webpanda-cpanel-overview
    .cpanel-feature-row {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    /* Usage */

    .webpanda-cpanel-overview
    #diskUsage {
        margin-bottom: 18px;
        padding-bottom: 18px;

        border-right: 0;
        border-bottom: 1px solid #ECEEEF;
    }

}

/* =========================================================
   WEBPANDA UPGRADE / DOWNGRADE
   upgrade.tpl
   ========================================================= */


/* =========================================================
   Page
   ========================================================= */

.webpanda-upgrade-page {
    margin-bottom: 48px;

    font-family: "Montserrat", sans-serif;
}


/* =========================================================
   Hero
   ========================================================= */

.webpanda-upgrade-hero {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 38px;

    min-height: 215px;

    margin-bottom: 22px;
    padding: 36px 40px;

    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(118, 200, 0, 0.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #111418 0%,
            #171D1A 100%
        );

    color: #FFFFFF;

    border-radius: 18px;
}

.webpanda-upgrade-hero-copy {
    min-width: 0;
    max-width: 690px;
}

.webpanda-upgrade-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: var(--wp-green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.14em;
}

.webpanda-upgrade-hero h1 {
    margin: 0 0 9px;

    color: #FFFFFF;

    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
}

.webpanda-upgrade-hero p {
    max-width: 590px;

    margin: 0;

    color: rgba(255, 255, 255, 0.57);

    font-size: 10px;
    line-height: 1.65;
}


/* =========================================================
   Hero Back
   ========================================================= */

.webpanda-upgrade-back {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 18px;

    color: rgba(255, 255, 255, 0.68) !important;

    font-size: 9px;
    font-weight: 600;

    text-decoration: none !important;
}

.webpanda-upgrade-back i {
    color: var(--wp-green);

    font-size: 8px;
}

.webpanda-upgrade-back:hover {
    color: #FFFFFF !important;
}


/* =========================================================
   Hero Summary
   ========================================================= */

.webpanda-upgrade-hero-summary {
    display: flex;

    flex: 0 0 auto;
    flex-direction: column;

    align-items: flex-end;

    min-width: 210px;
    max-width: 300px;

    padding-left: 30px;

    border-left:
        1px solid rgba(255, 255, 255, 0.11);
}

.webpanda-upgrade-summary-label {
    margin-bottom: 6px;

    color: var(--wp-green);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 0.12em;
}

.webpanda-upgrade-hero-summary strong {
    margin-bottom: 4px;

    color: #FFFFFF;

    font-size: 13px;
    font-weight: 700;

    text-align: right;
}

.webpanda-upgrade-hero-summary > span:last-child {
    color: rgba(255, 255, 255, 0.48);

    font-size: 8px;

    text-align: right;
}


/* =========================================================
   Main Card
   ========================================================= */

.webpanda-upgrade-card {
    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid var(--wp-border);
    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(17, 20, 24, 0.04);
}

.webpanda-upgrade-card-heading {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 21px 23px;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-upgrade-card-icon {
    display: flex;

    flex: 0 0 38px;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: rgba(118, 200, 0, 0.11);

    color: var(--wp-green);

    border-radius: 9px;

    font-size: 13px;
}

.webpanda-upgrade-card-heading h2 {
    margin: 0 0 3px;

    color: #30353A;

    font-size: 14px;
    font-weight: 700;
}

.webpanda-upgrade-card-heading p {
    margin: 0;

    color: #92999F;

    font-size: 9px;
    line-height: 1.5;
}


/* =========================================================
   Current Configuration
   ========================================================= */

.webpanda-upgrade-current {
    display: flex;

    align-items: center;

    gap: 13px;

    margin: 22px 23px 0;
    padding: 16px 18px;

    background: #F8FBF4;

    border: 1px solid #DFE6D6;
    border-radius: 11px;
}

.webpanda-upgrade-current-icon {
    display: flex;

    flex: 0 0 38px;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: #EAF5D7;

    color: #669F0A;

    border-radius: 9px;

    font-size: 12px;
}

.webpanda-upgrade-current > div:last-child {
    display: flex;

    min-width: 0;

    flex-direction: column;
}

.webpanda-upgrade-current span {
    margin-bottom: 3px;

    color: #92999F;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.10em;
}

.webpanda-upgrade-current strong {
    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}

.webpanda-upgrade-current small {
    margin-top: 2px;

    color: #8B9298;

    font-size: 8px;
}


/* =========================================================
   Available Plans
   ========================================================= */

.webpanda-upgrade-plans {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;

    padding: 22px 23px 24px;
}

.webpanda-upgrade-plan {
    display: flex;

    overflow: hidden;

    flex-direction: column;

    min-width: 0;

    background: #FFFFFF;

    border: 1px solid #E1E5E7;
    border-radius: 12px;

    transition:
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        transform 0.18s ease;
}

.webpanda-upgrade-plan:hover {
    transform: translateY(-2px);

    border-color:
        rgba(118, 200, 0, 0.48);

    box-shadow:
        0 12px 28px rgba(17, 20, 24, 0.06);
}


/* =========================================================
   Plan Information
   ========================================================= */

.webpanda-upgrade-plan-main {
    flex: 1 1 auto;

    padding: 20px 20px 18px;
}

.webpanda-upgrade-plan-group {
    display: block;

    margin-bottom: 5px;

    color: var(--wp-green);

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.webpanda-upgrade-plan h3 {
    margin: 0 0 13px;

    color: #30353A;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}


/* WHMCS product description */

.webpanda-upgrade-plan-description {
    color: #697178;

    font-size: 9px;
    line-height: 1.75;
}

.webpanda-upgrade-plan-description p {
    margin-bottom: 7px;
}

.webpanda-upgrade-plan-description br {
    line-height: 1.8;
}

.webpanda-upgrade-plan-description i {
    color: #5E9E00;
}

.webpanda-upgrade-plan-description
.fa-check,
.webpanda-upgrade-plan-description
.fa-check-circle {
    color: #5E9E00;
}


/* =========================================================
   Plan Form
   ========================================================= */

.webpanda-upgrade-plan-form {
    padding: 17px 20px 20px;

    background: #FAFBFB;

    border-top: 1px solid #ECEEEF;
}

.webpanda-upgrade-plan-price {
    margin-bottom: 12px;
}

.webpanda-upgrade-plan-price label,
.webpanda-upgrade-price-label {
    display: block;

    margin-bottom: 6px;

    color: #92999F;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.09em;
}

.webpanda-upgrade-plan-price strong {
    display: block;

    color: #30353A;

    font-size: 14px;
    font-weight: 700;
}

.webpanda-upgrade-plan-price small {
    display: block;

    margin-top: 2px;

    color: #92999F;

    font-size: 8px;
}


/* =========================================================
   Selects / Inputs
   ========================================================= */

.webpanda-upgrade-page .form-control {
    min-height: 40px;

    background-color: #FFFFFF;

    color: #40474D;

    border: 1px solid #DDE1E4;
    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;

    box-shadow: none;
}

.webpanda-upgrade-page .form-control:focus {
    border-color: var(--wp-green);

    outline: none;

    box-shadow:
        0 0 0 3px rgba(118, 200, 0, 0.10);
}


/* =========================================================
   Choose Plan
   ========================================================= */

.webpanda-upgrade-choose {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    width: 100%;
    min-height: 40px;

    padding: 0 14px;

    background: var(--wp-green);

    color: #111418;

    border: 1px solid var(--wp-green);
    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: none;

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease;
}

.webpanda-upgrade-choose:hover,
.webpanda-upgrade-choose:focus {
    background: var(--wp-green-hover);

    border-color: var(--wp-green-hover);

    outline: none;
}

.webpanda-upgrade-choose i {
    font-size: 8px;
}


/* =========================================================
   Configurable Options
   ========================================================= */

.webpanda-upgrade-config-form {
    padding: 23px;
}

.webpanda-upgrade-config-table {
    overflow: hidden;

    border: 1px solid #E1E5E7;
    border-radius: 11px;
}

.webpanda-upgrade-config-header {
    display: grid;

    grid-template-columns:
        minmax(160px, 0.8fr)
        minmax(160px, 0.8fr)
        minmax(220px, 1.4fr);

    background: #FAFBFB;

    border-bottom: 1px solid #E5E8EA;
}

.webpanda-upgrade-config-header span {
    padding: 12px 15px;

    color: #92999F;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.09em;
}

.webpanda-upgrade-config-row {
    display: grid;

    grid-template-columns:
        minmax(160px, 0.8fr)
        minmax(160px, 0.8fr)
        minmax(220px, 1.4fr);

    align-items: center;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-upgrade-config-row:last-child {
    border-bottom: 0;
}

.webpanda-upgrade-config-row > div {
    min-width: 0;

    padding: 15px;

    color: #6F777E;

    font-size: 9px;
    line-height: 1.5;
}

.webpanda-upgrade-config-name strong {
    color: #30353A;

    font-weight: 700;
}

.webpanda-upgrade-config-current {
    background: #FCFDFD;
}

.webpanda-upgrade-checkbox {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin: 0;

    color: #555D63;

    cursor: pointer;
}

.webpanda-upgrade-quantity {
    display: flex;

    align-items: center;

    gap: 8px;
}

.webpanda-upgrade-quantity .form-control {
    width: 90px;
}


/* =========================================================
   Config Actions
   ========================================================= */

.webpanda-upgrade-config-actions,
.webpanda-upgrade-state-actions {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 20px;
}

.webpanda-upgrade-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 39px;

    padding: 0 14px;

    background: #FFFFFF;

    color: #555D63 !important;

    border: 1px solid #D9DEE2;
    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow: none;
}

.webpanda-upgrade-button:hover {
    background: #F8FCEE;

    color: #4D7700 !important;

    border-color:
        rgba(118, 200, 0, 0.50);
}

.webpanda-upgrade-button-primary {
    background: var(--wp-green);

    color: #111418 !important;

    border-color: var(--wp-green);
}

.webpanda-upgrade-button-primary:hover {
    background: var(--wp-green-hover);

    color: #111418 !important;

    border-color: var(--wp-green-hover);
}


/* =========================================================
   Blocking / Error States
   ========================================================= */

.webpanda-upgrade-state {
    padding: 23px;
}

.webpanda-upgrade-state > .alert {
    margin: 0;
}

.webpanda-upgrade-error {
    padding: 23px 23px 0;
}

.webpanda-upgrade-error .alert {
    margin: 0;
}


/* =========================================================
   Help Note
   ========================================================= */

.webpanda-upgrade-note {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-top: 20px;
    padding: 18px 20px;

    background: #F8FBF4;

    border: 1px solid #DFE6D6;
    border-radius: 13px;
}

.webpanda-upgrade-note-icon {
    display: flex;

    flex: 0 0 36px;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: #EAF5D7;

    color: #669F0A;

    border-radius: 9px;

    font-size: 12px;
}

.webpanda-upgrade-note strong {
    display: block;

    margin: 1px 0 4px;

    color: #30353A;

    font-size: 10px;
    font-weight: 700;
}

.webpanda-upgrade-note p {
    margin: 0;

    color: #747B81;

    font-size: 9px;
    line-height: 1.6;
}


/* =========================================================
   Upgrade Page Sidebar
   ========================================================= */

body:has(.webpanda-upgrade-page)
.sidebar .card {
    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid #E1E4E7;
    border-radius: 13px;

    box-shadow:
        0 10px 28px rgba(17, 20, 24, 0.05);
}

body:has(.webpanda-upgrade-page)
.sidebar .card-header {
    padding: 15px 16px;

    background: #FFFFFF;

    border-bottom: 1px solid #ECEEEF;
}

body:has(.webpanda-upgrade-page)
.sidebar .card-title {
    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}

body:has(.webpanda-upgrade-page)
.sidebar .card-title i {
    color: var(--wp-green);
}

body:has(.webpanda-upgrade-page)
.sidebar .card-body {
    color: #697178;

    font-size: 9px;
    line-height: 1.55;
}

body:has(.webpanda-upgrade-page)
.sidebar .btn-primary {
    background: var(--wp-green);

    color: #111418 !important;

    border-color: var(--wp-green);

    font-size: 9px;
    font-weight: 700;

    box-shadow: none;
}

body:has(.webpanda-upgrade-page)
.sidebar .btn-primary:hover {
    background: var(--wp-green-hover);

    border-color: var(--wp-green-hover);
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .webpanda-upgrade-hero {
        align-items: flex-start;
        flex-direction: column;

        min-height: 0;
    }

    .webpanda-upgrade-hero-summary {
        align-items: flex-start;

        width: 100%;
        max-width: none;

        padding-top: 18px;
        padding-left: 0;

        border-top:
            1px solid rgba(255, 255, 255, 0.11);
        border-left: 0;
    }

    .webpanda-upgrade-hero-summary strong,
    .webpanda-upgrade-hero-summary > span:last-child {
        text-align: left;
    }

    .webpanda-upgrade-plans {
        grid-template-columns: 1fr;
    }

    .webpanda-upgrade-config-header,
    .webpanda-upgrade-config-row {
        grid-template-columns:
            minmax(130px, 0.7fr)
            minmax(130px, 0.7fr)
            minmax(200px, 1.3fr);
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

    .webpanda-upgrade-hero {
        padding: 27px 23px;
    }

    .webpanda-upgrade-hero h1 {
        font-size: 24px;
    }

    .webpanda-upgrade-plans,
    .webpanda-upgrade-config-form {
        padding-right: 17px;
        padding-left: 17px;
    }


    /* Config options become cards */

    .webpanda-upgrade-config-header {
        display: none;
    }

    .webpanda-upgrade-config-row {
        display: block;

        padding: 5px 0;
    }

    .webpanda-upgrade-config-row > div {
        padding: 8px 14px;
    }

    .webpanda-upgrade-config-current {
        background: transparent;
    }

    .webpanda-upgrade-config-current::before {
        content: "Current: ";

        color: #92999F;

        font-size: 8px;
        font-weight: 600;
    }

    .webpanda-upgrade-config-new::before {
        content: "Change to";

        display: block;

        margin-bottom: 6px;

        color: #92999F;

        font-size: 8px;
        font-weight: 600;
    }

    .webpanda-upgrade-config-actions,
    .webpanda-upgrade-state-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .webpanda-upgrade-config-actions
    .webpanda-upgrade-button,
    .webpanda-upgrade-state-actions
    .webpanda-upgrade-button {
        width: 100%;
    }

}


/* =========================================================
   WEBPANDA UPGRADE SUMMARY
   upgradesummary.tpl
   ========================================================= */


/* =========================================================
   Summary Content
   ========================================================= */

.webpanda-upgrade-summary-content {
    padding: 22px 23px 24px;
}

.webpanda-upgrade-summary-message {
    margin-bottom: 18px;
}

.webpanda-upgrade-summary-message .alert {
    margin: 0;

    border-radius: 10px;
}


/* =========================================================
   Plan Change
   ========================================================= */

.webpanda-upgrade-summary-change {
    overflow: hidden;

    margin-bottom: 20px;

    background: #FAFBFB;

    border: 1px solid #E3E7E9;
    border-radius: 12px;
}

.webpanda-upgrade-summary-change-heading {
    display: flex;

    flex-direction: column;

    padding: 15px 18px;

    background: #F8FBF4;

    border-bottom: 1px solid #E2E8DA;
}

.webpanda-upgrade-summary-change-heading span {
    margin-bottom: 3px;

    color: var(--wp-green);

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.10em;
}

.webpanda-upgrade-summary-change-heading strong {
    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   From / To Plans
   ========================================================= */

.webpanda-upgrade-summary-plan-change {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        42px
        minmax(0, 1fr);

    align-items: center;

    padding: 19px 20px;
}

.webpanda-upgrade-summary-plan {
    display: flex;

    flex-direction: column;

    min-width: 0;
}

.webpanda-upgrade-summary-plan span {
    margin-bottom: 4px;

    color: #92999F;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.09em;
}

.webpanda-upgrade-summary-plan strong {
    color: #555D63;

    font-size: 11px;
    font-weight: 700;
    line-height: 1.45;

    overflow-wrap: anywhere;
}

.webpanda-upgrade-summary-plan-new strong {
    color: #30353A;
}

.webpanda-upgrade-summary-arrow {
    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--wp-green);

    font-size: 10px;
}

.webpanda-upgrade-summary-domain {
    display: flex;

    align-items: center;

    gap: 7px;

    padding: 12px 20px;

    color: #838B91;

    border-top: 1px solid #ECEEEF;

    font-size: 8px;
}

.webpanda-upgrade-summary-domain i {
    color: var(--wp-green);
}


/* =========================================================
   Config Option Changes
   ========================================================= */

.webpanda-upgrade-summary-config-changes {
    padding: 5px 18px;
}

.webpanda-upgrade-summary-config-change {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        40px
        minmax(0, 1fr);

    align-items: center;

    min-height: 70px;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-upgrade-summary-config-change:last-child {
    border-bottom: 0;
}

.webpanda-upgrade-summary-config-change > div {
    display: flex;

    flex-direction: column;
}

.webpanda-upgrade-summary-config-change span {
    margin-bottom: 3px;

    color: #92999F;

    font-size: 7px;
    font-weight: 600;
}

.webpanda-upgrade-summary-config-change strong {
    color: #30353A;

    font-size: 10px;
    font-weight: 700;
}

.webpanda-upgrade-summary-config-change > i {
    color: var(--wp-green);

    font-size: 9px;

    text-align: center;
}


/* =========================================================
   Price Breakdown
   ========================================================= */

.webpanda-upgrade-summary-pricing {
    margin-bottom: 20px;
}

.webpanda-upgrade-summary-section-heading {
    display: flex;

    flex-direction: column;

    margin: 0;
    padding: 15px 18px;

    background: #F8FBF4;

    border-bottom: 1px solid #E2E8DA;
}

.webpanda-upgrade-summary-section-heading span {
    margin-bottom: 3px;

    color: var(--wp-green);

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.10em;
}

.webpanda-upgrade-summary-section-heading strong {
    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}

.webpanda-upgrade-summary-price-table {
    overflow: hidden;

    border: 1px solid #E2E6E8;
    border-radius: 11px;
}


/* Header */

.webpanda-upgrade-summary-price-header {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 180px;

    background: #FAFBFB;

    border-bottom: 1px solid #E5E8EA;
}

.webpanda-upgrade-summary-price-header span {
    padding: 11px 16px;

    color: #92999F;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.08em;
}

.webpanda-upgrade-summary-price-header span:last-child {
    text-align: right;
}


/* Upgrade Line Items */

.webpanda-upgrade-summary-line-item {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 180px;

    align-items: center;

    min-height: 53px;

    padding: 0 16px;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-upgrade-summary-line-item > span {
    color: #555D63;

    font-size: 9px;
    line-height: 1.5;
}

.webpanda-upgrade-summary-line-item > span i {
    margin: 0 5px;

    color: var(--wp-green);

    font-size: 7px;
}

.webpanda-upgrade-summary-line-item > strong {
    color: #30353A;

    font-size: 10px;
    font-weight: 700;

    text-align: right;
}


/* Totals */

.webpanda-upgrade-summary-total-row {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 180px;

    align-items: center;

    min-height: 44px;

    padding: 0 16px;

    background: #FAFBFB;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-upgrade-summary-total-row span {
    color: #747C82;

    font-size: 8px;
    font-weight: 600;

    text-align: right;
}

.webpanda-upgrade-summary-total-row strong {
    color: #30353A;

    font-size: 9px;
    font-weight: 700;

    text-align: right;
}

.webpanda-upgrade-summary-discount strong {
    color: #5B9000;
}


/* =========================================================
   Grand Total
   ========================================================= */

.webpanda-upgrade-summary-grand-total {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr) 180px;

    align-items: center;

    padding: 17px 16px;

    background: #F4FAE9;
}

.webpanda-upgrade-summary-grand-total > div {
    display: flex;

    flex-direction: column;

    align-items: flex-end;
}

.webpanda-upgrade-summary-grand-total span {
    color: #4D7700;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 0.07em;
}

.webpanda-upgrade-summary-grand-total small {
    margin-top: 2px;

    color: #8A928E;

    font-size: 7px;
}

.webpanda-upgrade-summary-grand-total > strong {
    color: #30353A;

    font-size: 15px;
    font-weight: 700;

    text-align: right;
}


/* =========================================================
   Proration Note
   ========================================================= */

.webpanda-upgrade-proration-note {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-bottom: 22px;
    padding: 17px 18px;

    background: #FFF9F1;

    border: 1px solid #EFE0C9;
    border-radius: 11px;
}

.webpanda-upgrade-proration-icon {
    display: flex;

    flex: 0 0 36px;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: #F9EBD6;

    color: #B77926;

    border-radius: 9px;

    font-size: 11px;
}

.webpanda-upgrade-proration-note strong {
    display: block;

    margin: 1px 0 4px;

    color: #4E4A45;

    font-size: 9px;
    font-weight: 700;
}

.webpanda-upgrade-proration-note p {
    margin: 0;

    color: #847A6D;

    font-size: 8px;
    line-height: 1.65;
}


/* =========================================================
   Checkout
   ========================================================= */

.webpanda-upgrade-checkout {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;
}

.webpanda-upgrade-checkout-panel {
    overflow: hidden;

    border: 1px solid #E2E6E8;
    border-radius: 11px;
}

.webpanda-upgrade-checkout-heading {
    display: flex;

    align-items: center;

    gap: 11px;

    padding: 15px 17px;

    background: #FAFBFB;

    border-bottom: 1px solid #ECEEEF;
}

.webpanda-upgrade-checkout-icon {
    display: flex;

    flex: 0 0 34px;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: #EDF6DD;

    color: #639B08;

    border-radius: 8px;

    font-size: 11px;
}

.webpanda-upgrade-checkout-heading h3 {
    margin: 0 0 2px;

    color: #30353A;

    font-size: 10px;
    font-weight: 700;
}

.webpanda-upgrade-checkout-heading p {
    margin: 0;

    color: #92999F;

    font-size: 8px;
}


/* =========================================================
   Promo Form
   ========================================================= */

.webpanda-upgrade-promo-form,
.webpanda-upgrade-payment-form {
    padding: 17px;
}

.webpanda-upgrade-promo-row {
    display: flex;

    gap: 7px;
}

.webpanda-upgrade-promo-row .form-control {
    min-width: 0;

    flex: 1 1 auto;
}

.webpanda-upgrade-promo-apply,
.webpanda-upgrade-promo-remove {
    display: inline-flex;

    flex: 0 0 auto;

    align-items: center;
    justify-content: center;

    gap: 6px;

    min-height: 40px;

    padding: 0 13px;

    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: none;
}

.webpanda-upgrade-promo-apply {
    background: #FFFFFF;

    color: #4D7700;

    border: 1px solid rgba(118, 200, 0, 0.55);
}

.webpanda-upgrade-promo-apply:hover {
    background: #F8FCEE;
}

.webpanda-upgrade-promo-remove {
    background: #FFF7F8;

    color: #B94C56;

    border: 1px solid #E7D4D7;
}


/* =========================================================
   Payment
   ========================================================= */

.webpanda-upgrade-payment-form > label {
    display: block;

    margin-bottom: 6px;

    color: #92999F;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.09em;
}

.webpanda-upgrade-payment-form
#inputPaymentMethod {
    margin-bottom: 10px;
}

.webpanda-upgrade-payment-continue {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 8px;

    width: 100%;
    min-height: 41px;

    padding: 0 15px;

    background: var(--wp-green);

    color: #111418;

    border: 1px solid var(--wp-green);
    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;

    cursor: pointer;

    box-shadow: none;
}

.webpanda-upgrade-payment-continue:hover,
.webpanda-upgrade-payment-continue:focus {
    background: var(--wp-green-hover);

    border-color: var(--wp-green-hover);

    outline: none;
}


/* =========================================================
   Payment Note
   ========================================================= */

.webpanda-upgrade-payment-note {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-top: 20px;
    padding: 18px 20px;

    background: #F8FBF4;

    border: 1px solid #DFE6D6;
    border-radius: 13px;
}

.webpanda-upgrade-payment-note-icon {
    display: flex;

    flex: 0 0 36px;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: #EAF5D7;

    color: #669F0A;

    border-radius: 9px;

    font-size: 12px;
}

.webpanda-upgrade-payment-note strong {
    display: block;

    margin: 1px 0 4px;

    color: #30353A;

    font-size: 10px;
    font-weight: 700;
}

.webpanda-upgrade-payment-note p {
    margin: 0;

    color: #747B81;

    font-size: 9px;
    line-height: 1.6;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .webpanda-upgrade-checkout {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

    .webpanda-upgrade-summary-content {
        padding: 17px;
    }

    .webpanda-upgrade-summary-plan-change {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .webpanda-upgrade-summary-arrow {
        justify-content: flex-start;

        transform: rotate(90deg);
    }

    .webpanda-upgrade-summary-price-header {
        grid-template-columns:
            minmax(0, 1fr) 110px;
    }

    .webpanda-upgrade-summary-line-item,
    .webpanda-upgrade-summary-total-row,
    .webpanda-upgrade-summary-grand-total {
        grid-template-columns:
            minmax(0, 1fr) 110px;
    }

    .webpanda-upgrade-summary-grand-total > div {
        align-items: flex-start;
    }

    .webpanda-upgrade-promo-row {
        align-items: stretch;
        flex-direction: column;
    }

    .webpanda-upgrade-promo-apply,
    .webpanda-upgrade-promo-remove {
        width: 100%;
    }

}


/* =========================================================
   WEBPANDA HOSTING CANCELLATION
   clientareacancelrequest.tpl
   ========================================================= */


/* =========================================================
   Page
   ========================================================= */

.webpanda-cancel-page {
    margin-bottom: 48px;

    font-family: "Montserrat", sans-serif;
}


/* =========================================================
   Hero
   ========================================================= */

.webpanda-cancel-hero {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 38px;

    min-height: 215px;

    margin-bottom: 22px;
    padding: 36px 40px;

    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(118, 200, 0, 0.14),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #111418 0%,
            #171D1A 100%
        );

    color: #FFFFFF;

    border-radius: 18px;
}


.webpanda-cancel-hero-copy {
    min-width: 0;
    max-width: 690px;
}


.webpanda-cancel-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: var(--wp-green);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.14em;
}


.webpanda-cancel-hero h1 {
    margin: 0 0 9px;

    color: #FFFFFF;

    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
}


.webpanda-cancel-hero p {
    max-width: 620px;

    margin: 0;

    color: rgba(255, 255, 255, 0.57);

    font-size: 10px;
    line-height: 1.65;
}


/* =========================================================
   Hero Back
   ========================================================= */

.webpanda-cancel-back {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 18px;

    color: rgba(255, 255, 255, 0.68) !important;

    font-size: 9px;
    font-weight: 600;

    text-decoration: none !important;
}


.webpanda-cancel-back i {
    color: var(--wp-green);

    font-size: 8px;
}


.webpanda-cancel-back:hover {
    color: #FFFFFF !important;
}


/* =========================================================
   Hero Summary
   ========================================================= */

.webpanda-cancel-hero-summary {
    display: flex;

    flex: 0 0 auto;
    flex-direction: column;

    align-items: flex-end;

    min-width: 210px;
    max-width: 300px;

    padding-left: 30px;

    border-left:
        1px solid rgba(255, 255, 255, 0.11);
}


.webpanda-cancel-summary-label {
    margin-bottom: 6px;

    color: var(--wp-green);

    font-size: 8px;
    font-weight: 700;

    letter-spacing: 0.12em;
}


.webpanda-cancel-hero-summary strong {
    margin-bottom: 4px;

    color: #FFFFFF;

    font-size: 13px;
    font-weight: 700;

    text-align: right;
}


.webpanda-cancel-hero-summary span:last-child {
    color: rgba(255, 255, 255, 0.48);

    font-size: 8px;

    text-align: right;
}


/* =========================================================
   Main Card
   ========================================================= */

.webpanda-cancel-card {
    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid var(--wp-border);
    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(17, 20, 24, 0.04);
}


.webpanda-cancel-card-heading {
    display: flex;

    align-items: center;

    gap: 13px;

    padding: 21px 23px;

    border-bottom: 1px solid #ECEEEF;
}


.webpanda-cancel-card-icon {
    display: flex;

    flex: 0 0 38px;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: #FFF0F1;

    color: #B94C56;

    border-radius: 9px;

    font-size: 13px;
}


.webpanda-cancel-card-heading h2 {
    margin: 0 0 3px;

    color: #30353A;

    font-size: 14px;
    font-weight: 700;
}


.webpanda-cancel-card-heading p {
    margin: 0;

    color: #92999F;

    font-size: 9px;
    line-height: 1.5;
}


/* =========================================================
   Error
   ========================================================= */

.webpanda-cancel-error {
    padding: 22px 23px 0;
}


.webpanda-cancel-error .alert {
    margin: 0;

    border-radius: 10px;
}


/* =========================================================
   Form
   ========================================================= */

.webpanda-cancel-form {
    padding: 0 23px 24px;
}


/* =========================================================
   Sections
   ========================================================= */

.webpanda-cancel-section {
    padding: 24px 0;

    border-bottom: 1px solid #ECEEEF;
}


.webpanda-cancel-section-heading {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-bottom: 18px;
}


.webpanda-cancel-section-number {
    display: flex;

    flex: 0 0 36px;

    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    background: #EFF7E2;

    color: #5C9103;

    border-radius: 9px;

    font-size: 8px;
    font-weight: 700;
}


.webpanda-cancel-section-heading h3 {
    margin: 1px 0 3px;

    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}


.webpanda-cancel-section-heading p {
    margin: 0;

    color: #92999F;

    font-size: 8px;
    line-height: 1.55;
}


/* =========================================================
   Fields
   ========================================================= */

.webpanda-cancel-field,
.webpanda-cancel-timing {
    padding-left: 49px;
}


.webpanda-cancel-field label,
.webpanda-cancel-timing > label {
    display: block;

    margin-bottom: 7px;

    color: #555D63;

    font-size: 9px;
    font-weight: 600;
}


.webpanda-cancel-page .form-control {
    background-color: #FFFFFF;

    color: #40474D;

    border: 1px solid #DDE1E4;
    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;

    box-shadow: none;
}


.webpanda-cancel-page .form-control:focus {
    border-color: var(--wp-green);

    outline: none;

    box-shadow:
        0 0 0 3px rgba(118, 200, 0, 0.10);
}


.webpanda-cancel-page textarea.form-control {
    min-height: 150px;

    padding: 12px 14px;

    line-height: 1.6;

    resize: vertical;
}


/* =========================================================
   Associated Domain
   ========================================================= */

.webpanda-cancel-domain-box {
    display: flex;

    align-items: flex-start;

    gap: 14px;

    margin-left: 49px;
    padding: 18px;

    background: #FFF9F1;

    border: 1px solid #EFE0C9;
    border-radius: 11px;
}


.webpanda-cancel-domain-icon {
    display: flex;

    flex: 0 0 38px;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: #F9EBD6;

    color: #B77926;

    border-radius: 9px;

    font-size: 12px;
}


.webpanda-cancel-domain-content {
    min-width: 0;

    flex: 1 1 auto;
}


.webpanda-cancel-domain-label {
    display: block;

    margin-bottom: 3px;

    color: #B77926;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.09em;
}


.webpanda-cancel-domain-content > strong {
    display: block;

    margin-bottom: 8px;

    color: #30353A;

    font-size: 11px;
    font-weight: 700;
}


.webpanda-cancel-domain-content > p {
    margin: 0 0 13px;

    color: #80776B;

    font-size: 8px;
    line-height: 1.6;
}


/* =========================================================
   Domain Renewal Facts
   ========================================================= */

.webpanda-cancel-domain-renewal {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 9px 0;

    border-top: 1px solid #EFE4D3;
}


.webpanda-cancel-domain-renewal span {
    color: #9A9082;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.07em;
}


.webpanda-cancel-domain-renewal strong {
    color: #4C4944;

    font-size: 8px;
    font-weight: 700;

    text-align: right;
}


/* =========================================================
   Domain Renewal Choice
   ========================================================= */

.webpanda-cancel-domain-choice {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin: 15px 0 0;
    padding: 13px 14px;

    background: #FFFFFF;

    border: 1px solid #E8DDCC;
    border-radius: 9px;

    cursor: pointer;
}


.webpanda-cancel-domain-choice > input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;
}


.webpanda-cancel-domain-checkbox {
    position: relative;

    flex: 0 0 18px;

    width: 18px;
    height: 18px;

    margin-top: 1px;

    background: #FFFFFF;

    border: 1px solid #CDD3D7;
    border-radius: 5px;
}


.webpanda-cancel-domain-choice
> input:checked
+ .webpanda-cancel-domain-checkbox {
    background: var(--wp-green);

    border-color: var(--wp-green);
}


.webpanda-cancel-domain-choice
> input:checked
+ .webpanda-cancel-domain-checkbox::after {
    content: "\f00c";

    position: absolute;

    top: 50%;
    left: 50%;

    color: #111418;

    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: 900;

    transform: translate(-50%, -50%);
}


.webpanda-cancel-domain-choice-copy {
    display: flex;

    flex-direction: column;

    gap: 3px;
}


.webpanda-cancel-domain-choice-copy strong {
    color: #4C4944;

    font-size: 9px;
    font-weight: 700;
}


.webpanda-cancel-domain-choice-copy small {
    color: #91887B;

    font-size: 7px;
    line-height: 1.55;
}


/* =========================================================
   Cancellation Timing
   ========================================================= */

.webpanda-cancel-timing {
    max-width: 680px;
}


.webpanda-cancel-timing select {
    min-height: 41px;
}


.webpanda-cancel-timing-help {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;

    margin-top: 12px;
}


.webpanda-cancel-timing-help > div {
    padding: 12px 13px;

    background: #FAFBFB;

    border: 1px solid #E5E8EA;
    border-radius: 9px;
}


.webpanda-cancel-timing-help strong {
    display: block;

    margin-bottom: 3px;

    color: #30353A;

    font-size: 8px;
    font-weight: 700;
}


.webpanda-cancel-timing-help span {
    display: block;

    color: #8B9399;

    font-size: 7px;
    line-height: 1.55;
}


/* =========================================================
   Final Warning
   ========================================================= */

.webpanda-cancel-warning {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-top: 22px;
    padding: 16px 17px;

    background: #FFF5F5;

    border: 1px solid #ECD8DA;
    border-radius: 10px;
}


.webpanda-cancel-warning-icon {
    display: flex;

    flex: 0 0 34px;

    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    background: #F9E4E6;

    color: #B94C56;

    border-radius: 8px;

    font-size: 11px;
}


.webpanda-cancel-warning strong {
    display: block;

    margin: 1px 0 3px;

    color: #663D41;

    font-size: 9px;
    font-weight: 700;
}


.webpanda-cancel-warning p {
    margin: 0;

    color: #907378;

    font-size: 8px;
    line-height: 1.55;
}


/* =========================================================
   Actions
   ========================================================= */

.webpanda-cancel-actions {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 8px;

    margin-top: 20px;
}


.webpanda-cancel-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 7px;

    min-height: 40px;

    padding: 0 14px;

    background: #FFFFFF;

    color: #555D63 !important;

    border: 1px solid #D9DEE2;
    border-radius: 8px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;

    text-decoration: none !important;

    cursor: pointer;

    box-shadow: none;
}


.webpanda-cancel-button:hover,
.webpanda-cancel-button:focus {
    background: #F8FCEE;

    color: #4D7700 !important;

    border-color:
        rgba(118, 200, 0, 0.50);

    outline: none;
}


.webpanda-cancel-button-primary {
    background: var(--wp-green);

    color: #111418 !important;

    border-color: var(--wp-green);
}


.webpanda-cancel-button-primary:hover,
.webpanda-cancel-button-primary:focus {
    background: var(--wp-green-hover);

    color: #111418 !important;

    border-color: var(--wp-green-hover);
}


.webpanda-cancel-button-danger {
    background: #D94B56;

    color: #FFFFFF !important;

    border-color: #D94B56;
}


.webpanda-cancel-button-danger:hover,
.webpanda-cancel-button-danger:focus {
    background: #C83F4A;

    color: #FFFFFF !important;

    border-color: #C83F4A;

    outline: none;
}


/* =========================================================
   Invalid / Submitted States
   ========================================================= */

.webpanda-cancel-state-card {
    max-width: 760px;

    margin: 30px auto;
    padding: 38px;

    background: #FFFFFF;

    border: 1px solid var(--wp-border);
    border-radius: 16px;

    text-align: center;

    box-shadow:
        0 10px 30px rgba(17, 20, 24, 0.04);
}


.webpanda-cancel-state-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin: 0 auto 16px;

    border-radius: 11px;

    font-size: 16px;
}


.webpanda-cancel-state-icon-success {
    background: #EAF5D7;

    color: #669F0A;
}


.webpanda-cancel-state-icon-warning {
    background: #FFF2DE;

    color: #A06B20;
}


.webpanda-cancel-state-card h1 {
    margin: 0 0 8px;

    color: #30353A;

    font-size: 21px;
    font-weight: 700;
}


.webpanda-cancel-state-card p {
    max-width: 540px;

    margin: 0 auto 20px;

    color: #7E868C;

    font-size: 9px;
    line-height: 1.65;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .webpanda-cancel-hero {
        align-items: flex-start;
        flex-direction: column;

        min-height: 0;
    }


    .webpanda-cancel-hero-summary {
        align-items: flex-start;

        width: 100%;
        max-width: none;

        padding-top: 18px;
        padding-left: 0;

        border-top:
            1px solid rgba(255, 255, 255, 0.11);
        border-left: 0;
    }


    .webpanda-cancel-hero-summary strong,
    .webpanda-cancel-hero-summary span:last-child {
        text-align: left;
    }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

    .webpanda-cancel-hero {
        padding: 27px 23px;
    }


    .webpanda-cancel-hero h1 {
        font-size: 24px;
    }


    .webpanda-cancel-form {
        padding-right: 17px;
        padding-left: 17px;
    }


    .webpanda-cancel-field,
    .webpanda-cancel-timing {
        padding-left: 0;
    }


    .webpanda-cancel-domain-box {
        flex-direction: column;

        margin-left: 0;
    }


    .webpanda-cancel-timing-help {
        grid-template-columns: 1fr;
    }


    .webpanda-cancel-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }


    .webpanda-cancel-actions
    .webpanda-cancel-button {
        width: 100%;
    }


    .webpanda-cancel-domain-renewal {
        align-items: flex-start;
        flex-direction: column;

        gap: 4px;
    }


    .webpanda-cancel-domain-renewal strong {
        text-align: left;
    }


    .webpanda-cancel-state-card {
        margin: 20px 0;
        padding: 28px 20px;
    }

}