* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Satoshi, Arial, Helvetica, sans-serif;
  color: white;
  align-content: center;
}

.hide {
  display:none;
}
/*
.page {
  margin: 0 auto;
  width: 370px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}*/

.background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  z-index: -1;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.vjs-big-play-button {
  width: 1.5em !important;
  height: 1.5em !important;
  line-height: 1.3em !important;
  margin-left: -0.75em !important;
  border-radius: 1em !important;
  border: 0.1em solid #fff !important;
  font-size: 3em !important;
}

/******/
.player-wrapper {
  position: relative;
  overflow: hidden;
  width: auto;
}
.player-width{
  max-width: 340px;
}
.player-container {
  width: 100%; /* Take up the full width of the parent container */
  max-width:372px;
  min-width: 310px;
  margin: auto;
  padding: 16px;
  box-sizing: border-box;
}

/* Your existing CSS */
.component-wrapper {
  position: relative;
  display: flex; /* Make it a flex container */
  flex-direction: column; /* Arrange items vertically */
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.page {
  margin: 0 auto;
  max-width: 370px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 100vw; /* Take up the full viewport width */
}
/*****/

.top-radius {
  border-radius: 16px 16px 0px 0px;
}

.image-buttons {
  position: absolute;
  cursor: pointer;
  pointer-events: auto;
}
.link_hand {
  cursor: pointer;
  pointer-events: auto;
}

.clips-counter {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

.clips-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.video-artists {
  font-size: 10px;
  font-weight: 200;
  text-overflow: ellipsis;
}

.video-title {
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
}
.vjs-poster{
  width: 100%; 
 
}
.video-js {
  width: 100%; 
  height: 100%;
  /*height: 191.25px;*/
}
.video-info {
  position: absolute;
  display: flex;
  flex-direction: column;
}
.pointer{
  cursor: pointer;
}
.pad-l {
  padding-left: 16px;
}

.pad-b {
  padding-bottom: 4px;
}

.mirror {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1) translateY(-50%);
}

.top {
  top: 20px;
}

.bottom {
  bottom: 8px;
}

.left {
  left: 16px;
  /* Adjust the left position as needed */
}

.right {
  right: 16px;
  /* Adjust the left position as needed */
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.gradient-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  /* Adjust height as needed */
  pointer-events: none;
}

.top-gradient {
  top: 0px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.bottom-gradient {
  bottom: 0px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.lyrics-outer {
  background-color: #721cff;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 12px;
  border-radius: 0px 0px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: scroll;
   &::-webkit-scrollbar {
    display: none;
  }
  position: relative;
}


.topDiv {
  width: 100%;
  align-content: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: -3px;
  position: sticky;
  top: 0;
  z-index: 9999;

 
  /*
   position: sticky;
  top: 0;
  justify-content: right;
  position: absolute;*/
}

.lyrics-title {
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
  text-align: left;
}
.five-pix{
  padding-bottom: 5px ;
}
.lyrics-titleF {
  font-size: 18px;
  font-weight: 500;
  margin-left: 5px;
  text-align: left;
  opacity: 1;
}
.expandBtn {
  width: 25px;
  height: 25px;
  /*align-self: flex-end;*/
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: 0; /* Position it at the right edge */
}

.lyric-text {
  position: relative;
  max-width: 100%;
  cursor: pointer;
  font-weight: 500 !important;
  border-radius: 8px;
  padding: 6px;
  box-sizing: border-box;
  word-break: break-word;
}

.blocked {
  opacity: 0.25;
}

.active {
  background: #f1e8ff;
  color: #721cff;
  text-shadow: none !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.artist-header {
  margin: 0 auto;
  width: 100%;
}

.artist-cover {
  position: relative;
  width: 100%;
  height: 270px;
  margin: auto;
  display: block;
  object-fit: cover;
  margin-top: -12px;
}

.fade {
  position: relative;
  margin-top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none; /* To allow clicks to pass through */
}

.artist-heading {
  font-weight: 700 !important;
  color: black;
  font-size: 24px;
  max-width: 220px;
  width: fit-content;
  padding-right: 10px;
  text-align: center;
  word-break: break-word;
}

.artist-info {
  display: flex;
  max-width: 300px;
  justify-content: center;
  padding-top: 10px;
  margin-top: -50px;
  position: relative;
}

.artist-share {
  display: flex;
  cursor: pointer;
}
.socials {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap to the next line */
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 10px;
 /* margin: 8px auto;*/
}
/* Adjust styles for individual social icons */
.socials img {
 /* flex: 0 0 20%; /* Each icon takes up 20% of the available width */
  margin: 5%; /* Add spacing between icons */
}
/*
  .socials {
    width: 230px;
    position: relative;
    display: flex;
    justify-content: space-around; 
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 8px auto;
  }*/
  /*.socials img {
    max-width: 230px;
    height: auto;
    cursor: pointer;
  }*/

.social-button {
  cursor: pointer;
}

.top-menu {
  width: 100%;
  display: flex;
  justify-content: right;
  padding-top: 10px;
}

.menu {
  padding-right: 16px;
}

.modal-links {
  position: relative;
  /* display: none; */
  display: flex;
  width: 230px;
  justify-content: space-around;
  margin: 8px auto;
  z-index: 1;
}

.modal-links img {
  display: block;
  height: 30px;
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
  pointer-events: auto;
  cursor: pointer;
}
/*
.format-selector {
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  justify-content: space-evenly;
  margin: auto;
  top: 0px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  flex-wrap: wrap;
  text-align: center;
  z-index: 2;
}
.format-text {
  display: block;
  font-weight: 700 !important;
  font-size: 20px;
  width: 100%;
  margin-bottom: -40px;
}
.format-selector .close-button{
  pointer-events: auto;
  cursor: pointer;
}
.format-selector .close-button:hover {
  background-color: #666464;
}
.vertDiv{
  justify-content: center;
  display: flex;
  width: 90px;
}
.vertDiv img {
  pointer-events: auto;
  cursor: pointer;
}*/

.link-background {
  width: 100%;
  background: #353e64;
  display: flex;
  pointer-events: none;
}

.branding {
  color: #721cff;
  font-weight: 650 !important;
  position: relative;
  top: -8px;
  width: 300px;
  font-size: 12px;
  text-align: center;
}

.logo {
  height: 30px;
  position: relative;
  display: block;
  top: 2px;
}

/* Share options css */
.format-selector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  z-index: 2;
}
.format-text {
  font-weight: bold; /* Make text bold */
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 15px 15px 0px 0px;
  width: 35px;
}
.horzDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}

.vertDiv {
  text-align: center;
  display: flex;
  flex-direction: column; /* Align content vertically */
  align-items: center;
  margin: 0 10px; /* Responsive spacing between vertDiv elements */
  pointer-events: auto;
  cursor: pointer;
  width: 90px;
}
.text-msg {
  color: #fff;
  margin-top: 0px; /* Adjust vertical spacing between img and text */
}

.vertDiv img {
  margin-bottom: 0px; /* Adjust vertical spacing between img and text */
}

.spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.spinner-border {
  display: none;
  width: 40px;
  height: 40px;
  border-width: 0.25em;
  position: absolute;
  border: .25em solid currentColor;
  border-right-color: transparent;
  align-items: center;
  border-radius: 50%;
  animation: spin .75s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.show {
  display: flex;
}
.notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 10;
  width: fit-content;
}
/* Hidden by default */
.hidden {
    display: none;
}

.my-friendly-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #721CFF; /* Your preferred button color */
  color: #ffffff; /* Text color */
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.my-friendly-button:hover {
  background-color: #6118d9; /* Darker shade on hover */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  30% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  50% {
    transform: scale(1.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
}

.image-buttons.animated {
  animation: pulse 2s ease-in-out infinite;
  animation-play-state: running;
}

/* Adding the pause effect */
@keyframes pulse-with-break {
  0% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
 30% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  40% {
    transform: scale(1.2);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  }
  60% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }
}

.image-buttons.animated-break {
  animation: pulse-with-break 3s ease-in-out infinite; /* 2s animation + 1s break */
}
.share{
  
}