@charset "utf-8";
/* CSS Document */
div::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #000;
  scrollbar-width: thin;
}

div::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

div::-webkit-scrollbar-corner {
  background: #000;
}

div {
  scrollbar-width: thin;
}

.menusamping {
  position: fixed;
  height: 100vh;
  left: 0px;
  z-index: 100;
  top: 0px;
  background-color: #fff;
  transform: perspective(1000px);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 4px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.mna {
  width: 50px;
}

.mnb {
  width: 217px;
}

.menusamping:hover {
  width: 217px;
  -webkit-transition: all 0.5s, background, 2s 0.5s linear;
  transition: all 0.5s, background 2s 0.5s linear;
}

.tbmenusamping {
  width: 217px;
}

.tbmenusamping tr:hover {
  background-color: #fcf;
  cursor: pointer;
  border-bottom: #f00 solid 2px;
}

.txt {
  font-size: 11px;
  padding: 2px;
  height: 20px;
  border-radius: 4px;
  border: #ccc solid 0.5px;
  background-color: #fff;
  color: #000;
}
.txt::placeholder {
  font-style: italic;
  color: #888; /* opsional biar keliatan beda */
}
.divbody1 {
  margin-left: 55px;
  width: calc(100vw - 57px);
  height: 100vh;
  overflow: auto;
  margin-right: 20px;
}

.divbody2 {
  margin-left: 219px;
  width: calc(100vw - 221px);
  height: 100vh;
  overflow: auto;
  margin-right: 20px;
}
.dvkon {
  width: 100vw;
  height: calc(100vh - 120px);
  top: 118px;
  position: fixed;
  padding-left: 3px;
  padding-right: 3px;
}
.jdl1 {
  position: fixed;
  left: 0px;
  top: 80px;
  width: 100vw;
  background-image: linear-gradient(#000 20%, #666 55%, #666 100%);
  color: #fff;
  padding: 5px;
  padding-left: 10px;
  font-size: 18px;
  border-radius: 3px;
  z-index: 1;
}

.jdl2 {
  position: fixed;
  left: 219px;
  top: 0px;
  width: calc(100vw - 217px);
  background-image: linear-gradient(#000 20%, #666 55%, #666 100%);
  color: #fff;
  padding: 5px;
  font-size: 18px;
  border-radius: 3px;
  z-index: 1;
}
.divctn {
  width: calc(100vw - 217px);
  height: calc(100vh - 50px);
  overflow: auto;
  scrollbar-width: thin;
  margin-top: 30px;
  padding: 5px;
}

.ntoast {
  position: fixed;
  min-height: 60px;
  left: calc(100vw - 210px);
  text-align: center;
  background-color: #fff;
  width: 205px;
  border-radius: 5px;
  box-shadow: #f00 3px 2px 2px 2px;
  padding: 5px;
  padding-top: 10px;
  z-index: 1000;
  top: -100px;
}

.tsta {
  top: 70px;
  animation: etoast 0.2s;
}

.tstb {
  top: -100px;
  animation: xtoast 0.2s;
}

@keyframes etoast {
  0% {
    top: -100px;
  }
  100% {
    top: 70px;
  }
}

@keyframes xtoast {
  0% {
    top: 70px;
  }
  100% {
    top: -100px;
  }
}

#myProgress {
  width: 100%;
  background-color: grey;
}

#myBar {
  width: 1%;
  height: 15px;
  background-color: green;
}

.shn {
  position: absolute;
  top: 0px;
  height: 15px;
  left: -100px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(to left, white, transparent 50%);
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite ease-in-out;
  overflow: hidden;
  z-index: 1000;
}

@keyframes shine {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
.xbtn {
  min-width: 60px;
  height: 25px;
  line-height: 20px; /* <— ini kuncinya */
  font-size: 10px;
  font-weight: bold;
  background-color: #666;
  color: #fff;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}

.xbtn:disabled {
  background-color: #ddd;
  color: #666;
  cursor: none;
  height: 25px;
  position: relative;
  box-shadow: #000 2px 3px 2px;
}

.xbtnijo {
  background-color: #0f0;
  color: #000;
  box-shadow: #000000 2px 3px 2px;
}

.xbtnabu {
  background-color: rgb(55, 59, 55);
  color: #000;
  box-shadow: #000000 2px 3px 2px;
  color: white;
}

.xbtnmrh {
  background-color: #f00;
  color: #fff;
  box-shadow: #000000 2px 3px 2px;
}

.xbtnbru {
  background-color: #00f;
  color: #fff;
  box-shadow: #000000 2px 3px 2px;
}
