         /* Image Hover Effect */
         .img-responsive:hover {
            transform: scale(1.05);
            box-shadow: 0px 0px 20px #f522af;
            filter: hue-rotate(310deg) saturate(1.5);
        }

        /* Floating Player */
        .player-container {
            position: fixed;
            top: 10px;
            right: 10px;
            width: 250px;
            height: 300px;
            background: linear-gradient(90deg, #6a0dad, #9d00ff);
            box-shadow: 0px 4px 15px rgba(157, 0, 255, 0.7);
            display: none;
            z-index: 9999;
            text-align: center;
            padding: 15px;
            border-radius: 12px;
        }

        /* Album Artwork */
        .album-art {
            width: 100%;
            height: 150px;
            border-radius: 8px;
            background-size: cover;
            background-position: center;
            margin-bottom: 10px;
        }

        /* Song Info */
        .song-info {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-shadow: 0px 0px 10px #ff00ff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        /* Player Controls */
        .player-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
        }

        .player-controls button {
            background: none;
            border: none;
            color: #fff;
            font-size: 18px;
            margin: 5px;
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
        }

        .player-controls button:hover {
            transform: scale(1.2);
            color: #ff00ff;
        }

        /* Close Button */
        .close-player {
            color: #ffffff;
            font-size: 18px;
            cursor: pointer;
            position: absolute;
            top: 5px;
            right: 10px;
        }

        .close-player:hover {
            color: #ff5500;
        }
        .info-box {
            background: rgba(192, 21, 235, 0.692);
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            margin-top: 15px;
        }
      /* General Styles */
      body {
        font-family: 'Arial', sans-serif;
        background: #000000;
        margin: 0;
        padding: 0;
    }

    .container {
        width: 90%;
        max-width: 1100px;
        margin: auto;
        padding: 20px;
    }

    .content-header {
        text-align: center;
        padding: 20px;
        background: rgba(255, 56, 238, 0.2);
        border-radius: 8px;
    }

    .page-header {
        font-size: 32px;
        font-weight: bold;
        color: #ff38ee;
    }

    .events-list {
        list-style: none;
        padding: 0;
    }

    .event-item {
        display: flex;
        flex-wrap: wrap;
        background: rgba(49, 48, 48, 0.85);
        margin: 20px 0;
        padding: 20px;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .event-item:hover {
        transform: scale(1.03);
    }

    .day-column {
        flex: 1;
        text-align: center;
        background: rgba(255, 56, 238, 0.3);
        padding: 20px;
        border-radius: 8px;
        min-width: 150px;
    }

    .month-name {
        font-size: 22px;
        font-weight: bold;
        color: #ff38ee;
    }

    .day-name {
        font-size: 18px;
        color: #ddd;
    }

    .title-column {
        flex: 3;
        padding: 20px;
    }

    .title-name {
        font-size: 24px;
        color: #772dbdd3;
        margin-bottom: 10px;
    }

    .event-details-list {
        list-style: none;
        padding: 0;
    }

    .event-details-item {
        padding: 8px 0;
        font-size: 16px;
    }

    .event-category {
        margin-top: 15px;
        font-size: 16px;
        background: rgba(255, 56, 238, 0.2);
        padding: 10px;
        border-radius: 8px;
    }

    .event-category-title {
        font-weight: bold;
    }

    .event-category-name {
        color: #ff38ee;
        text-decoration: none;
        font-weight: bold;
    }

    .event-category-name:hover {
        text-decoration: underline;
    }

    .ad-column {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .ad {
        width: 300px;
        height: 250px;
        border-radius: 8px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .event-item {
            flex-direction: column;
        }

        .day-column {
            margin-bottom: 15px;
        }

        .ad-column {
            flex-direction: column;
            align-items: center;
        }
    }
.imagesize{
    height: 128px;
    width: 128px;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid hotpink;
    border-radius: 15px;
    box-sizing: border-box;
	background-color: transparent;
}

input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid hotpink;
    border-radius: 15px;
    box-sizing: border-box;
	background-color: transparent;
}

input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid hotpink;
    border-radius: 15px;
    box-sizing: border-box;
	background-color: transparent;
}

input[type=submit] {
    width: 100%;
    background-color: 	hotpink;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color:#ff69b4 ;
}

.bg-danger, .bg-success {
    width: 100%;
    background-color:   #7d06e5;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

a {
    color: hotpink;
    text-decoration: none;
}


.stagetext
{
    color: hotpink;
    font-weight: bold;
    font-size: 18px;
}
.stagetextart
{
    color: hotpink;
    font-weight: bold;
    font-size: 18px;
}
.djname
{
    font-size: 20px;
}

.artname
{
    font-size: 20px;
}

.romannumber {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}

.boldpnk {
    font-weight: bold;
}

.lighterpnk {
    font-weight: lighter;
}

#modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (change this value based on your video's aspect ratio) */
    height: 0;
    overflow: hidden;
  }
  
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 768px) {
    .video-container {
      padding-bottom: 75%; /* Adjust this value based on your video's aspect ratio on smaller screens */
    }
  }

  .b2bcontainer {
    width: 200px;
    height: 200px;
    background-color: #0a0a23;
    position: relative;
}

.b2bcontainer img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.probootstrap-card.probootstrap-person2 {
    margin-bottom: 30px;
    padding: 15px;
    /* border: 2px solid rgba(255,255,255,.1); */
}

hr {
    width: 100%;
    height: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #424445;
  }

  .drawn_card_name {
    font-size: x-large;
    font-weight: bold;
    color: hotpink;
}

.drawn_card {
    max-height: 70%; /* Maximum height of 70% */
    max-width: 70%; /* Maximum width of 70% */
    display: flex; /* Use flexbox layout */
    margin-bottom: auto; /* Automatically align at the bottom */

/*  margin-left:.01em;
    margin-right:.01em;
    border-radius:10px;
    margin-top:0.01em; */
}

.flipped {
  transform: rotate(180deg); /* Rotate the element 180 degrees */
} 

#backendMessageContainer {
    font-size: medium;
    font-weight: bold;
    color: hotpink;
    font-family: 'Courier New', Courier, monospace;
    padding: 20px;
    margin-bottom: 20px;
    min-height: 140px;
    line-height: 1.8;
    white-space: pre-wrap; 
    word-break: break-word; 
    border: 2px solid hotpink;
    box-sizing: border-box;
    background: rgba(255, 105, 180, 0.06);
    transition: opacity 0.2s ease-in-out;
}

#backendMessageContainer.is-loading {
    opacity: 0.85;
}

#backendMessageContainer::after {
    content: '';
}

#backendMessageContainer.is-loading::after {
    content: '|';
    opacity: 1;
    animation: blink 1s infinite;
}

.tarot-access-panel {
    margin-bottom: 30px;
    padding: 20px 24px;
    border: 2px solid hotpink;
    background: rgba(255, 105, 180, 0.08);
    box-sizing: border-box;
}

.tarot-access-panel.is-hidden {
    display: none;
}

.tarot-access-title {
    margin: 0 0 8px;
}

.tarot-access-help {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.82);
}

.tarot-access-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.tarot-access-input {
    flex: 1 1 260px;
    min-width: 0;
    padding: 12px 14px;
    border: 2px solid hotpink;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.85);
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
}

.tarot-access-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.tarot-access-status {
    margin: 14px 0 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.84);
}

.tarot-access-status.is-error {
    color: #ff9dc4;
}

.tarot-access-status.is-success {
    color: #9cffc0;
}

.flashing-arrow.is-hidden {
    display: none;
}

#tarotDeck.is-locked {
    opacity: 0.38;
    filter: grayscale(0.95);
    cursor: not-allowed;
    animation: none;
}

#tarotDeck.is-unlocked {
    cursor: pointer;
}

@keyframes blink {
    from, to { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Define the blinking animation */
@keyframes blinkingBorder {
    from, to { opacity: 1; }
    50%  { border-color: hotpink; } /* Change 'red' to your preferred color */
    50% { opacity: 0.5; }
}

/* Apply the animation to the deck */
#tarotDeck {
    /* Your existing styles... */
    border: 2px solid transparent; /* Adjust the border size as needed */
    animation: blinkingBorder 1s infinite; /* Adjust the timing as needed */
}

/* Visa alltid element som annars väntar på animation */
.probootstrap-animate {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* FORCE full black background everywhere */
html, body {
  background:#000 !important;
}

/* Make inner wrappers transparent so svart lyser igenom */
.site-wrap,
.container,
.container-fluid,
.row,
.site-section,
.probootstrap-header,
.probootstrap-footer,
.probootstrap-bg,
.vk-center,
.vk-side {
  background: transparent !important;
}

/* Info-box behåller glas-känslan men utan färgad platta */
.info-box{
  background: rgba(255,255,255,0.02) !important; /* nästan osynlig */
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.03);
  color:#e6e6e6;
}
