.wrapper {
    height: auto;
    margin: 0;
    border-bottom: 1px solid #e9eef2;
    padding-bottom: 9rem;
}

.text-box-search {
    border-bottom-left-radius: 3rem;
    border-top-left-radius: 3rem;
    background-color: #e9eef2;
    padding-left: 3rem;
    border: 1px solid #cbd9ef !important;
    box-shadow: none;
}

.button-search {
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
    padding-left: 2rem;
}

.button-search, .text-box-search {
    height: 5rem;
    max-height: 5rem;
}

.history-payment-table thead tr th, .history-payment-table tbody tr td {
    height: auto;
    max-width: 11rem;
    word-wrap: break-word;
}

.history-payment-table {
    width: 111rem;
    max-width: 111rem;
}

.history-payment-table tr {
    height: auto;
    /* max-height: 7rem; */
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    padding: 0px 2.5rem;
    background-color: #286ed4;
}

.input-group-btn:last-child>.btn:focus {
    outline: none;
    border: 1px solid #fff0;
    box-shadow: none !important;
}

.history-payment-table thead tr th {
    text-align: center;
    padding: 15px 0 15px 0;
    color: #2d3c55;
    font-weight: bold;
    border: 0px;
}

.table>thead:first-child>tr:first-child>th {
    padding: 2rem 0 2.3rem 0;
}

.history-payment-table thead tr {
    border-top: .3rem solid #e9eef2 !important;
}

.history-payment-table tbody tr td {
    text-align: center;
    padding: 2.5rem 0 2rem 0;
    font-weight: normal;
    color: #2d3c55;
    font-size: 10.5pt;
    line-height: 2.4rem;
    border-bottom: 1px solid #d5d5d5;
}

.price {
    font-size: 11pt;
    color: #f82727;
    font-weight: bold;
}

.bill-detail {
    color: #708099;
}

.payment-images {
    max-width: 11rem;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 1% 0%;
    font-size: 9.1pt !important;
    border-radius: 2rem;
    width: 11rem;
    height: 2.4rem;
    cursor: default !important;
}

.btn-sm:hover {
    box-shadow: none !important;
    border: 1px solid #fff0 !important;
    background-color: #5cb85c!important;
}

.page-tittle h2 {
    color: #2d3c55;
    font-size: 24pt;
    font-weight: bold;
    padding: .2rem 0 0 1.5rem;
}

.pagination-page {
    float: right;
    margin: 0;
}

.form-input {
    padding: 1rem 0 4rem 0;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    margin: 2.5rem 0 0 1rem;
    border-radius: .2rem;
    width: 3.3rem;
    height: 3.3rem;
    text-align: center;
    font-size: 11pt;
}

.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 6px 0px !important;
    color: #999999;
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #286ed4 !important;
    border: 0px !important;
}

.btn-danger {
    background-color: #f46363 !important;
    border: 0px;
}

.icon-right {
    margin: 0 0 5px 0;
}

.table-responsive {
    overflow: auto !important;
}

/*hover button back*/

.btn-back-to-form .icon-back img {
    padding-right: .5rem;
    padding-bottom: .5rem;
    transition: 0.5s;
}

.btn-back-to-form:hover .icon-back img {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .search-form {
        padding: 1.5rem 2rem 0 3rem;
    }
}

@media (min-width: 1200px) {
    .search-form {
        padding-top: 1.5rem;
    }
}

@media (max-width: 767px) {
    .btn-group-sm>.btn, .btn-sm {
        margin: 0;
        font-size: 9pt !important;
        padding: 1% 7%;
    }
    .table-responsive {
        border: none !important;
    }
    .history-payment-table {
        border: none;
    }
    .page-tittle h2 {
        font-size: 17pt;
        font-weight: normal;
        text-align: center;
    }
    .history-payment-table tbody tr td {
        text-align: center;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
    .form-input {
        padding: 4rem 0 4rem 0;
    }
}

.btnStatus{
    border-radius: 2rem;
 }
 .hearderTblTracuu{
    background: #5dabf7;
    height: 54px;
 }