@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
* {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  /* width: 1200px; */
  margin: auto;
}
li {
  list-style: none;
  margin: 0px;
}
a {
  text-decoration: none;
}
*:focus {
  outline: 1px solid #3c2b8b;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #3c2b8b;
}

::selection {
  color: white;
  background: #3c2b8b;
}
/* Login Form Design starts here. */
.login-form li {
  list-style: none;
  margin: 20px 0px;
  margin-left: 40px;
}
.login-box {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 10%;
  background: #f6f6f6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
  padding: 10px;
}
.login-container {
  padding: 0 15px;
}
.login-box h1 {
  text-align: center;
  margin: 0px;
  color: #000;
  font-weight: normal;
}
label {
  margin: 5px 0px;
  font-size: 14px;
}
.label-block {
  display: inline-block;
  width: 100px;
}
.input-box,
.check-input-box {
  display: inline-block;
  margin: 5px 0px;
}
.check-input-box input,
.check-input-box label {
  margin-right: 10px;
}
.input-box input {
  width: 200px;
  padding: 5px 5px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #000;
}
.input-box textarea {
  width: 200px;
  height: 75px;
  padding: 5px 5px;
  border-radius: 4px;
  border: 1px solid #000;
}
.input-box select {
  padding: 5px 2px;
  width: 200px;
  margin: auto;
  border-radius: 4px;
}
.submit_button {
  font-size: 16px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 8px 15px;
  background-color: #3c2b8b;
  border: none;
  color: white;
  transition: 0.3s ease all;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
}
.submit_button:hover,
.submit_button:focus,
.action-btn:hover,
.action-btn:focus {
  cursor: pointer;
  color: black;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.error_message {
  margin-left: 5px;
  color: red;
}
.confirm_message {
  margin-left: 5px;
  color: green;
}
/* Login Form Design ends here. */

/* Design Admin page starts here. */
header {
  background-color: #fff;
  height: 100px;
  margin: 0px auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 15px;
}
header h1 {
  text-align: center;
  line-height: 100px;
  color: white;
  font-size: 60px;
  font-weight: normal;
}
nav {
  margin: 0px;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 2px solid #ccc;
}
nav a {
  color: black;
  display: inline-block;
  padding: 10px 20px;
}
nav a:hover {
  background-color: #3c2b8b;
  color: white;
}
.table_mainWrapper {
  width: 100%;
  max-width: 1200px;
  border-spacing: 0px;
  height: 69vh;
}
#td_aside {
  background-color: #eeeeee;
  vertical-align: top;
  width: 200px;
  border-right: 2px solid #ccc;
}
aside a {
  color: black;
  display: block;
  padding: 10px 20px;
}
aside a:hover {
  background-color: #3c2b8b; /* #d6d6d6 */
  color: white;
}
#td_section {
  vertical-align: top;
  overflow-x: scroll;
}
.userInfoBar {
  width: 1000px;
  background-color: #f4f4f4;
}
section {
  width: 1000px;
  padding: 10px;
  padding-bottom: 40px;
}
.wel-head {
  text-transform: capitalize;
}
section h1 {
  margin-bottom: 10px;
  font-weight: normal;
  color: #333;
  font-size: 26px;
}
section p {
  width: 800px;
  line-height: 25px;
}
article {
  margin-top: 20px;
  margin-bottom: 50px;
}
article h2 {
  margin-bottom: 5px;
  font-weight: normal;
  color: #333;
  font-size: 20px;
}
table {
  border-collapse: collapse;
}
.table_displayData td,
.table_displayData th {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: center;
}
.table_displayData th {
  background-color: #eee;
  color: #333;
}
.table_invoiceFormat th {
  background-color: #eee;
  color: #333;
  padding: 7px 15px;
  /* border: 1px solid #ddd; */
}
.remaining_table th {
  padding: 7px 5px;
}
.table_invoiceFormat tr {
  border: none;
}
.table_invoiceFormat td,
.table_invoiceFormat tr {
  padding: 5px 5px;
  text-align: center;
  /* border: 1px solid #ddd; */
}
.table_infoFormat {
  margin: 20px 5px 25px;
}
.table_infoFormat td {
  padding: 5px 5px 0px 0px;
}
.table_infoFormat td:first-child {
  font-weight: bold;
}
footer {
  clear: both;
  padding: 20px;
  font-size: 20px;
  background-color: #3c2b8b;
  color: white;
  text-align: center;
}
.action-btn {
  font-size: 16px;
  margin: 2px;
  padding: 8px 10px;
  background-color: #3c2b8b;
  border: none;
  color: white;
  transition: 0.3s ease all;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  display: inline-block;
}
.reject-btn {
  background-color: #ff8080;
}
.all-order-btn.reject-btn {
  text-align: left;
}
.all-order-btn {
  margin-top: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.table_invoiceFormat td input[type="number"] {
  width: 30px;
  text-align: center;
}
.table_invoiceFormat td input:focus {
  outline: none;
}
table .check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  vertical-align: middle;
}
.remain-order {
  position: relative;
}
.remain-order .not-approved {
  background: red;
  color: #fff;
  padding: 0px 7px;
  position: absolute;
  top: 0;
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
}
/* Design of Admin page ends here. */

.flex {
  display: flex;
  /* align-items: center; */
}
ul.product-list .input-box {
  width: 200px;
}
.product-cat-block {
  border-bottom: 1px solid;
}
.quantityButtons input#quantityValue {
  width: 40px;
  text-align: center;
}
.quantityButtons {
  /* max-width: 150px; */
  text-align: center;
  /* display: none; */
  margin-top: 10px;
}
.quantityButtons input[type="number"] {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  margin: 0 5px;
  line-height: 15px;
}
.quantityButtons p {
  display: inline;
}
.quantityButtons .btn {
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f2f2f2;
}
.quantity-block-body {
  margin-top: 10px;
  text-align: center;
  width: 150px;
}
.quantity-block-body span {
  display: block;
}
.quantity-block-body input.addButton,
.checkout-btn {
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #3c2b8b;
  border: none;
  color: white;
  transition: 0.3s ease all;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2px;
  cursor: pointer;
}
.quantity-block-body input.addButton:hover,
.quantity-block-body input.addButton:focus,
.checkout-btn:hover,
.checkout-btn:focus {
  cursor: pointer;
  color: black;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
div#totalPriceDisplay {
  /* position: fixed; */
  /* bottom: 80px; */
  background: #fff;
  width: 73%;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
select#bundleQuantitySelect:focus {
  outline: none;
}
/* start-accordian-css */
/* Core styles/functionality */
.tab input.accordion-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input.accordion-checkbox:checked ~ .tab__content {
  max-height: -webkit-fill-available;
  padding: 10px;
}

/* Visual styles */
.accordion {
  /* color: var(--theme);
  border: 2px solid;
  border-radius: 0.5rem; */
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: #000;
  background: var(--theme);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
  background: #eeebf9;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input.accordion-checkbox:checked + .tab__label::after {
  transform: rotate(270deg);
}
/* .tab__content p {
  margin: 0;
  padding: 1rem;
} */
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input.accordion-checkbox:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
/* end */
/* start-media-query-css */
@media only screen and (max-width: 768px) {
  .login-box {
    width: 100%;
    max-width: 350px;
  }
  .login-form li {
    margin-left: 0px;
  }
  .input-box input {
    padding: 10px 5px;
  }
  .input-box {
    width: 100%;
  }
  .input-box input,
  .input-box textarea {
    width: -webkit-fill-available;
  }
  .submit_button {
    font-size: 18px;
    padding: 10px 25px;
  }
  section {
    width: 100%;
    max-width: 100%;
  }
  .container {
    overflow: scroll;
  }
  nav a,
  aside a,
  .table_displayData td,
  .table_displayData th,
  label,
  .input-box input,
  .input-box textarea {
    font-size: 18px;
  }
  nav a {
    padding: 10px 15px;
  }
  .table_mainWrapper {
    height: 70vh;
  }
  .login-container {
    margin-top: 50%;
  }
  .table_mainWrapper ul.product-list li {
    display: flex;
  }
  .table_mainWrapper ul.product-list li .label-block {
    width: 120px;
  }
}
