.note-editable {
    height: 300px;
    background-color: white;
    color: black;
}

p {
    /*color: black;*/
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.nav-link img {
    float: left;
    width: 30px;
    margin-top: -3px;
    margin-right: 6px;
}

.quection-title {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

#generateText {
}

/* admin */
.title-wrapper{
    background: linear-gradient(45deg, #c7c7c7, transparent);
    padding: 10px;
}

.form-bg{
    background: #3f3f3f14;
    padding: 15px;
    margin-top: 23px;
}
