#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: "Open Sans", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  background: #dffdff;
}

h1 {
  text-transform: uppercase;
  margin: 0px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
}
h2 {
  background: white;
  padding: 20px;
  text-align: center;
  color: red;
}

.pad7 {
  padding: 30px 0px;
}

.pad8 {
  padding: 60px 0px;
}

.pad9 {
  padding: 90px 0px;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.head {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;

  background: url(../../../images/frontend/2/head.png) bottom center no-repeat;
  padding-bottom: 10px;
  margin-top: 20px;
}

/* ============  search =============== */
#pencarian-nomor {
  grid-template-columns: 2fr 2fr 1fr;
}

#pencarian-nomor input[type="text"],
#pencarian-nomor select {
  border-radius: 7px;
  border: none;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  background: white;
}

#pencarian-nomor input[type="submit"] {
  border-radius: 7px;
  background: #0792a1;
  border: none;
  color: yellow;
  font-weight: bold;
}

@media (max-width: 740px) {
  #pencarian-nomor input[type="text"],
  #pencarian-nomor select {
    padding: 5px;
    font-size: 10px;
  }

  #pencarian-nomor input[type="submit"] {
    font-size: 10px;
  }
  #pencarian-nomor {
    display: flex;
  }
}
@media (min-width: 741px) {
  #pencarian-nomor input[type="text"],
  #pencarian-nomor select {
    padding: 15px;
    font-size: 14px;
  }

  #pencarian-nomor input[type="submit"] {
    font-size: 14px;
  }
}

/* ============  operator_icon =============== */
#operator_icon {
  margin-top: 20px;
  gap: 10px;
}
#operator_icon a {
  display: grid;
  justify-content: center;
  align-content: center;
  background: white;
  border-radius: 5px;
  box-shadow: 5px 5px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
#operator_icon a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 740px) {
  #operator_icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  #operator_icon a {
    padding: 5px 10px;
  }
}
@media (min-width: 741px) {
  #operator_icon {
    display: flex;
  }

  #operator_icon a {
    padding: 0px 30px;
  }
}

/* ============  sidebar =============== */

.klik {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  text-decoration: underline;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;

  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;

  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.no-data {
  font-size: 16px;
  font-weight: bold;
  color: #de3713;
}

.rounded_1 {
  border-radius: 20px;
}

@media (max-width: 740px) {
  #atas {
    justify-content: space-between;
    align-items: center;
  }
  .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  #bagian-atas {
    grid-template-columns: 1fr 4fr;
  }
}

@media (min-width: 741px) {
  #atas {
    justify-content: center;
    align-items: center;
  }

  .wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  #bagian-atas {
    grid-template-columns: 1fr 1fr;
  }

  #operator_icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #operator_icon-container a {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
  }
}

.background_1 {
  background: #2fc7c3;
}

@media (max-width: 740px) {
  #menu-dan-pencarian {
    flex-direction: column;
  }
}

@media (min-width: 741px) {
  #menu-dan-pencarian {
    justify-content: space-between;
    align-items: center;
  }
}

footer {
  background-color: black;
  color: white;
  margin-top: 30px;
}

footer a {
  color: #686868;
}

footer a:hover {
  color: white;
}

#hotline-socialmedia {
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #ffc000;
}

#bawah,
#bawah a {
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

#bawah a:hover {
  color: #ffc000;
}

@media (max-width: 740px) {
  #hotline-socialmedia {
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }
}

@media (min-width: 741px) {
  #hotline-socialmedia {
    display: flex;
  }
}
