body.muzicalist-modal-active {
  overflow: hidden;
  padding-right: 17px;
}
body.muzicalist-modal-active .muzicalist-modal {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.image-or-video.more img {
  max-width: 100% !important;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 400px;
}
/* Modal */
.muzicalist-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
}
.muzicalist-modal.fade {
  visibility: hidden;
  -webkit-visibility: hidden;
  -ms-visibility: hidden;
  opacity: 0;
}
.muzicalist-modal .close-modal {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  float: right;
  color: #d1d1d1;
  outline: none;
  font-size: 50px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.muzicalist-modal .close-modal i {
  float: right;
}
.muzicalist-modal .modal-content-area {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  position: relative;
  pointer-events: none;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
}
.muzicalist-modal .modal-content-area .modal-box-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 4px;
  outline: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transform: translate(0, -25%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.muzicalist-modal .modal-content-area .modal-box-area .modal-box-area-wrapper {
  padding: 25px;
}
.muzicalist-modal.fade-in {
  visibility: visible;
  -webkit-visibility: visible;
  -ms-visibility: visible;
  opacity: 1;
}
.muzicalist-modal.fade-in .modal-box-area {
  transform: translate(0, 0);
  opacity: 1;
}

/* General */
.form-inputs ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.form-inputs ul li {
  flex: 1 1 100%;
  padding: 10px;
  box-sizing: border-box;
}
.form-inputs ul li.col-half {
  flex: 1 1 50%;
}
.form-inputs label {
  width: 100%;
}
.form-inputs .col-half label {
  color: white;
}
.form-inputs input[type="text"],
.form-inputs input[type="email"],
.form-inputs input[type="tel"],
.form-inputs input[type="password"],
.form-inputs select {
  padding: 6px 13px;
  color: #000;
  font-size: 14px;
  height: 42px;
  border: 2px solid #efefef;
  border-radius: 3px;
  background-color: #ffffff;
  width: 100%;
  box-sizing: border-box;
}
.form-inputs input[type="text"]:focus,
.form-inputs input[type="email"]:focus,
.form-inputs input[type="tel"]:focus,
.form-inputs input[type="password"]:focus,
.form-inputs select:focus {
  border-color: #b48f00;
  outline: none;
}
.form-inputs input[type="text"].has-error,
.form-inputs input[type="email"].has-error,
.form-inputs input[type="tel"].has-error,
.form-inputs input[type="password"].has-error,
.form-inputs select.has-error {
  border-color: #d10000;
}
.form-inputs input[type="text"]::placeholder,
.form-inputs input[type="email"]::placeholder,
.form-inputs input[type="tel"]::placeholder,
.form-inputs input[type="password"]::placeholder,
.form-inputs select::placeholder {
  color: rgb(118, 118, 118) !important;
}

.input-wrapper .error-message {
  padding: 5px;
  display: block;
  color: #fff;
  background: red;
  margin: 5px 0;
  font-size: 12px;
}

.star-rating1 {
  direction: rtl;
  display: inline-block;
  padding: 0 15px;
  cursor: default;
}
.star-rating1 label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.star-rating1 input[type="radio"] {
  display: none;
}
.star-rating1 label:hover,
.star-rating1 label:hover ~ label,
.star-rating1 input[type="radio"]:checked ~ label {
  color: #f2b600;
}

.muzicalist-image-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 12px;
}
.muzicalist-image-upload span {
  float: left;
  line-height: 1;
  font-size: 18px;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.muzicalist-image-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Profile page */
.performer-profile button,
.performer-profile [type="submit"] {
  margin: 20px auto;
  border: 1px solid #fff;
  color: #fff;
  background-color: #6a0000;
  padding: 8px 25px;
  border-radius: 34px;
}
.performer-profile .stage-name-wrapper {
  margin-top: 15px;
}
.performer-profile [type="submit"] {
  background: rgb(158, 109, 28) !important;
  border: none !important;
}
.performer-profile .stage-name-wrapper h1 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-profile ul.fields {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.performer-profile ul.fields li {
  flex: 1 1 50%;
  padding: 10px;
  box-sizing: border-box;
}
.performer-profile ul.fields li.full {
  flex: 1 1 100%;
}
.performer-profile ul.fields li label {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-profile ul.fields li label,
.performer-profile ul.fields li input {
  width: 100%;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.performer-profile ul.fields li input {
  background: transparent;
  outline: none;
  margin-bottom: 5px;
  border-radius: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.performer-profile ul.fields li select {
  width: 100%;
  padding: 7px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px 40px 10px 15px;
}
.performer-profile ul.fields li textarea {
  width: 100%;
  background: transparent;
  color: #fff;
  border-radius: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.performer-profile ul.fields .gallery img {
  width: 100%;
  height: auto;
}
.performer-profile section.image {
  /* background: rgb(214, 179, 89);
  background: radial-gradient(circle, rgb(214, 179, 89) 0%, rgb(178, 126, 42) 35%, rgb(236, 216, 152) 100%); */
}
.performer-profile section.image .image-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.performer-profile section.image .image-inner .current-image {
  max-width: 180px;
  position: relative;
}
.performer-profile section.image .image-inner .current-image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: #e5b800 2px solid;
}

.performer-profile
  section.image
  .image-inner
  .current-image
  .muzicalist-image-upload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #060503;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
}
.performer-profile section.info {
  margin-bottom: 50px;
}
.performer-profile section.info ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.performer-profile section.info ul li {
  flex: 1 1 50%;
  box-sizing: border-box;
}
.performer-profile section.info ul li.full {
  flex: 1 1 100%;
}
.performer-profile section.info ul li p {
  color: #fff;
  padding-bottom: 5px;
  margin: 10px;
  /* border-bottom: 1px solid #cea95e; */
}
.performer-profile section.info ul li p strong {
  color: #f7ca66;
}
.performer-profile section.info ul li p.description-title {
  border: 0;
  margin-bottom: 0;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}

.performer-profile section.info ul li p.description {
  border: 4px solid #610018;
  background: #cea95e;
  padding: 10px;
  color: #000;
  border-radius: 10px;
  margin: 0 10px;
}
.performer-profile section.socials {
  margin-bottom: 50px;
}
.performer-profile section.socials h5 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
.performer-profile section.socials .icons {
  display: flex;
  justify-content: center;
}
.performer-profile section.socials .icons .icon {
  padding: 0 10px;
}
.performer-profile section.socials .icons .icon img {
  width: 100%;
  max-width: 70px;
  height: auto;
}
.performer-profile section.calendar {
  display: flex;
  justify-content: center;
  /* margin: 30px 0; */
}
.performer-profile section.calendar button.calendar {
  background: white;
  color: #000000;
  font-weight: 700;
}
.performer-profile section.calendar button.calendar button.calendar i {
  margin-right: 10px;
}
.performer-profile form .response {
  width: 100%;
}
.performer-profile form .response .success {
  text-align: center;
  background: #007805;
  color: #fff;
  padding: 15px;
}
.performer-profile section.gallery {
  margin-bottom: 50px;
}
.performer-profile section.gallery h3 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 38px;
}
.performer-profile section.gallery img {
  width: 100%;
}

/* Specializations page */
.performer-specializations {
  padding: 50px 0;
}
.performer-specializations .main-title {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fee2a3;
  margin-bottom: 50px;
  text-shadow: -2px 4px 0 rgba(0, 0, 0, 0.3);
}
.performer-specializations .performer-specialization a {
  text-decoration: none;
}
.performer-specializations .performer-specialization a:hover .image-box {
  transform: scale(1.1);
  background: #fff;
  box-shadow: 0 0 90px -7px #000000;
}
.performer-specializations .performer-specialization a:hover h3 {
  color: #fff;
}
.performer-specializations .performer-specialization a .image-box {
  border: 3px solid #000;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.performer-specializations .performer-specialization a img {
  width: 100%;
  height: auto;
}
.performer-specializations .performer-specialization a h3 {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
  margin: 20px 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Side menu performer */
.side-menu .performer-info {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.side-menu .performer-info .performer-image-wrapper {
  border-radius: 50%;
  background: #fee2a3;
  padding: 8px;
}
.side-menu .performer-info .performer-image-wrapper img {
  border-radius: 50%;
  max-width: 100px;
}
.side-menu .performer-info h3 {
  color: #fee2a3;
  margin: 20px 0;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
.side-menu .btn {
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  padding: 5px 20px;
  border-radius: 30px;
  cursor: pointer;
  outline: none;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}

/* performer calendar */
.muzicalist-booking-calendar {
  margin-bottom: 50px !important;
}
.muzicalist-booking-calendar .main-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
.muzicalist-booking-calendar .legend {
  background: #930025;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.muzicalist-booking-calendar .legend .legend-item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 15px;
}
.muzicalist-booking-calendar .legend .legend-item span {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.muzicalist-booking-calendar .legend .legend-item span.unavailable {
  background-color: #fd2d4f;
}
.muzicalist-booking-calendar .legend .legend-item span.available {
  background-color: #ffffff;
}
.muzicalist-booking-calendar
  .month-wrapper
  .calendar-month
  .month-title
  .month-title-with-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.muzicalist-booking-calendar
  .month-wrapper
  .calendar-month
  .month-title
  .month-title-with-image
  .image
  img {
  width: 100%;
  max-width: 70px;
  border-radius: 50%;
}
.muzicalist-booking-calendar
  .month-wrapper
  .calendar-month
  .month-title
  .month-title-with-image
  .date {
  margin-left: 20px;
}
.muzicalist-booking-calendar
  .month-wrapper
  .calendar-month
  .month-title
  .month-title-with-image
  .date
  span {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  text-transform: capitalize;
}

.booking-calendar-modal .modal-header {
  position: absolute;
  right: 0;
  border: 0;
  z-index: 2;
}
.booking-calendar-modal .modal-header .modal-title {
  display: none;
}
.booking-calendar-modal .modal-header button.close {
  color: #fff;
  opacity: 1;
}
.booking-calendar-modal .modal-header button.close span {
  color: #fff;
}
.booking-calendar-modal .modal-body {
  background: #930025;
}

/* mobile */
@media only screen and (max-width: 767px) {
  /* Specializations page */
  .performer-specializations .main-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .performer-specializations .performer-specialization {
    margin-bottom: 40px;
  }
  .performer-specializations .performer-specialization a h3 {
    font-size: 18px;
  }
  /* Profile page */
  .performer-profile section.info {
    margin-bottom: 0;
  }
  .performer-profile section.info ul li {
    flex: 1 1 100%;
  }
  .performer-profile .fields li {
    flex: 1 1 100% !important;
  }
  .calendar-details {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -40px;
  }
  .gallery .container .row {
    width: 100%;
    margin: auto;
  }
  /* Modal */
  .muzicalist-modal .modal-box-area {
    margin: 15px;
  }
  /* General */
  .form-inputs ul li.col-half {
    flex: 1 1 100%;
  }
  .form-inputs label {
    width: 100%;
  }
  .form-inputs input[type="text"],
  .form-inputs input[type="email"],
  .form-inputs input[type="tel"],
  .form-inputs input[type="password"],
  .form-inputs select {
    padding: 6px 13px;
    color: #000;
    font-size: 12px;
    height: 42px;
    border: 2px solid #efefef;
    border-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
  }
  .form-inputs input[type="text"]:focus,
  .form-inputs input[type="email"]:focus,
  .form-inputs input[type="tel"]:focus,
  .form-inputs input[type="password"]:focus,
  .form-inputs select:focus {
    border-color: #b48f00;
    outline: none;
  }
  .form-inputs input[type="text"].has-error,
  .form-inputs input[type="email"].has-error,
  .form-inputs input[type="tel"].has-error,
  .form-inputs input[type="password"].has-error,
  .form-inputs select.has-error {
    border-color: #d10000;
  }
  .form-inputs input[type="text"]::placeholder,
  .form-inputs input[type="email"]::placeholder,
  .form-inputs input[type="tel"]::placeholder,
  .form-inputs input[type="password"]::placeholder,
  .form-inputs select::placeholder {
    color: #979797;
  }
  .counties .container .row {
    margin: 0;
  }
  .performer-specialization .counties .counties-wrapper ul.counties li a {
    height: 100%;
  }
  #registerUser .form-inputs {
    width: 100% !important;
  }
}

/*# sourceMappingURL=main.css.map */
.container .bp-messages-wrap-main.bm-initialized {
  margin-top: 160px !important;
  margin-bottom: 130px;
  border: 3px solid #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.empty .bpbm-empty-link a,
#bm-new-thread-title {
  color: #b48f00 !important;
}
.bm-sticky-date {
  background: #930025 !important;
}
/* .bm-message-content.reply-enabled {
  background: #930025 !important;
} */

.modal-overlay-requestCalendar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; /* ascuns inițial */
}

/* Modalul propriu-zis */
.twoBtnsFeed {
  display: flex;
}
#postFeed-modal,
#booking-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fff;
  /* width: 50%; */
  padding: 20px 30px;
  z-index: 1000;
  display: none; /* ascuns inițial */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  color: #333;
}
#booking-modal p {
  display: flex;
  gap: 10px;
}
#booking-date {
  /* margin-left: 35px; */
  width: 323px;
  padding: 0px !important;
}
.calendar-details .container {
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 10px;
  width: 68%;
}
.calendar-details .container .row {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: auto;
  height: auto;
  padding-top: 5px;
}
.calendar-details h3,
.calendar-details h5 {
  color: white;
}
.booking-requests {
  color: white;
  max-width: 1140px;
  margin: auto;
  /* border: 2px solid #e7d18f; */
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 60px;
}
.booking-requests .booking-request {
  border: 1px solid #e7d18f;
  list-style: none;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}
.booking-req {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 8px 13px rgba(0, 0, 0, 0.1),
    0 18px 23px rgba(0, 0, 0, 0.1);
}
#accept-booking:hover,
#reject-booking:hover {
  color: #000;
  background: radial-gradient(
    circle,
    rgb(214, 179, 89) 0%,
    rgb(178, 126, 42) 35%,
    rgb(236, 216, 152) 100%
  );
}
.bp-messages-wrap
  .bm-messages-list
  .bm-list
  .bm-messages-stack.bm-left-side
  .bm-content
  .bm-messages-listing
  .bm-message
  .bm-message-content:not(.bm-hide-background)
  * {
  color: white !important;
}

/* LATER UPDATE */
.performer-profile-div-p {
  display: flex;
  justify-content: center;
}
.performer-profile-info-btns {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.performer-profile-info-btns p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.14);
  width: 100px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.performer-profile-specialization {
  color: #af7d42;
  border-radius: 10px;
  background-color: white;
  justify-content: center;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
}
.performer-profile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-color: aliceblue;
  border-bottom-style: solid;
}
.performer-profile-info p {
  color: #fff;
}
.performer-profile-info div {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* test */
.performer-v-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Main content styling */
.performer-v-main-content {
  flex: 1;
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  width: 100%;
}

/* Profile header styling */
.performer-v-profile-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
  gap: 20px;
  justify-content: center;
}

.performer-v-profile-image {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 4px solid #d4af37;
  overflow: hidden;
  margin-bottom: 1rem;
}

.performer-v-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.performer-v-profile-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.performer-v-rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.performer-v-rating i {
  color: #d4af37;
}

.performer-v-profile-tag {
  background-color: white;
  color: black;
  font-size: 22px;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  width: auto;
  text-align: center;
}

/* Tabs styling */
.performer-v-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5rem;
}

.performer-v-tab-buttons {
  display: flex;
  justify-content: center;
}

.performer-v-tab-button {
  position: relative;
  padding: 0.5rem 1rem;
  color: white;
  font-weight: 500;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}

.performer-v-tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all 0.2s;
}

.performer-v-tab-button.active::after {
  background-color: #d4af37;
}

.performer-v-tab-content {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.performer-v-tab-pane {
  display: none;
}

.performer-v-tab-pane.active {
  display: block;
  width: 850px;
  margin: 0 auto;
}

/* Details content styling */
.performer-v-info-row {
  display: flex;
  /* flex-direction: column; */
  gap: 10px;
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .performer-v-info-row {
    flex-direction: row;
  }
}

.performer-v-info-label {
  color: white;
  font-weight: 800;
  /* width: 100%; */
}

@media (min-width: 768px) {
  .performer-v-info-label {
    width: 12rem;
  }
}

.performer-v-info-value {
  color: white;
  /* align-items: center;
  display: flex; */
}

.performer-v-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 1rem 0;
}

.performer-v-pricing,
.performer-v-contact,
.performer-v-social-media {
  margin-bottom: 1.5rem;
}

.performer-v-pricing h3,
.performer-v-contact h3,
.performer-v-social-media h3 {
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.performer-v-social-links {
  flex-direction: column !important;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.performer-v-social-media-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  transition: color 0.2s;
  margin-bottom: 0.5rem;
}

.performer-v-social-media-icon:hover {
  color: #d4af37;
}

/* Empty tab content styling */
.performer-v-empty-message {
  text-align: center;
  padding: 3rem 0;
}

/* View profile link styling */
.performer-v-view-profile-link {
  text-align: right;
  margin-top: 1rem;
}

.performer-v-view-profile-btn {
  background-color: white;
  color: #520000;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 700;
}
/* JUDETE */

/* 
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
} */

.county-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 40px; */
  padding-top: 30px;
  color: #fff;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

header p {
  color: #aaa;
  margin-bottom: 20px;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}

input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  outline: none;
}

input[type="text"]::placeholder {
  color: #aaa;
}

.search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* main {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.map-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

#romania-map {
  width: 100%;
  aspect-ratio: 4/3;
}

/* County path styles */
.county {
  fill: #444;
  stroke: #000;
  stroke-width: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

/* County label styles */
.county-label {
  font-size: 12px;
  fill: white;
  font-weight: 500;
  text-anchor: middle;
  pointer-events: none;
  user-select: none;
}

.judet {
  /* fill: #3498db; */
  /* stroke: #fff; */
  /* stroke-width: 2; */
  transition: transform 0.2s, fill 0.2s;
}
.judet:hover {
  /* fill: #2980b9; */
  /* transform: scale(1.1); */
  cursor: pointer;
  /* transform: scale(1.2) translate(-68px, -28px); */
}
.map-container text {
  color: #fff !important;
  fill: #fff;
  box-shadow: 0px 4px 4px 0px #00000026;
}
.map-container svg {
  background-color: transparent !important;
}
.map-container rect {
  fill: transparent;
}

footer {
  margin-top: 0px !important;
  text-align: center;
  color: #aaa;
  padding: 20px 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  .map-container {
    max-width: 100%;
  }
}
/* Hero Section */
.hero {
  padding: 2rem 0 3rem;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-circle {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-text {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.music-note {
  position: absolute;
  max-width: 100%;
  height: auto;
}

/* Categories Section */
.categories h2 {
  margin-bottom: 2.5rem;
  color: white;
}
.registration .overlay h2 {
  color: white;
}
.categories-section .container .categories-title {
  color: white;
}
.category-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.category-card {
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card p {
  color: #000;
  font-weight: 500;
  margin-top: 1rem;
  font-weight: bold;
  font-size: 24px;
}
.categories .icon-circle img {
  width: 100px;
  height: 100px;
}
.icon-circle:has(.formatie-icon) {
  border: 1px solid rgba(28, 158, 44, 1);
}
.icon-circle:has(.solist-icon) {
  border: 1px solid rgba(44, 111, 221, 1);
}
.icon-circle:has(.instrumentist-icon) {
  border: 1px solid rgba(158, 28, 142, 1);
}
.icon-circle:has(.dj-icon) {
  border: 1px solid rgba(206, 143, 40, 1);
}

.icon-circle {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  height: 157px;
  width: 157px;
}

.form-card {
  max-width: 422px;
  width: 100%;
  background: var(--card-bg);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 0 auto;
}
.registration .form-card input::placeholder {
  color: rgba(118, 118, 118, 1);
}
.registration .form-card input,
.registration .form-card select {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.registration .form-card h2 {
  color: #000;
  font-weight: normal;
  margin-bottom: 5px;
}
.registration h2 {
  font-size: 24px;
  margin-bottom: 5px;
  color: var(--text-color);
  font-weight: 600;
}

.progress-bar {
  height: 8px;
  background: rgba(217, 217, 217, 1);

  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 33.33%;
  background: rgba(106, 0, 0, 1);

  border-radius: 10px;
}

.form-group {
  margin-bottom: 20px;
}

.registration label {
  display: block;
  color: #333 !important;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.registration input,
.registration select {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 8px;
  outline: none;
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#performerLastName,
#performerFirstName,
#performerStageName,
#performerEmail,
#performerPhone,
#performerCounty,
#performerPassword,
#performerConfirmPassword {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.registrationinput::placeholder {
  color: #999;
}

.registration input:focus,
.registration select:focus {
}

.select-wrapper {
  position: relative;
}

.select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

.registration select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 35px;
}
.registration {
  background-image: url(/assets/img/registration-background.png);
  background-size: contain;
}
.registration .btn-next {
  width: 100%;
  background: rgba(158, 109, 28, 1);

  color: white;
  border: none;
  border-radius: 20px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

/* Basic responsiveness */
@media (max-width: 480px) {
  .form-card {
    padding: 20px 15px;
  }

  .registration input,
  .registration select,
  .registration .btn-next {
    padding: 10px 12px;
  }
}

.hero-categories {
  background: linear-gradient(180deg, #000000 0%, #6a0000 100%);
}
.hero-categories .categories {
  position: relative;
  top: 50px;
}
.registration h2 {
  margin-bottom: 50px;
  text-align: center;
}

.homepage h1 {
  font-size: 100px;
  color: white;
}
.homepage h2 {
  font-size: 32px;
  color: white;
}
.registration-text {
  text-align: center;
  color: white;
}
.registration {
  /* background-image: url("https://via.placeholder.com/1200x600"); */
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3rem 1rem;
  padding-top: 100px;
  border-radius: 8px;
}
.homepage h2,
.homepage h1 {
  text-align: center;
}
.registration-text {
  max-width: 600px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}

.registration-form {
  background-color: white;
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 8px;
  text-align: left;
}

.registration-form h3 {
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  color: #333;
}

.btn-submit {
  background-color: #b8860b;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
  width: 100%;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #a67c00;
}

/* Testimonials Section */
.testimonials {
  background-image: url(/assets/img/pexels-b3stography-721247.jpg);
  background-size: cover;
  padding: 3rem 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;

  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
}
.results {
  padding: 80px 0;
}

.testimonial-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-card .image {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.testimonial-card .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ffa503;
  object-fit: cover;
}
.testimonial-card {
  background: linear-gradient(180deg, #fffefc 0%, #ffa503 100%);

  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 2rem 0;
}

.testimonial-card > p {
  margin-bottom: 15px;
  color: #000;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* margin-bottom: 1.5rem; */
}

.testimonial-card .testimonial-author {
  text-align: center;
}

.author-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
  margin-bottom: 15px;
  color: white;
  line-height: 1.6;
}

.author-role {
  color: rgba(158, 109, 28, 1) !important;
  border-radius: 20px;
  max-width: max-content;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  background: #fff;
}

.slider-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
}
.category-cards .category-card {
  width: 100%;
  max-width: 320px;
}

.slider-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

/* Results Section */
.results h2 {
  margin-bottom: 64px;
  position: relative;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.testimonials h2 {
  color: white;
  margin: 0 auto;
  text-align: center;
}
.homepage h2 {
  position: relative;
}
.homepage h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #fff;
}
.homepage .map-container {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
  margin-top: -40px;
}
.results-text {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 3rem;
  opacity: 0.9;
  color: white;
}
.homepage .county-search input {
  background: #fff;
}
.homepage .county-search {
  margin-bottom: 20px;
  padding-top: 80px;
}
.judet:hover {
  stroke-width: 2px;
}
.homepage .county-search h2 {
  margin-bottom: 50px;
}
.county-search h1 {
  font-size: 36px !important;
}
.result-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.categories-page {
  padding-top: 80px;
}
.categories-page h2 {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.categories-page .results h2 {
  font-size: 32px;
}
.result-card {
  background: rgba(158, 109, 28, 1);

  border-radius: 8px;
  padding: 2rem;
  width: 300px;
  text-align: center;
  height: 300px;
}

/* .result-card h3 {
  font-size: 100px;
  margin-bottom: 24px;
} */
.result-card h3 {
  font-size: 100px;
  margin-bottom: 24px;
  transition: transform 0.3s ease;
  color: white;
}

.result-card:hover h3 {
  transform: scale(1.1);
}
.result-card p {
  font-size: 32px;
  font-weight: bold;
  color: white;
}

.results .btn-primary {
  background-color: rgba(158, 109, 28, 1);
  color: white;
  border: none;
  padding: 8px 32px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  display: block;
  margin-top: 80px;
  /* transition: background-color 0.3s ease; */
}
/* section {
  padding-left: 20px;
  padding-right: 20px;
} */

/* Responsive Styles */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-circle {
    width: 250px;
    height: 250px;
  }

  .category-cards {
    gap: 1rem;
  }

  .category-card {
    width: 160px;
    padding: 1rem;
  }

  .result-cards {
    gap: 1rem;
  }

  .result-card h3 {
    font-size: 80px;
  }
}

@media (max-width: 576px) {
  .cropper-container {
    width: 350px !important;
    max-width: 100%;
  }
  .hero h1 {
    font-size: 2rem;
  }

  .hero-circle {
    width: 200px;
    height: 200px;
  }

  .hero-text {
    font-size: 1rem;
  }

  .category-cards {
    flex-direction: column;
    align-items: center;
  }

  .result-cards {
    flex-direction: column;
    align-items: center;
  }
}

/* Reset and base styles */

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* Global Styles */
.music-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: black;
  color: white;
}

/* Header Styles */
.site-header {
  padding: 16px 0;
  border-bottom: 1px solid #333;
  background-color: black;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-image {
  height: 40px;
  width: auto;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-nav li {
  list-style: none;
}

.main-nav a {
  color: white;
  font-weight: 500;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: #f59e0b;
}

.main-nav a.active {
  color: #f59e0b;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.search-btn {
  color: white;
  background: none;
  border: none;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-btn:hover {
  background-color: #333;
}

.register-btn {
  padding: 8px 16px;
  border: 1px solid white;
  background: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.register-btn:hover {
  background-color: white;
  color: black;
}

.cart-btn {
  padding: 8px 16px;
  background-color: #b45309;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cart-btn:hover {
  background-color: #92400e;
}

/* Categories Section */
.categories-section {
  padding: 64px 0;
  text-align: center;
  background: linear-gradient(to bottom, #000000, #330000);
}

.categories-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 64px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.category-card {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-icon {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.category-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.formatii-icon {
  border-color: #10b981;
}

.solisti-icon {
  border-color: #3b82f6;
}

.instrumentisti-icon {
  border-color: #ec4899;
}

.dj-icon {
  border-color: #f59e0b;
}

.category-name {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

/* Results Section */
.results-section {
  padding: 64px 0;
  text-align: center;
  background: linear-gradient(to bottom, #330000, #220000);
}

.results-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.results-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 2px;
  background-color: white;
}

.results-description {
  font-size: 18px;
  max-width: 768px;
  margin: 0 auto 48px;
  color: #d1d5db;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto 48px;
}

.stat-card {
  background-color: #b45309;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  color: white;
  margin-bottom: 16px;
}

.stat-label {
  font-size: 20px;
  font-weight: 500;
  color: white;
}

.create-account-container {
  display: flex;
  justify-content: center;
}

.create-account-btn {
  padding: 12px 24px;
  background-color: #b45309;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.create-account-btn:hover {
  background-color: #92400e;
}

/* Footer Styles */
.site-footer {
  padding: 32px 0;
  background-color: black;
  border-top: 1px solid #333;
  margin-top: auto;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-company {
  display: flex;
  flex-direction: column;
}

.company-name {
  font-size: 18px;
  font-weight: bold;
}

.company-email {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #9ca3af;
  transition: color 0.3s;
}

.company-email:hover {
  color: white;
}

.footer-logo .logo-image {
  height: 48px;
  width: auto;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.social-title {
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 8px;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-link {
  color: #9ca3af;
  transition: color 0.3s;
}

.social-link:hover {
  color: white;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.footer-nav li {
  list-style: none;
}

.footer-nav a {
  color: #9ca3af;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: white;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .header-content {
    flex-direction: column;
    gap: 16px;
  }

  .main-nav ul {
    overflow-x: auto;
    padding-bottom: 8px;
    gap: 16px;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
  }

  .footer-info {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-social {
    align-items: center;
  }

  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
  }
}

.homepage .county-search input {
  color: #000;
}

.feed .anunt {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 16px;
}
.feed .anunt .person-info {
  display: flex;
  gap: 13px;
  margin-bottom: 16px;
  /* align-items: center; */
  justify-content: space-between;
}

.report {
  padding: 16px;
}

.feed .anunt .person-info .person-info-content {
  display: flex;
  gap: 13px;
  margin-bottom: 16px;
  align-items: center;
  width: 100%;
}
.feed .anunt .person-info .image img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  border: 2px solid rgba(241, 192, 0, 1);
}
.feed .anunt .person-info .image.none img {
  border: 2px solid #fff;
}
.feed .anunt .person-info .column {
  width: 15%;
}
.feed .anunt .person-info .column .name {
  font-weight: bold;
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
}
.feed .anunt .person-info .column .name a {
  width: auto;
  display: block;
}
.feed .anunt .person-info .column .date {
  font-size: 14px;
  color: #000;
}
.feed .anunt .person-info .row ul {
  display: flex;
  align-items: start;
  color: #000;
  gap: 25px;
  height: 48px;
  padding-left: 10px;
}
.feed .anunt .person-info .row ul .role {
  color: rgba(106, 0, 0, 1);
}
.feed .anunt .person-info .row ul .role.admin {
  color: rgba(241, 192, 0, 1);
}
.feed .anunt .description p {
  color: #000;
  margin-bottom: 20px;
}
.feed .anunt .description .see-more {
  color: #000;
  text-decoration: underline;
}
.feed .anunt.post .description p {
  color: #fff;
}
.feed .anunt.post .description .see-more {
  color: #fff;
}
.feed .anunt.post {
  background: rgba(106, 0, 0, 1);

  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}
.feed .anunt .description {
  margin-bottom: 16px;
}
.feed .anunt.post .person-info .column .name,
.feed .anunt.post .person-info .column .date {
  color: #fff;
}
.feed .anunt.post .person-info .row ul {
  color: #fff;
}
.feed .anunt .action .save-post label {
  color: #000;
  text-decoration: underline;
}
.feed .anunt .action .save-post {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feed {
  /* background: linear-gradient(180deg, #000000 0%, #6a0000 100%); */
  max-width: 900px;
  margin: auto;
  margin-top: 60px;
  padding-top: 15px;
}
.feed-wrapper h1 {
  text-align: center;
  font-weight: bold;
  font-size: 100px;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #fff;
}
.feed-wrapper {
  max-width: 834px;
  margin: 0 auto;
  width: 100%;
  padding: 0 37px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-top: -80px;
}
.feed .feed-wrapper > .more-posts {
  max-width: 184px;
  width: 100%;
  margin: 0 auto;
  margin-top: 41px;
}
.feed .container {
  margin-bottom: 80px;
  max-width: 900px;
  /* margin-top: -80px; */
}
.feed .feed-wrapper > .more-posts a {
  background: rgba(158, 109, 28, 1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  height: 40px;
}

.feed .anunt.post .image-or-video video,
.feed .anunt.post .image-or-video img {
  width: 100%;
  height: 802px;
  object-fit: cover;
  max-width: 802px;
}
.feed .anunt.post .image-or-video.more video,
.feed .anunt.post .image-or-video.more img {
  height: 400px;
  max-width: 400px;
}
.feed .anunt.post .image-or-video.more {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.feed .anunt .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feed .anunt .action .contact-button {
  max-width: 168px;
  width: 100%;
}
.feed .anunt .action .contact-button a {
  background: rgba(158, 109, 28, 1);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-weight: bold;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);

  height: 40px;
}
.feed .anunt {
  margin-bottom: 16px;
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
.feed .container .categories.ad {
  display: flex;
  flex-direction: column;
  background: rgba(106, 0, 0, 1);
  padding: 16px 6px;
  max-width: 227px;
  box-sizing: border-box;
  border-radius: 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); */
  top: 110px;
  z-index: 999;
  overflow-y: scroll;
  max-height: 100vh;
  position: fixed;
  right: calc(50% - 785px);
  transform: translateX(-50%);
}
.input-wrapper.col-full label {
  color: #000 !important;
}
.input-wrapper.col-half #performerSpecialization,
.input-wrapper.col-half #genres,
.input-wrapper.col-half #experience,
.input-wrapper.col-full #performerStartDate {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#step-3 label {
  color: #000;
}
@media (max-width: 1400px) {
  .feed .container .categories.ad,
  .feed .container .download-app.ad {
    display: none;
  }
}
@media (max-width: 400px) {
  .feed .anunt .person-info {
    flex-direction: column !important;
  }
  .feed .anunt .person-info .person-info-content {
    flex-direction: column !important;
  }
  .report {
    text-align: center;
    margin-top: -40px;
  }
}
@media (max-width: 600px) {
  .homepage {
    padding-top: 0px !important;
    margin-top: -20px;
  }
  .hero-circle {
      width: 250px !important;
      height: 250px !important;
  }
  .page-template-register_user footer{
    margin-top: 300px !important;
  }
  .performer-search .search-result .results {
    padding: 30px 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
  }
  .report-modal {
    padding-top: 150px;
    color:black !important;
  }
  .feed-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    border-right: none;
  }
  .feed .anunt .person-info {
    flex-direction: row;
    gap: 0px;
  }
  .feed .anunt .action {
    flex-direction: row;
    gap: 10px;
  }
  .feed .anunt .person-info .column .date,
  .feed .anunt .person-info .column .name {
    text-align: center;
  }
  .feed .anunt .person-info .column {
    width: max-content;
  }
  .feed .anunt .person-info .row {
    align-items: center;
  }
  .feed .container .anunt .person-info .report {
    bottom: 10px !important;
    right: -25px !important;
  }
  .feed .anunt .person-info .person-info-content {
    gap: 10px !important;
  }
  .feed .anunt .person-info .person-info-content .image a {
    margin-right: 0 !important;
  }
  .feed .anunt .person-info .row ul {
    height: auto !important;
    gap: 0 !important;
  }
  .feed .anunt .person-info .row ul li {
    margin-left: 15px;
  }
  .feed .anunt.post .person-info .row ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .register_users_page_title .login_subtitle {
    width: 75% !important;
  }
  .map-container {
    display: none;
  }
  .performer-v-profile-tag {
    font-size: 16px;
  }
  .performer-profile .stage-name-wrapper h1 {
    font-size: 30px;
  }
  .performer-profile section.image .image-inner .current-image img {
    width: 150px;
    height: 150px;
  }
  .performer-v-tab-pane.active {
    width: 100%;
    margin: auto;
  }
  .county-search .counties-wrapper {
    margin-top: 60px;
    width: 100%;
  }
  .county-search .counties-wrapper .counties {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-left: 0;
  }
  .counties-wrapper .counties li {
    /* display: flex !important; */
    border: 1px solid white;
    text-align: center;
    border-radius: 20px;
  }
  .county-search .counties-wrapper .counties li {
    display: block;
  }
  /* .homepage .county-search {
    padding-bottom: 80px;
  } */
  .homepage .map-container {
    display: none !important;
  }
  .button_add_ann {
    width: 50% !important;
  }
  .form-inputs ul {
    display: flex;
    flex-direction: column;
  }
  #registration-container {
    width: 90% !important;
  }
}
@media (max-width: 420px) {
  .feed .anunt .person-info .row ul {
    flex-wrap: wrap;
    gap: 5px;
    padding-right: 40px !important;
  }
  .feed .anunt .person-info .column {
    min-width: max-content;
  }
}
@media (max-width: 800px) {
  .feed-wrapper h1 {
    font-size: 60px;
  }
  .feed .anunt.post .image-or-video.more video,
  .feed .anunt.post .image-or-video.more img {
    height: 200px;
  }
  .feed .anunt.post .image-or-video video,
  .feed .anunt.post .image-or-video img {
    height: 400px;
  }
}

.feed .container .ad h2 {
  text-align: center;
  position: relative;
  font-size: 22px !important;
}
.feed .container .download-app.ad {
  max-width: 228px;
  width: 100%;
  background: rgba(106, 0, 0, 1);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15); */
  padding: 16px 6px;
  position: fixed;
  left: calc(50% - 560px);
  transform: translateX(-50%);
  top: 110px;
  margin-bottom: 24px;
  z-index: 999;
}
.feed .container .download-app.ad h2 {
  margin-bottom: 24px;
  color: #fff;
}
.feed .container .download-app.ad p {
  color: #fff;
  margin-bottom: 24px;
}
.feed .container .download-app.ad .download-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.feed .container .ad h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  width: 130px;
  border-bottom: 1px solid #fff;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
}
.feed .container .categories.ad .icon-circle {
  width: 105px;
  height: 105px;
}
.feed .container .categories.ad .icon-circle img {
  height: 67px;
}
.feed .container .categories.ad .category-cards .category-card {
  height: 214px;
}
.feed .container .categories.ad .category-cards {
  flex-direction: column;
  gap: 7px;
}

.icon-circle .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us .about {
  padding: 80px 0;
  display: flex;
  gap: 200px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #000000 0%, #6a0000 100%);
}
.about-us .results {
  background: #000;
}
.about-us .about .info h1 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 64px;
}
.about-us .about .info p {
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff;
}
.about-us {
  padding: 0;
}
.about-us .about .info {
  max-width: 618px;
  width: 100%;
}
.about-us .about img {
  max-width: 500px;
  height: 500px;
  width: 100%;
}
.download-now .info h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
  color: #fff;
}
.about-us .categories h2 {
  position: relative;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.download-now .info h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -10px;
  left: 0;
  border-bottom: 2px solid #fff;
}
.about-us .registration .form-group textarea {
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  resize: none;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.about-us .categories h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #fff;
}
.about-us .registration .form-card {
  margin-left: 240px;
}
.about-us .registration h2 {
  margin-left: 240px;
  text-align: left;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  width: max-content;
  position: relative;
  color: #fff;
}
.about-us .registration p {
  margin-left: 240px;
  max-width: 680px;
  color: #fff;
  margin-bottom: 40px;
}
.about-us .registration {
  padding: 80px 0;
  background-image: url(https://muzicalist.multidimension.ro/wp-content/uploads/2025/04/pexels-jean-balzan-210755-682082-scaled.jpg);
  background-size: cover;
  background-position: center;
}
.download-now {
  position: relative;
}
.download-now .background-circle {
  position: absolute;
  z-index: -0;
  left: 0;
  bottom: -10px;
}
.about-us .registration h2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -10px;
  left: 0;
  border-bottom: 2px solid #fff;
}
.about-us .categories .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-now {
  background: rgba(106, 0, 0, 1);
}
.download-now .info p {
  margin-bottom: 40px;
  max-width: 469px;
  width: 100%;
  color: white;
}
.download-now .info .download-buttons {
  display: flex;
  gap: 16px;
}
.download-now .info {
  max-width: 572px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.download-now .images .background-img img {
  max-width: 930px;
  width: 100%;
}
.download-now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 80px 0;
}
.about-us .categories {
  padding: 80px 0;
  background: #000;
}
.download-now .images {
  display: flex;
  align-items: center;
  position: relative;
}
.download-now .images .single-phone {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  position: absolute;
}
.about-us .registration .checkbox-group {
  display: flex;
  align-items: start;
  gap: 10px;
}
.about-us .registration .checkbox-group input {
  width: 14px;
  height: 14px;
}
.about-us .registration .checkbox-group label {
  font-size: 14px;
  color: #000;
}
.about-us .registration .checkbox-group a {
  color: #c49b33 !important;
}
@media (max-width: 1250px) {
  .about-us .about {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .about-us .about img {
    object-fit: cover;
    width: 100%;
  }
  .about-us .about .info h1 {
    text-align: center;
  }
  .download-now {
    flex-direction: column;
    align-items: center;
  }
  .about-us .registration .form-card {
    margin: 0 auto;
  }
  .about-us .registration h2 {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .about-us .registration p {
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
}
.btn-primary:hover {
  background-color: rgba(158, 109, 28, 1) !important;
  color: white;
  border: none;
}
.performer-count.filtered {
  display: none;
}
#filterModal .modal-content {
  border-radius: 10px;
  background: transparent;
  width: 300px;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
}
#filterName,
#filterCounty,
#filterGenre {
  background: white;
  margin: auto;
  width: 90%;
  color: black;
}
.top-regions .container .hero-actions {
  margin: 0 auto;
  width: 300px;
  align-items: center;
  margin-top: 60px;
}
#openFilterModal {
  margin: 0 auto;
}
.modal-content label {
  text-align: left;
  width: 100%;
  color: white;
  padding-top: 10px;
}
.modal-content #performerCounty,
.modal-content #experience,
.modal-content #reviewMin,
.modal-content #sort {
  width: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding-left: 10px;
}
#applyFilters,
#resetFilters,
#closeFilterModal {
  background: rgb(158, 109, 28);
  color: white;
  margin: auto;
  margin-top: 10px;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}
#closeFilterModal {
  margin-bottom: 10px;
}
.counties-wrapper .counties {
  list-style: none;
}
.counties-wrapper .counties li a {
  color: #fff !important;
}
/* modal review */
#addReviewForm .rating {
  width: 100% !important;
}
.modal-dialog .modal-content {
  /* background: rgb(158, 109, 28); */
  background: #000;
  border-radius: 20px;
}
.modal-title {
  color: #fff;
}
.form-group span,
.modal-header .close span {
  color: #fff !important;
}
.modal-footer .btn-secondary,
.modal-footer .btn-primary.confirm {
  width: 30%;
  background: rgba(158, 109, 28, 1);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  margin: 0 auto;
}
.modal-footer .btn-secondary:hover {
  background-color: rgba(158, 109, 28, 1) !important;
}

.sloistis {
  background: url("https://muzicalist.multidimension.ro/wp-content/uploads/2025/04/solisti-background.png");
}

.dj {
  background: url("https://muzicalist.multidimension.ro/wp-content/uploads/2025/04/dj-background.png");
}

.performer-specialization .top-regions .regions-wrapper .region .title,
.performer-specialization .top-regions .specialization {
  color: white !important;
  background: none !important;
}

#loginRegisterUserModal .modal-content-area .modal-box-area .result {
  margin-bottom: 20px;
}

.notPromo,
.notPromoLabel {
  color: white !important;
}

.report-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.report-modal-content input[type="text"]{
    color:black !important;
}
.report-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}

.report-close {
  color: #aaa;
  font-size: 24px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.report-close:hover {
  color: #000;
}

.report-modal-actions {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.notPromoImg {
  width: 22px;
  height: 24px;
  padding-top: 2px;
}
.button_add_ann {
  width: 30%;
  border: 1px solid rgba(158, 109, 28, 1);
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}
.button_add_ann a {
  color: white;
  font-weight: bold;
}
.button_add_ann a:hover {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
#s,
#searchSubmit {
  border: 1px solid white !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.main-menu-wrapper.logged .menu-item-62,
.main-menu-wrapper.logged .menu-item-2959,
.main-menu-wrapper.logged .menu-item-3010 {
  display: none;
}
.floating-contact-button.mess {
  color: #000;
}
.floating-contact-button.mess:hover {
  text-decoration: none;
}
.clasament_table {
  width: 100%;
  color: white;
  border-collapse: collapse;
}
.clasament_table_tr {
  background-color: transparent;
  border: 1px solid #fff;
}
.clasament_table_th {
  padding: 8px;
  border: 1px solid #fff;
}

.result.error,
.result.success,
.error-message {
  border-radius: 20px;
}

.result.error {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px !important;
}

.result.success {
  margin-left: 10px;
  margin-right: 10px;
}

/*-----categorii---*/

.categWrapper {
  border: 1px solid #ffc107;
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 20px;
}
.categWrapper a {
  text-decoration: none;
  color: black;
}
.categWrapper a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.performerName {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  font-weight: bold;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
}
.resultsCateg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
.performer-new-announces-profile > div {
  width: 50%;
}
#newPerformerAnnouncement {
  border-radius: 20px;
}
#custom_post_type {
  border-radius: 20px;
  margin-top: 10px;
  background-color: transparent;
}
#newPerformerAnnouncementFormFeed .form-group .submit,
#newPerformerAnnouncementForm .form-group .submit {
  width: 30%;
  background: rgba(158, 109, 28, 1);
  color: white;
  border: none;
  border-radius: 20px;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.displayAnnouncesNew .delete-announcement {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(158, 109, 28, 1);
  border-radius: 32px;
  height: 40px;
  box-sizing: border-box;
  padding: 5px 10px;
}
.announces h4 {
  border: 1px solid rgb(158, 109, 28);
  border-radius: 20px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 30px;
  padding: 5px 10px;
}
.performer-new-announces-profile .saved_posts {
  border: 1px solid rgb(158, 109, 28);
  border-radius: 20px;
  width: 30%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 30px;
  padding: 5px 10px;
}
.announces-add.new-add-view {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.performer-new-announces-profile .announces {
  width: 50%;
  margin: 0 auto;
}
.performerAnnouncesListNew li {
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  padding-top: 20px;
}
.performer-v-tab-pane .performer-announces .announces {
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.announces.new-view-savedPosts {
  width: 50%;
  margin: 0 auto;
}
.displayAnnouncesNew {
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.performer-new-announces-profile > div > div {
  margin-top: 20px;
}
.counties_map {
  margin-top: -100px !important;
}
.subtitle_counties {
  margin-top: 20px;
}
.categWrapper .performerName {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#newPerformerAnnouncementFormFeed .form-group .submit,
#newPerformerAnnouncementForm .form-group .submit {
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
/*---------------------------------------------------- crop and scale ---------------------*/
.cropScaleImage {
  color: white;
}

.cropper-hide {
  display: none !important;
}

.cropper-page {
  margin: 1em auto;
  max-width: 768px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}

.cropper-box {
  padding: 0.5em;
  width: 100%;
  margin: 0.5em;
}

.cropper-box-2 {
  padding: 0.5em;
  width: 100%;
}

.cropper-options label,
.cropper-options input {
  width: 4em;
  padding: 0.5em 1em;
  display: none !important;
}

.cropper-btn {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 0.5em 1em;
  text-decoration: none;
  margin: 0.8em 0.3em;
  display: inline-block;
  cursor: pointer;
}

.cropper-hide {
  display: none !important;
}

.cropper-box img,
.cropper-box-2 img,
.cropper-result img,
.cropper-img-result img,
.cropper-cropped {
  max-width: 100%;
}

.cropScaleImage .box {
  padding: 0.5em;
  width: 100%;
  margin: 0.5em;
}

.cropScaleImage .box-2 {
  padding: 0.5em;
  /* width: calc(100%/2 - 1em); */
  width: 100%;
}

/* .cropScaleImage .options label,
.cropScaleImage .options input{
	width:4em;
	padding:0.5em 1em;
} */
.cropScaleImage .btn {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 0.5em 1em;
  text-decoration: none;
  margin: 0.8em 0.3em;
  display: inline-block;
  cursor: pointer;
}

.cropScaleImage .hide {
  display: none;
}

.cropScaleImage img {
  max-width: 100%;
}

#profile-preview {
  max-width: 150px;
  border: 2px solid #b48f00 !important;
  border-radius: 10px;
  animation: popIn 0.6s ease-in-out;
}

.cropScaleImage-hide {
  display: none;
}

.login_subtitle {
  width: 30% !important;
}

.close-modal-feed {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}

.performer-county-specialization
  .performers
  .performers-wrapper
  .performers-list
  li {
  border: 2px solid rgba(241, 192, 0, 1) !important;
}

.performer-profile ul.fields li select option {
  color: black !important;
}

.limitAnnounces {
  text-align: center;
  margin-bottom: 15px;
}

.county-search .counties-wrapper .counties li {
  display: none;
}
.person-info .row.mobilePromo {
  display: none;
}
@media (max-width: 420px) {
  .feed .container .anunt .person-info .report {
    bottom: 39px !important;
    right: -16px !important;
  }
  .person-info .row.mobilePromo {
    display: flex;
  }
  .feed .anunt .person-info .row.mobilePromo {
    height: 21px;
  }

  .feed .anunt .person-info .row ul .role {
    color: rgba(241);
  }

  .feed .anunt .person-info .row.mobilePromo ul li:first-child {
    list-style-type: none;
  }
  .feed .anunt .person-info .row.mobilePromo ul {
    padding-left: 0 !important;
    height: 20px;
  }
  .feed .anunt .person-info .row.mobilePromo ul {
    gap: 15px !important;
  }
  .feed .anunt .person-info .row.mobilePromo ul li {
    margin-left: 0 !important;
  }

  .person-info .row.desktopPromo {
    display: none;
  }
}


.input-wrapper.col-half.user label, .input-wrapper.user label {
  color: white !important;
}

.container .bp-messages-wrap-main.bm-initialized{
  margin-top: 30px !important;
}