/********body*********/
body {
    font-family: "Switzer", sans-serif;
    display: grid;
}

.forsale-title-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #031242;
    font-style: normal;
    margin: 0;
}

.forsale-title-h1 .home-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: rgba(3, 18, 66, 0.40);
}

.forsale-title-h1 .forsale-title {
    font-weight: 700;
    font-size: 40px;
    word-break: break-word;
}

.forsale-content {
    padding: 0 188px 60px 188px;
}

.forsale-continer {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 50px;
}

.forsale-continer .forsale-continer-top {
    text-align: center;
}

div.forsale-fa {
    padding: 30px 40px;
    text-align: left;
}

div.forsale-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 42px;
    color: #031242;
}

.buy-money {
    font-size: 18px;
    color: #031242;
    font-weight: 700;
}

/*span.currency-symbol {*/
/*    background: #EBF3FF;*/
/*    border-radius: 27px;*/
/*    display: inline-block;*/
/*    padding: 2px 7px;*/
/*    margin: auto 10px;*/
/*    vertical-align: 20px;*/
/*    color: #0096F7;*/
/*    font-size: 18px;*/
/*    position: absolute;*/
/*}*/

.buy-head {
    font-family: Swansea-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.closeBtn {
    right: 0px;
    top: -21px;
    color: #fff;
    cursor: pointer;
    position: absolute;
}

#submit_offer_new {
    color: #EBF3FF;
    background: rgba(3, 18, 66, 0.4);
    pointer-events: none;
}

.buy-button {
    padding: 10px 70px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    border: 2px solid #7676764d;
    height: 52px;
    font-weight: 600;
    background: #031242;
    color: #ffffff;
}

.buy-button-new {
    background: #031242;
    color: #ffffff;
    border-radius: 39px;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    border: none;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 52px;
    width: 100%;
    gap: 10px;
}

.make-offer-button {
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
    color: #031242;
    outline: none;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
    background: #FFF;
}

div.forsale-change {
    font-size: 16px;
    color: rgba(3, 18, 66, 0.40);
    font-weight: 600;
}

.forsale-continer .forsale-continer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.forsale-continer .forsale-continer-content .forsale-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    order: 2;
}


.forsale-continer .forsale-continer-content .forsale-charts {
    order: 1;
    width: 100%;
    height: 230px;
}

.forsale-continer .forsale-continer-content .forsale-content-top .forsale-buy-price-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 60px 0;
}

.forsale-continer .forsale-continer-content .forsale-content-top .forsale-buy-price-content .currency-symbol {
    display: inline-block;
    background: #EBF3FF;
    border-radius: 27px;
    padding: 2px 7px;
    vertical-align: 20px;
    color: #0096F7;
    font-size: 18px;
}

.forsale-payment {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    padding: 15px 0;
    color: #7989A3;

}

.forsale-payment .pay-logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

div.pay-logo-wrap .pay-log-more {
    color: #7989A2;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 3px;
}

div.pay-more-options {
    margin-bottom: 30px;
}

div.pay-more-options > a {
    font-size: 12px;
    color: #606B7D;
    text-decoration: underline;
}

.upper-low-button {
    /*margin-bottom: 10px;*/
    color: #0096F7;
    font-size: 14px;
}

.upper-low-button-text {
    cursor: pointer;
}

div.content-title {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
    color: #2f3649;
}

div.content-text {
    padding-left: 35px;
}

div.bottom-content {
    text-align: left;
}

.money-num {
    border: none;
    height: 100%;
    font-size: 32px;
    width: 100%;
}

.money-select {
    max-width: 100px;
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    cursor: pointer;
    border-radius: 100px;
    background: rgba(3, 18, 66, 0.20);
}
.btn-disable {
    opacity: 0.2;
}

.select-wrap {
    display: contents;
}

.select-wrap:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: -45px;
    margin-right: 20px;
    pointer-events: none;
}

select.money-select:hover {
    background: #dfe1e4
}

div.forsale-error-box {
    color: #E74C3C;
    font-size: 14px;
    text-align: center;
}

button#pay-in-installments-button {
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
    color: #031242;
    outline: none;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    width: 100%;
    background: #FFF;
}

.forsale-top-logo {
    padding: 40px 188px;
    display: inline-block;
    width: 100%;
}

.top-logo {
    float: left;
}

.top-logo a {
    display: inline-block;
}

.forsale-top-logo img {
    width: 164px;
}

.trustpilot-logo {
    display: flex;
    align-items: center;
    float: right;
    height: 38px;
}

.trustpilot-text {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.sold-by {
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #BBBDBF;
    padding-top: 40px;
}

.sold-by-text {
}

.sold-by-title {
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 160% */
    letter-spacing: -0.2px;
}

.sold-by-name {
    color: var(--0096-f-7, #0096F7);
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
    letter-spacing: -0.2px;
}

.sold-by-name a {
    color: #0096f7 !important;
}

.help-buy-head {
    display: flex;
    justify-content: space-between;
}

.help-buy-content {
    font-weight: 600;
    font-size: 14px;
    color: #031242;
    line-height: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 139px;
    text-align: center;
}

.help-buy-content img{
    width: 137px;
    height: 100px;
}


.learn-more-link {
    color: var(--0096-f-7, #0096F7);
    /* P1 - Switzer Regular - 16 */
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.list-content {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    color: #031242;
}

.list-content-information {
    flex: 1;
}

.list-content-domain {
    max-width: 200px;
    word-break: break-all;
}

.list-content-price {
    /*margin-right: 20px;*/
    font-weight: 500;
}

.list-content-button {
    padding: 0 25px;
    min-width: 117px;
    height: 34px;
    background: #031242;
    border-radius: 60px;
    border-color: #ccc;
    align-items: center;
    display: flex
;
    justify-content: center;
}

.list-content a {
    color: #EBF3FF;
}

.learn-more-title span:first-child {
    color: #DB89FF;
    padding-right: 10px;
}

.learn-more-title span:last-child {
    font-family: Switzer;
    font-size: 16px;
    font-weight: 600;
    color: #031242;
}

.learn-more-content {
    font-size: 14px;
    font-weight: 400;
    color: #031242;
    line-height: 21.12px;
}

#forsale-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.list-more-content {
    border-radius: 20px;
    background: #FFF;
    padding: 22px 34px;
    margin-top: 30px;
}

.about-domain-content {

}

.about-domain-content .about-domain {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.more-from-seller {
    padding: 25px 0 25px;
}

.about-domain-content .about-domain .buy-head {
    font-size: 20px;
    font-weight: 700;
}

.about-domain-content .about-domain .buy-content {
    font-size: 16px;
    font-weight: 400;
    word-break: break-word;
    margin-bottom: 40px;
}

.get-perfect-domain {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: rgba(3, 18, 66, 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.get-perfect-domain .buy-head {
    font-family: Swansea-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
}

.more-from-seller-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.top-background {
    padding: 40px 188px;
}

.forsale-content-right {
    width: 49%;
    float: right;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.forsale-content-left {
    width: 49%;
    float: left;
}

.contact-mobile-view {
    display: none;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 15px 0px rgba(3, 18, 66, 0.15);
    margin-top: 30px;
    padding: 20px 30px;
}

.contact-normal-view {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 15px 0px rgba(3, 18, 66, 0.15);
    margin-top: 30px;
    padding: 20px 30px;
}

.send-offer-label {
    background-color: #FFF;
    border: 1px solid #C1CACA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
    float: left;
}

.send-offer-label:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    top: 3px;
    left: 2px;
    border: 3px solid #FFFFFF;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.make-offer-checkbox:checked + label {
    background-color: #0096f7;
    border-color: #009DDC;
}

.watch-loading {
    margin-right: 15px;
    margin-top: 10px;
    display: none;
}


.to-uppercase {
    color: #0096F7;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: max-content;
}

.to-lowercase {
    color: #0096F7;
    font-size: 14px;
    display: none;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: max-content;
}

#add-watch-mobile {
    display: none;
}


.contact-dark-view {
    border-radius: 20px;
    background: radial-gradient(224.3% 149.14% at 50% 125.43%, rgba(87, 106, 230, 0.60) 0%, rgba(3, 18, 66, 0.60) 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(10.899999618530273px);
    margin-top: 30px;
    padding: 20px 30px;
}


.bottom-logo {
    text-align: center;
    margin-top: 50px;
    padding-bottom: 40px;
}

div.modal-dialog {
    top: 10%;
}

.dia-com {
    font-size: 15px;
}

.dia-title {
    color: #606b7d;
}


.send-email-success-container {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 548px;
    background-color: #fff;
}

.send-email-success-container .check {
    width: 84px;
    height: 84px;
    border-radius: 42px;
    background-color: #3698FF;
    color: #fff;
    font-size: 54px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
}

.send-email-success-container .text {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
}

.send-email-success-container button.btn {
    width: 282px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 45px;
    margin-top: 20px;
}

#buy-now-icon {
    display: none;
}

.verified-domain-text {
    margin-top: 6px;
    margin-left: 10px;
    padding: 2px 8px;
    color: #0D6245;
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    background: #E0F8DF;
    float: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

.verified-domain-text-mobile {
    display: none;
}

@media screen and (max-width: 1400px) {
    .forsale-top-logo {
        padding: 40px 70px;
    }

    .top-background {
        padding: 40px 70px;
    }

    .forsale-content {
        padding: 0 70px 60px 70px;
    }
}

@media screen and (max-width: 1024px) {
    .top-background {
        text-align: center;
    }

    .forsale-content-right {
        width: 100%;
        margin-top: -20px;
        float: unset;
    }

    .forsale-content-left {
        width: 100%;
    }

    .contact-mobile-view {
        display: block !important;
    }

    .contact-normal-view {
        display: none;
    }

    .contact-dark-view {
        display: none;
    }

    .to-uppercase {
        margin: auto;
    }

    .to-lowercase {
        margin: auto;
    }

    #add-watch-mobile {
        display: block;
    }

    #add-watch-normal {
        display: none;
    }

    .forsale-title {
        display: flex;
        margin: auto;
    }

    #email-address, #approxiamate-budget {
        padding-left: unset;
    }
}


@media screen and (min-width: 768px) {
    .bottom-logo {
        text-align: center;
        margin-top: 250px;
        padding-bottom: 40px;
    }

    div.forsale-title {
        font-size: 32px;
    }

    div.forsale-fa {
        padding: 30px 60px;
        text-align: left;
    }

    div.content-title {
        font-size: 20px;
        text-align: left;
        margin-top: 10px;
        font-weight: 600;
        color: #2f3649;
    }

    button#pay-in-installments-button {
        font-size: 18px;
        line-height: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .forsale-top-logo {
        flex-direction: column;
        gap: 20px;
    }

    .forsale-continer {
        padding: 20px;
    }

    .bottom-content {
        padding: 20px 0;
    }

    .help-buy-content {
        width: 100%;
    }

    .forsale-continer-content {
        flex-direction: column;
    }

    .forsale-continer .forsale-continer-content .forsale-content-top {
        order: 1;
    }

    .forsale-continer .forsale-continer-content .forsale-charts {
        order: 2;
    }

    .about-domain-content {
        align-items: initial;
    }

    .buy-content {
        word-wrap: break-word;
    }

    #buy-now-icon {
        display: block;
    }

    #buy-now-btn {
        display: none;
    }
}

@media (max-width: 610px) {
    .forsale-top-logo {
        justify-content: center;
        display: grid;
    }
    .top-logo {
        text-align: center;
    }
}

@media screen and (max-width: 500px) {
    .forsale-content {
        padding: 0 10px 60px 10px;
    }

    .help-buy-content img{
        width: 107px;
        height: 80px;
    }

    .top-background {
        padding: 40px 10px;
    }
    .mobile-buy-domain-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .verified-domain-text {
        margin-left: unset;
    }

    .verified-domain-text-mobile {
        display: block;
    }

    .verified-domain-text-normal {
        display: none;
    }
}

@media (max-width: 375px) {
    .buy-button {
        padding: 10px 90px;
    }

    .forsale-payment .pay-logo-wrap {
        gap: 5px;
    }

    .about-domain-content .about-domain .buy-head {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .dia-com {
        font-size: 18px;
    }
}
