/********body*********/

.forsale-title-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #031242;
    font-style: normal;
    margin: 0;
}
.forsale-title-h1 .home-subtitle{
    font-size: 18px;
    font-weight: 500;
}
.forsale-title-h1 .forsale-title{
    font-weight: 700;
    font-size: 40px;
}
/*--------continer-------*/

/*div.forsale-continer {*/
/*    background-color: #fff;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 16px;*/
/*}*/

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

div.forsale-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}

span.buy-money {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: 10px;
    font-size: 20px;
}

div .buy-button {
    padding: 10px 70px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    border: 2px solid #7676764d;
}

/*div.forsale-change {*/
/*    margin-bottom: 10px;*/
/*    font-size: 16px;*/
/*}*/

/*div.pay-logo-wrap {*/
/*    margin-bottom: 33px;*/
/*    margin-top: 15px;*/
/*}*/

/*div.pay-logo-wrap a {*/
/*    margin-left: 12px;*/
/*    color: #7989A2;*/
/*    font-size: 14px;*/
/*}*/

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

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

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;
}

.btn-disable {
    background: #E7ECF2;
    color: #2f3649;
}

.btn-active {
    background: #031242;
    color: #ffffff;
    border: none;
}

.btn-active:hover {
    background: #12245C;
}

/*.pay-logo {*/
/*    margin-left: 6px;*/
/*    margin-right: 6px;*/
/*    color: #7989A3;*/
/*}*/

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

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

.about-domain-content {
    border-bottom: 1px solid #BBBDBF;
    padding-bottom: 25px;
}

.more-from-seller {
    border-bottom: 1px solid #BBBDBF;
    padding: 25px 0 25px;
}

.buy-head {
    font-weight: 600;
    font-size: 16px;
    color: #031242;
    line-height: 21px;
    margin-top: 25px;
}

.buy-content {
    margin-top: 10px;
    color: #606b7d;
    font-size: 16px;
    font-weight: 400;
}

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 {
    padding: 30px 30px;
    text-align: left;
}

div.form-group .select-wrap {
	position: relative;
	display: inline-block;
}

div.form-group .select-wrap:after {
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 10px;
	bottom: 0;
	pointer-events: none;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

.forsale-top-logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

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

.trustpilot-logo {
    display: flex;
    align-items: center;
}

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

.sold-by {
    display: flex;
    align-items: center;
}

.sold-by-text {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.sold-by-title {
    font-size: 16px;
    font-weight: 500;
    color: #031242;
    opacity: 0.4;
}

.sold-by-name {
    font-size: 16px;
    font-weight: 600;
    color: #031242;
}

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

.help-buy-head {
    display: flex;
    margin-top: 10px;
}

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

.learn-more-link {
    margin-top: 15px;
    font-size: 14px;
}

/*.list-content {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    width: 70%;*/
/*    justify-content: flex-end;*/
/*    margin-top: 5px;*/
/*}*/

/*.list-content-domain {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #031242;*/
/*}*/

/*.list-content-price {*/
/*    margin-right: 20px;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    color: #031242;*/
/*}*/

/*.list-content-button {*/
/*    width: 144px;*/
/*    height: 40px;*/
/*    background: #031242;*/
/*    border-radius: 60px;*/
/*    border-color: #ccc;*/
/*}*/

/*.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-family: Switzer;
    font-size: 14px;
    font-weight: 400;
    color: #031242;
    line-height: 21.12px;
}

/*@media screen and (min-width: 768px) {*/
/*    div.forsale-title {*/
/*        font-size: 20px;*/
/*    }*/
/*    span.buy-money {*/
/*        display: inline-block;*/
/*        padding-left: 5px;*/
/*        padding-right: 5px;*/
/*        vertical-align: 10px;*/
/*        font-size: 20px;*/
/*    }*/
/*    div .buy-button {*/
/*        padding: 14px 128px;*/
/*        border-radius: 30px;*/
/*        font-size: 16px;*/
/*        outline: none;*/
/*    }*/
/*    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;*/
/*    }*/
/*    */
/*    div.bottom-content {*/
/*        padding: 30px 60px;*/
/*        text-align: left;*/
/*    }*/
/*}*/

.money-num {
    border: 0;
    outline: none;
    font-size: 40px;
    width: 80px;
    min-width: 80px;
    text-align: center;
    padding: 0;
}

input[type="text"].money-num::placeholder,
input[type="text"].money-num::-webkit-input-placeholder,
input[type="text"].money-num:-moz-placeholder,
input[type="text"].money-num::-moz-placeholder,
input[type="text"].money-num:-ms-input-placeholder {
    font-size: 40px;
    color: #E7ECF2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*modal*/

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

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

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

.input-two {
    display: inline-block;
    width: 50%;
}

.capt-code{
    border-bottom: 1px solid #dbdbdb;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}
.capt-code:focus{
    border-color: #ccc;
    outline: none;
    box-shadow: none;
}
.closeBtn{
    right: 0px;
    top: -21px;
    color: #fff;
    cursor: pointer;
    position: absolute;
}
.prompt-error-box{
    display: none;
    float: left;
    color: #E65145;
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    margin-top: -18px;
}
.show {
    display: block!important;
}

.page-create-account-label{
    position: absolute;
    margin-bottom: 0px;
    top: 19px;
    left: 28px;
    font-Size: 16px;
    color: #81878C;
    cursor: auto;
    font-weight: normal;
    z-index: 2;
}

small.help-block {
    color: #E74C3C;
}

/*---------bottom-------*/

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

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

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

.hide{
	display: none;
}

.show{
	display: block;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.error-msg{
    text-align: left;
    color: #E65145;
}

.error-border{
	border: 2px solid rgb(243, 166, 158);
}

.error-modalBody{
	color:#E74C3C;
	font-size:14px;
	text-align:left;
	background-color:#F9D3CF;
	border:1px solid #F3A69E;
	padding-left:10px;
	padding-top:5px;
}

.forsale-body-content {
    max-width: 918px;
    margin: 0 auto;
    padding: 0 10px 20px;
    text-align: center;
}

.forsale-top-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
}

.forsale-content {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #F1F4FE;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.forsale-continer {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 50px;
}

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

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

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

.forsale-continer .forsale-continer-content .forsale-content-top > form{
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.forsale-continer .forsale-continer-content .forsale-content-top > form .form-group{
    margin: 0;
}

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

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

.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-price {
    font-weight: 500;
}

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

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

    .forsale-continer {
        padding: 20px;
    }

    .bottom-content {
        padding: 20px;
    }

    .help-buy-head {
        flex-direction: column;
    }

    .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;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .highcharts-container {
        width: 320px !important;
    }

    .more-from-seller-content .list-content {
        width: 80% !important;
    }
}