
.zoom:hover{transform: scale(1.03);}

/* style.css */
:root {
  --primary: #AAFF00; /* Set your desired primary color */
}

.image-container {
  overflow: hidden;
  border-radius: 8px !important; /* Add rounded corners */
  background-color: #333333;
  color: #4a4a4a;
  padding: 0.8rem
}

.image-container img {
  border-radius: 8px; 
  display: block;     
  max-width: 100%;    
  height: auto;       
}

.small-text {
    font-size: 12px;
}

.card-text{
    color: #abb1bf;
}
/* Adjust text size for copyright and other small text */
.small-text {
    font-size: 0.85rem;
    color: #AAFF00;
}

/* Add some padding to footer and adjust background color */


/* Optional: Adjust the color of the footer links */
.footer a {
    color: #AAFF00;
}

.footer a:hover {
    color: #88CC00;
}

/* Ensure social media icons are spaced properly */
.level-item img {
    margin: 0 0.5rem;
}

.main-color {
    color: #AAFF00 !important; 
}

.logout-text{
    color: #cc0029 !important;
}

/*.box {
  background-color: #f5f5f5; 
  padding: 2rem;            
  border-radius: 8px;        
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
}*/


.input {
 /* Sets the input background to white */
 /* color: #cccccc !important; /* Default text color */
}

.input::placeholder {
  color: #a0a0a0 !important;
}
.box a {
    color: #AAFF00 !important;
}

.is-lime {
    background-color: #AAFF00 !important;
    color: black !important;
}

.is-lime-r {
    background-color: #AAFF00 !important;
    color: black !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
}

.is-goutline {
    border-color: #AAFF00 !important;
    color: #AAFF00 !important;
}

.is-lime:hover {
    background-color: #88CC00 !important ;
}

 .album-cover {
    width: 300px;
    height: 300px;
    object-fit: cover;
   
        }
.rating-large {
    font-size: 2.5rem;
    font-weight: bold;
}
.rating-count {
    font-size: 0.9rem;
    color: #888;
}

.btnspc{
    margin-right: 10px !important; /* Add space to the buttons in the users table */
}

.image.is-square img {
    border-radius: 15px !important;
    object-fit: cover;
}
 

 .title-r{
    margin-top: -0.8rem !important;
    color: #f2f2f2 !important;
 }

 .honeypot {
    display: none !important;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

     .donation-card {
           background: #262626;
           border-radius: 8px;
           padding: 2rem;
       }
       .amount-button {
           width: 100px;
           height: 100px;
           border-radius: 8px;
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           cursor: pointer;
           transition: all 0.3s ease;
           background-color: #1a1a1a;
           border: 2px solid #AAFF00;
       }
       .amount-button:hover {
           transform: translateY(-5px);
           background-color: #AAFF00;
           color: #1a1a1a;
       }
       .donor-card {
           background: #1a1a1a;
           border-radius: 8px;
           padding: 1rem;
           margin-bottom: 1rem;
       }



/*home styling*/
*, *::before, *::after {
    box-sizing: border-box; /* This is the correct value for proper alignment */
}



.swiper-button-next, .swiper-button-prev {
    color: #AAFF00 !important;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #c2ff33 !important;
}
.music-card {
    transition: transform 0.2s, box-shadow 0.2s;
    background-color: #262626;   
    color: #abb1bf;      
    display: flex;
    flex-direction: column;          
}
.music-card:hover {
    transform: translateY(-5px);
}


/* Default height for mobile */
.swiper.albumSwiper, .swiper.songSwiper {
    height: 39em;
}

/* For desktop screens */
@media screen and (min-width: 768px) {
    .swiper.albumSwiper, .swiper.songSwiper {
        height: 33em;
    }
}
.swiper-slide {
    height: auto;
}

.card-image {
    flex: 1;
    cursor: pointer;
}

.image {
    margin-bottom: 0 !important;
}

.ad-image{
    border-radius: 8px;
}

.card-content .title {
    margin-bottom: 0.5rem !important;
}

.music-card .title.is-6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    width: 100%;
    cursor: pointer;
}

.music-card .subtitle.is-6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-bottom: 1rem;
}

.artist-item {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.artist-item:hover {
    transform: translateY(-5px);
}

.artist-item img.is-rounded {
    box-shadow: 0 4px 8px rgba(170, 255, 0, 0.2);
}

.artist-item:hover img.is-rounded {
    border-color: #AAFF00;
    box-shadow: 0 6px 12px rgba(170, 255, 0, 0.3);
}

/* search result styling*/
.search-suggestions {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 5px;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.2s;
}

.suggestion-item:hover {
    background: #2a2a2a;
}

.suggestion-image {
    width: 40px;
    height: 40px;
}

.suggestion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.suggestion-content {
    flex: 1;
    margin: 0 12px;
}

.suggestion-title {
    font-weight: 500;
}

.suggestion-artist {
    color: #888;
    font-size: 0.9em;
}

.show-all-results {
    display: block;
    padding: 12px;
    text-align: center;
    color: #AAFF00;
    text-decoration: none;
    border-top: 1px solid #2a2a2a;
}

.show-all-results:hover {
    background: #2a2a2a;
}

.no-results {
    padding: 16px;
    text-align: center;
    color: #888;
}

.card.has-background-black-ter .card-content .title.title-r.is-6 {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    cursor: pointer !important;
}

.card.has-background-black-ter .card-content .subtitle.card-text.is-6 {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
}

.navbar-burger span {
    background-color: #AAFF00 !important;
}


.list-item {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.list-item:hover {
    background-color: #2c2c2c;
    cursor: pointer;
}

.list-item-image {
    flex-shrink: 0;
}

.list-item-content {
    flex-grow: 1;
    min-width: 0;
}

.list-item-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-item-description {
    font-size: 0.8rem;
    color: #888;
}



.card-header {
    background: #2c2c2c;
    border-bottom: 1px solid #333;
}

.card-header-title {
    color: #aaff00;
}

.main-color {
    color: #aaff00 !important;
}

.new-releases-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.new-release-item {
    display: flex;
    align-items: center;
    background: #262626;
    padding: 0.75rem;
    border-radius: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
}

.new-release-item:hover {
    transform: translateY(-5px);
    background: #2c2c2c;
}

.new-release-artwork {
    flex-shrink: 0;
    margin-right: 0.75rem;
    width: 64px;
}

.new-release-artwork .image {
    border-radius: 4px;
    overflow: hidden;
}

.new-release-artwork img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
}

.new-release-details {
    flex-grow: 1;
    min-width: 0;
}

.new-release-details .title {
    color: #fff;
    margin-bottom: 0.1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-release-details .subtitle {
    margin-bottom: 0.1rem !important;
}

.new-release-actions {
    flex-shrink: 0;
    margin-left: 1rem;
}

.rating-info {
    display: flex;
    align-items: center;
  
}

@media screen and (max-width: 1023px) {
    .new-releases-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .new-releases-list {
        grid-template-columns: 1fr;
    }

    .new-release-artwork {
        width: 48px;
    }

    .new-release-artwork img {
        width: 48px;
        height: 48px;
    }

    .new-release-item {
        padding: 0.5rem;
    }

    .new-release-details .title {
        font-size: 0.9rem;
    }

    .new-release-details .subtitle {
        font-size: 0.8rem;
    }
}

/* Add this to your existing style section */
.artist-link {
    color: #abb1bf;
    transition: color 0.2s ease;
}

.artist-link:hover {
   
    color: #aeea00 !important; /* Assuming this is your lime color */
}
