.fixtable.table-bordered tbody td {
  border-bottom-width: 1px !important;
}
.shtable td,
.shtable th {
  font-size: 12px !important;
  vertical-align: middle;
}
.note-editable p {
  margin-bottom: 0;
}
.table .new_hw_btn {
  background: transparent;
  padding: 0;
  margin-right: 10px;
}
.table .new_hw_btn i {
  color: #f47c20;
  font-size: 20px;
}
.table .new_hw_btn.green i {
  color: green;
}
.table .new_hw_btn.cyan i {
  color: #4f85b3;
}
.boxshadow {
  box-shadow: 0px 0px 15px 2px #ccc;
  padding: 20px;
  border-radius: 20px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 1px;
}
.proyekdetail td {
  padding: 5px;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
}

.proyekdetail .bg,
.proyekdetail .bg_white {
  border: 1px solid #807474;
}
.proyekdetail .bg {
  background: #aeabab;
}
.proyekdetail .bg_white {
  background: #fff;
}
.proyekdetail .form-control {
  background: transparent;
  padding: 0;
  height: auto;
}
.hw_btn.mediadetail {
  background: #00b4c1;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 15px;
}
.seablue {
  background: #5b9dd9;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
}
.seablue:hover {
  background: #3e709d;
  color: #fff;
}
.status_proyek {
  background: green;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}
.status_proyek.closed {
  background: red;
}
.toastwrap {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1050;
}
.toast_info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.toast.show {
  min-width: 300px;
  text-align: center;
}
.addnewbtn {
  background-color: #434248 !important;
}
/* .print_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top:50px
} */
.print_wrap {
  display: grid;
  grid-template-columns: 1fr  1fr; 
  gap: 10px; 
  margin-top: 50px;
  justify-content: center;
  width: 80mm;
    margin: 50px auto;
}

.barcode_content {
  width:25mm;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.print_wrap .barcode_content img {
  width: 25mm;
  height: 25mm;
  margin-bottom: 15px;
}
.print_wrap .barcode_content {
  text-align: center;
  font-size: 9px;
}
@media (max-width: 767px) {
  body,
  html {
    overflow-x: hidden;
  }
  .content-wrapper > .content {
    padding: 15px 0;
  }
  .card-header .col-sm-8 {
    width: 55%;
  }
  .card-header .col-sm-4 {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .fordesktop {
    margin-left: 37%;
  }
}
/* Hide all elements by default when printing */



