.frm-buyer .flex-center{
    display: block;
}
.frm-buyer .my-4{
    text-align: center;
}
.frm-buyer input[name=name]{
    max-width: 260px;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pointer {
    cursor: pointer;
}

.buyer-page .buyer-top {
    background: #f59bce;
    padding: 15px 0;
}

.buyer-page .btn-action {
    color: #868686;
    border: 1px solid #868686;
    background: #fff;
    padding: 3px 15px;
}
.buyer-top .btn-status {
    color: #FF9C00;
    border: 1px solid #FF9C00;
    margin-right: 10px;
}
.buyer-page a{
    color: inherit;
}

.buyer-page select.btn-action{
    min-width: 200px;
}

.buyer-mh{
    min-height: 150px;
}

.buyer-page button:focus, .buyer-page input:focus, .buyer-page select:focus {
    outline: 0;
}

.buyer-page button.btn-action {
    cursor: pointer;
}

.buyer-page .btn-action.dark {
    background: #797979;
    color: #fff;
}

.buyer-page .btn-action + .btn-action {
    border-left: none;
}

.container-page {
    max-width: 1200px;
    margin: auto;
}
.buyer-page .btn-action.disabled div {
    opacity: 0.65;
    pointer-events: none;
}

.frm-buyer {
    background: #fff;
    width: 350px;
    position: absolute;
    left: 50%;
    top: 170%;
    transform: translateX(-50%);
    border: 1px solid #868686;
    z-index: 9;
}

.frm-buyer .head {
    background: #f2f2f2;
    color: #333;
}

.frm-buyer::before {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: #f2f2f2;
    border-top: #868686 solid 0.12rem;
    border-left: #868686 solid 0.1rem;
    transform: scaleY(1.5) rotate(45deg) translateX(-50%);
    top: -1px;
    left: 50%;
}

.close-b {
    width: 16px;
    height: 16px;
    background-image: url("../img/x.svg");
}

.btn-print-image {
    display: block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    background: #f8f9fb;
}

.btn-print{
    margin: 5px auto 0 auto;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.btn-print::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-print-list-parent .c-circle-btn p{
     width: 100%;
     margin: 0;
     left: 0;
}

.btn-action-buyer{
    border: 1px solid #00c8c8;
    color: #00c8c8;
    background: #ffffff;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.label-buyer {
    background: #d9f5f6;
    margin-right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-header {
    background-color: rgba(102, 102, 102, 0.9);
    color: #fff;
    padding: 0;
    text-align: center;
    z-index: 999;
}

.st-count {
    display: none;
}

.sticky-header .st-count {
    display: block;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.buyer-top .btn-status img{

}

.buyer-top .btn-status{
    color:#FF9C00;
    border:1px solid #FF9C00;
    margin-right: 10px;
}

.justify-content-between .date{
    display: block;
    width: 255px;
    font-size:12px
}

