﻿@charset "UTF-8";
body:has(div.chords-block) {
  user-select: none;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-logo {
  background-image: url(../icon-512.png);
  position: absolute;
  height: 50vmin;
  width: 50vmin;
  left: calc(50vw - 25vmin);
  top: calc(50vh - 25vmin);
  z-index: -1;
  border-radius: 25vmin;
  background-size: 50vmin;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Загрузка");
}

#my-preview div.chords-block span.chords-double-line {
  line-height: 42px;
}

div.chords-block {
  /* these are here because the chords are rendered from a string, inlining them to chordsview.razor.css wouldn't work */
}
div.chords-block div.pre-variable-width {
  white-space: pre-wrap;
  font-family: Tahoma, Roboto, Arial, Helvetica, sans-serif;
}
div.chords-block div.pre-variable-width span.flying2 {
  top: -20px;
}
div.chords-block div.pre-variable-width .chord {
  border-left: 1px solid white;
  font-size: 90%;
}
div.chords-block pre {
  white-space: pre-wrap;
  padding-bottom: 6px;
  overflow: visible;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
div.chords-block .chord {
  background-color: #d5f5ff;
  font-weight: normal;
  padding: 0 3px;
  cursor: pointer;
  /* ReSharper disable once InvalidValue */
  text-wrap: nowrap;
  white-space: nowrap;
}
div.chords-block .chord sub, div.chords-block .chord sup {
  background-color: inherit;
}
div.chords-block .chord[chord-custom=search] {
  background-color: lightgreen;
}
div.chords-block .chord[chord-custom=search-first] {
  background: lightgreen;
  border-left: solid 2px #008b00;
  margin-left: -2px;
}
div.chords-block div.bold-div {
  font-weight: bold;
}
div.chords-block span.chords-line {
  line-height: inherit;
}
div.chords-block div.chords-double-line {
  margin-bottom: 0.142917em;
  padding-right: 1.15em;
}
div.chords-block span.chords-double-line {
  line-height: 2.5725em;
  position: relative;
  top: 0.57167em;
  display: inline-block;
}
div.chords-block span.flying {
  position: absolute;
  margin-right: -1.25rem;
}
div.chords-block span.flying2 {
  position: relative;
  top: -1.28625em;
  margin-right: -1.4375em;
}

span.hyperlink {
  cursor: pointer;
  text-decoration: underline;
  color: #333;
  border-bottom: none !important;
  text-decoration: none !important;
  padding: 0;
}

span.hyperlink:hover {
  color: #243354;
  text-decoration: underline !important;
}

.search-result-section-content .input-group {
  padding: 0 20px;
}
.search-result-section-content .input-group select {
  margin-right: 15px;
  text-align: left;
  min-height: 38px;
}
.search-result-section-content .input-group .btn.btn-secondary.btn-secondary-close {
  min-height: 38px;
  height: 100%;
}
.search-result-section-content .btn-outline-secondary {
  border-radius: 4px !important;
}
.search-result-section-content select.btn-outline-secondary {
  text-align: left;
}
.search-result-section-content .btn-check:active + .btn-outline-secondary,
.search-result-section-content .btn-check:checked + .btn-outline-secondary,
.search-result-section-content .btn-outline-secondary.active,
.search-result-section-content .btn-outline-secondary.dropdown-toggle.show,
.search-result-section-content .btn-outline-secondary:active {
  color: #fff;
}
.search-result-section-content select.dropdown.btn-outline-secondary:active,
.search-result-section-content select.dropdown.btn-outline-secondary:focus {
  background-color: transparent;
}
.search-result-section-content .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-result-section-content div {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.search-result-section-content div .heart-3, .search-result-section-content div .heart-2, .search-result-section-content div .heart-1, .search-result-section-content div .heart-0, .search-result-section-content div .heart-x1, .search-result-section-content div .heart-x0 {
  line-height: 20px !important;
  height: 20px !important;
  margin-bottom: -3px;
}

.search-result-section-content div span.hyperlink,
.search-result-section-content div a {
  padding: 0 5px;
  text-decoration: none;
}

.search-result-section-content div span.hyperlink:hover {
  color: #243354;
}

.search-result-section-content div b {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  border-radius: 3px;
  font-weight: 400;
  color: #333;
}

.search-result-section-content .dropdown:hover .dropdown-menu {
  display: block !important;
  border-color: #333;
}

table.songs.table-artistcompact thead tr td {
  height: unset;
  vertical-align: middle;
  display: flex;
  align-items: center;
  -webkit-line-clamp: unset;
  border-bottom: none;
  padding: 0px 20px !important;
}
table.songs.table-artistcompact thead tr td .artistName {
  color: #333;
}

table.songs.table-one-column {
  width: 100%;
  max-width: calc(100% - 2rem);
}
@media only screen and (max-width: 800px) {
  table.songs.table-one-column {
    max-width: 100%;
    width: 100%;
  }
}
table.songs.table-one-column thead tr {
  background-color: #fff;
  border-radius: 10px;
  margin: 5px 0;
}
table.songs.table-one-column thead tr td {
  height: 40px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  -webkit-line-clamp: unset;
  border-bottom: none;
}
table.songs.table-one-column tr {
  display: flex;
  border-radius: 10px;
  margin: 0px -10px;
  padding: 1px 10px;
}
table.songs.table-one-column tr td {
  padding: 0;
  height: 52px;
  width: 100%;
  text-overflow: ellipsis;
  /* ReSharper disable once InvalidValue */
  overflow-y: clip;
  overflow-x: visible;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
table.songs.table-one-column tr td div {
  padding: 5px;
  padding: 0;
  color: #8f9098;
}
table.songs.table-one-column tr td .artistName {
  color: #333;
}

tr.last-highlighted {
  background-color: #ebf1fb !important;
}

.table-artistcompact tr {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff !important;
  display: flex;
  border-radius: 10px;
  margin: 5px 0;
}
.table-artistcompact tr .artistName-td {
  width: 100%;
  padding: 5px 20px 0 20px !important;
}
.table-artistcompact tr .songs-td {
  width: calc(100% - 60px);
  margin-left: 60px;
  padding: 0 20px 5px 20px !important;
}
.table-artistcompact tr .songs-td .hyperlink {
  margin: 0 !important;
  padding: 0 !important;
}
.table-artistcompact tr td {
  color: #8f9098;
}
.table-artistcompact tr td .artistName {
  color: #333;
}
.table-artistcompact tr td div {
  padding: 0;
}
.table-artistcompact tr td div .song-name {
  padding: 5px;
}
.table-artistcompact tr td div .last-highlighted b, .table-artistcompact tr td div .last-highlighted span {
  color: #0d6efd;
}

.btn.btn-primary {
  color: #fff;
  padding: 0.375rem 0.75rem;
  background-color: #55b8d6;
  border-color: #55b8d6;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.btn.btn-primary svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  margin-right: 7px;
  margin-bottom: 0;
}

.btn-secondary {
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.btn-secondary svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.btn.btn-primary:hover, .btn.btn-secondary:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.songtitle {
  font-weight: 600;
  color: #333;
}

.songname {
  font-weight: normal;
  color: #000;
}

.source.active-content {
  color: #243354 !important;
  text-decoration: none !important;
}

.source.active-content:hover {
  text-decoration: underline !important;
}

.btn.btn-likes.btn-likes-close svg {
  width: 16px;
  height: 16px;
  fill: #243354;
}

.btn.primary-likes.btn-likes-close {
  background-color: #247297;
}
.btn.primary-likes.btn-likes-close svg {
  fill: #fff !important;
  width: 16px;
  height: 16px;
}

.likes-links .btn.btn-outline-secondary {
  color: #333;
  background-color: transparent;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 38px;
  max-height: 38px;
}
.likes-links .btn.btn-outline-secondary .heart-0, .likes-links .btn.btn-outline-secondary heart-1, .likes-links .btn.btn-outline-secondary .heart-2, .likes-links .btn.btn-outline-secondary .heart-3, .likes-links .btn.btn-outline-secondary .heart-x1, .likes-links .btn.btn-outline-secondary .heart-x0 {
  background-position: center;
}
.likes-links .btn.btn-outline-secondary:hover, .likes-links .btn.btn-outline-secondary:active, .likes-links .btn.btn-outline-secondary.primary-likes {
  background-color: #247297;
  color: #fff;
}

.btn.btn-outline-secondary.dropdown-toggle {
  border-color: #c8cfda;
  background-color: #fff;
}

.dropdown-menu {
  border-color: #243354 !important;
}

.heart-0, .heart-1, .heart-2, .heart-3, .heart-x1, .heart-x0 {
  font-size: 90% !important;
  overflow: hidden;
  line-height: 16px;
  margin-right: 1px;
  margin-left: 1px;
  width: 18px;
  height: 24px;
  text-align: center;
  padding-top: 5px !important;
}

.heart-x0 {
  color: white;
  text-shadow: 0px 0px 3px rgb(92, 107, 192);
}

.heart-0 {
  color: white;
  text-shadow: 0px 0px 3px red;
}

.heart-1 {
  color: #dbdb42;
}

.heart-2 {
  color: orange;
}

.heart-3 {
  color: red;
}

.heart-x1 {
  color: rgb(92, 107, 192);
}

.hearts-span {
  margin-left: 3px;
}

.small-loading {
  display: flex;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
}

.btn.btn-secondary.btn-secondary-close {
  min-width: 45px;
  width: 45px !important;
}

.btn.btn-secondary {
  min-height: 38px;
  max-height: 38px;
}
.btn.btn-secondary svg {
  width: 16px;
  height: 16px;
}

.btn-delete-chords {
  min-width: 45px;
  min-height: 38px;
  max-height: 38px;
}

.left-collection-col {
  background-color: #fff;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1400px) {
  .left-collection-col .input-group-prepend .btn.btn-secondary {
    line-height: 1.2;
  }
}
.left-collection-col .search-result-section-content div {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.left-collection-col h3 {
  padding-bottom: 0px !important;
}
.left-collection-col .artists-switch {
  max-width: 100%;
  flex-wrap: nowrap;
}
.left-collection-col .artists-switch .input-group-prepend .btn.btn-secondary {
  border-radius: 0px !important;
}
.left-collection-col .artists-switch .input-group-prepend:first-child .btn.btn-secondary {
  border-radius: 0.25rem 0px 0px 0.25rem !important;
}
.left-collection-col .artists-switch .input-group-prepend:last-child .btn.btn-secondary {
  border-radius: 0px 0.25rem 0.25rem 0px !important;
}
.left-collection-col .table-artistcompact.songs {
  /* ReSharper disable once InvalidValue */
  max-width: auto;
  width: auto;
  color: #333;
}
.left-collection-col .table-artistcompact.songs thead tr td {
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  color: #243354;
}
.left-collection-col .table-artistcompact.songs tr {
  display: table-row;
}
.left-collection-col .table-artistcompact.songs tr td {
  padding: 5px 0 !important;
}
.left-collection-col .table-artistcompact.songs tr td a {
  padding: 0;
  text-decoration: none;
  color: #243354;
  font-weight: 600;
}
.left-collection-col .table-artistcompact.songs tr td a:hover {
  text-decoration: underline;
}

.pagination .page-item.active {
  display: list-item;
}
.pagination .page-item.page-item-hidden {
  display: none;
}

.btn.btn-secondary.btn-secondary-active {
  background-color: #fff;
  color: #333;
}

.input-group:not(.input-group-lg) .input-group-append button {
  padding-left: 7px;
  padding-right: 7px;
}

.long-load-fadein {
  animation: long-load-fadein 3s;
  display: block !important;
}

@keyframes long-load-fadein {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.my-bolder {
  font-weight: 600 !important;
}

@media all and (display-mode: standalone) {
  .my-hide-standalone.d-block.d-lg-none {
    display: none !important;
  }
}

.my-rotating {
  animation: rotation 2s infinite linear;
}

.my-smaller {
  font-size: smaller;
}

@media (max-width: 450px) {
  body:has(.fingering-shown) #my-top-title span {
    display: none;
  }
}
.my-text-gray {
  color: gray;
  /* ReSharper disable once InvalidValue */
  opacity: 75%;
}

@media not screen and (pointer: coarse) {
  .inline-non-touch {
    display: inline;
  }
}

.sidebar {
  --sidebar-section-padding-x: 1.75rem !important;
}

.input-group .btn {
  position: static !important;
}

.my-bigger-link {
  padding: 12px;
  margin: -12px;
}
