.app-logo {
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto 50px;
  margin-bottom: 2rem;
}

.app-header__logo .logo-src {
  height: 35px;
  background-repeat: no-repeat;
  background-size: auto 35px;
}

.EN {
  background: url(../_img/flag/EN.svg) no-repeat;
}

.ID {
  background: url(../_img/flag/ID.svg) no-repeat;
}

.overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  height: 0;
  transition: 0.5s ease;
  width: 100%;
}

.avatar-icon-wrapper:hover .overlay {
  height: 40%;
  cursor: pointer;
}

.modal-lg {
  max-width: 1000px !important;
}

#canvas123 {
  height: 50vh;
  width: 100%;
  background-color: #ffffff;
  cursor: default;
  border: 1px solid black;
}

/* .preview {
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-left: 10px;
    border: 1px solid red;
} */

.page-title-actions {
  min-width: 200px;
  text-align: right;
}

/* div.container {
    max-width: 1200px
} */

/* .nowrap-datatable {
    white-space: nowrap;
} */

table.dataTable thead th {
  text-align: center !important;
}

table.dataTable .center-datatable {
  text-align: center;
}

table.dataTable > tbody > tr.child ul.dtr-details > li.center-datatable {
  text-align: left !important;
}

table.dataTable .right-datatable {
  text-align: right;
}

table.dataTable > tbody > tr.child ul.dtr-details > li.right-datatable {
  text-align: left !important;
}

div.dtr-modal {
  z-index: 1501 !important;
}

.logo-footer {
  height: 35px;
  background-repeat: no-repeat !important;
  background-size: auto 35px !important;
  width: 70px;
}

/* table.table-bordered.dataTable th {
    white-space: nowrap;
} */

/* div.dataTables_wrapper {
    width: 60%;
    margin: 0 auto;
} */

/* body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f2f2f2;
} */

.receipt {
  width: 400px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.receipt .divider {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%; /* Lebar garis 100% dari container */
  height: 2px; /* Tinggi garis */
  background-color: #00000050; /* Warna garis */
  margin: 5px 0; /* Jarak di atas dan di bawah garis */
}

.receipt .divider-dashed {
  border: none;
  border-top: 1.5px dashed #00000050;
  height: 0;
  margin: 5px 0;
}

.header {
  text-align: center;
  margin-bottom: 5px;
}

.items {
  /* border-top: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
  padding: 5px 0;
}

.item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.item-name {
  flex: 1;
}

.item-qty {
  flex: 1;
  text-align: center;
}

.item-price {
  flex: 1;
  /* flex-basis: 60px; */
  text-align: right;
}

.total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.total-amount {
  font-weight: bold;
}

.footer {
  text-align: center;
  margin-top: 10px;
  color: #888;
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  padding: 5px;
  height: 40px !important;
}

.display-none {
  display: none;
}
