.datagrid {
  position: relative;
  transition: max-height var(--datagrid-transition-duration) 500ms linear;
}
.datagrid:before {
  content: attr(data-error);
  background-color: #EB5757;
  color: white;
  width: 100%;
  display: block;
  flex-basis: 100%;
  font-size: 12px;
  margin: 0 auto;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  text-align: center;
  transition: opacity 0.5s linear, max-height 0.5s linear, margin-bottom 0.5s linear;
}
.datagrid .datagrid-loader {
  width: 100%;
  height: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--datagrid-transition-duration) 500ms linear;
}
.datagrid .datagrid-loader .fa-circle-notch:before {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
}
.datagrid > .datagrid-content {
  opacity: inherit;
  transition: opacity var(--datagrid-transition-duration) 500ms linear;
}
.datagrid.datagrid-error:before {
  margin-bottom: 2rem;
  padding: 1rem;
  opacity: 1;
  max-height: 200px;
}
.datagrid.datagrid-loading {
  max-height: 200px;
  overflow: hidden;
}
.datagrid.datagrid-loading > .datagrid-content {
  opacity: 0;
}
.datagrid.datagrid-loading .datagrid-loader {
  opacity: 1;
}

#best-of-2022 #best-of-info .header-page {
  font-size: 5.5em;
}
#best-of-2022 #best-of-info .header-section {
  font-size: 3.6em;
}
#best-of-2022 #best-of-info:not(.vote-cast) #voted-cast-snippet {
  display: none;
}
#best-of-2022 #best-of-info.vote-cast #voting-instruction-snippet {
  display: none;
}
#best-of-2022 #best-of-info .vote-count {
  font-size: 2em;
  margin: 0;
  background: #F1F1F1;
  color: black;
  padding: 0.5em 1em;
}
#best-of-2022 #best-of-info #btn-tweet-picks {
  background-color: #1DA1F2;
  border: #1DA1F2;
  color: #F1F1F1;
}
#best-of-2022 #voting-close-info {
  background: rgba(19, 17, 18, 0.4);
  opacity: 0;
  backdrop-filter: blur(20px);
  transition: opacity 0.3s linear;
}
#best-of-2022 #voting-close-info.active {
  opacity: 1;
}
#best-of-2022 #voting-close-info #voting-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#best-of-2022 #voting-close-info #countdown-container {
  display: flex;
  justify-content: center;
  gap: 48px;
}
#best-of-2022 #voting-close-info #countdown-container #voting-closes-text {
  line-height: 175% !important;
}
#best-of-2022 #voting-close-info #countdown-container #countdown-timer ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  width: 65px;
}
#best-of-2022 #voting-close-info #countdown-container #countdown-timer ul .countdown-number {
  font-family: "Monument Extended";
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.1em;
}
#best-of-2022 #voting-close-info #countdown-container #countdown-timer ul .countdown-unit {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
#best-of-2022 #voting-close-info .semicolon {
  padding-right: 18.5px;
  padding-left: 18.5px;
  font-family: "Monument Extended";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#best-of-2022 #voting-wrapper .song-card {
  position: relative;
  border: 1px solid #F1F1F1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 80%), var(--background-url) no-repeat;
  background-size: 115%;
  background-position: center;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#best-of-2022 #voting-wrapper .song-card.add-song-card {
  min-height: 220px;
}
@media (max-width: 532px) {
  #best-of-2022 #voting-wrapper .song-card {
    padding: 20px;
  }
  #best-of-2022 #voting-wrapper .song-card.add-song-card {
    padding: 29px 20px;
    min-height: auto;
  }
  #best-of-2022 #voting-wrapper .song-card .remove-song {
    opacity: 1;
  }
}
#best-of-2022 #voting-wrapper .song-card:nth-child(n+16) {
  display: none;
}
#best-of-2022 #voting-wrapper .song-card .song-title-wrapper {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  #best-of-2022 #voting-wrapper .song-card .artist-title-wrapper {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  #best-of-2022 #voting-wrapper .song-card .song-title {
    font-size: 22px !important;
  }
}
#best-of-2022 #voting-wrapper .song-card .song-title-wrapper,
#best-of-2022 #voting-wrapper .song-card .artist-title-wrapper {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#best-of-2022 #voting-wrapper .song-card .artist-circles .artist-img img {
  border-radius: 50%;
  border: 3px solid #F1F1F1;
  height: 40px;
  width: 40px;
  overflow: hidden;
  object-fit: cover;
}
#best-of-2022 #voting-wrapper .song-card .artist-circles .artist-img {
  margin-left: -15px;
}
#best-of-2022 #voting-wrapper .song-card .artist-circles .artist-img:first-child {
  margin-left: unset;
}
#best-of-2022 #voting-wrapper .song-card.empty {
  height: 100%;
  width: 100%;
  border: 1px dashed #F1F1F1;
  color: #F1F1F1;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
#best-of-2022 #voting-wrapper .song-card.empty:hover {
  opacity: 1;
  cursor: pointer;
}
#best-of-2022 #voting-wrapper .song-card:hover .remove-song {
  opacity: 1;
}
#best-of-2022 #voting-wrapper .add-song,
#best-of-2022 #voting-wrapper .remove-song {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  background: #F1F1F1;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#best-of-2022 #voting-wrapper .add-song i,
#best-of-2022 #voting-wrapper .remove-song i {
  position: relative;
  left: 1px;
}
#best-of-2022 #voting-wrapper .remove-song {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 992px) {
  #best-of-2022 .btn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #best-of-2022 #button-container a {
    width: 100%;
  }
  #best-of-2022 #get-started {
    width: 100%;
  }
  #best-of-2022 form button {
    width: 100%;
  }
  #best-of-2022 .btn {
    width: 100%;
  }
}
@media (max-width: 532px) {
  #best-of-2022 #best-of-info h1 {
    font-size: 3.5em !important;
  }
  #best-of-2022 #best-of-info h2 {
    font-size: 3em !important;
  }
  #best-of-2022 .btn-normal {
    height: auto;
    white-space: unset;
    font-size: 12px;
    padding: 1.3rem 1.5rem;
  }
  #best-of-2022 #countdown-container {
    flex-direction: column;
  }
  #best-of-2022 #countdown-container div {
    text-align: center;
  }
  #best-of-2022 #countdown-container div #voting-closes-text {
    font-size: 18px;
  }
  #best-of-2022 #countdown-container div + div {
    font-size: 14px;
  }
  #best-of-2022 #countdown-container #countdown-timer {
    justify-content: center;
  }
  #best-of-2022 #countdown-container #countdown-timer .semicolon {
    padding-left: 0;
    padding-right: 0;
  }
  #best-of-2022 .song-card {
    aspect-ratio: auto;
    display: block !important;
  }
  #best-of-2022 .song-card .song-info-container {
    margin-right: 45px !important;
  }
  #best-of-2022 .song-card .song-title-wrapper {
    margin: 0 0 10px 0 !important;
  }
  #best-of-2022 .song-card .artist-title-wrapper {
    margin: 0 !important;
  }
  #best-of-2022 .song-card .artist-circles {
    display: none;
  }
  #best-of-2022 .song-card .song-title {
    font-size: 14px !important;
  }
  #best-of-2022 .song-card .add-song,
  #best-of-2022 .song-card .remove-song {
    width: 40px !important;
    height: 40px !important;
  }
}

#song-modal {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  padding: 2rem;
  pointer-events: none;
}
@media (max-width: 532px) {
  #song-modal {
    padding: 0rem;
  }
}
#song-modal .datagrid-loader {
  padding-top: 100px;
  position: absolute;
}
#song-modal:not(.hidden) .modal-content {
  pointer-events: all;
}
#song-modal:not(.hidden) .modal-content .btn-close-modal {
  cursor: pointer;
}
#song-modal .modal-content {
  background: black;
  padding: 2em;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#song-modal .modal-content .header-section {
  font-size: 2.23em;
}
@media (max-width: 532px) {
  #song-modal .modal-content .fa-3x {
    font-size: 2rem;
  }
}
#song-modal .modal-content #song-results {
  height: inherit;
  flex: 1 1 auto;
  min-height: 0px;
}
#song-modal .modal-content #song-results .datagrid-content {
  height: inherit;
  flex-direction: column;
  display: flex;
}
#song-modal .modal-content #song-results .datagrid-content .results-box {
  flex-grow: 1;
}
#song-modal .modal-content input.search-box {
  margin-top: 1.5em;
  border: 1px solid #F1F1F1;
  padding: 2em;
  height: 80px;
  width: 100%;
  font-size: 24px;
}
@media (max-width: 532px) {
  #song-modal .modal-content input.search-box {
    padding: 1em;
    font-size: 18px;
    height: auto;
  }
}
#song-modal .modal-content .results-box {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-top: 0px;
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0px;
}
#song-modal .modal-content .results-box ul.result-list {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
#song-modal .modal-content .results-box ul.result-list li.result {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2em 2em;
  gap: 41px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
#song-modal .modal-content .results-box ul.result-list li.result:hover {
  color: black;
  background-color: #F1F1F1;
}
#song-modal .modal-content .results-box ul.result-list li.result:hover i {
  color: black;
}
#song-modal .modal-content .results-box ul.result-list li.result .play-btn-details-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#song-modal .modal-content .results-box ul.result-list li.result .preview-song, #song-modal .modal-content .results-box ul.result-list li.result .add-song, #song-modal .modal-content .results-box ul.result-list li.result .remove-song {
  border: none;
  font-size: 32px;
  letter-spacing: 0;
}
@media (max-width: 532px) {
  #song-modal .modal-content .results-box ul.result-list li.result .preview-song, #song-modal .modal-content .results-box ul.result-list li.result .add-song, #song-modal .modal-content .results-box ul.result-list li.result .remove-song {
    font-size: 24px;
    padding: 0.5em;
  }
}
#song-modal .modal-content .results-box ul.result-list li.result .preview-song i:hover, #song-modal .modal-content .results-box ul.result-list li.result .add-song i:hover, #song-modal .modal-content .results-box ul.result-list li.result .remove-song i:hover {
  color: black;
}
#song-modal .modal-content .results-box ul.result-list li.result .preview-song:hover, #song-modal .modal-content .results-box ul.result-list li.result .add-song:hover, #song-modal .modal-content .results-box ul.result-list li.result .remove-song:hover {
  background: transparent;
  color: #F1F1F1;
}
#song-modal .modal-content .results-box ul.result-list li.result .add-song.selected i:before {
  content: "\f00c";
}
@media (min-width: 532px) {
  #song-modal .modal-content .results-box ul.result-list li.result .add-song.selected:hover i {
    width: 35px;
  }
  #song-modal .modal-content .results-box ul.result-list li.result .add-song.selected:hover i:before {
    content: "\f00d";
  }
}
#song-modal .modal-content .results-box ul.result-list li.result .remove-song i {
  -webkit-text-fill-color: #F1F1F1;
}
#song-modal .modal-content .results-box ul.result-list li.result .album-art {
  margin: 0 1em;
  width: 60px;
  height: 60px;
  border: 1px solid;
}
#song-modal .modal-content .results-box ul.result-list li.result .details {
  flex: 1;
  font-size: 18px;
}
@media (max-width: 532px) {
  #song-modal .modal-content .results-box ul.result-list li.result .details {
    font-size: 14px;
  }
}
#song-modal .modal-content .results-box ul.result-list li.result:last-child {
  border-bottom: unset;
}
#song-modal .modal-content .results-box ul.result-list li.result.empty {
  padding: 1.5em;
  text-align: center;
  justify-content: center;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(0, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, 0) rotate(1deg);
  }
  50% {
    transform: translate(0, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(0, 0) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
#song-modal.error {
  animation: shake 0.2s;
}
#song-modal.error .modal-content .alert-danger {
  margin-bottom: 0;
  margin-top: 1.5em;
}
#song-modal.error .modal-content .search-box {
  margin-top: 0;
}

#tweet-picks {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
}
#tweet-picks #btn-tweet-pick-2 {
  background-color: #1DA1F2;
  border: #1DA1F2;
  color: #F1F1F1;
}
@media (max-width: 532px) {
  #tweet-picks {
    padding: 1rem;
    height: 100%;
  }
}
#tweet-picks .modal-content {
  background: black;
  padding: 3em;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
@media (max-width: 532px) {
  #tweet-picks .modal-content .fa-3x {
    font-size: 2rem;
  }
}
#tweet-picks .modal-content .header-section {
  font-size: 2.23em;
}
#tweet-picks .modal-content .preview-wrapper {
  position: relative;
}
#tweet-picks .modal-content .preview-wrapper textarea {
  width: 100%;
  height: 150px;
  font-size: 16px;
  resize: none;
}
#tweet-picks .modal-content .preview-wrapper .character-limit {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
  font-size: 14px;
}
#tweet-picks .modal-content .artist-select {
  font-size: 15px;
  border: 1px solid #F1F1F1;
  padding: 0.5em;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 7px;
}
#tweet-picks .modal-content .artist-select:not(.selected) i.fa {
  display: none;
}
#tweet-picks .modal-content .artist-select.selected, #tweet-picks .modal-content .artist-select:hover {
  background: #F1F1F1;
  color: black;
}
#tweet-picks .modal-content form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#tweet-picks .modal-content form .artist-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: scroll;
}

/*# sourceMappingURL=best-of-2022.css.map */
