.content-scroll {
  overflow-y: scroll;
  position: relative;

  margin-top: 5px;
  border-radius: 15px;
  padding: 6px 16px 6px 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #F2F2F2;
  padding-bottom: 100px;

}
.kt-head {
  top: 20px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-family: times new roman;
}
.kt-text-detail {
  font-size: 0.8vw;
}
.w-header-content {
  display: none;
}
.text-error {
  font-size: 9pt;
}
.text-example {
  cursor: pointer;
  float: right;
  background-color: #2ab200;
  color: white !important;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 8pt;
}
#box_foto_upload {
  padding-top: 20px;
}
#box_foto_upload .box-img {
  text-align: center;
}
#box_foto_upload img {
  max-width: 90%;
}
#box_foto_upload .box-text {
  text-align: center;
  font-size: 14pt;
  font-family: times new roman;
}
.btn-prev button:hover {
  background-color: red;
  color: white;
  font-weight: bold;
}
.btn-next button:hover {
  background-color: #2ab200;
  color: white;
  font-weight: bold;
}


@media only screen and (max-width: 1766px) and (min-width: 1367px) {
  .content-scroll {
    overflow-y: auto;
    height: 500px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 901px) {
  .content-scroll {
    height: 40px;
    overflow-y: auto;
  }
  .w-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 720px) {
  .w-header-content {
    background-color: #002245;
    position: fixed;
    margin-left: 0;
    display: block;
    top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
  }
  .w-img-banner-phone {
    display: none;
  }
  .w-header-content .icon-wm {
    width: 50%;
  }
  .w-header-content .icon-wm img {
    width: 70%;
  }
  .w-header-content .icon-klik {
    width: 50%;
    text-align: right;
  }
  .w-header-content .icon-klik img {
    width: 70%;
  }
  .w-content {
    padding-top: 0;
    margin-top: 0px;
  }
  .kt-head {
    top: 65px;
    width: 100%;
    background-color: white;
  }
  .kt-text-detail {
    font-size: 2vw;
  }
  .w-row-banner {
    display: none;
  }
  .btn-next {
    width: 100%;
  }
  .btn-prev {
    width: 100%;
  }
  .box-btn {
    width: 100%;
  }

  .syarat{
  	padding-left: 10px;
  }

  .content-scroll {
  	border-radius: 0px;
  }
}
