.payrolls-wrapper {
    .table-filter-menu {
        right: auto !important;
        left: 0 !important;
        width: 312px !important;
        min-height: 158px;

        .ant-btn {
            min-width: 68px !important;
            height: 34px !important;
        }
        .button-default {
            background: #f6f6f6 !important;
            border: 1px solid #c7c7c7 !important;
            color: #a2a2a2 !important;
            margin-right: 14px;
        }
        .ant-form-item {
            margin-bottom: 16px !important;
        }
    }
}

.create-payrolls-wrapper {
    .button-back {
        margin-bottom: 0 !important;
    }
}

.view-payrolls-wrapper {
    .details-header {
        width: 100%;
        height: 107px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        padding: 20px;
        margin-bottom: 20px;

        .vertical-divder {
            width: 0px;
            height: 64px;
            border: 1px solid #dcdcdc;
        }
    }
}

.payroll-add-payment-wrapper {
    .primary-input {
        width: 100% !important;
    }
}

.payslip-details-wrapper {
    .header {
        width: 100%;
        min-height: 116px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        padding: 20px 30px;
        margin-bottom: 33px;

        .vertical-divider {
            width: 0px;
            height: 72px;
            border: 1px solid #dcdcdc;
        }
    }
    .boxed-card {
        width: 100%;
        height: 346px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        padding: 20px;
        li {
            padding-bottom: 16px;
        }
        li:not(:first-child) {
            padding-top: 16px;
        }
        li:not(:first-child) {
            border-top: 1px solid #e3e3e3;
        }
        li:last-child {
            font-weight: 600;
        }
    }
    .boxed-card:not(:last-child) {
        margin-bottom: 20px;
    }
    .summary-card {
        width: 100%;
        min-height: 213px;
        background: #ffffff 0% 0% no-repeat padding-box;
        border: 1px solid #d4d4d4;
        border-radius: 4px;
        padding: 0 !important;
        margin-bottom: 20px;

        li {
            padding: 20px !important;
            margin: 0 !important;
        }
        li:first-child {
            border-bottom: 1px solid #e8e8e8;
        }
        .bg-success-li {
            background-color: #e4fff0;
            color: #089752;
            margin: 0 !important;
            font-size: 16px;
            font-weight: 600 !important;
            padding: 14px 16px !important;
            border-top: 1px solid #e8e8e8 !important;
            border-bottom: 1px solid #e8e8e8 !important;
        }
    }
    .payment-history-wrapper {
        li:last-child {
            border: 0 !important;
            font-weight: 400 !important;
        }
        li:first-child {
            font-weight: 500 !important;
        }
        .boxed-card {
            height: auto !important;
            min-height: 346px !important;
            li:not(:first-child) {
                border-top: 1px solid #e3e3e3 !important;
            }
        }
    }
}

.generate-payrolls-modal {
    .primary-input {
        width: 175px !important;
    }
}
