
#tld-suggestion-result-table .domain {
    letter-spacing: .05rem !important;
}

#tld-suggestion-result-table .extension{
    font-weight: bold !important;
    font-size: 16px !important;
    color: #0c0c0c !important;
    letter-spacing: 0.05rem;
}

#netafraz-suggestion-result-table .domain {
    letter-spacing: .05rem !important;
}

#netafraz-suggestion-result-table .extension{
    font-weight: bold !important;
    font-size: 16px !important;
    color: #0c0c0c !important;
    letter-spacing: .05rem !important;
}

#netafraz-suggestion-result-table, #tld-suggestion-result-table {
    width: auto !important;
    border-radius: 4px;
}


#tld-suggestion-result-table td + td + td {
    text-align: center;
}

#netafraz-suggestion-result-table td + td + td {
    text-align: center;
}

.flex-header {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

#tld-suggestion-result-table thead th {
    position: sticky;
    z-index: 12;
    top: 0;
    background: white;
}

#tld-suggestion-result-table thead .sorting_asc:after {
    content: "\e155";
    position: static !important;
    margin-top: -20px !important;
    margin-right: 85px !important;
}

#netafraz-suggestion-result-table thead .sorting_asc:after {
    content: "\e155";
    position: static !important;
    margin-top: -20px !important;
    margin-right: 85px !important;
}


#tld-suggestion-result-table thead .sorting_desc:after {
    content: "\e156";
    position: static !important;
    margin-top: -20px !important;
    margin-right: 85px !important;
}

#netafraz-suggestion-result-table thead .sorting_desc:after {
    content: "\e156";
    position: static !important;
    margin-top: -20px !important;
    margin-right: 85px !important;
}

#tld-suggestion-result-table thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}

#netafraz-suggestion-result-table thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}

#netafraz-suggestion-result-table thead th {
    position: sticky !important;
    z-index: 12 !important;
    top: 0px !important;
    background: white !important;
}

@media (max-width:481px)  {

    #tld-suggestion-result-table_filter input{
        width: 100% !important;
    }

    #netafraz-suggestion-result-table_filter input{
        width: 100% !important;
    }
}


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

    #netafraz-suggestion-result-table_filter{
        margin-top: -58px;
    }

    #netafraz-suggestion-result-table_filter input {
        width: 595px !important;
    }

    #tld-suggestion-result-table_filter{
        margin-top: -58px;
    }
    #tld-suggestion-result-table_filter input{
        width: 595px !important;
    }
}

.domain-and-price {
    display: flex;
    justify-content: space-between;
}

.netafraz-btn-btn-add-to-card, .netafraz-btn-unavailable {
    font-size: 12px !important;
}