@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

:root {
    --cello: #1f2f40;
    --catskill-white: #eef3f8;
    --bali-hai: #7898af;
    --mid-gray: #66666b;
    --dixie: #dda718;
    --gray-chateau: #a1a6ac;
    --casper: #e4ecf3;
    --akaroa: #cfc2a1;
    --havelock-blue: #4c9ce1;
    --iron: #c6cace;
    --main-color: #1a0dab;
}

html {
    font-family: "Source Sans 3", serif;
    font-size: 0.86rem !important;
    line-height: 1.425;
}

a {
    color: #1a0dab !important;
}

a:link {
    color: #1a0dab;
    text-decoration: none;
}

.active > .page-link,
.page-link.active {
    background-color: #1a0dab !important;
    border-color: #1a0dab !important;
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

.pengarang-link {
    padding: 12px;
}

.pengarang-link:hover {
    background-color: rgb(222, 222, 222);
    cursor: pointer;
    border-radius: 6px;
}

.text-main {
    color: var(--main-color) !important;
}

#load-more {
    padding: 10px 32px;
    background: #d9d9d9;
    color: #242424;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 120px;
}

/* canvas {
  max-width: 600px;
} */

.label {
    width: 150px;
    color: #555;
}
.value {
    flex: 1;
}
.citation-link {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.search-div {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.search-box {
    width: 100%;
    max-width: 600px;
}
.search-input {
    padding-left: 2.5rem;
    background-color: #f5f5f5;
    border: none;
    height: 55px;
}
.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}
