/* Header */
header {
    background: url(../../../images/common/pattern-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 120px 0 50px;
    text-align: center;
    position: relative;
}

.header-title {
    font-size: 36px;
    color: var(--white);
    text-transform: uppercase;
    margin: 15px 0;
}

.header-title::before {
    content: ' ';
    position: absolute;
    border-bottom: 4px solid var(--accent);
    width: 10%;
    text-align: center;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
/* End Header */

/* Search journal */
#searchJournal {
    padding: 20px 0;
    background-color: var(--primary);
}

.search-form {
    border-radius: 25px;
    border: 0;
    height: 40px;
    padding: 0 20px;
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    width: 100% !important;
    transition: all 300ms ease;
    font-weight: 300;
}

.search-form::placeholder {
    color: var(--white);
}

.search-gutter {
    margin-left: -6px;
    margin-right: -6px;
}

.search-gutter > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}
/* Search Journal End */

/* Detail Journal */
#detailJournal {
    padding: 32px 0;
}

.detail-card {
    background: var(--white);
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 15%);
}

.detail-card .card-body {
    padding: 48px;
}

.detail-profile {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 16px;
}

.detail-divider {
    border-color: #e7e7e7;
}
/* End Detail Journal */

/* Viewer PDF */

/* End Viewer PDF */
