.actions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100svw !important;
    height: 85svh !important;
}

.actions .system {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 5px;
}

.actions .system .actions_sections {
    width: 20vmin;
    display: flex;
    align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.info {
    width: calc(100% - 20vmin);
    height: 100%;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}

.actions_item {
    padding: 1vmin;
    border-radius: 5px;
}

.actions_item:hover {
    cursor: pointer;
}

.actions_sections {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

.actions_sections .actions_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100% !important;
    position: relative;
}

.actions_item.system {
    background-color: rgb(232, 232, 232);
    border: 1px solid lightgray;
}

.actions_item button{
    background-color: transparent;
    border: 0;
    outline: none;
    width: fit-content;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.actions_item.active{
    background-color: #e4f5de;
    color: #8db773;
    border: 1px solid #8db773;
}
.actions_item.inactive{
    background-color: #ffe5ef;
    color: #d37595;
}

.services_state {
    position: absolute;
    top: -5px;
    left: -5px;
}