.approve_amount {
    padding: 10px;
    margin: 60px 0px 0px 0px !important;
}
.header-approve-amt {
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.06);
}
.circle_amount {
    position: relative;
    display: flex;
    border-radius: 100%;
    background: linear-gradient(to right, #3091af, #7cc7e1);
    width: 200px;
    height: 200px;
    justify-content: center;
    margin: auto;
    padding: 10px;
    align-items: center;
}
.incircle span {
    font-size: 18px;
    word-wrap: break-word;
    max-width: 150px;
    color: #ffffff;
}
.dotrotate {
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    background-image: linear-gradient( 67.3deg,  rgba(36,82,121,1) 39.2%, rgba(59,133,197,1) 95.6% );
    border-radius:50%;
}
.framedotrotate{
    width: 135px;
    height: 180px;
    position:absolute;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:linear;
    -webkit-animation-name:orbit;
    -webkit-animation-duration:10s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:linear;
    -moz-animation-name:orbit;
    -moz-animation-duration:10s;
}

@-webkit-keyframes orbit { 
    0% { -webkit-transform:rotate(-110deg) } 
    50% { -webkit-transform:rotate(180deg) }
    100% {
        -webkit-transform:rotate(-110deg)
    }
}
@-moz-keyframes orbit { 
    0% { -moz-transform:rotate(-110deg) } 
    50% { -moz-transform:rotate(180deg) } 
    100% { -moz-transform:rotate(-110deg) } 
}
.body-list-history  {
    overflow: auto;
    max-height: 270px;
    border-radius: 5px;
    border: 1px solid#3091af;
    height: 263px;
}

/*scroll bar*/
.body-list-history::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important;
	background-color: #FFFFFF;
}

.body-list-history::-webkit-scrollbar
{
	width: 6px;
	background-color: #FFFFFF;
}

.body-list-history::-webkit-scrollbar-thumb
{
	background-color: gainsboro;
}

.box-inlist {
    padding: 20px;
    border-bottom: 1px solid #3091af;
}
.box-inlist:hover {
    background: linear-gradient(to right, #3091af, #7cc7e1);
    color: white;
}
.col-circle-amount {
    height: 300px;
    padding: 20px;
    align-items: center;
    display: flex;
}
.header-list-history , .header-list {
    height: 30px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-circle {
    position: absolute;
    bottom: 0px;
}
.body-list {
    overflow: auto;
    max-height: 260px;
    border-radius: 5px;
    border: 1px solid#3091af;
}
.box-inlist-approve {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #3091af;
}
.box-inlist-approve:hover {
    background: linear-gradient(to right, #3091af, #7cc7e1);
    color: white;
}
.name-inlist {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.amount-inlist {
    margin-left: auto;
    font-size: 12px;
    color: red;
}
@media screen and (max-width: 450px) {
    .box-inlist-approve{
        display: block;
    }
    .amount-inlist {
        margin-top: 10px;
        text-align: center;
    }
}
.date-history {
    font-size: 10px;
}
.list-history {
    display: flex;
    font-size: 12px;
}
.list-amt-history {
    flex: 1;
}
.fin-amt-history {
    color: red;
}
.report_frame {
    background: white;
}
.modal-report {
    width: fit-content !important;
    top: 20px !important;
}
.ant-modal-body {
    padding: 0;
}
.list-history-detail{
    overflow: auto;
    max-height: 270px;
    scrollbar-width: 0;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* padding: 20px; */
}

.list-history-detail .wd-list {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.list-history-detail .wd-list .wd-card {
    display: flex;
    flex-direction: row;
    padding: 5px;
    flex: 1 1 0%;
}

.wd-card .wd-avatar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/*scroll bar*/
.list-history-detail::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1) !important;
	background-color: #FFFFFF;
}

.list-history-detail::-webkit-scrollbar
{
	width: 6px;
	background-color: #FFFFFF;
}

.list-history-detail::-webkit-scrollbar-thumb
{
	background-color: gainsboro;
}

.hide_detail {
    max-height: 0px !important;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}