.link-wrapper {
  position: relative;
  display: block;
  padding: 20px 0;
}

.inner-wrapper {
  position: relative;
  display: inline-block;
}

/* hover styles */
.hover-1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(110deg, #d42020, #d42020, #6cb8ea, #0d6efd);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.hover-1:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.hover-2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  background: #20C2F7;
  transition: transform 0.3s;
}

.hover-2:hover:after {
  transform: scaleX(1);
}

.hover-3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #37D631;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}

.hover-3:hover:after {
  transform: scaleX(1);
}

.hover-4:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #ffcc00;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.hover-4:hover:after {
  transform: scaleX(1);
}

.hover-5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  transform: scaleY(0);
  background-color: #E2061B;
  transition: transform 0.3s;
}

.hover-5:hover:after {
  transform: scaleY(1);
}

.hover-6:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 5px;
  background-color: #20C2F7;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}

.hover-6:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 5px;
  background-color: #20C2F7;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.hover-6:hover:before {
  transform: scaleX(1);
}

.hover-6:hover:after {
  transform: scaleX(1);
}

.hover-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #37D631;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.hover-7:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #37D631;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.hover-7:hover:before {
  transform: scaleX(1);
}

.hover-7:hover:after {
  transform: scaleX(1);
}

.hover-8:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffcc00;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.hover-8:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffcc00;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.hover-8:hover:before,
.hover-8:hover:after {
  transform: scaleX(1);
}

.hover-9:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s;
}

.hover-9:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s;
}

.hover-9:hover:before,
.hover-9:hover:after {
  transform: scaleX(1);
}

.hover-10:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #20C2F7;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.hover-10:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #20C2F7;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.hover-10:hover:before,
.hover-10:hover:after {
  transform: scaleX(1);
}

.hover-11:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  transform: scaleY(0);
  background-color: #37D631;
  transition: transform 0.3s;
}

.hover-11:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  transform: scaleY(0);
  background-color: #37D631;
  transition: transform 0.2s;
}

.hover-11:hover:before,
.hover-11:hover:after {
  transform: scaleY(1);
}

.hover-12:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background: linear-gradient(110deg, #d42020, #0b1ae9, #6cb8ea, #0d6efd);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.hover-12:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  right: 0;
  background: linear-gradient(110deg, #0d6efd, #6cb8ea, #d42020, #d42020);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.hover-12:hover:before {
  transform-origin: top right;
  transform: scaleX(1);
}

.hover-12:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.wrapper-13:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.wrapper-13:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s;
}

.wrapper-13 .hover-13:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 50%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}

.wrapper-13 .hover-13:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.wrapper-13 .hover-13:hover:before,
.wrapper-13 .hover-13:hover:after {
  transform: scaleX(1);
}

.wrapper-13:hover:before,
.wrapper-13:hover:after {
  transform: scaleX(1);
}

.wrapper-14:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #20C2F7;
  transform: scaleY(0);
  transition: transform 0.3s;
}

.wrapper-14:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #20C2F7;
  transform: scaleY(0);
  transition: transform 0.3s;
}

.wrapper-14 .hover-14 {
  padding: 10px;
}

.wrapper-14 .hover-14:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #20C2F7;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.wrapper-14 .hover-14:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #20C2F7;
  transform: scaleX(0);
  transition: transform 0.3s;
}

.wrapper-14:hover:before,
.wrapper-14:hover:after {
  transform: scaleY(1);
}

.wrapper-14:hover .hover-14:before,
.wrapper-14:hover .hover-14:after {
  transform: scaleX(1);
}

.wrapper-15:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #37D631;
  transform: scaleY(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.wrapper-15:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #37D631;
  transform: scaleY(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.wrapper-15 .hover-15 {
  padding: 10px;
}

.wrapper-15 .hover-15:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #37D631;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.wrapper-15 .hover-15:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #37D631;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.wrapper-15:hover:before,
.wrapper-15:hover:after {
  transform: scaleY(1);
}

.wrapper-15:hover .hover-15:before,
.wrapper-15:hover .hover-15:after {
  transform: scaleX(1);
}

.wrapper-16:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #ffcc00;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.3s;
}

.wrapper-16:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ffcc00;
  transform: scaleY(0);
  transform-origin: top right;
  transition: transform 0.3s;
}

.wrapper-16 .hover-16 {
  padding: 10px;
}

.wrapper-16 .hover-16:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffcc00;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s;
}

.wrapper-16 .hover-16:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #ffcc00;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}

.wrapper-16:hover:before,
.wrapper-16:hover:after {
  transform: scaleY(1);
}

.wrapper-16:hover .hover-16:before,
.wrapper-16:hover .hover-16:after {
  transform: scaleX(1);
}

.wrapper-17:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #E2061B;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.2s;
}

.wrapper-17:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #E2061B;
  transform: scaleY(0);
  transform-origin: top right;
  transition: transform 0.2s 0.2s;
}

.wrapper-17 .hover-17 {
  padding: 10px;
}

.wrapper-17 .hover-17:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.2s 0.3s;
}

.wrapper-17 .hover-17:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #E2061B;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.2s 0.1s;
}

.wrapper-17:hover:before {
  transform: scaleY(1);
  transition: transform 0.2s 0.3s;
}

.wrapper-17:hover:after {
  transform: scaleY(1);
  transition: transform 0.2s 0.1s;
}

.wrapper-17:hover .hover-17:before {
  transform: scaleX(1);
  transition: transform 0.2s;
}

.wrapper-17:hover .hover-17:after {
  transform: scaleX(1);
  transition: transform 0.2s 0.2s;
}


.btn1 {
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  background: pink;
  font-size: inherit;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s;
}

.btn1:after,
.btn1:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #252525;
  transition: all 0.2s;
}

.btn1:after {
  top: -1px;
  left: -1px;
  border-top: 5px solid black;
  border-left: 5px solid black;
}

.btn1:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid black;
  border-right: 5px solid black;
}

.btn1:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn1:hover:before,
.btn1:hover:after {
  width: 100%;
  height: 100%;
}

.hero-image {
  background-image: url("/bengkelbaru/libs/css/images/checkgreen.svg");
  background-color: #cccccc;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  border: 3px solid red;
  border-radius: .5rem;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

div.dt-buttons .btn {
  line-height: 1.5;
  /* samakan tinggi tombol */
}

div.dataTables_filter input {
  line-height: 1.5;
  /* samakan tinggi input */
  height: calc(1.5em + .75rem + 2px);
  /* opsional: sesuaikan tinggi input */
}

/* Glassmorphism card effect */
.glass01 {
  backdrop-filter: blur(10px) saturate(173%);
  -webkit-backdrop-filter: blur(10px) saturate(173%);
  background-color: rgba(17, 25, 40, 0);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.3),
    inset -2px -2px 2px 1px rgba(104, 78, 78, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
}

.gl {
  backdrop-filter: url(#filter);
  -webkit-backdrop-filter: blur(5px);
}

.bg-gradient-all {
  background-color: #000000;
  background-image: linear-gradient(to right, #2450e0, #26D7F2, #2450e0);
  background-size: cover;
}

.bg-login {
  background-color: #000000;
  background-image: url('../background-wp.png');
  background-size: cover;
}

.glass02 {
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /*border-radius: 20px;*/
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1),
    inset 0 0 30px 15px rgba(255, 255, 255, 1.5);
  position: relative;
  overflow: hidden;
}

.glass02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.8),
      transparent);
}

.glass02::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.8),
      transparent,
      rgba(255, 255, 255, 0.3));
}


.liquid-glass {
  backdrop-filter: blur(10px) saturate(173%);
  -webkit-backdrop-filter: blur(10px) saturate(173%);
  background-color: rgba(17, 25, 40, 0);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.3),
    inset -2px -2px 2px 1px rgba(104, 78, 78, 0.3), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.5);
}

/* Apply the custom SVG filter via pseudo-element to isolate background warp */
.liquid-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;

  /* Reference the SVG filter ID here */
  filter: url(#liquid-glass);

  /* Backup native blur if SVG is not fully supported */
  backdrop-filter: blur(10px);
}


/* From Uiverse.io by Li-Deheng */
.loader01 {
  display: flex;
  justify-content: center;
  align-items: center;
  --color: hsl(0, 0%, 87%);
  --animation: 2s ease-in-out infinite;
}

.loader01 .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 2px var(--color);
  border-radius: 50%;
  margin: 0 10px;
  background-color: transparent;
  animation: circle-keys var(--animation);
}

.loader01 .circle .dot {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  animation: dot-keys var(--animation);
}

.loader01 .circle .outline {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: outline-keys var(--animation);
}

.circle:nth-child(1) {
  --color: #4285f4;
  /* Blue */
  border-color: var(--color);
}

.circle:nth-child(1) .dot {
  background-color: var(--color);
}

.circle:nth-child(2) {
  --color: #ea4335;
  /* Red */
  border-color: var(--color);
  animation-delay: 0.3s;
}

.circle:nth-child(2) .dot {
  background-color: var(--color);
  animation-delay: 0.3s;
}

.circle:nth-child(3) {
  --color: #fbbc05;
  /* Yellow */
  border-color: var(--color);
  animation-delay: 0.6s;
}

.circle:nth-child(3) .dot {
  background-color: var(--color);
  animation-delay: 0.6s;
}

.circle:nth-child(4) {
  --color: #34a853;
  /* Green */
  border-color: var(--color);
  animation-delay: 0.9s;
}

.circle:nth-child(4) .dot {
  background-color: var(--color);
  animation-delay: 0.9s;
}

.circle:nth-child(5) {
  --color: #4285f4;
  /* Blue (repeat for continuity) */
  border-color: var(--color);
  animation-delay: 1.2s;
}

.circle:nth-child(5) .dot {
  background-color: var(--color);
  animation-delay: 1.2s;
}

.circle:nth-child(1) .outline {
  animation-delay: 0.9s;
}

.circle:nth-child(2) .outline {
  animation-delay: 1.2s;
}

.circle:nth-child(3) .outline {
  animation-delay: 1.5s;
}

.circle:nth-child(4) .outline {
  animation-delay: 1.8s;
}

.circle:nth-child(5) .outline {
  animation-delay: 2.1s;
}

@keyframes circle-keys {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dot-keys {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes outline-keys {
  0% {
    transform: scale(0);
    outline: solid 20px var(--color);
    outline-offset: 0;
    opacity: 1;
  }

  100% {
    transform: scale(1);
    outline: solid 0 transparent;
    outline-offset: 20px;
    opacity: 0;
  }
}
