.dialog-container .dialog-header .dialog-close {
  z-index: 4;
  cursor: pointer;
}
.dialog-container .dialog-body {
  overflow: auto;
  padding-bottom: 12px;
}

.presales-item-cont .table-container table thead, .presales-item-cont .table-container table caption {
  display: none;
}
.presales-item-cont .table-container table tbody tr.is-selected {
  background-color: #6ea4d7;
  border-radius: 10px;
}
.presales-item-cont .table-container table tbody tr .columns {
  margin: 0;
}
.presales-item-cont .table-container table tbody tr .mngprod-row-two-table tbody tr th {
  text-align: center;
}
.presales-item-cont .table-container table tbody .dlt-btn {
  margin-top: 5px;
}
.presales-item-cont .mngprod-img-holder {
  position: relative;
  border-radius: 10px;
  margin-left: 5px;
  box-shadow: 1px 1px 3px rgba(47, 47, 47, 0.23);
  transition: all 0.2s ease-in;
}
    .presales-item-cont .mngprod-img-holder img {
        object-fit: fill;
        max-height: 400px;
        border-radius: 10px;
        width: 100px;
        height: 140px;
    }
.presales-item-cont .mngprod-img-holder .see-more-btn {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.presales-item-cont .mngprod-img-holder:hover {
  border-radius: 10px;
  box-shadow: 1px 1px 6px 3px #3e8ed0;
}

.presales-manage-container .table-container caption .columns div input {
  box-shadow: 0 5px 3px rgba(10, 10, 10, 0.1);
  background-color: antiquewhite;
  transition: all 0.25s ease-in-out;
}
.presales-manage-container .table-container caption .columns div input:focus {
  border: 1px solid;
  background-color: transparent;
}
.presales-manage-container .table-container .full-row-container caption .columns div:nth-child(2) {
  display: none;
}
.presales-manage-container .table-container .full-row-container tbody tr td {
  min-width: 250px;
  text-align: center;
}
.presales-manage-container .table-container .table thead {
  display: table;
  width: 100%;
}
.presales-manage-container .table-container .table thead th {
  text-align: center;
}
.presales-manage-container .table-container .table tbody {
  display: block;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 650px;
}
.presales-manage-container .table-container .table tbody tr td {
  min-width: 250px;
}

.image-table-cont .table-container caption .columns div:nth-child(2) {
  display: none;
}
.image-table-cont .table-container .table thead {
  display: table;
  width: 100%;
}
.image-table-cont .table-container .table thead th {
  text-align: center;
  border-width: 0;
}
.image-table-cont .table-container .table tbody {
  display: block;
  min-height: 450px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 650px;
}
.image-table-cont .table-container .table tbody tr td {
  min-width: 250px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .option-btn-holder {
    position: absolute;
    right: 0;
    top: -87px;
    display: flex;
    flex-direction: column;
  }
}
/* START SCROLLBAR*/
.scrlbar-7 ::-webkit-scrollbar {
  width: 7px;
}
.scrlbar-7 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrlbar-7 ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.scrlbar-7 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scrlbar-5 ::-webkit-scrollbar {
  width: 5px;
}
.scrlbar-5 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scrlbar-5 ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.scrlbar-5 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* END SCROLLBAR */
.box-container {
  background-color: white;
  border-radius: 10px;
  box-shadow: 1px 2px 5px rgba(10, 10, 10, 0.1), 1px 2px 2px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  padding: 1.25rem;
  transition: all 0.5s ease-in-out;
}
.box-container:hover {
  box-shadow: 1px 2px 5px rgba(10, 10, 10, 0.1), 1px 9px 15px 5px rgba(10, 10, 10, 0.25);
}

.is-180x180 {
  height: 180px;
  width: 180px;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padding-0 {
  padding: 0;
}

.product-head-box {
  border-radius: 6px;
  box-shadow: 1px 1px 6px #363636;
  border: 1px solid rgba(0, 0, 0, 0.031372549);
}

.promo-presales-box {
  border: 2px solid rgba(126, 102, 102, 0.3215686275);
  border-radius: 8px;
}
.promo-presales-box table caption {
  display: none;
}
.promo-presales-box table thead {
  background-color: rgba(195, 195, 84, 0.431372549);
}