*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
body {
  /* font-family: '"DB Heavent', Tahoma, Geneva, Verdana, sans-serif; */
  font-family: 'Kanit', sans-serif;
  box-sizing: border-box;
  font-weight: 300;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #667151 !important;
  border-color: #667151;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #667151;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #c8ffc8;
}

.form-radio-validate:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #667151;
  background-color: #667151;
  box-shadow: 0 0 0 5px #fff, 0 0 0 0.2rem #667151;
}

.c-base {
  background-color: #d6e5d5 !important;
  color: #667151 !important;
  transition-duration: 0.3s;
}

.c-base:hover {
  background-color: #667151 !important;
  color: #d6e5d5 !important;
}

.c-txtbase {
  color: #667151;
}

.c-txtblue {
  color: #667151;
}

.c-txtred {
  color: #841724;
}

.c-blue {
  background-color: #224b92;
}

.c-info {
  color: #667151 !important;
  background-color: #d0ebed;
}

.c-bgNavbar {
  background-color: #2b374a;
}

.c-bgkey {
  background-color: #6d7e74;
}

.c-bgabout {
  background-color: #f2f2f2;
}

.c-buttonRead {
  background-color: #758088;
}

.c-buttonAdd {
  color: #667151 !important;
  background-color: #d6e5d5 !important;
}

.c-buttonAdd:hover {
  color: #d6e5d5 !important;
  background-color: #667151 !important;
}

.c-txtwhite {
  color: #ffffff;
}

.c-thead {
  background-color: #d6e5d5;
}

.c-txtOption {
  color: #c79645;
  opacity: 0.8;
}

.c-txtlabel {
  color: #676767;
}

.c-btnHistory {
  background-color: #2893a8;
}

.c-btnGreen {
  background-color: #2cc151 !important;
}

.c-Listing {
  background-color: #feffa3;
}

.c-txtQT {
  color: #b061ff;
}

.c-request {
  color: #841724;
}

.c-txtorange {
  color: #e88254;
}

.c-btnclose {
  background-color: #f7a39d !important;
  color: #841724 !important;
  transition-duration: 0.3s;
}

.c-btnclose:hover {
  background-color: #841724 !important;
  color: #f7a39d !important;
}

.c-btnEdit {
  color: #667151 !important;
  background-color: #d6e5d5 !important;
  border-color: transparent !important;
}

.c-btnEdit:hover {
  color: #d6e5d5 !important;
  background-color: #667151 !important;
  border-color: transparent !important;
}

.c-btnupdate {
  color: #667151 !important;
  background-color: #f9d895 !important;
  border-color: transparent !important;
}

.c-btnupdate:hover {
  color: #667151 !important;
  background-color: #ffbe3c !important;
}

.c-btnDelete {
  background-color: #f7a39d !important;
  color: #841724 !important;
  transition-duration: 0.2s;
}

.c-btnDelete:hover {
  background-color: #841724 !important;
  color: #f7a39d !important;
}

.color-red {
  color: #841724;
}

.gap-15 {
  gap: 15px;
}

/* Button type */
.btn-success {
  color: #667151 !important;
  background-color: #d6e5d5 !important;
  border-color: transparent !important;
}

.btn-success:hover {
  color: #d6e5d5 !important;
  background-color: #667151 !important;
}

.btn-info {
  color: #667151 !important;
  background-color: #f9d895 !important;
  border-color: transparent !important;
}

.btn-info:hover {
  color: #667151 !important;
  background-color: #f6bf51 !important;
}

.btn-warning {
  color: #667151 !important;
  background-color: #f9d895 !important;
  border-color: transparent !important;
}

.btn-danger {
  color: #841724 !important;
  background-color: #f7a39d !important;
  border-color: transparent !important;
}

.btn-danger:hover {
  color: #f7a39d !important;
  background-color: #841724 !important;
  border-color: transparent !important;
}

table > thead {
  background-color: #d6e5d5 !important;
  color: #667151;
}

.paginate_button {
  color: #667151 !important;
}

.paginate_button.curren {
  border-radius: 5px !important;
  height: 40px !important;
  background-color: #d6e5d5 !important;
  color: #667151;
  border: none !important;
  font-weight: 500;
}

/*  */
/* ************** Menubar Left *********** */
.vBoxFlexOrderListPage {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.vBoxFlexOrderListPage .vBoxMenuOrderListLeft {
  width: 20%;
}

.vBoxDetailsListRight {
  width: 80%;
  padding-left: 20px;
}

.vBoxMenuOrderListLeft button {
  margin-bottom: 5px !important;
  font-size: 22px !important;
}

.vBoxMenuOrderListLeft .boxOrderList {
  background-color: #d6e5d5;
  text-align: center;
  color: #667151;
  padding: 18px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 1rem;
}

.vBoxMenuOrderListLeft .boxOrderList:hover,
.vBoxMenuOrderListLeft .boxOrderList.active {
  background-color: #667151;
  color: white !important;
}

.vBoxMenuOrderListLeft a .boxOrderList p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

.boxOrderList .vChoiceOrderList {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.boxOrderList .vChoiceOrderList .Choice_Item {
  color: #000000;
  font-size: 16px;
  background-color: rgb(234, 234, 234);
  color: #667151;
  padding: 15px;
  margin-right: 5px;
  width: calc(100% - 50%);
  border-radius: 1rem;
  cursor: pointer;
}

.boxOrderList .vChoiceOrderList .Choice_Item:hover,
.boxOrderList .vChoiceOrderList .Choice_Item.active {
  background-color: #f9d895;
}

.boxOrderList .vChoiceOrderList .Choice_Item p {
  margin-bottom: 0;
  text-align: center;
}

.boxInput label {
  font-size: 20px;
  color: #667151 !important;
}

.bi-star-fill {
  -webkit-text-stroke: 1px #841724;
}

.swal2-confirm {
  color: #667151 !important;
  background-color: #d6e5d5 !important;
}

.swal2-deny {
  color: #841724 !important;
  background-color: #f7a39d !important;
}

@media screen and (max-width: 1025px) {
  .vBoxFlexOrderListPage .vBoxMenuOrderListLeft {
    width: 30%;
  }

  .vBoxDetailsListRight {
    width: 70%;
  }

  .vBoxMenuOrderListLeft .boxOrderList {
    padding: 14px;
  }
}

@media screen and (max-width: 991px) {
  /* .vBoxFlexOrderListPage {
    flex-direction: column;
  } */
  .vBoxFlexOrderListPage .vBoxMenuOrderListLeft {
    width: 30%;
  }

  .vBoxDetailsListRight {
    width: 70%;
    padding-left: 20px;
  }

  .boxOrderList .vChoiceOrderList {
    overflow: auto;
  }

  .vChoiceOrderList {
    overflow: auto;
  }

  .vBoxMenuOrderListLeft a .boxOrderList p {
    font-size: 18px;
  }

  .boxOrderList .vChoiceOrderList .Choice_Item {
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .vBoxFlexOrderListPage {
    flex-direction: column;
  }

  .vBoxMenuOrderListLeft a .boxOrderList p {
    font-size: 20px;
  }

  .vBoxMenuOrderListLeft .boxOrderList {
    padding: 14px;
  }

  .vBoxMenuOrderListLeft {
    display: none;
  }

  .vBoxFlexOrderListPage .vBoxMenuOrderListLeft {
    width: 0;
  }

  .vBoxDetailsListRight {
    width: 100%;
    padding-left: 0;
  }
}

/* ************** end Menubar Left ************ */
/*  */
.tabcontent {
  float: left;
  padding: 2rem 1rem;
  width: 80%;
  border-left: none;

  h2 {
    font-weight: 500;
  }
}

.v-newproduct {
  padding-top: 4rem;
}

.Boximg {
  display: flex;
  justify-content: center;
}

.Boximg img {
  width: 300px;
  height: 300px;
}

.v-Form {
  display: flex;
}

.formLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.formLeft label {
  line-height: 2;
  font-size: 1.25rem;
}

.formRight {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  max-width: 400px;
}

.formRight input {
  width: 600px;
  padding: 0.25rem 1rem;
  font-size: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 0.25rem 0;
}

textarea.form-control {
  height: auto;
  max-width: 600px;
}

input:focus {
  outline: none;
}

fieldset {
  border: 0;
  padding: 0;
  position: relative;
}

a {
  color: #0089ec;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 1;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.picker {
  width: 100%;
}

.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  -ms-filter: 'alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s;
}

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: 'alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0;
  -moz-transition: all 0.15s ease-out, max-height 0;
  transition: all 0.15s ease-out, max-height 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 1rem;
}

.picker__select--month,
.picker__select--year {
  font-size: 1rem;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: 0.66em 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: -0.5em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: 0.5em 1.33em;
  width: 1em;
  height: 1em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: ' ';
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke;
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 1rem;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  color: #0089ec;
  position: relative;
}

.picker__day--today:before {
  content: ' ';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}

.picker__day--highlighted {
  background: #b1dcfb;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
  -ms-filter: 'alpha(Opacity=66)';
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #54b3e8;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ddd;
  cursor: default;
}

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: 1rem;
  padding: 0.66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before {
  content: ' ';
  margin-right: 0.45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  content: '\D7';
  margin-right: 0.35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 35px !important;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 12px 12px;
  pointer-events: none;
  z-index: 2;
}

.dropdown-container {
  display: none;
}

.dropdown-containerkk {
  display: none;
}

.Form-Select {
  padding-top: 2rem;
}

.Form-Select label {
  font-size: 1.25rem;
  font-weight: 400;
}

.Box-Select .custom-select {
  padding: 0 1rem;
  font-size: 1.25rem;
}

/* Upload img */
.BtnUpload {
  display: flex;
  align-items: center;
}

.BtnUpload h3 {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.BtnUpload img {
  width: 100%;
  max-width: 25px;
  margin-right: 0.5rem;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  border-radius: 0.5rem;
}

.upload__btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.BoxImg {
  border: 1px solid #ccc;
  height: 30vh;
  overflow-y: scroll;
  padding: 1rem;
  border-radius: 0.5rem;
}

.BoxLink {
  padding-top: 1rem;
}

.BoxLink .custom-file-label {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.v-Flex {
  display: flex;
  justify-content: space-evenly;
}

.BoxSelect h4 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
}

.BoxSelect .custom-control {
  min-height: 3rem;
  position: relative;
  z-index: 1;
}

.BoxSelect .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}

.BoxSelect .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.BoxSelect .custom-control-label {
  font-size: 1.25rem;
  padding-left: 0.5rem;
}

.Boxformula {
  padding-top: 3rem;
}

.Boxformula h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.Boxformula hr {
  margin: 0;
  border: 1px solid #ccc;
}

.Boxformula .v-flex {
  display: flex;
  padding: 1rem 0;
}

.Boxformula .Boxorder {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
}

.Boxformula .Boxorder label {
  font-size: 1.25rem;
  font-weight: 300;
}

.Boxformula .Boxorder input {
  padding: 0.25rem 1rem;
  font-size: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-weight: 300;
}

.Boxformula .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}

.Boxformula .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.Boxinventory h3 {
  font-size: 1.25rem;
  font-weight: 400;
}

.Boxinventory hr {
  margin: 0;
  border: 1px solid #ccc;
}

.Boxinventory .v-flex {
  padding: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Boxinventory .Boxinput {
  display: flex;
  flex-direction: column;
  width: 350px;
}

.Boxinventory label {
  font-size: 1.25rem;
}

.Boxinventory input {
  border: 1px solid #ccc;
  font-size: 1.25rem;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
}

.Boxinventory .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}

.Boxinventory .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.ck-editor__editable[role='textbox'] {
  min-height: 200px;
}

.ck-content .image {
  max-width: 80%;
  margin: 20px auto;
}

.BoxCkEditer {
  padding-top: 1rem;
}

.BoxCkEditer h3 {
  font-size: 1.25rem;
}

.container {
  max-width: 1420px;
}

.ButtonCreate {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.ButtonCreate button {
  border: none;
  font-size: 1.25rem;
  padding: 1rem;
  color: #ffffff;
  border-radius: 0.5rem;
}

.ButtonCreate button:hover {
  opacity: 0.7;
}

.ButtonCreate button:focus {
  outline: none;
}

.textInfo {
  font-size: 1.25rem;
  font-weight: 400;
}

@media only screen and (max-width: 1500px) {
  .container {
    max-width: 100%;
  }

  .formRight input {
    width: 100%;
  }

  .Boximg img {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }

  .BtnUpload h3 {
    font-size: 1rem;
  }

  .BtnUpload img {
    max-width: 20px;
  }

  .BoxLink .custom-file-label {
    font-size: 1rem;
  }

  .BoxLink label {
    overflow: hidden;
  }

  .BoxSelect {
    margin-right: 1rem;
  }

  .BoxSelect .custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
  }

  .BoxSelect .custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
  }

  .BoxSelect .custom-control-label {
    font-size: 1rem;
  }

  .Boxformula .Boxorder input {
    width: 100%;
  }

  .BoxCheck {
    padding: 0 0.5rem;
  }
}

@media only screen and (max-width: 991px) {
  .v-newproduct {
    padding-top: 2.5rem;
  }

  .Rowsm {
    flex-direction: column;
  }

  .formLeft label {
    font-size: 1rem;
    line-height: 2.15;
  }

  .Form-Select label {
    font-size: 1rem;
  }

  .formRight input {
    font-size: 1rem;
  }

  .Box-Select .custom-select {
    font-size: 1rem;
  }

  .Rowsm .col-sm-4 {
    max-width: 100%;
  }

  .Rowsm .col-sm-8 {
    padding-top: 1.5rem;
    max-width: 100%;
  }

  .Boxformula .Boxorder label {
    font-size: 1rem;
  }

  .BoxSelect h4 {
    font-size: 1rem;
  }

  .picker__weekday {
    font-size: 0.7rem;
  }

  .Boxformula .Boxorder input {
    font-size: 1rem;
  }

  .Boxinventory .v-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .Boxinventory .Boxinput {
    padding: 0.5rem 0;
  }

  .BoxCheck {
    padding: 0.5rem 0;
  }

  .Boxinventory label {
    font-size: 1rem;
    font-weight: 400;
  }

  .Boxinventory input {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 600px) {
  .v-newproduct {
    padding-top: 1rem;
  }

  .formLeft {
    align-items: flex-start;
  }

  .textInfo {
    padding: 2rem 0;
    text-align: center;
  }

  .upload__btn-box {
    display: flex;
    justify-content: center;
  }

  .v-Flex {
    flex-direction: column;
  }

  .BoxSelect h4 {
    font-weight: 400;
  }

  .Boxformula {
    padding-top: 1rem;
  }

  .Boxformula .v-flex {
    flex-direction: column;
    padding: 0;
  }

  .Boxformula .Boxorder {
    padding: 0.5rem 0;
  }

  .Boxinventory .Boxinput {
    width: 100%;
  }

  .Boxinventory .Boxinput {
    padding: 0;
  }

  .Boxinventory {
    padding-top: 1rem;
  }

  .Boxinventory hr {
    margin-bottom: 1rem;
  }

  .ButtonCreate button {
    font-size: 1rem;
  }
}

.v-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v-hederRight {
  display: flex;
  align-items: center;
}

.v-hederRight > div {
  display: flex;
  align-items: center;
}

.input-elevated {
  font-size: 16px;
  line-height: 1.5;
  border: none;
  font-size: 1.25rem;
  background-color: #f4f4f4;
  background-image: url('/icons_mml/ic_search3.png');
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-size: 25px 25px;
  border-radius: 0.5rem;
  width: 300px;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.input-elevated:focus {
  outline: none;
}

.imgFilter {
  width: 100%;
  max-width: 30px;
  margin: 0 1rem;
}

.buttonAdd button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.buttonAdd button:hover {
  opacity: 0.5;
}

.buttonAdd button img {
  width: 100%;
  max-width: 25px;
  margin-right: 0.5rem;
}

button:focus {
  outline: none;
}

.BtnAction {
  display: flex;
  justify-content: space-evenly;
}

.BtnAction button {
  padding: 0.25rem 1rem;
  border: none;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1.25rem;
}

.BtnAction button:hover {
  opacity: 0.7;
}

.dropdown-container {
  display: none;
}

@media only screen and (max-width: 1500px) {
  .table-productlist {
    overflow-x: scroll;
  }

  .input-elevated {
    width: 250px;
  }

  .table-productlist {
    padding-top: 2.5rem;
  }

  .BtnAction button {
    margin: 0 0.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  .tabcontent {
    width: 100%;
    padding: 1rem;
  }

  .table-productlist {
    overflow-x: scroll;
    padding-top: 2rem;
  }

  .BtnAction button {
    margin: 0 0.5rem;
  }

  .v-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .v-hederRight {
    padding-top: 2.5rem;
  }

  .imgFilter {
    margin: 0 0.5rem;
  }
}

@media only screen and (max-width: 600px) {
  .v-header {
    flex-direction: column;
    align-items: center;
  }

  .v-hederRight {
    padding-top: 1rem;
    flex-direction: column;
  }

  .table-productlist {
    overflow-x: scroll;
    padding-top: 2rem;
  }

  .buttonAdd {
    padding-top: 1rem;
  }

  .buttonAdd button {
    font-size: 1rem;
  }

  .BtnAction button {
    font-size: 1rem;
    margin: 0 0.5rem;
  }

  .v-header {
    margin-top: 7rem;
  }
}

/* table style */
.v-table {
  padding-top: 2rem;
}

thead {
  height: 50px;
}

table.dataTable .boxTableHeader th {
  border-right: 2px solid #dee2e6;
}

table.dataTable .boxTableHeader th:last-child {
  border-right: none;
}

.table-bordered .boxTableHeader th {
  border: none;
}

table.dataTable thead th {
  font-size: 1.12rem;
  font-weight: 300 !important;
  text-align: center !important;
}

table th {
  font-size: 1.12rem;
  font-weight: 300;
}

table td {
  font-size: 1rem;
  vertical-align: middle !important;
}

.c-bgyellow {
  background-color: #fef2cb;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ccc !important;
  font-size: 1.25rem !important;
  padding: 0.25rem 1rem !important;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 1;
}

.picker__input.picker__input--active {
  border-color: #0089ec;
}

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.picker {
  width: 100%;
}

.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  -ms-filter: 'alpha(Opacity=0)';
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.15s ease-out, max-height 0 0.15s;
  -moz-transition: all 0.15s ease-out, max-height 0 0.15s;
  transition: all 0.15s ease-out, max-height 0 0.15s;
}

.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: 'alpha(Opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: all 0.15s ease-out, max-height 0;
  -moz-transition: all 0.15s ease-out, max-height 0;
  transition: all 0.15s ease-out, max-height 0;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

.picker__box {
  padding: 0 1em;
}

.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999;
  font-size: 1rem;
}

.picker__select--month,
.picker__select--year {
  font-size: 1rem;
  border: 1px solid #b7b7b7;
  height: 2.5em;
  padding: 0.66em 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: -0.5em;
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -0.33em;
  padding: 0.5em 1.33em;
  width: 1em;
  height: 1em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.5em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.5em;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: ' ';
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}

.picker__nav--prev:hover,
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: 0;
  border-right-color: whitesmoke;
  border-left-color: whitesmoke;
}

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__weekday {
  width: 14.285714286%;
  font-size: 1rem;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}

.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  color: #0089ec;
  position: relative;
}

.picker__day--today:before {
  content: ' ';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--selected,
.picker__day--selected:hover {
  border-color: #0089ec;
}

.picker__day--highlighted {
  background: #b1dcfb;
}

.picker__day--disabled:before {
  border-top-color: #aaa;
}

.picker__day--outfocus {
  color: #ddd;
  -ms-filter: 'alpha(Opacity=66)';
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  background: #54b3e8;
  color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ddd;
  cursor: default;
}

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear {
  border: 1px solid #fff;
  background: #fff;
  font-size: 1rem;
  padding: 0.66em 0;
  font-weight: 700;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before {
  content: ' ';
  margin-right: 0.45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  content: '\D7';
  margin-right: 0.35em;
  top: -0.1em;
  color: #e20;
  vertical-align: top;
  font-size: 1.1em;
}

.right-inner-addon {
  position: relative;
}

.right-inner-addon input {
  padding-right: 35px !important;
}

.right-inner-addon i {
  position: absolute;
  right: 0px;
  padding: 12px 12px;
  pointer-events: none;
  z-index: 2;
}

input:focus {
  outline: none;
}

fieldset {
  border: 0;
  padding: 0;
  position: relative;
}

input,
select {
  width: 100%;
  padding: 0.25rem 1rem;
  font-size: 1.25rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin: 0.25rem 0;
}

@media only screen and (max-width: 991px) {
  input {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1500px) {
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
  }

  table.dataTable thead th {
    font-size: 1rem;
  }

  table td {
    font-size: 0.9rem;
  }

  .v-table {
    overflow-x: scroll;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_filter input {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 600px) {
}

.cancel-product-line {
  position: relative;
}

.cancel-product-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  height: 1px;
  width: 90%;
  z-index: 00;
  background-color: red;
  transform: translateY(-50%);
}

.product-redline {
  text-decoration: line-through red;
}

.note-calculator-li-dash {
  list-style-type: '- ';
  margin-left: 20px;
}

.img-flag {
  width: 100px;
}

.TableIng {
  overflow-x: auto;
  font-size: 0.7rem;

  padding: 1rem;
  border: 1px solid #ccc;
  margin: 0 0rem;
}

.TableIng.ForSearch {
  border: unset;
  border-top: none;
  margin: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.TableIng.show {
  border-top: 1px solid #ccc;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.TableIng.all {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

.TableIng thead {
  background-color: #eee;
}

.TableIng .table-bordered {
  border: 1px solid #ccc;
}

.TableIng .table-bordered td {
  border: 1px solid #ccc;
  text-align: center;
}

.TableIng table.table th {
  border: 1px solid #ccc;
  vertical-align: middle;
}

.TableIng .table-bordered th {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 600px) {
  .TableIng table.table th {
    font-size: 0.7rem;
  }

  .TableIng .table-bordered td {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 1500px) {
  .TableIng {
    width: 100%;
  }
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #e20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .circle {
    margin-top: 5px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .circle {
    margin-top: 5px;
    width: 23px;
    height: 23px;
  }
}

/* Hide the spinner for Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide the spinner for Firefox */
.no-spinner[type='number'] {
  -moz-appearance: textfield;
}
