.header{
  z-index:9!important;
}

.web-page .header{
  background-color:#d9e9ff!important;
}
.main {
  background-color:#d9e9ff!important;
}

.main .main-container{
  background-color:#d9e9ff!important;
}

.container, .container-fluid, 
.container-sm, .container-md, 
.container-lg, .container-xl {
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
}

.home-page.main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 230px;
    background: #342ebb;
    z-index: 0;
}


.thema-id-card {
  position: relative;
  display: inline-block;
  background: #ffffff;
  background-size: 100% !important;
  width: 300px;
  height: 480px;
  margin: auto;
  border-radius:20px;
}

.thema-id-card .header-card{
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.thema-id-card .logo-finger{
  float: right;
  top: -5px;
  background: #1c52bc;
  padding: 5px;
  border-radius: 5px;
  width: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.thema-id-card .avatar-idcard {
  display: table;
  margin-top:15px;
  position: relative;
}

.thema-id-card .avatar-idcard img {
  float: left;
  width:100px;
  height:100px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.thema-id-card .description {
  margin-top:30px;
  text-align: left;
}

.thema-id-card .description h3{
  font-size: 15px;
  text-transform: uppercase;
  color: #008FFF;
  line-height:0;
}

.thema-id-card .description p.bold {
  font-size: 16px !important;
  font-weight: 500;
}

.thema-id-card .description p {
  font-size: 13px;
  line-height: 17px;
}

.thema-id-card .description .label i{
  color: #008FFF;
  margin-right: 10px;
}

.thema-id-card .description .label p {
  font-size: 14px;
  line-height:25px;
  padding: 0px;
  margin: auto;
  color: #111111;
}

.thema-id-card .description ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  flex-direction: column;
  margin-top: 25px;
  text-align: left;
}

.thema-id-card .description ul li {
  display: inline-block;
  align-items: center;
  font-size: 13px;
}

.thema-id-card .description ul li span {
  width: 50px;
  margin-right: 10px;
  line-height: 22px;
}


.thema-id-card .qrcode {
  display: inline-block;
  border: solid 2px #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

.thema-id-card .qrcode img {
  height:100px;
  width: 100px;
}

.thema-id-card .footer-card{
    text-align: center;
    position: absolute;
    bottom:18px;
    left: 0;
    right: 0;
    font-size:12px;
    text-transform: uppercase;
}


.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;
}


.modal-ulangtahun .modal-content {
    background: rgba(0, 102, 255, 0.7); /* biru transparent */
    color: #ffffff; /* text putih */
    border: none;
    border-radius: 20px;
}

.modal-ulangtahun .modal-header {
    border-bottom:0px;
}

.modal-ulangtahun .modal-title,
.modal-ulangtahun .modal-body {
    color: #ffffff;
}

.modal-ulangtahun .close {
    color: #ffffff;
    opacity: 1;
}

@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;
  }
  
  
}