.p-id {
    padding-right: 50px;
    padding-left: 50px;
}

.m-lock {
    margin-right: 10px;
}

.changeStateBtn {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    color: blue !important;
    text-decoration: underline;
    padding-top: 0px !important;
}

.select-checkbox {
    display: none !important;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}