* {
    outline: initial !important;
}

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

#kamus {
    margin-top: 0px;
    margin-bottom: 30px;
}

#kamus .banner{
    background-color: #25b09b;
    background: url('/static/images/kamus-sales/illustration.png');
    background-size: cover;
}

#kamus .banner .container{
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

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

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

#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: #f0f0f0;
    color:#000;
    border-radius: 8px;
    margin-right: 4px;
    margin-bottom: 7px;
    border: none;
}
#alphabet-menu button.active, #alphabet-menu button:hover {
    background-color: #FFC100;
    color: #000;
    font-weight: bold;
}

#kamus .search-input-wrapper {
    margin: 20px 0px 20px 0px;
}
#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;
}
.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: 'Poppins';
    font-size: 14px;
}

#istilah ul.breadcrumbz {
    margin-left: -14px;
    padding: 9px 14px;
    list-style: none !important;
    /* text-align: right !important; */
    li {
        display: inline-block;
        font-weight: bold;
        a {
            color: #000;
            &.first{
                color: #999;
            }
        }
        &:first-child::after {
            content: " / ";
        }
    }
}
#istilah .konten {
    margin-left: 0px;
    padding-left: 24px;
    padding-bottom: 12px;
    border-left: solid 1px #FFC100;
}
#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: 'Lora-Medium';
    margin-top: 36px;
    margin-bottom: 24px;
}
#istilah h1 {
    margin-top: 20px;
}

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

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

#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: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #FFC100;
  --_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)}}