#content {
    /* width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    height: max-content; */
    background: #F5F8FC;
}

/* #content-wrapper {
    height: max-content;
} */


#main-panel {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    border-radius: 10px;
}

#header {
    text-align: center;
    background-color: white;
    padding: 10px 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
}

#editorjs {
    background-color: white;
    padding: 10px 20px;
    width: calc(100% - 40px);
    border-radius: 10px;
}

#notes-navbar {
    vertical-align: top;
    width: 250px;
    position: sticky;
    top: 10px;
    margin-left: 10px;
}

.notes-nav-item {
    font-size: 0.95rem;
    font-family: Rubik;
    margin: 20px 0px;
    border-left: 2px solid black;
    padding: 3px 0px;
    padding-left: 10px;
}

.edit-notes-button {
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 5px 15px;
    border: solid 1px rgb(0, 0, 0);
    cursor: pointer;
    width: max-content;
    border-radius: 3px;
    margin-bottom: 10px;
}

.edit-notes-button[isactive='true'] {
    cursor: default;
}

.edit-notes-button-icon {
    display: inline-block;
    vertical-align: middle;
}

.edit-notes-button-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#edit-notes-actions {
    width: 100%;
    text-align: center;
    margin-top: 1px;
    display: none;
    background-color: black;
    padding: 0px 10px;
    width: calc(100% - 20px);
    /* border-radius: 10px; */
    position: sticky;
    top: 82px;
    z-index: 10;
    text-align: right;
}

.edit-notes-action {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    /* width: calc(50% - 20px); */
    padding: 10px 20px;
    width: max-content;
    /* background-color: rgb(249, 249, 249); */
    /* border: solid 1px white; */
    color: white;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s;
}

.edit-notes-action:hover {
    color: rgb(0, 0, 0);
    background-color: white;
}

#header {
    text-align: left;
}

#header-title {
    /* margin-top: 20px; */
}

#header-user {
    padding: 0px 0px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    /* width: calc(100% - 20px); */
    /* border-bottom: solid 1.5pt rgb(220, 226, 234); */
    /* border-top: solid 1.5pt rgb(220, 226, 234); */
}

#header-user-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#header-user-icon #user-card-icon-wrapper {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: white;
}

#header-user-title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#header-description {
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 30px;
}

#header-date-created {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-left: solid 1.5px rgb(206, 206, 206);
    padding-left: 10px;
}

#notes-thumbnail {
    width: 100%;
    margin: 20px 0px;
    border-radius: 10px;
}

#edit-blog-button {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* margin-top: 10px; */
    /* margin-right: 10px; */
    /* background-color: black; */
    /* color: white; */
    /* background-color: rgb(0, 0, 0);
    color: white;
    padding: 5px 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer; */
}

#edit-blog-popup {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 10px;
    /* bottom: 0px; */
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    z-index: 501;
    top: 0px;
    margin-top: 20px;
    width: 500px;
    height: 300px;
    /* max-width: 570px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#edit-blog-form label {
    display: block;
    margin-top: 20px;
}

#edit-blog-form input {
    display: block;
    margin-top: 10px;
    width: calc(100% - 40px);
}

#edit-blog-buttons {
    margin-top: 30px;
    text-align: right;
}

#edit-blog-save {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    font-size: small;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: black;
    color: white;
}

#edit-blog-cancel {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
    font-size: small;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
}

#path {
    margin: 20px 5px;
    width: calc(100% - 10px);
    font-weight: bold;
}

.path-item {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: black;
    text-decoration: none;
}

.path-item-divider {
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}


#tutor-advert {
    width: calc(100% - 40px);
    padding: 20px;
    background-color: rgb(73, 0, 156);
    color: white;
    margin-top: 30px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

#tutor-advert-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tutor-advert-title {}

.tutor-advert-image-wrapper {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.tutor-advert-image {
    width: 100%;
}

.tutor-advert-content {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
}


@media screen and (min-width: 0px) {
    #content-wrapper {
        width: calc(100% - 20px);
        margin-left: 10px;
        overflow: hidden;
    }

    #notes-navbar {
        display: none;
    }

    #main-panel {
        width: 100%;
    }
}

@media screen and (min-width: 700px) {
    #main-panel {
        width: calc(100% - 100px);
        margin-left: 50px;
    }
}

@media screen and (min-width: 1024px) {
    #content-wrapper {
        width: 940px;
        margin-left: calc(50% - 450px);
    }

    #notes-navbar {
        display: inline-block;
    }

    #main-panel {
        width: 650px;
        margin-left: 0px;
    }
}