@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("../images/logo/1_Logo_PCP_Express.png") no-repeat center center rgba(0, 0, 0, 0.25);
}

.paginate_button.current {
  pointer-events: auto;
  padding: 2px;
  margin: 2px;
  background-color: lightgrey !important;
  border: 1px solid black;
}

.paginate_button {
  pointer-events: auto;
  padding: 2px;
  margin: 2px;
  border: 1px solid lightgrey;
}

.shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.widget-one h6 {
  font-weight: bold;
}
.widget-one .idr_num {
  font-size: 4vh;
  font-weight: bold;
  color: #000;
}
.widget-one h4 {
  font-size: 5vh;
  font-weight: bold;
  color: #000;
}

.card-shadow-red {
  box-shadow: rgba(212, 3, 3, 0.897) 0px 0px 0px 3px;
  border-radius: 5px;
}
.card-shadow-red .top-cards {
  padding: 3px;
}
.card-shadow-red .top-cards label {
  font-size: 0.8em;
}

.loading-vec .spinner1,
.loading-vec .spinner2 {
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
  border-top: 4px solid red;
  animation: rotating-spinner 1s linear infinite;
}
.loading-vec .spinner2 {
  width: 20px;
  height: 20px;
  border: 1px solid #f3f3f3;
  border-top: 4px solid red;
}
@keyframes rotating-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.dotLoad {
  /* Animation */
  /* Keyframes */
}
.dotLoad .load-icon {
  width: 100%;
}
.dotLoad .load-icon span {
  display: inline-block;
  background: #222;
  width: 5px;
  height: 5px;
  border-radius: 100px;
}
.dotLoad .load-icon span:nth-of-type(1) {
  left: 0;
}
.dotLoad .load-icon span:nth-of-type(2) {
  left: 40%;
}
.dotLoad .load-icon span:nth-of-type(3) {
  right: 0;
}
.dotLoad .load-icon span {
  animation-name: loading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.dotLoad .load-icon span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.dotLoad .load-icon span:nth-of-type(3) {
  animation-delay: 0.4s;
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tb-load {
  display: none;
  width: 100%;
}
.tb-load.active {
  display: flex;
  justify-content: center;
  align-self: center;
}

/*
 *  STYLE 4
 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
}

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

.shadow-black {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.border-b-style {
  border-bottom: 3px solid #20aafa;
}

.border-l-style {
  border-left: 3px solid #20aafa;
}

.border-t-style {
  border-top: 3px solid #20aafa;
}

.border-r-style {
  border-right: 3px solid #20aafa;
}/*# sourceMappingURL=style.css.map */