body {
    line-height: unset;
}

.top-search {
    background-size: 100% 100%;
}

.top-search-result {
    background-image: linear-gradient(to bottom right, #333e65, #203561, #031242);
    width: 100%;
    padding-top: 140px;
}

.top-search-result .fa-close {
    opacity: 0.4;
    font-size: 25px;
    font-weight: 300;
    padding-right: 20px;
    cursor: pointer;
}

.left-group {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 20px;
    justify-content: flex-start;
}

.right-part {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-row {
    display: flex;
    align-items: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(3, 18, 66, 0.1);
    gap: 20px;
    padding: 15px 20px;
}

.see-more-arrow {
    left: 0;
    position: relative;
}

.featured-row {
    background: rgba(0, 150, 247, 0.1);
    border-top: 1px solid #0096F7;
}

.highlighted-row {
    background: rgba(18, 183, 106, 0.1);
    border-top: 1px solid #12B76A;
}

.highlighted-red-row {
    background: rgba(234, 67, 55, 0.1);;
    border-top: 1px solid rgba(234, 67, 55, 1);
}

.search-result-error {
    background: rgba(234, 67, 55, 0.1);
    border: 1px solid #EA4337;
    border-radius: 6px;
    height: 70px;
    display: flex;
    align-items: center;
}

.search-result-error-content {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #EA4337;
    display: flex;
    align-items: center;
}

.search-result-error .fa-times {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #EA4337;
    height: 24px;
    width: 10px;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}

.search-result-see-other-results {
    background: #EEF0F4;
    border: 1px solid rgba(3, 18, 66, 0.20);
    border-radius: 6px;
    height: 70px;
    display: flex;
    align-items: center;
}

.search-result-see-other-results-content {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #495056;
    display: flex;
    align-items: center;
}

.search-result-see-other-results .fa-times {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    height: 24px;
    width: 10px;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}

.search-see-more {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    color: #031242;
    margin-top: 25px;
}

.search-add-to-watchlist {
    width: 20px;
    height: 20px;
    display: inline-flex;
    /*margin: 10px;*/
    cursor: pointer;
}

.search-add-to-watchlist-empty {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 10px;
}

.search-add-to-watchlist .fa-star-o {
    opacity: 0.4;
    color: #031242;
    font-size: 18px;
    font-weight: 200;
}

.search-add-to-watchlist .fa-star {
    color: #0096F7;
    font-size: 18px;
}

.search-domain {
    display: flex;
    align-items: center;
    color: #031242;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    max-width: 468px;
}

.can-not-buy {
    color: rgba(3, 18, 66, 0.4);
}

.domain-message .fa-info-circle {
    color: rgba(3, 18, 66, 0.4);
    font-weight: 400;
}

.domain-message {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
}

.tooltip-inner a {
    color: #fff;
}

.search-identity {
    display: inline-block;
}

.search-identity img {
    width: 20px;
    height: 20px;
}

.search-coupon-group {
    display: inline-flex;
    align-items: center;
}

.search-coupon-group::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.search-coupon {
    display: inline-flex;
    color: rgba(3, 18, 66, 0.5);
    cursor: pointer;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.search-coupon .fa-scissors {
    font-family: 'Font Awesome 6 Pro';
}

.search-coupon .code-content {
    font-family: 'Switzer';
    font-weight: 500;
}

.search-premium {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #0096F7;
    border: 1px solid #0096F7;
    border-radius: 24px;
    width: 71px;
    height: 20px;
    text-align: center;
    display: inline-block;
    padding: 0 5px;
    margin: 0 3px;
    white-space: nowrap;
}

.search-registry-premium {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #0096F7;
    border: 1px solid #0096F7;
    border-radius: 15px;
    height: 20px;
    padding: 0 5px;
    text-align: center;
    display: inline-block;
    margin: 0 3px;
    white-space: nowrap;
}

.search-multi-year-sale {
    font-family: 'Switzer';
    font-weight: 500;
    color: #DB89FF;;
    border: 1px solid #DB89FF;;
    border-radius: 15px;
    text-align: center;
    display:flex;
    min-width: fit-content;
    padding: 0 10px;
    margin: 0 3px;
    white-space: nowrap;
}

.search-tld-promo-tag {
    font-family: 'Switzer';
    font-weight: 500;
    color: #68718e !important;
    border: 1px solid #68718e;
    border-radius: 25px;
    text-align: center;
    display:flex;
    min-width: fit-content;
    padding: 0 10px;
    margin: 0 3px;
    white-space: nowrap;
}

.search-multi-year-sale > a {
    color: #DB89FF;
    font-size: 12px;
}

.custom-content-tag {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgb(154 161 180);
    border: 1px solid rgb(154 161 180);
    border-radius: 24px;
    height: 20px;
    text-align: center;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.search-price-group {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.search-renewal {
    display: inline-block;
    font-family: 'Switzer';
    font-size: 15px;
    color: rgba(3, 18, 66, 0.4);
    white-space: nowrap;
}

.prev-price {
    font-size: 15px;
    color: rgba(3, 18, 66, 0.4);
    text-decoration: line-through;
    margin-right: 5px;
}

.search-price {
    display: inline-block;
    font-family: 'Switzer';
    font-size: 18px;
    color: #031242;
    text-align: right;
}

.search-shop-cart, .bundle-add-to-cart {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.search-shop-cart img {
    width: 30px;
}

.search-added, .bundle-added {
    color: #0096F7;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-added .fa-check, .bundle-added .fa-check {
    padding-right: 5px;
}

.search-remove, .bundle-remove-cart {
    color: #D83E3E;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-remove .fa-times, .bundle-remove-cart .fa-times {
    padding-right: 5px;
}

.search-loading {
    cursor: pointer;
    color: #0096F7;
    display: flex;
    align-items: center;
}

.search-unavailable {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(3, 18, 66, 0.4);
    min-width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.search-pending {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(3, 18, 66, 0.4);
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.see-more-group {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #0096F7;
    justify-content: center;
    padding: unset;
}

.search-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 100px auto;
    padding-left: 50px;
    margin-top: 160px;
}

.top-search-title1 {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #FBFDFF;
    opacity: 0.4;
}

.top-search-title2 {
    font-family: 'swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #FBFDFF;
    margin-top: 15px;
}

.top-search-title3 {
    font-family: 'Switzer';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #FBFDFF;
    opacity: 0.8;
    margin-top: 15px;
    margin-bottom: 10px;
}

.top-search-result-content {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-search-input-content {
    display: inline-flex;
    align-items: baseline;
    width: 100%;
}

.top-search-input {
    height: 60px;
    margin-top: 15px;
    border: 1px solid rgba(251, 253, 255, 0.4);
    border-radius: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 600px;
    width: 100%;
}

.top-search-fa {
    margin-top: 15px;
    background-color: #031242;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 15px;
    text-align: center;
}

#search-result-button {
    margin-top: 0
}

#search-result-button-loading {
    margin-top: 0
}

.top-search-fa .fa {
    font-size: 25px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-weight: 300;
}

.top-search-fa .fa-spinner {
    font-weight: 400;
}

.top-search-input input[type='text'] {
    font-family: 'Switzer';
    font-style: normal;
    height: 60px;
    border: none;
    background: none;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #FBFDFF;
    width: 100%;
    padding-right: 25px;
    padding-left: 20px;
}

input[type='text']:focus {
    border: none;
    outline-style: none;
}

.ai-search-link {
    display: inline-block;
    line-height: 44px;
    padding-right: 34px;
    border-radius: 60px;
    border: unset;
    margin-top: 15px;
    cursor: pointer;
    font-size: 16px;
    font-family: Switzer, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.ai-search-link span, .ai-search-link i{
    color: #0096FC;
}

.ai-search-link > i {
    position: relative;
    left: 10px;
}

.ai-search-link:hover > i {
    left: 13px;
    transition-duration: 0.3s;
}

.featured-domains-content {
    height: 188px;
    background: #EBF3FF;
}

.trustpilot-review-prompt-container {
    margin-top: 100px;
}

.search-arrow {
    padding-left: 5px;
    position: relative;
}

.featured-domains-text {
    font-family: 'Switzer';
    font-style: normal;
    padding-top: 30px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #031242;
    opacity: 0.4;
}

.featured-domains-tlds {
    padding-left: 100px;
    padding-right: 100px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1500px;
    margin: 0 auto;
}

.featured-domains-tlds .fa-chevron-circle-left, .fa-chevron-circle-right {
    font-weight: 100;
    font-size: 35px;
}

.featured-domains-tlds .tld-info {
    max-width: 160px;
    max-height: 70px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.featured-domains-tlds .old-price {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-decoration-line: line-through;
    color: #031242;
    opacity: 0.4;
}

.featured-domains-tlds .current-price {
    font-family: 'Switzer';
    font-style: normal;
    font-size: 16px;
    color: #0096F7;
}

.tld-info-previous, .tld-info-next {
    cursor: pointer;
    color: #031242;
}

.tld-info-hidden {
    display: none;
}

.find-and-register-content {
    margin-top: 100px;
}

.find-and-register-title {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}

.find-and-register-title1 {
    font-family: 'swansea-bold';
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #031242;
    text-transform: none;
    padding: 0;
}

.find-and-register-title2 {
    font-family: 'Switzer';
    font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #031242;
    opacity: 0.8;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.find-and-register-group {
    margin-top: 65px;
    margin-right: 0;
    margin-left: 0;
}

.find-and-register-group-content {
    max-width: fit-content;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.find-and-register-group-content img {
    width: 28px;
    height: 28px;
}

.find-and-register-group-content .title-subtitle {
    margin-top: 15px;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /*line-height: 24px;*/
    letter-spacing: -0.01em;
    color: #031242;
    text-transform: none;
    padding: 0;
}

.find-and-register-group-content .normal-font {
    margin-top: 15px;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #031242;
    opacity: 0.6;
}

.for-brands-and-for-investors {
    margin-top: 150px;
}

.for-brands-and-for-investors-group {
    margin-top: 50px;
}

.for-brands, .for-investors {
    margin: 0 auto;
    height: 672px;
    max-width: 570px;
    border-radius: 10px;
}

.for-brands-and-for-investors-content {
    max-width: 450px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
    padding-top: 50%;
}

.for-brands-and-for-investors-content-title {
    display: block;
    font-family: 'swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: #031242;
    text-transform: none;
    padding: 0;
}

.for-brands-and-for-investors-content-subtitle {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #031242;
    opacity: 0.8;
}

.our-suite-of-domain-tools {
    margin-top: 150px;
}

.our-suite-of-domain-tools-title1 {
    font-family: 'swansea-bold';
    font-style: normal;
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #031242;
    text-transform: none;
    padding: 0;
}

.our-suite-of-domain-tools-title2 {
    font-family: 'Switzer';
    font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #031242;
    opacity: 0.8;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.our-suite-of-domain-tools-group {
    margin-top: 65px;
}

.our-suite-of-domain-tools-group-content {
    max-width: fit-content;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 60px;
}

.our-suite-of-domain-tools-group-content img {
    width: 28px;
    height: 28px;
    margin-left: 10px;
}

.our-suite-of-domain-tools-group-content .title-subtitle {
    margin-top: 15px;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #031242;
    text-transform: none;
    padding: 0;
}

.our-suite-of-domain-tools-group-content .normal-font {
    margin-top: 15px;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #031242;
    opacity: 0.6;
}

.our-suite-of-domain-tools-group-content .tools-link {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0096F7;
    margin-top: 15px;
}

.our-suite-of-domain-tools-group-content .fa-angle-right {
    padding-left: 5px;
}

.search-and-register {
    margin-top: 150px;
    margin-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

.search-and-register-text {
    font-family: 'swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.01em;
    color: #031242;
    text-transform: none;
    padding: 0;
    margin: 0;
}

.search-and-register-row {
    height: 60px;
    width: 748px;
    background: rgba(3, 18, 66, 0.2);
    border-radius: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-and-register-input {
    font-family: 'Switzer';
    font-style: normal;
    height: 60px;
    border: none;
    background: none;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.01em;
    color: #031242;
    width: 100%;
    padding-right: 10px;
    padding-left: 25px;
}

#search-and-register-input::-webkit-input-placeholder {
    color: rgba(3, 18, 66, 0.4);
}

#search-and-register-input:-moz-placeholder {
    color: rgba(3, 18, 66, 0.4);
}

#search-and-register-input::-moz-placeholder {
    color: rgba(3, 18, 66, 0.4);
}

#search-and-register-input:-ms-input-placeholder {
    color: rgba(3, 18, 66, 0.4);
}

#search-domain-input::-webkit-input-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-domain-input:-moz-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-domain-input::-moz-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-domain-input:-ms-input-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-result-domain-input::-webkit-input-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-result-domain-input:-moz-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-result-domain-input::-moz-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

#search-result-domain-input:-ms-input-placeholder {
    color: rgba(251, 253, 255, 0.4);
}

.search-and-register-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: space-around;
}

.search-and-register-button {
    font-family: 'Switzer';
    font-style: normal;
    padding: 10px 24px;
    min-width: 120px;
    max-height: 50px;
    background: #031242;
    border-radius: 60px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    color: #EBF3FF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}

.domain-search-faqs {
    min-height: 1030px;
}

.domain-search-faqs-img {
    height: 880px;
    background-position-y: center;
    background: url(../png/domain-search-faqs.png) no-repeat;
}

.domain-search-faqs-title {
    font-family: 'swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 48px;
    letter-spacing: -0.01em;
    color: #031242;
    margin-bottom: 40px;
    margin-left: 10px;
    text-transform: none;
    padding: 0;
}

.domain-search-faqs-question {
    cursor: pointer;
    color: #031242;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1.25px solid rgba(3, 18, 66, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}

.domain-search-faqs-question h3 {
    color: #031242;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    padding: 0;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
}

.domain-search-faqs .reduceImg {
    display: none;
}

.domain-search-faqs-answer {
    padding-top: 20px;
    display: none;
    letter-spacing: -0.01em;
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #031242;
    opacity: 0.8;
}

.search-reserved {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
}

.search-place-bid {
    font-family: 'Switzer';
    font-size: 14px;
    display: flex;
    flex-direction: column;
    color: #031242;
}

.search-place-bid > span:first-child {
    color: #0096F7;
}

.search-place-bid .fa-info-circle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
    padding-right: 5px;
}

.search-place-backorder .fa-info-circle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
    padding-right: 5px;
}

.search-closeout .fa-info-circle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
    padding-right: 5px;
}

.search-listing .fa-info-circle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
    padding-right: 5px;
}

.place-bid {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
}

.place-backorder {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
}

.search-closeout {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
    width: 100%;
}

.search-taken-row {
    display: inline-flex;
    float: right;
    align-items: center;
    gap: 10px;
}

.search-make-offer-button {
    background: rgba(0, 150, 247, 0.2);
    border-radius: 24px;
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0096F7;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: max-content;
    white-space: nowrap;
}

.search-whois-button {
    background: rgba(0, 150, 247, 0.2);
    border-radius: 24px;
    font-family: 'Switzer';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0096F7;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
}

.search-taken-row-text {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: rgba(3, 18, 66, 0.4);
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.right-group .search-taken-row-text {
    display: unset;
}

.search-listing {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #0096F7;
    width: 100%;
}

.search-domain-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.col-sm-6 .search-domain-group {
    width: 100%;
}

.search-domain-group .search-domain-word {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    width: auto;
}

.search-tag-group {
    display: flex;
    flex: 1;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    max-height: 320px;
    flex-wrap: wrap;
}

.exact-valid-row .left-col {
    width: 100%;
    float: unset;
}

.can-not-buy div {
    pointer-events: none;
}

.can-not-buy-tooltip {
    background-color: #3D4256;
    color: #fff;
    line-height: 25px;
    border-radius: 4px;
    position: absolute;
    padding: 5px;
    margin-left: 35px;
    display: none;
}

.search-rightmost {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

#domain-search-result-content {
    padding-top: 35px;
}

.right-group {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.search-unavailable-out {
    display: inline-flex;
    float: right;
    align-items: center;
}

.search-listing-out {
    display: inline-flex;
    float: right;
    align-items: center;
}

.search-left-group-right-part {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.suggestions-header {
    font-family: 'swansea-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #031242;
}

.search-suggestions {
    padding-top: 50px;
}

.col-sm-6 .search-renewal {
    order: 2;
}

.col-sm-6 .search-price {
    order: 1;
}

.loading-result-row, .test-loading-result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.loading-result-row .middle-group, .test-loading-result-row .middle-group {
    display: unset;
}

.col-sm-6 .left-col .search-coupon-group {
    padding-bottom: 5px;
}

.bundle-result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 20px;
    background: #FFF9E7;
    padding: 20px;
    border-top: 1px solid var(--BrandYellow, #FFCA2B);
}

.bundle-left-group {
    width: 20px;
    height: 20px;
    display: inline-flex;
    cursor: pointer;
}

.bundle-left-group i {
    color: var(--ffca-2-b, var(--BrandYellow, #FFCA2B));
    font-size: 16px;
    font-weight: 900;
}

.bundle-middle-group {
    flex: 1;
    display: flex;
}

.search-bundle-domain-group {
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.bundle-right-group-tag {
    display: inline-block;
    width: fit-content;
    border-radius: 24px;
    border: 1px solid #F58F12;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #F58F12;
    font-size: 12px;
    line-height: 10px;
    white-space: nowrap;
}

.bundle-tld-pre {
    width: fit-content;
    display: inline-block;
    color: var(--031242, #031242);
    font-size: 18px;
    padding: 0px 10px;
    border-radius: 4px;
    border: 0.5px solid var(--031242, #031242);
    display: inline-block;
}

.bundle-tld-join {
    width: fit-content;
    display: inline-block;
    color: var(--031242, #031242);
    font-size: 18px;
    display: inline-block;
}

.bundle-tld-after {
    width: fit-content;
    display: inline-block;
    color: var(--031242, #031242);
    font-size: 18px;
    padding: 0px 10px;
    border-radius: 4px;
    border: 0.5px solid var(--031242, #031242);
    display: inline-block;
}

.bundle-right-group {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.bundle-middle-group .bundle-tld {
    flex: 1;
    display: flex;
    gap: 5px;
    align-items: center;
}

.search-bundle-price-group {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bundle-original-price {
    color: rgba(3, 18, 66, 0.4);
    font-size: 14px;
    text-decoration: line-through;
}

.bundle-discount-price {
    color: var(--031242, #031242);
    font-size: 18px;
}

.domain-bundle-info-tip {
    color: #F58F12;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    padding-left: 5px;
    cursor: pointer;
}

.domain-bundle-ai-tag {
    color: #DB89FF;
    border-radius: 24px;
    border: 1px solid var(--db-89-ff, #DB89FF);
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
}


@media (max-width: 450px) {

    .search-and-register-content {
        flex-wrap: wrap;
        padding-bottom: 90px;
    }

    .search-and-register-text {
        margin-bottom:20px;
    }

    .search-and-register-row {
        position: relative;
        margin:0 0 0 0;
    }
    .search-and-register-input  {
        font-size:18px;
    }
    .search-and-register-button {
        position:absolute;
        left:32%;
        top:140%;
    }

    .find-and-register-title1,.find-and-register-title2,
    .our-suite-of-domain-tools-title1,.our-suite-of-domain-tools-title2 {
        text-align:left;

    }
    .find-and-register-title1,.our-suite-of-domain-tools-title1 {
        margin-left:20px;
    }

}

@media (min-width: 1200px) {
    .trustpolot-col {
        width: 80%;
        margin: 0 auto;
        float: unset;
    }
}

@media (max-width: 768px) {
    
    .bundle-middle-group {
        flex-direction: column;
    }

    .search-box {
        margin: 160px 0px 50px 0px;
        padding-left: 40px;
    }

    .for-brands-and-for-investors-content {
        margin: 25px auto 0;
    }

    .top-search-input input[type='text'] {
        font-size: 20px;
    }

    .top-search-title2 {
        font-size: 40px;
    }

    .domain-search-faqs-img {
        background: linear-gradient(to bottom, white, transparent), url(../png/domain-search-faqs.png) no-repeat;
    }

    #search-domain-input::-webkit-input-placeholder {
        font-size: 18px;
    }

    #search-domain-input:-moz-placeholder {
        font-size: 18px;
    }

    #search-domain-input::-moz-placeholder {
        font-size: 18px;
    }

    #search-domain-input:-ms-input-placeholder {
        font-size: 18px;
    }

    .top-search-input {
        height: 50px;
    }

    .top-search-fa .fa {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-weight: 300;
        font-size: 20px;
    }

    .top-search-fa .fa-spinner {
        font-weight: 400;
    }
    

    .search-loading {
        width: 60px;
    }

    #search-result-domain-input::-webkit-input-placeholder {
        font-size: 18px;
    }

    #search-result-domain-input:-moz-placeholder {
        font-size: 18px;
    }

    #search-result-domain-input::-moz-placeholder {
        font-size: 18px;
    }

    #search-result-domain-input:-ms-input-placeholder {
        font-size: 18px;
    }

    #search-domain-input::-webkit-input-placeholder {
        font-size: 18px;
    }

    #search-domain-input:-moz-placeholder {
        font-size: 18px;
    }

    #search-domain-input::-moz-placeholder {
        font-size: 18px;
    }

    #search-domain-input:-ms-input-placeholder {
        font-size: 18px;
    }

    #search-and-register-input::-webkit-input-placeholder {
        font-size: 18px;
    }

    #search-and-register-input:-moz-placeholder {
        font-size: 18px;
    }

    #search-and-register-input::-moz-placeholder {
        font-size: 18px;
    }

    #search-and-register-input:-ms-input-placeholder {
        font-size: 18px;
    }

    .search-domain-group .search-domain-word {
        width: auto;
        max-width: 300px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
    }
    
    .search-price-group {
        display: block;
    }

    .prev-price {
        margin-left: unset;
    }
}

@media (max-width: 1024px) {
    .bundle-middle-group {
        flex-direction: column;
    }
    
    .bundle-middle-group .bundle-tld {
        display: block;
    }
}

@media (max-width: 1200px) {

    .alert-promote-v2 {
        min-width: 368px;
    }

    #main-site-top-bar-menu {
        min-width: 368px;
    }

    .page-content {
        min-width: 368px;
    }

    .left-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .left-group .search-domain {
        width: auto;
        max-width: fit-content;
    }

    .left-group .search-left-group-right-part {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .left-group .right-part {
        width: 100%;
    }

    .left-group .search-taken-row {
        width: 100%;
        justify-content: flex-start;
    }

    .left-group .search-rightmost {
        margin-left: auto;
    }

    .left-group .search-price-group {
        width: 100%;
        gap: 10px;
    }

    .left-group .search-renewal {
        order: 2;
    }

    .left-group .search-price {
        order: 1;
    }

    .search-tag-group .search-tld-promo-tag {
        justify-content: center;
    }

}

@media (max-width: 550px) {
    .search-row {
        padding: 10px;
        gap: 10px;
    }

    .search-domain-group .search-domain-word {
        width: auto;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
    }

    .left-group .right-part {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 1200px) {

    .tld-info-hidden {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .featured-domains-tlds {
        overflow-x: scroll;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .featured-domains-tlds .tld-info {
        margin: 35px;
    }

    .featured-domains-tlds::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

}

.new-search-row {
    display: flex;
    min-height: 90px;
}


.search-see-more {
    display: flex;
}

.left-col {
    border-top: 1px solid rgba(3, 18, 66, 0.10);
    padding: 20px;
    color: #000;
    flex: 1;
}

.right-col {
    border-top: 1px solid #DB89FF;
    background: linear-gradient(180deg, #FBF3FF 0%, #FFF 100%);
    padding: 20px;
    color: #000;
}

/*.new-search-row.featured .left-col {*/
/*    border-top: 1px solid var(--0096-f-7, #0096F7);*/
/*    background: rgba(0, 150, 247, 0.10);*/
/*}*/

.right-col.col-xs-12 .result-row .middle-group, .left-col.col-xs-12 .result-row .middle-group{
    display: unset;
}

.fas.fa-cart-plus {
    color: #0096F7;
    font-size: 24px;
}

.result-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 20px;
}

.middle-group {
    flex: 1;
    display: flex;
}

.search-ai-suggestion {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    background: linear-gradient(90deg, #9815D1 0%, #DB89FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-refresh{
    cursor: pointer;
    color: var(--0096-f-7, #0096F7);
    font-size: 20px;
    margin-left: 10px;
}

.ai-bulk-refresh{
    cursor: pointer;
    color: var(--0096-f-7, #0096F7);
    font-size: 20px;
    position: absolute;
    top: 35%;
}


.ai-suggestion-row {
    display: none;
    color: #A164EE;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin-left: 40px;
}

.ai-angle-down.flipped {
    transform: rotate(180deg);
}

.ai-angle-down {
    margin-left: 10px;
}

.exact-valid-row {
    border-radius: 6px;
    border: 1px solid #12B76A;
    background: linear-gradient(180deg, rgba(18, 183, 106, 0.15) 0%, rgba(18, 183, 106, 0.06) 100%);
    margin-bottom: 30px;
}

.exact-valid-row .left-col {
    border-top: unset;
}

.ai-loading-div {
    height: 100%;
    min-height: 24px;
    width: 24px;
    position: relative;
}

.ai-loading-div i.fa-spinner.fa-spin {
    color: #DB89FF;
    font-size: 24px;
    position: absolute;
    top: 35%;
}

.exact-invalid-row {
    margin-bottom: 30px;
}

.exact-invalid-row .left-col {
    border-radius: 6px 0px 0px 6px;
    border-top: 1px solid rgba(3, 18, 66, 0.20);
    border-bottom: 1px solid rgba(3, 18, 66, 0.20);
    border-left: 1px solid rgba(3, 18, 66, 0.20);
    background: #EEF0F4;
}

.exact-invalid-row.close-ai .left-col {
    border-right: 1px solid rgba(3, 18, 66, 0.20);
    border-radius: 6px;
}

.exact-invalid-row .right-col {
    border-radius: 0px 6px 6px 0px;
    border-top: 1px solid #DB89FF;
    border-right: 1px solid #DB89FF;
    border-bottom: 1px solid #DB89FF;
}

.new-search-row .left-col:hover {
    background: #F8FCFF !important;
}

.new-search-row.exact-invalid-row .left-col:hover {
    background: linear-gradient(180deg, #E3E5EC 0%, #F7F8FA 100%) !important;
}

.new-search-row.exact-valid-row .left-col:hover {
    background: linear-gradient(180deg, rgba(18, 183, 106, 0.15) 0%, rgba(18, 183, 106, 0.06) 100%) !important;
}

.exact-invalid-row .search-domain {
    flex-direction: column;
    align-items: flex-start;
}

.new-search-row .right-col:hover {
    background: linear-gradient(180deg, #F9ECFF 0%, #FBF3FF 100%) !important;
}

.see-more-arrow i {
    padding-left: 10px;
    color: var(--0096-f-7, #0096F7);
    font-size: 14px;
}

.domain-suggestion-result {
    display: none;
}

.use-ai-suggestion {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.use-ai-suggestion .ai-refresh {
    margin-right: 20px;
}

.use-ai-suggestion span {
    font-size: 24px;
}

.ai-spinner {
    margin-left: 10px;
    color: #DB89FF;
    font-size: 18px;
}

.col-sm-6 .right-part .search-taken-row {
    margin-top: 5px;
}

.prompt-div {
    color: #CEB8D8;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}

.ai-lottie {
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 30px;
}

.domain-search-ai-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    display: none;
}

.domain-search-ai-wrap .result-count-wrap {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.domain-search-ai-wrap .ai-switch-wrap {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    background: linear-gradient(90deg, #DB89FF 0%, #9747FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

.ai-switch-container {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 32px;
    margin: unset;
    margin-left: 5px;
}
.ai-switch-container input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}
.ai-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EBF3FF;
    box-shadow: 0px 2px 4px 0px rgba(3, 18, 66, 0.10) inset;      transition: .4s;
    border-radius: 32px;
}

.ai-switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 3px;
    background-color: black;
    background-image:url(../png/star.png);
    background-size: 20px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    transition: .4s;
    border-radius: 50%;
}

.ai-switch-container input[type="checkbox"]:checked + .ai-switch-slider {
    background: linear-gradient(90deg, #F7E7FF 0%, #AD6DFF 100%);
}

.ai-switch-container input[type="checkbox"]:checked + .ai-switch-slider:before {
    transform: translateX(26px);
}

.bundle-right-group-tag > .tooltip > .tooltip-inner {
    max-width: unset !important;
}

@media (max-width: 1024px) {
    .domain-search-result .col-xs-12 {
        width: 100% !important;
    }

    .domain-search-result-content .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .search-price, .search-domain {
        font-size: 18px;
    }


    .new-search-row {
        display: block;
        min-height: unset;
    }

    .search-see-more {
        display: block;
    }
    
    .search-see-more .see-more-group {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .right-col .result-row, .right-col .loading-result-row, .right-col .test-loading-result-row {
        display: none;
    }
    
    .ai-suggestion-row {
        display: unset;
    }
    
    .left-col {
        padding: 15px  !important;;
    }

    .right-col {
        border-top: unset;
        background: linear-gradient(180deg, #FFF 0%, #FBF3FF 100%);
        padding: 15px  !important;;
    }
    
    .search-ai-suggestion {
        display: none;
    }

    .result-row {
        height: unset;
    }

    .middle-group {
        display: unset;
    }
    
    .search-domain-group {
        margin-bottom: 5px;
    }
    
    .search-tld-promo-tag {
        margin-bottom: 5px;
    }

    .exact-invalid-row .left-col {
        border-radius: unset;
        border-bottom: unset;
        border-left: unset;
        border-right: unset;
    }

    .exact-invalid-row .right-col {
        border-radius: unset;
        border-top: unset;
        border-right: unset;
        border-bottom: unset;
    }
    
    .domain-search-result-content .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .whois-offer-row {
        margin-top: 5px;
    }

    .right-group .domain-price {
        display: flex;
        flex-direction: column-reverse;
    }

    /*.search-bundle-price-group {*/
    /*    flex-direction: column-reverse;*/
    /*}*/

    .search-added .fa-check, .bundle-added .fa-check {
        padding: unset;
    }

    .bundle-right-group {
        gap: 10px;
    }
    
    .bundle-right-group-tag {
        margin-top: 5px;
    }

    .added-to-cart {
        display: none;
    }

    .remove-from-cart {
        display: none;
    }

    .right-group {
        gap: 5px;
    }
}

@media (min-width: 1024px) {
    .right-col .result-row, .right-col .loading-result-row , .right-col .test-loading-result-row {
        display: flex !important;
    }
}

@media (max-width: 568px) {
    .result-row, .bundle-result-row {
        gap: 10px;
    }

    .search-domain {
        font-size: 20px;
    }
}
