.th-quantity {
    width: 125px;
}
div.dt-button-collection .dt-button {
    min-width: auto;
}
div.dt-buttons {
    position: relative;
    float: left;
}

@media screen and (max-width: 425px) {
    .td-name {
        min-width:200px
    }
    .td-price {
        min-width:120px
    }
    .td-quantity {
        min-width: 100px
    }
    .td-points {
        min-width:200px
    }
    .td-subtotal {
        min-width:200px
    }
    .btn-search {
        margin-top: 0;
    }
    div.dt-buttons {
        justify-content: center;
    }

    .country-select {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.login-page-0001 {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/bg02.jpg');
}

.country-select {
    width: 100%;
}

.disabled{
    pointer-events: none;
}