.table-screenshot {
    padding: 0.25rem;
    background-color: #000;
    border-radius: 0.25rem;
    height: 8em;
    width: 9em;
    border-radius: 10%;
}


@font-face {
font-family: 'Konam';
src: url('../fonts/konam/konam.woff2') format('woff2'),
    url('../fonts/konam/konam.woff') format('woff');
font-weight: normal;
font-style: normal;
}

.buttonfont {
    font-family: 'Konam', sans-serif;
}

.mainpicture {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#content {
    display: none;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.screenshot {
    aspect-ratio: 4/3.5;
    border-radius: 10%;
}

.ytvideo {
    aspect-ratio: 4/3.5;
    border-radius: 10%;
}

/* AUDIO PLAYER */
/* Slider container */
#playerslider {
    height: 0.5rem;
    background: #e9ecef;
    border-radius: 0.25rem;
    position: relative;
}

#playerslider .progress-bar {
    height: 100%;
    width: 0%;
    background: #0d6efd; /* Bootstrap primary blue */
    border-radius: 0.25rem;
    transition: width 0.1s linear;
}

/* Filled range */
    #playerslider .ui-slider-range {
    background: #0d6efd;          /* Bootstrap primary blue */
    border-radius: 0.25rem;
}

/* Handle (draggable knob) */
#playerslider .ui-slider-handle {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    top: -0.35rem;                 /* centers vertically */
    margin-left: -0.5rem;          /* centers horizontally */
    cursor: pointer;
    transition: background 0.2s;
}

#playerslider .ui-slider-handle:hover {
    background: #0b5ed7;           /* Bootstrap darker blue */
}

.play-pause, .playlist-item, .progress, #next-button, #previous-button { 
    cursor: pointer; /* Shows hand cursor on hover */
}

.playlist-item {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.playlist-item.active {
    background-color: #007bff; /* Highlight color */
    color: white; /* Text color for better visibility */
}
.glightbox-container, .gcontainer {
  outline: none;
}
#wmsx-screen {
    width: 100%;
    height: 480px;
}

