.station-description {
    color: #fff;
    opacity: 0.6;
}
.station-img {
    border: 3px solid #ffffff00;
    padding: 0.15rem;
}
.player-artwork {
    padding: 0.75rem;
    border-radius: 1rem;
    background-color: #ffffff00;
}
.player-artwork img {
    border-radius: 0.65rem;
    box-shadow: var(--shadow-xl);
}
.player-cover-image {
    animation: bga 60s linear infinite;
}
@keyframes bga {
    50% {
        transform: scale(2);
    }
}
.items-start {
    align-items: flex-start;
    margin-top: 15px;
}

    .swal2-confirm {
      background-color: #4CAF50 !important;
      color: white !important;
    }
    .swal2-cancel {
      background-color: #f44336 !important;
      color: white !important;
    }
    .swal2-input {
      max-width: 100%;
      width: 300px;
      box-sizing: border-box;
    }

    /* Mobil ekranlar için */
    @media (max-width: 480px) {
      .swal2-input {
        width: 60%; /* Ekran genişliğinin %60'ı */
        font-size: 14px; /* Daha küçük yazı boyutu */
      }
    }
