/* =========================================================
   WEBPANDA CONFIGURE PRODUCT DOMAIN
   configureproductdomain.tpl
   ========================================================= */


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

body:has(.webpanda-configure-domain-page)
.master-breadcrumb {
    display: none !important;
}

#order-standard_cart
.webpanda-configure-domain-page {
    width: 100%;
    max-width: 1110px;

    margin: 0 auto;
    padding: 28px 0 55px;

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


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

#order-standard_cart
.webpanda-configure-domain-hero {
    display: flex;

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

    gap: 35px;

    min-height: 190px;

    margin-bottom: 22px;
    padding: 34px 38px;

    background:
        radial-gradient(
            circle at 88% 8%,
            rgba(141, 210, 0, 0.14),
            transparent 33%
        ),
        linear-gradient(
            135deg,
            #111418 0%,
            #182017 100%
        );

    border-radius: 18px;
}

#order-standard_cart
.webpanda-configure-domain-hero-copy {
    min-width: 0;
}

#order-standard_cart
.webpanda-configure-domain-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #8DD200;

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

    letter-spacing: 0.14em;
}

#order-standard_cart
.webpanda-configure-domain-hero h1 {
    margin: 0 0 8px;

    color: #FFFFFF;

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

#order-standard_cart
.webpanda-configure-domain-hero p {
    margin: 0;

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

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

#order-standard_cart
.webpanda-configure-domain-hero p strong {
    color: rgba(255, 255, 255, 0.82);

    font-weight: 700;
}

#order-standard_cart
.webpanda-configure-domain-back {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-top: 18px;

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

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

    text-decoration: none !important;
}

#order-standard_cart
.webpanda-configure-domain-back i {
    color: #8DD200;
}

#order-standard_cart
.webpanda-configure-domain-back:hover {
    color: #FFFFFF !important;
}


/* Plan Summary */

#order-standard_cart
.webpanda-configure-domain-hero-summary {
    display: flex;

    flex: 0 0 215px;
    flex-direction: column;

    align-items: flex-end;

    min-width: 0;

    padding-left: 28px;

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

    text-align: right;
}

#order-standard_cart
.webpanda-configure-domain-hero-summary > span {
    margin-bottom: 6px;

    color: #8DD200;

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

    letter-spacing: 0.10em;
}

#order-standard_cart
.webpanda-configure-domain-hero-summary > strong {
    color: #FFFFFF;

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

#order-standard_cart
.webpanda-configure-domain-hero-summary > small {
    margin-top: 4px;

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

    font-size: 7px;
}


/* =========================================================
   Help Card
   ========================================================= */

#order-standard_cart
.webpanda-domain-help-card {
    margin-bottom: 18px;
    padding: 19px 21px;

    background: #FFFFFF;

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

    box-shadow:
        0 8px 24px rgba(17, 20, 24, 0.035);
}

#order-standard_cart
.webpanda-domain-help-heading {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 17px;
}

#order-standard_cart
.webpanda-domain-help-heading-icon {
    display: flex;

    flex: 0 0 36px;

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

    width: 36px;
    height: 36px;

    background: #EFF7E2;

    color: #68A000;

    border-radius: 9px;

    font-size: 10px;
}

#order-standard_cart
.webpanda-domain-help-heading h2 {
    margin: 0 0 3px;

    color: #30353A;

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

#order-standard_cart
.webpanda-domain-help-heading p {
    margin: 0;

    color: #92999F;

    font-size: 7px;
}


/* Help Grid */

#order-standard_cart
.webpanda-domain-help-grid {
    display: grid;

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

    gap: 10px;
}

#order-standard_cart
.webpanda-domain-help-item {
    display: grid;

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

    gap: 10px;

    padding: 13px;

    background: #FAFBFB;

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

#order-standard_cart
.webpanda-domain-help-number {
    display: flex;

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

    width: 31px;
    height: 31px;

    background: #EFF7E2;

    color: #68A000;

    border-radius: 7px;

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

#order-standard_cart
.webpanda-domain-help-item strong {
    display: block;

    margin-bottom: 3px;

    color: #30353A;

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

#order-standard_cart
.webpanda-domain-help-item p {
    margin: 0;

    color: #8E969C;

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


/* =========================================================
   Selection Card
   ========================================================= */

#order-standard_cart
.webpanda-domain-selection-card {
    overflow: hidden;

    margin-bottom: 18px;

    background: #FFFFFF;

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

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

#order-standard_cart
.webpanda-domain-selection-heading {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 18px 20px;

    border-bottom: 1px solid #ECEEEF;
}

#order-standard_cart
.webpanda-domain-selection-heading-icon {
    display: flex;

    flex: 0 0 38px;

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

    width: 38px;
    height: 38px;

    background: #EFF7E2;

    color: #68A000;

    border-radius: 9px;

    font-size: 11px;
}

#order-standard_cart
.webpanda-domain-selection-heading h2 {
    margin: 0 0 3px;

    color: #30353A;

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

#order-standard_cart
.webpanda-domain-selection-heading p {
    margin: 0;

    color: #92999F;

    font-size: 8px;
}


/* =========================================================
   Domain Options
   ========================================================= */

#order-standard_cart
.webpanda-domain-options {
    padding: 18px 20px 20px;
}

#order-standard_cart
.webpanda-domain-option {
    overflow: hidden;

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

    background: #FAFBFB;

    border: 1px solid #E2E5E7 !important;
    border-radius: 11px;

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

#order-standard_cart
.webpanda-domain-option:last-child {
    margin-bottom: 0 !important;
}

#order-standard_cart
.webpanda-domain-option:has(input[type="radio"]:checked) {
    background: #F8FCEE;

    border-color: #8DD200 !important;
}

#order-standard_cart
.webpanda-domain-option-label {
    display: grid;

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

    align-items: flex-start;

    gap: 10px;

    width: 100%;

    margin: 0;
    padding: 15px 16px;

    cursor: pointer;
}

#order-standard_cart
.webpanda-domain-option-copy {
    display: block;

    min-width: 0;
}

#order-standard_cart
.webpanda-domain-option-copy strong {
    display: block;

    margin-bottom: 3px;

    color: #30353A;

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

#order-standard_cart
.webpanda-domain-option-copy small {
    display: block;

    color: #8D959B;

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


/* =========================================================
   WHMCS iCheck
   ========================================================= */

#order-standard_cart
.webpanda-configure-domain-page
.iradio_square-blue {
    position: relative;

    width: 17px;
    height: 17px;

    margin: 1px 0 0;

    background: #FFFFFF !important;
    background-image: none !important;

    border: 1px solid #C9CFD3;
    border-radius: 50%;

    box-shadow: none !important;
}

#order-standard_cart
.webpanda-configure-domain-page
.iradio_square-blue.checked {
    background: #8DD200 !important;

    border-color: #8DD200;
}

#order-standard_cart
.webpanda-configure-domain-page
.iradio_square-blue.checked::after {
    content: "";

    position: absolute;

    top: 5px;
    left: 5px;

    width: 5px;
    height: 5px;

    background: #FFFFFF;

    border-radius: 50%;
}

#order-standard_cart
.webpanda-configure-domain-page
.iradio_square-blue:hover {
    border-color: #8DD200;
}


/* =========================================================
   Option Inputs
   ========================================================= */

#order-standard_cart
.webpanda-domain-option-input {
    margin: 0 !important;
    padding: 0 16px 16px;

    border: 0 !important;
}

#order-standard_cart
.webpanda-domain-search-row {
    display: grid !important;

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

    align-items: center;

    gap: 10px;

    margin: 0 !important;
}

#order-standard_cart
.webpanda-domain-search-row
.webpanda-domain-search-fields,
#order-standard_cart
.webpanda-domain-search-row
.webpanda-domain-search-action {
    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: none !important;
}

#order-standard_cart
.webpanda-domain-name-grid {
    display: grid !important;

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

    gap: 8px;

    margin: 0 !important;
}

#order-standard_cart
.webpanda-domain-name-grid > div {
    width: auto !important;
    max-width: none !important;

    padding: 0 !important;

    flex: none !important;
}

#order-standard_cart
.webpanda-configure-domain-page
.form-control,
#order-standard_cart
.webpanda-configure-domain-page
.custom-select {
    min-height: 40px;

    background-color: #FFFFFF;

    color: #40474D;

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

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

    box-shadow: none;
}

#order-standard_cart
.webpanda-configure-domain-page
.form-control:focus,
#order-standard_cart
.webpanda-configure-domain-page
.custom-select:focus {
    border-color: #8DD200;

    outline: none;

    box-shadow:
        0 0 0 3px rgba(141, 210, 0, 0.10);
}


/* WWW Prefix */

#order-standard_cart
.webpanda-configure-domain-page
.input-group-text {
    min-height: 40px;

    background: #F2F4F5;

    color: #757D83;

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

    font-size: 8px;
}


/* =========================================================
   Buttons
   ========================================================= */

#order-standard_cart
.webpanda-domain-action-button,
#order-standard_cart
.webpanda-domain-continue-button {
    display: inline-flex !important;

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

    gap: 7px;

    min-height: 40px;

    padding: 0 13px !important;

    background: #8DD200 !important;

    color: #111418 !important;

    border: 1px solid #8DD200 !important;
    border-radius: 8px !important;

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

    box-shadow: none !important;
}

#order-standard_cart
.webpanda-domain-action-button:hover,
#order-standard_cart
.webpanda-domain-action-button:focus,
#order-standard_cart
.webpanda-domain-continue-button:hover,
#order-standard_cart
.webpanda-domain-continue-button:focus {
    background: #76C800 !important;

    color: #111418 !important;

    border-color: #76C800 !important;
}


/* =========================================================
   Subdomain
   ========================================================= */

#order-standard_cart
.webpanda-subdomain-grid {
    display: grid !important;

    grid-template-columns:
        55px minmax(0, 1fr) minmax(150px, 0.8fr);

    align-items: center;

    gap: 8px;

    margin: 0 !important;
}

#order-standard_cart
.webpanda-subdomain-grid > div {
    width: auto !important;
    max-width: none !important;

    padding: 0 !important;

    flex: none !important;
}

#order-standard_cart
.webpanda-subdomain-protocol p {
    margin: 0;

    color: #788087;

    font-size: 8px;

    text-align: right;
}


/* =========================================================
   Free Domain Note
   ========================================================= */

#order-standard_cart
.webpanda-free-domain-note {
    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin: 0 20px 20px;
    padding: 11px 13px;

    background: #F8FBF4;

    color: #737C6C;

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

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

#order-standard_cart
.webpanda-free-domain-note i {
    margin-top: 2px;

    color: #68A000;
}

#order-standard_cart
.webpanda-free-domain-note strong {
    color: #557F08;
}


/* =========================================================
   Results
   ========================================================= */

#order-standard_cart
.webpanda-domain-results {
    margin-top: 18px;
}

#order-standard_cart
.webpanda-domain-result-card,
#order-standard_cart
.webpanda-spotlight-tlds,
#order-standard_cart
.webpanda-suggested-domains {
    overflow: hidden;

    margin-bottom: 18px;

    background: #FFFFFF;

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

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


/* Searching */

#order-standard_cart
.webpanda-domain-searching {
    margin: 0;
    padding: 24px;

    color: #697178;

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

    text-align: center;
}

#order-standard_cart
.webpanda-domain-searching i {
    margin-right: 7px;

    color: #8DD200;
}


/* Primary Result */

#order-standard_cart
.webpanda-primary-domain-result {
    padding: 20px;
}

#order-standard_cart
.webpanda-primary-domain-result
.headline {
    margin: 0 0 9px;
    padding: 11px 13px;

    border-radius: 8px;

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

#order-standard_cart
.webpanda-primary-domain-result
.domain-checker-available {
    background: #F1F9E4;

    color: #4D7700;

    border: 1px solid #DCEBC5;
}

#order-standard_cart
.webpanda-primary-domain-result
.domain-checker-unavailable {
    background: #FFF1F2;

    color: #B94C56;

    border: 1px solid #F1D2D5;
}

#order-standard_cart
.webpanda-primary-domain-result
.transfer-eligible,
#order-standard_cart
.webpanda-primary-domain-result
.transfer-not-eligible,
#order-standard_cart
.webpanda-primary-domain-result
.domain-invalid {
    color: #737B82;

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

#order-standard_cart
.webpanda-primary-domain-result
.transfer-eligible p,
#order-standard_cart
.webpanda-primary-domain-result
.transfer-not-eligible p,
#order-standard_cart
.webpanda-primary-domain-result
.domain-invalid p {
    margin: 5px 0;
}


/* Result Price */

#order-standard_cart
.webpanda-domain-result-price {
    display: flex;

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

    gap: 15px;

    margin-top: 15px;
    padding: 14px;

    background: #FAFBFB;

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

#order-standard_cart
.webpanda-domain-result-price
.register-price-label,
#order-standard_cart
.webpanda-domain-result-price
.transfer-price-label {
    color: #818A91;

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

#order-standard_cart
.webpanda-domain-result-price
.price {
    color: #30353A;

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


/* =========================================================
   Results Headings
   ========================================================= */

#order-standard_cart
.webpanda-domain-results-heading {
    padding: 16px 18px;

    background: #FFFFFF;

    border-bottom: 1px solid #ECEEEF;
}

#order-standard_cart
.webpanda-domain-results-heading h2 {
    margin: 0 0 3px;

    color: #30353A;

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

#order-standard_cart
.webpanda-domain-results-heading p {
    margin: 0;

    color: #92999F;

    font-size: 7px;
}


/* =========================================================
   Spotlight TLDs
   ========================================================= */

#order-standard_cart
.webpanda-spotlight-tlds
.spotlight-tlds-container {
    display: grid;

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

    gap: 10px;

    padding: 15px;
}

#order-standard_cart
.webpanda-spotlight-tlds
.spotlight-tld-container {
    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}

#order-standard_cart
.webpanda-spotlight-tlds
.spotlight-tld {
    height: 100%;

    padding: 15px;

    background: #FAFBFB;

    color: #30353A;

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

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

    text-align: center;
}

#order-standard_cart
.webpanda-spotlight-tlds
.price {
    display: block;

    margin: 8px 0;

    color: #5D9006;

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

#order-standard_cart
.webpanda-spotlight-tlds
.btn-add-to-cart {
    min-height: 32px;

    padding: 0 10px;

    background: #8DD200;

    color: #111418;

    border: 1px solid #8DD200;
    border-radius: 7px;

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


/* =========================================================
   Suggestions
   ========================================================= */

#order-standard_cart
.webpanda-suggestions-loader {
    padding: 20px;

    color: #777F85;

    font-size: 8px;

    text-align: center;
}

#order-standard_cart
.webpanda-suggestions-loader i {
    margin-right: 6px;

    color: #8DD200;
}

#order-standard_cart
.webpanda-domain-suggestions {
    margin: 0;

    border: 0;
}

#order-standard_cart
.webpanda-domain-suggestions
.domain-suggestion {
    align-items: center;

    padding: 13px 16px;

    background: #FFFFFF;

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

#order-standard_cart
.webpanda-domain-suggestions
.domain-suggestion:last-child {
    border-bottom: 0;
}

#order-standard_cart
.webpanda-domain-suggestions
.domain,
#order-standard_cart
.webpanda-domain-suggestions
.extension {
    color: #30353A;

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

#order-standard_cart
.webpanda-domain-suggestions
.actions {
    margin-left: auto;
}

#order-standard_cart
.webpanda-domain-suggestions
.btn-add-to-cart {
    background: #8DD200;

    color: #111418;

    border: 1px solid #8DD200;
    border-radius: 7px;

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

#order-standard_cart
.webpanda-suggested-domains
.more-suggestions {
    padding: 12px;

    background: #FAFBFB;

    border-top: 1px solid #ECEEEF;
}

#order-standard_cart
.webpanda-suggested-domains
.more-suggestions a {
    color: #5D9006 !important;

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

#order-standard_cart
.webpanda-suggested-domains
.domain-suggestions-warning {
    padding: 10px 15px;

    background: #FAFBFB;

    color: #969DA2;

    font-size: 6px;
}

#order-standard_cart
.webpanda-suggested-domains
.domain-suggestions-warning p {
    margin: 0;
}


/* =========================================================
   IDN
   ========================================================= */

#order-standard_cart
.webpanda-idn-language {
    margin: 15px 0 !important;
    padding: 14px;

    background: #FAFBFB;

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


/* =========================================================
   Continue
   ========================================================= */

#order-standard_cart
.webpanda-domain-continue {
    display: flex;

    justify-content: flex-end;

    margin-top: 18px;
}

#order-standard_cart
.webpanda-domain-continue-button {
    min-width: 150px;
}


/* =========================================================
   CONFIGURE DOMAIN — Tablet
   ========================================================= */

@media (max-width: 991px) {

    #order-standard_cart
    .webpanda-configure-domain-hero {
        align-items: flex-start;
        flex-direction: column;

        min-height: 0;
    }

    #order-standard_cart
    .webpanda-configure-domain-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;

        text-align: left;
    }

    #order-standard_cart
    .webpanda-domain-help-grid {
        grid-template-columns: 1fr;
    }

    #order-standard_cart
    .webpanda-spotlight-tlds
    .spotlight-tlds-container {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   CONFIGURE DOMAIN — Mobile
   ========================================================= */

@media (max-width: 767px) {

    #order-standard_cart
    .webpanda-configure-domain-page {
        padding-top: 18px;
    }

    #order-standard_cart
    .webpanda-configure-domain-hero {
        padding: 27px 23px;
    }

    #order-standard_cart
    .webpanda-configure-domain-hero h1 {
        font-size: 24px;
    }

    #order-standard_cart
    .webpanda-domain-help-card {
        padding: 17px;
    }

    #order-standard_cart
    .webpanda-domain-selection-heading {
        align-items: flex-start;
    }

    #order-standard_cart
    .webpanda-domain-options {
        padding: 14px;
    }

    #order-standard_cart
    .webpanda-domain-search-row {
        grid-template-columns: 1fr;
    }

    #order-standard_cart
    .webpanda-domain-name-grid {
        grid-template-columns:
            minmax(0, 1fr) 105px;
    }

    #order-standard_cart
    .webpanda-domain-search-action
    .webpanda-domain-action-button {
        width: 100%;
    }

    #order-standard_cart
    .webpanda-subdomain-grid {
        grid-template-columns: 1fr;
    }

    #order-standard_cart
    .webpanda-subdomain-protocol p {
        text-align: left;
    }

    #order-standard_cart
    .webpanda-free-domain-note {
        margin-right: 14px;
        margin-left: 14px;
    }

    #order-standard_cart
    .webpanda-spotlight-tlds
    .spotlight-tlds-container {
        grid-template-columns: 1fr;
    }

    #order-standard_cart
    .webpanda-domain-continue {
        align-items: stretch;
        flex-direction: column;
    }

    #order-standard_cart
    .webpanda-domain-continue-button {
        width: 100%;
    }

}