.management-container {
  min-width: 320px;
  max-height: 70vh;
  overflow: auto;
  padding: 12px;
}

.management-section {
  margin-bottom: 16px;
}

.management-section h3 {
  margin: 0 0 8px 0;
  font-size: 14px;
}

.management-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.management-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.management-select {
  width: 100%;
  min-height: 120px;
  margin-bottom: 8px;
}

.management-actions {
  display: flex;
  gap: 8px;
}

.management-btn {
  padding: 6px 8px;
  cursor: pointer;
}

.management-btn-secondary {
  opacity: 0.85;
  font-size: 12px;
}

.management-hint {
  margin: 0 0 8px 0;
  font-size: 12px;
  line-height: 1.35;
  opacity: 0.85;
}
html {
    /* background-image: url(../media/bg9.png); */
}

body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    background-image: url("../media/bg10.jpg");
    background-color: #000000;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    body {
        background-position: right bottom;
    }
    .datetime {
        display: none;
    }


    .preloader .div3, .preloader .div4 {
        display: none;
    }

    .preloader .div1 img {
        max-width: 100% !important;
    }

    .preloader {
        grid-template-columns: repeat(1, 1fr) !important;
    }

}

.d-none {
    display: none !important;
}

body.preloading {
    display: block;
    background-image: url(../media/bg10.jpg);
    margin: 0;
    display: block;
}

.preloader {
    text-align: center;
    color: white;
    font-size: 42px;
    margin: 0vh auto 0;
    max-width: 70vw;
    max-height: 90vh;
}

.preloader img {
    max-width: 60%;
    margin: 40px 0;
}

.preloader {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.preloader .div1 {
    grid-area: 1 / 1 / 2 / 4;
}

.preloader .div2 {
    grid-area: 2 / 1 / 3 / 2;
}

.preloader .div3 {
    grid-area: 2 / 2 / 3 / 3;
}

.preloader .div4 {
    grid-area: 2 / 3 / 3 / 4;
}

.preloader .div1 img {
    max-width: 300px;
    margin: 60px 0 0;
}

.preloader div a.item {
    background: linear-gradient(180deg, #ffffff94, #6d6d6d54 40%, #000000c7 3%, #002f613b);
    border: 1px solid #ffffff4f;
    display: block;
    max-width: 250px;
    max-height: 250px;
    border-radius: 30px;
    filter: saturate(0.5) opacity(0.7);
    margin: auto;
}

.preloader div {
    padding: 30px;
    text-align: center;
}

.preloader div a.item:hover {
    filter: saturate(1) opacity(1);
    box-shadow: 0 0 10px -1px #007cff;
}


.loading div#sidebar {
    display: none;
}

body.loading {
    background-image: url(../media/bg10.jpg);
}

.loader {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.loader img.logo {
    left: calc(50% - 64px);
    top: calc(50% - 130px);
    max-width: 128px;
    position: absolute;
    display: block;
}

.loader .progress {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(54%);
    height: 20px;
    width: 300px;
}

.loaderStatus {
    position: absolute;
    left: calc(50% - 200px);
    top: 70px;
    height: 20px;
    width: 400px;
    font-size: 14px;
    line-height: 24px;
    color: white;
    text-align: center;
    font-family: monospace;
    white-space: break-spaces;
    opacity: 0.3;
}

.startAudio {
    position: absolute;
    left: 30px;
    top: 50px;
    z-index: 999;
}

.startAudio img.allowAutoplay {
    z-index: 999;
    background: transparent;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    display: block;
    cursor: pointer;
}

.currentPlaying {
    position: absolute;
    bottom: 5vw;
    width: 100vw;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 2.3vw;
    text-shadow: 0px 0px 5px black;
    text-align: center;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
    padding: 30px 0vw;
    height: 15vh;
    color: white;
    /* backdrop-filter: blur(4.5px); */
    /* background: #0007; */
}

.currentPlaying.havePGM {
    width: 22vw;
    left: 4vw;
    text-align: left;
}

.currentPlayingPGM {
    position: absolute;
    bottom: 3vw;
    left: 25vw;
    right: 0;
    z-index: 999;
    text-shadow: 0px 0px 5px black;
    text-align: left;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
    width: 74vw;
    padding: 19px 0vw 0;
    height: 21vh;
    color: white;
    overflow: hidden;
}

.pgmPlayingNow {
    font-size: 42px;
    width: 46vw;
    line-height: 52px;
}

.pgmPlayingDesc {
    font-size: 18px;
    width: 46vw;
    margin-top: 20px;
    line-height: 1.5;
}

.pgmPlayingNext {
    font-size: 20px;
    /* margin-top: 10px; */
    width: 25vw;
    right: 1vw;
    position: absolute;
    top: 0vh;
    height: 20vh;
    text-align: right;
}

.pgmPlayingNext p.pgmTime {
    margin: 0;
    font-size: 13px;
}

.pgmPlayingNext p.pgmName {
    margin: 0px 0 17px 0;
    font-size: 17px;
}

.page_home iframe#ifplayer {
    z-index: 9;
}

body .content .datetime .date,
body .content .datetime .time {
    z-index: 19;
    position: fixed;
    left: 4vw;
    bottom: 28px;
    font-size: 22px;
    text-shadow: 0 0 15px #000000;
    transition: opacity 0.5s ease-out;
    width: 120px;
}

body .content .datetime .date {
    bottom: 28px;
    font-size: 22px;
    right: 150px;
    display: none;
}

.ilha .date, .ilha .time {
    font-family: monospace;
    background: black;
    width: 400px;
    text-align: center;
    bottom: 30px;
    top: auto;
    left: 38%;
    right: 0;
    display: block;
    text-shadow: none;
}

.ilha .date {
    bottom: 10px;
}
