/* Nested Dropdowns */
.nested.dropdown:hover > .dropdown-menu {
    display: block;
}

.nested.dropdown {
    position: relative;
}

.nested.dropdown .dropdown-menu {
    top: -12px;
    right: 100%;
    left: auto;
    margin-left: 0;
}

.nested.dropdown .dropdown-trigger button::after {

}

.nested.dropdown .dropdown-trigger button {
    padding: 0px 0px;
    border: 0px;
    font-size: 14px;
    font-weight: 400;
}

/* Custom */
.com-main-title {
    color: var(--bulma-primary-invert);
}

/* Cards on Index */
.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-content {
    flex: 1;
}

.card-footer-item.has-background-primary:first-child {
    border-bottom-left-radius: 6px;
}

.card-footer-item.has-background-primary:last-child {
    border-bottom-right-radius: 6px;
}