
.small-box-header{
  background-color: rgba(0,0,0,.1);
  color: rgba(255,255,255,.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  margin: -8px -35px 0;
  margin-bottom: 8px;
}
.small-box-header:hover{
  background-color: rgba(0,0,0,.15);
  color: #fff;
}
.icon-custom{
  font-size: 70px;
  top: 20px;
  position: absolute;
  right: 25px;
  top: 15px;
}
.small-box-custom{
  border-radius: .45rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.small-box-custom h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
  white-space: nowrap;
}
.small-box-custom>.inner-custom{
  padding: 10px 35px 10px;
}
.small-box-custom .icon-custom{
  color: rgba(0,0,0,.25);
}
.lds-ring {
  display: inline-block;
  position: relative;
width: 80px;
height: 80px;
}
.lds-ring div {
box-sizing: border-box;
display: block;
position: absolute;
width: 64px;
height: 64px;
margin: 8px;
border: 8px solid #252525;
border-radius: 50%;
animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #252525 transparent transparent transparent;
text-align: center;
}
.lds-ring div:nth-child(1) {
animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.previewPDF{
  display: none;
}
.previewPDF::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

/* SIMSKI */

.no-ski {
  width: 5%;
}

.ket-ski {
  width: 35%;
}

.bobot-ski {
  width: 5%;
}

.nilai-ski {
  width: 50%;
}

.skor-ski {
  width: 5%;
}

.isi-ket-ski {
  height: 80px;
}


.sub-ket-ski {
  width: 40%;
}

.sub-bobot-ski {
  width: 5%;
}

.sub-nilai-ski {
  width: 50%;
}

.sub-skor-ski {
  width: 5%;
}


.custom-btn-penilaian {
  width: 55px;
}
.cursor-default {
  cursor: default;
}
.font-weight{
  font-weight:bold;
}
.normalHref{
  color: unset;
  background-color: unset;
  text-decoration: none;
}
.shining-effect{
  position: relative;
  filter: brightness(100%);
  transition: filter 0.3s ease-in-out;
}
.shining-effect:hover {
  filter: brightness(150%);
}
.plus {
  cursor: pointer;
  top: 0;
  right: 1px;
  height: 1em;
  width: 1em;
  margin-top: 8px;
  display: block;
  position: absolute;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

.min {
  cursor: pointer;
  top: 0;
  right: 1px;
  height: 1em;
  width: 1em;
  margin-top: 8px;
  display: block;
  position: absolute;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "-";
  background-color: #d33333;
}
.overflow-scroll{
  overflow: scroll;
}