.custom>p {
    margin: 0;
}

.custom-text-color {
    color: #5a5e66 !important;
}

.table {
    height: calc(100% - 80px);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
div#ui-datepicker-div{
    z-index: 9 !important;
}

.ui-datepicker-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
