.mainDiv {
    min-height: 500px;
}

.mainDiv > * {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#btnsDiv {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 40px;
}

.bottomDetail > * {
    width: 330px;
    font-size: 26px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottomDetail span {
    font-size: 30px !important;
    font-weight: 600 !important;
}

input[type="number"]:not(.ag-number-field-input)::-webkit-outer-spin-button,
input[type="number"]:not(.ag-number-field-input)::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]:not(.ag-number-field-input) {
    -moz-appearance: textfield;
}
.ag-header-cell:nth-child(1) .ag-header-cell-label {
    justify-content: center;
}
