.LedgerReport-heading { font-size: 20px; font-weight: 600; } .MasterLedger-Report { // width: 100vw; padding: 0rem 0; overflow: hidden; background-color: #fff; border-radius: 12px; height: 88vh; .Submit { .primary_Button { width: max-content !important; } } } .LedgerTable { height: 73vh; scrollbar-width: thin; width: 100%; overflow: auto; tr:nth-child(even) { background-color: #e9e8e8 !important; border: none; } } .RadioButton { display: flex; flex-wrap: nowrap; justify-items: center; } .RadioButton-DMYPicker .ant-radio-group { flex-wrap: nowrap; display: flex; } .RadioButton .ant-radio-group { flex-wrap: nowrap; display: flex; } .Dropdown-DatePicker { display: flex; align-items: center; // padding: 0.2rem 0px; flex-direction: row; column-gap: 2rem; flex-wrap: wrap; width: 100%; position: relative; height: 60px; } .Ledger-datePicker { .ant-space-item { height: 70px; } .ant-picker { width: 250px !important; height: 50px !important; display: flex; align-items: center; } } .AllRadioButton { display: flex; justify-items: center; flex-wrap: nowrap; flex-wrap: wrap; } .LedgerDropDate { display: flex; // align-items: center; justify-content: space-between; width: 100%; gap: 2rem; flex-wrap: wrap; // overflow-x: scroll; } .ledger-PrintIcon { font-size: xx-large; } .RadioButton-DMYPicker { display: flex; padding-left: 10px; border-style: groove; // align-items: center; } .LR-DatePicker { display: flex; flex-direction: column; font-size: 12px; font-family: var(--PARA_FONT_FAMILY); color: var(--DEFAULT_SELECTED_COLOR); } .dropDown-ledger .field-DropDown { width: 10rem !important; height: 50px !important; } .dropDown-ledger { height: 64px !important; } .Submit .primary_Button { width: 72px; } .LedgerTable .ant-table-wrapper .ant-table-thead > tr > th, .ant-table-wrapper .ant-table-thead > tr > td { color: #000000; font-size: 12px; font-weight: 600; border-spacing: 0 0.3rem; } .LedgerTable .ant-table-thead { position: sticky; top: 0; background-color: #bad4f9; z-index: 1; } .LedgerTable .ant-pagination { position: sticky; bottom: 0; margin: 0 !important; padding: 0.5rem; background-color: #fafafa; } .LedgerReport-submit-btn-container { display: flex; flex-direction: column; justify-content: center; width: max-content; height: 50px; } .MasterLedger-Report .ant-table-wrapper .ant-table-cell, .MasterLedger-Report .ant-table-wrapper .ant-table-thead > tr > th { padding: 1px 13px; width: 100px; } .RadioButton p { padding: 0 !important; } .RadioButton-DMYPicker p { padding: 0 !important; } .MasterLedger-Report .formDivAnt { row-gap: 0.1rem; } @media only screen and (min-width: 280px) and (max-width: 499px) { .dropDown-ledger .field-DropDown { width: 7rem !important; height: 50px !important; } .MasterLedger-Report .ant-picker-dropdown, .ant-picker-year-panel { width: 200px !important; } .MasterLedger-Report .ant-picker-dropdown, .ant-picker-month-panel { width: 200px !important; } .LedgerTable { height: 50vh; } .LedgerDropDate { overflow-y: scroll; } .Ledger-datePicker { .ant-picker { width: 100px !important; height: 50px !important; display: flex; align-items: center; } } .Submit { transform: scale(0.8); margin: 0rem -1rem; } .dropDown-ledger { width: 70px !important; height: 64px !important; padding-left: 0px !important; } .AllRadioButton { width: 37vh; overflow-x: scroll; } } @media only screen and (min-width: 500px) and (max-width: 767px) { .AllRadioButtonDate { flex-wrap: wrap !important; } .LedgerTable { height: 55vh; } .AllRadioButton { display: flex; justify-items: center; flex-wrap: wrap; } } .custom-table { width: 100%; border-collapse: collapse; border: 1px solid #909090; font-family: "Poppins", sans-serif; > thead { position: sticky; top: -1px; } } .custom-table th { background-color: #a4c5f4; color: #1e1e1e; padding: 6px; text-align: left; border: 1px solid #909090; -webkit-text-stroke-width: 0.2px; font-size: 12px; font-weight: 500; font-family: VAR(--HEADING_FONT_FAMILY); // text-transform: uppercase; text-transform: capitalize; letter-spacing: 0.2px; } .centerDivList { display: flex; flex-direction: column; gap: 4px; overflow: scroll; padding-bottom: 2rem; } .custom-table td { padding: 4px 6px; border: 1px solid #909090; text-align: left; font-size: 12px !important; } .custom-table tbody tr td { text-align: left; .ant-select.ant-select-in-form-item { width: 190px !important; } } .custom-table tbody tr td[colspan="7"] { padding: 20px; } .custom-table tbody tr.additionalCharges-selected { background-color: #dddddd; } .custom-table tbody tr.setAsDefault-selected { background-color: #cceaf0; } .custom-table { .ant-form-item { margin-bottom: 0 !important; } .float-label { margin-bottom: 8px !important; } } .ChargesAddAndCancel { display: flex; justify-content: flex-end; gap: 1rem; > div { border-radius: 6px; padding: 5px 10px; color: #fff; font-weight: 600 !important; cursor: pointer; } > div:nth-child(1) { background-color: #28aa3a; } > div:nth-child(2) { background-color: #ff0000; } } .custom-table { Button:disabled, Button[disabled] { width: unset !important; height: unset !important; border-radius: 50px !important; } }