.custom-table{
    text-align: center;
}
.contributor{
    float:left;
}
.head-control{
    float:right;
}
.thumbinner{
    width:200px;
}
.card-hover:hover{
    background:#f0f0f0;
}
.required::after {
    content:"*";
    position: relative;
    color:#d00;
    padding:0 .5em;
}
.tahukah-kamu a{
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .custom-table{
        margin-bottom:1.25em;
    }
    .contributor{
        float:none;
    }
    .head-control{
        float:none;
    }
    .thumbinner{
        width:100%;
    }
}

/* ------------------ */

/* GLOBAL */
html, body{
    font-family:"Roboto", sans-serif;
    font-size:14px;
    background:#f7f7f7;
}
a {
    text-decoration:none;
    color:#3366CC!important;
}
.adark{
    color:#3366CC;
}
a:hover {
    text-decoration:underline;
}
#wrapper, .wrapper{
    max-width:120rem;
    margin:0 auto;
}
.serif{
    font-family:serif;
}
.sticky{
    position:fixed;
    width:100%;
    z-index: 998;
}


.main-navbar{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}


/* PAGES */
.inner-sidebar{
    position:fixed;
    top:70px;
    overflow:hidden;
    width:0;
    opacity:0;
}
.inner-sidebar.show{
    display:block;
    width:250px;
    opacity:1;
}
.inner-sidebar-overlay{
    display:none;
}
.sidebar{
    background:#f3f3f3;
    padding-top:1em;
}
.inner-content{
    padding-top:60px;
    padding-left: 0;
    transition:.3s ease;
    -o-transition:.3s ease;
    -moz-transition:.3s ease;
    -ms-transition:.3s ease;
    -webkit-transition:.3s ease;
}
.inner-sidebar.show ~ .inner-content {
    padding-left:280px;
}

/* .inner-content h1, .inner-content h2, .inner-content h3, .inner-content h4{
    font-family:serif;
    border-bottom:1px solid #aaa;
} */

.h3-vector-body{
    font-size: 1.2em !important;
    font-family:sans-serif;
    font-weight: bold;
}

.inner-content h1, .inner-content h2{
    font-family:sans-serif;
    border-bottom:1px solid #aaa;
}

.inner-content h3, .inner-content h4{
    font-family:sans-serif;
}

.inner-content h1{
    font-size:30px;
}
.inner-content h2{
    font-size:25px;
}
.inner-content h3{
    font-size:22px;
}
.inner-content h4{
    font-size:19px;
}
ul.footer{
    list-style:none;
    margin:0;
    padding:0;
}
ul.footer li, ul.footer a{
    display:inline-block;
    margin-right:.5rem;
    font-size:100%;
}
.dropdown-item .iconify{
    color:#333;
    width:25px;
    height:25px;
    margin-right:.5rem;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
    background-color:transparent;
}
.btn-assign-citation, .btn-save-and-assign-citation{
    display:none!important;
}
.for-wysiwyg .btn-assign-citation, .for-wysiwyg .btn-save-and-assign-citation{
    display:inline-block!important;
}
a.clicker{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display:block;
}
.c-pointer{
    cursor:pointer;
}
.section::after {
    content:"";
    position:relative;
    display:block;
    clear:both;
}
.article-preview img{
    margin:1em;
    width:92%;
}

.article-preview-horizontal{
    position:relative;
}

.article-preview-horizontal .img-holder {
    position:absolute;
    width:70px;
    height:50px;
}

.article-preview-horizontal .img-holder img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.text-holder{
    padding-left: 80px;
}

@media (max-width:767px) {
    .main-navbar{
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .inner-content{
        padding-left:0!important;
    }
    .inner-sidebar{
        position:fixed;
        top:0;
        left:-300px;
        width:300px;
        height:100%;
        border-radius:0 15px 15px 0;
        -moz-border-radius:0 15px 15px 0;
        background:#f7f7f7;
        transition:.3s ease;
        -moz-transition:.3s ease;
        -o-transition:.3s ease;
        -webkit-transition:.3s ease;
        -ms-transition:.3s ease;
        z-index:1000;
    }
    .inner-sidebar.show{
        left:0;
    }
    .inner-sidebar.show ~ .inner-sidebar-overlay{
        display:block;
        position:fixed;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background:rgba(0,0,0,.25);
        z-index:999;
    }
    ul.footer{
        padding-left:1em;
        padding-right:1em;
        text-align:center;
    }

    .article-preview{
        border:none!important;
    }
    .article-preview img{
        margin-top:1em;
        margin-left:0;
    }

    .section img{
        width:100%;
    }
}


/* COMPONENTS */

    /* BUTTONS */
    .btn-menu, .btn-compact{
        padding:5px!important;
        line-height:1em;
    }
    .btn-compact svg{
        width:25px;
        height:30px;
    }
    .btn-compact.dropdown-toggle::after{
        display:none;
    }
    .btn-menu:before{
        content:"";
        position:relative;
        display:inline-block;
        background-repeat: no-repeat;
        background-position:center;
        background-image:url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E %3Ctitle%3E menu %3C/title%3E %3Cpath d=%22M1 3v2h18V3zm0 8h18V9H1zm0 6h18v-2H1z%22/%3E %3C/svg%3E');
        width:30px;
        height:30px;
    }
    .btn-handle-citation:hover{
        background:#333;
        color:#fff;
    }

    /* TOP SEARCH */
    .global-search-input{
        border:1px solid #999;
        border-radius:2px;
    }
    .global-search-input * {
        border:none!important;
        background:transparent;
        outline:none!important;
        box-shadow:none!important;
    }

    /* ACCORDION */
    .accordion{
        padding:1rem;
        position:relative;
        margin-bottom:1em;
    }
    .accordion-title{
        margin-bottom:.25rem;
        padding:.25rem .5rem;
        border-bottom:1px solid #ddd;
    }
    .accordion-title .accordion-closer{
        font-size:smaller;
        margin-left:.5em;
    }
    .accordion-content{
        padding:.25rem .5rem;
    }
    .accordion-content.menu ul{
        list-style:none;
    }
    .accordion-content.menu > ul{
        padding-left:0;
    }
    .accordion-content.menu a{
        line-height:1.8em;
    }
    .accordion-content.menu a.active{
        font-weight:bold;
    }

    /* IMAGE BOX */
    .image-box{
        border:1px solid #ddd;
        background:#f0f0f0;
        padding:5px;
        position:relative;
    }
    .image-container{
        position:relative;
    }
    .image-box img {
        width : 100%;
        border:1px solid #ddd;
    }
    .image-box .btn-captcha-refresh{
        position:absolute;
        bottom:5px;
        right: 5px;
        font-size: 14px;
        padding-left: 15px;
        background-image:url('../img/refresh.svg');
        background-position:left center;
        background-size: 12px 12px;
        background-repeat : no-repeat;
    }

    /* DESKTOP SEARCH COMPONENT */
    .search-container{
        width:40%;
        max-width:500px;
    }
    .search-component-holder, .global-search-input, .item-result{
        position:relative;
    }
    .search-component-holder .search-result{
        position:absolute;
        top:100%;
        width:100%;
        z-index:20;
    }
    .search-result{
        border:1px solid #ddd;
        box-shadow:0 4px 12px #ccc;
    }
    .search-result .item-result{
        background:#fff;
        padding:.5em 1em;
    }
    .search-result .item-result .thumb{
        position:absolute;
    }
    .search-result .item-result .thumb img{
        width: 40px;
        height: 40px;
        object-fit: cover;
    }
    .item-result .text-result{
        padding-left: 50px;
    }
    .item-result:hover{
        background:#eee;
        cursor:pointer;
    }

    /* MOBILE SEARCH COMPONENT */
    @media (max-width:991px) {
        .search-container{
            position:fixed;
            top:0;
            left:0;
            width:100%;
            max-width:100%;
            z-index:1010;
            background:#fff;
            display:none;
        }
        .search-container .global-search-input{
            height:59px;
        }
        .search-container.show{
            display:block;
        }
        .search-result{
            max-height:50vh;
            overflow-y:scroll;
        }
    }


    /* SECTION ROW */
    .section-row {
        display: flex;
        justify-content: stretch;
    }
    .section-col {
        width:100%;
        margin-right:15px;
    }
    .section-col:last-child{
        margin-right:0;
    }

    /* CUSTOM FORM COMPONENT */
    .select2-container .select2-selection--multiple{
        border: 1px solid #ced4da;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice,
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
    .bootstrap-tagsinput .tag{
        background:#3366CC;
        color:#fff;
    }
    .select2-container{
        width:100%!important;
    }
    .bootstrap-tagsinput {
        width:100%;
    }
    .bootstrap-tagsinput .tag{
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 4px;
    }

    .featured-image img{
        background:#ddd;
        cursor:pointer;
    }

    .section-mode-icon{
        font-size:15px;
        float:left;
        margin-left:1.5em;
    }
    .section-mode-icon .section-mode{
        display:inline-block;
        border-radius:5px;
        margin:0 .25em;
        padding:0 .25em;
        cursor:pointer;
    }
    .section-mode-icon .section-mode:hover{
        background:rgba(0,0,0,.25);
        color:#fff;
    }
    .section-mode-icon .section-mode.active{
        background:#3366CC!important;
        color:#fff;
    }
    .rotate-180{
        transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
    }
    .content-type-control .badge{
        opacity:.6;
        cursor:pointer;
    }
    .content-type-control .badge.active{
        opacity:1;
    }

    /* CHAR HOLDER */
    .char-holder{
        display:block;
        justify-content: stretch;
    }
    .btn-char{
        margin:1px;
        width: 42px;
        height: 42px;
        padding: 0;
        border-radius: 24px;
        line-height: 42px;
    }
    .btn-char.active, .btn-char:hover{
        color:#ffffff!important;
        background:#0d6efd!important;
    }

    @media (max-width:1400px) {
        .btn-char {
            width: 31px;
            height: 31px;
            line-height: 31px;
        }
    }

    @media (max-width:1200px) {
        .char-holder{
            display: block;
        }
        .btn-char {
            width: 48px;
            height: 48px;
            line-height: 48px;
        }
    }

    @media (max-width: 767px) {
        .char-holder {
            text-align: center;
        }
    }

    /* IMAGE UPLOAD MULTIPLE */
    .image-multiple-container{
        position:relative;
        width:100%;
    }
    .image-multiple-container .featured-image {
        width: 100px;
        height: 115px;
        float: left;
        margin: 5px;
    }
    .image-multiple-container .featured-image img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }
    .image-multiple-container::after{
        content : "";
        display:block;
        clear:both;
        position:relative;
    }
    .image-multiple-container .btn-add-image-multiple{
        position:relative;
        display:flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        width: 100px;
        height: 100px;
        margin: 5px;
        float: left;
        background:#f7f7f7;
    }

    /* TABLE TEMPLATE */
    .table-template{
        /* max-width: 300px; */
        max-width: 100%;
        text-align:center;
        padding:3px;
        background:#f7f7f7;
        border:1px solid #999;
        border-collapse: initial;
        font-size:12px;
    }
    .table-template th{
        background:#ccc;
        font-weight:bold;
        text-align:center;
        font-size:15px;
    }
    .table-template td{
        text-align:left;
        vertical-align: top;
    }
    .table-template td *{
        margin-bottom:0;
        margin-top:0;
    }
    .table-template td a{
        font-weight:bold;
    }
    .table-template td img {
        width: 100%;
    }
    .table-template td .caption{
        text-align:center;
        margin-bottom:.5rem;
    }
    .component-holder{
        max-width:300px;
    }
    .component-holder.two-one{
        margin-left:2rem;
    }
    .component-holder.one-two{
        margin-right:2rem;
    }
    .table-of-content{
        border:1px solid #999;
        max-width: 350px;
    }

    table.custom-table{
        width:100%;
        border:1px solid #999;
        margin-bottom:.5rem;
        font-size:12px;
        border-collapse: initial;
    }
    table.custom-table p{
        margin:0!important;
    }
    table.custom-table img{
        width:100%;
    }

    @media (max-width: 767px) {
        .table-template{
            max-width:100%;
        }
        .component-holder{
            max-width: 100%;
            float:none!important;
            margin-left: 0!important;
            margin-right: 0!important;
            margin-top:1rem;
            margin-bottom:1rem;
        }
    }

    .card-text.excerpt{
        height:70px;
    }

    .flash{
        animation-name: flash;
        animation-duration: 900ms;
        animation-iteration-count: 1;
        animation-timing-function: ease-in-out;
        -webkit-animation-name: flash;
        -webkit-animation-duration: 900ms;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
    }

    @-webkit-keyframes flash {
        0% {
            background-color: #ffff00;
            opacity:1;
        }
        22% {
            background-color: #ffcc00;
        }
        77% {
            background-color: #d00;
        }
        100% {
            background-color: yellow;
        }
    }

    @-ms-keyframes flash {
        0% {
            background-color: #ffff00;
            opacity:1;
        }
        22% {
            background-color: #ffcc00;
        }
        77% {
            background-color: #d00;
        }
        100% {
            background-color: yellow;
        }
    }

    @-moz-keyframes flash {
        0% {
            background-color: #ffff00;
            opacity:1;
        }
        22% {
            background-color: #ffcc00;
        }
        77% {
            background-color: #d00;
        }
        100% {
            background-color: yellow;
        }
    }

    @keyframes flash {
        0% {
            background-color: #ffff00;
            opacity:1;
        }
        22% {
            background-color: #ffcc00;
        }
        77% {
            background-color: #d00;
        }
        100% {
            background-color: yellow;
        }
    }

    /* HOVER LINK */
    .hover-link{
        position:relative;
    }

    .hover-link .popup{
        position:absolute;
        z-index:10;
        left: 30%;
        top: 5px;
        width: 300px;
        padding:1rem;
    }

    .hover-link .popup-inner{
        background:#fff;
        padding:20px;
        border-radius:5px;
        display:block;
        box-shadow:0 0 25px #999;
    }
    .hover-link .popup-inner::before {
        content:"";
        display:block;
        position:absolute;
        border:10px solid transparent;
        top:-5px;
        border-bottom-color:#fff;
    }
    .hover-link .popup-inner img{
        width:100%;
        border-radius:5px;
    }
    .hover-link .popup-inner .popup-text-holder{
        display:block;
        margin-top:.5em;
    }
    .hover-link .popup-inner .popup-text-holder .title-holder{
        font-weight: bold;
        font-size:16px;
        color:#333;
        display:block;
    }


/* Internal Suggestion Custom Plugin */
.internal-suggestion {
    position: relative;
    display: none;
    width: 100%;
}
.internal-suggestion.show {
    display: block;
}

.internal-suggestion-wrapper {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px #ccc;
    overflow-y: scroll;
    max-height: 300px;
    max-height: 50vh;
}
.suggestion-row {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}
.suggestion-row img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
    position: absolute;
}
.suggestion-row .text-holder {
    padding-left: 50px;
    min-height: 40px;
}
.suggestion-row:hover {
    background: #f7f7f7;
}


  /* lite youtube facade */
  lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    width: 100%;
  }

  /* gradient */
  lite-youtube::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    top: 0;
    /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
    background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);
    height: 99px;
    width: 100%;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: hsl(0deg 0% 93.33%);
    text-shadow: 0 0 2px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 25px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  lite-youtube:hover::before {
    color: white;
  }

  /* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
  */
  lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
  }
  lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

  /* play button */
  lite-youtube > .lty-playbtn {
    display: block;
    /* Make the button element cover the whole area for a large hover/click target… */
    width: 100%;
    height: 100%;
    /* …but visually it's still the same size */
    background: no-repeat center/68px 48px;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
    position: absolute;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: 0;
  }

  lite-youtube:hover > .lty-playbtn,
  lite-youtube .lty-playbtn:focus {
    filter: none;
  }

  /* Post-click styles */
  lite-youtube.lyt-activated {
    cursor: unset;
  }
  lite-youtube.lyt-activated::before,
  lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
  }

  .lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.video-placeholder {
    min-width: 300px;
    max-width: 450px;
}

@media (max-width: 1024px) {
    .video-placeholder {
        min-width: 200px;
        max-width: 300px;
    }
}

@media (max-width: 543px) {
    .video-placeholder {
        width: 100%;
        max-width: 100%;
    }
}

.bootstrap-tagsinput input {
    width: 100%!important;
}