@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;600;700&display=swap');
:root {
--mdl:'League Spartan', sans-serif;
}
.fullSc{
  position: relative;
  cursor: pointer;
}
.ab_q{
    font-family: var(--mdl);
    color: #8B6572;
    font-size: 2rem;
    font-weight: 400;
}
.ab_a{
    font-family: var(--mdl);
    color: #A10035;
    font-size: 2rem;
}
.absen_modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    overflow: auto; /* Enable scroll if needed */
  }

  /* Modal Content */
  .absen_modal_content {
    background-image: url('../images/absen.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 95%;
    text-align: center;
  }



#html5-qrcode-select-camera{
    margin: 1rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#html5-qrcode-button-camera-start,#html5-qrcode-button-camera-stop,#html5-qrcode-button-camera-permission{
    background-color: var(--pink);
    border: 1px solid var(--pink);
    padding: .4rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--white);
    box-shadow: 0 0 4px 0 var(--blur-dark2) inset, 0 0 4px 2px var(--blur-dark2);
    font-weight: bold;
  }
#html5-qrcode-button-camera-start:hover,#html5-qrcode-button-camera-stop:hover,#html5-qrcode-button-camera-permission:hover{
      scale: 1.05;
      box-shadow: 0 0 4px 0 var(--bg-grey) inset, 0 0 4px 2px var(--bg-grey);
     }
#reader__scan_region video{
 width: 100% !important;
}

/* Start new QR */
.pinPop {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .pin-content {
    padding: 20px;
    width: 80%;
  }

