.main-div-drawer{
    padding:10px;
    min-height: 91vh;
}
.basic{
    display: flex;
    /*justify-content: space-between;*/
    padding: 10px;
    flex-direction: column;
}
.basic p{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 14px 0;
}
.header-drawer{
    border-bottom: 1px solid lightgray;
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.header-drawer span{
    font-size: 20px;
    font-weight: 600;
}
.width50{
    width: 380px !important;
}
.voucher-filter{
    /*margin: 70px 0 0 0;*/
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
}
.voucher-type-filter{
    border-bottom: 1px solid lightgray;
}
.account-code-filter{
    border-bottom: 1px solid lightgray;
    min-height: 280px!important;
}
.effectLessVoucher-filter{
    border-bottom: 1px solid lightgray;
}
.detail-accounts-filter{
    border-bottom: 1px solid lightgray;
}
.remain-filter{
}
.add-voucher-kind-icon{
    background: white;
    width: fit-content!important;
    border-radius: 7px;
    padding: 5px!important;
    display: flex;
    align-items: center;
    margin: 0 0 5px 5px;
}
.add-voucher{
    height: auto;
}