#header {
    background: #001529;
}
#secondary-menu{
   padding: 20px 20px 10px;
}

#secondary-menu a{
    text-decoration: underline;
}

#secondary-menu a.active {
    font-weight: bold;
    text-decoration: none;
    position:relative;
}

#secondary-menu a.active:before{
    content: '\25B2';
    position: absolute;
    top: 4px;
    left: 3px;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

#page-content{
    padding: 8px 28px;
    background: white;
}

#sidebar {
    margin-top: 4px;
    margin-left: 6px;
}

.ant-menu li a.active {
    font-weight: 600;
    font-style: italic;
}

.advanced-search-form{
    padding: 24px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.search-result-list {
    margin : 5px 24px;
    padding: 24px;
    border: 1px dashed #e9e9e9;
    border-radius: 2px;
    background-color: #fafafa;
    min-height: 200px;
}

.content-wrap b{
    color:red;
    text-decoration: underline;
}

.default-form-item{
    max-width: 500px;
}

.content-cover{
    max-width: 275px;
}

#jitsiMeeting-0{
    height: 900px;
}

.book-edit .ant-list-item-meta-description p{
    color:#333;
}

blockquote {
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc;
}

.page-sidebar-trigger{
    width: 24px!important;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: right;
    border: 1px solid #ccc;
    border-radius: 12px;
    height: 24px;
    line-height: 24px;
    color: #bfa5a5;
}
.cover-image-with-upload,.cover-image-with-upload-vertical{
    text-align : center;
    position: relative;
}

.cover-image-with-upload .cover-image-container{
    max-width: 296px;
    height: auto;
    background: url("/images/placeholder-no-image.png");
    background-size: cover;
    overflow: hidden;
}

.cover-image-with-upload img {
    max-width: 296px;
}

.cover-image-with-upload .cover-image-upload{
    position: absolute;
    top: 140px;
    opacity: 0.7;
    left: 95px;
}

.cover-image-with-upload-vertical .cover-image-container{
    width: 180px;
    height: 250px;
    background: url("/images/placeholder-no-image-vertical.png");
    background-size: cover;
    overflow: hidden;
}

.cover-image-with-upload-vertical img {
    max-width: 180px;
}

.cover-image-with-upload-vertical .cover-image-upload{
    position: absolute;
    top: 200px;
    opacity: 0.7;
    left: 35px;
}

.filter-form .ant-input-number-input{
    max-width: 80px!important;
}

.ant-select-tree-title{
    display:inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}