.mooddisable {
  opacity: 0.6;
}

.mooddisable {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

.moodcount {
  opacity: 1;
  cursor: pointer !important;
}

.profile-background {
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}

.profile-left {
  width: 35%;
  min-height: 100vh;
  background-size: auto 100%;
  position: fixed;
  background-repeat: no-repeat;
  color: #fff;
}
.profile-left h1 .icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  position: relative;
}
.profile-left h1 i {
  font-size: 0.6em;
  position: absolute;
  left: 0;
  top: 3px;
}
.profile-left h2 {
  color: #fff;
}
.profile-left a {
  color: #fff;
  text-decoration: none;
}
.profile-left a:hover {
  text-decoration: underline;
}
.profile-left .social {
  margin: 40px 10px;
  padding: 0;
}
.profile-left .social i {
  font-size: 2em;
  padding: 10px;
}
.profile-left .social a {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}
.profile-left .social a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.profile-left .social:empty {
  margin: 0;
  padding: 0;
  display: none;
}
.profile-left .mediums span:after {
  content: " | ";
}
.profile-left .mediums span:last-of-type:after {
  content: "";
}
.profile-left .mediums span {
  display: inline-block;
  margin: 0 2px;
}
.profile-left a.website {
  margin-top: 20px;
  display: block;
}

.profile-left-overlay {
  /*background-color: rgba(255, 255, 255, .75);*/
  background-image: url(/overlay.png);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.profile-left-inner {
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 60px;
  color: #fff;
}

.avatar img {
  border-radius: 100%;
  width: 5em;
  border: 3px #fff solid;
}

.profile-right {
  min-height: 80vh;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 4%;
  margin-left: 35%;
}

.profile-left,
.profile-right {
  display: block;
}

body {
  background-color: unset !important;
}

.umimage img {
  max-height: 200px;
  margin: 5px;
}

/* Lightbox Styles */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Dark Backdrop */
.lightbox-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* Lightbox Content */
.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
  z-index: 1001;
}

.lightboxx img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 5px;
  background-color: #fff;
}

/* Caption Style */
#lightbox-caption {
  color: white;
  font-size: 12rem;
  margin-top: 10px;
  z-index: 1002;
}

/* Close Button */
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1002;
}

.image-item {
  float: left;
  width: 260px;
  margin: 5px;
}

.image-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  height: 260px;
}

.mediums span:after {
  content: " | ";
}

/* Responsive Styles */
@media only screen and (max-width: 1024px) {
  .profile-left {
    width: 40%;
  }
  .profile-right {
    margin-left: 40%;
  }
  .profile-left-inner {
    padding: 40px;
  }
  .image-item {
    width: 220px;
  }
  .image-item img {
    height: 220px;
  }
}
@media only screen and (max-width: 823px) {
  .profile-left {
    position: relative;
    width: 100%;
    min-height: 50vh;
    background-position: center;
  }
  .profile-right {
    margin-left: 0;
    min-height: auto;
  }
  .profile-left-inner {
    padding: 30px;
  }
  .image-item {
    width: calc(50% - 10px);
  }
  .image-item img {
    height: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .profile-left-inner {
    padding: 20px;
  }
  .profile-left-inner h1 {
    font-size: 1.5em;
  }
  .social i {
    font-size: 1.5em;
    padding: 8px;
  }
  .image-item {
    width: calc(50% - 10px);
    margin: 2px;
  }
  .image-item img {
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .profile-left {
    min-height: 40vh;
  }
  .profile-left-inner {
    padding: 15px;
  }
  .profile-left-inner h1 {
    font-size: 1.3em;
  }
  .avatar img {
    width: 4em;
  }
  .social i {
    font-size: 1.3em;
    padding: 6px;
  }
  .profile-right {
    padding: 3%;
  }
  .image-item {
    width: 100%;
    margin: 2px 0;
  }
  .image-item img {
    height: 200px;
  }
}
/* Artist Archive Styles */
.artist-info-container {
  display: flex;
  flex-direction: column;
}

.artist-avatar {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.artist-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.artist-details .card-title {
  font-size: 1.4rem !important;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
  letter-spacing: normal;
}

.artist-avatar-img {
  width: 120px !important;
  height: 120px !important;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 3px solid #e0e0e0;
  transition: border-color 0.3s ease;
  display: block;
  margin-right: 15px;
}

.card:hover .artist-avatar-img {
  border-color: #5a8c87;
}

/* Archive card improvements */
.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.clickable-card {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.clickable-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.card-title a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.card-title a:hover {
  color: #5a8c87;
  text-decoration: none;
}

.card .icon {
  display: inline-block;
  margin-right: 5px;
  color: #5a8c87;
}

/* Mobile/Tablet responsive layout */
@media only screen and (max-width: 1024px) {
  .artist-avatar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .artist-avatar-img {
    width: 100px !important;
    height: 100px !important;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-width: 3px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .artist-details {
    align-items: center;
    text-align: center;
  }
  .artist-details .card-title {
    font-size: 1.3rem !important;
    text-align: center;
    margin-bottom: 10px;
  }
  .mediums {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .artist-avatar-img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-width: 2px;
    margin-bottom: 12px;
  }
  .artist-details .card-title {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .artist-avatar-img {
    width: 70px !important;
    height: 70px !important;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
    border-width: 2px;
    margin-bottom: 10px;
  }
  .artist-avatar {
    margin-bottom: 12px;
  }
  .artist-details .card-title {
    font-size: 1.1rem !important;
  }
}
/* Artist Search and Filter Styles */
.artist-search-filters {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}

.artist-filter-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.artist-filter-form .form-control,
.artist-filter-form .form-select {
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 8px 12px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.artist-filter-form .form-control:focus,
.artist-filter-form .form-select:focus {
  border-color: #5a8c87;
  box-shadow: 0 0 0 0.2rem rgba(90, 140, 135, 0.25);
  outline: none;
}

.artist-filter-form .btn-primary {
  background-color: #5a8c87;
  border-color: #5a8c87;
  padding: 8px 20px;
  font-weight: 600;
}

.artist-filter-form .btn-primary:hover {
  background-color: #4a7772;
  border-color: #4a7772;
}

.artist-filter-form .btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
  padding: 8px 16px;
}

.artist-filter-form .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.artist-filter-form .form-check {
  padding-top: 8px;
}

.artist-filter-form .form-check-input {
  border: 2px solid #e0e0e0;
  border-radius: 4px;
}

.artist-filter-form .form-check-input:checked {
  background-color: #5a8c87;
  border-color: #5a8c87;
}

.artist-filter-form .form-check-input:focus {
  border-color: #5a8c87;
  box-shadow: 0 0 0 0.2rem rgba(90, 140, 135, 0.25);
}

.artist-filter-form .form-check-label {
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

/* Responsive adjustments for filter form */
@media only screen and (max-width: 768px) {
  .artist-search-filters {
    padding: 15px;
  }
  .artist-filter-form .col-lg-2 {
    text-align: center;
    margin-top: 10px;
  }
  .artist-filter-form .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .artist-filter-form .btn:last-child {
    margin-bottom: 0;
  }
}
/* Enhanced Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 8px 16px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.page-numbers:hover {
  background: #5a8c87;
  border-color: #5a8c87;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(90, 140, 135, 0.3);
  text-decoration: none;
}

.page-numbers.current {
  background: #5a8c87;
  border-color: #5a8c87;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(90, 140, 135, 0.4);
  cursor: default;
}

.page-numbers.prev,
.page-numbers.next {
  font-weight: 600;
  padding: 8px 20px;
  background: #f8f9fa;
  border-color: #5a8c87;
  color: #5a8c87;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background: #5a8c87;
  color: #ffffff;
}

.page-numbers.dots {
  border: none;
  background: transparent;
  color: #6c757d;
  cursor: default;
  box-shadow: none;
}

.page-numbers.dots:hover {
  background: transparent;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}

/* Mobile pagination adjustments */
@media only screen and (max-width: 768px) {
  .pagination {
    margin: 30px 0;
    gap: 4px;
  }
  .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
  }
  .page-numbers.prev,
  .page-numbers.next {
    padding: 6px 16px;
  }
}
@media only screen and (max-width: 480px) {
  .page-numbers {
    min-width: 36px;
    height: 36px;
    padding: 4px 8px;
    font-size: 13px;
  }
  .page-numbers.prev,
  .page-numbers.next {
    padding: 4px 12px;
  }
}/*# sourceMappingURL=aoc-cpt.css.map */