:root {
    --first-color: #111111;
    --second-color: #fff;
    --third-color: #d10000;
    --fourth-color: #750000;
    --linear-gradien1: linear-gradient(#fd0202,#a40000)!important;
}

body {
    background: var(--first-color);
    color: var(--second-color);
}

.konten {
    background-color: rgba(0, 0, 0, 0.85);
    max-width: 1300px;
    padding: 10px;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 1;
    border-radius: 8px ;
}

.time-post {
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    font-weight: 700;
}

.card-post {
    background: var(--linear-gradien1);
    color: var(--second-color);
}

.img-post {
    width: 30rem;
    max-width: 100%;
}

.page.active {
    color: var(--second-color) !important;
    background: var(--color-blue);
}

.btn-info {
    background: linear-gradient(to right top, #ff8d00, #c39900, #ffee5f, #ab8c00, #ffbc00) !important;
    box-shadow: inset 0px 0px 0px 1px rgb(255 247 0), inset 0px 2px 0px 0px rgb(255 225 0), inset 0px 0px 0px 2px rgb(255 249 0), 3px 3px 3px 1px rgb(0 0 0 / 20%) !important;
    border-color: #cc0202 !important;
    color: black;
}

.btn-info:hover {
    background-color: #950000;
}

.btn-info, .btn-warning {
    background: linear-gradient(to right top, #ff8d00, #c39900, #ffee5f, #ab8c00, #ffbc00) !important;
    box-shadow: inset 0px 0px 0px 1px rgb(255 247 0), inset 0px 2px 0px 0px rgb(255 225 0), inset 0px 0px 0px 2px rgb(255 249 0), 3px 3px 3px 1px rgb(0 0 0 / 20%) !important;
    border-color: var(--third-color) !important;
    color: var(--first-color);
}

.teks-berjaalan {
    border-bottom: 1px dashed var(--third-color);
    padding: 0.3rem;
    margin-bottom: 0.9rem;
}

.teks-berjaalan h1,
.teks-berjaalan h2,
.teks-berjaalan h3,
.teks-berjaalan h4,
.teks-berjaalan h5,
.teks-berjaalan h6,
.teks-berjaalan p,
.teks-berjaalan strong {
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.copyright {
    text-transform: uppercase;
    font-size: 0.7rem;
    text-align: center;
}

/* For Mobile Portrait View */

@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .title-home {
        font-size: 1rem;
    }
    .logo {
        width: 9rem;
        max-width: 100%;
    }
    .search-bar {
        width: 10rem;
        max-width: 100%;
    }
}
.btn-credit {
    background: var(--linear-gradien1 )!important;
    padding: .6rem;
    color: var(--second-color);
    margin: 1rem 0;
    border: none;
    font-weight: 700;
    border-right: 1px solid var(--first-color);
}