/* dashboard */

.activity::-webkit-scrollbar {
  display: none;
}

.activity{
  height: 320px; overflow-y: scroll;
}

.sizing-fa{
  font-size: 14px !important;
}

.col-form-label{
  font-weight: 700; font-size: 15px !important;
}

.form-group {
  margin-bottom: 0;
  padding: 0 !important;
}

.mb-2-btn {
  margin-bottom: .5rem !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.p-0 {
  padding: 0 !important;
  margin-top: -5px;
  margin-bottom: 7px;
}

.table{
  border: 1px solid #ebecec  !important;
}

.table tr th{
  border: 1px solid #ebecec  !important;
}

.multi-badge{
  margin-left: 2px;
}

.proof, .proof2, .proof_edit, .proof2_edit {
  border-radius:15px;
  padding:12px;
  text-align:center;
  background-color: white;
  box-shadow:  5px 5px 15px #c7c7c7,-5px -5px 24px #f9f9f9;
}

.imgArea, .imgArea2, .imgArea_edit, .imgArea2_edit {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  padding: 15px;
  height: 270px;
  background-color:rgb(242, 242, 242);
  border-radius: 10px;
}
.imgArea i, .imgArea2 i, .imgArea_edit i, .imgArea2_edit i{
  font-size: 100px;
}
.imgArea h4, .imgArea2 h4,  .imgArea_edit h4, .imgArea2_edit h4{
  font-weight: 900;
}
.imgArea p, .imgArea2 p, .imgArea_edit p, .imgArea2_edit p {
  color: grey;
}
.imgArea p span, .imgArea2 p span, .imgArea_edit p span, .imgArea2_edit p span {
  font-weight: 800;
}
.imgArea img, .imgArea2 img, .imgArea_edit img, .imgArea2_edit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  z-index: 3;
}
.imgArea::before, .imgArea2::before, .imgArea_edit::before, .imgArea2_edit::before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: .5s;
}
.imgArea.active:hover::before, .imgArea2.active:hover::before, .imgArea_edit.active:hover::before, .imgArea2_edit.active:hover::before {
  opacity: 1;
}
.selectImage, .selectImage2, .selectImage_edit, .selectImage2_edit {
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  width: 100%;
}

.agreement, .agreement2 {
  padding: 15px 15px 30px;
  margin: 15px 0 20px;
}

.well {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  box-shadow: none;
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 50px;
  margin-left: 9px;
  margin-right: 9px;
}

.btn-add-icon{
  display: inline-block;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .205rem .45rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-danger-subm{
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

.btn-success-subm {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: none;
}

.ui-autocomplete {
  padding: 10px;
  list-style: none;
  margin: 0;
  display: block;
  outline: 0;
  #ddd;
  background: #fff; 
  color: #333;
  z-index: 215000000 !important;
  top: 735.555px;
  left: 38.5px;
  width: 409.5px;
  display: none;
  border: 1px solid #c5c5c5;
}

.ui-autocomplete-input {
  z-index: 9999;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 39px !important;
}

.top-border{
  border-right: 1px solid #dee2e6 !important;
}

.productinfo-text-right{
  text-align: right;
}

#myInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
  border-collapse: collapse; /* Collapse borders */
  width: 100%; /* Full-width */
  border: 1px solid #ddd; /* Add a grey border */
  font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
  text-align: left; /* Left-align text */
  padding: 12px; /* Add padding */
}

#myTable tr {
  /* Add a bottom border to all table rows */
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  /* Add a grey background color to the table header and on hover */
  background-color: #f1f1f1;
}

.hide-permission{
  display: none;
}

.table-product{
  font-size: 15px
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.ui-widget-content {
  border: 1px solid #ddd !important;
  background: #fff !important;
  color: #333 !important;
}

.ui-autocomplete {
  z-index: 215000000 !important;
}

.ui-menu .ui-menu-item {
  padding: 8px;
}

p.detail-company {
  line-height: 21px;
}

.detail-invoice{
  font-weight: 700;
}

.col-detail-inv{
  text-align: center;
}

.header-detail{
  border-bottom: 1px solid #ebecec !important;
}

.title-detail-middle{
  margin-top: 20px;
  padding: 10px;
}

.col-md-4.detail-right p{
  line-height: 9px;
}

.header-detail{
  font-size: 0.8em;
  padding-left: 8px;
}

.fancybox__content{
  padding: 0 !important;
}

.text-right{
  text-align: right;
}

.row.well.well-sm.input-temp label {
  font-weight: 800;
}


.btn-add-temp{
      padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
      margin-top: 10px;
}

ul#parsley-id-7, 
li.parsley-min{
    list-style: none;
    color: red;
    margin-left: -14px;
}

.form-space{
  margin-top: 35px;
}