.book-tag-span-remove {
    padding-left: 10px;
    cursor: pointer;
    font-size: 12px;
}

.tag-add-child {
    padding-left: 10px;
    cursor: pointer;
    color: gray;
    font-size: 16px;
    float: right;
}

.tag-add-root-child {
    cursor: pointer;
    color: gray;
    font-size: 16px;
}

.clickable {
    cursor: pointer;
}

.tag-chain {
    display: inline-block;
    color: lightgray;
    margin-left: 2px;
}

#book-cover {
    height: 150px;
    margin-bottom: 10px;
}

.col-title {
    font-size: 24px;
    font-weight: 500;
}

.col-subtitle {
    font-size: 16px;
    font-weight: 500;
}

.hint {
    color: black;
    font-size: 10px;
    margin-left: 4px;
    border: 0px solid grey;
    padding: 2px;
    background-color: peachpuff;
    border-radius: 2px;
}

#suggest-result p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.suggest-unknown {
    color: gray;
}

.tree-root-node {
    margin-top: 2px;
    padding: 10px;
    border: 1px solid lightgray;
}

.tree-node {
    padding-left: 20px;
}

.attribute {
    border: 0.5px solid lightgray;
    font-size: 12px;
}

.attribute label{
    margin-left: 4px;
    cursor: pointer;
}

.attribute input {
    cursor: pointer;
}

.attribute-title {
    font-weight: 500;
}

#book-link {
    text-decoration: none;
}

.stats {
    font-size: 12px;
}

#book-cover {
    cursor: pointer;
}

.series-count {
    color: gray;
    margin-left: 4px;
    font-size: 12px;
}

.series-exist {
    color: gray;
}

.series-not-exist {
    cursor: pointer;
    color: black;
}

.tag-group-name {
    cursor: pointer;
    font-size: 18px;
}

.tag-group-remove {
    cursor: pointer;
    margin-left: 8px;
}

.tag-in-group-remove {
    cursor: pointer;
    margin-left: 8px;
}

.col-subtitle-small {
    color: gray;
    font-size: 12px;
}

#tag-group-tags {
    margin-top: 10px;
}

.selected-tag-group-name {
    font-weight: bold;
}

.tag-group-hidden {
    opacity: 25%;
}

.checkbox-hidden {
    padding: 4px;
}

.edit-tag-container {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit-tag-form {
    z-index: 9999;
    padding: 50px;
    background-color: white;
    border: 1px solid black;
    position: fixed;
    margin:0 auto;
}