body {
    background-color: #101010;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #f0f0f0;
    padding: 14px;
}

.row {
    background-color: #2f2f2f;
    height: 44px;
}

.row a {
    display: flex;
}

.row:nth-of-type(even) {
    background-color: #1e1e1e;
}

.link_text {
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wrapper {
    font-size: 18px;
}

.wrapper a {
    text-decoration: none;
}

a:link {
    color: #f0f0f0;
}

a:hover {
    color: #ffffff;
}

a:has(.progress.viewed),a:visited {
    color: #a0a0a0;
}

.icon {
    height: 44px;
    filter: invert(75%);
}

.icon1 {
    height: 44px;
    width: 44px;
    min-width: 44px;
    filter: invert(75%);
    background-repeat: no-repeat;
    background-position: center;
}

.icon1.dir {
    background-image: url("/public/icons/folder.svg");
    background-size: 44px;
    background-position-y: 4px;
}

.icon1.video {
    background-image: url("/public/icons/video.svg");
    background-size: 38px;
    background-position-y: 6px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    width: 100%;
}

.flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.flex-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.flex-item:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 12px;
}
