/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(155, 154, 154);
}
.error {
  color: red;
}
/* input radio  */
.toggle {
  margin: 0;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  gap: 5px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  cursor: pointer;
  color: #186d8f;
  border-radius: 30px;
  margin: 0;
  padding: 3px 20px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: 1px solid #186d8f;
  background-color: transparent;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.toggle input:hover + label {
  border-color: #186d8f;
  background-color: #186d8f;
  color: #fff;
}
.toggle input:disabled + label {
  border-color: unset;
  background-color: unset;
  color: unset;
  cursor: default;
}
.toggle input:checked + label {
  border-color: #186d8f;
  background-color: #186d8f;
  color: #fff;
  box-shadow: 0 0 10px transparent;
  z-index: 1;
}
.toggle input:focus + label {
  outline: unset;
  outline-offset: 0.45rem;
}

.checkbox-validation {
  transform: scale(2);
  margin-left: 20px;
}

.ket-kuesioner {
  margin-top: -10px;
  margin-bottom: 15px;
}
.ket-kuesioner {
  display: flex;
}
.text-kuesioner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.list-number {
  list-style: decimal;
  padding-inline-start: 1.25rem;
}

.pointer {
  cursor: pointer;
}

.form-group {
  align-items: center !important;
}

.form-group.start {
  align-items: flex-start !important;
}

.border-red,
.border-red:focus {
  border: solid 1px red !important;
}

.text-sm {
  font-size: 13px;
}

.width-action {
  width: 175px;
}
.width-action-2 {
  width: 225px;
}
@media (max-width: 768px) {
  .text-sm {
    font-size: 9px;
  }
  .small-coloum {
    width: 100%;
  }
  .width-action,
  .width-action-2 {
    width: auto;
  }
  .unit-kerja {
    height: 400px;
    overflow-y: auto;
  }
}
