.table-fg, .table td, .table th{
    padding: .25rem .75rem !important;
    vertical-align: top !important;
    border-top: 0px solid #ddd !important;
}

.cursor-pointer {
    cursor: pointer;
}

.required {
    font-weight: bolder;
    color: red;
    font-size: 10px;
}

.border-color-top {
    border-top: 3px #26a69a solid;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-name {
    display: flex;
    flex-direction: column;
    line-height: 0.85;
    padding-left: 5px;
    align-items: flex-end;
}

.logo-content-name {
    font-size: 12px;
    font-weight: 600;
}

.logo-content-version {
    font-size: 9px;
}

.align-items-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.icon-delete {
    color: red !important;
}

.minimal-border {
    padding: 0 0.5rem;
}

.link {
    color: #848484 !important;
}

.link:hover {
    color: #868686 !important;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 11px;
}
