﻿@media (max-width: 1344px) {
    .edit-button{
        min-width:85px;
        display:block;
        margin:5px 5px;
    }
    .contact-result-btn {
        min-width: 85px;
        display: block;
        margin: 5px 5px;
    }
    .more-contact-btn {
        min-width: 85px;
        display: block;
        margin: 5px 5px;
    }
}
@media (max-width: 992px) {
    .search-header th{
        min-width: 100px !important
    }
    .customer-table th {
        min-width: 130px !important
    }
    .user-transaction-table th {
        min-width: 100px !important
    }
}
@media (max-width: 992px) {
    .search-header th {
        min-width: 100px !important
    }
}
@media (max-width: 1300px) and (min-width: 992px) {
    .card h5 {
        font-size:1rem!important
    }
    .card .card-title{
        font-size:0.8rem!important;
    }
}