[v-cloak] {
    display:none;
}

.player-container {
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.plyr {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.flex {
    display:flex;
}

.table {
    display:table;
}

.row {
    display:table-row;
}

.cell {
    display:table-cell;
}

.cellc {
    display:table-cell;
    text-align:center;
}

.cellr {
    text-align:right;
    display:table-cell;
}

.fl {
    width:100%;
}

.fc {
    width:100%;
    text-align:center;
}

.site-branding {
    padding: 0;
}

.header {
    padding:2px 4px;
}

.data {
    padding:2px 4px;
}

.fixed  {
        position:fixed;
}

.button {
    background:#222;
    border:1px solid #333;
    padding:2px 4px;
    cursor:pointer;
    margin:2px;
}

.bodyRow .data{
    min-width:50px;
}

.bodyRow:hover .data{
    background:#eee;
}
.playing .data{
    font-weight:bold;
}

    .lovDiv {
        position: fixed;
        top: 200px;
        background: #dddddd;
        left: 30%;
        padding: 0px 5px;
        border: 1px solid black;
        z-index: 999999;
        min-width: 400px;
    }

#songContext,#playlistDiv {
    z-index:99999;
    min-height:200px;
}

#scanFolders {
  top:10%;
  left: 30%;
  width: 300px;
  min-height: 200px;
}

.tabregionheader,.regionHeader {
  background: #333;
}

.closeButtonDiv {
    padding:5px;
}

.closeButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px; /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    background-color: red;
    color: white; /* Ensures the 'X' is visible */
    border-radius: 50%; /* Makes it circular */
    cursor: pointer; /* Indicates it's clickable */
}

.closeButton:hover {
    background-color: darkred; /* Optional: darker red on hover */
}

#msgbox {
    z-index:999999;
}

.draggable {
  position: fixed;
  background: #f0f0f0;
  border: 1px solid #ccc;
  z-index: 1000; /* Ensure it stays above other content */
}

.draggableHandle {
  width: 100%;
  height: 30px;
  background: #333;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  cursor: move; /* Visual cue for draggable area */
}

.regionHeader {
    width: 100%;
    height: 30px;
    background: #333;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    cursor: move;
}

.regionTitle {
  font-weight: bold;
  color: white;
}

.lyrics-container p {
    margin-bottom:10px;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0; 
    width: 100%;
}

    .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 0;
    }
    .site-content {
        padding: 0;
    }
    
.wrap {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
}    

.highlighted {
    font-weight:bold;
}

.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
 margin-left: 0;
 margin-right: 0;
 max-width: 100%
}

/* Mobile-specific adjustments */
@media screen and (max-width: 768px) {
    .cell {
        flex: 100%;
        border-bottom: 1px solid #eee;
    }
    
    .cellr {
        flex: 100%;
    }
    
    .row {
        flex-direction: column;
        margin-bottom: 10px;
    }
    
    .header {
        display: none; /* Hide headers on mobile, rely on data order */
    }
    
    .songInfo .table .cell {
        padding: 5px;
    }
    
    .button {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .flex {
        justify-content: space-between;
    }
}

/* Larger screens */
@media screen and (min-width: 769px) {
    .table.fixed {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 1;
    }
    
    .cell {
        flex: 1;
    }
    
    .cellr {
        flex: 0 0 80px;
    }
    
    #nowPlaying {
        position: fixed;
        top: 45px;
        left: calc(100vw - 710px);
        z-index: 99999;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        padding: 6px; /* Reduced from 10px */
        min-width: 300px;
        max-width: 700px;
        font-family: Arial, sans-serif;
        font-size: 14px; /* Slightly smaller base font size */
        line-height: 1.2; /* Tighter line spacing */
    }

}


.songInfo .table {
    width: 100%;
    border-collapse: collapse;
}

.songInfo .row {
    display: table-row;
}

.songInfo .cell {
    padding: 2px 3px; /* Reduced from 5px 8px */
    vertical-align: middle;
}

.songInfo .header {
    background: #f5f5f5;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 1px 4px; /* Even tighter for headers */
    font-size: 13px; /* Slightly smaller */
}

.songInfo .data {
    border: 1px solid #ddd;
    background: #fafafa;
    color: #666;
}

.songInfo .flex {
    gap: 3px; /* Reduced from 5px */
    align-items: center;
}

.songInfo .button {
    border: 1px solid #333;
    padding: 2px 6px; /* Reduced from 4px 8px */
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.2s;
    font-size: 12px; /* Smaller button text */
}

.songInfo .button:hover {
    background: #ccc;
}

.songInfo input[type="range"] {
    width: 100%;
    margin: 2px 0; /* Reduced from 5px 0 */
    height: 10px; /* Smaller height for compactness */
}

/* Rating stars styling */
.songInfo .flex span {
    font-size: 16px; /* Reduced from 18px */
    padding: 1px; /* Reduced from 2px */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .songInfo {
        position: static;
        margin: 6px auto; /* Reduced from 10px */
        width: 90%;
        max-width: none;
        min-width: 0;
    }

    .songInfo .cell {
        display: block;
        width: 100%;
        padding: 4px; /* Reduced from 8px */
        box-sizing: border-box;
    }

    .songInfo .header {
        display: block;
        font-size: 12px; /* Further reduced for mobile */
        padding: 2px 4px;
    }

    .songInfo .data {
        border: none;
        border-bottom: 1px solid #ddd;
        background: none;
    }

    .songInfo .flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px; /* Even tighter on mobile */
    }

    .songInfo .button {
        padding: 4px 8px; /* Slightly larger than desktop for touch */
        font-size: 11px;
    }
}

@media screen and (min-width: 769px) {
    .songInfo {
        top: 45px;
        right: 10px;
    }
}

        .crmLoader {
          color: #000;
          font-size: 90px;
          text-indent: -9999em;
          overflow: hidden;
          width: 1em;
          height: 1em;
          border-radius: 50%;
          margin: 72px auto;
          -webkit-transform: translateZ(0);
          -ms-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
          animation: load6 1.7s infinite ease, round 1.7s infinite ease;
        }
        @-webkit-keyframes load6 {
          0% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
          }
          5%,
          95% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
          }
          10%,
          59% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
          }
          20% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
          }
          38% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
          }
          100% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
          }
        }
        @keyframes load6 {
          0% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
          }
          5%,
          95% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
          }
          10%,
          59% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
          }
          20% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
          }
          38% {
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
          }
          100% {
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
          }
        }
        @-webkit-keyframes round {
          0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }
        @keyframes round {
          0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
          }
          100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
          }
        }

        #waitSpinner {
            position:fixed;
            left:40%;
            top:100px;
            z-index:999999;
        }
