.container{
    max-width: 1600px;
    margin: 0 auto;
}

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;
}

input[type='file'] {
    color: rgba(0, 0, 0, 0)
}
.p-field{
    /*text-align: initial;*/
    font-weight: bold;
    /*font-size: 13px;*/
}