.bg-primary{
    background-color: #7F0E2C !important;
}

.text-primary{
    color: #7F0E2C !important;
}

.bg-primary-alt{
    background-color: #8EB9FE !important;
}

.text-primary-alt{
    color: #8EB9FE !important;
}

.btn-primary:hover{
    background-color: #8EB9FE !important;
    color: #7F0E2C !important;
    border-color: #8EB9FE;
}

textarea{
    min-height: 10rem !important;
}

.manage-item{
    cursor: pointer;
}

.z-index-10{
    z-index: 40 !important;
    position: relative;
}

.card-body .view{
    padding-bottom: 18rem;
}

.text-justify{
    text-align: justify!important;
}

.chapterPreviewBox{
    max-height: 300px;
    overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
    width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border: 1.5px solid #8EB9FE;
    border-radius: 2px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #7F0E2C;
    border: 2px solid #8EB9FE;
    border-radius: 2px;
}

.sidebar-text{
    font-weight: 550;
}