body{
  /*font-family: 'Roboto', sans-serif;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* light style */
  font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: .3px;
  color: #202124;
  text-shadow: none;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

.aceh-cms {
    max-width: 100%;
    margin: auto;
    width: 370px;
    min-height: 310px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 150px;
}

.pincode-input-text, .pincode-input-text.form-control {
  text-align: center;
  flex-grow: 1;
  margin: 5px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 6px !important;
  padding: 20px 10px;
}

.card-image {
  margin-top: 15px;
  text-align: center;
}

.card-image:before {
  position: absolute;
  content: '';
  background: hsla(205, 46%, 10%, 1);
  background: linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
  background: -moz-linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(205, 46%, 10%, 1) 0%, hsla(191, 28%, 23%, 1) 50%, hsla(207, 41%, 27%, 1) 100%);
  width: calc(100% - 100px);
  height: 150px;
  border-radius: 6px;
  left: 50px;
  text-align: center;
}

.card-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 14px;
  content: "";
  background: #0000006b;
  z-index: 2;
  margin-top: 35px;
  border-radius: 6px;
  width: calc(100% - 100px);
}

.home-video {
  width: calc(100% - 140px);
  position: relative;
  z-index: 1;
  border-radius: 6px;
  height: 150px;
  text-align: right;
}

.card-tutorial {
  position: relative;
  margin-top: 10px;
  font-weight: 600;
  font-size: 9pt;
}
.card-play-video {
  position: absolute;
  z-index: 4;
  background: #f30707;
  padding: 12px 12px 14px 15px;
  border-radius: 100%;
  top: 48%;
  left: 43%;
}
.play-video {
  width: 20px;
  z-index: 4;
  position: relative;
  opacity: 0.9;
  cursor: pointer;
}
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #f30707;
  opacity: 0;
  z-index: 3;
  animation: sonarWave 2s linear infinite;
}

.full-screen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}

.flex-container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.full-screen {
  color: white
}

.hidden {
  display: none;
}

.btn-close {
  top: 20px;
  right: 20px;
  position: absolute;
  background: transparent;
  border: none;
  font-size: 25pt;
  color: lightgrey;
}
@keyframes sonarWave {
  from {
      opacity: 1;
  }

  to {
      transform: scale(2);
      opacity: 0;
  }
}

.form-check * {
  box-sizing: border-box;
}
.form-check {
  text-align: left;
  margin-left: -10px;
  margin-bottom: 5px;
}

.verifikasi .modal-header {
  background: linear-gradient(109.6deg, #24914b 11.2%, #15823c 91.3%);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.verifikasi .modal-body p {
  font-size: 12pt;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  padding: 10px;
}

.verifikasi .modal-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: large;
  color: white;
}

button#confirmYes {
  font-size: 11pt;
  background: #24914b;
  border-color: #1b8541;
  border-radius: 4px;
  min-width: 110px;
  margin-right: 5px;
  letter-spacing: 0.5px;
}

button#confirmNo {
  font-size: 11pt;
  border-radius: 4px;
  min-width: 110px;
  margin-right: 5px;
  letter-spacing: 0.5px;
}

.verifikasi .modal-body p {
  font-size: 12pt;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 10px;
}

.form-check .form-check-label {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}
.form-check .form-check-label:not(:last-child) {
  margin-right: 6px;
}
.form-check .form-check-label:hover {
  background: rgba(0,119,255,0.06);
}
.form-check .form-check-label span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.form-check .form-check-label span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.form-check .form-check-label span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.form-check .form-check-label span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.form-check .form-check-label:hover span:first-child {
  border-color: #24914b;
}
.form-check .form-check-input {
  position: absolute;
  visibility: hidden;
}
.form-check .form-check-input:checked + .form-check-label span:first-child {
  background: #24914b;
  border-color: #24914b;
  animation: wave-4 0.4s ease;
}
.form-check .form-check-input:checked + .form-check-label span:first-child svg {
  stroke-dashoffset: 0;
}
.form-check .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .form-check .form-check-label {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}

.acehcms-test {
  margin-top: 3.5% !important;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 500px) {
  .aceh-cms {
    margin-top: 20px;
  }

  .acehcms-test {
      margin-top: 15% !important;
  }

  img.shape-right{
    top: -10% !important;
  }

  .footer {
    margin-bottom: 40px;
  }

  .card-informasi {
    margin-top: 50px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    text-align: justify;
  }
  .card-image {
    text-align: center;
    width: 100%;
  }

  .pincode-input-container.touch .touch-flex-cell {
      border: 1px solid #ced4da;
      margin: 5px;
      border-radius: 6px !important;
      padding: 20px 10px;
  }

  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    border: none !important;
    margin-left: 0px !important;
    padding: 20px 23px;
  }

}

.aceh-cms .container {
    max-width: 100%;
}

input.form-control {
    padding: 23px 22px;
    background: #fff;
    border: 2px solid #e0e0e0;
    box-shadow: none;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 15px;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control:focus {
    border: 2px solid #d7dada;
}

.aceh-cms-item {
    padding: 20px 16px;
    border-radius: 4px;
}

.img-login {
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    transform: rotate(0deg);
    margin: -32px 13px 15px -62px;
    background: #004775;
    border: 2px solid #1d6c9c;
    border-radius: 100%;
}

.img-login img{
    width:100%;
}

.header {
    background: #2d5531;
    color: #444444;
    padding: 10px 20px;
    border-bottom: 2px solid #10669e;
    font-size: 17px;
    border-radius: 3px;
    margin: -1px -1px 4px;
}

.btn-success {
    background-color: #3c3c3c;
    border: 1px solid #333;
    padding: 12px 20px;
    margin-bottom: 10px;
    /* float: right; */
    color: #fff;
    border-radius: 3px;
    outline: none;
    width: 100%;
}

h1.title {
    font-weight: 600;
    font-size: 17px;
    color: #333;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
    box-shadow: none;
    border-radius:3px;
}

.footer {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
    color: #a2a2a2;
    line-height: 1.4;
}

i.fa {
    width: 15px;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-size: 12px;
}

.alert {
    background: #c75a5a;
    color: #FFF;
    border-bottom: 1px solid #a25354;
    padding: 8px 15px;
    margin: -20px -16px 20px;
    border-radius: 2px 2px 0 0;
}

.alert i.fa {
    float: left;
    margin: 2px 6px 0;
}

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

.checkbox, .checkbox-alt {
    display: inline-block;
    height: 50px;
    margin: -17px 0.25em 0 -10px;
    width: 50px;
}
.checkbox label, .checkbox-alt label {
  display: block;
  height: 50px;
  position: relative;
  width: 50px;
  margin-top: -22px;
}
.checkbox label:after, .checkbox-alt label:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #cee0;
  border-top: 4px solid #cee0;
  content: '';
  display: block;
  height: 20px;
  left: 14px;
  position: absolute;
  top: 26px;
  width: 10px;
}
.checkbox label:hover:after, .checkbox-alt label:hover:after {
  border-color: #bdd;
}
.checkbox input, .checkbox-alt input {
  display: none;
}
.checkbox input:checked + label:after, .checkbox-alt input:checked + label:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: #6aa;
}
.checkbox.checkbox-alt label:hover:after, .checkbox-alt.checkbox-alt label:hover:after {
  -webkit-animation: check 0.8s ease infinite;
  -moz-animation: check 0.8s ease infinite;
  -o-animation: check 0.8s ease infinite;
  animation: check 0.8s ease infinite;
}
.checkbox.checkbox-alt input:checked + label:after, .checkbox-alt.checkbox-alt input:checked + label:after {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

.arc-box {
    float: left;
    border: 2px solid #ececec;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background: #f7f7f7;
}

p.text-captcha {
    float: left;
    color: #5b5e63;
    font-weight: 600;
    font-size: 12px;
    padding: 4px;
}

.notif {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    background: red;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
}

.icon {
    float: left;
}

.captcha {
    /* position: absolute; */
    background: #fff;
    border: 2px solid #d7dada;
    /* box-shadow: 1px 1px 13px #ccc; */
    padding: 0px 10px 10px;
    border-radius: 4px;
    display: none;
    height: 145px;
    margin: 5px -15px 12px;
}

.captcha p {
    font-size: 12px;
    margin: 0;
    color: #777;
}

input.txtcaptcha {
    font-size: 18px;
    padding: 8px 10px;
    border: 2px solid #d7dada;
    border-radius: 3px;
    /* margin: 3px -9px -9px; */
    background: #ffffff;
    height: 40px;
}

img#changecaptcha {
    right: 5px;
    top: 5px;
    cursor: pointer;
}

img#captcha {
    height: 70px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #1c6020;
    border: 1px solid #29562b;
    border-radius: 4px;
}

.ml-20 {
  margin-left: 20px;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

p.konten-cms {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}

.footer strong {
    font-size: 14px;
    color: #484848;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

.alert-danger {
    background-color: #ec3243;
    border-color: #ff2a40;
    color: #ffffff;
    margin: 0px -15px 13px;
    border-radius: 3px;
}