#toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 60px;
    cursor: pointer;
    display: none;
    z-index: 999;
    background: url(../../../images/frontend/2/totopoff.png) center center no-repeat;
    border: none;

}

body {
    color: #333;
    font-family: 'Poppins', sans-serif;
    padding: 30px 0px;
    margin: 0px;
    font-size: 14px;
}


.pad7 {
    padding: 30px 0px;
}

.pad8 {
    padding: 60px 0px;
}

.pad9 {
    padding: 90px 0px;
}

.gap10 {
    grid-gap: 10px;
}

.gap20 {
    grid-gap: 20px;
}

.gap30 {
    grid-gap: 30px;
}

#logo {
    height: 100px;
}
#heading li:nth-child(1), #heading li:nth-child(2), #heading li:nth-child(5) {
    font-size: 30px;
}

#heading li:nth-child(3), #judul {
    font-size: 20px;
    font-weight: bold;
}
#heading li:nth-child(5) {
    font-weight: bold;
}

.tinggi-penuh {
    height: 100vh;
}

#keyword {
    padding: 15px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
}



#tombol {
  background-color: #0a6bff;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-family: "Space Grotesk",-apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  min-width: 120px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

#tombol:hover {
  background-color: #065dd8;
  transform: translateY(-2px);
}

@media (min-width: 741px) {
    .wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        margin-right: auto;
        margin-left: auto;
        max-width: 1170px;
    }

    #form-pencarian {
        grid-template-columns: 3fr 1fr;
    }
}