.info p{
    text-align: justify;
}
.section_cta_new_content {
    margin: 30px 0;
}

.section_cta_new_content a {
    max-width: 300px;
    margin: 20px auto;
    font-size: 18px;
    padding: 10px 30px;
    transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section_cta_new_content h3 {
    font-size: 30px;
}

.uppercase {
    text-transform: uppercase;
}

.section_cta_new_content a:hover {
    transform: scale3d(1.05, 1.05, 1.05);
}
.form-search-domain form.form-contact button {
    min-width: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-add-to-cart .un_select.un_select_top {
  gap: 20px;
}
.btn-add-to-cart .checker {
  color: green;
}
.section-service-domain {
    padding: 50px 0;
    
}

.free-domain-table {
    padding: 20px;
/*    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    border-radius: 10px;

}
.free-domain-table table {
    background: #fff;
    border:1px solid #dee2e6;
    border-radius: 5px;
}

.free-domain-table .form-control {
    font-size: 1rem;
    height: 45px;
    border: 1px solid #ccc;
}
a.backorder_register {
    background: var(--color-main);
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
}

table#domain_list tr td {
    padding: 14px;
}

a.backorder_register:hover {
    background: #fff;
    border-color: var(--color-main);
    color: var(--color-main);
}

.free-domain-table table th {
  white-space: nowrap;
}
#domain_list_wrapper {
  overflow: auto;
}
.top-search-domain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
span#filter_status_text b {
    background: var(--color-main);
    font-size: 14px;
    color: #fff;
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 500 !important;
    background: #CEF1FF;
    color: var(--color-highlight);
    border-color: #CEF1FF;
}
.div-whois-pricing.free-domain-whois-pricing.domain_whois_status .view_whois {
    max-width: 60%;
}
.free-domain-table .btn-add-to-cart a:not(.continue_to_checkout) {
    max-width: 60%;
    display: flex;
    margin: 2px auto;
    padding: 0 25px;
    background-image: linear-gradient(left, #4ABAB9, #058DC2);
    background-image: -webkit-linear-gradient(left, #2d9695, #058DC2);
    background-image: -o-linear-gradient(left, #058DC2, #4ABAB9);
    border: 0;
    align-items: center;
    justify-content: center;
}
button#btn_toggle_filter {
    width: 150px;
    border-radius: 5px;
    flex-basis: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: all .3s ease-in-out;
    height: 45px;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

input#filter_domain_name {
    border-radius: 5px;
    border-color: #E4E8F5;
    height: 45px;
    background: #E4E8F5;
}
button#btn_toggle_filter.open-filter {
    /*background: var(--color-main);
    color: #fff;
    border-color: var(--color-main);
    height: 45px;*/
    color: var(--color-main);
}

button#btn_toggle_filter.open-filter i {
    color: #fff;
    color: var(--color-main);
}
button#btn_search {
    width: 150px;
    border-radius: 5px;
    flex-basis: 150px;
    height: 45px;
}

.bottom-search-domain h5 {
    margin-top: 20px;
}
.section-banner-search-domain>img {
    height: 15vw;
    object-fit: cover;
    width: 100%;
}
button#btn_toggle_filter i {
    color: var(--color-main);
}

div#advanced_filter .row {
    margin-top: 20px;
}

div#advanced_filter .row h6 {
    font-size: 1rem;
    font-weight: bold;
}

.free-domain-table input[type=number] {
    border-radius: 3px;
    font-size: 14px;
    height: 35px;
    padding-left: 10px;
}

.flex-item {
    display: flex;
    gap: 5px;
}
button#btn_filter {
    border-radius: 5px;
    background: var(--color-highlight);
}
.ext-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    /* Khoảng cách giữa các hàng và cột */
    gap: 5px 1px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

label.d-block {
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.dt-length {
    text-align: right;
}
.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

.dataTables_scrollBody {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

#domain_free_list th,
#domain_free_list td {
    white-space: nowrap;
    vertical-align: middle;
}
div.dt-container .dt-paging .dt-paging-button {
    /*border-color: #cccccca3;
    border-radius: 3px;*/
     border-radius: 3px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    background: var(--color-main);
    border-color: var(--color-main);
    color: #fff !important;

}
button#btn_toggle_filter:hover{
    color: var(--color-main);
}
.top-search-domain {
    position: relative;
}
 table.dataTable > thead > tr > th{
    height: 55px;
    vertical-align: middle;
}
 table.dataTable thead tr first-child{
    border-top-left-radius: 5px;

}
 table.dataTable  thead tr last-child{
    border-top-right-radius: 5px;

}
/* Dropdown container for bộ lọc nâng cao */
#advanced_filter.filter-dropdown {
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
    border: 0;

}
.col-12.info {
    text-align: center;
    margin-bottom: 20px;
}

.col-12.info .title {
    font-size: 60px;
    font-weight: 700;
    color: var(--color-main);
}
div.dt-container select.dt-input {
    background: #fff;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
/* Highlight từ khóa tìm kiếm */
.highlight-keyword {
    background-color: #ffeb3b;
    color: #000;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
}
.content-404 {
            padding: 15px;
            background-image: linear-gradient(left, #4ABAB9, #058DC2);
            background-image: -webkit-linear-gradient(left, #2d9695, #058DC2);
            background-image: -o-linear-gradient(left, #058DC2, #4ABAB9);
            border-radius: 5px;
            padding: 30px;
            margin-top: 40px;
        }
        .title-404 {
            text-align: center;
            font-weight: bold;
            color: #fff;
        }
        .slogan-section h2 {
            font-size: 18px;
        }
        .content-404 p {
            text-align: center;
            color: #fff;
        }
        .form-search-domain form.form-contact .form-group{
            flex:1;
        }
        .form-search-domain form.form-contact .form-group input.form-control{
            width: 100%;
            height: 45px;
            padding: 10px;
            border-radius: 5px;
            border-color: #ccc;
        }
        .form_whois_news {
            margin-top: 40px;
        }
        .content-404 {
            padding: 15px;
            background-image: linear-gradient(left, #4ABAB9, #058DC2);
            background-image: -webkit-linear-gradient(left, #2d9695, #058DC2);
            background-image: -o-linear-gradient(left, #058DC2, #4ABAB9);
            border-radius: 5px;
            padding: 30px;
            margin-top: 40px;
        }

        form#form_check_domain_news {
            padding: 10px;
            background: #fff;
            border-radius: 5px;
            gap: 5px;
            width: 60%;
            margin: 0 auto;
        }
        .form-search-domain form.form-contact button {
            height: 45px;
            border-radius: 5px;
        }
@media (min-width: 768px) {
    #advanced_filter.filter-dropdown {
        width: 100%;
        max-width: 100%;
    }
    div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start{
        margin-left: auto;
        margin-right: 0;
    }
    div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start label{
        margin-bottom: 0;
    }
    .section-service-domain.section-list-domain {
        padding-bottom: 300px;
    }

    .free-domain-table {
        margin-top: -350px;
    }
    .free-domain-table .domainvn_register_loader{
        top: -280px;
    }
    .custom-paging-row .dt-layout-cell.dt-layout-start {
        margin-left: 0 !important;
    }
}
/* Hint kéo ngang */
@media (max-width: 768px) {
    .dataTables_scrollBody::after {
        content: "← Kéo ngang để xem nút Đăng ký →";
        display: block;
        text-align: center;
        font-size: 12px;
        color: #999;
        padding: 6px 0;
    }
    #domain_free_list td a.continue_to_checkout{
        width: fit-content;
        margin-right: 0;
        height: 34px;
        font-size: 12px;
    }
    .section-service-domain {
        margin: 0;
    }
    #advanced_filter.filter-dropdown{
        top: 50px;
    }
    .btn-add-to-cart .un_select.un_select_top {
        gap: 0;
        margin-right: 0;
    }
    .col-12.info .title {
        font-size: 32px;
    }

}

@media(max-width: 991px){
   

    .bottom-search-domain .row .col-md-3 {
        margin-bottom: 5px;
    }
    .section_cta_new_content h3{
        font-size:20px;
    }
    .section_cta_new_content a {
        max-width: fit-content;
        
        font-size: 16px;
        
    }
    .skin_backorder_new .form-search-domain form.form-contact button {
        height: 46px;
        display: flex;
        align-items: center;
        padding: 0;
        min-width: 70px;
    }
    .section-note-service-domail {
        padding: 30px 0;
    }

    .section-note-service-domail .content-note-service-domail .img {
        padding-top: 50%;
    }

    .title_header_1, .title-section {
        margin-bottom: 10px;
    }

    .btn-add-to-cart a:not(.continue_to_checkout) {
      max-width: 120px;
      height: 30px;
      line-height: 30px;
    }
    .section-service-domain{
        padding: 0;
    }

    .section-list-domain{
        background: #fff;
        padding:35px 0;
    }

    .free-domain-table {
      
    }
    button#btn_search {
        width: 100%;
        flex-basis: 100%;
    }

    .top-search-domain {
        flex-wrap: wrap;
        gap: 10px;
    }
     .form_whois_news {
        margin-top: 25px;
    }

    .form-search-domain form.form-contact .form-group input.form-control {
        font-size: 14px;
        height: 40px;
    }

    .form-search-domain form.form-contact button {
        font-size: 14px;
        height: 40px;
        margin: auto;
        margin-top: 10px;
    }

    form#form_check_domain_news {
        text-align: center;
    }

    .form-search-domain-validate .error_info {
        font-size: 12px;
        bottom: -9px;
        position: inherit;
        margin-bottom: 10px;
    }

    .form-search-domain-validate .search_domain.error {
        border: 0 !important;
    }
    input#filter_domain_name {
        height: 45px;
        max-width: 66%;
    }

    button#btn_toggle_filter {
        width: 30%;
        flex-basis: 30%;
    }

    button#btn_toggle_filter {
        height: 45px;
    }
     form#form_check_domain_news {
        width: 100%;
    }
}
