
@import url("https://yposts.me/assets/bundles/summernote/summernote-lite.min.css");
@import url("https://yposts.me/assets/css/emoji.css");
@import url('https://yposts.me/users/assets/css/custom_selector.css');
@import url('https://yposts.me/users/assets/css/post_series_creation_and_update.css');

.plyr {
    border-radius: 10px; /* Adjust radius value as needed */
    overflow: hidden;    /* Ensures video hides behind corners */
}
#memo_header_section_wrapper {
    box-shadow: var(--shadow-soft);
    margin-bottom: 35px;
    border-radius: 10px;
    padding: 10px;
}
#memo_header_section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#user_identification_warning{
    line-height: 1.6em;
    font-size: 14px;
    width: 98%;
    max-width: 600px;
    margin: 35px auto;

}
#user_identification_warning a{
    color: rgb(0, 140, 230);
    text-decoration: none;
    font-weight:bold
}

#memo_creation_update_form {
    margin-left:10px;
    margin-top:35px
}

#memo_create_and_update_elements_section {
    padding: 10px;
}
.element_label {
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}
#memo_header_file_selection_section_wrapper {
    margin-right: 50px;
}
.selected_memo_file_displayer_section {
    width:90vw;
    min-width:200px;
    max-width:350px ;
}
.memo_header_file_displayer{
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    margin-left:5px
}

.landscape_video, .landscape_image{
    max-width:350px;
}
.square_video, .square_image{
    max-width:300px;

}
.portrait_video, .portrait_image {
    max-width:200px;
}


.file_selection_section{
    margin-top:25px;
    width:98%;

}
.selected_memo_file_label {
    box-sizing: border-box;
    display: block;
    margin-bottom:15px;
    font-size:14px;
    text-align: center;
    padding:10px 25px;
    border:1px solid rgb(0,140,230);
    font-weight: bold;
    border-radius: 7px;
    min-width: 200px;
    width:95%;
    max-width:300px;
    cursor: pointer;
    margin-left:10px
}
.selected_memo_file_label:hover {
    border-width: 2px;
}
.selected_file_handlers_section {
    margin-top:25px;
    display: none;
    margin-bottom: 15px;
}
.selected_file_size {
    font-size:12px;
    padding:7px 10px;
    text-align: center;
    border:1px solid lightgray;
    border-radius: 5px;
    background-color: transparent;
    display: inline-block;
    margin-right:25px
}
.remove_selected_file {
    border:1px solid brown;
    color:var(--text-secondary);
    font-size:12px;
    padding:7px 10px;
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}
.remove_selected_file:hover {
    border-width: 2px;
}
.data_section {
    margin-top:25px
}
.data_section input[type = "text"],.data_section textarea ,.data_section select {
    box-sizing: border-box;
    min-width: 250px;
    width:98%;
    max-width:400px;
    border-radius:5px;
    padding:15px;
    border:1px solid lightgray;
    margin-bottom:7px;
}

.data_section input[type = "text"]:hover {
    border: 2px solid rgb(0, 140, 230);
}
.data_section input[type = "text"]:focus{
    border: 2px solid rgb(0, 140, 230);
}


#submission_button_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:50px;
    margin-bottom: 35px;
    width:98%;
    max-width:750px
}
#publish_memo{
    padding:10px 35px;
    border-radius: 7px;
    background-color: rgb(0,153,230);
    color:white;
    font-size: 14px;
    border-width:0;
    cursor: pointer;
}
#publish_memo:hover{
    background-color: rgb(0,140,230);
}

#memo_content_container {
    box-sizing: border-box;
    width:100%;
    max-width:1200px;
    min-width: 250px;
}
#selected_video_options_section{
    box-sizing: border-box;
    border:1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    width:90vw;
    max-width: 350px;
    min-width: 250px;
    
}
#selected_video_options_section legend {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid black;
    font-weight: bold;
}
#poster_source_selection_section input[type='radio']{
    position: relative;
    top:1px
}

#poster_source_selection_section{
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 10px;
    width: max-content;
}
#poster_source_selection_section label{
    display: block;
    cursor: pointer;
    margin-top: 15px;
    font-size: 12px;
}
#poster_time_selection_section {
    margin-top:15px;
    margin-bottom: 15px;
}
#poster_time_selection_section input {
    display: block;
    margin-bottom: 7px;
}
#poster_snap_time_number{
    width:100px;
    border:1px solid lightgray;
    padding:10px 25px;
    border-radius: 7px;
    font-size: 13px;
}
#poster_selection_section{
    display: none;
}
#user_selected_poster_displayer{
    border-radius: 10px;
    max-width:200px;
    max-height:200px;
    display:none;
   
}
#selected_poster_file_handlers_section {
    margin-top:15px;
    margin-bottom: 10px;
    display: none;
}
#selected_poster_file_size {
    text-align: center;
    padding:5px 10px;
    font-size: 11px;
    border:1px solid lightgray;
    border-radius: 5px;
}
#remove_selected_poster_file {
    text-align: center;
    padding:5px 10px;
    font-size: 12px;
    border:1px solid brown;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    margin-left: 35px;
}
#remove_selected_poster_file:hover{
    font-weight: bold;
}

#user_selected_poster_label{
    padding:10px 35px;
    border:1px solid rgb(0,140,230);
    font-size: 14px;
    text-align: center;
    border-radius: 7px;
    margin-left: 25px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    max-width: 125px;
    margin-top: 15px;
}
#user_selected_poster_label:hover{
    border-width: 2px;

}
#memo_title,#memo_summary{
    box-sizing: border-box;
    border-radius: 7px;
    width:90vw;
    min-width: 250px;
    max-width: 350px;
    border-width: 0;
}
#memo_title .ql-editor,#memo_summary .ql-editor {
    font-size: 14px;
    line-height: 1.6em;
    min-width:250px;
    width:100%;
    min-height:75px;
    max-height:100px;
    border:1px solid lightgray;
    padding: 10px;
    background-color: white;
    border-radius: 7px;
}
#memo_title .ql-editor .ap,#memo_summary .ql-editor .ap{
    transform: scale(1.10);
    margin:0 5px;
}

#memo_creation_update_form .ql-editor{
    background-color: white;
    border-radius: 5px;
}
#memo_creation_update_form .ql-editor p,#memo_creation_update_form  .ql-editor div,
#memo_creation_update_form  .ql-editor ol,#memo_creation_update_form  .ql-editor ul,
#memo_creation_update_form  .ql-editor li {
    color: black;
}
#memo_creation_update_form .ql-container{
    background-color: white;
}
#static_post_type_text_option_content_section_wrapper .ql-container{
    background-color: var(--bg-primary);
}

#title_container, #summary_container {
    width:98%;
    max-width:350px
}
#title_container .bem, #summary_container .bem{
    transform: scale(1.2);
    margin:6px
}
#title_container .ql-toolbar, #summary_container .ql-toolbar{
    border-width: 0;
}
#memo_creation_update_form .note-editable,#memo_creation_update_form .note-toolbar{
    background-color: white !important;
}
#memo_creation_update_form .note-editable{
    border:1px solid lightgray;
    border-radius: 7px;
    background-color: white;
    color: black;
}
#memo_creation_update_form .note-editable p,#memo_creation_update_form .note-editable div,
#memo_creation_update_form .note-editable ol, #memo_creation_update_form .note-editable ul,
#memo_creation_update_form .note-editable li{
    color: black;
}
#memo_creation_update_form .note-modal-content {
    background-color: var(--bg-secondary);
}
#memo_creation_update_form .note-form-label{
    color: var(--text-secondary);
}
#memo_creation_update_form .note-modal-header{
    border-width: 0;
}
#memo_creation_update_form .note-input{
    color: var(--text-secondary);
    background-color: var(--bg-secondary);
}
#memo_creation_update_form .note-icon-close{
    color: var(--text-primary);
}
#memo_creation_update_form  .emoji-menu-tabs td, #memo_creation_update_form  .emoji-menu-tabs th{
    border-width: 0;
}
#memo_creation_update_form .note-frame {
    border-width: 0 !important;
}

@media only screen and (max-width:1202px){
    
}

@media only screen and (max-width:802px){
    #memo_header_file_selection_section_wrapper {
        margin-right: 25px;
    }
    #memo_creation_update_form {
        margin-left:5px
    }
    #selected_memo_file_label {
        margin-left:10px
    }
}


@media only screen and (max-width:602px){

    .element_label {
        font-size: 14px;
    }
    .data_section input[type = "text"]{
        padding:15px 10px;
        font-size:13px;
    }
    .note-editable{
        font-size: 13px;
    }
    #selected_memo_file_label {
        max-width: 275px;
        margin-left:10px
    }
    #series_creation_buttons_section {
        margin-left:50px
    }

}


@media only screen and (max-width:402px){
    .data_section input[type = "text"]{
        padding:15px 10px;
        font-size: 12px;
    }
    .note-editable{
        font-size: 12px;
    }
    #series_creation_buttons_section {
        margin:auto;
        margin-top:15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}