
.thema-id-card{
  position: relative;
  display: inline-block;
  background: #ffffff;
  background-size:100%!important;
  width :300px;
  height:480px;
  border-radius:10px;
  border:solid 1px #cccccc;
  padding: 20px;
}

.thema-id-card .logo{
  display: inline-block;
  margin-top:30px;
}

.thema-id-card .logo img{
  height:30px;
}

.thema-id-card .qrcode{
  display: inline-block;
  border:solid 4px #1770ff;
  margin-top:30px;
}

.thema-id-card .qrcode img{
  height:150px;
  width: 150px;
}

.thema-id-card .description{
  margin-top:10px;
}
.thema-id-card .description p{
  font-size: 14px;
  line-height:25px;
  padding: 0px;
  margin: auto;
}

.thema-id-card .description p.bold{
  font-size:16px!important;
  font-weight: 600;
}

.thema-id-card .avatar{
  position:absolute;
  bottom:30px;
  right:15px;
}
.thema-id-card .avatar img{
  height:80px;
  width: 80px;
  border:solid 2px #1770ff;
}

.thema-id-card .position{
  position:absolute;
  bottom:80px;
  left:20px;
}

.avatar .button {
  background: #6236FF;
  position: absolute;
  bottom:0px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor:pointer;
}

.avatar .button input[type="file"] {
  display: inline-block;
  opacity: 0;
  position: absolute;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 67px;
  width: 85%;
  z-index: 999;
  margin-top: 10px;
  cursor:pointer;
}


.select-transparent{
  background: transparent;
  border: 0px;
  padding: 0px;
}

@media only screen and (max-width:690px){
  .wallet-card .wallet-footer .webcame canvas {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width:680px){
  .introduction .slider{
    height:150px!important;
  }

  .introduction .slider img{
    height: 130px!important;
  }
  
  .wallet-card .wallet-footer .webcame canvas {
    width: 100%;
    height:450px;
  }

  /** Kamera Selfie */
  .custom-header {
    position: absolute;
    top: -5px;
    width: 100%;
    background: rgba(17, 17, 17, 0.28);
    z-index: 9;
    padding: 5px 15px 5px 5px;
    color: #ffffff!important;
    border-radius: 5px;
    color:#ffffff!important;
    font-size: 11px;
  }

  .custom-header .text-success{
    color:#ffffff!important;
  }

  .header-top {
    background: rgb(17 17 17 / 34%)!important;
  }

  /** Webcame */
  .webcam-app {
    margin: auto;
    width:100%;
    height:auto;

  }

  .webcam-app video{
    width: 100%;
    height: auto;
  }


  .webcam-app canvas {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border-radius:10px;
  }

  canvas {
    width: 100%;
    height: auto;
    top:21%;
  }

  .webcam-app .cameraControls {
    position: relative;
    margin-top: -20px;
    opacity: 1;
  }

  .webcam-app .cameraControls a {
    display: inline-block;
    margin: 5px;
    background: #3629b7;
    color: #FFFFFF;
    height: 55px;
    width: 55px;
    font-size: 30px;
  }

  .webcam-app .cameraControls a.cameraFlip {
    bottom: 50px;
    right: 10px;
    height: 35px;
    width: 35px;
    font-size: 30px;
    line-height: 35px;
  }

  .cameraControls {
    bottom: 30px;
  }
  .cameraFlip {
    bottom: 60px;
  }

  .blog-title{
    height: 90px;
  }

  .thema-id-card{
    width :260px;
    height:410px;
  }
  .thema-id-card .qrcode img {
    height: 120px;
    width: 120px;
  }

  .thema-id-card .position {
    position: absolute;
    bottom:60px;
  }

  .thema-id-card .avatar img {
    height:60px;
    width:60px;
  }
  
  
}