.wrapper {
    height: auto;
    margin: -2rem 0 0 0;
    background-image: url(/assets/images/back-ground.png);
    background-size: auto 100%;
}

.left-tittle p {
    font-size: 11pt;
    color: #1f2830;
    padding: 1rem 0 0 0;
    font-weight: 500;
}

.left-tittle p a {
    color: #7c8aa1;
    font-weight: 400;
    line-height: 25px;
}

.left-tittle p a:hover {
    text-decoration: none;
}

.name-member h4 {
    color: #3b83e1;
    font-size: 20pt;
    font-weight: bold;
}

.payment-tittle h3 {
    color: #2d3c55;
    font-weight: bold;
    font-size: 21pt;
    padding: 3rem 0 0 1rem;
}

.detail-member-line {
    height: 1px;
    background-color: #e4ecf2;
    margin: 1rem 0rem;
    padding: 0;
}

.back-payment button {
    margin: 2% 0% 10% 0;
    width: 17rem;
    height: 5rem;
    background-image: linear-gradient(#60aef9, #2f71d4);
    color: white;
    border-radius: 3rem !important;
    box-shadow: 10px 20px 50px -5px #60aef9;
}

.back-payment button .icon-back img {
    transition: 1s;
}

.back-payment button:hover, .back-payment button:focus {
    color: white;
}

.back-payment button:focus {
    outline: none !important;
}

.back-payment button:hover .icon-back img {
    /* padding-right: 1rem;
    transform: rotate(360deg); */
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.detail-member {
    background: white;
    max-height: 33rem;
}

.avatar-member img {
    height: 100%;
    max-height: 100%;
}

.payment-tittle {
    padding: 3% 0 0 0
}

.back-payment button {
    float: right;
}

.left-tittle {
    padding: 1rem 0 0 1.5rem;
}

/* css table */

thead, tbody, tr, td, th {
    display: block;
}

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.payment-table tbody {
    height: 27rem;
    overflow-y: scroll;
    /* overflow-x: auto; */
}

.payment-table thead th {
    height: 6rem;
}

.payment-table tbody td {
    width: 25%;
    float: left;
    height: auto;
}
.payment-table  thead tr th {
    width: 24%;
    float: left;
    height: auto;
}

.btn {
    border-radius: 2rem !important;
    border: 0px !important;
}

.btn-group-sm>.btn, .btn-sm {
    text-align: center !important;
    font-size: 10pt !important;
}

.payment-table {
    background: white;
    min-width: 73.5rem;
}

.payment-table tbody tr td {
    padding: 2rem;
    text-align: center;
    overflow: auto;
}

.payment-table thead tr th {
    text-align: center;
    color: white;
    font-weight: normal;
    padding: 2rem 0 2rem 0;
    font-size: 11.5pt;
}

.payment-table thead {
    background-image: linear-gradient(to right, #286ed4, #5dabf7);
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border: 0px;
}

.payment-table-status-failed {
    width: 13rem;
    background-color: #f46363;
    color: white;
}

.payment-table-status-pass {
    width: 13rem;
    background-color: #5cb85c;
    color: white;
}

.payment-table-action {
    width: 11rem;
    background-color: #e2ecf0;
}



.payment-button:hover {
    background-image: linear-gradient(#60aef9, #2f71d4);
    color: white;
}

.price, .bill-name {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 3rem;
}

.price {
    font-size: 11.2pt;
    color: #f82727;
    font-weight: bold;
}

.bill-name {
    color: #708099;
    font-size: 10.7pt;
}

/* css table */

.btn:hover {
    color: #fff !important;
}

.icon-back img {
    padding-right: .5rem;
    padding-bottom: .5rem;
}

td a:hover {
    text-decoration: none;
}

.btn-danger {
    background-color: #f46363 !important;
    border: 0px;
}

.payment-table-status-failed, .payment-table-status-pass {
    cursor: default;
}

.payment-table-status-failed:hover, .payment-table-status-failed:focus{
    color: white;
    border: 0px;
}

@media (max-height: 760px) {
    .payment-tittle {
        padding: 0 0 0 0;
    }
}

@media (min-width: 1200px) {
    .detail-member {
        height: 33rem;
        padding: 2rem 3rem;
        width: 38rem;
    }
    .wrapper {
        padding-bottom: 10rem;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .name-member h4 {
        font-size: 16pt;
    }
    .left-tittle p {
        font-size: 9pt;
    }
    .detail-member {
        height: 33rem;
        padding: 2rem 1rem 0 1rem;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .detail-member {
        padding: 2rem 3rem;
        height: auto;
        margin: 2rem 0;
    }
    .left-tittle {
        padding: 1rem 2rem;
    }
    .avatar-member {
        text-align: center;
    }
    .payment-tittle h3 {
        padding: 0 1rem;
    }
    .back-payment button {
        float: none;
    }
    .back-payment {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .wrapper {
        margin: 0 0 0 0;
    }
    .detail-member {
        padding: 2rem 2rem;
        height: auto;
        margin: 2rem 0;
    }
    .name-member h4 {
        font-size: 16pt;
    }
    .payment-tittle {
        text-align: center;
        padding: 0 0 0 0;
    }
    .back-payment button {
        float: none;
    }
    .back-payment {
        text-align: center;
    }
    .table-responsive {
        border: none !important;
    }
    .payment-table-status-failed, .payment-table-status-pass {
        padding: 5px 0;
    }
    .back-payment button {
        margin: 10vw 0% 10vw 0;
    }

    .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 !important;
    }
}