.add-website-content-container {
    display: none;
    padding-bottom: 0px;
}

.add-website-content-wrapper {
    background: #EBF3FF;
    box-shadow: 0px 3px 4px rgba(3, 18, 66, 0.1);
    border-radius: 10px;
}

.add-website-choose-content {
    width: 100%;
    text-align: center;
    padding: 60px 230px;
}

.add-website-choose-title {
    color: #031242;
}

.add-website-choose-desc {
    padding-bottom: 35px;
    color: #031242;
    opacity: 0.6;
    border-bottom: 1px solid rgba(3, 18, 66, 0.2);
}

.animation-btn i {
    position: relative;
    left: 7px;
    transition: all 0.3s;
}

.add-website-choose-link-button-row {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    max-width: 589px;
}

.add-website-choose-link-button {
    height: 44px;
    border: none;
    width: 100%;
    background: #031242;
    border-radius: 60px;
}

.templates-upgrade-button:hover i,
.choose-other-button:hover i,
.animation-btn:hover i {
    left: 14px;
}

.add-website-choose-link-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EBF3FF;
    justify-content: center;
}

.add-website-choose-search-button {
    height: 44px;
    border: none;
    width: 100%;
    background: #0096F7;
    border-radius: 60px;
}

.add-website-choose-search-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #EBF3FF;
    justify-content: center;
}

.add-website-choose-transfer-button {
    border: 1.25px solid rgba(3, 18, 66, 0.4);
    height: 44px;
    width: 100%;
    background: unset;
    border-radius: 60px;
}

.add-website-choose-transfer-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(3, 18, 66, 0.4);
    justify-content: center;
}

.add-website-choose-search-button-row {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    max-width: 589px;
}

.add-website-choose-transfer-button-row {
    margin: auto;
    text-align: center;
    margin-top: 5px;
    max-width: 589px;
}

.animation-btn {
    margin-top: 25px;
}

.add-builder-section {
    padding: 60px 180px;
    color: #414141;
}

.add-builder-section .section-title {
    text-align: center;
    border-bottom: 1px solid #03124233;
    color: #031242;
    padding-bottom: 27px;
}

.add-builder-section .section-title-sub {
    color: #2F455B;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 0px;
    text-align: center;
}

.add-builder-section .options-block {
    display: flex;
    font-size: 16px;
    color: #2F455B;
}

.add-builder-section .options-block > div {
    width: calc(50% - 4px);
    border: 1px solid #DAE3E9;
    border-radius: 3px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    cursor: pointer;
}

.add-builder-section .options-block > div > a {
    display: block;
}

.add-builder-section .options-block > div:last-child {
    margin-left: auto;
}

.add-builder-section .options-block .fa {
    height: 20px;
    margin-right: 10px;
    margin-top: 4px;
    color: #8F9696;
}

.add-builder-section .options-block a {
    color: #2F455B;
    text-decoration: none;
}

.buttons-row {
    font-size: 14px;
    margin-top: 20px;
    display: none;
}

.buttons-row .save-btn:focus,
.buttons-row .save-btn:hover {
    color: #FFFFFF;
    background: #142764;
    border-radius: 60px;
}
.buttons-row .save-btn {
    border-radius: 60px;
    padding: 10px 24px;
    cursor: pointer;
}

.add-builder-section .p-desc {
    margin-top: 15px;
    font-size: 14px;
}

.add-website-note-wrapper {
    display: flex;
    align-items: center;
}

.add-builder-section .add-website-note {
    border-radius: 20px;
    background: #D4DCEC;
    color: #031242;
    font-family: Switzer;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 0px 8px;
    height: 20px;
    line-height: 20px;
}

.add-website-note-desc {
    margin-left: 10px;
    color: #031242;
    opacity: 0.6;
}

.add-builder-section .p-desc > p:first-child {
    margin-bottom: 5px;
}

.add-builder-section .p-desc > p:last-child {
    margin-bottom: 15px;
    color: #031242;
    opacity: 0.6;
}

.add-website-back {
    color: #798C9C;
    cursor: pointer;
    position: absolute;
    top: 60px;
    left: 80px;
    font-size: 30px;
    flex-wrap: wrap;
}

.domain-result-box {
    display: flex;
    margin-top: 12px;
    display: none;
    flex-wrap: wrap;
}

.domain-result-box .switzer-h6 {
    color: #031242;
}

.domain-result-box > div {
    padding: 28px 14px;
    width: calc(50% - 4px);
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1.25px solid rgba(3, 18, 66, 0.20);
}

.domain-result-box > div:last-child {
    margin-left: auto;
}

.domain-result-box > div > div {
    height: 42px;
    line-height: 42px;
    color: #031242;
}

.domain-result-box > div input {
    margin-right: 10px;
    margin-top: 0;
}

.domain-result-box > div > div:last-child {
    margin-left: auto;
}

.domain-result-box > div .price-info {
    font-weight: 400;
    font-size: 14px;
    color: #031242;
    margin-top: 16px;
}

.search-box {
    border-radius: 100px;
    border: 1.25px solid rgba(3, 18, 66, 0.20);
    display: flex;
    padding: 8px 14px 8px 32px;
    justify-content: space-between;
    align-items: center;
}

.add-site-check {
    display: flex;
    align-items: center;
    margin: 0 16px 0 0;
}

.add-site-check svg {
    width: 24px;
    height: 24px;
}

.search-icon-wrapper {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #031242;
    border-radius: 50%;
}

.search-box input[type="text"] {
    width: calc(100% - 20px);
    border: none;
    outline: none;
    background: #EBF3FF;
    color: #031242;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.24px;
}

.search-box input[type="text"]::placeholder {
    color: #031242;
    opacity: 0.4;
}

.search-box .domain-result-box {
    margin-bottom: 20px;
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #DAE3E9;
    color: #2F455B;
    padding-bottom: 15px;
    display: none;
}

.search-box .domain-result-box > div {
    width: calc(50% - 4px);
    border: 1px solid #DAE3E9;
    border-radius: 3px;
    text-align: center;
    height: 75px;
    line-height: 75px;
}

.search-box .domain-result-box > div:last-child {
    margin-left: auto;
}

#add-error-box #cp-page-error {
    width: 100%;
    position: inherit;
}

.link-domain-warn {
    width: 20px;
    display: inline-block;
    background-color: #FDE8E8;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
}

.link-domain-warn.grid-view {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.link-domain-warn > .fa-triangle-exclamation {
    color: #9B1D1C;
    font-size: 13px;
}

.link-domain-warn:hover > div {
    display: block;
}

#id-domain-result-box label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #031242;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}

.domain_dns_div label,
#id-domain-result-box label {
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding-left: 36px;
    color: #031242;
}

#id-domain-result-box label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #BBC1E1;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

#id-domain-result-box input[type='radio']:checked + label:before {
    border: 6px solid #031242;
}


.domain_dns_div input[type=checkbox]+label:before {
    border: 1px solid #BBC1E1;
    background: #FFFFFF;
    border-radius: 4px;
    content: "";
    cursor: pointer;
    height: 24px;
    left: -1px;
    position: absolute;
    width: 24px
}

.domain_dns_div input[type=checkbox]+label:after {
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: "";
    display: none;
    height: 8px;
    left: 3px;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 16px;
}

.domain_dns_div input[type=checkbox]:checked+label:before {
    border: 1px solid #031242;
    background: #031242
}

.domain_dns_div input[type=checkbox]:checked+label:after {
    display: block
}


.link-domain-warn > div {
    display: none;
    position: absolute;
    word-break: keep-all;
    background-color: #788A9C;
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
    top: -20px;
    left: 20px;
    white-space: nowrap;
}

.domain-dropdown {
    max-height: 270px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18px;
    border-radius: 10px;
    background: #FBFDFF;
}

.domain-dropdown > div {
    cursor: pointer;
    color: #031242;
    font-family: Switzer;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.24px;
    width: 100%;
    padding: 12px 32px;
}

.domain-dropdown > div:hover {
    background-color: #f0f0f0;
}

#add-error-box .error_box{
    max-width: 100%;
}

@media (max-width : 1024px) {
    .add-website-choose-content {
        margin-left: unset;
        width: 100%;
        padding: 40px;
    }

    .add-website-choose-title {
        width: 88%;
        margin: auto;
    }

    .add-website-choose-desc {
        padding-bottom: 20px;
        margin-top: 10px;
    }

    .add-builder-section {
        width: 100%;
        padding: 40px;
    }

    .add-website-back {
        left: 40px;
        top: 40px;
    }


    .add-site-check svg {
        width: 16px;
        height: 16px;
    }

    .domain-result-box > div {
        width: 100%;
    }

    .domain-result-box > div:last-child {
        margin-top: 24px;
    }

    .search-box input[type="text"] {
       font-size: 16px;
    }

    #id-domain-result-box label:before {
        width: 20px;
        height: 20px;
    }

    .domain_dns_div label {
        font-size: 16px;
    }

    .domain_dns_div input[type=checkbox]+label:before {
        height: 20px;
        width: 20px;
    }

    .domain_dns_div input[type=checkbox]+label:after {
        height: 7px;
        top: 10px;
        width: 13px;
    }
}

@media (max-width : 767px) {

}

@media (min-width : 1400px) {}

@media (min-width : 1441px) {}

@media (max-width : 500px) {}

@media (min-width : 768px) and (max-width : 1200px) {

}
