body {
    font-size: 1.2em;
}

.hidden {
    display: none;
}

.navbar-color {
    background-color: #e5e5e5;
    border-radius: 0px 0px 10px 10px;
}

.nav-link.active {
    font-weight: 500;
}

.main-row {
    margin: 2em 1em 1em 1em;
}

.prompt-examples {
    font-size: 10pt;
}
.prompt-example {
    margin-left: 2em;
}

#troi-hints {
    margin-top: 1.1em;
    border-radius: 10px;
}

.tl-header-row {
    font-weight: bold;
}

.tl-row {
    margin-bottom: -6px;
}

.tl-cover-col {
    margin-right: 5px;
}
.tl-recording-col {
    width: 40%;
    margin-right: 5px;
}
.tl-release-col {
    width: 25%;
    margin-right: 5px;
}
.tl-artist-col {
    width: 25%;
    margin-right: 5px;
}

.cover-art {
    width: 50px;
    height: 50px;
}

.save-playlist {
    float: right;
}

.lb-logo {
    max-height: 60px;
}

#spinner {
    height: 100px;
}

.htmx-indicator {
    display: none;
    transition: display 500ms ease-in;
}
.htmx-request .htmx-indicator {
    display: inline;
}
.htmx-request.htmx-indicator {
    display: inline;
}
.headphones {
    width: 15px;
    filter: invert(86%) sepia(25%) saturate(544%) hue-rotate(207deg)
        brightness(91%) contrast(88%);
}
.purple {
    filter: invert(86%) sepia(25%) saturate(544%) hue-rotate(207deg)
        brightness(91%) contrast(88%);
}
.index-row {
    width: 100%;
}
.index-item {
    height: 125px;
    display: inline;
}

.cover-art-unresolved {
    width: 150px;
    height: 150px;
}

.flex-wrap-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.unresolved-release {
    width: 180px;
}
.tag-div {
    width: 125px;
    margin: 1.4em;
}

.player {
    border: 1px solid #ccc;
    background: #593196;
    margin: 1.5em 1em 1.5em 1em;
    width: 70%;
    justify-content: center;
    border-radius: 20px;
}

.player-button {
    margin: 0.5em;
    font-size: 20px !important;
    border-radius: 10px;
}

#save-playlist-div {
    margin: .9em 0 1.1em 0;
    display: none;
    border-radius: 10px;
    background-color: #d4c3eb;
    padding: 1.2em;
}

#progress-bar-div {
    width: 100%;
    margin: 12px;
    border: 2px solid #ccc;
    height: 20px;
    border-radius: 5px;
}

.login-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-body {
    background-color: #e5e5e5;
    border-radius: 10px;
    padding: 1.2em;
}

.form-buttons {
    margin-bottom: 1.2em;
}

.form-buttons-bottom {
    margin-top: 1.2em;
}

#scan-log {
    height: 100%;
    width: 100%;
    margin-top: 1.2em;
    font-family: monospace;
}