.header{
  z-index: 9999!important;
}
.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;
  margin: auto;
}

.thema-id-card .logo{
  display: inline-block;
  margin-top:55px!important;
}

.thema-id-card .logo img{
  height:33px;
}

.thema-id-card h5{
  text-transform: uppercase;
  font-size: 15px;
}

.thema-id-card .avatar-idcard{
  display: inline-block;
  border:solid 2px #1770ff;
}

.thema-id-card .avatar-idcard img{
  width: 150px;
  height:180px;
  object-fit: cover;
}


.thema-id-card .qrcode{
  display: inline-block;
  border:solid 2px #1770ff;
  margin-top: 0px!important;
}

.thema-id-card .qrcode img{
  height:160px;
  width: 160px;
}

.thema-id-card .description{
  margin-top:10px;
}
.thema-id-card .description p{
  font-size: 15px;
  line-height:23px;
  padding: 0px;
  margin: auto;
  text-transform: uppercase;
}

.thema-id-card .description p.bold{
  font-size:16px!important;
  font-weight: 600;
}

.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;
}


.icon.icon-50 img{
  height: 32px;
}

.icon.icon-60 img{
  height:35px;
}

.dropdown-width-50{
  min-width:50px!important;
}


.input-daterange input:last-child {
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
}


/** custom Group Input */
.input-group .form-control {
  padding-right:40px;
}
.input-group-append {
    position: absolute;
    right: -20px;
    z-index: 9;
    top: 50%;
    transform: translate(-50%, -50%);
}
.form-group.float-label .input-group-append{
  right:0px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.input-group-text {
    text-align: center;
    background-color: transparent;
    border: 0;
    z-index: 9;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child){
  border-top-right-radius: 20px;
  border-bottom-right-radius:20px;
}

.input-group-custom.input-group-text{
  display: contents!important;
}

.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;
  }


  .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;
  }
  
  
}