#editor {
    font-size: 80%;
}

.editor-content-track-bar img {
    /* width: 10%; */
    height: 100%;
}

.editor-content-track-bar-thumbnail {
    border: 2px solid #ccc;
}

.selected {
    border: 3px solid #4A90E2;
}

#editor-menu {
    width: 200px;
    border-right: 1px solid #ccc;
    background: #fff;
}

#editor-content-track-menu img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}

#editor-content-actions {
    padding: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#editor-content-track-menu{
    display: flex;
    justify-content: center;
}

#editor-content-video {
    display: flex;
    justify-content: center;
    position: relative;
    /* width: 960px;
    height: 540px; */
    align-items: center;
    /* padding: 20px; */
    overflow: hidden;
    background-color: #000;
}

#media-list {
    padding: 20px;
}

.editor-menu .pure-menu-item{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#editor-content-video-player {
    width: 711px;
    height: 400px;
    /* background-color: black; */
    position: absolute;
}

.video-landscape {
    width: 711px;
    height: 400px;
}

.video-portrait {
    width: 225px;
    height: 400px;
    object-fit: contain;

}

.media-thumbnail-video, .media-thumbnail-image, .media-thumbnail-photo, .media-thumbnail-audio {
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
    /* border: 1px solid #ccc; */
}



#editor-content-track {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ccc;
    overflow: auto;

}
#editor-content-track-bars, #editor-content-track-times {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    /* border: 1px solid #ccc; */
    width: 100%;
    /* height: 60px; */
}

/* #editor-content-track-bars {
    height: 60px;
} */

#editor-content-track-times {
    /* height: 40px; */
    display: none;
}

.editor-content-track-bar, #editor-content-track-time {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

.editor-content-track-bar-empty {
    background-color: #e1e1e1;
}

.dragover {
    background-color: #4A90E2;
    height: 54px;
}


#editor-content-track-menu-play :hover {
    cursor: pointer;
}

.editor-content-track-time-interval {
    /* width: 10%; */
    width: 96px;
    display: inline-block;

    /* padding-left: 2px; */
}

.editor-content-track-time-interval-text {
    border-left: 1px solid #ccc;
    padding: 0 2px;
}

.left {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: stretch;
    left: 0;
}

.right {
    display: flex;
    /* flex-direction: row-reverse;
    justify-content: right; */
    align-items: stretch;
    left: 100px;
    width: 300px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
/*
#editor-content-track-times {
    display: none;
} */


#editor-content-track-bars .dragenter {
    /* transform: scale(1.2); */
    opacity: 0.9;
    background-color: #4A90E2;
}

.pure-menu-link {
    cursor: pointer;
}

.pure-menu-item img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 20px;
    cursor: pointer;

}
/*
#media-text {
    display: None
} */

.media-text {
    /* background: #ccc; */
    /* padding: 5px; */
    width: 180px;
    height: 80px;
    /* height: 60px; */
}

.media-text:hover {
    cursor: pointer;
}

.media-text-fancy {
    font-family: 'Roboto', sans-serif;
    font-size: 120%;
}

.track-bar-text{
    background-color: antiquewhite;
    color: black;
    padding: 5px;
    font-size: 120%;
}

.editor-content-video-overlay {
    position: absolute;
    /* top: 0;
    left: 0; */
    /* width: 60px;
    height: 40px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: black; /* Adjust the overlay text color */
    font-size: 24px; /* Adjust the overlay text size */

    text-align: center;
  }

.editor-content-video-overlay-textarea-row {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white; /* Adjust the overlay background color and opacity */
    padding: 10px;
}

#editor-content-video-container {
    display:flex;
    justify-content: center;
    background-color: #eaeaea;
}

.editor-content-video-overlay-text {
    cursor: pointer;
}


#editor-content-track-positions {
    position: absolute;
    background-color: #ccc;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    cursor: move;
}

.right-menu {
    display: None;
    background-color: #ccc;
    width: 400px;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

#editor-content-actions img {
    cursor: pointer;
}

.editor-content-track-bar-thumbnail-blur {
    filter: blur(1px);
    color: #FFF;
    font-size: 60%;
}


.media {
    position: relative;
}

.editor-content-track-bar-thumbnail-status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
}

#editor-content-track-menu-landscape {
    display: None;
}

#menu_upload_right, #menu_video_right, #menu_text_right, #menu_photo_right, #menu_audio_right, #menu_caption_right, #menu_search_right {
    display: None;
}

/* .radio-image {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 10px;

} */

.radio-image input[type="radio"] {
    display: none; /* Hide the default radio input */
}

.radio-image label {
    cursor: pointer;
}

.radio-image input[type="radio"]:checked + label img {
    border: 2px solid #007bff; /* Optional: Style the checked image */
}

#menu_project {
    font-size: 80%;
}

.media-caption {
    font-size :80%;
    padding: 5px;
    margin-bottom: 10px;
}



.preview img{
    width: 130px;
    /* height: 80px; */
    margin: 5px;
    border-radius: 10px;
}

#editor-content-projects{
    display: flex;
    justify-content: center;
    align-items: center;
}

#editor-content-edit-photo-preview, #editor-content-edit-video-preview, #editor-content-edit-upload-preview {
    display: flex;
    flex-direction: row;
}

#editor-content-edit-photo-preview-left, #editor-content-edit-video-preview-left, #editor-content-edit-photo-preview-left, #editor-content-edit-photo-preview-right, #editor-content-edit-upload-preview-left, #editor-content-edit-upload-preview-right {
    display: flex;
    flex-direction: column;
}



.resizable-draggable-background {
    position:relative;
    background-repeat: repeat-x;
    background-size: contain;
}

.resizer-right {
    width: 5px;
    height: 100%;
    background: #ccc;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: e-resize;
}


.div-media-thumbnail {
    position: relative;
}

.media-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 60%;
    background-color: #000;
    padding: 3px;
    border-radius: 5px;
    color: #FFF;
}

.editor-content-track-bar img, .editor-content-track-bar video, .editor-content-track-bar audio {
    display: none;
}
