tr>td>a, tr>td>form {
    display: flex;
    flex-direction: column;
    justify-items: stretch;
    margin-bottom: 5px;
}

tr>td>a>button, tr>td>form>button {
    width: 120px;
}

.pagination-wrapper>nav>.flex-1{
    display: none;
}

.pagination-wrapper {
    display: flex;
    height: 100px;
}

.pagination-wrapper svg {
    width: 100%;
    max-width: 24px;
}

.nav-link-2:hover {
    color: #fffa90;
}

.sidebar_item {
    padding: 2px 0 1px 4px;
}

.sidebar_item_with_children {
    padding-left: 5px;
    margin: 7px 0 11px 15px;
    width: 190px;
}

.custom_hover:hover {
    color: #fffffc;
}

.nav-pills .nav-link:not(.active):hover {
    color: #fffffc;
}

.img_index {
    height: 100px;
}

.img_show {
    height: 130px;
}

.img_form {
    height: 200px;
}

.image_button {
    width: 120px;
    margin: 5px;
}
