html{
    scroll-behavior: smooth;
}

.navbar {
    position: relative;
    z-index: 1;
    background-color: rgb(0, 60, 255);
    padding: 0 20px;
}

.logo img {
    height: 25px;
}

.parallax-container {
    height: 620px;
}

.welcome {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    text-shadow: 0px 0px 30px rgb(0, 0, 0);
    font-weight: 300;
}

.welcome span {
    font-weight: bold;
}

.btn-caribuku {
    font-size: 20px;
    background: linear-gradient(45deg, rgb(32, 95, 212), rgb(150, 65, 65));
    border-radius: 35px;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    transition: 1s;
}

.btn-caribuku:hover {
    background: linear-gradient(45deg, rgb(219, 164, 164), rgb(9, 75, 50));
}

.search-box {
    position: relative;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
}

input.form-input {
    border-radius: 50px !important;
    background: white !important;
    border-bottom: none;
    text-align: center;
    font-size: 22px !important;
    font-weight: 300;
    position: relative;
    z-index: 1;
    transition: .5s !important;
}

input.form-input:focus {
    border-bottom: none !important;
    box-shadow: 0 0 30px rgb(0, 0, 0) !important;
    transform: scale(1.05);
}

#data-tabel {
    margin-top: -50px;
}

.bg-login {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 90%;
    background: linear-gradient(to bottom, rgb(38, 86, 241), rgb(195, 208, 250));
}

.login-form {
    position: relative;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: rgb(221, 221, 221);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 45px;
}

.shaked {
    animation: shake 1s;
}

@keyframes shake {
    0% {
        transform: translate(-55%, -50%);
    }

    25% {
        transform: translate(-45%, -50%);
    }

    50% {
        transform: translate(-52%, -50%);
    }

    75% {
        transform: translate(-48%, -50%);
    }

    100% {
        transform: translate(-50%, -50%);
    }

}

.login-form label {
    font-size: 16px;
}

.input {
    display: block;
    outline: none;
    border: 1px solid rgba(50, 50, 50, .6);
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    color: rgb(58, 58, 58);
    margin-bottom: 15px;
    margin-top: 3px;

}

.input:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 10px rgb(0, 60, 255);

}

.btn-login {
    font-size: 18px;
}

.login-form .error {
    color: bisque;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    opacity: .5;
}

.modal-container,
.modal-container-edit {
    display: none;
    position: fixed;
    z-index: 3;
    max-height: 95%;
    overflow: auto;
    width: 950px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(226, 226, 226);
    box-shadow: 0 0 30px rgb(0, 0, 0);
    border-radius: 5px;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    padding: 15px 20px;
}

.modal-container .input-form:last-child,
.modal-container-edit .input-form:last-child {
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.input-form label {
    font-size: 16px;
}

.input-form input,
.input-form textarea,
.input-form select {
    display: block;
    outline: none;
    border: 1px solid rgba(50, 50, 50, .6);
    width: 100%;
    font-size: 16px;
    background: rgb(250, 250, 250);
    padding: 10px;
    border-radius: 5px;
    color: rgb(58, 58, 58);
    margin-bottom: 15px;
    margin-top: 3px;

}

.input-form textarea {
    height: 150px;
}

.input-form input:focus,
.input-form textarea:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 10px rgb(0, 60, 255);
}

.ket::before {
    clear: both;
}

.ket {
    display: block;
    color: bisque;
    font-size: 14px;
    padding: 5px;
    border-radius: 3px;
    opacity: .5;
    text-align: center;
}

select[name=table_length] {
    display: inline-block;
    width: max-content;
    height: 40px;
    border: none;
    background: transparent;
}

.judul-artikel {
    width: 100%;
    display: block;
    margin: 20px 0;
    font-size: 20px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 60, 255);
    outline: none;
    color: rgb(58, 58, 58);
}

.judul-artikel:focus {
    box-shadow: 0 0 10px rgb(0, 60, 255);
}

.simpan-artikel {
    margin: 20px 0;
}

#cke_1_contents {
    height: 500px !important;
}

/* input[type=text]:not(.browser-default){
    height: 18px;
    font-size: 16px;
    padding: 1px;
    border-radius: 4px;
    border: 1px solid rgba(0, 60, 255);
    outline:none;
    color:rgb(58, 58, 58);
}
select:not(.browser-default){
    display:inline-block;
}
.cke_dialog_ui_button{
    margin-top: 0 !important;
}
.cke_dialog_image_url .cke_dialog_ui_hbox_last, .cke_dialog_flash_url .cke_dialog_ui_hbox_last{
    vertical-align: middle !important;
    padding-top: 12px !important;
} */
.permalink {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 3px;
    border-radius: 4px;
    border-bottom: none;
    border: 1px solid rgba(0, 60, 255);
    outline: none;
    color: rgb(58, 58, 58);
    margin-bottom: 20px;
}

.badan-artikel p {
    text-align: justify;
}

.badan-artikel img,
.badan-artikel p img {
    max-width: 100% !important;
    height: auto !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.buat-berita {
    position: fixed;
    display: block;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    font-size: 16px;
}

.kotak-berita .card-image {
    height: 170px;

}

.kotak-berita .card-content {
    padding: 10px;
}

.kotak-berita .card-content a .card-title {
    height: 64px;
    overflow: hidden;
}

.judul-slider {
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.daftar-jurnal {
    margin-top: -55px;
}

.tambah-user {
    position: relative;
    bottom: -30px;
}

/* Mobile Version */
@media screen and (max-width: 640px) {
    .welcome h1 {
        font-size: 45px;
    }

    .slider,
    .slides {
        height: 300px !important;
    }

    .judul-slider {
        font-size: 30px;
    }
}

.filter-menu {
    margin-top: 25px;
    margin-bottom: -18px;
    width: 100%;
    text-align: center;
}

.filter-menu a {
    background: linear-gradient(to top, rgb(8, 43, 119), rgb(99, 125, 180));
    margin: 2px 3px;
    padding: 5px 20px;
    color: white;
}

.filter-menu a:hover {
    background: linear-gradient(to top, rgb(8, 43, 255), rgb(99, 125, 255));
}

.archive-content {
    width: 100%;
    font-size: 25px;
    background-color: rgb(235, 235, 235);
    margin: 3px 0;
    transition: .3s;
    border-radius: 5px;
}

.archive-content:hover {
    background-color: rgb(31, 158, 218);
    transform: scale(1.02);
}

.archive-content a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: rgb(0, 60, 255);
}

.archive-content a:hover {
    color: white;
    text-shadow: 0 0 5px black;
}

.archive-content-detail {
    width: 100%;
    margin: 3px 0;
    padding: 10px 5px;
    font-size: 20px;
    background-color: rgb(235, 235, 235);
    transition: .3s;
    border-radius: 3px;
}

.archive-content-detail:hover {
    background-color: rgb(31, 158, 218);
    transform: scale(1.02);
}

.archive-content-detail a {
    color: rgb(0, 60, 255);
}

.archive-content-detail:hover a {
    color: white;
    text-shadow: 0 0 5px black;
}

.archive-content-detail span {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
}

.jurnal-list {
    width: 100%;
    margin: 3px 4px;
    font-size: 16px;
    background-color: rgb(233, 233, 233);
    transition: .3s;
    padding: 0 5px;
    border-radius: 3px;
}

.jurnal-list:hover {
    background-color: rgb(31, 158, 218);
    transform: scale(1.02);
    color: white;
}

.jurnal-list a {
    color: rgb(0, 60, 255);
}

.jurnal-list:hover a {
    color: white;
    text-shadow: 0 0 5px black;
}

.jurnal-header {
    background: linear-gradient(to bottom, rgb(43, 42, 146), rgb(30, 94, 124), rgb(17, 138, 71));
    color: azure;
}

.cke_dialog_ui_input_text,
.cke_dialog_ui_input_select {
    height: 28px !important;
    border-bottom: none;
    outline: none;
    border-radius: 2px;
    border: 1px solid rgb(70, 71, 71) !important;
}

.cke_dialog_ui_input_text:focus {
    height: 28px !important;
    border-bottom: none;
    outline: none;
    border: 1px solid rgb(55, 100, 100) !important;
    box-shadow: 0 0 10px rgb(59, 130, 223);
}

.cke_dialog_ui_input_select {
    display: block;
}

.jurnal-modal {
    width: 100%;
    max-width: 840px;
}

.page-footer {
    background: linear-gradient(to bottom, rgb(22, 12, 58), rgb(0, 60, 255));
}

.footer-copyright {
    background-color: rgb(0, 60, 255) !important;
}

.page-footer ul.browser-default {
    list-style-type: circle !important;
    padding-left: 20px !important;
}

.page-footer ul li ul.browser-default {
    list-style-type: square !important;
    padding-left: 20px !important;
}

.page-footer h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 45px;
}

.page-footer li {
    transition: .3s;
}

.page-footer li:hover {
    text-shadow: 0 0 10px black;
    transform: scale(1.04);
}

pre {
    white-space: pre-line;
    /* css-3 */
    white-space: -moz-pre-line;
    /* Mozilla, since 1999 */
    white-space: -pre-line;
    /* Opera 4-6 */
    white-space: -o-pre-line;
    /* Opera 7 */
    font-family: arial;
}

.foot-brand {
    display: block;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 0 10px black;
    transition: .5s;
}

.logo-foot {
    width: 150px;
}

.alamat {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    transition: .5s;
}

.alamat::after {
    clear: both;
}

.alamat i {
    font-size: 45px;
    float: left;
    margin-right: 5px;
}

.kontak {
    display: block;
    font-size: 18px;
    transition: .5s;
}

.foot-brand:hover,
.kontak:hover,
.alamat:hover {
    transform: scale(1.03);
}

.kontak:hover i {
    animation: putar .2s linear infinite;
}

@keyframes putar {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(30deg);
    }

    100% {
        transform: rotate(-20deg);
    }
}

.load-data {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    color: gray;
}

.load-data::before,
.load-data::after {
    content: '';
    animation: loadData 1s linear infinite alternate-reverse;
}

@keyframes loadData {
    0% {
        content: '';
    }

    33.33% {
        content: '.';
    }

    66.66% {
        content: '..';
    }

    100% {
        content: '...';
    }
}

a.download-buku {
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: deepskyblue;
    padding: 10px;
}

.buku-terkait li {
    padding: 5px 10px;
    background-color: rgb(58, 109, 129);
    border-radius: 3px;
    margin: 5px 0;
    transition: .3s;
}

.buku-terkait li:hover {
    transform: scale(1.03);
    opacity: .8;
}

.buku-terkait li a {
    display: block;
    color: rgb(230, 230, 230);
}

.jurnal-home {
    cursor: pointer;
    border-bottom: 1px dashed grey;
}

table .judul a{
    color:#000;
    font-weight:600;
}

table.tabel-deskripsi{
    font-size:16px;
    font-weight:600;
    vertical-align:top;
}

table.tabel-deskripsi td{
    vertical-align:text-top;
}

table.tabel-deskripsi td pre{
    font-size:16px;
    font-weight:600;
    text-indent:-11px;
    margin-left:11px;
}

.btn-aksi {
    padding: 3px 8px;
    display: inline-block;
    margin: 2px;
    border-radius: 5px;
}

.teks-bagikan {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600;
}

a.facebook-btn {
    background-color: #516eab;
    font-weight: 600;
    margin:3px;
}

a.twitter-btn {
    background-color: #29c5f6;
    font-weight:600;
    margin:3px;
}

a.telegram-btn {
    background-color: #179cde;
    font-weight:600;
    margin:3px;
}

a.whatsapp-btn {
    background-color: #7bbf6a;
    font-weight:600;
    margin:3px;
}

.copyLink-btn {
    background-color: #777;
    font-weight:600;
    margin:3px;
}

body p{
    font-size:16px;
}

h1.judul-buku {
    font-size: 38px;
}

div#table_wrapper {
    overflow-x: auto;
}

@media (max-width: 767px){

    .container{
        width:100%;
    }
    .card-panel{
        padding:14px;
    }
    h1.judul-buku{
        font-size:32px;
    }
    
}


