.app-container {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    height: inherit;
    background: #F7F8F9;
    font-size: 9px;
}

.p-dropdown-panel {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
}

.p-datepicker-calendar, .p-datepicker-header, .p-button.p-button-text  {
    font-size: 9px;
}

button, span, input {
    font-size: 9px;
}

.app-content {
    margin: 8px;
    min-height: 100%;
}

html {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

html ::-webkit-scrollbar{
    display: none;
}

.p-tabview-panels{
    padding: 0 !important;
}

.p-toast-message-text{
    text-align: left;
}

