@charset "UTF-8";

.skeleton-loader {
    width: 242px;
    height: 18px;
    background: linear-gradient(90deg, #E0E0E0 0%, #FBFBFB 50%, #E0E0E0 100%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 5px;
}

.search-preloading {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    gap: 20px;
    border-top: 1px solid rgba(3, 18, 66, 0.10);
}

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

.search-preloading-middle {
    flex: 1;
}

@keyframes loading {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

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

.coupon-price-span {
    font-weight: 400;
}

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

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

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

.new-search-row .right-col:hover {
    background: linear-gradient(180deg, #F9ECFF 0%, #FBF3FF 100%) !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-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;
    width: 100%;
    float: unset;
}

.exact-valid-row .bundle-result-row {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

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

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

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

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

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

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

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

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

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

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

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


.filter-wrap .filter-title, .sort-by-wrap .sort-by-title {
    color: var(--031242, #031242);
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.sort-by-wrap {
    margin-top: 20px;
}

.sort-price-asc-span, .sort-price-desc-span {
    color: var(--031242, #031242);
    font-size: 14px;
    display: block;
    padding: 10px 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sort-price-asc-span i, .sort-price-desc-span i {
    display: none;
}

.sort-price-asc-span.active i, .sort-price-desc-span.active i {
    color: var(--0096-f-7, #0096F7);
    font-size: 16px;
    display: block;
}

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

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

.domain-search-nav-wrap .ai-switch-wrap {
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    background: linear-gradient(90deg, #DB89FF 0%, #9747FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.only-available-wrap {
    color: var(--031242, #031242);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    justify-content: space-between;
}

.ai-switch-container, .only-available-switch-container {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 24px;
    margin: unset;
    margin-left: 5px;
}

.ai-switch-container input[type="checkbox"], .only-available-switch-container input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.ai-switch-slider, .only-available-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: 24px;
}

.ai-switch-slider:before, .only-available-switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: #FFF;
    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%);
}

.only-available-switch-container input[type="checkbox"]:checked + .only-available-switch-slider {
    background: #0096F7;
}

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

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

.result-sort-filter-wrap {
    position: relative;
}

.result-sort-filter-btn.active {
    border: 1px solid var(--0096-f-7, #0096F7);
    color: var(--0096-f-7, #0096F7);
}

.result-sort-filter-btn.active i {
    color: var(--0096-f-7, #0096F7);
}

.result-sort-filter-btn {
    border-radius: 27px;
    border: 1px solid rgba(3, 18, 66, 0.20);
    color: var(--031242, #031242);
    font-family: Switzer;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.result-sort-filter-btn i {
    color: rgba(3, 18, 66, 0.40);
    font-size: 16px;
}

#result-sort-filter-menu {
    position: absolute;
    display: none;
    width: 200px;
    top: 35px;
    right: 0;
    border-radius: 6px;
    border: 1px solid rgba(3, 18, 66, 0.20);
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(3, 18, 66, 0.10);
    padding: 10px 0px;
    z-index: 10;
}

#result-sort-filter-menu .filter-wrap {
    padding: 0px 15px;
}

.sort-by-wrap span {
    padding: 10px 15px;
}

.sort-price-asc-span:hover, .sort-price-desc-span:hover {
    background: #EBF3FF;
}

#result-sort-filter-menu.active {
    display: block;
}

.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-suggestion-row {
    display: none;
    color: #A164EE;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    margin-left: 30px;
}

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

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

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

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

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

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

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

.search-see-more .see-more-group {
    width: fit-content;
    margin: 0 auto;
    color: #0096F7;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.search-coupon-group {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 150, 247, 0.40) 0%, rgba(234, 255, 232, 0.40) 40%, rgba(255, 215, 95, 0.40) 70%, rgba(219, 137, 255, 0.40) 100%), #FFF;
}

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

.search-coupon {
    display: inline-flex;
    color: #031242;
    cursor: pointer;
    font-family: Switzer;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.search-coupon .fa-scissors {
    font-family: 'Font Awesome 6 Pro';
    padding-left: 5px;
    padding-right: 3px;
}

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

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

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

.top-result-row {
    display: flex;
    flex: 1;
    min-height: 90px;
}

.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-coming-soon {
    background: rgba(0, 150, 247, 0.2);
    border: 1px solid #0096F7;
    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-content-coming-soon {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0096F7;
    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-result-see-other-results-coming-soon .fa-times {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0096F7;
    height: 24px;
    width: 10px;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .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: 1024px) {

    .top-result-row {
        display: block;
        min-height: unset;
    }

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

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

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

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

    .left-col {
        padding: 15px !important;;
    }

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

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

    .right-col .result-row, .right-col .loading-result-row, .right-col .test-loading-result-row {
        display: none;
    }

    .result-row {
        height: unset;
    }

    .bundle-middle-group {
        flex-direction: column;
    }

    .bundle-middle-group .bundle-tld {
        display: block;
    }


    .search-see-more .see-more-group {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: unset;
    }


    .ai-suggestion-row {
        display: unset;
    }


    .search-ai-suggestion {
        display: none;
    }

    .middle-group {
        display: unset;
    }

    .search-domain-group {
        margin-bottom: 5px;
    }

    .search-tld-promo-tag {
        margin-bottom: 5px;
    }


    .whois-offer-row {
        margin-top: 5px;
    }

    .right-group .domain-price {
        display: flex;
        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;
    }

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

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

    .search-tag-group {
        margin-left: 10px;
    }

    .search-coupon-group {
        margin-left: 10px;
    }
}

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

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

    .search-loading {
        width: 60px;
    }
}

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

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

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


