@import url('https://yposts.me/users/assets/css/post_series_creation_and_update.css');
@import url("https://yposts.me/assets/bundles/summernote/summernote-lite.min.css");
@import url("https://yposts.me/assets/css/emoji.css");

#flux_creation_and_update_form {
    margin-bottom: 35px;
    padding-left:5px
}
#flux_quote {
    font-size: 14px;
    margin-left: 15px;
    color: dimgray;
}
#flux_quote ul {
    margin: unset;
}
#flux_quote h3{
    margin:5px 0
}
#flux_quote li {
    list-style-type: disc;
    margin-top:10px
}
#flux_content_section_wrapper {
    box-sizing: border-box;
    box-shadow: var(--shadow-soft);
    padding: 10px;
    border-radius: 10px;
    min-width:275px;
    /*width:95%;*/
    max-width: 700px;
}
#flux_content {
    box-sizing: border-box;
    width: 99%;
    max-width: 500px;
    border-width: 0;
}

#flux_content .ql-editor,#flux_content_section_wrapper .note-editor {
    box-sizing: border-box;
    min-height:200px;
    max-height: 250px;
    border:1px solid lightgray;
    border-radius: 7px;
    background-color: white;
    padding: 10px;
    font-size: 14px;
    /*width: 95%;*/
}
.note-resizebar,.note-statusbar {
    display: none !important;
}
#flux_content .ql-editor:focus{
    border: 1px solid rgb(0, 140, 230);
}
#flux_content .ql-editor .ap {
    display: inline-block;
    transform: scale(1.2);
}
#flux_content_section{
    margin-left:10px;
    margin-top: 25px;
}
#flux_content_section label:not(#flux_file_label) {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-top:25px
}
#flux_content_section input[type='url'],#flux_content_section input[type='text'],#flux_content_section textarea, #flux_content_section select{
    box-sizing: border-box;
    padding:12px;
    border:1px solid lightgray;
    border-radius: 7px;
    min-width:250px;
    max-width: 400px;
    width:98%;
    font-size: 14px;
}
#flux_content_section textarea{
	height:50px
}
#flux_content_section input[type='url']:hover,#flux_content_section input[type='text']:hover,#flux_content_section textarea:hover{
    border:1px solid rgb(0, 140, 230)
}
#flux_content_section input[type='url']:focus,#flux_content_section input[type='text']:focus,#flux_content_section textarea:focus{
    border:1px solid rgb(0, 140, 230)
}
#flux_content_section .ql-toolbar {
    min-width:275px;
    max-width: 500px;
    width:95%;
    border-width: 0;
}
#flux_content_section .bem {
    display: inline-block;
    transform: scale(1.6);
    margin:8px
}
.characters_count_notification {
    font-size: 13px;
    color: dimgray;
    display: block;
    margin-top: 10px;
}


#flux_file_label {
    box-sizing: border-box;
    display: block;
    font-size:14px;
    font-weight:bold;
    margin: 15px 0;
    margin-top: 25px;
    width:200px;
    border:1px solid rgb(0, 140, 230);
    border-radius: 7px;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
}
#flux_file_label:hover{
    border-width:2px
}
#flux_selected_file_handlers {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
}
#flux_selected_file_size {
    font-size: 12px;
    text-align: center;
    padding: 7px 10px;
    border:1px solid lightgray;
    border-radius: 5px;
    color: dimgray;
    height: max-content;
}
#delete_flux_file{
    border-width: 0;
    padding:7px 10px;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    margin-left:10px;
    -webkit-appearance: none;
    font-size: 12px;
    background-color: rgba(230, 0, 0, 0.358);
    color: white;
}
#delete_flux_file:hover{
    background-color: rgba(230, 0, 0, 0.545);
}
#flux_file_preview_section{
    border-radius: 5px;
    width:95%;
    min-width:250px;
    max-width: 300px;
    margin-top:15px;
}
#flux_selected_image_preview {
    max-width: 400px;
    min-width: 250px;
    width:98%;
    border-radius: 7px;
    display: none;
}
#flux_selected_video_preview {
    display: none;
}

#button_section {
    margin-top:50px;
    text-align: center;
}
#user_identification_warning{
    line-height: 1.6em;
    font-size: 14px;
    width: 95%;
    max-width: 400px;

}
#user_identification_warning a{
    color: rgb(0, 140, 230);
    text-decoration: none;
    font-weight:bold
}

#create_flux,#update_flux {
    padding:10px 35px;
    border-width: 0;
    background-color: rgb(0, 153, 230);
    cursor: pointer;
    color:white;
    font-size:14px;
    border-radius: 7px;
}
#create_flux:hover, #update_flux:hover {
    background-color: rgb(0, 140, 230);
}
#delete_saved_file_label {
	font-size:14px !important;
	color:dimgray;
	cursor:pointer
}
#delete_saved_file_label:hover{
	color:black
}

#non_updatable_notice{
    width:90%;
    max-width: 500px;
    line-height: 1.6em;
    font-size: 14px;
    margin: auto;
}

#flux_update_limit_notification {
    color:brown;
    margin:25px 0;
    font-size:13px;
    line-height:1.6em;
    width:98%;
    max-width:400px
}
#flux_creation_and_update_form .note-editable,#flux_creation_and_update_form .note-toolbar{
    background-color: white !important;
    color: black;
}

#flux_creation_and_update_form .note-editable li{
    color: black;
}
#flux_creation_and_update_form .note-editable p,#flux_creation_and_update_form .note-editable div,
#flux_creation_and_update_form .note-editable ol, #flux_creation_and_update_form .note-editable ul,
#flux_creation_and_update_form .note-editable li{
    color: black;
}
#flux_creation_and_update_form .note-modal-content {
    background-color: var(--bg-secondary);
}
#flux_creation_and_update_form .note-form-label{
    color: var(--text-secondary);
}
#flux_creation_and_update_form .note-modal-header{
    border-width: 0;
}
#flux_creation_and_update_form .note-input{
    color: var(--text-secondary);
    background-color: var(--bg-secondary);
}
#flux_creation_and_update_form .note-icon-close{
    color: var(--text-primary);
}
#flux_creation_and_update_form  .emoji-menu-tabs td, #flux_creation_and_update_form  .emoji-menu-tabs th{
    border-width: 0;
}
#flux_creation_and_update_form .note-frame {
    border-width: 0 !important;
}

@media only screen and (max-width:1202px){

}

@media only screen and (max-width:802px){
    #flux_content_section_wrapper {
        /*width: 90vw;*/
    }
    #flux_creation_and_update_form {
        padding-left:5px
    }
    
    #flux_content .ql-editor {
        min-height:150px;
        max-height: 250px;
        font-size: 14px;
    }
}


@media only screen and (max-width:602px){

    #flux_content .ql-editor {
        min-height:150px;
        max-height: 250px;
        padding: 10px;
        font-size: 13px;
    }
    #flux_content_section{
        margin-left:5px;
    }
    #flux_content_section input[type='url'],#flux_content_section input[type='text'],#flux_content_section textarea{
        
        font-size:13px
    }
    #delete_flux_file {
        font-size: 12px;
    }
    #flux_quote {
        font-size: 13px;
        margin-left: 12px;
    }
    #flux_quote li {
        margin-top:7px
    }
    #flux_content_section label:not(#flux_file_label) {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top:15px
    }
   
    #flux_content_section{
        margin-left:unset;
        margin-top: 15px;
    }
   
}


@media only screen and (max-width:402px){
    #flux_content .ql-editor {
        font-size: 12px;
        min-height: 125px;
    }
    #flux_content_section input[type='url'],#flux_content_section input[type='text'],#flux_content_section textarea{
        max-width: 300px;
        font-size:12px
    }
    #flux_quote {
        font-size: 12px;
        margin-left: 12px;
    }
}