
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
    --blogger-dark-grey: #ccd0d4;
    --blogger-light-grey: #f6f7f7;
}

body {
    margin: 0;
    padding: 0;
}

.body {
    margin: 0;
    padding: 0;
}

.row {
    width: 100% !important;
    margin: 0px !important;
}

.col {
    padding: 0;
}

.bed_menubar {
    width: 100%;
    height: max-content;
    padding-bottom: 0.1%;
    background-color: #000;
    position: fixed;
    z-index: 100;
}

.bed_menubar_col1 {
    display: flex;
    align-items: center;
    justify-content: start;
}

.bed_menubar_col2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bed_menubar_col2 button{
    margin-left: 5px;
    margin-right: 5px;
}

.bed_menubar_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 4vh;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 10px;
}

.bed_menubar_item img {
    height: 100%;
}

.bed_menubar_item h6 {
    color: #ffff;
    margin: 0;
}

.bed_menubar_item a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.bed_menubar_item button{
    outline: none;
    border: none;
    border-radius: 0.2rem;
}

.bed_body {
    padding-top: 4vh !important;
}

.bed_editor_area {
    /* border-right: 2px solid #000; */
    float: left;
    width: 100%;
    height: max-content;
    background-color: #cfcfcf6e;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
}

.bed_editor_area input {
    width: 100%;
    padding: 0.7%;
    font-weight: 600;
    margin-bottom: 1%;
    margin-top: 1%;
}

.bed_editor_area textarea {
    width: 100%;
    padding: 0.7%;
    font-weight: 600;
    margin-bottom: 1%;
    margin-top: 1%;
}

.ql-editor {
    background-color: #ffff;
    min-height: 50vh !important;
}

.featured-image-card {
    border: 1px solid #ccc;
    padding: 16px;
    max-width: 300px;
    margin: 20px auto;
    text-align: center;
}

.image-preview {
    width: 100%;
    height: auto;
    
}

.image-preview p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.image-preview img {
    width: 100%;
    height: auto;
}

.featured-image-card button {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}

.featured-image-card button:hover {
    background-color: #005f8a;
}

#remove-button {
    background-color: #d9534f;
}

#remove-button:hover {
    background-color: #c9302c;
}

.tags-card {
    border: 1px solid #ccc;
    padding: 16px;
    max-width: 300px;
    margin: 20px auto;
}

.tags-card p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.categories_card {
    border: 1px solid #ccc;
    padding: 16px;
    max-width: 300px;
    margin: 20px auto;
}

.categories_card p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.robots_card {
    border: 1px solid #ccc;
    padding: 16px;
    max-width: 300px;
    margin: 20px auto;
}

.robots_card p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}


.geoTag_card {
    border: 1px solid #ccc;
    padding: 16px;
    max-width: 300px;
    margin: 20px auto;
}

.geoTag_card p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.input-group {
    display: flex;
    margin-bottom: 10px;
}

#tag-input {
    flex-grow: 1;
    padding: 5px; 
    width: 100%;
}
 
#add-tag-button {
    padding: 5px 10px; 
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}

#add-tag-button:hover {
    background-color: #005f8a;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tag {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.tag span {
    margin-right: 5px;
}

.tag button {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
}

.tag button:hover {
    color: #c9302c;
}

.actions_card {
    border: 1px solid #ccc;
    padding: 16px;
    max-width: 300px;
    margin: 20px auto;
}

.actions_card p {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.actions_card button {
    padding: 5px 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 10px;
}




.admin_section {
    padding-top: 4.5vh;
    padding-left: 5vw;
    padding-right: 5vw;
}

.actions_row {
    padding: 1%;
}

.actions_row_col1{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 2%;
}

.actions_row_col1 button {
    background-color: #fff;
    padding: 1% 3%;
    border: 1px solid #000;
    border-radius: 0.3rem;
}

.actions_row_col2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 2%;
}

.actions_row_col2 input {
    background-color: #fff;
    padding: 2% 3%;
    border: 1px solid #000;
    border-radius: 0.3rem;
    width: 80%;
}

.actions_row_col2 button {
    background-color: #fff;
    padding: 1.9% 3%;
    border: 1px solid #000;
    border-radius: 0.3rem;
}

.admin_edit_button{
    background-color: #fff !important;
    padding: 2% 6% !important;
    border: 1px solid #000 !important;
    border-radius: 0.3rem !important;
    margin: 2% !important;
}

.admin_delete_button{
    background-color: #fff !important;
    padding: 2% 6% !important;
    border: 1px solid #000 !important;
    border-radius: 0.3rem !important;
    margin: 2% !important;

}

.ql-align-center{
    text-align: center;
}

.ql-align-right{
    text-align: right;
}

.ql-align-justify{
    text-align: justify;
}


.ql-font-serif{
    font-family: "Source Serif 4", serif;
}

.ql-font-monospace{
    font-family: "Space Mono", monospace;
}

.ql-indent-1{
    padding-left: 5%;
}
.ql-indent-2{
    padding-left: 10%;
}
.ql-indent-3{
    padding-left: 15%;
}
.ql-indent-4{
    padding-left: 20%;
}
.ql-indent-5{
    padding-left: 25%;
}
.ql-indent-6{
    padding-left: 30%;
}
.ql-indent-7{
    padding-left: 35%;
    font-variant-numeric:lining-nums;
}

/* Default list item marker */
li[data-list="ordered"]::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    list-style-type: decimal; /* Shows numbers */
}

/* Bullet list marker as dots */
li[data-list="bullet"]::marker {
    content: '•'; /* Use bullet character */
    font-size: 1.2em; /* Adjust the size if necessary */
    color: black; /* Set bullet color */
}

/* Checked list marker as tick/check mark */
li[data-list="checked"]::marker {
    content: '✔'; /* Use check mark symbol */
    font-size: 0.8em;
    color: rgb(0, 0, 0); /* Set the color for check marks */
}

/* Unchecked list marker as an empty box */
li[data-list="unchecked"]::marker {
    content: '⬜'; /* Use empty box symbol */
    font-size: 0.8em;
    color: black; /* Set the color for empty boxes */
}

.ql-video{
    width: 100%;
    height: 80vh;
}

.recentpost_card{
    margin-bottom: 20px;
}

.advanced_editor_options{
    width: 100%;
    height: max-content;
    display: none;
}

* {
    /* border: 1px solid red; */
}
