@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #192332;
}

main {
  background-color: #f4f4f4;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.h1-title {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.5625rem;
  font-family: "General Sans", sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0px;
  color: #ff0000;
}
@media (min-width: 992px) {
  .h1-title {
    font-size: 4.0625rem;
    line-height: 3.75rem;
  }
}
.h1-title.light {
  color: #ffffff;
}

.h2-title {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.625rem;
  font-family: "General Sans", sans-serif;
  font-size: 1.5625rem;
  letter-spacing: 0px;
  color: #ff0000;
}
@media (min-width: 768px) {
  .h2-title {
    font-size: 1.1875rem;
    line-height: 2.0625rem;
  }
}
@media (min-width: 1200px) {
  .h2-title {
    font-size: 1.75rem;
  }
}
.h2-title.light {
  color: #ffffff;
}

.h3-title {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.9375rem;
  font-family: "General Sans", sans-serif;
  font-size: 1.5625rem;
  letter-spacing: 0px;
  color: #192332;
}
@media (min-width: 768px) {
  .h3-title {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
  }
}
@media (min-width: 1200px) {
  .h3-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.h3-title.light {
  color: #ffffff;
}

.h4-title {
  font-family: "General Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.6875rem;
  font-family: "General Sans", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0px;
  color: #192332;
}
@media (min-width: 768px) {
  .h4-title {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  .h4-title {
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }
}
.h4-title.light {
  color: #ffffff;
}

.body-text {
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.125rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 768px) {
  .body-text {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.02px;
  }
}
@media (min-width: 1200px) {
  .body-text {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.body-text.bold {
  font-weight: bold;
}
.body-text.light {
  color: #ffffff;
}

ul {
  padding-inline-start: 20px;
}
ul li {
  list-style: none;
}
ul li a {
  color: #ff0000;
  text-decoration: none;
}
@media (hover: hover) {
  ul li a:hover {
    color: #cc0000;
  }
}

.content-width {
  margin: 0px auto;
}
@media (min-width: 992px) {
  .content-width {
    max-width: 85.417vw;
    width: 100%;
  }
}

.default-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .default-padding {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.default-margin {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .default-margin {
    margin-top: 110px;
    margin-bottom: 110px;
  }
}

.background-cover {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ada-focused {
  outline: 1px solid #192332 !important;
  outline-offset: 2px !important;
  transition: all 0.3s ease-out !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

button,
a {
  cursor: pointer;
}

.btn {
  background: none;
  border-radius: 0px;
  border: none;
  padding: 0px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.btn.primary {
  padding: 10px 25px 10px 25px;
  background: #ff0000;
  box-sizing: border-box;
  border: 1px solid #ff0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.primary:hover {
    color: #ff0000;
    background: #ffffff;
    border-color: #ff0000;
  }
}
@media (min-width: 768px) {
  .btn.primary {
    padding: 9px 18px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .btn.primary {
    padding: 11px 26px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.secondary {
  padding: 10px 25px 10px 25px;
  background: #192332;
  box-sizing: border-box;
  border: 1px solid #192332;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.secondary:hover {
    color: #192332;
    background: #ffffff;
    border-color: #192332;
  }
}
@media (min-width: 768px) {
  .btn.secondary {
    padding: 9px 18px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .btn.secondary {
    padding: 11px 26px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.table-edit {
  padding: 12px;
  margin-bottom: 3px;
  background: #192332;
  box-sizing: border-box;
  border: 1px solid #192332;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.table-edit:hover {
    color: #192332;
    background: #ffffff;
    border-color: #192332;
  }
}
@media (min-width: 1200px) {
  .btn.table-edit {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.table-common {
  padding: 12px;
  margin-bottom: 3px;
  background: #192332;
  box-sizing: border-box;
  border: 1px solid #192332;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.table-common:hover {
    color: #192332;
    background: #ffffff;
    border-color: #192332;
  }
}
@media (min-width: 1200px) {
  .btn.table-common {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.table-delete {
  padding: 12px;
  margin-bottom: 3px;
  background: #cc0000;
  box-sizing: border-box;
  border: 1px solid #cc0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.table-delete:hover {
    color: #cc0000;
    background: #ffffff;
    border-color: #cc0000;
  }
}
@media (min-width: 1200px) {
  .btn.table-delete {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.table-assign {
  padding: 10px 25px 10px 25px;
  margin-bottom: 3px;
  background: #39a2db;
  box-sizing: border-box;
  border: 1px solid #39a2db;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.table-assign:hover {
    color: #39a2db;
    background: #ffffff;
    border-color: #39a2db;
  }
}
@media (min-width: 768px) {
  .btn.table-assign {
    padding: 9px 18px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .btn.table-assign {
    padding: 11px 26px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.logout {
  padding: 10px 15px 10px 15px;
  background: #cc0000;
  box-sizing: border-box;
  border: 1px solid #cc0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.logout:hover {
    color: #cc0000;
    background: #ffffff;
    border-color: #cc0000;
  }
}
@media (min-width: 1200px) {
  .btn.logout {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.btn.refresh {
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  cursor: pointer;
}
.btn.refresh svg {
  width: 32px;
  height: 32px;
  fill: black;
}
@media (min-width: 1200px) {
  .btn.refresh svg {
    width: 40px;
    height: 40px;
  }
}
.btn.pos-btn-common {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn.payment-btn-common {
  padding: 11px 25px !important;
}
@media (min-width: 1600px) {
  .btn.payment-btn-common {
    padding: 18px 25px !important;
  }
}
.btn.order {
  padding: 20px 25px;
  background: #192332;
  box-sizing: border-box;
  border: 1px solid #192332;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.order:hover {
    color: #192332;
    background: #ffffff;
    border-color: #192332;
  }
}
.btn.payment {
  padding: 15px 25px;
  background: #192332;
  box-sizing: border-box;
  border: 1px solid #192332;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.payment:hover {
    color: #192332;
    background: #ffffff;
    border-color: #192332;
  }
}
.btn.add {
  padding: 14px 25px 14px 25px;
  background: #ff0000;
  box-sizing: border-box;
  border: 1px solid #ff0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.add:hover {
    color: #ff0000;
    background: #ffffff;
    border-color: #ff0000;
  }
}
.btn.select {
  padding: 14px 25px 14px 25px;
  background: #ff0000;
  box-sizing: border-box;
  border: 1px solid #ff0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.select:hover {
    color: #ff0000;
    background: #ffffff;
    border-color: #ff0000;
  }
}
.btn.remove {
  padding: 10px 25px;
  background: #cc0000;
  box-sizing: border-box;
  border: 1px solid #cc0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.remove:hover {
    color: #cc0000;
    background: #ffffff;
    border-color: #cc0000;
  }
}
@media (min-width: 992px) {
  .btn.remove {
    padding: 14px 25px;
  }
}
.btn.pos-logout {
  padding: 10px 25px;
  background: #cc0000;
  box-sizing: border-box;
  border: 1px solid #cc0000;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.pos-logout:hover {
    color: #cc0000;
    background: #ffffff;
    border-color: #cc0000;
  }
}
@media (min-width: 992px) {
  .btn.pos-logout {
    padding: 14px 25px;
  }
}
.btn.pos-logout .logout-icon {
  width: 28px;
  height: 28px;
  stroke: #212529;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s ease;
}
.pos-logout:hover .btn.pos-logout .logout-icon {
  stroke: #d6336c;
}
.btn.pos-back {
  padding: 10px 25px;
  background: #192332;
  box-sizing: border-box;
  border: 1px solid #192332;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
}
@media (hover: hover) {
  .btn.pos-back:hover {
    color: #192332;
    background: #ffffff;
    border-color: #192332;
  }
}
@media (min-width: 992px) {
  .btn.pos-back {
    padding: 14px 25px;
  }
}
.btn.ada-skip.action {
  position: absolute;
  left: 5px;
  top: -100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  z-index: 9999;
}
.btn.ada-skip.action.ada-focused {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  top: 5px;
}

.link {
  position: relative;
  display: inline-block;
}
.link.text-link {
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-out;
  line-height: 0.9375rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 768px) {
  .link.text-link {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.02px;
  }
}
@media (min-width: 1200px) {
  .link.text-link {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
@media (hover: hover) {
  .link.text-link:hover {
    transition: all 0.3s ease-out;
    font-family: "General Sans", sans-serif;
    color: #ff0000;
  }
}
.link.text-link.light {
  color: #ffffff;
}
@media (hover: hover) {
  .link.text-link.light:hover {
    transition: all 0.3s ease-out;
    font-family: "General Sans", sans-serif;
    color: #ff0000;
  }
}
.link.icon-link {
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 768px) {
  .link.icon-link {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.02px;
  }
}
@media (min-width: 1200px) {
  .link.icon-link {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
@media (hover: hover) {
  .link.icon-link:hover {
    transition: all 0.3s ease-out;
    font-family: "General Sans", sans-serif;
    color: #ff0000;
  }
  .link.icon-link:hover a {
    color: #ff0000;
  }
}
.link.icon-link.light {
  color: #ffffff;
}
@media (hover: hover) {
  .link.icon-link.light:hover {
    transition: all 0.3s ease-out;
    font-family: "General Sans", sans-serif;
    color: #ff0000;
  }
  .link.icon-link.light:hover a {
    color: #ff0000;
  }
}
.link.icon-link svg {
  margin-right: 4px;
}
.link.apply-link {
  text-align: left;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #ff0000;
}
@media (min-width: 768px) {
  .link.apply-link {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.02px;
  }
}
@media (min-width: 1200px) {
  .link.apply-link {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
@media (hover: hover) {
  .link.apply-link:hover {
    transition: all 0.3s ease-out;
    font-family: "General Sans", sans-serif;
    color: #ffffff;
  }
  .link.apply-link:hover a {
    color: #ffffff;
  }
}
.link.apply-link.light {
  color: #ffffff;
}
@media (hover: hover) {
  .link.apply-link.light:hover {
    transition: all 0.3s ease-out;
    font-family: "General Sans", sans-serif;
    color: #ff0000;
  }
  .link.apply-link.light:hover a {
    color: #ff0000;
  }
}
.link.apply-link svg {
  margin-right: 4px;
}

.fancybox-container .fancybox-inner .fancybox-infobar span {
  line-height: 1.125rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .fancybox-container .fancybox-inner .fancybox-infobar span {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.02px;
  }
}
@media (min-width: 1200px) {
  .fancybox-container .fancybox-inner .fancybox-infobar span {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content {
  border-top-right-radius: 50px;
}
@media (min-width: 992px) {
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content {
    border-top-right-radius: 40px;
  }
}
.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .fancybox-video {
  border-top-right-radius: 50px;
}
@media (min-width: 992px) {
  .fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content .fancybox-video {
    border-top-right-radius: 40px;
  }
}
.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
  background: red;
}
.fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div {
  background: red;
}

.form .form-field {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .form .form-field {
    margin-bottom: 15px;
  }
}
.form .form-field:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .form .form-field:last-child {
    margin-bottom: 15px;
  }
}
.form .form-field.item-price {
  width: 80% !important;
  margin-bottom: 0px !important;
}
@media (min-width: 992px) {
  .form .form-field.item-price {
    width: 95% !important;
  }
}
.form .form-field label {
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .form .form-field label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.form .form-field input,
.form .form-field textarea {
  margin-top: 5px;
  outline: none;
  border: 1px solid #787b80;
  padding: 10px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .form .form-field input,
  .form .form-field textarea {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.form .form-field .error-text {
  color: #cc0000;
}

.disable {
  pointer-events: none !important;
  background-color: #ffffff !important;
}

.select2-container .select2-selection--single {
  margin-top: 5px;
  outline: none;
  border: 1px solid #787b80;
  padding: 12px 12px 0 12px;
  background: none;
  border-radius: 5px;
  height: 43px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .select2-container .select2-selection--single {
    padding-top: 11px;
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
    height: 47px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 12px;
}
@media (min-width: 992px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 16px;
  }
}
.select2-container .select2-selection--single.focused-input {
  border: 1px solid #ff0000;
  -webkit-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  -moz-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #cc0000 !important;
  color: #192332;
}

.swal2-container .swal2-title {
  font-family: "General Sans", sans-serif;
  padding: 0 1em 0;
  font-size: 1.5rem;
}
.swal2-container .swal2-html-container {
  padding: 0.5em 1.6em 0.3em;
  font-family: "General Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  line-height: 1.125rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
.swal2-container .swal2-actions {
  margin: 0.25em auto 0;
}
.swal2-container .swal2-actions .swal2-confirm {
  padding: 0.625em 2.1em;
  background-color: #ff0000 !important;
}
.swal2-container .swal2-actions .swal2-deny {
  padding: 0.625em 2.1em;
  background-color: #cc0000 !important;
}
.swal2-container .swal2-actions .swal2-cancel {
  padding: 0.625em 2.1em;
  background-color: #192332 !important;
}

.flatpickr-day.selected {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
}

.get-started {
  background-image: url("../images/get-started-bg.jpg");
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.get-started::before {
  background-color: #192332;
  opacity: 80%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media (min-width: 1200px) {
  .get-started {
    display: none;
  }
}
.get-started .get-started-wrap {
  position: relative;
  z-index: 2;
  padding: 35px 15px;
}
.get-started .get-started-wrap .get-started-container .logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.get-started .get-started-wrap .get-started-container .logo-wrap .logo {
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.get-started .get-started-wrap .get-started-container .welcome-wrap {
  margin-bottom: 3px;
  text-align: center;
}
.get-started .get-started-wrap .get-started-container .welcome-wrap .heading {
  font-weight: 700;
  line-height: 1.3125rem;
  font-family: "Satoshi", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .get-started .get-started-wrap .get-started-container .welcome-wrap .heading {
    font-size: 1.5625rem;
    line-height: 1.625rem;
  }
}
.get-started .get-started-wrap .get-started-container .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-started .get-started-wrap .logout-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
.get-started .get-started-wrap .logout-wrap .custom {
  width: 100%;
  border-radius: 0;
}

.category {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .category {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .category {
    display: none;
  }
}
.category .category-wrap {
  padding: 0 7px;
}
@media (min-width: 768px) {
  .category .category-wrap {
    padding: 0 14px;
  }
}
.category .category-wrap .category-container {
  display: flex;
  flex-wrap: wrap;
}
.category .category-wrap .category-container .category-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .category .category-wrap .category-container .category-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 5px;
  }
}
.category .category-wrap .category-container .category-item .category-item-link {
  text-decoration: none;
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap {
  padding: 0 3px;
}
@media (min-width: 768px) {
  .category .category-wrap .category-container .category-item .category-item-link .category-item-wrap {
    padding: 0 6px;
  }
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .category-image-wrap .image {
  background-image: url("../images/category-image-01.jpg");
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .category-image-wrap .image {
    height: 180px;
  }
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap {
  padding: 15px 5px 6px 5px;
  background-color: #39A2DB;
  position: relative;
  top: -6px;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  .category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap {
    padding: 19px 10px 10px 10px;
  }
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap .title-wrap {
  display: flex;
  flex-direction: column;
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap .title-wrap .title-text {
  text-align: center;
  font-weight: 700;
  line-height: 0.9375rem;
  font-family: "Satoshi", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap .title-wrap .title-text {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap .pieces-wrap {
  display: flex;
  flex-direction: column;
}
.category .category-wrap .category-container .category-item .category-item-link .category-item-wrap .desc-wrap .pieces-wrap .pieces-text {
  text-align: center;
}

.hero {
  background-image: url("../images/get-started-bg.jpg");
  width: 100%;
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .hero {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .hero {
    display: none;
  }
}
.hero::before {
  background: linear-gradient(to bottom, #192332 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 80%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .hero::before {
    height: 270px;
  }
}
.hero .hero-wrap .hero-container {
  position: relative;
  z-index: 2;
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 768px) {
  .hero .hero-wrap .hero-container .previos-and-cart-wrap {
    padding: 20px;
  }
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap .previos-wrap svg {
  width: 23px;
  height: 23px;
}
@media (min-width: 768px) {
  .hero .hero-wrap .hero-container .previos-and-cart-wrap .previos-wrap svg {
    width: 32px;
    height: 32px;
  }
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap .cart-and-number-wrap {
  position: relative;
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap .cart-and-number-wrap .cart-wrap {
  padding: 8px;
  background-color: #192332;
  width: fit-content;
  border-radius: 8px;
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap .cart-and-number-wrap .cart-wrap svg {
  margin-right: 0;
}
@media (min-width: 768px) {
  .hero .hero-wrap .hero-container .previos-and-cart-wrap .cart-and-number-wrap .cart-wrap {
    padding: 12px;
  }
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap .cart-and-number-wrap .number-wrap {
  font-weight: 700;
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 1px 6px;
  background-color: red;
  border-radius: 50%;
}
.hero .hero-wrap .hero-container .previos-and-cart-wrap .cart-and-number-wrap .number-wrap .number {
  font-weight: bold;
}
.hero .hero-wrap .hero-container .heading-wrap {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero .hero-wrap .hero-container .heading-wrap {
    margin-top: 42px;
  }
}
.hero .hero-wrap .hero-container .heading-wrap .heading {
  font-weight: 700;
  line-height: 1.3125rem;
  font-family: "Satoshi", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .hero .hero-wrap .hero-container .heading-wrap .heading {
    font-size: 1.625rem;
    line-height: 1.6875rem;
  }
}

.category-item {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .category-item {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .category-item {
    display: none;
  }
}
.category-item .category-item-wrap {
  padding: 0 7px;
}
@media (min-width: 768px) {
  .category-item .category-item-wrap {
    padding: 0 14px;
  }
}
.category-item .category-item-wrap .category-item-container {
  display: flex;
  flex-wrap: wrap;
}
.category-item .category-item-wrap .category-item-container .category-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .category-item .category-item-wrap .category-item-container .category-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap {
  position: relative;
  z-index: 1;
  background-color: #192332;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap {
    margin: 0 6px;
  }
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .image-wrap {
  margin-right: 5px;
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .image-wrap .image {
  background-image: url("../images/category-image-01.jpg");
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .title-wrap .title {
  font-weight: 700;
  line-height: 1rem;
  font-family: "Satoshi", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .title-wrap .title {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .price-wrap {
  margin-top: 3px;
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .price-wrap .price {
  line-height: 0.875rem;
  font-family: "Satoshi", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .price-wrap .price {
    font-size: 1.125rem;
    line-height: 1.1875rem;
  }
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .desc-wrap {
  margin-top: 3px;
}
.category-item .category-item-wrap .category-item-container .category-list-item .category-list-item-content-wrap .content-wrap .content .desc-wrap .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-item .category-item-wrap .category-item-container .category-list-item .bottom-wrap {
  padding: 15px 5px 8px 5px;
  background-color: #ff0000;
  position: relative;
  top: -6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .category-item .category-item-wrap .category-item-container .category-list-item .bottom-wrap {
    padding: 19px 10px 13px 10px;
    margin: 0 6px;
  }
}
.category-item .category-item-wrap .category-item-container .category-list-item .bottom-wrap .add {
  text-align: center;
}

.item-details {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.item-details.active {
  display: block;
}
@media (min-width: 1200px) {
  .item-details {
    display: none;
  }
}
.item-details .item-details-wrap {
  padding: 0 10px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .item-details .item-details-wrap {
    padding: 0 40px;
  }
}
.item-details .item-details-wrap .item-details-container {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .item-details .item-details-wrap .item-details-container {
    padding: 20px;
  }
}
.item-details .item-details-wrap .item-details-container .item-details-content-wrap .close-icon-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.item-details .item-details-wrap .item-details-container .item-details-content-wrap .image-wrap {
  margin-top: 10px;
}
.item-details .item-details-wrap .item-details-container .item-details-content-wrap .image-wrap .image {
  background-image: url("../images/category-image-01.jpg");
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .item-details .item-details-wrap .item-details-container .item-details-content-wrap .image-wrap .image {
    height: 250px;
  }
}
.item-details .item-details-wrap .item-details-container .item-details-content-wrap .title-wrap {
  margin-top: 10px;
}
.item-details .item-details-wrap .item-details-container .item-details-content-wrap .title-wrap .title {
  font-weight: 700;
  line-height: 1.0625rem;
  font-family: "Satoshi", sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #192332;
}
@media (min-width: 768px) {
  .item-details .item-details-wrap .item-details-container .item-details-content-wrap .title-wrap .title {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap {
  margin-top: 10px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .item-details .item-details-wrap .item-details-container .add-to-cart-wrap {
    padding: 15px;
  }
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form label {
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form textarea {
  height: 100px;
  margin-top: 5px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 10px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form textarea {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .quantity-wrap .minus-plus-input-wrap {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .quantity-wrap .minus-plus-input-wrap input {
  width: 40px;
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .quantity-wrap .minus-plus-input-wrap .icon {
  background-color: #ff0000;
  padding: 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .quantity-wrap .minus-plus-input-wrap .icon svg {
  fill: #f4f4f4;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .size-container {
  width: 100% !important;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .size-container .size {
  width: 100% !important;
  height: 30px;
  margin-bottom: 6px;
  border-radius: 5px 5px 5px 5px !important;
  border: 1px solid #787b80;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .size-container .custom-font {
  width: 100% !important;
  background: none;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03px;
  color: #192332;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .special-note-wrap {
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
}
.item-details .item-details-wrap .item-details-container .add-to-cart-wrap .form .button-wrap .add {
  width: 100%;
}

.checkout-item {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .checkout-item {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .checkout-item {
    display: none;
  }
}
.checkout-item .checkout-item-wrap {
  padding: 0 7px;
}
@media (min-width: 768px) {
  .checkout-item .checkout-item-wrap {
    padding: 0 14px;
  }
}
@media (min-width: 768px) {
  .checkout-item .checkout-item-wrap .checkout-item-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap {
  position: relative;
  z-index: 1;
  background-color: #192332;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  margin: 0 3px;
}
@media (min-width: 992px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap {
    margin: 0 6px;
  }
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .image-wrap {
  margin-right: 5px;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .image-wrap .image {
  background-image: url("../images/category-image-01.jpg");
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .close-icon-wrap {
  position: absolute;
  top: 10px;
  right: 10px;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .close-icon-wrap svg {
  margin-right: 0;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .title-wrap {
  margin-top: 12px;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .title-wrap .title {
  font-weight: 700;
  line-height: 1rem;
  font-family: "Satoshi", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .title-wrap .title {
    font-size: 1rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .title-wrap .title {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .price-wrap {
  margin-top: 3px;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .price-wrap .price {
  line-height: 0.875rem;
  font-family: "Satoshi", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .price-wrap .price {
    font-size: 1.125rem;
    line-height: 1.1875rem;
  }
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .quatity-and-total-price-wrap {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .quatity-and-total-price-wrap .quantity-wrap .minus-plus-input-wrap {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .quatity-and-total-price-wrap .quantity-wrap .minus-plus-input-wrap input {
  width: 40px;
  text-align: center;
  outline: none;
  border: none;
  background-color: transparent;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .quatity-and-total-price-wrap .quantity-wrap .minus-plus-input-wrap .icon {
  background-color: #ff0000;
  padding: 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .checkout-list-item-content-wrap .content-wrap .content .quatity-and-total-price-wrap .quantity-wrap .minus-plus-input-wrap .icon svg {
  fill: #f4f4f4;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .bottom-wrap {
  padding: 15px 5px 8px 5px;
  background-color: #ff0000;
  position: relative;
  top: -6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 3px;
}
@media (min-width: 992px) {
  .checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .bottom-wrap {
    padding: 19px 10px 13px 10px;
    margin: 0 6px;
  }
}
.checkout-item .checkout-item-wrap .checkout-item-container .checkout-list-item .bottom-wrap .add {
  text-align: center;
}
.checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap {
  margin-top: 10px;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap {
    padding: 15px;
  }
}
.checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap .form label {
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap .form label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap .form .table-count-val-wrap {
  margin-bottom: 6px;
  display: flex;
  flex-direction: column;
}
.checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap .form .table-count-val-wrap .select2-container .select2-container--default {
  width: 100% !important;
}
.checkout-item .checkout-item-wrap .total-bill-statement-wrap .total-bill-statement .table-count-wrap .form .button-wrap .add {
  width: 100%;
}

@media (min-width: 1200px) {
  .confirm-order-status {
    display: none;
  }
}
.confirm-order-status .confirm-order-status-wrap {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm-order-status .confirm-order-status-wrap .confirm-order-status-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm-order-status .confirm-order-status-wrap .confirm-order-status-container .image-wrap .image {
  background-image: url("../images/confirm-order.png");
  width: 65px;
  height: 55PX;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.confirm-order-status .confirm-order-status-wrap .confirm-order-status-container .heading-wrap {
  margin-top: 8px;
  width: 60%;
}
.confirm-order-status .confirm-order-status-wrap .confirm-order-status-container .heading-wrap .heading {
  font-weight: 700;
  text-align: center;
  line-height: 1.0625rem;
  font-family: "Satoshi", sans-serif;
  font-size: 1rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .confirm-order-status .confirm-order-status-wrap .confirm-order-status-container .heading-wrap .heading {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .confirm-order-status .confirm-order-status-wrap .confirm-order-status-container .heading-wrap .heading {
    font-size: 1.4375rem;
    line-height: 1.5rem;
  }
}
.confirm-order-status .confirm-order-status-wrap .confirm-order-status-container .button-wrap {
  margin-top: 3px;
}

.breadcrumb {
  background-color: aliceblue;
  padding: 16px 18px;
  border-radius: 8px;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-row-wrap .breadcrumb-content {
  display: flex;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-row-wrap .breadcrumb-content .main-text .main-link {
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-row-wrap .breadcrumb-content .sub-text .sub-link {
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-row-wrap .breadcrumb-content .nexted-text .nexted-link {
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-row-wrap .breadcrumb-content .icon {
  display: flex;
  align-items: center;
}

.dashboard {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .dashboard {
    overflow-x: auto;
  }
}
.dashboard .dashboard-wrap .dashboard-inner-wrap {
  display: flex;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap {
  position: absolute;
  left: 0;
  top: 78px;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  z-index: 10;
  background-color: #192332;
  min-height: calc(100vh - 70px);
  max-height: 100%;
  box-shadow: 10px 0 5px -5px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap {
    position: fixed;
    flex: 0 0 15%;
    max-width: 15%;
    width: 15%;
  }
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap.hide {
  flex: 0 0 0%;
  max-width: 0%;
  width: 0%;
}
@media (min-width: 992px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap.hide {
    flex: 0 0 15%;
    max-width: 15%;
    width: 15%;
  }
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap.hide .menu-close-wrap .close-wrap {
  display: none;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap.hide .menu-close-wrap .menu-wrap {
  display: flex;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap.hide .dashboard-side-bar {
  display: none;
}
@media (min-width: 992px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap.hide .dashboard-side-bar {
    display: flex;
  }
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar {
  padding-top: 20px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list {
  padding-right: 20px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link {
  padding: 10px 0 10px 10px;
  border-radius: 8px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link.active {
  background-color: #ff0000;
  color: #ffffff;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link.active .text-link {
  color: #ffffff;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link .cat-icon {
  margin-bottom: 3px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link .cat-icon svg {
  width: 20px;
  height: 20px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link .bi-caret-down-fill {
  margin-left: 3px;
  transition: transform 0.3s;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .item-link .bi-caret-down-fill.rotate {
  transform: rotate(180deg);
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .sub-list {
  margin-bottom: 3px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .sub-list .sub-list-item {
  padding-left: 20px;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .sub-list.hide {
  display: none;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-item .sub-list.show {
  display: block;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-items-mobile {
  display: none;
}
@media (min-width: 992px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .navigation-list-items-mobile {
    display: block;
  }
}
@media (min-width: 992px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-side-bar-wrap .dashboard-side-bar .navigation-menu-list .logout-btn-wrap {
    display: none;
  }
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-content-wrap {
  flex: 0 0 100%;
  max-width: 100%;
}
.dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-content-wrap .dashboard-content {
  padding: 15px 10px;
}
@media (min-width: 992px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-content-wrap .dashboard-content {
    padding: 102px 25px 15px 16.5%;
  }
}
@media (min-width: 1920px) {
  .dashboard .dashboard-wrap .dashboard-inner-wrap .dashboard-content-wrap .dashboard-content {
    padding: 105px 25px 15px 16.5%;
  }
}
.data-add-form {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .data-add-form {
    display: block;
  }
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field {
    width: 49%;
  }
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.daily-rate {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.double-select {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.select {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio {
    width: 100%;
  }
}
.data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio .radio-wrap {
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio .radio-wrap {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio .radio-wrap .radio-field.hide {
  display: none;
}
.data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio .radio-wrap .radio-field.show {
  display: flex;
}
.data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio .radio-wrap .radio-field .buttons-wrap .radio {
  margin-left: 10px;
}
.data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .form-fields-wrap .form-field.radio .radio-wrap .radio-field .buttons-wrap .radio:first-child {
  margin-left: 0;
}
.data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .submit {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .data-add-form .data-add-form-wrap .form-wrap .form-inner-wrap .form .submit {
    margin-top: 0;
  }
}

.data-table {
  border: 10px solid #f4f4f4;
  background-color: #f4f4f4;
  padding-bottom: 10px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .data-table {
    padding: 30px 20px;
    border: none;
  }
}
.data-table .dt-container .row {
  justify-content: center !important;
}
@media (min-width: 992px) {
  .data-table .dt-container .row {
    justify-content: space-between !important;
  }
}
.data-table .dt-container .row .dt-layout-full {
  width: 94%;
}
@media (min-width: 992px) {
  .data-table .dt-container .row .dt-layout-full {
    width: 100%;
  }
}
.data-table .dt-container .row .dt-layout-full .table .table-body .active-status {
  color: #192332;
}
.data-table .dt-container .row .dt-layout-full .table .table-body .inactive-status {
  color: #cc0000;
}

.navigation-menu-list-mobile {
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 10;
  width: 100%;
  background-color: #192332;
  transition: opacity 0.3s ease-out, height 0.3s ease-out;
}
.navigation-menu-list-mobile.hide {
  opacity: 0;
  height: 0;
}
.navigation-menu-list-mobile.show {
  opacity: 1;
  height: unset;
}
@media (min-width: 992px) {
  .navigation-menu-list-mobile {
    display: none;
  }
}
.navigation-menu-list-mobile .navigation-menu-list-wrap {
  padding: 10px 0px;
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list {
  padding-inline-start: 0px;
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list .navigation-list-item {
  padding: 3px 10px;
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list .navigation-list-item .link {
  display: flex;
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list .navigation-list-item .link svg {
  margin-left: 3px;
  transition: transform 0.3s;
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list .navigation-list-item .link svg.rotate {
  transform: rotate(180deg);
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list .navigation-list-item .sub-list.hide {
  display: none;
}
.navigation-menu-list-mobile .navigation-menu-list-wrap .navigation-menu-list-inner-wrap .navigation-menu-list .navigation-list-item .sub-list.show {
  display: block;
}

.navigation {
  background-color: #192332;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.navigation .navigation-wrap {
  padding: 10px 10px;
}
@media (min-width: 992px) {
  .navigation .navigation-wrap {
    padding: 10px 25px;
  }
}
.navigation .navigation-wrap .navigation-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.navigation .navigation-wrap .navigation-bar-wrap .logo-wrap img.logo {
  max-height: 60px;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .auth-name {
  margin-right: 10px;
  color: white;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-bell {
  position: relative;
  cursor: pointer;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-bell svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-bell .badge {
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -10px;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  width: 270px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown.show {
  display: block;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list {
  max-height: 300px;
  overflow-y: auto;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .heading-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .heading-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .notification {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .notification:last-child {
  border-bottom: none;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .notification .notification-wrap {
  display: flex;
  align-items: center;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .notification .notification-wrap .notification-text-wrap {
  flex-grow: 1;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .notification .notification-wrap .notification-text-wrap .body-text {
  font-size: 14px;
  color: #333;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .form-read-wrap {
  margin-top: 10px;
  text-align: right;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .form-read-wrap form {
  display: inline-block;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .notification-dropdown .notification-dropdown-list .form-read-wrap button {
  padding: 5px 10px;
  font-size: 12px;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap #toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .stock-toast {
  background-color: #ff4d4f;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  display: none;
  animation: fadeIn 0.3s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .form-logout-wrap {
  display: none;
}
@media (min-width: 992px) {
  .navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .form-logout-wrap {
    display: block;
  }
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .form-logout-wrap .custom {
  display: flex;
  align-items: center;
}
.navigation .navigation-wrap .navigation-bar-wrap .logout-wrap .form-logout-wrap .custom svg {
  margin-right: 5px;
  fill: white;
}
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap {
  width: 40px;
  height: 40px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap {
    display: none;
  }
}
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap .menu-wrap,
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap .close-wrap {
  display: flex;
}
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap .menu-wrap.hide,
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap .close-wrap.hide {
  display: none;
}
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap .menu-wrap svg,
.navigation .navigation-wrap .navigation-bar-wrap .menu-close-wrap .close-wrap svg {
  fill: #ffffff;
}

.add-data .text-right {
  text-align: right;
}

.pos {
  padding-top: 15px;
  display: none;
}
@media (min-width: 1200px) {
  .pos {
    display: block;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap {
  background-color: #EEEEEE;
  padding: 8px 18px;
  border-radius: 2px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap {
  display: flex;
  justify-content: space-between;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap {
  display: flex;
  align-items: center;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .refresh-wrap {
  margin-right: 8px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap label {
  margin-right: 3px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap input {
  width: 300px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap input.focused-input {
  border: 1px solid #ff0000;
  -webkit-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  -moz-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .selected-list-wrap {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 5px;
  z-index: 1;
  max-height: 500px;
  overflow-y: scroll;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .selected-list-wrap .selected-list .selected-list-item .item-text {
  background: rgb(205, 204, 204);
  background: linear-gradient(180deg, rgb(205, 204, 204) 0%, rgb(222, 227, 228) 25%, rgb(232, 240, 242) 42%);
  display: block;
  padding: 13px 10px;
  cursor: pointer;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .selected-list-wrap .selected-list .selected-list-item .item-text {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .selected-list-wrap .selected-list .selected-list-item .item-text.focused-input {
  background: #ff0000;
  color: #ffffff;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .search-wrap .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 26px;
  border-left: none;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap {
  display: flex;
  align-items: center;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap label {
  margin-right: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap .select2-container {
  width: 180px !important;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap .select2-container .select2-selection--single {
  height: 40px;
  margin-top: 0;
  padding-top: 7px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap {
  display: flex;
  align-items: center;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .date-wrap {
  background: #ffffff;
  padding: 8px 12px;
  width: auto;
  text-align: center;
  border: none;
  border-radius: 8px;
  margin-right: 5px;
  display: inline-block;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .date-wrap .date {
  font-weight: 500;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .time-wrap {
  background: #ffffff;
  padding: 8px 12px;
  width: auto;
  text-align: center;
  border: none;
  border-radius: 8px;
  margin-right: 5px;
  display: inline-block;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .time-wrap .time {
  font-weight: bold;
  font-size: 1rem;
  color: inherit;
  cursor: pointer;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .logout-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .logout-wrap svg {
  width: 23px;
  height: 23px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-search-and-time-wrap .logout-wrap .btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap {
  background-color: #EEEEEE;
  border-radius: 2px;
  margin-top: 12px;
  padding: 20px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap {
  display: flex;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-name {
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-name input {
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-name input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-price {
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-price input {
  width: 120px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-price input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-sell-price {
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-sell-price input {
  width: 120px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-sell-price input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-custom-price {
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-custom-price input {
  width: 120px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .product-name-and-price-wrap .product-custom-price input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap {
  display: flex;
  align-items: center;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .product-unit {
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .product-unit input {
  width: 120px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .product-unit input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .product-qty {
  margin-right: 5px;
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .product-qty input {
  width: 120px;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .product-qty input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .special-note {
  margin-right: 5px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .special-note input {
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .special-note input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-wrap .product-details-wrap .product-details .product-details-info .qty-note-add-wrap .special-note input.focused-input {
  border: 1px solid #ff0000;
  -webkit-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  -moz-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap {
  display: flex;
  margin-top: 12px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap {
  width: 80%;
  margin-right: 12px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap .product-table-info {
  background-color: #EEEEEE;
  padding: 20px;
  border-radius: 2px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap .product-table-info .table input {
  width: 80px;
  outline: none;
  border: 1px solid #787b80;
  padding: 5px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap .product-table-info .table input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form {
  width: 17vw;
  background-color: #f4f4f4;
  padding: 8px 18px;
  border-radius: 2px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .title-wrap {
  margin-bottom: 8px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .title-wrap .title {
  font-weight: bold;
  font-size: 19px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field {
  margin-bottom: 10px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field:last-child {
  margin-bottom: 0;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field label {
  margin-right: 3px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field input {
  width: 100%;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  text-align: right;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field.focused-input {
  border: 1px solid #ff0000;
  -webkit-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  -moz-box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
  box-shadow: 0px 0px 11px -1px rgb(179, 177, 179);
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field .select2-container {
  width: 100% !important;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field .select2-container .select2-selection--single {
  height: 40px;
  margin-top: 0;
  padding-top: 7px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .total-price-wrap {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  color: #192332;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #192332;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap {
  display: flex;
  margin-top: 10px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .order-complete-wrap {
  width: 50%;
  margin-right: 3px;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .order-complete-wrap .order {
  width: 100%;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .payment-complete-wrap {
  width: 100%;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .payment-complete-wrap .payment {
  width: 100%;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .payment-link-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pos .pos-wrap .pos-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .payment-link-wrap .go-to-payment {
  text-align: center;
}

.payments {
  padding-top: 15px;
  display: none;
}
@media (min-width: 1200px) {
  .payments {
    display: block;
  }
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap {
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap {
  display: flex;
  justify-content: space-between;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap {
  display: flex;
  align-items: center;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .refresh-wrap {
  margin-right: 8px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap label {
  margin-right: 3px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap input {
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .product-wrap input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .product-search-wrap .search-wrap .btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 26px;
  border-left: none;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap {
  display: flex;
  align-items: center;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap label {
  margin-right: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap label {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap .select2-container {
  width: 180px !important;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap .select2-container .select2-selection--single {
  height: 40px;
  margin-top: 0;
  padding-top: 7px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .table-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .product-search-and-table-wrap .adition-items-wrap {
  margin-left: 8px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap {
  display: flex;
  align-items: center;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .date-wrap {
  padding: 10px 6px 8px 6px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .date-wrap .date {
  font-weight: 500;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .time-wrap {
  background-color: #192332;
  padding: 10px 4px 10px 4px;
  width: 95px;
  text-align: center;
  border-radius: 5px;
  margin-right: 5px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .time-wrap .time {
  font-weight: bold;
  font-size: 0.875rem;
}
.payments .payments-wrap .payments-inner-wrap .product-table-wrap .product-search-and-time-wrap .date-time-wrap .logout-wrap svg {
  width: 23px;
  height: 23px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap {
  display: flex;
  margin-top: 12px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap {
  width: 80%;
  margin-right: 12px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap .product-table-info {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap .product-table-info .table input {
  width: 80px;
  outline: none;
  border: 1px solid #787b80;
  padding: 5px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .product-table-info-wrap .product-table-info .table input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form {
  width: 17vw;
  background-color: #f4f4f4;
  padding: 8px 18px;
  border-radius: 8px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .title-wrap {
  margin-bottom: 1px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .title-wrap .title {
  font-weight: bold;
  font-size: 16px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field {
  margin-bottom: 4px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field:last-child {
  margin-bottom: 0;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field label {
  margin-right: 3px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03px;
  color: #192332;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field input {
  width: 93%;
  outline: none;
  border: 1px solid #787b80;
  padding: 8px 12px;
  background: none;
  border-radius: 5px;
  text-align: right;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field input {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field .select2-container {
  width: 100% !important;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field .select2-container .select2-selection--single {
  height: 40px;
  margin-top: 0;
  padding-top: 7px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .form-field .select2-container .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .total-price-wrap {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  background-color: #192332;
  padding: 12px 16px;
  border-radius: 5px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap {
  display: flex;
  margin-top: 10px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .order-complete-wrap {
  width: 50%;
  margin-right: 3px;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .order-complete-wrap .order {
  width: 100%;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .payment-complete-wrap {
  width: 50%;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .order-and-payment-complete-wrap .payment-complete-wrap .payment {
  width: 100%;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .pos-link-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.payments .payments-wrap .payments-inner-wrap .product-table-and-order-place-wrap .order-place-wrap .product-form .pos-link-wrap .go-to-pos {
  text-align: center;
}

.kitchen {
  padding-top: 100px;
  height: 100vh;
  overflow: hidden;
  display: none;
}
@media (min-width: 1200px) {
  .kitchen {
    display: block;
  }
}
.kitchen .kitchen-wrap .kitchen-inner-wrap {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap {
  background-color: #f4f4f4;
  border-radius: 5px;
  flex: 0 0 33%;
  max-width: 33%;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status {
  padding: 15px;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .heading-and-image-wrap {
  position: relative;
  padding: 21px 20px;
  border-radius: 5px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .heading-and-image-wrap.pending {
  background-color: #821131;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .heading-and-image-wrap.prepare {
  background-color: #EF9C66;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .heading-and-image-wrap.ready {
  background-color: #1A5319;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .heading-and-image-wrap .heading-wrap .heading {
  font-weight: bold;
  font-size: 1.25rem;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .heading-and-image-wrap .image-wrap {
  position: absolute;
  z-index: 10;
  right: 5px;
  top: -80px;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items {
  flex-grow: 1;
  height: 67vh;
  overflow-y: auto;
}
@media (min-width: 1440px) {
  .kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items {
    height: 72vh;
  }
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 8px;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item:last-child {
  margin-bottom: 0;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item .order-details .details-heading-wrap {
  background-color: #192332;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item .order-details .details-body-wrap {
  padding: 3px 15px 0 15px;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item .order-details .details-body-wrap .product-item {
  padding-top: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #192332;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item .order-details .details-body-wrap .product-item:last-child {
  border-bottom: none;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item .order-details .change-status-wrap {
  padding: 0 15px 15px 15px;
}
.kitchen .kitchen-wrap .kitchen-inner-wrap .kitchen-status-wrap .kitchen-status .order-details-items .order-details-item .order-details .change-status-wrap .btn {
  width: 100% !important;
}
.kitchen .kitchen-wrap .logout-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.kitchen .kitchen-wrap .logout-wrap .custom {
  padding: 18px;
}
.kitchen .kitchen-wrap .logout-wrap .custom svg {
  width: 28px;
  height: 28px;
}

.bar {
  padding-top: 100px;
  height: 100vh;
  overflow: hidden;
  display: none;
}
@media (min-width: 1200px) {
  .bar {
    display: block;
  }
}
.bar .bar-wrap .bar-inner-wrap {
  display: flex;
  gap: 6px;
  justify-content: center;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap {
  background-color: #f4f4f4;
  border-radius: 5px;
  flex: 0 0 33%;
  max-width: 33%;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status {
  padding: 15px;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .heading-and-image-wrap {
  position: relative;
  padding: 21px 20px;
  border-radius: 5px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .heading-and-image-wrap.pending {
  background-color: #821131;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .heading-and-image-wrap.prepare {
  background-color: #EF9C66;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .heading-and-image-wrap.ready {
  background-color: #1A5319;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .heading-and-image-wrap .heading-wrap .heading {
  font-weight: bold;
  font-size: 1.25rem;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .heading-and-image-wrap .image-wrap {
  position: absolute;
  z-index: 10;
  right: 5px;
  top: -80px;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items {
  flex-grow: 1;
  height: 67vh;
}
@media (min-width: 1440px) {
  .bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items {
    height: 72vh;
  }
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 8px;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item:last-child {
  margin-bottom: 0;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item .order-details .details-heading-wrap {
  background-color: #192332;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item .order-details .details-body-wrap {
  padding: 3px 15px 0 15px;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item .order-details .details-body-wrap .product-item {
  padding-top: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #192332;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item .order-details .details-body-wrap .product-item:last-child {
  border-bottom: none;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item .order-details .change-status-wrap {
  padding: 0 15px 15px 15px;
}
.bar .bar-wrap .bar-inner-wrap .bar-status-wrap .bar-status .order-details-items .order-details-item .order-details .change-status-wrap .btn {
  width: 100% !important;
}
.bar .bar-wrap .logout-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.bar .bar-wrap .logout-wrap .custom {
  padding: 18px;
}
.bar .bar-wrap .logout-wrap .custom svg {
  width: 28px;
  height: 28px;
}

.dashboard-welcome {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: none;
  height: 400px;
}
@media (min-width: 1200px) {
  .dashboard-welcome {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.dashboard-welcome .dashboard-welcome-wrap .dashboard-welcome-inner-wra .welcome-wrap .welcome-title .title {
  text-transform: uppercase;
}

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

.no-of-active-items {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}
.no-of-active-items .stats-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  /* Default (Mobile-first) */
  /* Medium devices (tablets, 768px and up): 3 cards per row */
  /* Large devices (desktops, 992px and up): 4 cards per row */
  /* Extra large devices (1200px and up): Optional adjustment */
  /* Extra small devices (phones, 480px and down): 1 card per row */
}
.no-of-active-items .stats-wrap .stat-card {
  background-color: #fff;
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.no-of-active-items .stats-wrap .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
}
.no-of-active-items .stats-wrap .stat-card .stat-icon svg {
  width: 30px;
  height: 30px;
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-primary {
  background: linear-gradient(45deg, #007bff, #00c6ff);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-success {
  background: linear-gradient(45deg, #28a745, #85d89c);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-warning {
  background: linear-gradient(45deg, #ffc107, #ffd770);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-danger {
  background: linear-gradient(45deg, #dc3545, #ff7c8b);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-info {
  background: linear-gradient(45deg, #17a2b8, #138496);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-custom {
  background: linear-gradient(45deg, #8BC34A, #8BC34A);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-balance {
  background: linear-gradient(45deg, #FFD700, #FFA500);
}
.no-of-active-items .stats-wrap .stat-card .stat-icon.bg-gradient-customer {
  background: linear-gradient(45deg, #009688, #4CAF50);
}
.no-of-active-items .stats-wrap .stat-card .stat-content .stat-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}
.no-of-active-items .stats-wrap .stat-card .stat-content .stat-number {
  font-size: 32px;
  font-weight: bold;
  color: #343a40;
}
.no-of-active-items .stats-wrap .stats-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.no-of-active-items .stats-wrap .stat-card {
  flex: 0 0 calc(50% - 10px); /* 2 cards per row on mobile */
  max-width: calc(50% - 10px);
  margin-bottom: 15px;
}
.no-of-active-items .stats-wrap .stat-icon {
  width: 50px;
  height: 50px;
  font-size: 22px;
}
.no-of-active-items .stats-wrap .stat-title {
  font-size: 12px;
}
.no-of-active-items .stats-wrap .stat-number {
  font-size: 18px;
}
@media (min-width: 768px) {
  .no-of-active-items .stats-wrap .stat-card {
    flex: 0 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
  }
}
@media (min-width: 992px) {
  .no-of-active-items .stats-wrap .stat-card {
    flex: 0 0 calc(25% - 15px); /* 4 cards per row */
    max-width: calc(25% - 15px);
  }
  .no-of-active-items .stats-wrap .stat-icon {
    width: 60px; /* Slightly smaller than your original 70px */
    height: 60px;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .no-of-active-items .stats-wrap .stat-card {
    flex: 0 0 calc(25% - 20px); /* Slightly wider gap */
    max-width: calc(25% - 20px);
  }
}
@media (max-width: 480px) {
  .no-of-active-items .stats-wrap .stat-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.kitchen-order-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .kitchen-order-chart {
    flex: 0 0 49.7%;
    max-width: 49.7%;
    margin-bottom: 0;
  }
}
.kitchen-order-chart .kitchen-order-chart-wrap {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.kitchen-order-chart .kitchen-order-chart-wrap #kitchen-order-chart {
  width: 300px !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .kitchen-order-chart .kitchen-order-chart-wrap #kitchen-order-chart {
    width: 400px !important;
    height: 400px !important;
  }
}
.kitchen-order-chart .chart-title-wrap {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitchen-order-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}

.bar-order-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .bar-order-chart {
    flex: 0 0 49.7%;
    max-width: 49.7%;
  }
}
.bar-order-chart .bar-order-chart-wrap {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.bar-order-chart .bar-order-chart-wrap #bar-order-chart {
  width: 300px !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .bar-order-chart .bar-order-chart-wrap #bar-order-chart {
    width: 400px !important;
    height: 400px !important;
  }
}
.bar-order-chart .chart-title-wrap {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bar-order-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}

.kitchen-bar-status-chart {
  margin-bottom: 10px;
}
.kitchen-bar-status-chart .kitchen-bar-status-chart-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.popular-items-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
.popular-items-chart .popular-items-chart-wrap {
  overflow-x: auto;
  display: flex;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .popular-items-chart .popular-items-chart-wrap {
    justify-content: center;
    padding: 30px;
  }
}
.popular-items-chart .popular-items-chart-wrap #popular-items-chart {
  width: 800px !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .popular-items-chart .popular-items-chart-wrap #popular-items-chart {
    width: 800px !important;
    height: 400px !important;
  }
}
.popular-items-chart .chart-title-wrap {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popular-items-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}

.sales-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.sales-chart .sales-chart-wrap {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.sales-chart .sales-chart-wrap #sales-chart {
  width: 100%;
  height: 450px;
}
.sales-chart .chart-title-wrap {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sales-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}

.sales-popular-items-chart .sales-popular-items-chart-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-select-item {
  background-image: url(../images/category-select/category-select-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 0 10px;
  background-blend-mode: screen;
  background-color: #192332;
}
@media (min-width: 1200px) {
  .category-select-item {
    display: none;
  }
}
.category-select-item .category-select-item-box {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 10px;
  margin-bottom: 10px;
}
.category-select-item .category-select-item-box.foods {
  background-image: url("../images/category-select/food.webp");
}
.category-select-item .category-select-item-box.drinks {
  background-image: url("../images/category-select/drink.webp");
}
.category-select-item .category-select-item-box.desserts {
  background-image: url("../images/category-select/dessert.webp");
}
.category-select-item .category-select-item-box:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .category-select-item .category-select-item-box {
    height: 235px;
  }
}
.category-select-item .category-select-item-box .category-select-item-wrap {
  height: 100%;
  background: linear-gradient(to left, #192332 0%, rgba(255, 255, 255, 0) 50%);
  border-radius: 10px;
}
.category-select-item .category-select-item-box .category-select-item-wrap .category-select-item-container {
  height: 100%;
  text-decoration: none;
}
.category-select-item .category-select-item-box .category-select-item-wrap .category-select-item-container .heading-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .category-select-item .category-select-item-box .category-select-item-wrap .category-select-item-container .heading-wrap {
    margin-right: 40px;
  }
}
.category-select-item .category-select-item-box .category-select-item-wrap .category-select-item-container .heading-wrap .heading {
  font-weight: 700;
  line-height: 0rem;
  font-family: "Satoshi", sans-serif;
  font-size: 1.375rem;
  letter-spacing: 0px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .category-select-item .category-select-item-box .category-select-item-wrap .category-select-item-container .heading-wrap .heading {
    font-size: 1.875rem;
  }
}

.alert-message {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .alert-message {
    padding-bottom: 18px;
  }
}
.alert-message.hide {
  display: none;
}
.alert-message .alert-message-wrap.success .alert-message-inner-wrap .alert-message-content .info-icon-wrap .success {
  display: block;
}
.alert-message .alert-message-wrap.error .alert-message-inner-wrap .alert-message-content .info-icon-wrap .error {
  display: block;
}
.alert-message .alert-message-wrap.warning .alert-message-inner-wrap .alert-message-content .info-icon-wrap .warning {
  display: block;
}
.alert-message .alert-message-wrap.info .alert-message-inner-wrap .alert-message-content .info-icon-wrap .info {
  display: block;
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content {
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .success {
  display: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #1a5319;
  width: fit-content;
  padding: 18px 23px;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .success {
    padding: 25px 28px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .success svg {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .success svg {
    width: 22px;
    height: 22px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .error {
  display: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #cc0000;
  width: fit-content;
  padding: 18px 23px;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .error {
    padding: 25px 28px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .error svg {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .error svg {
    width: 22px;
    height: 22px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .warning {
  display: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #856404;
  width: fit-content;
  padding: 18px 23px;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .warning {
    padding: 25px 28px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .warning svg {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .warning svg {
    width: 22px;
    height: 22px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .info {
  display: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #0c5460;
  width: fit-content;
  padding: 18px 23px;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .info {
    padding: 25px 28px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .info svg {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .info-icon-wrap .info svg {
    width: 22px;
    height: 22px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap {
  padding: 10px;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap {
    padding: 20px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap .status-wrap .status {
  display: block;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  text-transform: capitalize;
  font-weight: bold;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap .status-wrap .status {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap .message-wrap {
  margin-top: 2px;
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap .message-wrap .message {
  display: block;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .detail-wrap .message-wrap .message {
    font-size: 0.9375rem;
    line-height: 0.9375rem;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .alert-close-wrap {
  position: absolute;
  right: 4px;
  top: 0;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .alert-close-wrap {
    top: 5px;
    right: 7px;
  }
}
.alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .alert-close-wrap svg {
  fill: #ffffff;
}
@media (min-width: 992px) {
  .alert-message .alert-message-wrap .alert-message-inner-wrap .alert-message-content .alert-close-wrap svg {
    width: 20px;
    height: 20px;
  }
}

.daily-popular-items-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
.daily-popular-items-chart .daily-popular-items-chart-wrap {
  overflow-x: auto;
  display: flex;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .daily-popular-items-chart .daily-popular-items-chart-wrap {
    justify-content: center;
    padding: 30px;
  }
}
.daily-popular-items-chart .daily-popular-items-chart-wrap #daily-popular-items-chart {
  width: 800px !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .daily-popular-items-chart .daily-popular-items-chart-wrap #daily-popular-items-chart {
    width: 800px !important;
    height: 400px !important;
  }
}
.daily-popular-items-chart .chart-title-wrap {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.daily-popular-items-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}

.data-select-form {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.data-select-form .data-select-form-wrap .form-wrap .form-inner-wrap .form-fields-wrap {
  display: block;
}
@media (min-width: 992px) {
  .data-select-form .data-select-form-wrap .form-wrap .form-inner-wrap .form-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .data-select-form .data-select-form-wrap .form-wrap .form-inner-wrap .form-fields-wrap .form-field {
    width: 49%;
  }
}

.table-pie-bar-status-chart {
  margin-bottom: 10px;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart {
    flex: 0 0 49.7%;
    max-width: 49.7%;
  }
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .table-wise-pie-chart-wrap {
  display: none;
}
@media (min-width: 992px) {
  .table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .table-wise-pie-chart-wrap {
    display: flex;
    justify-content: center;
    padding: 80px;
  }
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .table-wise-pie-chart-wrap #daily-order-chart {
  width: 300px !important;
  height: 300px !important;
}
@media (min-width: 992px) {
  .table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .table-wise-pie-chart-wrap #daily-order-chart {
    width: 800px !important;
    height: 400px !important;
  }
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .chart-title-wrap {
  display: none;
}
@media (min-width: 992px) {
  .table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .chart-title-wrap {
    background-color: #ffffff;
    padding: 20px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-pie-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart {
  background-color: #f4f4f4;
  border-radius: 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart {
    flex: 0 0 49.7%;
    max-width: 49.7%;
  }
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart .table-wise-bar-chart-wrap {
  display: flex;
  justify-content: center;
  padding: 42px;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart .chart-title-wrap {
  background-color: #ffffff;
  padding: 20px 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart .chart-title-wrap .title {
  color: #25464d;
  font-weight: bold;
  font-size: 19px;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart .table-wise-select {
  margin: 20px auto 10px;
  display: block;
  width: 60%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #ffffff;
  color: #25464d;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%2325464d" d="M2 5L0 3h4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.table-pie-bar-status-chart .table-pie-bar-status-chart-wrap .table-wise-bar-chart .table-wise-select option {
  background-color: #ffffff;
  color: #25464d;
}

.table-container-edit {
  width: 100%;
}
.table-container-edit table {
  border: 1px solid #787b80;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px 0px 15px 0px;
}
.table-container-edit table td {
  padding: 0px 5px 10px 5px;
}
@media (min-width: 992px) {
  .table-container-edit table td {
    padding: 0px 10px 15px 10px;
  }
}
.table-container-edit table th {
  padding: 0px 15px;
}

.data-select-form-stock-share {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.data-select-form-stock-share .error-text {
  color: red;
  font-size: 0.875rem;
  margin-left: 4px;
}
.data-select-form-stock-share .form-container form {
  display: flex;
  flex-direction: column;
}
.data-select-form-stock-share .form-container form .form-group {
  margin-bottom: 1rem;
}
.data-select-form-stock-share .form-container form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.data-select-form-stock-share .form-container form .form-group .form-control {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.data-select-form-stock-share .form-container form .form-group .form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.data-select-form-stock-share .form-container form .form-row {
  display: flex;
  flex-wrap: wrap;
  /* Allows wrapping for smaller screens */
  gap: 1rem;
  /* Adds spacing between fields */
}
.data-select-form-stock-share .form-container form .form-row .form-group,
.data-select-form-stock-share .form-container form .form-row .form-field {
  flex: 1;
  /* Ensures equal width for all fields */
  min-width: 150px;
  /* Prevents fields from shrinking too small on smaller screens */
}
.data-select-form-stock-share .form-container form .form-row label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.data-select-form-stock-share .form-container form .form-row input,
.data-select-form-stock-share .form-container form .form-row textarea {
  margin-top: 13px;
  outline: none;
  border: 1px solid #787b80;
  padding: 10px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .data-select-form-stock-share .form-container form .form-row input,
  .data-select-form-stock-share .form-container form .form-row textarea {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.data-select-form-stock-share .form-container form .form-actions {
  margin-top: 1rem;
  text-align: right;
}
.data-select-form-stock-share .stats-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.data-select-form-stock-share .stats-wrap .stat-card {
  flex: 1 1 calc(33.33% - 20px);
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 20px;
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1rem;
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-icon svg {
  width: 30px;
  height: 30px;
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-icon.bg-gradient-primary {
  background: linear-gradient(45deg, #007bff, #00c6ff);
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-icon.bg-gradient-success {
  background: linear-gradient(45deg, #28a745, #85d89c);
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-icon.bg-gradient-warning {
  background: linear-gradient(45deg, #ffc107, #ffd770);
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-content h4.stat-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
.data-select-form-stock-share .stats-wrap .stat-card .stat-content .stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
}
@media (max-width: 768px) {
  .data-select-form-stock-share .stats-wrap .stat-card {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .data-select-form-stock-share .stats-wrap .stat-card {
    flex: 1 1 100%;
  }
}

.data-select-form-stock-add {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.data-select-form-stock-add .error-text {
  color: red;
  font-size: 0.875rem;
  margin-left: 4px;
}
.data-select-form-stock-add .form-container form {
  display: flex;
  flex-direction: column;
}
.data-select-form-stock-add .form-container form .form-group {
  margin-bottom: 1rem;
}
.data-select-form-stock-add .form-container form .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.data-select-form-stock-add .form-container form .form-group .form-control {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.data-select-form-stock-add .form-container form .form-group .form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.data-select-form-stock-add .form-container form .form-row {
  display: flex;
  flex-wrap: wrap;
  /* Allows wrapping for smaller screens */
  gap: 1rem;
  /* Adds spacing between fields */
}
.data-select-form-stock-add .form-container form .form-row .form-group,
.data-select-form-stock-add .form-container form .form-row .form-field {
  flex: 1;
  /* Ensures equal width for all fields */
  min-width: 150px;
  /* Prevents fields from shrinking too small on smaller screens */
}
.data-select-form-stock-add .form-container form .form-row label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.data-select-form-stock-add .form-container form .form-row input,
.data-select-form-stock-add .form-container form .form-row textarea {
  margin-top: 13px;
  outline: none;
  border: 1px solid #787b80;
  padding: 10px 12px;
  background: none;
  border-radius: 5px;
  line-height: 1rem;
  font-family: "General Sans", sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.03px;
  color: #192332;
}
@media (min-width: 992px) {
  .data-select-form-stock-add .form-container form .form-row input,
  .data-select-form-stock-add .form-container form .form-row textarea {
    font-size: 1rem;
    line-height: 1.4375rem;
    letter-spacing: 0.03px;
  }
}
.data-select-form-stock-add .form-container form .form-row .form-field.stock-opt {
  max-width: 80px;
}
.data-select-form-stock-add .form-container form .form-row .form-field.stock-opt .select2-container {
  width: 60px !important;
}
.data-select-form-stock-add .form-container form .form-actions {
  margin-top: 1rem;
  text-align: right;
}
.data-select-form-stock-add .double-field {
  display: flex;
  gap: 10px;
}
.data-select-form-stock-add .double-field .inner-field {
  flex: 1;
}
.data-select-form-stock-add .double-field .inner-field.stock-opt {
  flex: 0 0 70px;
}
.data-select-form-stock-add .double-field .inner-field .form-control {
  width: 100%;
}
@media (max-width: 576px) {
  .data-select-form-stock-add .double-field .double-field {
    display: flex;
    flex-direction: column;
  }
  .data-select-form-stock-add .double-field .inner-field.qty-field .qty {
    height: 43px;
  }
}
.data-select-form-stock-add .stats-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.data-select-form-stock-add .stats-wrap .stat-card {
  flex: 1 1 calc(33.33% - 20px);
  display: flex;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 20px;
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  margin-right: 1rem;
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-icon svg {
  width: 30px;
  height: 30px;
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-icon.bg-gradient-primary {
  background: linear-gradient(45deg, #007bff, #00c6ff);
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-icon.bg-gradient-success {
  background: linear-gradient(45deg, #28a745, #85d89c);
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-icon.bg-gradient-warning {
  background: linear-gradient(45deg, #ffc107, #ffd770);
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-content h4.stat-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
}
.data-select-form-stock-add .stats-wrap .stat-card .stat-content .stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: #343a40;
}
@media (max-width: 768px) {
  .data-select-form-stock-add .stats-wrap .stat-card {
    flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .data-select-form-stock-add .stats-wrap .stat-card {
    flex: 1 1 100%;
  }
}

.installment-payment-add {
  background-color: #f4f4f4;
  padding: 30px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .installment-payment-add {
    display: block;
  }
}
.installment-payment-add .form-wrap {
  width: 100%;
}
.installment-payment-add .form-wrap .form-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* Responsive */
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .form-field {
  display: flex;
  flex-direction: column;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .form-field label {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .form-field input[type=text] {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .form-field input[type=text]:focus {
  outline: none;
  border-color: #007bff;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .customer-details-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .customer-details-box h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #444;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .customer-details-box .details-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .customer-details-box .details-row div {
  flex: 1 1 30%;
  color: #555;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .customer-details-box .details-row div strong {
  color: #222;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .customer-details-box .details-row div span {
  margin-left: 4px;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column {
  flex: 1 1 100%;
  min-width: 280px;
  /* Left border green for complete */
  /* Right border red for due */
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-details-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-column {
  flex: 1;
  min-width: 220px;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-box h4 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #1a202c;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 0.6rem 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
  width: 250px;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-item.complete {
  border-left: 10px solid #52c41a;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-item.due {
  border-left: 10px solid #f5222d;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .installment-item.selected-gray {
  background-color: #e0e0e0;
  border: 1px solid #bdbdbd;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .center-info {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
  flex: 1;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .center-info .title {
  font-weight: 600;
  color: #1a202c;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .center-info .subtitle {
  color: #6b7280;
  font-size: 0.85rem;
}
.installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper .installment-column .right-badge {
  font-size: 0.85rem;
  font-weight: 600;
  background-color: #f1f1f1;
  color: #444;
  padding: 0.25rem 0.6rem;
  border-radius: 20px;
  min-width: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .installment-payment-add .form-wrap .form-inner-wrap .form-fields-wrap .installment-details-wrapper {
    flex-wrap: nowrap;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .installment-payment-add {
    padding: 1rem;
  }
  .installment-payment-add .data-add-form-wrap {
    padding: 1.5rem;
  }
  .installment-payment-add .form-inner-wrap .form-fields-wrap .customer-details-box .details-row,
  .installment-payment-add .form-inner-wrap .form-fields-wrap .installment-details-box .installment-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .installment-payment-add .form-inner-wrap .form-fields-wrap .customer-details-box .details-row .right-amount,
  .installment-payment-add .form-inner-wrap .form-fields-wrap .installment-details-box .installment-item .right-amount {
    text-align: left;
    margin-top: 0.5rem;
  }
}
@media (max-width: 480px) {
  .installment-payment-add .form-field input[type=text] {
    font-size: 0.9rem;
    padding: 0.6rem 0.9rem;
  }
  .installment-payment-add .customer-details-box h4,
  .installment-payment-add .installment-details-box h4 {
    font-size: 1.1rem;
  }
  .installment-payment-add .customer-details-box,
  .installment-payment-add .installment-details-box {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=main.css.map */
