.mgr-upload-playlist .mgr-dialog-title {
    margin-bottom: 40px;
}

.mgr-upload-playlist .mgr-panel {
    margin-bottom: 20px;
}

.mgr-upload-playlist span {
    font-size: 14px;
}

.mgr-upload-playlist input {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.mgr-upload-playlist input[type=file] {
    padding: 10px;
}

.mgr-create-playlist-matches {
    display: none;
    border-radius: 0;
}

.mgr-plst-preview-scroll {
    max-height: calc(90vh - 355px);
    overflow-y: auto;
}

.mgr-plst-preview-table {
    font-size: 14px;
    border-spacing: 0 5px;
}

.mgr-plst-preview-table .mgr-plst-preview-table-by, .mgr-plst-err-msg {
    font-size: 12px;
    font-style: italic;
    opacity: 0.75;
}

.mgr-plst-err-msg {
    color: #f00;
}

.mgr-plst-preview-table td {
    border: 1px solid var(--border-color);
    padding: 5px 8px;
    border-radius: 5px;
    box-sizing: border-box;
}

.mgr-plst-preview-table td.mgr-plst-arrow-background {
    border: none;

    background-image: url(/svg/light/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;

    width: 50px;
}

.mgr-plst-preview-match {
    cursor: pointer;
}

.mgr-plst-match-quality {
    padding: 5px 8px;
    margin: 10px 0;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 14px;
}

.mgr-plst-match-filter {
    margin-bottom: 10px;
}

.mgr-plst-match-filter > * {
    margin-right: 5px;
}

.mgr-playlist-match-title {
    display: block;
    font-size: 16px;
}

.mgr-playlist-match-artist {
    display: block;
    font-size: 14px;
    font-style: italic;
    opacity: 0.75;
}

.mgr-playlist-match .mgr-panel {
    padding: 20px;
    margin-bottom: 30px;
}

.mgr-playlist-match .mgr-columns {
    padding: 20px;
    margin-bottom: 350px;
}

.mgr-download-playlist-track-list-list {
    white-space: pre-wrap;
    height: 400px;
    overflow-y: auto;
    font-family: monospace;
    display: block;
    width: 100%;
}