.tombol-petugas-pengaduan {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
    margin: 10px 0px;
}

.tombol-petugas-pengaduan a {
    color: #3c4043;
}

.tombol-petugas-pengaduan i {
    margin-right: 5px;
}

.tombol-petugas-pengaduan:hover {
    background: #F6F9FE;
    color: #174ea6;
}

.tombol-petugas-pengaduan:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.tombol-petugas-pengaduan:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.tombol-petugas-pengaduan:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.tombol-petugas-pengaduan:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.tombol-petugas-pengaduan:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.tombol-petugas-pengaduan:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.tombol-petugas-pengaduan:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

#pengaduan>div {
    text-align: center;
    color: #333;
    background: white;
    box-shadow: 0 4px 40px 0 rgba(148, 148, 148, 0.2), 0 6px 20px 0 rgba(196, 196, 196, 0.19);
    padding: 25px;
    border-radius: 5px;
}



#pengaduan img {
    width: 400px;
    height: 200px;
}

#pengaduan {
    grid-gap: 20px;
}

.kotak-pengaduan-1 {
    border: 1px solid black;
    padding: 20px;
}

.kotak-pengaduan-1 li:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
}

.kotak-pengaduan-1 li:nth-child(2) {
    font-size: 13px;
}

.kotak-pengaduan-1 li:nth-child(3) {
    font-size: 15px;
    font-weight: bold;
    color: purple;
}


.kotak-pengaduan-2 {
    grid-template-columns: 1fr 1fr;
}

.kotak-pengaduan-2>div i {
    margin-right: 10px;
}

.kotak-pengaduan-2>div {
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.kotak-pengaduan-2>div>span {
    font-size: 12px;
}

.kotak-pengaduan-2>div:nth-child(1) {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.kotak-pengaduan-2>div:nth-child(2) {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.laporan {
    margin-top: 30px;
    font-size: 13px;
}


.tombol-lihat-pengaduan {
    background-color: #FFFFFF;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 15px;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: 20px;
}

.tombol-lihat-pengaduan:hover {
    background-color: rgb(249, 250, 251);
}

.tombol-lihat-pengaduan:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.tombol-lihat-pengaduan:focus-visible {
    box-shadow: none;
}

@media (max-width: 740px) {
    #pengaduan {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 741px) {
    #pengaduan {
        grid-template-columns: 1fr 1fr 1fr;
    }
}