<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    outline: initial !important;
}

.bgabu {
    background-color: rgba(60, 0, 0, 0.04);
}


#kamus .banner{
    background-color: #25b09b;
    background: url('/static/images/kamus-hr/illustration.jpg');
    padding-top: 110px;
    padding-bottom: 70px;
}

#kamus .banner .container{
    /* min-height: 300px; */
    display: flex;
    align-items: center;
}


#kamus .banner .description {
    padding: 30px 30px 50px 30px;
    color: #FFF;
}
#kamus h1 {
    font-size: 36px !important;
    margin-top: 10px !important;
}


#kamus .menu-kamus {
    padding: 0;
    margin: 20px 0px;
}

#alphabet-menu {
    margin: 20px 0px 40px 0px;
}

#alphabet-menu button {
    display: inline-block;
    padding: 8px 14px;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin-right: 4px;
    margin-bottom: 7px;
    border: none;
}
#alphabet-menu button.active, #alphabet-menu button:hover {
    background-color: #CABB9C;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

#kamus .search-input-wrapper {
    margin: 20px 0px 20px 0px;
}

#kamus .bruce {
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding-top: 30px;
}

#search-input {
    border: solid 1px #ddd;
    padding: 13px 40px 13px 20px;
    border-radius: 10px;
    width: 313px;
}
#suryakanta {
    margin-left: -30px
}


#menu-list .istilah .card{
    margin-bottom: 21px;
    padding: 1em;
    border: solid 1px #eee;
    border-radius: 8px;
    color: black;
    min-height: 170px;
    font-family: latoregular;
}
.h2-letter {
    margin-top: 50px;
    font-weight: bold;
}
#menu-list .istilah .card:hover{
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}

#menu-list .istilah .card a{
    text-decoration: none;
    display: block;
    color: #000;
}
#menu-list .istilah .card a.link{
    font-weight: bold;
    margin-bottom: 14px;
}


#sidebarframe {
    height: 746px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
#istilah {
    margin: 90px 0px 20px 0px;
    font-family: latoregular;
    font-size: 16px;
}

#istilah .breadcrumb {
    margin-left: -24px;
    padding: 9px 14px;
}
#istilah .konten {
    margin-left: 0px;
    padding-left: 24px;
    padding-bottom: 12px;
    border-left: solid 2px rgba(35, 199, 198, 0.3);
}
#istilah img {
    max-width: 100%;
    height: auto;
    aspect-ratio: initial;
}

#istilah .frame {
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
}
#istilah .sticky {
    position: sticky;
    top: 90px;
}

#istilah h1, #kamus h1 {
    font-size: 36px;
    font-weight: bold;
    font-family: museo500;
    margin-top: 36px;
    margin-bottom: 24px;
}

#istilah h2 {
    font-size: 28px;
    font-family: museo500;
    margin-bottom: 32px;
    margin-bottom: 20px;
}

#istilah .interesting {
    font-size: 22px;
    font-family: museo500;
    margin-top: 36px;
    margin-bottom: 16px;
}

#istilah ul, #istilah ol{
    padding: 0 25px;
}
#istilah li{
    list-style-type: initial;
}
#istilah p{
    margin-bottom: 16px;
}

#istilah-related{
    min-height: 300px;
}

#istilah-related a{
    color: #000;
}

#istilah-related .item .card img{
    width: 100%;
}
#istilah-related .item .card{
    border: solid 1px #f0f0f0;
    border-radius: 8px;
    padding: 10px;
}
#istilah-related .item .card .title{
    display: block;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0;
}

/* HTML: &lt;div class="loader"&gt;&lt;/div&gt; */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}</pre></body></html>