.invalid-feedback {
  color: white
}

.alert + img {
  margin-top: 0px
}

.alert ~ form {
  margin-bottom: 20px !important;
}

*::-webkit-scrollbar {
  display: none;
}

h1 {
  color: white
}

/*header {
  position: fixed;
  top: 0;
  width: 100%;
}*/

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: #6c757d;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-disabled-color: #6c757d;
  --bs-nav-link-color: white;
  --bs-nav-link-hover-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}

.active {
  color: white;
}

.navbar-logo {
  width: 62px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}

.dropdowns-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.about-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-body-width {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-form {
  width: 90vw !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
}

.profile-form .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.profile-form hr {
  color: white;
  opacity: .5;
}

.profile-form label {
  color: white;
  font-size: large;
}

.profile-form .btn-group label,
.profile-form label[for="image"] {
  font-size: 1rem;
}

.profile-form .btn-group label {
  width: 50%;
}

.about-body form,
.register-body form,
.login-body form {
  width: 500px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
}

.login-body,
.register-body,
.group-edit-body {
  background: #3042e0;
  background: linear-gradient(to right, #2fcf72, #2da4b9);
  overflow-x: hidden;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group-edit-body {
  min-height: 100vh;
}

.login-body form {
  margin: 50px 310px;
  height: 300px;
  padding: 2rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.login-register-text {
  font-weight: bold;
  color: black;
}

.login-register-text:hover {
  color: #4b4b4b;
}

.register-body form {
  margin: 50px 310px;
  margin-top: 25px;
  height: 400px;
  padding: 1rem 2rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.sign-up-parr {
  -webkit-text-stroke: 2px black;
  font-size: 50px;
}

.sign-up-words {
  color: #ffc107;
}

.profile-head {
  transform: translateY(5rem)
}

.cover {
  background-image: url(https://images.unsplash.com/photo-1530305408560-82d13781b33a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1352&q=80);
  background-size: cover;
  background-repeat: no-repeat
}

.body-artist,
.about-body,
.artists-body {
  background: #654ea3;
  background: linear-gradient(to right, #e96443, #904e95);
  min-height: 100vh;
  overflow-x: hidden;
}

.about-body {
  min-height: unset !important;
}

.artist-group-bar-detail {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.artist-group-bar-detail span {
  font-size: 0.8rem;
}

.photos-count {
  margin-left: 20px;
  text-align: center;
  padding: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.social-icon {
  color: white;
}

.form-checkbox {
  width: 50%;
}

.profile-head {
  transform: translateY(4rem) !important;
}

/* Hide select file in input type=file */
::file-selector-button {
  display: none;
}

.link-white {
  color: white
}

#dropdownUser1:hover {
  color: #904e95;
}

/*.team-boxed, .team-boxed .container{
  display: flex;
}*/

.team-boxed h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-boxed h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-boxed .people {
  padding: 20px 0;
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.team-boxed .item {
  text-align: center;
  display: flex;
}

.team-boxed .item .box {
  text-align: center;
  padding: 30px;
  background-color: hsla(0, 2%, 90%, 0.89);
  margin-bottom: 15px;
  border-radius: 25px;
  flex: 1;
  padding: 16px;

  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-boxed .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-boxed .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-boxed .social {
  font-size: 18px;
  color: rgb(0, 0, 0);
  height: 27px;
  margin-bottom: 6px;
}

.team-boxed .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-boxed .social a:hover {
  opacity: 1;
}

.team-boxed .artists-image {
  /* max-height: 200px; */
  max-width: 100%;
  height: 200px;
  border-radius: 10px;
}

.artist-image {
  height: 200px;
}

.team-boxed .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: hsl(296, 54%, 42%);
  letter-spacing: 2px;
  font-size: 13px;
}

.filter-container {
  margin: 20px 0;
  padding: 2rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.filter-container form {
  margin: 0;
}

.filter-input {
  width: 450px;
  height: 40px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  font-size: 1rem;
}

.music-contact-image-login {
  width: 200px;
  border-radius: 20px;
  margin-top: 40px;
}

.btn-primary-see-detail {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00bb7a;
  --bs-btn-border-color: #00bb7a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00b477;
  --bs-btn-hover-border-color: #00b477;
}

.artist-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edit-buttons {
  display: flex;
  flex-direction: column;
  min-width: 90px;
}

.img-name-artist-group-profile {
  display: flex;
}

.artist-group-name-profile {
  padding-top: 20px;
  font-size: 1.9rem;
  margin-top: 0;
  padding-left: 15px;
}

.socials-artist-group-profile {
  margin-top: 15px;
  margin-bottom: 60px
}

.socials-artist-group-profile a {
  margin-right: 15px;
  font-size: 1.2rem
}


@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');

.four-o-four-page {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  margin: 0px;
  background: radial-gradient(circle, #240015 0%, #12000b 100%);
  overflow: hidden;
}

.wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 150px;
  font-size: 32px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  display: block;
  color: #12000a;
  font-weight: 300;
  font-family: Audiowide;
  text-shadow: 0px 0px 4px #12000a;
  animation: fadeInText 3s ease-in 3.5s forwards, flicker4 5s linear 7.5s infinite, hueRotate 6s ease-in-out 3s infinite;
}

#svgWrap_1,
#svgWrap_2 {
  position: absolute;
  height: auto;
  width: 600px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#svgWrap_1,
#svgWrap_2,
.four-o-four-page {
  animation: hueRotate 6s ease-in-out 3s infinite;
}

#id1_1,
#id2_1,
#id3_1 {
  stroke: #ff005d;
  stroke-width: 3px;
  fill: transparent;
  filter: url(#glow);
}

#id1_2,
#id2_2,
#id3_2 {
  stroke: #12000a;
  stroke-width: 3px;
  fill: transparent;
  filter: url(#glow);
}

#id3_1 {
  stroke-dasharray: 940px;
  stroke-dashoffset: -940px;
  animation: drawLine3 2.5s ease-in-out 0s forwards, flicker3 4s linear 4s infinite;
}

#id2_1 {
  stroke-dasharray: 735px;
  stroke-dashoffset: -735px;
  animation: drawLine2 2.5s ease-in-out 0.5s forwards, flicker2 4s linear 4.5s infinite;
}

#id1_1 {
  stroke-dasharray: 940px;
  stroke-dashoffset: -940px;
  animation: drawLine1 2.5s ease-in-out 1s forwards, flicker1 4s linear 5s infinite;
}

@keyframes drawLine1 {
  0% {
    stroke-dashoffset: -940px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes drawLine2 {
  0% {
    stroke-dashoffset: -735px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes drawLine3 {
  0% {
    stroke-dashoffset: -940px;
  }

  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes flicker1 {
  0% {
    stroke: #ff005d;
  }

  1% {
    stroke: transparent;
  }

  3% {
    stroke: transparent;
  }

  4% {
    stroke: #ff005d;
  }

  6% {
    stroke: #ff005d;
  }

  7% {
    stroke: transparent;
  }

  13% {
    stroke: transparent;
  }

  14% {
    stroke: #ff005d;
  }

  100% {
    stroke: #ff005d;
  }
}

@keyframes flicker2 {
  0% {
    stroke: #ff005d;
  }

  50% {
    stroke: #ff005d;
  }

  51% {
    stroke: transparent;
  }

  61% {
    stroke: transparent;
  }

  62% {
    stroke: #ff005d;
  }

  100% {
    stroke: #ff005d;
  }
}

@keyframes flicker3 {
  0% {
    stroke: #ff005d;
  }

  1% {
    stroke: transparent;
  }

  10% {
    stroke: transparent;
  }

  11% {
    stroke: #ff005d;
  }

  40% {
    stroke: #ff005d;
  }

  41% {
    stroke: transparent;
  }

  45% {
    stroke: transparent;
  }

  46% {
    stroke: #ff005d;
  }

  100% {
    stroke: #ff005d;
  }
}

@keyframes flicker4 {
  0% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  30% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  31% {
    color: #12000a;
    text-shadow: 0px 0px 4px #12000a;
  }

  32% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  36% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  37% {
    color: #12000a;
    text-shadow: 0px 0px 4px #12000a;
  }

  41% {
    color: #12000a;
    text-shadow: 0px 0px 4px #12000a;
  }

  42% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  85% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  86% {
    color: #12000a;
    text-shadow: 0px 0px 4px #12000a;
  }

  95% {
    color: #12000a;
    text-shadow: 0px 0px 4px #12000a;
  }

  96% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }

  100% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }
}

@keyframes fadeInText {
  1% {
    color: #12000a;
    text-shadow: 0px 0px 4px #12000a;
  }

  70% {
    color: #ff005d;
    text-shadow: 0px 0px 14px #ff005d;
  }

  100% {
    color: #ff005d;
    text-shadow: 0px 0px 4px #ff005d;
  }
}

@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(-120deg);
  }

  100% {
    filter: hue-rotate(0deg);
  }
}

#twitter:not(:placeholder-shown)+span {
  background-color: #1d9bf0 !important;
}

#twitter:placeholder-shown+span {
  background-color: #e9ecef !important;
}

.multiple-images {
  margin: 50px 500px;
  height: 350px;
  padding: 2rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.multiple-images form {
  display: flex;
  flex-direction: column;
}

.track-audio {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid black;
  border-radius: 10px;
  margin-top: 5px;
  padding: 0px 10px;
  background: linear-gradient(to right, #1ed760, #169c46);
}

.track-audio p {
  margin-top: 15px;
}

.track-audio i {
  margin-right: 5px;
}


.facebook,
.instagram,
.email,
.twitter,
.spotify {
  background-color: #e9ecef !important;
}

.facebook.fill {
  background-color: #38529a !important;
}

.instagram.fill {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.email.fill {
  background-color: #2fce74 !important;
}

.email.fill i {
  color: white !important;
}

.twitter.fill {
  background-color: #1d9bf0 !important;
}

.spotify.fill {
  background-color: black !important;
}

.spotify.fill i {
  color: #1ed860 !important
}

@media screen and (max-width: 1400px) {
  #btn-sort span {
    display: none !important;
  }
}

#btncheck1+label {
  border-right-width: 0px;
}

#btncheck2+label {
  border-left-width: 0px;
}

.login-body,
.register-body {
  justify-content: flex-start !important;
}

.dropdown-toggle-split:hover,
.dropdown-toggle-split:focus {
  color: var(--bs-purple) !important;
}



.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1320px;
  z-index: 1;
}

/* .sticky + .content {
  padding-top: 144px;
} */

.sticky .filter-container {
  backdrop-filter: blur(12px) !important;
}

.sticky .filter-container button,
.sticky .filter-container a {
  /* background: linear-gradient(45deg, #e96443, #904e95 100%); */
  opacity: 0.9;
  border-style: dashed;
  background: white;
  color: #904e95;
  border-color: #904e95;
}

.sticky .filter-container a:hover {
  background-color: #904e9529;
  ;
}

.sticky .filter-container #clear-btn:hover {
  background-color: #904e95 !important;
  color: white !important;
}

label[for="btncheck1"],
label[for="btncheck2"],
label[for="forActing"] {
  border-width: 1px;
  border-color: white;
  border-style: dashed;
}

label[for="btncheck1"] {
  border-right-width: 0;
}

label[for="btncheck2"] {
  border-left-width: 0;
}

.body-profile {
  display: flex;
  align-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center !important;
}