.input-search-wrapper {
  position: relative;
}
.input-search-wrapper input {
  height: 36px;
  width: 360px;
  border-radius: 18px;
  outline: none;
  border: none;
  line-height: 36px;
  padding-left: 36px;
  box-sizing: border-box;
}

.product-status-select .dropdown-selected,
.product-category-select .dropdown-selected {
  /* background: red; */
  height: 36px;
  line-height: 36px;

}
.upos-tooltip {
  background: #223e62;
  color: #ffffff;
  padding: 8px;
  opacity: 0.75;
  border-radius: 4px;
}
.upos-dropdown-icon-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(34, 62, 98, 0.18);
  border-radius: 18px;
  height: 36px;
  padding: 0 14px;
  position: relative;
  width: 180px;
  color: #223e62;
  font-family: Roboto-Bold;
  box-sizing: border-box;
}

.description-dropdown {
  margin: 0 8px;
}

.upos-dropdown-icon-flex-wrap {
  position: relative;
}
.upos-input-search {
  background-image: url('/svg/search.svg');
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: 16px;
}
.product-category-select {
  margin: 0 6px;
}
.product_create_button {
  background: #223e62;
  height: 36px;
  border-radius: 18px;
  /* padding: 0 14px; */
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  width: 153px;
  box-sizing: border-box;
}
.upos-dropdown-button-icon {
  display: flex;
  align-items: center;
  height: 36px;
  width: 36px;
  justify-content: space-between;
}
.upos-dropdown-icon-flex-wrap .dropdown-items-wrapper{
  width: 190px;
}
.product_print_button {
  display: flex;
  margin: 0 16px;
  margin-left: 16px !important;
}
.button-create-product {
  background: #223e62;
}
.product-input {
  /* margin-top: 8px; */
  text-indent: 8px;
}
.product-info-label {
  margin-top: 8px;
}
.product-input-price {
  background-image: url('/svg/vnd.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: calc(100% - 8px);
}
.product-desription-wrap {
  display: flex;
}
.image-product {
  flex: 1;
}
.des-product {
  flex: 4;
}
.image-product img {
  height: 96px;
  margin-top: 8px;
  border-radius: 8px;
  background: #d2d5db;
}
.des-product textarea {
  height: 92px;
}
.new-product {
  line-height: 36px;
}
.button-add {
  background: #3ddbbc;
  border-radius: 8px;
  color: #ffffff;
  width: 32px;
  height: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
}
.upos-columns-end {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.product-des-title {
  display: flex;
  justify-content: space-between;
}
.checkbox-wrapper {
  display: flex;
}
.checkbox-wrapper img {
  margin-right: 8px;
}
.add-property {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.004em;
  color: #24c4a4;
  margin-top: 24px;
}
.create-product-wrap {
  border-bottom: 1px solid #f2f7fc;
}
.product-create-title,
.product-des-title {
  border: none;
}
.create-product-wrap {
  padding-bottom: 48px;
}

.create-product-fotter .button-group-wraper {
  justify-content: flex-end;
}

.close-button {
  width: 160px;
  height: 36px;
  background: #f2f7fc;
  border-radius: 18px;
  margin-right: 16px;
  line-height: 36px;
}

.create-product-button {
  width: 160px;
  height: 36px;
  background: #223e62;
  opacity: 0.65;
  border-radius: 24px;
  color: #ffffff;
  line-height: 36px;
}
.upos-switch-button {
  width: 120px;
  height: 28px;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
}

.upos-active-switch-button {
  background: #3ddbbc;
  color: #ffffff;
  font-size: 14px;
}

.upos-disable-switch-button {
  background: #c3c6cc;
  color: #ffffff;
  font-size: 14px;
}
.product-management-status {
  position: relative;
}
.upos-switch-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 2px;
}
.upos-thumb-active {
  right: 2px;
}
.upos-thumb-disable {
  left: 2px;
}
.category-management-expand {
  height: 8px;
  width: 8px;
  padding-top: unset;
  padding: unset;
  margin-top: unset;
  margin-left: 6px;
}

.category-name-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-management-wrapper .right-footer .expand-dropdown {
  right: 16px;
}
.category-management-wrapper .upos-dropdown-icon-flex-wrap {
  margin-right: 16px;
}
.sidemenu {
  display: flex;
  width: 84px;
  justify-content: space-around;
  /* margin-right: 300px; */
  opacity: 0;
}
.sideDetailmenu {

}
.detail-product-row:hover .sideDetailmenu {

}
.sidemenu-slideanimation-detail {
  position: relative;
}
.sidemenu-slideanimation-content-detail {
  position: absolute;
  display: flex;
  background: #f2f7fc;
  right: 0;
  opacity: 0;
  z-index: 3;
  padding-right: 16px;
  height: 56px;
}
.sidemenu-slideanimation-content-detail > div {
  padding-left: 24px;
}
.detail-product-row:hover .sidemenu-slideanimation-content-detail {
  right: 8px;
  opacity: 1;
}
.detail-product-row:hover .product-management-status-detail {
  /* opacity: 0; */
}
.ag-row-hover .sidemenu {
  /* margin-right: unset; */
  opacity: 1;
}
.category-grid-wrapper {
  height: calc(100vh - 50px);
}
.category-button-row {
  height: 38px;
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-button-row .button-create-product {
  width: 240px;
  margin-top: unset;
  height: 38px;
  padding: unset;
  text-align: center;
  line-height: 38px;
}
.category-management-wrapper .contact-header {
  border-bottom: none;
}
.widget-category-full {
  margin-left: 24px;
}
.widget-category-mini {
}
.category-parent-id {
  margin-top: 8px;
}
.upos-modal-content {
  border-radius: 8px;
}

#popup-confirm {
  width: 364px;
  height: 232px;
  border-radius: 8px;
  position: relative;
}
#popup-confirm .close-modal-button {
  position: absolute;
  right: 13px;
  top: 13px;
}
.popup-icon img {
  width: 42px;
  height: 42px;
}

.popup-icon {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.popup-confirm-title {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 6px;
}

.popup-confirm-content {
  margin-top: 16px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 14px;
}

.popup-button-group {
  margin-top: 24px;
  display: flex;
  justify-content: space-around;
}

.popup-button {
  height: 34px;
  width: 148px;
  line-height: 34px;
  text-align: center;
  border-radius: 16px;
}
.alert-delete .popup-confirm {
  background: #ee4064;
  font-size: 14px;
  color: #ffffff;
}
.alert-delete .popup-cancel {
  background: #f2f7fc;
  color: #223e62;
  font-size: 14px;
}
.ag-center-cols-viewport {
  /* overflow-x: unset !important;
  overflow: unset !important; */
}
.product-management-row-detail {
  /* background-color: red; */
  /* height: 330px !important; */
}
.product-management-row-detail .ag-react-container {
  /* background-color: green; */
}
#product-detail-grid {
  height: 262px;
}
.add-product-variable-row {
  height: 48px;
  /* background: purple; */
  line-height: 48px;
  /* width: 98%;
  margin-left: 1%; */
  color: #24c4a4;
  font-size: 14px;
  font-weight: bold;
  text-indent: 16px;
}
.add-product-variable-row {
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
}
.add-product-variable-row:hover {
  background-color: #f1fffc;
}
.edit-header-menu {
  display: flex;
  justify-content: center;
  line-height: 48px;
  align-items: center;
}

.popup-product-variable-wraper {
  width: 640px;
  position: relative;
}

.close-modal-button {
  position: absolute;
  top: 25px;
  right: 25px;
}

.product-variable-title {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.004em;
  color: #223e62;
  border-bottom: 1px solid #f2f7fc;
}
.product-variable-input {
  width: calc(100% - 8px);
  border: none;
  background: #f2f7fc;
  height: 36px;
  border-radius: 4px;
  text-indent: 8px;
  border: 2px solid #ffffff;
}
.product-variable-input:focus {
  border: 2px solid #b5cbe8;
  outline: none;
}

.variable-product-wrapper {
  display: flex;
  margin-bottom: 8px;
  margin-top: 20px;
}

.variable-product-name {
  flex: 1;
  margin-right: 10px;
  margin-left: 20px;
}

.variable-product-input {
  flex: 1;
  margin-left: 10px;
  margin-right: 20px;
}

.chip-variable-input {
  background: #f2f7fc;
  width: 100%;
  min-height: 34px;
  margin-top: 6px !important;
}
.upos-chip-input > div:before {
  content: unset !important;
}
.upos-chip-input > div:after {
  content: unset !important;
}
.variable-product-name-label {
  margin-bottom: 4px;
}
.upos-label {
  font-size: 14px;
  color: #4d6e99;
}
.chip-wrapper {
  background: #4d6e99 !important;
  border-radius: 8px;
  display: flex;
  padding: 0 8px;
  height: 26px;
  margin-right: 4px;
  /* margin-top: 4px;
   */
  margin-bottom: 4px;
  align-items: center;
}
.chip-content {
  color: #ffffff;
  margin-right: 4px;
}

.chip-delete {
  cursor: pointer;
}

.chip-variable-input input {
  text-indent: 8px;
  font-size: 13px;
}
.delete-variable-prodcut {
  margin-right: 10px;
  margin-top: 18px;
}

.variable-product-input-delete {
  margin-right: 10px;
}
.upos-chip-input {
  /* background: #f2f7fc; */
  height: 32px;
  margin-top: 8px !important;
  width: 100%;
  font-size: 13px;
}
.upos-chip-input input {
  font-size: 13px;
  vertical-align: middle;
  text-indent: 8px;
  /* height: 32px; */
}
.add-item-attribute {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.order-list-details-cell .ag-react-container {
  line-height: 61px;
}

.product-wrapper .upos-grid-pagination .expand-dropdown {
  right: 16px;
}
.product_create_unit {
  width: 110px;
  height: 34px;
  left: 0px;
  top: 0px;
  background: #d5deea;
  border-radius: 18px;
  color: #223e62;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.product-wrapper .contact-header {
  border-bottom: unset;
}
.unit-header-tab {
  position: relative;
}

.right-unit-bar.button-create {
  position: absolute;
  right: 0;
  top: -16px;
}
.product-create-category {
  /* background-color: red; */
  width: 100%;
}
.selected-full-width {
  /* background-color: blue; */
  width: calc(100% - 19px);
}
.create-product-unit-input {
  /* background: red; */
  height: 32px;
  display: flex;
}
.create-product-unit-input .mini-wrapper {
  background-color: #f2f7fc;
  position: relative;
  line-height: 32px;
  z-index: 1;
}
.create-product-unit-input .mini-wrapper .mini-selected {
  color: #7d9ac0;
}
.create-product-unit-input .mini-item-wrap {
  background-color: #f2f7fc;
  margin-top: 2px;
}
.product-property-wrap .upos-chip-input {
  margin-top: unset !important;
}
.upos-chip-input > div > div {
  background: #f2f7fc;
  height: 32px;
  border-radius: 4px;
}
.product-property-value-wrap .chip-content {
  /* color: #4d6e99; */
}
/* .upos-columns-end {
  justify-content: end;
}

.upos-columns-end .button-add {
  margin-top: 25px;
} */
.product-unit-wrap {
  width: calc(100% - 0px);
}

.product-wrapper .new-order-line1 {
  margin-left: unset;
  margin-bottom: 16px;
}

.product-unit-row {
  /*     background: blue; */
  display: flex;
  width: 100%;
  height: 65px;
  align-items: flex-end;
  justify-content: space-between;
}

.product-create-warehouse-right .label-input {
  width: 100%;
  /*     background: red; */
  height: 18px;
  line-height: 18px;
}
.product-create-warehouse-right .product-input {
  /*     backgroun: blue !important; */
  margin-top: -57px;
}
.product-create-warehouse-right .label-input {
  margin-top: -33px;
}
.create-product-fotter-grid {
  border-top: 1px solid #b5cbe8;
  margin-top: 76px;
}
.popup-create-unit-wrapper {
  width: 480px;
  height: 298px;
}

.popup-header {
  text-align: center;
  position: relative;
  height: 66px;
  border-bottom: 1px solid #f2f7fc;
}

.popup-header .title-client-info {
  line-height: 66px;
}
.popup-create-unit-wrapper .name-client-info {
  margin: 0 16px;
  margin-top: 16px;
}
.popup-create-button-row {
  width: calc(100% - 32px);
  margin-left: 16px;
  display: flex;
  justify-content: flex-end;
}
.popup-create-button-row .button-create-product {
  /* background-color: red; */
  margin-left: 16px;
}
.empty-unit-wrapper {
  width: 100%;
  height: 60%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  color: #7d9ac0;
}
.upos-shadow-light .MuiPaper-elevation3 {
  box-shadow: 0px 3px 8px -3px rgb(0 0 0 / 4%), 0px 3px 1px 0px rgb(0 0 0 / 6%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}
.upos-shadow-light .MuiPaper-elevation1 {
  box-shadow: 0px 3px 8px -3px rgb(0 0 0 / 4%), 0px 3px 1px 0px rgb(0 0 0 / 6%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}
.upos-shadow-light .dropdown-items-wrapper {
  box-shadow: 0px 3px 8px -3px rgb(0 0 0 / 4%), 0px 3px 1px 0px rgb(0 0 0 / 6%), 0px 1px 3px 0px rgb(0 0 0 / 8%);
}
.product-management-left-header .dropdown-items-wrapper {
  margin-top: 4px;
}
.single-full-descript-button {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.single-full-descript-button > p {
  padding-left: 8px;
}
.product-management-grid-wrap .ag-header-row > div:nth-child(1) .ag-react-container {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.product-management-grid-wrap .ag-header-row > div:nth-child(1)  {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
/* .product-management-grid-wrap .ag-header-row > div:nth-child(1)  {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
} */
/* .master-detail-product-grid .ag-header-row > div:nth-child(1)  {
  justify-content: unset;
  flex-direction: unset;
} */
.upos-expand-checkbox .ag-react-container {
  
}
.upos-expand-checkbox .ag-selection-checkbox {
  margin-right: 6px !important;
  margin-left: 12px;
}
.ag-grid-product-status-cell-center .ag-react-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-grid-edit-cell {
  /* width: 150px; */
}

.master-detail-product-name .ag-react-container {
  padding-left: 8px;
}
.upos-grid-cell-right .ag-react-container {
  text-align: right;
}
.upos-grid-header-cell-right {
  text-align: right;
}
.master-detail-product-grid .ag-grid-cell-center .ag-react-container {
  justify-content: center;
}
.master-detail-product-grid .ag-header-row > div:nth-child(1) .ag-react-container {
  margin-right: 21px;
}
.product-management-master-detail-grid {
  /* min-height: 56px;
  max-height: 212px; */
  height: 212px;
  margin-top: 16px;
  width: calc(100% - 44px);
  margin-left: 22px;
}
.product-management-master-detail-grid .ag-root-wrapper {
  border-radius: 8px 8px 0 0;
}
.product-management-master-detail-grid .ag-header-row {
  background-color: #ffffff;
}
.product-management-master-detail-grid .ag-header-cell {
  background-color: #ffffff;
}
.unit-management-wrap .ag-header-cell {
  background-color: #ffffff;
}