@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body > header > div.relative.flex.flex-grow.basis-0.items-center > a > img {
    max-width: 300px;
}

/*sembunyikan hero*/
.relative.overflow-hidden.bg-slate-200.dark\:bg-slate-900._dark\:-mb-32._dark\:mt-\[-4\.75rem\]._dark\:pb-32._dark\:pt-\[4\.75rem\] {
    display: none;
}

/*atur warna header*/
header.bg-white {
    background-color: #173358;
}

#navigationUser > li > div > div:nth-child(1) > a {
    color: #fff;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0px;
    margin-bottom: 0px;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0px;
    line-height: normal;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

h2.title.pkp_screen_reader {
    display: none;
}

footer img {
    display: inline;
}

.copyright {
    display: none;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-bold {
    font-weight: 700;
}

.mt-0 {
    margin-top: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.w-150 {
    max-width: 150px;
}

.f-left {
    float: left;
}

.mr-1 {
    margin-right: 1rem;
}

.w-6 {
    width: 6rem;
}