/* generals */
.div-manage-network {
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.div-manage-network > button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    cursor: pointer;
    height: 35px;
    background-color: rgb(0, 169, 157);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    padding: 10px;
    font-family: "Avenir Next";
    font-size: 15px;
    color: rgb(255, 255, 255);
    flex-flow: column;
}

.div-button {
    margin: 0 0.5rem 0 0;
}

.user-dialog.p-datatable-wrapper {
    background-color: aliceblue;
    min-height: 330px;
    max-height: 330px;
}

button.p-disabled,
.p-dialog-footer > div > button.p-disabled {
    background-color: grey;
}

.p-row-editor-save-icon {
    color: #00ff00;
}

.p-row-editor-cancel-icon {
    color: #ff0000;
}

.p-row-invalid {
    background-color: #f9bbd5!important;
}

@media (max-width: 768px) {
    .inputText-label {
        padding: 0px;
        min-width: 150px !important;
        max-width: 350px !important;
        /* width: 30%; */
    }
}