

.header_section_list{
    display: flex;
    justify-content: end;
    margin: 8px 0;
    font-weight: 400;
}
.header_section_list a{
    border: 1px solid #923eb9;
    padding: 5px;
}

.add-more-writer{
    border: none;
    background: #923eb9;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    color: white;
    border-radius: 7px;
}

#cke_editor{
    margin-top: 8px;
}
.bookfile{
    display: flex;
    flex-direction: column;
}
.bookcoverimage{
    margin: 10px 0px;
}
label{
    font-weight: 600;
}
.count{
    justify-content: space-between;
}
.viewall{
    font-size: 12px;
}
.booksnotfound{
    font-weight: 500;
    color: red!important;
    font-size: 18px;
}
