
@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 */
}

#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
}

#vibe_creation_update_form {
    margin-left:10px;
    margin-top:35px
}

#vibe_create_and_update_elements_section {
    padding: 10px;
}
.element_label {
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
    font-size: 15px;
}

#selected_vibe_displayer_section{
    box-sizing: border-box;
    margin-top:35px;
    width:95vw;
    min-width:250px;
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    margin-left:5px
}

.landscape_vibe{
    max-width:650px;

}
.square_vibe{
    max-width:500px;

}
.portrait_vibe {
    max-width:325px;
}


#file_selection_section{
    margin-top:25px;
    width:98%;

}
#selected_vibe_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_vibe_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;
    font-size:12px;
    padding:7px 10px;
    text-align: center;
    border-radius: 5px;
    background-color: transparent;
    color: var(--text-secondary);
    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_vibe{
    padding:10px 35px;
    border-radius: 7px;
    background-color: rgb(0,153,230);
    color:white;
    font-size: 14px;
    border-width:0;
    cursor: pointer;
}
#publish_vibe:hover{
    background-color: rgb(0,140,230);
}

#further_details_container {
    width:98%;
    max-width:750px
}
#selected_vibe_options_section{
    box-sizing: border-box;
    border:1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    width:90vw;
    max-width: 350px;
    min-width: 250px;
    
}
#selected_vibe_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
}
#selected_poster_file_handlers_section {
    display: none;
}
#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;
}
#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;

}
#vibe_caption{
    box-sizing: border-box;
    border-radius: 7px;
    width:90vw;
    min-width: 250px;
    max-width: 350px;
    border-width: 0;
}
#vibe_caption .ql-editor {
    font-size: 13px;
    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;
}
#vibe_caption .ql-editor .ap{
    transform: scale(1.10);
    margin:0 5px;
}

#vibe_creation_update_form .ql-editor{
    background-color: white;
    border-radius: 5px;
}
#vibe_creation_update_form .ql-editor p,#vibe_creation_update_form  .ql-editor div,
#vibe_creation_update_form  .ql-editor ol,#vibe_creation_update_form  .ql-editor ul,
#vibe_creation_update_form  .ql-editor li {
    color: black;
}
#vibe_creation_update_form .ql-container{
    background-color: white;
}
#caption_container {
    width:98%;
    max-width:350px
}
#caption_container .bem{
    transform: scale(1.2);
    margin:6px
}
#caption_container .ql-toolbar{
    border-width: 0;
}
.note-editable, .note-toolbar{
    background-color: white !important;
}
#vibe_creation_update_form .note-editable{
    border:1px solid lightgray;
    border-radius: 7px;
    background-color: white;
    color: black;
}
#vibe_creation_update_form .note-editable p,#vibe_creation_update_form .note-editable div,
#vibe_creation_update_form .note-editable ol, #vibe_creation_update_form .note-editable ul,
#vibe_creation_update_form .note-editable li{
    color: black;
}
#vibe_creation_update_form .ql-toolbar{
    border-width: 0 !important;
    background-color: white;
    width: max-content;
    border-radius: 5px;
}
#vibe_creation_update_form .note-modal-content {
    background-color: var(--bg-secondary);
}
#vibe_creation_update_form .note-form-label{
    color: var(--text-secondary);
}
#vibe_creation_update_form .note-modal-header{
    border-width: 0;
}
#vibe_creation_update_form .note-input{
    color: var(--text-secondary);
    background-color: var(--bg-secondary);
}
#vibe_creation_update_form .note-icon-close{
    color: var(--text-primary);
}
#vibe_creation_update_form  .emoji-menu-tabs td, #vibe_creation_update_form  .emoji-menu-tabs th{
    border-width: 0;
}
#vibe_creation_update_form .note-frame {
    border-width: 0 !important;
}

@media only screen and (max-width:1202px){

}

@media only screen and (max-width:802px){
    #vibe_creation_update_form {
        margin-left:5px
    }
    #selected_vibe_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_vibe_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;
    }
}