/*
   * Page Start erp/request-money/
   */
[data-request-filter] {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    height: auto;
    /* overflow-y: scroll; */
    transform: translateY(100%);
    transition: .3s ease-in-out;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    --offset: 30px;
    margin-left: calc(var(--offset) / -2);
    margin-right: calc(var(--offset) / -2);
    padding-top: 30px;
    padding-bottom: 30px;
    background: #E4E7F0;
    z-index: 5;
    /* border-radius: 20px 20px 0px 0px; */

}
[data-request-filter-close] {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 250px !important;
    margin:0 !important;
    background: #E4E7F0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease-in-out;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

[data-request-filter-close] span {
    display: inline-block;
    margin-right: 10px;
}
[data-request-filter-close] svg {
    transition: .3s ease-in-out;
    fill: #353f58;

}
.active [data-request-filter-close] svg{
    transform: rotate(180deg);
}
[data-request-filter] >* {
    width: 25%;
    margin-left: calc(var(--offset) / 2);
    margin-right: calc(var(--offset) / 2);
}
.active[data-request-filter] {
    transform: translateY(0%);
}

.container-table th {
    z-index: 2;
}
.container-table th .btn-cell-wrapper span {
    padding-right: 7px;
}
.container-table th.current-sorted.ascent .btn-cell-wrapper span {
    color: #417BBF;
}

.container-table th.current-sorted .btn-cell-wrapper span:after {
    content: '↓';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    transition: .3s ease-in-out;
}
.container-table th.current-sorted.ascent .btn-cell-wrapper span:after {
    transform: translateY(-50%) rotate(180deg);
}
.search-request-money {
    position: static;
    height: 40px;
    width: 320px;
    margin-bottom: 15px;
}

.erp-u-app-modal__nav-btn {
    height: 40px;
    width: 320px;
    border-radius: 25px;
    margin-bottom:15px;

}
.request-money__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.request-actions-dot {
    display: flex;
    justify-content: space-between;
    width: 90px;
}

.erp-div-search{
    margin-bottom: 29px;

}
.erp-input-search{
    height: 40px;
    width: 15px;
    top: 75%;
}
/*
* Page END erp/request-money/
*/


.calculator__download-contract-btn{
    width: 40px;
    background-color: transparent;
    font-family: 'Montserrat-Medium';
    font-size: 12px;
    line-height: 100%;
    color: #353f58;
    border: 1px solid #e4e7f0;
    transition: border-color 0.3s ease-out;
}