/* /Pages/Editor.razor.rz.scp.css */
.editor[b-l6xl31cz8m] {
    width: 100vw;
    height: var(--editor-height);
    display: flex;
    flex-direction: column;
}

.header[b-l6xl31cz8m] {
    width: 100%;
    height: var(--header-hight);
    background: #3c50fa;
}

.header > span[b-l6xl31cz8m] {
    font-size: 1.5rem;
    font-weight: lighter;
    margin: 0.2rem 1.1rem;
    display: block;
    color: lightgray;
}

.header > span > span[b-l6xl31cz8m] {
    color: white;
}

.editor > *[b-l6xl31cz8m] {
    flex-grow: 1;
}

.editor-top[b-l6xl31cz8m] {
    display: flex;
    flex-direction: row;
    background: #1b1c22;
    width: 100%;
    flex-grow: 1;
    height: 66%;
}

.editor-nav[b-l6xl31cz8m] {
    width: 100%;
    height: 4%;
}

.nav-links[b-l6xl31cz8m] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.nav-links > a[b-l6xl31cz8m] {
    text-align: center;
    width: 100%;
    color: white;
    font-size: 1.3rem;
    padding: 4px;
    font-weight: 200;
    cursor: default;
    text-decoration: none;
    background: #151515;
}

.nav-active-page[b-l6xl31cz8m] {
    background: #222222 !important;
}

.nav-links > a:hover[b-l6xl31cz8m] {
    background: #23242a;
    color: white;
}

.editor-sidebar[b-l6xl31cz8m] {
    background: #222;
    display: block;
    color: white;
    width: 35%;
}

.subpage[b-l6xl31cz8m] {
    width: 100%;
    height: 96%;
}

.editor-bottom[b-l6xl31cz8m] {
    width: 100%;
    height: var(--player-controls-height);
    background: #0f0f10;
}

.editor-bottom > *[b-l6xl31cz8m] {
    flex-grow: 1;
}

.editor-timeline[b-l6xl31cz8m] {
    background: #151515;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.editor-controls[b-l6xl31cz8m] {
    max-height: 60px;
    min-height: 60px;
    background: #0f0f10;
    border-top: 1px solid #505050;
    display: flex;
    flex-direction: row;
}

.controls[b-l6xl31cz8m] {
    display: flex;
    flex-direction: row;
    margin: auto;
    color: white;
}

.controls > *[b-l6xl31cz8m] {
    margin: auto;
    margin-right: 15px !important;
}

.current-track[b-l6xl31cz8m] {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.track-art[b-l6xl31cz8m] {
    width: auto;
    height: 42px;
    aspect-ratio: 1;
    background-size: cover;
    background: url("https://i1.sndcdn.com/artworks-Mf7j8QGyMBOOBohO-TOx8Ug-t500x500.jpg") center;
    border-radius: 6px;
}

.track-info[b-l6xl31cz8m] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin: auto;
    text-align: right;
    min-width: 200px;
    margin-right: 10px;
}

.track-title[b-l6xl31cz8m] {
    color: white;
}

.track-artist[b-l6xl31cz8m] {
    color: gray;
}

.music-progress-bar[b-l6xl31cz8m] {
    background: darkgray;
    height: 4px;
    width: 700px;
    border-radius: 2px;
    cursor: pointer;
}

.current-progress[b-l6xl31cz8m] {
    background: #3c50fa;
    height: 100%;
    width: 34.7%;
    border-radius: 2px;
    transition: width 0.2s ease;
    box-shadow: 0px 0px 9px 3px rgb(60 79 250 / 47%);
    pointer-events: none;
}

.h-div[b-l6xl31cz8m] {
    height: 30px;
    width: 2px;
    background: #585858;
    border-radius: 2px;
    margin-left: 20px;
    margin-right: 30px !important;
}

.icon[b-l6xl31cz8m] {
    font-size: 1.6rem;
    font-family: "Segoe UI Symbol", serif;
    cursor: pointer;
    user-select: none;
    padding-bottom: 4px;
}

.player[b-l6xl31cz8m] {
    margin: auto;
    aspect-ratio: 16 / 9;
    width: auto;
    height: 80%;
}

.editor-player[b-l6xl31cz8m] {
    background: #0f0f10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

.s-modal[b-l6xl31cz8m] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

.s-modal-visible[b-l6xl31cz8m] {
    display: flex !important;
}

.s-modal-content[b-l6xl31cz8m] {
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: #121212;
    border-radius: 7px;
    overflow: hidden;
    color: white;
    position: relative;
}

.loader[b-l6xl31cz8m] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(30,30,30,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    filter: hue-rotate(270deg);
}

.loader > img[b-l6xl31cz8m] {
    height: 150px;
    aspect-ratio: 1;
}

.s-modal-body[b-l6xl31cz8m] {
    flex-grow: 1;
    width: 100%;
}

:root[b-l6xl31cz8m] {
    --modal-transition-speed: 0.4s;
    --modal-transition-mode: ease-in-out;
}

.s-modal-footer[b-l6xl31cz8m] {
    height: max-content;
    width: 100%;
    background: #0F0F0F;
    padding: 2%;
    display: flex;
    justify-content: end;
    transition: width var(--modal-transition-speed) var(--modal-transition-mode);
    transition: height var(--modal-transition-speed) var(--modal-transition-mode);
}

.btn-primary[b-l6xl31cz8m] {
    background: #3c50fa !important;
}

.s-modal-footer > .btn-primary[b-l6xl31cz8m] {
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: none !important;
}

#startup-modal > .s-modal-content[b-l6xl31cz8m] {
    height: max-content;
    width: max-content;
}

.stage1[b-l6xl31cz8m] {
    width: 25vw;
    height: 20vh;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.stage2[b-l6xl31cz8m] {
    width: 40vw;
    height: 60vh;
}

.stage2 > .settings[b-l6xl31cz8m] {
    padding: 20px;
}

.header-img-container[b-l6xl31cz8m] {
    left: 0;
    top: 0;
    right: 0;
    height: 30%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-img-container > h1[b-l6xl31cz8m], h2[b-l6xl31cz8m], h3[b-l6xl31cz8m], h4[b-l6xl31cz8m], h5[b-l6xl31cz8m], h6[b-l6xl31cz8m] {
    z-index: 1;
    font-weight: bold;
    text-shadow: 0px 0px 9px rgba(255,255,255,0.52);
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
}

.header-img[b-l6xl31cz8m] {
    background: linear-gradient(180deg, rgba(18,18,18,0%) 0%, rgba(18,18,18,1) 80%), url("https://img.youtube.com/vi/P4ALDytLAXQ/hqdefault.jpg") center center / cover;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    filter: blur(6px) grayscale(80%);
    transform: scale(1.2);
    position: relative;
    left: 0;
    top: 0;
    right: 0;
}

.settings[b-l6xl31cz8m] {
    overflow-y: auto;
    height: 70%;
}

.video-url-input[b-l6xl31cz8m] {
    width: 90%;
    height: 3rem;
}

.description-input[b-l6xl31cz8m] {
    background: #0F0F0F;
    color: white;
    width: 100%;
    min-height: 400px;
    height: max-content;
}

.timeline-container[b-l6xl31cz8m] {
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    position: relative;
}

.timeline[b-l6xl31cz8m] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 90%;
    overflow: hidden;
}

.timeline:hover > .cursor[b-l6xl31cz8m] {
    visibility: visible;
}

.cursor[b-l6xl31cz8m] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    visibility: hidden;
    background: #3c50fa;
}

.cursor > .timestamp[b-l6xl31cz8m] {
    position: absolute;
    top: 7px;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
    color: white;
    background: #3c50fa;
    padding: 3px 8px;
    border-radius: 4px;
}

/* Markers are in app.css */
/* /Shared/ExportPage.razor.rz.scp.css */
.export-page[b-yb18p6bx9t] {
    padding: 1em;
}

.field[b-yb18p6bx9t] {
    background: #3c50fa;
    border-radius: 4px;
    width: 100%;
}

.field-title[b-yb18p6bx9t] {
    padding: 7px;
    display: block;
    font-size: 1.15rem;
    font-weight: bold;
}

[b-yb18p6bx9t] .dropdown-list {
    width: 100%;
    cursor: pointer;
}

[b-yb18p6bx9t] .dropdown.show > .dropdown-toggle {
    border-radius: 0 0 0 0 !important;
}

[b-yb18p6bx9t] .dropdown-toggle {
    width: 100% !important;
    border-radius: 0 0 4px 4px !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border: none !important;
    background: #1d1d1d !important;
}

[b-yb18p6bx9t] .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    width: 100% !important;
    border-radius: 0 0 0.25rem 0.25rem !important;
    background: #383838 !important;
    color: white !important;
}

[b-yb18p6bx9t] .dropdown-menu .dropdown-item {
    color: gainsboro !important;
}

[b-yb18p6bx9t] .dropdown-menu .dropdown-item:hover {
    color: gainsboro !important;
    background-color: #414141 !important;
}

.export-page > *[b-yb18p6bx9t] {
    margin-bottom: 15px;
}

.export-modal[b-yb18p6bx9t] {
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.export-modal-body[b-yb18p6bx9t] {
    background: #121212;
    width: 500px;
    height: 200px;
    border-radius: 8px;
    padding: 8px;
}

.progress-item[b-yb18p6bx9t] {
    margin-bottom: 10px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hmq4lj1svj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hmq4lj1svj] {
    flex: 1;
}

.sidebar[b-hmq4lj1svj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hmq4lj1svj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hmq4lj1svj]  a, .top-row[b-hmq4lj1svj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hmq4lj1svj]  a:hover, .top-row[b-hmq4lj1svj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hmq4lj1svj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-hmq4lj1svj] {
        display: none;
    }

    .top-row.auth[b-hmq4lj1svj] {
        justify-content: space-between;
    }

    .top-row[b-hmq4lj1svj]  a, .top-row[b-hmq4lj1svj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hmq4lj1svj] {
        flex-direction: row;
    }

    .sidebar[b-hmq4lj1svj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hmq4lj1svj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hmq4lj1svj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hmq4lj1svj], article[b-hmq4lj1svj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MetadataInput.razor.rz.scp.css */
.metadata-input[b-4e8my40wxs] {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    border: 2px solid transparent;
    width: 100%;
    height: 2.5rem;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.metadata-input:focus-within[b-4e8my40wxs] {
    border: 2px solid #3c50fa;
}

.metadata-input > div[b-4e8my40wxs] {
    background: #3c50fa;
    color: white;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 17px;
    min-width: 30%;
}

.metadata-input > input[b-4e8my40wxs] {
    flex-grow: 1;
    background: #2c2c2c;
    border: none;
    outline: none;
    color: white;
    padding: 4px 10px;
}

.metadata-input > button[b-4e8my40wxs] {
    border: none;
    background: #ff4641;
    color: white;
    font-weight: bold;
    position: absolute;
    left: calc(100% - 32px);
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    text-align: center;
}

.metadata-input:hover > button[b-4e8my40wxs] {
    display: initial;
}
/* /Shared/MetadataPage.razor.rz.scp.css */
.metadata-page[b-9l65tq4xtu] {
    width: 100%;
    height: 100%;
}

.metadata[b-9l65tq4xtu] {
    padding: 15px;
    width: 100%;
}

@keyframes panAndFade-b-9l65tq4xtu {
    0% {
        background-position: 50% 25%;
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    98% {
        background-position: 50% 75%;
        opacity: 0;
    }
    100% {
        opacity: 0;
        background-position: 50% 25%;
    }
}

.art-container[b-9l65tq4xtu] {
    width: 100%;
    height: 325px;
    background: black;
    overflow: hidden;
    position: relative;
}

.track-art[b-9l65tq4xtu] {
    width: 100%;
    height: 100%;
    background: var(--image);
    background-size: cover;
    animation: panAndFade-b-9l65tq4xtu 30s linear infinite;
    filter: opacity(0.7) blur(5px);
}

.art-box[b-9l65tq4xtu] {
    padding: 24px;
    backdrop-filter: blur(8px);
    position: absolute;
    transform-style: preserve-3d;
    display: flex;
    gap: 20px;
    min-width: 630px;
    background: rgba(0,0,0,0.4);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.art[b-9l65tq4xtu] {
    width: 100%;
    height: 100%;
}

.art-parent[b-9l65tq4xtu] {
    height: 100%;
    aspect-ratio: 1;
    cursor: pointer;
}

.album-details > h2[b-9l65tq4xtu] {
    font-weight: bold;
}

.album-details > h4[b-9l65tq4xtu] {
    color: #d5d5d5;
}

.album-details > h5[b-9l65tq4xtu] {
    color: #ababab;
    font-weight: lighter;
    font-size: 1.2rem;
}

.album-details > *[b-9l65tq4xtu] {
    margin: 0;
}
/* /Shared/TracksPage.razor.rz.scp.css */
.tracks-page[b-f7br5uiq4o] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.left-sidebar[b-f7br5uiq4o] {
    width: 23%;
    height: 100%;
    overflow: auto;
    background-color: #111;
    transition: background-color 0.2s ease-in-out;
    padding-left: 10px;
}

.entry[b-f7br5uiq4o] {
    margin: auto;
    width: 100%;
    color: white;
    padding: 10px 10px;
    cursor: default;
    border-bottom: 1px solid #303030;
}

.ignored[b-f7br5uiq4o] {
    background-color: #c22a2a !important;
}

.entry:last-of-type[b-f7br5uiq4o] {
    border-bottom: none !important;
}

.entry:hover[b-f7br5uiq4o] {
    background-color: #3b4047;
}

.active-entry[b-f7br5uiq4o] {
    background: #222;
}

.subpage-content[b-f7br5uiq4o] {
    width: 77%;
    overflow: auto;
}

.metadata[b-f7br5uiq4o] {
    max-height: 100%;
    width: 100%;
    padding: 15px;
    transform: translateY(-75px);
}

.add-metadata-btn[b-f7br5uiq4o] {
    width: 100%;
    height: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 8px;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.add-metadata-btn:focus-within[b-f7br5uiq4o] {
    border: 2px solid #3c50fa;
}

.absolute[b-f7br5uiq4o] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: left 0.1s ease-out;
}

.custom-metadata-name[b-f7br5uiq4o] {
    right: 30% !important;
    background: #2c2c2c;
    color: white;
    border: none;
    outline: none;
    padding: 4px 10px;
}

.right[b-f7br5uiq4o] {
    left: 70%;
}

.custom-metadata-add[b-f7br5uiq4o] {
    background: #3c50fa;
    border:none;
    color: white;
    outline: none !important;
    font-weight: bold;
    padding: 4px 10px;
}

.track-header[b-f7br5uiq4o] {
    width: 100%;
    height: max-content;
    gap: 10px;
    padding: 10px;
    border-radius: 4px;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 18px 0px rgba(0,0,0,40%);
    background: rgba(0,0,0,0.5);
}

@keyframes panAndFade-b-f7br5uiq4o {
    0% {
        background-position: 50% 25%;
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    94% {
        opacity: 1;
    }
    98% {
        background-position: 50% 75%;
        opacity: 0;
    }
    100% {
        opacity: 0;
        background-position: 50% 25%;
    }
}

.art-container[b-f7br5uiq4o] {
    width: 100%;
    height: 225px;
    background: black;
}

.track-art[b-f7br5uiq4o] {
    width: 100%;
    height: 100%;
    background: var(--image);
    background-size: cover;
    animation: panAndFade-b-f7br5uiq4o 30s linear infinite;
    filter: opacity(0.7);
}

.track-data[b-f7br5uiq4o] {
    
}

.track-data > a[b-f7br5uiq4o] {
    text-decoration: underline;
    color: #555;
    cursor: pointer;
}

.track-data > a:hover[b-f7br5uiq4o] {
    color: #555;
}

.meta-input[b-f7br5uiq4o] {
    width: 100%;
    height: 3rem;
}
