@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/*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*/
.bg-maroon, header.bg-white {
    background-color: #2563eb;
}

#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;
}

.text-bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid {
    display: grid;
}

.justify-start {
    justify-content: flex-start;
}

.w-6 {
    width: 6rem;
}

.inline-block {
    display: inlin;
}

.w-150 {
    max-width: 150px;
}

.f-left {
    float: left;
}

.mr-1 {
    margin-right: 1rem;
}