:focus {
  outline: 0;
}

::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar{
  width:8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
  background-color: #000000;
}


.loading {
  display: none;
  position: fixed;
  top:60px;
  right: 20px;
  z-index:999999;
}

.wallet-card .wallet-footer .webcame{
  display:inline-block;
  text-align: center;
  align-items: flex-start;
  justify-content: space-between;
  margin:auto;
}

.wallet-card .wallet-footer .webcame canvas {
    width:600px;
    height:auto;
    border-radius: 10px;
    overflow:hidden;
}


div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    float: right;
}


/* --------------------------------
    Pagination
-----------------------------------*/
div.dataTables_paginate ul.pagination{
  float: right;
}
div.dataTables_info {
    padding-top: 8px;
    padding-left: 10px;
    white-space: nowrap;
}

.pagination>li>a, .pagination>li>span {
  margin: 0 1px;
  color: #333;
  padding:5px 10px;
  line-height:33px;
  font-weight:500;
  font-size:14px;
  background-color: #FFFFFF;
  border:solid 1px #eee;
}

.pagination>li>a:hover{
    color: #ffffff;
    background:#ff396f;
    border-color:#ff396f;
}

.pagination>li:first-child>a, .pagination>li:first-child>span{
    margin-left: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius:20px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 20px;
    border-bottom-right-radius:20px;
}

.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background:#ff396f;
    border-color:#ff396f;
  
}
.avatar-section {
  position: relative;
}
.avatar-section 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: 99;
  margin-top: 10px;
  cursor:pointer;
}


/* -----  ID Card -----------*/
.id-card{
  position: relative;
  width:470px;
  height:300px;
  margin:auto;
  border-radius:0px;
  overflow: hidden;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 9%);
  margin:10px;
  display: inline-block;
}

.id-card .body-id-card{
  height:100%;
  width: 100%;
}

.id-card .body{
  padding:80px 30px;
}

.id-card .body-id-card .content-left{
  float: left;
  width: 90px;
  background: #eeeeee;
}

.id-card .body-id-card .photo-siswa{
  width:100px;
}

.id-card .body-id-card .photo-siswa img{
  width: 100px;
  height:110px;
  height: auto;
  object-fit: cover;
  border:solid 1px #111111;
}

.id-card .body-id-card .barcode{
  position: relative;
  display: inline-block;
  background:#ffffff;
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 9%);
  border:solid 1px #ffffff;
  overflow: hidden;
  text-align: center;
}

.id-card .body-id-card .barcode img{
  height:100px;
  width:100px;
  display: inline-block;
  object-fit: cover;
}


.id-card .body-id-card .content-right{
  float: left;
  margin-left:30px;
}



.id-card .body-id-card .deskripsi{
  margin:0px 0px 0px;
  text-align: left;
}

.id-card .body h4{
  font-size: 20px;
}
.id-card .body p{
  text-align:left;
  line-height:15px;
  color:#111111;
  margin :0px;
  line-height: 25px;
}

.id-card .body-id-card p span{
  width:66px;
  display: inline-block;
}

/* --------- WEBCAME -----------*/
.webcam-capture-body{
  display: inline-block;
  text-align: center;
  margin: auto;
}



.webcam-capture,
.webcam-capture video{
  display: inline-block;
  width:100%!important;
  height:350px!important;
  margin:auto;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}



/*-----------------------
 Upload Image
--------------------------*/

.upload-media{
    background: #ffffff;
    background-size: 100%!important;
    border:solid 1px #eeeeee;
    height:100px;
    width:100px;
    cursor:pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    position:relative;
    overflow: hidden;
}
 

.upload-media:hover{
    background: #fbfbfb;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
    box-shadow: 0px 0px 10px 1px rgba(217,217,217,1);
}

.upload-media input.upload-hidden{
    width:100%;height:100px;
    position:absolute!important;
    top:0!important;
    left:0!important;
    padding:0; 
    margin-top:0px; 
    margin-left:0px;
    opacity:0!important;
    cursor:pointer;
    display: block !important;
}

.upload-media i{
  font-size: 30px;
  color: #999999;
  line-height:96px;
}
    
.upload-media img {
    vertical-align:middle;
    width:100px;
    height:100px;
    background-size: 100%;
    object-fit: contain;
  }
.upload-media .images{opacity: 0}
.upload-media .images:hover{
    opacity:1
}

.upload-content{
    position: relative;
}

.upload-content .btn.btn-primary .upload-files{
    width:100%;height:100px;
    position:absolute!important;
    top:0!important;
    left:0!important;
    padding:0; 
    margin-top:0px; 
    margin-left:0px;
    opacity:0!important;
    cursor:pointer;
    display: block !important;
}



.select {
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border: 0px;
  font-size: 15px;
  font-weight: 500;
}



/** Modal FUll Screen */
.modal-fullscreen-xl {
  padding: 0 !important;
}
.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}




/* -------------- Custom Drag And Drop ------------*/
.file-upload {
  background-color:#ffffff;
  width:100%;
  margin: 0 auto;
  padding:10px;
  border-radius:8px;
  -moz-border-radius:8px;
  border:dotted 1px #eeeeee;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 1px dashed #cccccc;
  position: relative;
  border-radius: 5px;
}
.image-upload-wrap:hover{
  border-color: #333333;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  padding:30px 0;
  text-align: center;
}

.drag-text i{
  font-size:40px;
  color: #789bec;
  margin-bottom: 10px;
}

.drag-text h3 {
  font-size:16px;
  font-weight: 500;
  color: #333333;
  
}

.file-upload-image {
  max-width:300px;
  margin: auto;
  padding: 10px;
}

img.file-upload-image{
  padding:5px;
  margin-bottom:6px;
  border: dashed 1px #cccccc;
  border-radius: 10px;
}

.file-upload-image img{
  max-width:300px;
  height: auto;
}
.file-upload-content {
  display: none;
  text-align: center;
  
}


/* Webcame */
#reader__scan_region video{
  width: 700px!important;
}


.btn-floating{
  position:fixed;
  bottom:70px;
  right:10px;
  display:grid;
  transition: all 200ms;
}

.btn-floating .btn{
  margin-bottom:4px;
  border-radius:50%;
  width:40px;
  height:40px;
  padding: 0px;
  text-align: center;
}

.btn-floating.active{
  right:-50px;
}

@media only screen and (max-width:480px){
  .wallet-card .wallet-footer .webcame canvas {
    width: 100%;
    height:230px;
  }

  /* Webcame */
  #reader__scan_region video{
    width: 100%!important;
  }

  
  div.dataTables_filter label {
    float:left;
  }
  div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: 180px;
  }

  .wallet-card {
    padding:10px 15px;
    position: relative;
    z-index: 1;
  }

  .stat-box .value {
      font-size:15px;
  }

  .hidden-sm{
    display: none;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }

 header, footer, aside, nav, form, iframe, .menu, .hero, .adslot{
    display: none;
  }

}


@page:right{
  @bottom-right {
    content: counter(page);
  }
}

@page:left{
  @bottom-left {
    content: counter(page);
  }
}