.list-payment {
    padding: 10px;
    margin: 60px 0px 0px 0px !important;
}
.card-payment {
    margin: 10px;
    border-radius: 10px;
    width: 48%;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.06);
}
.card-header {
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(to right, #3091af, #a4d6e7,#3091af);
    box-shadow: 0px 3px 9px 0px #3091af63;
    animation: gradientBG 9s ease infinite;
    background-size: 400% 400%;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.sub-card-header {
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}
.ant-divider-inner-text {
    font-size: 12px;
    color: #828282;
}
@media screen and (max-width: 1040px) {
    .card-payment{
        width: 100%;
        margin: 10px 0px 10px 0px;
    }
}

.card-header .ant-descriptions-item-label {
    font-size: 10px;
    color: #eaeaea;
}
.card-header .ant-descriptions-item-content , .card-header .ant-descriptions-item-content span {
    color: white;
    font-size: 12px;
}
.request_approve_header {
    margin-left: 30px !important;
}
.request_approve {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.card-header .ant-descriptions-item-content span {
    color: #c80909;
}
.card-header .ant-descriptions {
    margin: 20px;
}
.sub-card-header .ant-descriptions-item-label {
    font-size: 12px;
}
.sub-card-header .ant-descriptions-item-content , .sub-card-header .ant-descriptions-item-content span {
    font-size: 10px;
}
.approve_amt {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dt-request-pay {
    padding: 10px;
}
.dt-request-pay-many {
    padding: 10px;
    background-color: #F2F4F7;
    border-radius: 5px;
    margin-bottom: 10px;
}
.type-request .ant-descriptions-item-content{
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #3091af;
}
.dt-request-pay .ant-descriptions-item-label , .dt-request-pay .ant-descriptions-item-content{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 185px;
}
.approve_amt_dt {
    float: right;
    padding-right: 10px;
}
.status_amt_dt .ant-descriptions-item-content {
    color: #FF6600 !important;
}
.approve_amt_dt .ant-descriptions-item-content {
    color: #3091af;
}
.slip_show img {
    cursor: pointer;
}
.ant-modal-body {
    padding: 0;
}
.arrowdown-collapse {
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
}
.up-side {
    margin-left: 10px;
}
.frame-qr {
    width: 200px;
    height: 200px;
    margin: 0 auto 10px auto;
}
.frame-qr img {
    position: absolute;
    z-index: 10;
    margin-top: 10px;
    margin-left: 10px;
}
#frame {
    position:absolute;
    height:200px;
    width:200px;
    background-color:white;
    border:1px solid red;
}
  
#conner {
    position: relative;
    top: -1px;
    left: -1px;
    height: 202px;
    width: 202px;
    background-color: #ffffff;
    border-radius: 40px;
}
.promptpay-number {
    margin-left: 10px;
    margin-top: 20px;
}
.remark-qr {
    margin-left: 10px;
}
.promptpay-number .ant-descriptions-item-label , .promptpay-number .ant-descriptions-item-content {
    font-size: 12px;
}
.promptpay-code .ant-descriptions-item {
    margin-right: 10px;
}
.promptpay-number .ant-descriptions-item-label {
    color: #b4b4b4;
}
.promptpay-number .ant-descriptions-item-content { 
    color: #3091af;
}
.remark-pay .ant-descriptions-item-content{
    font-size: 12px;
    color: #e2241e;
}
.mark-success-pay {
    margin-top: 10px;
    text-align: center;
}
.mark-cancel-pay {
    margin-left: 10px;
    padding-left: 13px;
}
.footer-scan {
    text-align: center;
    margin-bottom: 10px;
}
.ant-descriptions-view table {
    width: 100%;
}