﻿﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3) !important;
  background-color: #f7f7f7;
}

#style-2::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f7f7f7;
}

#style-2::-webkit-scrollbar-thumb {
  background-color: #9dbde2;
  border-radius: 20px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #958c8c;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.modal {
  z-index: 999999;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden !important;
  color: #000;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #0d0101;
  margin: 1em 0 1.5em;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.btn:focus,
.btn:active,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn:focus,
.btn:active {
  background-color: #4199d8;
  border-color: #4199d8;
}

.inline-block {
  display: inline-block;
}

.d-strong {
  font-family: "Inter", sans-serif;
}

.form-control {
  border-radius: 5px;
}

.form-control::-webkit-input-placeholder {
  color: #636965;
}

.form-control::-moz-placeholder {
  color: #909ca3;
}

.form-control:-ms-input-placeholder {
  color: #909ca3;
}

.form-control::placeholder {
  color: #909ca3;
}

/*  dashboard page css
        header & sidebar css code
    --------------------------------------*/
.mnb.navbar {
  background-color: #4747a1;
  margin-left: 0px;
  height: 60px;
  margin-bottom: 0px;
}

.navbar-default {
  background-color: #4fbfeb;
  margin-left: 280px;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-weight: 600;
  margin-left: 0px;
  font-size: 24px;
}
.details,
.manage {
  border-radius: 6px;
  background-color: #4747a1;
  border: 1px solid #dad7eb;
  padding: 3px 10px;
  color: #fff;
}
.humbargerIcon {
  position: absolute;
  top: 34%;
  z-index: 99;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #fff;
}

.user-name-wrapper {
  margin: 20px 10px 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.user-name-wrapper img {
  width: 220px;
  margin: 0 auto 15px;
  display: block;
}

.navbar {
  padding: 0px;
}

.borUserLogin {
  float: right;
  width: 20px;
  position: relative;
  margin-right: -4px;
}

.borUserIcon {
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.borUserIcon:hover {
  background: #f1f1f1;
}

.borUserIcon img {
  width: 18px;
  margin: 0px auto;
  display: block;
  padding: 5px 0px;
}

.UserDropdown {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  background: #f1f1f1;
  font-size: 16px;
  background-color: #eaeaea;
  right: 0%;
  top: 38px;
  width: 250px;
  padding: 5px 12px;
  box-shadow: 1px 1px 35px -16px rgb(0 0 0 / 20%);
  border-radius: 6px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.UserDropdown:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -60px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f1f1f1;
}

.UserDropdown ul {
  padding-left: 0;
}

.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.borUserLogin:hover .UserDropdown {
  right: -19px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.UserDropdown ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 3px 0px;
  display: block;
  color: black !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.UserDropdown ul li:last-child a {
  border-top: 1px solid #ccc;
  margin-top: 7px;
}

/*.UserDropdown ul li a:hover {
    color: #94b5f4;
}*/

/*main side bar*/
.posDashboard-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.posDashboard-wrapper,
.footer {
  padding-left: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.user-text {
  display: block;
  font-size: 13px;
  padding-left: 20px;
  color: #000;
  font-family: "Inter", sans-serif;
}

.msb-x .posDashboard-wrapper,
.msb-x .footer {
  padding-left: 280px;
}

.msb {
  width: 280px;
  background-color: #f5f7f9;
  position: fixed;
  left: 0px;
  top: 59px;
  right: auto;
  min-height: 100%;
  white-space: nowrap;
  height: 100%;
  z-index: 1;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
  -webkit-overflow-scrolling: touch;
}

.menuScroll {
  height: 85%;
}

.menuScroll:hover {
  overflow: visible;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #4fbfeb !important;
}

.msb .user-name-wrapper {
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.msb .navbar-brand {
  padding: 6px 13px;
  font-size: 18px;
  line-height: 20px;
}

.menuScroll {
  overflow-y: auto;
}

.menuScroll:hover {
  overflow-y: auto;
}

.user-name-wrapper a > img {
  display: block;
  width: 120px;
  margin: 15px auto;
}

.msb .navbar {
  border: none;
  margin-left: 0;
  background-color: inherit;
}

.msb .navbar-header {
  width: 100%;
  background: #fff;
}

.navbar-header {
  width: 100%;
  display: block;
  margin-top: 0px;
}

.msb .navbar-nav .panel {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  background: inherit;
}

.logoutSection {
  margin-top: 10px;
  bottom: 0px;
  display: flex;
  justify-content: center;
}

.logout {
  border-top: 1px solid black;
  margin-top: 10px;
}

.logoutForm {
  border: none;
  transition: all 0.25s ease-in-out;
}

.logoutForm:hover {
  background-color: transparent;
  transition: all 0.25s ease-in-out;
}

.logoutBtn {
  border: none;
  transition: all 0.25s ease-in-out;
  background-color: transparent;
}

.logoutBtn:hover {
  padding: 8px 12px;
  transition: all 0.25s ease-in-out;
}
.logoutSection a {
  color: #4b49ac;
  text-decoration: none;
}
.logoutSection a:hover {
  color: #fff;
}
.logoutSection button {
  width: 80%;
  color: #4b49ac;
  border: 0;
  border-radius: 5px;
  border: 1px solid #4b49ac;
  background-color: white;
  box-shadow: 3px;
  cursor: pointer;
  outline-offset: 4px;
  transition: all 0.4s ease-in-out;
}

.logoutSection button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.35s;
}

.logoutSection button:hover {
  color: white;
  /*      background: #4B49AC;*/
  background-image: linear-gradient(
    to right,
    #4747a1 0%,
    #5454aa 51%,
    #7373bd 100%
  );
}

.child-nav {
  display: none;
  margin: 0;
  padding-left: 14px;
  list-style: none;
  padding-top: 3px;
}

.nav.side-nav {
  padding: 0px 27px 0px 20px;
  margin-bottom: 120px;
}

.nav.side-nav p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
  margin-left: 8px;
  margin-top: 15px;
}

.nav.side-nav li {
  width: 100%;
  margin-bottom: 8px;
}

.nav.side-nav li ul.child-nav li {
  padding: 0px;
  margin-bottom: 0px;
}

.nav.side-nav li a {
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  white-space: normal;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  line-height: 1.2;
  font-size: 15px;
  color: #000;
  padding: 8px 0px 8px 10px;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.nav.side-nav li ul.child-nav a {
  font-size: 15px;
  color: #000;
  padding-left: 21px;
}

.nav.side-nav li a:hover {
  background-color: #ebebeb;
}

.nav.side-nav li a img {
  width: 20px;
  margin-right: 6px;
  margin-top: -8px;
}
.nav.side-nav li a .fa-angle-right {
  float: right !important;
  margin-right: 10px;
}
.nav.side-nav li a i {
  text-align: right;
  float: right;
  /*            color: #838485;*/
  padding: 0px 6px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.side-nav .active .fa-angle-right {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.current-page a {
  position: relative;
  color: #fff;
}

.current-page {
  position: relative;
  background-color: #98bdff;
  color: #fff;
}

.current-page:before {
  content: "";
  left: -20px;
  height: 100%;
  width: 5px;
  top: 0;
  background: #4747a1;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.current-page:hover {
  background: #4747a1;
}

.child-nav .current-page:before {
  left: -34px;
}

.user-icon-dropdown {
  position: absolute;
  width: 215px;
  height: auto;
  background: #fff;
  right: -8px;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: 50px;
  border: 1px solid #4fbfeb;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.user-icon-dropdown:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 12px;
  background: #fff;
  z-index: 1;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.user-icon-dropdown.newhover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  transition: opacity 0.4s ease-in;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  top: 40px;
}

.user-icon-dropdown button[type="submit"] {
  margin: 10px auto;
  display: table;
  float: none;
  color: #000;
  background: transparent;
  border: transparent;
  text-align: left;
  margin-left: 7px;
  margin-top: 10px;
  padding: 0px;
  height: 20px;
  line-height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user-icon-dropdown button[type="submit"]:hover {
  color: #4fbfeb;
}

.user-icon-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-icon-dropdown ul li a {
  color: #000;
  text-align: left;
  width: 100%;
  font-size: 15px;
  display: block;
  padding: 6px 9px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #eee;
}

.user-icon-dropdown ul li a.first-item {
  border-radius: 12px 12px 0px 0px;
}

.user-icon-dropdown ul li a.last-item {
  border-radius: 0px 0px 12px 12px;
}

.user-icon-dropdown ul li a:hover {
  color: #4fbfeb;
  background-color: transparent;
}

.user-name {
  float: left;
  width: 25%;
}

.user-name-right {
  float: left;
  width: 50%;
  margin-left: 5px;
}

.side-menu-container,
.msb .navbar-nav {
  width: 100%;
  margin-top: 10px;
}

.msb .navbar-nav li {
  display: block;
  width: 100%;
}

.msb .navbar-nav li a {
  padding: 10px 15px;
  color: #000;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: block;
  font-weight: 500;
}

.msb .navbar-nav li a:hover,
.msb .navbar-nav li a:focus {
  color: #fff;
  background-color: #1a4061;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #1a4061;
}

.msb .click-color,
.panel-collapse {
  background: #0716cc !important;
}

.icon-right {
  float: right;
  position: relative;
}

.label-default {
  background-color: #ff4646;
  border-radius: 50%;
  font-size: 9px;
  padding: 3px 4px;
  margin-left: 5px;
  font-weight: normal;
}

#msbo,
#msbo2 {
  position: relative;
  cursor: pointer;
}

#msbo:before {
  content: "";
  background: url(../assets/images/icons/hambur.png);
  width: 25px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: cover;
}
.msbo2-click:before,
.msbo-click:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.msbo-click#msbo:before {
  content: "";
  background: url(../assets/images/icons/cross.png);
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#msbo2:before {
  content: "";
  background: url(../assets/images/icons/Menu.png);
  width: 25px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: cover;
}

.msbo2-click#msbo2:before {
  content: "";
  background: url(../assets/images/icons/cross2.png);
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 2;
}
.msb .navbar-nav li a .glyphicon,
.msb .navbar-nav li a .fa {
  margin-right: 8px;
}

.msb .nb {
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
/*sb: sidebar*/
/*nv: nav*/
ul.nv,
ul.ns {
  position: relative;
  padding: 0;
  list-style: none;
}

.nv {
  /*ns: nav-sub*/
}

.nv li {
  display: block;
  position: relative;
}

.nv li:before {
  clear: both;
  content: "";
  display: table;
}

.nv li a {
  color: #444;
  padding: 10px 25px;
  display: block;
  vertical-align: middle;
}

.nv li a .ic {
  font-size: 16px;
  margin-right: 5px;
  font-weight: 300;
  display: inline-block;
}

.nv .ns li a {
  padding: 10px 50px;
}

/*main content wrapper*/
.mcw {
  margin-left: 290px;
  position: relative;
  min-height: 100%;
  /*content view*/
}

.msb {
  -webkit-animation: slidein 300ms forwards;
  animation: slidein 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.msb {
  background: #fff;
  color: #000;
}

.mcw {
  margin-left: 0;
  -webkit-animation: bodyslideout 300ms forwards;
  animation: bodyslideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

body.msb-x .msb {
  -webkit-animation: slideout 300ms forwards;
  animation: slideout 300ms forwards;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.posLogout {
  position: absolute;
  bottom: 9%;
  left: 10%;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  width: 80%;
  background: #f1f1f1;
  padding: 7px 10px;
  border-radius: 40px;
  border: 1px solid #f1f1f1;
  text-align: center;
}

.posLogout i {
  font-size: 14px;
  margin-left: 6px;
}

.posLogout:hover,
.posLogout:focus,
posLogout:active {
  border: 1px solid #b1bfe2;
  outline: 0px;
}
/* Slide in animation */

@-webkit-keyframes slidein {
  0% {
    left: 0px;
  }

  100% {
    left: -280px;
  }
}

@keyframes slidein {
  0% {
    left: 0px;
  }

  100% {
    left: -280px;
  }
}

@-webkit-keyframes slideout {
  0% {
    left: -280px;
  }

  100% {
    left: 0px;
  }
}

@keyframes slideout {
  0% {
    left: -280px;
  }

  100% {
    left: 0px;
  }
}

@-webkit-keyframes bodyslidein {
  0% {
    left: 0;
  }

  100% {
    left: 0;
  }
}

@keyframes bodyslidein {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: 280px;
  }
}

@-webkit-keyframes bodyslideout {
  0% {
    margin-left: 280px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes bodyslideout {
  0% {
    margin-left: 280px;
  }

  100% {
    margin-left: 0;
  }
}

body.dashboard-bg {
  /*    background-color: #eaeaea;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.posDashboard-wrapper main {
  margin-top: 70px;
  padding-top: 20px;
}

.posDashboard-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}

.posDashboardBg {
  background-color: #fff;
}

.posTop-navbar {
  padding: 10px 0px 20px;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #000;
  border-left: 0px solid #fff;
  font-family: "Inter", sans-serif;
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid transparent;
  position: relative;
}

.nav-tabs .nav-link:first-child {
  padding-left: 25px;
}

.nav-tabs .nav-link:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 2px;
  height: 21px;
  background-color: #98bdff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: transparent !important;
  border-left: 0px solid #fff !important;
  border-top: 0px solid #fff !important;
  border-right: 0px solid #fff !important;
  border-bottom: 2px solid #98bdff !important;
  padding-bottom: 7px !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-left: 0px solid #fff;
  border-top: 0px solid #fff;
  border-right: 0px solid #fff;
  border-bottom: 2px solid #b1bfe2;
}

.nav-item button {
  padding: 0px;
  margin: 0px;
  text-align: left;
}

.postTopContent .col-sm-3 {
  border-right: 1px solid #d7d7d7;
}

.posType {
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  padding-left: 25px;
}

.nav-pills .nav-link {
  color: #000;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  padding-left: 25px;
  position: relative;
}

.nav-pills .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 17px;
  background-color: transparent;
}

.nav-pills .nav-link.active:before {
  background-color: #b1bfe2;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: transparent !important;
  font-family: "Inter", sans-serif !important;
  padding-left: 25px;
  cursor: pointer;
  display: block;
}

.posSerarch-box {
  width: 80%;
  margin: 0 auto 15px;
  display: block;
}

.posSerarch-box input {
  border-radius: 25px;
  border: 1px solid #d7d7d7;
}

.posFoodSearh-icon i {
  position: absolute;
  right: 25px;
  top: 30px;
}
.posFoodSearh-icon .fa-search {
  position: absolute;
  right: 3%;
  top: 10px;
}
.postFood-type {
  display: block;
  overflow-y: scroll;
  padding: 0px 10px 0px 10px;
  height: 540px;
  width: 100% !important;
}

.postFood-type li {
  float: left;
  width: 23.5%;
  margin-right: 1.5%;
  cursor: pointer;
}

.posFoodDetails {
  width: 100%;
  margin-bottom: 20px;
}

.posFoodDetails .posTotalDetails {
  height: 154px;
  position: relative;
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.posFoodDetails.selected .posTotalDetails {
  box-shadow: 1px 1px 15px -7px rgba(0, 0, 0, 0.5);
}

.textfood.selected .postotalDetails {
  border: 3px solid #b3d4fc;
  box-shadow: 1px 1px 15px -7px rgba(0, 0, 0, 0.5);
}

.posFoodDetails.selected span.overlytext {
  background-color: white;
}

.posFoodDetails .posTotalDetails img {
  height: 154px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

.textfood .postotalDetails {
  height: 154px;
  border: 1px solid #b3d4fc;
  text-align: center;
  background: #f1f1f1;
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.textfood .postotalDetails span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 154px;
  padding: 0px 40px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.posFoodDetails span.overlytext {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 2;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 5px 5px;
}

.posFood-price {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}

.posGenarel-category {
  padding: 10px 5px;
  display: inline-block;
  width: 100%;
  height: 132px;
  overflow-y: scroll;
}

.posGenarel-category ul li {
  width: 42%;
  float: left;
  border: 1px solid #c1bdf4;
  border-radius: 45px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all.3s ease-in-out;
  text-align: center;
}

.posGenarel-category ul li:hover {
  background: #b1bfe2;
  color: #fff;
}

.posGenarel-category ul li .posSelected-item span:first-child {
  font-weight: bold;
}

.posGenarel-category ul li .posSelected-item span:last-child {
  font-size: 13px;
}

.posSelected-food {
  height: 400px;
  overflow-y: scroll;
}

.posGenarel-category .btn.btn-info {
  border: 1px solid #c1bdf4;
  background: transparent;
  color: #000;
  border-radius: 25px !important;
  padding: 4px 0px;
  text-align: center;
  margin-bottom: 9px;
  width: 180px;
  margin-right: 15px;
  font-size: 18px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.posGenarel-category .btn.btn-info:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(
    to right,
    #6388d5,
    #5490d9,
    #4597da,
    #369edb,
    #2aa4da
  );
  background-image: -webkit-linear-gradient(
    left,
    #6388d5,
    #5490d9,
    #4597da,
    #369edb,
    #2aa4da
  );
  background-image: linear-gradient(
    to right,
    #6388d5,
    #5490d9,
    #4597da,
    #369edb,
    #2aa4da
  );
  z-index: -1;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.posGenarel-category .btn.btn-info:hover {
  color: #fff;
}

.posGenarel-category .btn.btn-info:hover:before,
.posGenarel-category .btn.btn-info.active:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: none;
  outline: none;
}

.posAdditional-details {
  padding: 13px 15px 1px 25px;
}

.posAdditional-details textarea {
  border: 1px solid #e1e1e1;
}

.btn.btn-add {
  background: transparent;
  color: #000;
  width: 100%;
  border: 1px solid #b1bfe2;
  padding: 29px 0px;
  font-family: "Inter", sans-serif;
}

.btn.btn-add:hover,
.btn.btn-add:focus {
  background-color: #4199d8;
  border-color: #4199d8;
}

.posCheckOut-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}

.posCheckOut {
  padding: 20px 0px;
}

.posClearSave-btn .btn-group {
  display: block;
  margin: 0px 12px 10px;
  overflow: hidden;
}

.posClearSave-btn .btn-group .btn {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  padding: 10px 20px;
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  width: 80px;
}

.posClearSave-btn .btn-group .btn:hover,
.posClearSave-btn .btn-group .btn:focus,
.posClearSave-btn .btn-group .btn:active {
  border: 1px solid #b3d4fc;
  background-color: #f1f1f1;
}

.posClearSave-btn .btn-group .btn:first-child {
  margin-right: 15px;
}

.tableNoItem {
  float: right;
  display: block;
  margin-top: 6px;
}

.tableNoItem .form-control {
  width: 70px;
  display: inline-block;
  border-color: #b1bfe2;
}

.posSelected-food ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.posSelected-food ul li .posSelected-item {
  padding: 0px 15px;
  display: flex;
  align-items: center;
}

.posSelected-item .posSerial {
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  font-size: 15px;
  text-align: center;
  margin-right: 20px;
  padding: 3px 0px;
}

.posSelected-item .posFoodname {
  width: 32%;
  margin-right: 20px;
  font-size: 18px;
  text-align: center;
}

.posSelected-item .posFoodtotal-item {
  width: 105px;
  text-align: center;
}

.posSelected-item .posFoodtotal-item i {
  width: 25px;
  height: 25px;
  border: 1px solid #c1bdf4;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  float: left;
  padding: 5px 0px;
  margin-right: 5px;
}

.posSelected-item .posFoodtotal-item .posincrementItem {
  float: left;
  width: 35px;
}

.posSelected-item .posFoodtotal-item i:last-child {
  margin-right: 0px;
  margin-left: 5px;
}

.posSeletedPrice {
  text-align: right;
  width: 20%;
  font-family: "Inter", sans-serif;
}

.posAddonsRemove {
  width: 26%;
  text-align: right;
}

.posAddonsRemove span i {
  padding: 7px 8px;
}

.posTotaltax {
  padding: 20px 0px 9px;
  border-bottom: 1px solid #eaeaea;
}

.tax-item {
  margin-bottom: 0px;
  padding: 0px 15px;
}

.tax-item span {
  width: 49%;
  font-size: 15px;
}

.conirmOder-btn .btn.btn-info.btn-confirm {
  width: 210px !important;
  margin-top: 20px;
  line-height: 1.1;
  border-radius: 35px !important;
  background-color: #6daf4b;
  border-color: #6daf4b;
  color: #ebebeb;
}

.conirmOder-btn .btn.btn-info.btn-confirm.btn-red {
  background-color: #ce173d;
  border-color: #ce173d;
  color: #ebebeb;
}

.btn-pay {
  margin: 16px auto 8px;
  display: block;
  background-color: #6daf4b;
  border-color: #6daf4b;
  color: #ebebeb;
  font-family: "Inter", sans-serif;
  padding: 8px 53px;
  border-radius: 30px;
}

.btn-pay:hover,
.btn-pay:focus {
  background-color: #539731;
  border-color: #539731;
  color: #fff;
}

.dline {
  border: 1px solid #b1bfe2;
  padding: 5px;
}

.draftButton .posGenarel-category,
.draftButton .posAdditional-details,
.draftButton .removeDraft {
  display: none;
}

.dataTables_wrapper {
  padding-bottom: 30px;
}

table.dataTable.table {
  border-collapse: collapse !important;
  border-radius: 0.35rem !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center !important;
}

table {
  border-bottom-left-radius: 0.35rem !important;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center;
}

.table thead tr {
  border-top-left-radius: 10px;
  text-align: center;
}

.table thead th,
.table tbody td {
  border: 1px solid #ccc;
  /*    padding: 8px;*/
  white-space: normal !important;
  padding: 0.5rem;
  font-size: 16px;
  text-align: center;
}
.table tbody td {
  background-color: white;
}

.table thead tr {
  background-color: #dad7eb;
  font-family: "Inter", sans-serif;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.dataTables_info {
  display: none;
}

.dataTables_filter .form-control {
  border-radius: 0px;
}

#example_paginate {
  padding: 0px 10px;
  margin: 0px -24px 0px 0px;
}

.dataTables_wrapper .dataTables_paginate {
  margin-left: 10px;
}

a .paginate_button.current {
  color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  /*    background-color: #136ce6;*/
  color: white;
  /*    border-radius: 16px;*/
  border: 1px solid #136ce6 !important;
  font-weight: bold;
}

.dataTables_paginate {
  margin-top: 15px !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0px solid #000;
}

table.dataTable > tbody > tr.child ul.dtr-details,
table.dataTable > tbody > tr.child ul {
  width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title,
table.dataTable > tbody > tr.child span.dtr-data {
  min-width: 75px;
  width: 100%;
  display: inline-block;
}

table.dataTable tr {
  border-radius: 10px;
}

table.dataTable tr.parent td,
table.dataTable > tbody > tr.child td {
  border: 2px solid #b1bfe2;
  /*    border-radius:0.35rem;*/
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after {
  content: "\2193";
  opacity: 1;
  color: #000;
  font-size: 16px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  opacity: 1;
  color: #000;
  font-size: 16px;
}

.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
  border: none;
}

.pagination .page-item .page-link {
  padding: 3.2px 10.4px;
  padding: 0.2rem 0.65rem;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3f6ad8;
  border-color: #3f6ad8;
  border-radius: 50%;
}

.pagination .page-item .page-link {
  background: 0 0;
  border: none;
  color: #000;
}

input[type="radio"]:checked + .label {
  border-color: #9dbde2;
}

input[type="radio"]:checked + .label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.select2-container--bootstrap4 .select2-selection {
  /*    background-color: #fff;*/
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  top: 60%;
  border-color: #d7d7d7 transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -2px;
  position: absolute;
  /*    transform: rotate(269deg);
    -webkit-transform: rotate(269deg)*/
}

.select2
  .select2-container
  .select2-container--bootstrap4
  .select2-container--above
  .select2-container--open
  .select2-selection__arrow
  .active
  b {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
/*select2-VehicleClassId-result-h6wn-active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}*/

.select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__placeholder {
  color: #b2b2b2;
  line-height: calc(1.5em + 0.75rem);
  font-size: 15px;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #94b5f4;
  border-radius: 0px;
  font-size: 15px;
  padding: 6px 5px;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ebebeb;
  border-radius: 0;
  background: #ebebeb;
}

.select2-search--dropdown {
  display: block;
  padding: 4px 8px;
}

.select2-results {
  padding: 0px 8px 8px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background-color: #fff;
  color: #000;
}

.select2-results__option {
  padding: 5px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  font-size: 16px;
}

.footer {
  margin-top: 25px;
  line-height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  white-space: nowrap;
}

.footer p {
  font-size: 16px;
}
.footer a {
  text-decoration: none;
}
/* manage account */
.ManageAccount {
  margin-top: 10px;
}

.ManageAccount h2 {
  font-size: 22px;
  font-family: "Inter", sans-serif;
}

.ManageAccount h4 {
  font-size: 20px;
}

.ManageAccount > .row {
  width: 60%;
  margin: 0 auto;
}

.ManageAccount .nav-pills .nav-link {
  font-size: 17px;
  cursor: pointer;
}

.ManageAccount .nav-pills .nav-link.active {
  color: #6388d5;
}

.goBack {
  text-align: right;
  font-size: 15px;
  cursor: pointer;
}

.goBack a,
.ManageAccount .nav-pills .nav-link a {
  cursor: pointer !important;
}

.sectionTitle {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Roboto;
}

.fromId label {
  font-size: 16px;
}

.cartPositionHeader {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
}

.cartPositionHeader > div {
  border-radius: 5px;
  padding: 2px 13px;
}

.cartPositionHeader > div > h4 {
  font-size: 16px !important;
}

.blazored-typeahead {
  height: 40px;
}

.nav.nav-pills.flex-column {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #f2f2f2;
  padding: 10px 5px;
}

.bodyClass {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #f2f2f2;
  padding: 10px 15px 40px;
}

/*Dashboard CSS*/
.dashboard {
  gap: 20px;
}
.card {
  border-radius: 6px !important;
}

.card-header {
  background-image: linear-gradient(
    to right,
    #7878b3 0%,
    #5454aa 51%,
    #7373bd 100%
  );
  color: white;
}
.dashboard .card-body {
  display: flex;
  justify-content: space-between;
}
.dashboard .card-body .card-icon {
  font-size: 3em !important;
  color: #4747a1 !important;
}
.dashboard .card-body .card-text {
  margin: auto 0;
}
.card-header-title {
  font-weight: 600;
  color: white;
  font-size: 18px;
}
.card-header h5 {
  margin: auto 0;
  color: white;
  /*    text-align: center;*/
}
.chartHeader {
  border-bottom: 0;
}
.showBtn {
  border: 0;
  background-color: transparent;
}

/*    Product => Product list CSS*/
.ProductContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 720px) {
  .ProductContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ProductContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ProductContainer .card {
  background-color: #dad7eb;
  height: 125px;
  text-align: center;
  justify-content: center;
}
.ProductContainer .card-text {
  font-weight: 700;
}
#ptable thead {
  margin-top: 20px;
}
.productTable tbody td button {
  border-radius: 50%;
}

/*Products => Product List => Edit CSS*/
.imageUpload {
  padding: 10px 30px;
  border: 1px solid #d9d9d9;
}
.removeImage {
  border: 1px solid #d9d9d9;
}
/*Products => Create Product CSS*/
label {
  margin: 10px 0;
  font-weight: 600 !important;
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
.address .form-check-input {
  margin-top: 0.88em;
}
.address .form-check-input,
.dashboardDataTable .form-check-input {
  width: 1em !important;
  height: 1em !important;
}
.form-check-input {
  width: 2em !important;
  height: 2em !important;
}
.check label {
  margin: 10px 10px;
}
.check p {
  margin-top: 5px;
  margin-bottom: auto;
}
.history,
.view,
.removeBtn {
  background-color: #4747a1 !important;
  border-radius: 50% !important;
  color: white !important;
  padding: 3px 6px !important;
}
.cross {
  background-color: #4747a1 !important;
  border-radius: 50% !important;
  color: white !important;
  padding: 4px 10px !important;
}
.edit {
  background-color: #4747a1 !important;
  border-radius: 50% !important;
  color: white !important;
  padding: 3px 6px !important;
}
.addInfoBtn,
.addCat {
  padding: 8px 40px;
  border-radius: 6px;
  border: none;
  background-color: #98bdff !important;
  transition: all 0.3s ease-in-out;
}

.deleteBtn,
.addBtn,
.saveBtn,
.updateBtn {
  padding: 10px 30px !important;
  border-radius: 0.35rem !important;
  border: none !important;
  background-color: #98bdff !important;
  transition: all 0.3s ease-in-out !important;
}
.addInfoBtn:hover,
.addCat:hover,
.updateBtn:hover {
  background-color: #4747a1 !important;
  color: white !important;
  border: none !important;
}
.endBtn:hover,
.deleteBtn:hover {
  background-color: #c00 !important;
  color: white !important;
  border: none;
}
.startBtn:hover,
.saveBtn:hover,
.addBtn:hover {
  background-color: #396 !important;
  color: white !important;
  border: none;
}
.reloadBtn {
  border-radius: 50% !important;
  border: 1px solid #4747a1 !important;
  /*    padding: 10px 20px;*/
  height: 40px !important;
  width: 40px !important;
}
.reloadBtn img {
  width: 25px;
  height: 25px;
}

/*eProducts-E-V1 => Product list CSS*/
.imgArea {
  border: 1px solid #4747a1;
  padding: 40px 20px;
  align-items: center;
}
.imgArea button {
  border: 1px solid #4747a1;
  background-color: transparent;
}
/*.uploadBtn #files {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}*/
.uploadBtn #files {
  position: absolute;
  /* width: 100%;
  height: 100%; */
  opacity: 0;
  left: 38%;
}

/*Sales => Create Sales*/
.searchInput {
  /*    justify-content: space-evenly;*/
  margin: 20px 0;
  justify-content: flex-end;
}
.salesContainer {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin: auto;
}
.salesContainer h5 {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
.salestable {
  width: 30% !important;
  margin-top: 20px !important;
}
.salestable td:nth-child(odd) {
  text-align: right;
}
.salestable td:nth-child(even) {
  text-align: left;
}
.totalRow {
  margin-right: 1px;
}
.gTotal {
  font-weight: 600;
}
.btn-circle {
  height: 25px;
  width: 25px;
  border: 2px solid #dad7eb;
  border-radius: 50%;
  display: inline-block;
}
.btn-circle:hover {
  background-color: #4747a1;
  color: white;
}
/*epos > Dashboard*/
.foodCardGroup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.foodCardGroup .card {
  margin: 10px 10px;
}
.foodCardGroup .card img {
  padding: 10px;
  height: 200px;
}
.food-counter {
  width: 53% !important;
}
.addToCart {
  background: #98bdff;
  transition: all 0.3s ease-in-out;
}
.addToCart:hover {
  background-color: #4747a1;
  color: white !important;
}
.addToCartBtn:hover {
  background-color: #4747a1;
  color: white !important;
}
.confirmBtn {
  float: left;
}

.addToCartBtn,
.confirmBtn,
.payBtn {
  border: none;
  background-color: #98bdff;
  transition: all 0.3s ease-in-out;
  padding: 10px 65px;
  border-radius: 6px;
}
.addToCartBtn {
  margin-bottom: 20px;
}
.confirmBtn {
  border: none;
  background-color: #98bdff;
  transition: all 0.3s ease-in-out;
  padding: 10px 42px;
  border-radius: 6px;
}
.confirmBtn:hover {
  background-color: #396;
}
.payBtn:hover {
  background-color: #c00;
}
.modal {
  top: 10%;
}
.modal-backdrop {
  background-color: #000;
  opacity: 20% !important;
}
.modal-dialog {
  max-width: 1000px !important;
  margin: 1.75rem auto !important;
}
.bigBtn {
  width: 150px;
  height: 150px;
  height: 150px;
  border-radius: 0.875em;
  border: 1px solid #4747a1;
  justify-content: center;
  text-align: center;
  /*    line-height: 150px;*/
  margin: 10px;
  transition: all 0.3s ease-in-out;
}
.tableBtn {
  line-height: 150px;
}
.downBtn:hover,
.transactionBtn:hover,
.tableBtn:hover {
  background-image: linear-gradient(
    to right,
    #4747a1 0%,
    #5454aa 51%,
    #7373bd 100%
  );
  color: white;
  transition: all 0.3s ease-in-out;
}

.waiterBtn {
  width: 150px;
  height: 80px;
  border-radius: 0.875em;
  border: 1px solid #4747a1;
  justify-content: center;
  text-align: center;
  line-height: 80px;
  margin: 10px;
  transition: all 0.3s ease-in-out;
}
.waiterBtn:hover {
  background-image: linear-gradient(
    to right,
    #4747a1 0%,
    #5454aa 51%,
    #7373bd 100%
  );
  color: white;
  transition: all 0.3s ease-in-out;
}
.removeBtn {
  position: absolute;
  top: 50%;
  right: 5%;
}

/*.modal-backdrop .fade{
    opacity: 10%;
}*/
.dineInCard {
  display: flex;
  justify-content: center;
}
/*eOperations > ePR*/

.btn-grad {
  background-color: #dad7eb;
  margin: 0px 2px;
  padding: 5px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: black;
  box-shadow: 1px 1px 2px #7878b3;
  border-radius: 6px;
  display: block;
  border: 0.5px solid #4747a1;
}
.AddItemBtn:hover,
.btn-grad:hover {
  background-color: #396;
  color: white;
}
.AddItemBtn {
  background-color: #98bdff;
  border: none;
  border-radius: 6px;
  padding: 8px 20px;
  text-align: center;
  transition: 0.5s;
  color: black;
}

/*Account > eLedger*/
#submitModal .modal-dialog,
#acceptModal .modal-dialog,
#rejectModal .modal-dialog,
#requestModal .modal-dialog,
#transactionModal .modal-dialog,
#expenseModal .modal-dialog {
  max-width: 500px !important;
  margin: 5.75rem auto !important;
}
.modal-body h3 {
  text-align: center;
  color: #7c7d82;
}
/* ePayments Request */
.submit,
.confirm {
  border: none;
  background-color: #fff;
  padding: 7px 10px;
}
/* eOrder > New Order */
#confirmModal .modal-dialog {
  max-width: 500px !important;
  margin: 5.75rem auto !important;
}

/* Inventory Dashboard CSS */
.inventory {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.inventory .card-body .card-icon {
  font-size: 2.5em !important;
  /* color: #4747a1 !important; */
  color: #fff;
}
.inventory .card-body {
  display: flex;
  justify-content: space-around;
  background-image: linear-gradient(
    to right,
    #7878b3 0%,
    #5454aa 51%,
    #7373bd 100%
  );
  color: white !important;
  border-radius: 6px;
}
.inventory {
  gap: 30px;
}
.inventory .card-body .card-icon h6 {
  text-align: center;
}

/* Quantity Adjustments CSS */
.plus,
.minus {
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 18px;
}
.plus {
  background-color: #396;
  padding: 5px 12px;
}
.minus {
  background-color: #c00;
  padding: 5px 14px;
}

/* responsive code  */
@media (min-width: 2560px) {
  .food-counter {
    width: 40% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .posLogin-container {
    width: 80%;
    margin: 30px auto 50px;
  }

  .posLogin-section {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  /*epos > Dashboard*/
  .foodCardGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .foodCardGroup .card img {
    padding: 10px;
    height: 200px;
  }

  .food-counter {
    width: 100% !important;
  }

  .removeBtn {
    right: 10%;
  }

  .confirmBtnSection,
  .payBtnSection {
    display: flex;
    justify-content: center;
  }

  .addToCartBtn,
  .confirmBtn {
    padding: 10px 30px;
  }

  .payBtn {
    padding: 10px 50px;
  }
}

@media only screen and (min-width: 992px) {
  .posLogin-verticalcenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
  }

  .posLogin-section {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  .posLogin-logoarea img {
    width: 80%;
    margin-bottom: 25px;
  }
}

@media (max-width: 992px) {
  .posLogin-verticalcenter {
    width: 60%;
    margin: 0px auto;
    padding: 80px 0px;
  }

  #msbo:before {
    content: "";
    background-image: url(../assets/images/icons/hambur.png);
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 16px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-size: cover;
  }

  .msbo-click#msbo:before {
    content: "";
    background: url("../assets/images/icons/cross.png");
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0px;
    left: 16px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-size: cover;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .msb {
    -webkit-animation: slidein 300ms forwards;
    animation: slidein 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  body.msb-x .msb {
    -webkit-animation: slideout 300ms forwards;
    animation: slideout 300ms forwards;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
  }

  .removeDraft {
    margin-top: 40px;
  }

  .msb-x .posDashboard-wrapper,
  .msb-x .footer {
    padding-left: 0px;
  }

  .posSingle-card p {
    font-size: 17px;
  }

  div.dataTables_wrapper div.dataTables_filter input {
    width: 70%;
  }
  .addCat {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .dashboard {
    display: grid;
    grid-template-columns: auto auto !important;
  }
  .salestable {
    width: 100% !important;
    margin-top: 20px;
  }
  .foodCardGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .take-order-button-section {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
  }
  .addToCartBtn {
    padding: 11px 27px;
  }
  /* Inventory dashboard */
  .inventory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .inventory .card-body .card-text {
    text-align: left;
    width: 40%;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  .postFood-type li {
    width: 31.5%;
  }

  .posSelected-item .posSerial {
    width: 4%;
    margin-right: 0px;
  }

  .posSelected-item .posFoodname {
    width: 37%;
    margin-right: 0px;
  }

  .posSelected-item .posFoodtotal-item {
    width: 18%;
  }

  .posSeletedPrice {
    width: 24%;
  }
  /* Inventory dashboard */
  .inventory {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .inventory .card-body .card-text {
    text-align: left;
    width: 40%;
  }
}

@media (max-width: 575px) {
  .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav.flex-column {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .posDashboard-wrapper main {
    margin-top: 0px;
    padding-top: 0px;
  }
  .card-header {
    text-align: center;
  }
  #msbo,
  .borUserIcon .img1,
  #form,
  #list2,
  #list3,
  #list4,
  .refresh,
  .detail-col {
    display: none;
  }
  .refresh {
    display: none !important;
  }

  .msb {
    top: 0px;
  }
  .mnb.navbar {
    background-color: transparent;
  }
  .mnb .border-bottom {
    border-bottom: none;
  }
  .box-shadow {
    box-shadow: none;
  }
  .borUserIcon {
    background: #f3797e;
  }
  .borUserIcon .img1 {
    display: none;
  }

  .salesContainer {
    width: 100%;
  }

  .salestable {
    width: 100% !important;
    margin: 10px auto;
  }

  .card {
    margin-bottom: 20px;
  }

  .addToCartBtn,
  .confirmBtn {
    padding: 10px 34px;
  }

  .payBtn {
    padding: 10px 54px;
  }
  /*epos > Dashboard*/
  .foodCardGroup {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .foodCardGroup .card img {
    padding: 10px;
    height: 200px;
  }

  .foodCardGroup .card {
    margin: 10px 0px;
  }

  .confirmBtn,
  .payBtn {
    float: none;
    justify-content: center;
  }

  .nav-tabs .nav-link:first-child:before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 2px;
    height: 21px;
    background-color: transparent;
  }

  .confirmBtnSection,
  .payBtnSection {
    display: flex;
    justify-content: center;
  }

  .food-counter {
    width: 100% !important;
  }
  .food-counter span {
    margin: 0 16px;
  }

  .foodImage {
    display: flex;
    justify-content: center;
  }

  .foodImage img {
    width: 100% !important;
  }

  .removeBtn {
    position: absolute;
    top: 83%;
    right: 12%;
  }
  .mobileView {
    margin: 10px 0;
  }

  .mobileView a {
    text-decoration: none;
  }
  textarea {
    width: auto;
  }
  h4 {
    display: none;
  }

  #form,
  #list2,
  #list3 {
    display: none;
  }

  .addInfoBtn {
    margin-top: 10px !important;
  }

  .mobileView {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 15px !important;
  }

  .mobileView2 .nav-item {
    margin: 0 5px;
  }
  .modal-dialog textarea {
    width: 100%;
  }
  .Personnel-list {
    text-align: center;
    margin-top: 10px;
  }
  .cellPhoneView {
    display: none;
  }
  .mobileContainer .img1 {
    width: 217px;
  }
  .dineInCard,
  .waiterModal {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .tableBtn,
  .waiterBtn {
    width: 200px !important;
    margin: auto !important;
  }
  /* Inventory dashboard */
  .inventory {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .inventory .card-body .card-text {
    text-align: left;
    width: 40%;
  }
}
@media (min-width: 600px) {
  #msbo2,
  .mobileContainer,
  .mobileView,
  .mobileView2,
  .borUserIcon .img2 {
    display: none !important;
  }
}

.mobileContainer .loginBtn {
  background-color: #98bdff;
  transition: all 0.3s ease-in-out;
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.loginBtn {
  width: 50%;
}

.mobileContainer .loginBtn:hover {
  background-color: #4747a1;
  color: white;
}

.mobileContainer {
  position: relative;
}

.mobileContainer .img2 {
  width: 37%;
  position: fixed;
  right: 0;
  bottom: 0%;
}

.mobileContainer .recimg {
  position: absolute;
  right: 0;
  top: 0;
}

.login-form-container {
  position: relative;
  bottom: 120px;
}
