[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

body {
    background-color: transparent !important;
}

.tabs {
    display: flex;
    list-style-type: none;
}

.tab {
    cursor: pointer;
}

.file-name {
    color: #337ab7;
}