@media print {
  @page {
    size: A4;
    margin: 5px;
  }
  body * {
    visibility: hidden;
  }
}

p {
  margin: 0;
}

.bg-primary {
  background: -webkit-linear-gradient(45deg, #007bff, #00254d);
}
.bg-secondary {
  background: -webkit-linear-gradient(90deg, #a3abb3, #dadada);
}
.bg-success {
  background: -webkit-linear-gradient(45deg, #28a745, #0f3e1a);
}
.bg-info {
  /*background-color:#17a2b8!important*/
  background: -webkit-linear-gradient(45deg, #17a2b8, #083c44);
}
.bg-warning {
  background: -webkit-linear-gradient(45deg, #ffc107, #4d3900);
}
.bg-danger {
  background: -webkit-linear-gradient(45deg, #dc3545, #410b11);
}
.bg-light {
  background: -webkit-linear-gradient(45deg, #ffffff, #d2d9df);
}
.bg-dark {
  background: -webkit-linear-gradient(45deg, #303336, black);
}
.row {
  margin: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 5px;
}
.pr-6,
.px-6 {
  padding-right: 6rem !important;
}
.pl-6,
.px-6 {
  padding-left: 6rem !important;
}
.pr-7,
.px-7 {
  padding-right: 10rem !important;
}
.pl-7,
.px-7 {
  padding-left: 10rem !important;
}

.card-tr,
.card-tr .card-header {
  background-color: transparent !important;
  background-clip: unset !important;
  border: none; /* opsional, kalau mau hilangkan border juga */
}

.box-shadow {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 1);
}

.line-spacing-1 {
  line-height: 100%;
}
.line-spacing-2 {
  line-height: 200%;
}
.line-spacing-5 {
  line-height: 150%;
}
.modal-backdrop {
  background: -webkit-linear-gradient(
    45deg,
    rgb(0, 9, 107),
    rgb(1, 31, 0),
    rgb(3, 2, 86)
  );
}
.modal-backdrop.show {
  opacity: 0.98;
}
.brand p {
  font-family: "arial narrow", sans-serif;
  line-height: 100%;
  margin: 0;
}

.icon {
  min-width: 32px;
  font-size: 24pt;
}

#topnav a {
  color: #303336;
  text-decoration-line: none;
}
#topnav .nav-item {
  min-width: 100px;
}
#topnav .nav-item:hover {
  background: -webkit-linear-gradient(45deg, #f8f9fa, #d2d9df);
}
#topnav .nav-link {
  text-align: center;
}
#topnav li,
#topnav ul {
  cursor: pointer;
  margin: 0;
}

.laman li,
.laman ul {
  color: #74d9fb;
  display: block;
  padding: 0 5px;
  list-style: none;
  cursor: pointer;
  margin: 0;
}

.laman ol {
  margin: 0;
  list-style: none;
}

.laman li:hover,
.laman ul:hover {
  color: #303336;
  background: -webkit-linear-gradient(45deg, #f8f9fa, #d2d9df);
}

.counter {
  width: 285px;
  border: 2px solid #9f0013;
}

.flex-box {
  display: flex;
  padding: 5px;
}

.flex-box .box {
  display: flex;
  margin: 5px;
  width: 80px;
  height: 35px;
  color: #303336;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 8pt;
}

.flex-box .box p,
.flex-box .box div {
  line-height: 100%;
  margin: 0;
}
.v5 {
  height: 50vh;
}
.v4 {
  height: 75vh;
}
.v3 {
  height: 100vh;
}
.v2 {
  height: 150vh;
}
.v1 {
  height: 200vh;
}
.img-stellar {
  background-attachment: fixed;
  background-position: 50% -600px;
  background-repeat: no-repeat;
  position: relative;
}
.bg-green-trans {
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 9, 107, 0.5),
    rgba(1, 31, 0, 0.5),
    rgba(3, 2, 86, 0.5)
  );
}

.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:active {
  background-color: #dadada;
}

.input-group-text {
  font-size: 10pt;
  text-wrap: wrap;
  text-align: left;
}

.select2,
.selection,
.select2-selection,
.select2-selection__arrow,
.select2-selection__rendered {
  height: 100% !important;
}

.select2-selection__rendered {
  display: flex !important;
  align-items: center !important;
}
.alert {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1051;
  font-weight: bold;
}

.lager-w {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1031;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #ffffff;
  border-color: #ff0000 transparent #8d0000 transparent;
  animation: lds-hourglass 0.5s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.lds-hourglas {
  display: inline-block;
  position: relative;
}
.lds-hourglas:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #ffffff;
  border-color: #8d0000 transparent #ff0000 transparent;
  animation: lds-hourglas 1s infinite;
}

@keyframes lds-hourglas {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(-900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(-1800deg);
  }
}

.overflow-x {
  overflow-x: scroll;
}
.overflow-y {
  overflow-y: scroll;
}
.overflow {
  overflow: scroll;
}

.tabel {
  width: 100%;
}

.submodal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00254d;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1070;
  overflow-x: hidden;
  overflow-y: auto;
}
.submodal-dialog {
  background: #dadada;
  max-width: 30rem;
  margin: 2rem auto;
  padding: 2rem;
}
.submodal-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.srcUls {
  width: 190px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 34px;
  background-size: 12%;
  background-position: 10px 5px;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.icon-desk {
  display: flex;
  max-width: 100px;
  min-height: 100px;
  color: #303336;
  text-align: center;
  justify-content: center;
  font-size: 12pt;
  margin: 5px;
  padding-top: 5px;
  cursor: pointer;
}

.icon-desk .icon {
  height: 50px;
  width: 50px;
  margin: 5px auto;
}

.icon-desk p {
  line-height: 100%;
  margin-top: 5px;
  margin-bottom: 0;
}

.icon-desk:hover {
  background: -webkit-linear-gradient(45deg, #f8f9fa, #d2d9df);
}

.icon-desk:active {
  background: #ffffff;
}

@media only screen and (max-width: 600px) {
  .kop {
    text-align: center;
  }
  #topnav .nav-link {
    text-align: left;
    padding-left: 5px;
  }
  .img-stellar {
    background-attachment: fixed;
    background-position: 50% 250px;
    background-repeat: no-repeat;
    position: relative;
  }
  .title {
    font-size: 1rem;
  }
  .iframe {
    height: 200px;
  }
  .label0,
  .content {
    text-align: left !important;
  }
  .overlap {
    font-size: 10pt !important;
  }
}
