/*************************************** Global Css **************************** */

/*************************************** Any change can be seen in all screens **************************** */

/*************************************** Adding class after this Overrides Property **************************** */

/***************************************  Defining variables for Javascript Uses  , Please Use call back  CSS for better flexibilty ************************************** */

.verificationModal .details:not(.verification .details)::before {
  content: "" !important;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

body {
  --primary-text-color: #314052;
  --secondary-text-color: #3b5063;
  --primary-background-color: #f4f7fc;
  --primary-side-nav-bar-background-color: white;
  --primary-active-hover-focus-state-color: #0081ff;
  --secondary-icon-color: #40586d;
  --primary-sidetag-background-color: #30d6b4;
  --primary-error-color: red;
  --list-color: white;
  --light-text-color: #818e94;
  --list-hover-color: #f5fafe;
  --primary-border-color: #314052;
  --primary-button-color-blue: #0081ff;
  --primary-button-color-success: #2bc929;
  --primary-button-color-danger: #ff4062;
  --primary-button-color-secondary: #6c757d;
  --primary-button-color-blue-shadow: #0080ff50;
  --primary-button-color-success-shadow: #2bc92950;
  --primary-button-color-danger-shadow: #ff406250;
  --primary-button-color-secondary-shadow: #6c757d50;
  --primary-button-color-yellow: #ffa500;
  --primary-button-color-yellow-shadow: #ffa50050;
  --primary-border-color: #e6e6e6;
}

body.ben-n-jerry {
  --primary-text-color: #000000;
  --secondary-text-color: black;
  --primary-background-color: #f4f7fc;
  --primary-side-nav-bar-background-color: white;
  --primary-active-hover-focus-state-color: #0183c9;
  --secondary-icon-color: black;
  --primary-sidetag-background-color: #30d6b4;
  --primary-error-color: red;
  --list-color: white;
  --light-text-color: #818e94;
  --list-hover-color: #f5fafe;
  --primary-border-color: #314052;
  --primary-button-color-blue: #0183c9;
  --primary-button-color-success: #2bc929;
  --primary-button-color-danger: #ff4062;
  --primary-button-color-secondary: #6c757d;
  --primary-button-color-blue-shadow: #0080ff50;
  --primary-button-color-success-shadow: #2bc92950;
  --primary-button-color-danger-shadow: #ff406250;
  --primary-button-color-secondary-shadow: #6c757d50;
  --primary-button-color-yellow: #ffa500;
  --primary-button-color-yellow-shadow: #ffa50050;
  --primary-border-color: #e6e6e6;
  font-family: Severance the Sequel;
}

body.tunemaker {
  --primary-text-color: #000000;
  --secondary-text-color: black;
  --primary-background-color: #FDF8FA;
  --primary-side-nav-bar-background-color: white;
  --primary-active-hover-focus-state-color: #A80034;
  --secondary-icon-color: black;
  --primary-sidetag-background-color: #30d6b4;
  --primary-error-color: red;
  --list-color: white;
  --light-text-color: #818e94;
  --list-hover-color: #f5fafe;
  --primary-border-color: #314052;
  --primary-button-color-blue: #0183c9;
  --primary-button-color-success: #2bc929;
  --primary-button-color-danger: #ff4062;
  --primary-button-color-secondary: #6c757d;
  --primary-button-color-blue-shadow: #0080ff50;
  --primary-button-color-success-shadow: #2bc92950;
  --primary-button-color-danger-shadow: #ff406250;
  --primary-button-color-secondary-shadow: #6c757d50;
  --primary-button-color-yellow: #ffa500;
  --primary-button-color-yellow-shadow: #ffa50050;
  --primary-border-color: #e6e6e6;
}

body.dark-theme.purple {
  --primary-text-color: #a6b3b8;
  --secondary-text-color: #e4e4e4;
  --primary-background-color: #18191a;
  --primary-side-nav-bar-background-color: #252525;
  --primary-active-hover-focus-state-color: #bb86fc;
  --secondary-icon-color: #40586d;
  --primary-sidetag-background-color: #45bd62;
  --primary-error-color: #f02849;
  --list-color: #242526;
  --list-hover-color: rgba(255, 255, 255, 0.2);
  --light-text-color: #a6b3b8;
  --primary-border-color: #e4e4e4;
  --primary-button-color-blue: #bb86fc;
  --primary-button-color-success: #45bd62;
  --primary-button-color-danger: #ff4062;
  --primary-button-color-secondary: #6c757d;
  --primary-button-color-blue-shadow: #bb86fc50;
  --primary-button-color-success-shadow: #45bd6250;
  --primary-button-color-danger-shadow: #ff406250;
  --primary-button-color-secondary-shadow: #6c757d50;
  --primary-button-color-yellow: #ffa500;
  --primary-button-color-yellow-shadow: #ffa50050;
}

@media (prefers-dark-interface) {
  body {
    --primary-text-color: #a6b3b8;
    --secondary-text-color: #e4e4e4;
    --primary-background-color: #18191a;
    --primary-side-nav-bar-background-color: #242526;
    --primary-active-hover-focus-state-color: #2d88ff;
    --secondary-icon-color: #40586d;
    --primary-sidetag-background-color: #45bd62;
    --primary-error-color: #f02849;
    --list-color: #242526;
    --list-hover-color: rgba(255, 255, 255, 0.2);
    --light-text-color: #a6b3b8;
    --primary-border-color: #e4e4e4;
    --primary-button-color-blue: #2d88ff;
    --primary-button-color-success: #45bd62;
    --primary-button-color-danger: #ff4062;
    --primary-button-color-secondary: #6c757d;
    --primary-button-color-blue-shadow: #2d88ff50;
    --primary-button-color-success-shadow: #45bd6250;
    --primary-button-color-danger-shadow: #ff406250;
    --primary-button-color-secondary-shadow: #6c757d50;
    --primary-button-color-yellow: #ffa500;
    --primary-button-color-yellow-shadow: #ffa50050;
  }
}

body.dark-theme {
  --primary-text-color: #a6b3b8;
  --secondary-text-color: #e4e4e4;
  --primary-background-color: #18191a;
  --primary-side-nav-bar-background-color: #242526;
  --primary-active-hover-focus-state-color: #2d88ff;
  --secondary-icon-color: #40586d;
  --primary-sidetag-background-color: #45bd62;
  --primary-error-color: #f02849;
  --list-color: #242526;
  --list-hover-color: rgba(255, 255, 255, 0.2);
  --light-text-color: #a6b3b8;
  --primary-border-color: #e4e4e4;
  --primary-button-color-blue: #2d88ff;
  --primary-button-color-success: #45bd62;
  --primary-button-color-danger: #ff4062;
  --primary-button-color-secondary: #6c757d;
  --primary-button-color-blue-shadow: #2d88ff50;
  --primary-button-color-success-shadow: #45bd6250;
  --primary-button-color-danger-shadow: #ff406250;
  --primary-button-color-secondary-shadow: #6c757d50;
  --primary-button-color-yellow: #ffa500;
  --primary-button-color-yellow-shadow: #ffa50050;
}

.dark-theme .sideNav ul li ul li a.nav-link.active {
  background: transparent !important;
}
button:not(button[class*="outline"]):hover{
  background: var( --primary-active-hover-focus-state-color) !important;
  border-color: var( --primary-active-hover-focus-state-color) !important; 
}

body.lakme {
  --primary-button-color-blue: #991f53;
  --primary-active-hover-focus-state-color: #991f53;
  --primary-button-color-blue-shadow: #991f5475;
}



body.dark-theme .sidetag {
  color: black;
}

.kl i {
  font-size: 1.2rem;
}

#notificationsBlocked {
  color: var(--secondary-text-color);
}

.dropdown-item.active,
.dropdown-item:active {
  background: var(--primary-button-color-blue);
}

body.dark-theme .custom-control-input:checked~.custom-control-label::before {
  border-color: var(--primary-active-hover-focus-state-color);
  background: var(--primary-active-hover-focus-state-color);
}

body.dark-theme .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: var(--primary-active-hover-focus-state-color);
}

body.dark-theme .navbar .fa-bars {
  color: var(--secondary-text-color);
}

.drop_down {
  cursor: pointer;
}

body.dark-theme .drop_down svg {
  fill: var(--secondary-text-color);
}

body.dark-theme .dropCircle {
  fill: white;
  color: white;
}

body.dark-theme .order {
  box-shadow: 0 0px 4px #00000030 !important;
  filter: drop-shadow(0px 0px 6px #00000030);
}

body.dark-theme .navbar {
  box-shadow: 0 0px 4px #00000060 !important;
}

.dropdown-menu {
  background: var(--list-color) !important;
}

body.dark-theme .form-control,
body.dark-theme input {
  background: transparent !important;
  color: var(--secondary-text-color);
}

body.dark-theme .form-control:focus,
body.dark-theme input:focus {
  background: rgba(255, 255, 255, 0.2) !important;
  color: var(--secondary-text-color) !important;
}

body.dark-theme * {
  border-color: var(--primary-text-color);
}

.btn-outline-primary {
  color: var(--primary-active-hover-focus-state-color);
  background-color: var(--list-hover-color);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--primary-active-hover-focus-state-color) !important;
}

button {
  background: var(--background);
  border-color: var(--background) !important;
  white-space: nowrap !important;
  min-height: 1.875rem;
}

button.primary {
  background-color: var(--primary-active-hover-focus-state-color) !important;
}

body.dark-theme .dropdown-item:hover {
  color: black !important;
}

button.btn-warning {
  --background: var(--primary-button-color-yellow);
  --shadow: var(--primary-button-color-yellow-shadow);
  color: white;
}

button.btn-primary {
  --background: var(--primary-button-color-blue);
  --shadow: var(--primary-button-color-blue-shadow);
}

button.btn-danger {
  --background: var(--primary-button-color-danger);
  --shadow: var(--primary-button-color-danger-shadow);
}

button.btn-success {
  --background: var(--primary-button-color-success);
  --shadow: var(--primary-button-color-success-shadow);
}

button.btn-secondary {
  --background: var(--primary-button-color-secondary);
  --shadow: var(--primary-button-color-secondary-shadow);
}

button:not(button[class*="outline"]):hover {
  background: var(--background) !important;
  border-color: var(--background) !important;
  color: white !important;
}

.deleted_list {
  background: #ff857952;
  text-decoration: line-through;
}

[name="tableof7days"] [class^="col"] {
  font-size: 0.85rem;
  color: var(--secondary-text-color);
  padding: 0.69rem 0;
}

[name="tableof7days"] {
  border-radius: 0.5rem;
  border: 1.5px dashed #ccc;
  border-top: none;
  background: var(--primary-background-color);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[name="tableof7days"]>div:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

button:focus {
  box-shadow: 0 0 0 0.2rem var(--shadow) !important;
  outline: none;
}

.__page__nav a.active {
  box-shadow: 0 0 5px 1px var(--primary-active-hover-focus-state-color) !important;
}

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

body,
html {
  font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  scroll-behavior: smooth;
}

a:not(.dropdown-item):hover,
a:not(.dropdown-item) {
  color: var(--primary-text-color) !important;
}

.dropdown {
  background: var(--list-color);
}

.badge-primary {
  background-color: var(--primary-active-hover-focus-state-color);
}

.border-3 {
  border-radius: 5px;
}

.border-color-3 {
  border: 1px solid #e4ebf8;
}

.p-20 {
  padding: 5px;
}

button {
  font-size: 0.75rem !important;
}

.pt-50 {
  padding-top: 5rem;
}

.backgroud-white {
  background: var(--primary-side-nav-bar-background-color);
}

#dropdown_name {
  text-transform: capitalize;
}

#state .select2-selection {
  border: none;
}

.select2-container--default .select2-selection--single,
.select2-results__option--selectable {
  font-size: 0.8rem;
}

.image-previewer {
  height: 125px;
  width: 100%;
  display: block;
  border: 1px dashed var(--primary-border-color);
  border-bottom: 0;
  justify-content: center;
}

#results {
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-selection__choice {
  font-size: 0.75rem;
}

.select2-selection__choice__remove {
  min-height: 1.15rem !important;
}

/* 
.sideNav {
    width: 300px;
    padding-top: 75px;
    padding-bottom: 40px;
    box-shadow: 1px 2px 8px 0px #00000015;
    height: 100vh;
    font-size: 0.875rem !important;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--primary-side-nav-bar-background-color);
    z-index: 2;
    transition: 0.5s;
} */

/* 
.sideNav img.rounded-circle {
    width: 3.125rem;
    height: 3.125rem
}

.sideNav ul li {
    padding: 5px 0;
}

.sideNav ul .nav-link {
    padding-left: 2rem;
    position: relative;
}


.sideNav li:hover svg * {
    background-color: var(--list-hover-color);
    fill: var(--primary-active-hover-focus-state-color) !important
}

.sideNav .nav-link.active {
    fill: var(--primary-active-hover-focus-state-color);
    border-right: 2px solid var(--primary-active-hover-focus-state-color);
    background-color: var(--list-hover-color);
    font-weight: bold;
    color: var(--primary-active-hover-focus-state-color) !important
} */

.sideNav {
  width: 350px;
  padding-top: 75px;
  padding-bottom: 40px;
  box-shadow: 1px 2px 8px 0px #00000015;
  height: 100vh;
  font-size: 0.875rem !important;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary-side-nav-bar-background-color);
  z-index: 99;
  transition: 0.3s;
}

.sideNav ul {
  margin: 0;
  padding: 0;
}

.sideNav>ul {
  width: 100%;
}

.sideNav ul li {
  display: block;
  padding: 5px 0;
}

.sideNav>ul>li {
  width: 100%;
  padding: 5px 0;
}

.sideNav>ul>li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 0rem;
  white-space: nowrap;
  /* padding-left: 2rem; */
  font-size: 0.875rem !important;
  text-decoration: none;
  /* -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; */
}

.sideNav>ul>li>a>svg {
  width: 3.75rem;
  display: inline-block;
  position: relative;
  max-height: 3.75rem;
}

.smallbadge {
  position: absolute;
  top: 2px;
  left: -30px;
  font-size: 0.5rem;
  opacity: 0;
  transition: 0.5s;
}

.small-sidenav .smallbadge {
  opacity: 1 !important;
  left: 32px;
}

.sideNav>ul>li a>ul a {
  position: relative;
  display: block;
  padding: 0.1rem 0.5rem;
  padding-left: 2rem;
  font-size: 0.85rem !important;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sideNav>ul>li {
  width: 100%;
  padding: 5px 0;
  /* display: flex; */
  align-items: center;
  overflow: hidden;
}

.sideNav>li:hover {
  border-right: 2px solid var(--primary-active-hover-focus-state-color);
  background-color: var(--list-hover-color);
  fill: var(--primary-active-hover-focus-state-color);
}

.sideNav li.selected>a {
  /* border-right: 2px solid var(--primary-active-hover-focus-state-color); */
  /* background-color: var(--list-hover-color); */
  color: var(--primary-active-hover-focus-state-color) !important;
}

.sideNav li.selected>a svg * {
  background-color: var(--list-hover-color);
  fill: var(--primary-active-hover-focus-state-color) !important;
}

.sideNav ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}

.sideNav li:hover svg * {
  background-color: var(--list-hover-color);
  fill: var(--primary-active-hover-focus-state-color) !important;
}

.sideNav a.active {
  fill: var(--primary-active-hover-focus-state-color);
  border-right: 2px solid var(--primary-active-hover-focus-state-color);
  background-color: var(--list-hover-color);
  font-weight: bold;
  color: var(--primary-active-hover-focus-state-color) !important;
}

.sideNav .nav-item.selected>a {
  fill: var(--primary-active-hover-focus-state-color);
  /* border-right: 2px solid var(--primary-active-hover-focus-state-color); */
  background-color: var(--list-hover-color);
  font-weight: bold;
  color: var(--primary-active-hover-focus-state-color) !important;
}

.sideNav a.nav-link.active {
  fill: var(--primary-active-hover-focus-state-color);
  font-weight: bold;
  color: var(--primary-active-hover-focus-state-color) !important;
  background: white;
}

.sideNav ul li ul li a.nav-link.active {
  fill: var(--primary-active-hover-focus-state-color);
  font-weight: bold;
  color: var(--primary-active-hover-focus-state-color) !important;
  border: none;
  background: white;
}

.sideNav ul li ul {
  display: none;
}

.sideNav ul li ul.open {
  display: block;
}

.sideNav ul li ul li a {
  color: #495d62;
}

/* .sideNav ul li ul li a:before {
    content: '\25CF';
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    font-size: 0.6rem;
    line-height: 0;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: middle;
    margin-bottom: 0.2rem
} */

.sideNav span:not(.badge) {
  width: 240px;
  white-space: nowrap;
  display: inline-block;
  /* text-transform: capitalize; */
}

.sideNav>ul>li>ul span {
  width: 175px !important;
}

.sideNav.small-sidenav span {
  opacity: 0;
  white-space: nowrap;
}

.sideNav.small-sidenav,
.sideNav.small-sidenav button {
  width: 4rem !important;
  min-width: 4rem !important;
  border-radius: 0;
  text-align: center;
}

.sideNav form {
  display: block;
}

.sideNav.small-sidenav form {
  display: none;
}

.sideNav ul li ul li:hover>a:before,
.sideNav ul li ul li.selected>a:before {
  margin-right: 10px;
}

.sideNav .selected--last a {
  padding-left: 85px !important;
}

.tooltipimg {
  width: 180px;
  zoom: 2;
}

.sideNav ul:first-child {
  padding-bottom: 4rem;
}

.nav-link.active svg * {
  fill: var(--primary-active-hover-focus-state-color);
  background-color: var(--list-hover-color);
  font-weight: bold;
}

.sideNav svg,
.sideNav .nav-item img {
  fill: #b9c5cb;
}

.sideNav ul li button {
  white-space: nowrap;
}

.sideNav.small-sidenav .subMenuColor1 {
  display: none !important;
}

.small-sidenav .LogOut {
  bottom: -120px;
}

.subMenuColor1,
.subMenuColor2 {
  display: block;
}

.navbar {
  background: var(--primary-side-nav-bar-background-color) !important;
  box-shadow: 1px 2px 8px 0px #00000015;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  height: 5rem !important;
  max-height: 120px;
}

.select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  height: 35px !important;
  user-select: none;
  -webkit-user-select: none;
}

#ErrorHandle {
  width: 120px;
  background: var(--primary-button-color-blue);
  position: fixed;
  right: -200px;
  top: 50px;
  color: black;
  text-decoration: none;
  color: white !important;
  font-size: 0.8rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border-radius: 0.5rem;
  transition: 1s;
  text-align: center;
}

#ErrorHandle.bugerror {
  background: var(--primary-button-color-danger);
  color: white !important;
  right: -10px;
}

.dropdown-toggle.navbtn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.reatailersOnly .increase,
.reatailersOnly .details .form-control {
  border: none !important;
}

.reatailersOnly .details i {
  display: none !important;
}

.reatailersOnly .actionsbuttons {
  display: none !important;
}

/* .greyOutSelection {
    position: relative
}

.greyOutSelection:before {
    position: fixed;
    width: 100vw;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('https://assets.snaplion.com/2340/Photo/i46bfOyQpSgAUR8Ic85r_undraw_Map_light_3hjy-removebg-preview%20(3).png');
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px;
    align-items: flex-end;
    justify-content: center;
    z-index: -1;
    content: 'Please Choose One location .';
    color: white;
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 20px;
    top: 0;
} */

/* 
.navbar-brand {
    padding-right: calc(25px + 10vw);
} */

.navbar-brand img::after {
  content: "  | " !important;
}

.navbar .navbar-nav {
  /* width: calc(100% - min(160px + 1vw)); */
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: calc(4.688rem - 0.5rem);
  max-height: 120px;
}

.badge {
  font-weight: normal;
  font-size: 0.8em;
  padding: 0.2rem 0.5rem;
}

.navbar .nav-link {
  color: var(--primary-text-color);
  font-size: 0.875rem;
  white-space: nowrap;
}

.slide {
  left: 0 !important;
}

.navbar .nav-item.active .nav-link {
  color: var(--primary-active-hover-focus-state-color);
  border-bottom: 0.15rem solid var(--primary-active-hover-focus-state-color);
}

.dropdown-item img {
  width: 0.8rem;
}

.form-inline {
  flex-wrap: nowrap;
}

.form-inline .dropdown-menu {
  font-size: 0.8rem;
}

.navbtn {
  border: 1px solid #ebebeb;
  color: #020202 !important;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
}

/* .navbar .dropdown-menu {
    left: clamp(-8vw, -100px, -7vw) !important
} */

.navbtn img {
  margin-right: 0.8rem;
}

.nav.nav-pills .nav-link {
  color: #555555;
  font-size: 0.938rem;
  text-transform: capitalize;
}

.nav.nav-pills .nav-link.active {
  background: var(--primary-side-nav-bar-background-color);
  border: none;
  border-bottom: 2px solid var(--primary-active-hover-focus-state-color);
  border-radius: 0;
  color: var(--primary-active-hover-focus-state-color);
  font-size: 0.938rem;
}

.tab-content input,
.tab-content label,
.tab-content select,
.tab-content textarea,
.tab-content option {
  color: var(--secondary-text-color) !important;
  font-size: 0.813rem !important;
}

/* .divider {
    height: 1px;
    background: #E7ECF4;
    position: relative;
}

.divider span {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-side-nav-bar-background-color);
    transform: translate(-0%, -50%);
    padding-right: 5px;
    font-size: 0.75rem;
    font-weight: bold;
} */

.centerContainer {
  background-color: var(--primary-background-color);
  padding-left: 4rem;
  overflow: auto;
  min-height: calc(100vh);
  padding-top: 5rem;
  color: var(--primary-text-color);
}

.search:active,
.search:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}

.pointer-none {
  pointer-events: none;
}

label {
  text-transform: capitalize;
  color: var(--secondary-text-color);
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0.25rem;
}

.divider {
  height: 1px;
  width: 100%;
  background: var(--primary-text-color);
  position: relative;
  margin: 1rem 0;
}

.divider span {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  font-size: 0.8125rem;
  padding: 0 0.5125rem;
  color: var(--primary-text-color);
  background: var(--primary-side-nav-bar-background-color);
  text-transform: uppercase !important;
  user-select: none;
  font-weight: bold;
  left: 0;
}

.boxshadow {
  box-shadow: 1px 2px 8px 0px #00000015;
}

.daysPicker7 {
  border-radius: 0.5rem;
  border: 1.5px dashed #ccc;
  background: var(--primary-background-color);
}

.daysPicker7 .nav.nav-pills .nav-link.active {
  background: var(--primary-background-color);
}

.xl {
  padding-top: clamp(5rem, 7rem, 8rem);
}

.header {
  position: fixed;
  top: 4.688rem;
  left: 0;
  z-index: 3;
  padding-top: 0;
  padding-left: 4rem;
  height: clamp(5rem, 7rem, 8rem);
  display: flex;
  background: var(--primary-background-color);
  /* box-shadow: 1px 2px 8px 0px #00000005; */
  align-items: center;
}

.header .d-flex:first-child {
  width: 100%;
}

/* .header ~ .col-sm-12{
    padding-top: 3.9rem;
} */
/* 
.tagLine {
    margin-top: -3rem !important;
} */

.header,
.header i {
  color: var(--secondary-text-color);
}

.header .dropdown-menu {
  top: 15px !important;
  left: -10px !important;
}

.header .dropdown-toggle::after {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  font-size: 0.75rem;
  color: var(--secondary-text-color);
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.header input,
.header select {
  font-size: 0.75rem;
}

.locations {
  color: black;
  font-size: 0.75rem;
  /* font-weight: 600; */
  color: var(--secondary-text-color) !important;
  min-width: 13rem;
  background: var(--primary-side-nav-bar-background-color);
  padding: 1rem;
  border-radius: 10px;
}

.dropdown-items {
  padding: 5px;
  color: var(--secondary-text-color);
  cursor: pointer;
  background: var(--primary-side-nav-bar-background-color);
}

.locations label {
  font-size: 0.9rem !important;
}

.locations .dropdown-items input[type="checkbox"] {
  margin: 0px 10px -3px 10px;
  border-color: #e6e6e6;
  border-radius: 1px;
  outline: none;
}

.navbar-brand {
  color: var(--secondary-text-color) !important;
}

.Tag {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--secondary-text-color);
  white-space: nowrap;
}

.select {
  border-radius: 3px;
  border: 1px solid #c9d2e2;
  font-size: 0.625rem;
  background: transparent;
}

small {
  font-size: 0.7rem;
  color: var(--primary-active-hover-focus-state-color);
  cursor: pointer;
  margin-left: calc(0.188rem + 0.1vw);
}

.address {
  font-size: 0.75rem;
  /* font-weight: 600; */
  padding-top: 7px;
  position: relative;
  padding: 7px 0.9rem 0;
}

.list-group-item:not(.modal-body li) {
  border: none !important;
  background-color: none;
  padding: 0 !important;
}

.payment-rupee~.address {
  padding-left: 0rem;
}

.address .addimg {
  position: absolute;
  left: 0;
  top: 0.53rem;
  width: 0.7rem;
}

.Date {
  font-size: 0.75rem;
  position: relative;
  padding-left: 0.8rem;
  /* font-weight: 600; */
}

.Date div {
  white-space: normal !important;
}

.Date img {
  position: absolute;
  top: 0;
  left: 5px;
}

.p {
  display: none;
}

.dropPadding {
  font-size: 0.75rem;
  border-radius: 5px;
  padding: 7px 0;
  /* height: auto !important; */
}

.dropPadding~.dropdown-menu {
  top: 5px !important;
  left: 0 !important;
  transition: 0s;
}

.alertboxshadow {
  box-shadow: 1px 2px 8px 0px #ff00006e !important;
}

.Date img {
  width: 13px;
  height: 13px;
}

.number {
  font-size: 0.75rem;
  padding-top: 7px;
}

.overflowx-hidden {
  overflow-x: hidden;
  overflow-y: visible;
}

.dropdown-item *,
.dropdown-item {
  cursor: pointer !important;
}

.name {
  font-size: 0.938rem;
  white-space: nowrap;
}

.email {
  font-size: 0.75rem;
  word-break: break-all;
}

.redeemLocation {
  font-size: 0.75rem;
  white-space: normal;
}

.code {
  font-size: 0.75rem;
}

.circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #c9d2e2;
}

.payment-rupee {
  font-size: 0.938rem;
  font-weight: bold;
}

.sidetag {
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 10px;
  font-size: 0.5rem;
  user-select: none;
  min-width: calc(50px + 1rem);
  text-align: center;
  text-transform: uppercase;
  /* font-weight: 600; */
}

.stars {
  position: absolute;
  right: 66px;
  top: 0;
  border-top-right-radius: 10px;
  font-size: 0.5rem;
  user-select: none;
  min-width: calc(50px + 1rem);
  text-align: center;
  text-transform: uppercase;
}

.newsidetag {
  color: black;
  position: absolute;
  right: 75px;
  top: 0;
  border-top-right-radius: 0.5rem;
  font-size: 0.7rem;
  user-select: none;
}

.newsidetag .fa-circle {
  font-size: 0.5rem;
}

.sidetag.walk,
.sidetag.redeemed {
  background-color: var(--primary-sidetag-background-color);
}

.sidetag.delivery,
.sidetag.processed {
  background-color: #549af2;
}

.sidetag.takeaway {
  background-color: #40c4fa;
}

.sidetag.confirm {
  background-color: var(--primary-sidetag-background-color);
}

.sidetag.new {
  background-color: #ff57be;
}

.sidetag.cancelled {
  background-color: #ff5757;
}

.btn-outline-success {
  border-color: #24c9a3;
  color: #24c9a3;
  fill: white;
}

.btn-outline-success:hover * {
  background-color: #24c9a3;
  color: white;
  fill: white;
}

.btn-outline-danger {
  border-color: #f3705a;
  color: #f3705a;
}

.btn-outline-danger:hover * {
  /* background-color: #F3705A; */
  color: white;
  fill: white;
}

.btn-outline-danger:hover {
  background-color: #f3705a;
  border-color: #f3705a;
}

.btn-outline-success:hover {
  background-color: #24c9a3;
  border-color: #24c9a3;
}

option {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.location~.dropdown-menu {
  color: black;
  font-size: 0.75rem;
  /* font-weight: 600; */
  color: var(--secondary-text-color) !important;
  min-width: 13rem;
  overflow: scroll;
  height: 100vh;
  padding-bottom: 60px;
}

.info_of_verification .owl-nav {
  display: none;
}

.info_of_verification {
  font-size: 0.75rem;
}

.location~.dropdown-menu:hover .dropdown-item {
  color: var(--secondary-text-color);
  background: var(--primary-side-nav-bar-background-color);
}

.location~.dropdown-menu .dropdown-item {
  padding: 5px;
  color: var(--secondary-text-color);
}

.location~.dropdown-menu .dropdown-item label {
  cursor: pointer;
}

.location~.dropdown-menu .dropdown-item input[type="checkbox"] {
  margin: 0px 10px -3px 10px;
  border-color: #e6e6e6;
  border-radius: 1px;
  outline: none;
}

.redeemLocation {
  position: relative;
  padding-left: 1rem;
}

.redeemLocation img {
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown-menu {
  border: none;
  box-shadow: 0px 4px 15px #00000029;
  /* cursor: pointer; */
}

.Msg {
  color: var(--primary-text-color);
}

.alert {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0%;
  /* transform: translate(-50%, 0); */
  z-index: 9999999999;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25rem 1.25rem;
  color: inherit;
  font-size: 2rem !important;
}

.locations .dropdown-items {
  /* width: 50%; */
}

.dropdown-items label {
  cursor: pointer !important;
}

.rupee {
  font-size: 0.958rem;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

.hr {
  width: calc(100% - 30px);
  margin: 15px;
}

.navbar .dropdown-toggle::after {
  display: none;
}

.modal-content {
  border: none;
  border-radius: 16px;
}

.modal-header {
  background-color: var(--primary-active-hover-focus-state-color);
  color: white;
  font-size: 1.375rem !important;
  border-radius: 16px 16px 00 0;
  padding-left: 30px;
}

.modal-body {
  padding: 2.188rem 1.875rem 3rem 1.875rem;
  background: var(--primary-side-nav-bar-background-color);
  border-radius: 0 0 0.5rem 0.5rem;
  color: var(--secondary-text-color);
}

.stock_price_radio {
  padding-left: 1.875rem !important;
  background: var(--primary-side-nav-bar-background-color);
}

.stock_price_radio .form-check-label {
  cursor: pointer;
}

.modal-body label {
  font-size: 0.938rem !important;
  color: #6e7477;
  background: transparent;
}

.modal-body input,
.modal-body textarea,
.modal-body select {
  font-size: 0.938rem !important;
  background: transparent;
  color: #6e7477;
  /* text-transform: capitalize; */
}

.modal-footer {
  background: var(--primary-side-nav-bar-background-color) !important;
  color: var(--secondary-text-color);
}

.modal-body input:focus,
.modal-body textarea:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.modal-body .firstInput {
  border: 1px solid #d8dee8;
  border-radius: 3px;
  /* padding: 0 0.75rem; */
  margin-bottom: 0.938rem;
}

.close {
  padding: 0 !important;
  padding-right: 1.875rem !important;
  font-size: 1.5rem !important;
  top: 0;
  margin: 0 !important;
}

.close img {
  margin-top: 0.5rem;
}

.modal-body button {
  padding: 0.425rem 1.25rem;
  font-size: 0.875rem;
  font-weight: bold !important;
}

.btn-primary {
  background: var(--primary-active-hover-focus-state-color) !important;
  color: white !important;
  border-color: var(--primary-active-hover-focus-state-color) !important;
}

.modal .btn-outline-primary {
  color: var(--primary-active-hover-focus-state-color);
  outline: var(--primary-active-hover-focus-state-color);
  border-color: var(--primary-active-hover-focus-state-color);
}

.modal .btn-outline-primary svg * {
  fill: var(--primary-active-hover-focus-state-color);
}

.modal .btn-outline-primary:hover {
  background-color: var(--primary-active-hover-focus-state-color);
  color: white;
}

.modal .btn-outline-primary:hover svg * {
  fill: white;
}

.modal-body .firstInput i {
  color: #b9c5cb;
}

.rotated {
  transform: rotate(180deg);
}

.dropCircle {
  transition: 1s;
  cursor: pointer;
  fill: var(--secondary-icon-color);
}

i {
  transition: 0.5s;
}

.form-control {
  background: white;
}

.select {
  background: transparent !important;
}

.imgB {
  padding: 20px;
  border-right: 1px solid #f5f7f9;
  height: 66px;
  display: flex;
  align-items: center;
}

.navbar .fa-bars {
  position: absolute;
  left: 20px;
  top: 35px;
  z-index: 99999;
  cursor: pointer;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.box {
  border: 1px solid #d8dee8;
  border-radius: 4px;
  height: calc(100% - 1rem);
  padding: 1rem;
  min-height: 400px;
  overflow: scroll;
  max-height: 900px;
}

.box .tag {
  color: #6e7477;
  font-size: 1.25rem;
}

.box .car_d {
  border-top: 1px solid #d8dee8;
  border-bottom: 1px solid #d8dee8;
}

.box .car_d i {
  cursor: pointer;
}

.box .list-group-item.active * {
  color: white !important;
}

.box .car_d .lis_t {
  color: #585858;
  font-size: 0.813rem;
}

.main_image {
  width: 7rem;
  position: relative;
  max-height: 3.5rem;
  object-fit: contain;
}

.main_image::after {
  content: " | ";
  position: absolute;
  left: 100%;
  top: 0;
}

select.form-control {
  background: #fff url(" https://assets.snaplion.com/2340/Photo/0iLGHmkuTeCAljsvDGg4_baseline_expand_more_black_18dp.png") no-repeat right 0.5rem center/20px 20px;
}

.reatailersOnly select {
  background: #fff no-repeat right 0.5rem center/20px 20px !important;
  text-align-last: center;
}

.reatailersOnly .form-control:focus {
  box-shadow: none;
}

.reatailersOnly .form-control {
  color: black !important;
}

.box .car_d .lis_t span {
  max-width: 11.688rem;
  word-break: break-word;
}

.box .car_d .sublist {
  font-size: 0.65rem;
  color: #6b6b6b;
}

.box .car_d img {
  width: 3rem;
  height: 3rem;
  object-fit: unset;
  border-radius: 50%;
  border: 1px solid #00000010;
  background: white;
}

::placeholder {
  color: #7472725e !important;
  opacity: 1;
  text-transform: capitalize;
}

.editprofilenav {
  background: var(--primary-side-nav-bar-background-color);
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.edit_profile_submit {
  min-width: 5rem;
}

.edit_profile_btton {
  color: var(--primary-text-color) !important;
  font-size: 0.8rem;
  white-space: nowrap;
  /* background: var(--primary-background-color); */
}

.edit {
  padding: 1rem 0;
  background: var(--primary-side-nav-bar-background-color);
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.edit input {
  font-size: 0.8rem;
}

.edit .form-group:not(#operating_hours .form-group) {
  margin-bottom: 0 !important;
}

.Error {
  color: var(--primary-text-color);
  padding-top: 5px;
}

.inventory,
.pricelistheader,
.taxlistheader,
.discountlistheader,
.list_profile,
.manage_credentials,
.ReportTable {
  padding: 1rem;
  background: var(--primary-side-nav-bar-background-color);
  border-radius: 0.5rem;
  /* min-width: 700px; */
}

.inventory [class*="col"]:not([class*="form"]),
.pricelistheader [class*="col"]:not([class*="form"]),
.taxlistheader [class*="col"]:not([class*="form"]),
.discountlistheader [class*="col"]:not([class*="form"]),
.list_profile [class*="col"]:not([class*="form"]),
.manage_credentials [class*="col"]:not([class*="form"]) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-content {
  overflow: auto;
}

.ReportTable {
  white-space: nowrap;
}

.report_table thead {
  background: var(--primary-active-hover-focus-state-color);
  color: white;
  border-bottom: 1px solid;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  margin: 0rem 0 0.2rem 0;
  font-weight: normal;
}

.name-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 12.5rem;
}

label.required::before {
  /* display: inline-block; */
  /* margin-bottom: .5rem; */
  content: "*";
  font-size: 1.1rem;
  color: red;
  /* padding-top: 0.5rem; */
  display: contents;
  /* align-items: center; */
  /* margin-top: 1rem; */
  display: inline-block;
  padding-right: 0.2rem;
  vertical-align: sub;
}

input[readonly]:not(.flatpickr-input) {
  background: #cccccc80 !important;
}

.Tag span {
  font-size: 0.875rem;
}

.period_unique {
  font-size: 70%;
  color: var(--primary-active-hover-focus-state-color);
  font-weight: 500;
}

.name-overflow:hover {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
}

.report_table tfoot {
  background: var(--list-hover-color);
  border-bottom: 1px solid;
  padding: 0.4rem 0;
  font-size: 1rem;
  margin: 0rem 0 0.2rem 0;
}

.report_table tfoot td {
  font-size: 1rem;
}

.overflow-visible {
  overflow: visible !important;
}

.report_table td,
.report_table th {
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0.5rem;
  vertical-align: middle !important;
}

[aria-labelledby="pills-headers-tab"],
[aria-labelledby="pills-items-details-tab"],
[aria-labelledby="pills-categories-tab"],
[aria-labelledby="pills-groups"],
[aria-labelledby="pills-category-group-details"],
[aria-labelledby="pills-retailers-tab"],
[aria-labelledby="pills-discount-tab"],
[aria-labelledby="pills-taxes-tab"],
[aria-labelledby="pills-user-tab"],
[aria-labelledby="pills-user-tab"] {
  min-width: 970px;
}

/* [aria-controls="pills-add-tax-tab"][aria-selected="true"]~.dropdown,
[aria-controls="pills-add-discount-tab"][aria-selected="true"]~.dropdown {
    display: none
} */

.filter_txt {
  font-size: 0.84rem;
  text-transform: capitalize;
}

.inventory .owl-stage {
  display: flex;
}

.owl-carousel-top-list .owl-prev {
  position: absolute;
  top: 0;
  left: 5px;
}

.owl-carousel-top-list .owl-next {
  position: absolute;
  top: 0;
  right: -10px;
}

.owl-carousel-top-list .owl-dots {
  display: none;
}

.owl-nav button {
  border: 0 !important;
}

.owl-nav button:focus {
  border: 0 !important;
  outline: 0;
}

.owl-nav span {
  font-size: 1.3rem;
}

.owl-carousel-top-list .owl-item {
  width: auto !important;
}

.owl-nav button:hover span {
  color: black;
  transform: scale(2);
}

[data-name="name"],
.description {
  text-transform: lowercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.938rem;
}

.fa-edit,
.fa-project-diagram {
  cursor: pointer;
}

.type {
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.pricelist,
.tax_list,
.user_list,
.discount_list {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--primary-border-color);
  /* text-transform: capitalize; */
  color: var(--primary-text-color);
  font-size: 0.85rem;
}

.taxcardList {
  border-bottom: 1px solid var(--primary-border-color);
}

.tax_list[aria-expanded="true"],
.discount_list[aria-expanded="true"] {
  border: none !important;
}

.taxCard {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--primary-border-color);
  color: var(--primary-text-color);
  font-size: 0.75rem;
  margin-top: 0.2rem;
}

.taxCard .head {
  padding-bottom: 0.3rem;
  font-weight: 600;
  padding-left: 0.5rem;
}

.inventory .divider {
  font-weight: bold;
  margin: 1.5rem 0;
}

.pricelist-modal .form-control {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.limit {
  word-break: keep-all;
  white-space: nowrap;
}

.search_loder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  background: white;
  right: 0;
  color: var(--primary-active-hover-focus-state-color);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.inventory .itemList {
  border-bottom: 1px solid #e4ebf8;
  position: relative;
}

.inventory .itemList .item {
  padding: 0.5rem 0;
  margin: 0 1rem;
  white-space: nowrap;
  font-size: 0.89rem;
  text-align: center;
  color: #354456;
}

.inventory .itemList .item:last-child {
  padding: 0.5rem 1rem;
}

.inventory .itemList .item.active {
  border-bottom: 2px solid var(--primary-active-hover-focus-state-color);
  color: var(--primary-active-hover-focus-state-color);
  font-weight: 600;
}

.itemlistname {
  background-color: var(--primary-active-hover-focus-state-color);
  color: white;
  border-bottom: 1px solid;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  margin: 0rem 0 0.2rem 0;
}

.itemlistname div:not(.modal div),
.pricelist div:not(.modal div),
.tax_list div:not(.modal div),
.user_list div:not(.modal div),
.discount_list div:not(.modal div) {
  padding: 0.1rem 0.3rem;
}

.sortable-tabs {
  border: 1px solid var(--primary-active-hover-focus-state-color);
  background: var(--primary-button-color-blue);
  color: var(--primary-text-color);
}

[class^="cloning"] button:hover {
  color: initial !important;
  border: 0 !important;
}

[class^="cloning"] button:focus {
  color: initial !important;
  border: 0 !important;
  outline: 0;
}

.dropdown-item.active {
  color: white;
}

.details,
.productdetails {
  border-bottom: 1px solid #e4ebf8;
  padding: 0.3rem 1rem;
  font-size: 0.8rem;
  background: var(--list-color);
}

.verificationModal .details {
  background: transparent;
}

.verificationModal .owl-dots {
  display: none;
}

.details:not(.verification .details)::before {
  content: "*";
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.details .increase {
  border: 1px solid #c9d8e6;
  border-radius: 4px;
  max-width: 6rem;
}

.details .increase i {
  font-size: 0.8rem;
  cursor: pointer;
  margin: 0 0.4rem;
  color: #c9d8e6;
}

.details .form-control {
  text-align: center;
  border: 1px solid #6b9fd3;
  padding-left: 0;
  padding-right: 0;
  height: calc(0.7rem + 0.75rem + 2px);
  background: transparent;
  color: #8ba2b9;
  min-width: 1.9rem;
  border-radius: 0;
  font-size: 0.8rem !important;
}

/* label { */

/* color: #6E7477 !important */

/* } */

.pagination * {
  border-radius: 50% !important;
}

.pagination .page-item {
  margin: 0 5px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination .page-item a {
  padding: 0 !important;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 10px;
  background: var(--list-color);
}

.pagination .page-item.active a {
  color: white !important;
}

.pagination .page-item span {
  padding-bottom: 2px;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding-bottom: 5px;
  padding: 0;
  background: var(--list-color);
}

/* GLOBAL CSS ENDS  */

/* orderlist starts */

.order,
.redeem,
.Evoucher {
  box-shadow: 0px 2px 4px #0000000a;
  background: var(--list-color);
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--secondary-text-color);
  position: relative;
  border-radius: 8px;
}

.order .fa-circle {
  font-size: 0.75rem;
}

.order .fa-circle.success {
  color: #77d843;
}

.order .fa-circle.dine {
  color: #6dbbf7;
}

.order .fa-circle.process {
  color: #ffa53c;
}

.order .fa-circle.new {
  color: #6dbbf7;
}

.order .fa-circle.dispatched {
  color: yellowgreen;
}

.order .fa-circle.declined {
  color: var(--primary-error-color);
}

.order .newsidetag,
.status {
  text-transform: capitalize;
}

.order .status {
  font-size: 0.75rem;
}

.order button {
  font-size: 0.625rem;
}

.location {
  font-size: 0.875rem;
  color: var(--primary-active-hover-focus-state-color);
  font-weight: normal;
}

.cursor {
  cursor: pointer;
}

.order {
  font-size: 1rem;
}

.order .Date {
  padding-left: 1.5rem;
}

.orderDetails {
  background: var(--primary-side-nav-bar-background-color);
  color: var(--secondary-text-color);
}

.orderDetails .dishname {
  font-size: 0.75rem;
  width: inherit;
  /* font-weight: 500; */
}

.orderDetails .dishImage {
  width: 63px;
  height: 53px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #ccccccc2;
}

.orderDetails input[class^="count"] {
  background-color: #f3f6fc;
  color: var(--secondary-text-color);
  font-size: 0.75rem;
  padding: 0 0px 0 15px;
  width: 4em;
  margin-left: 5px;
  border: 1px dotted darkgrey;
  text-align: center;
}

.orderDetails input[class^="count"][readonly] {
  cursor: none;
}

.orderDetails input[class^="count"]:focus {
  border-bottom: 1px dotted #222222;
}

.orderDetails .instructionLabel {
  font-size: 0.75rem;
  color: #d5823a;
  font-weight: bold;
}

.orderDetails .itemPrice {
  font-weight: 500;
  font-size: 0.75rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.orderDetails .instruction {
  font-size: 0.85rem;
  /* font-weight: 500; */
}

.orderDetails .priceCount {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  color: var(--secondary-text-color);
  font-weight: 600;
  display: flex;
}

.orderDetails .totalPrice div.priceCount:not(:first-of-type) {
  border-top: 1px solid #e4ebf8;
}

.orderDetails .totalCount {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  font-size: 15px;
}

.col-sm-12.priceCount {
  padding-left: 0;
  padding-right: 0;
}

.printBtn button {
  font-size: 0.9rem;
}

.dropCircle {
  transition: 1s;
  cursor: pointer;
  color: #d8e0ef;
  margin-right: 1rem !important;
  width: 1rem;
}

.ColorSvg svg * {
  fill: var(--primary-active-hover-focus-state-color);
}

button svg {
  width: 1rem;
  height: 0.6rem;
}

button.btn-outline-success svg {
  height: 0.9rem;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
  height: 5px;
}

.modal ::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

* {
  scrollbar-width: thin !important;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #d0d0d0 !important;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #d0d0d0 !important;
}

/* Filter Modal  */

.Filter .modal-dialog {
  max-width: 75%;
}

/* OrderSource Modal  */

.OrderSource .modal-dialog {
  max-width: 500px;
}

.OrderSource .orderModal {
  margin-bottom: 1.25rem;
}

.OrderSource select {
  font-size: 0.938rem;
  color: #6e7477;
}

/* SearchUser modal */

.SearchUser .modal-dialog,
.AddCustomerDetails .modal-dialog {
  max-width: 700px;
  width: 75%;
}

.SearchUser .modal-body {
  padding: 0;
}

.OrderDiv {
  padding: 2.188rem 1.875rem 2.188rem 1.875rem;
  max-height: 470px;
}

.SearchUser .userSelection {
  border-radius: 8px;
  padding: 15px 40px;
  font-size: 0.813rem;
  color: #276083;
  position: relative;
  margin-bottom: 15px;
}

.SearchUser .UserName {
  font-size: 0.938rem;
  color: #276083;
  cursor: pointer;
  font-weight: bold;
}

/* .userSelection modal */

.userSelection .form-check-input {
  position: absolute;
  top: -2px;
  left: -5px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.userSelection .UserEdit {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.SearchUser .userSelection.blue {
  background-color: #f2f8ff;
}

.SearchUser .userSelection.red {
  background-color: #fdf4ef;
}

.GenerateVoucherCouponCode {
  font-size: 0.75rem !important;
  color: #6e7477;
}

.GenerateVoucherCouponCode .modalTag {
  background-color: var(--primary-background-color);
  color: var(--primary-active-hover-focus-state-color);
  font-size: 0.75rem !important;
  border-left: 2px solid var(--primary-active-hover-focus-state-color);
  padding: 5px;
}

.GenerateVoucherCouponCode .code {
  font-size: 1.2rem;
  color: #363636;
  line-height: 1rem;
}

/* Redemption Request starts */

/* Redemption Request Ends */

/* Enable App Location Starts */

.EnableAppLocation {
  font-size: 1rem;
}

.EnableAppLocation h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Enable App Location Ends */

/* Counting Cards */

.countingCard input {
  background: transparent;
  color: #6e7477;
  outline-color: #c9d2e2;
}

.countingCard input:focus {
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

.countingCard .Outline {
  border: 1px solid #c9d2e2;
  border-radius: 4px;
}

.countingCard .Outline i {
  color: #c9d2e2;
  background-color: transparent;
}

.countingCard button.btn-primary {
  font-size: 0.75rem;
  padding: 0.6rem 1.3rem;
  font-weight: 700;
}

.countingCards .DataCard {
  background: var(--primary-side-nav-bar-background-color);
  box-shadow: 0px 1px 5px #0000001a;
  border-radius: 5px;
  position: relative;
  padding: 1rem;
  padding-right: calc(1rem + 3.125rem);
  /* max-width: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.countingCards .Label {
  font-size: 0.8rem;
  color: var(--light-text-color);
  white-space: nowrap;
}

.countingCards .LabelData {
  font-size: 1.875rem;
  color: var(--primary-text-color);
  font-weight: 500;
  line-height: normal;
}

.countingCards .LabelImg {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.LabelImg img {
  width: 3.125rem;
  height: 3.125rem;
}

/* Counting Card Ends */

/* Evoucher Starts */

.Evoucher {
  position: relative;
}

.EVoucher .Date {
  font-size: 0.75rem;
  padding-left: calc(1rem + 0.5rem);
}

.EVoucher .DateImg {
  position: absolute;
  top: 0;
  left: 0rem;
}

.EVoucher .CodeLabel {
  font-size: 0.75rem;
  white-space: nowrap;
  /* text-transform: capitalize; */
}

.bill .dropdown-menu {
  font-size: 0.738rem;
}

.bill .dropdown-toggle-split::after {
  display: none;
}

.EVoucher .EvoucherDetails {
  font-size: 0.75rem;
  padding: 1rem;
}

.EVoucher small {
  font-size: 0.75rem;
}

.Evoucher .radio {
  font-size: 0.75rem;
}

.redeem {
  color: var(--secondary-text-color);
}

.redeem .head {
  font-size: 1.125rem;
  color: var(--secondary-text-color);
  font-weight: bold;
  line-height: 1rem;
}

.redeem .fnt15 {
  font-size: 0.938rem;
}

.redeem .subhead {
  font-size: 0.75rem;
  color: #485a6c !important;
}

.redeem .subhead1 {
  font-size: 0.75rem;
  color: #97aabc !important;
}

.redeem input {
  font-size: 0.938rem;
  color: #6e7477;
}

.redeem .c_ard {
  border: 1px solid #e4ebf8;
  border-radius: 5px;
}

.Evoucher .com {
  font-size: 0.75rem;
}

.Evoucher .Claims {
  font-size: 0.75rem;
}

/* Evoucher Ends */

/* order Entry Starts */

.OrderEntry {
  color: var(--primary-text-color);
  font-size: 0.875rem;
  z-index: 9;
  position: relative;
}

.OrderEntry .StatusElement li {
  font-weight: bold;
  text-decoration: none;
  list-style: none;
}

.OrderEntry .StatusElement li a {
  white-space: nowrap;
}

.OrderEntry .OrderStatus .nav-link.active {
  border: 2px solid var(--primary-active-hover-focus-state-color);
  border-radius: 4px;
  color: var(--primary-active-hover-focus-state-color);
  background: white;
}

.OrderEntry .OrderStatus {
  background: white;
  box-shadow: 0px -2px 7px #00000029;
  margin-bottom: 0 !important;
  color: #324658;
}

.OrderEntry .OrderStatus input {
  font-size: 0.875rem;
}

.OrderEntry .itemList {
  border-bottom: 1px solid #e4ebf8;
}

.OrderEntry .itemList .item {
  padding: 0.5rem 0;
  margin: 0 1rem;
  white-space: nowrap;
}

.OrderEntry .itemList .item:last-child {
  padding: 0.5rem 1rem;
}

.OrderEntry .itemList .item.active {
  border-bottom: 1px solid var(--primary-active-hover-focus-state-color);
  color: var(--primary-active-hover-focus-state-color);
  font-weight: 600;
}

.OrderEntry .Tags .badge {
  background: var(--primary-side-nav-bar-background-color);
  box-shadow: 0px -2px 7px #0000000a;
  padding: 0.6rem;
  min-width: 50px;
  font-size: 0.75rem;
  margin: 0 0.5rem;
}

.OrderEntry .Tags .badge.active {
  color: var(--primary-active-hover-focus-state-color);
  font-weight: bold;
}

.OrderEntry .ItemContainer {
  background: var(--primary-side-nav-bar-background-color);
  box-shadow: 0px 2px 4px #0000000a;
  opacity: 1;
}

.OrderEntry .ItemName {
  color: #324658;
  font-size: 0.938rem;
  font-weight: bold;
}

.OrderEntry .itemDetails {
  color: #6b7987;
  font-size: 0.75rem;
  padding-bottom: 1rem;
}

.OrderEntry .itemRate {
  font-weight: bold;
  font-size: 0.813rem;
}

.OrderEntry .ItemContainer .itemImage {
  width: 65px;
  overflow: hidden;
  padding-right: 0;
  height: 70px;
}

.OrderEntry .ItemContainer .itemImage img {
  width: 100%;
}

.OrderEntry .ItemContainer .DishDetail {
  font-size: 0.75rem;
  color: var(--secondary-text-color);
}

.OrderEntry .ItemContainer .itemHead {
  background-color: #8aabd4;
  width: 100%;
  color: white;
}

.OrderEntry .ItemContainer .discription {
  font-size: 0.75rem;
}

.OrderEntry .ItemContainer .discription i {
  font-size: 0.3rem;
}

.OrderEntry .ItemContainer input[type="radio"]:before {
  left: 12%;
}

.OrderEntry .ItemContainer input[type="radio"] {
  margin-top: 0.1rem;
}

.OrderEntry .ItemContainer button {
  font-size: 0.625rem;
}

.OrderEntry .bill {
  width: 100%;
  height: 100%;
  box-shadow: 0px -2px 7px #00000029;
  background: var(--primary-side-nav-bar-background-color);
  color: var(--secondary-text-color);
  font-size: 0.75rem;
  position: absolute;
  right: 0;
}

.OrderEntry .bill_k {
  width: 100%;
}

.OrderEntry .bill_k svg * {
  fill: var(--secondary-text-color);
}

.OrderEntry .bill .netPrice {
  background-color: #feecde;
  color: #c8814b;
  font-size: 1rem;
}

.OrderEntry .bill .TotalpriceItemName {
  font-size: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.OrderEntry .bill .form-check-input {
  display: flex;
  align-items: center;
  margin-top: 4px;
}

.form-control {
  font-size: 0.75rem !important;
}

.OrderEntry .bill .increase {
  border: 1px solid var(--primary-active-hover-focus-state-color);
  color: var(--primary-active-hover-focus-state-color);
  border-radius: 4px;
  padding: 0 0.6rem !important;
}

.OrderEntry .bill .increase i {
  cursor: pointer;
}

.OrderEntry .bill .increase .form-control {
  border: 0 !important;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: var(--primary-active-hover-focus-state-color);
  font-size: 1rem !important;
}

.OrderEntry .bill .increase .form-control:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.OrderEntry .bill small {
  margin: 0;
  color: #8c9fa8;
  font-size: 50%;
}

.OrderEntry .bill .RepeatedPrice {
  font-size: 0.75rem;
  color: var(--secondary-text-color);
}

.OrderEntry .bill .NC .badge {
  background-color: #8aabd4;
  color: white;
  margin-top: -10px;
}

.OrderEntry .bill .col-sm-12.b hr {
  height: 1px;
  border-color: #d4e1f5;
  margin: auto;
}

.OrderEntry .bill button {
  font-size: 0.625rem;
}

.OrderEntry .bill .PrintList {
  background: var(--primary-background-color) !important;
  padding: 0.5rem;
}

.OrderEntry hr {
  margin-top: 1rem;
}

.OrderEntry .price,
.OrderEntry .pricehead {
  font-size: 0.813rem;
  color: var(--secondary-text-color);
  /* font-weight: bold; */
  padding: 0.3rem 0rem;
}

.OrderEntry .PrintList .k:not(:last-child),
.OrderEntry .PrintList .k:not(:last-child) {
  border-bottom: 1px solid #d4e1f5;
}

.OrderEntry .dishh {
  cursor: pointer;
}

.OrderEntry label {
  cursor: pointer;
  font-size: 0.8rem !important;
}

/* order Entry Ends */

/* login */

.login .banner {
  width: 55vw;
  min-height: 100vh;
  background: blue;
  background: url("https://assets.snaplion.com/2340/Photo/MnXWG4QXTaGq9mLrHJ8a_Bg-image.png");
  background-size: cover;
  background-position: 0;
  padding-top: 12vh;
  padding-left: 2rem;
  padding-right: 2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 2s all;
}

body.dark-theme .login .banner {
  width: 55vw;
  min-height: 100vh;
  background: blue;
  background: url("https://assets.snaplion.com/2340/Photo/A5Qwr9CIT7ScCHxP7obF_Screenshot%202020-09-18%20124005.png");
  background-size: 89%;
  background-position: bottom;
  padding-top: 12vh;
  padding-left: 2rem;
  background-repeat: no-repeat;
  padding-right: 2em;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 2s all;
  background-color: #831aae;
}

.login .dashline {
  font-size: 1.688rem;
  color: white;
  font-weight: lighter;
}

.login .detail {
  width: 45vw;
  min-height: 100vh;
  background: var(--primary-background-color);
  padding: 10vh 10vw;
  transition: 1s all;
}

.login .subIN {
  color: var(--secondary-text-color);
  font-size: 1.25rem;
  /* font-weight: bold; */
}

.login .form {
  padding-top: 3.125rem;
}

.login .detail input,
.login .detail label {
  font-size: 0.875rem;
  color: #818e94;
}

body.dark-theme .login .detail mb-0.text-center {
  color: var(--primary-text-color);
}

body.dark-theme .login .detail img {
  filter: hue-rotate(45deg);
}

.login .detail .forgot {
  color: var(--primary-active-hover-focus-state-color);
  font-size: 0.8rem;
  font-weight: bold;
}

.login .detail button {
  font-size: 0.938rem;
  font-weight: bold;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-top: 1rem;
}

.upload {
  width: 2.813rem;
  height: 2.813rem;
  border-radius: 50%;
}

.login .dash {
  font-size: 2.813rem;
  color: white;
  font-weight: bold;
  white-space: nowrap;
}

.SearchUser input[type="radio"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: transparent;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  /* border: 1px solid #50698e; */
  background: url("https://assets.snaplion.com/2340/Photo/r15V5v4EQA6y2gQdTU7A_not-selected%20(1).png");
}

.SearchUser input[type="radio"]:checked {
  background: url("https://assets.snaplion.com/2340/Photo/pG2xipS7Qe2hWzaFu3Kd_selected%20(1).png");
  border: none;
}

.loading {
  position: fixed;
  width: 100vw;
  top: 0;
  height: 100vh;
  z-index: 9999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-background-color);
  left: 0;
  right: 0;
  bottom: 0;
}

.loading img {
  width: 13% !important;
}

.sliderW .owl-next {
  position: absolute;
  top: 100px;
  right: -16%;
}

.sliderW .owl-next span,
.sliderW .owl-prev span {
  font-size: 2rem;
  color: #c2c7ce;
  font-weight: 600;
}

.sliderW .owl-prev {
  position: absolute;
  top: 100px;
  left: -16%;
}

.AAlert {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 99;
}

.list-group-item.active {
  z-index: 1;
  background-color: var(--primary-active-hover-focus-state-color);
}

input.date,
input.date1 {
  padding-right: 30px;
  position: relative;
  font-size: 0.75rem;
  z-index: 2;
  cursor: pointer;
}

.sliderW {
  width: 360px;
  position: relative;
  min-height: 300px;
}

.sliderW .owl-item {
  /* width: 360px; */
  height: 320px;
}

.sliderW .owl-item img {
  width: 360px !important;
  height: 270px;
  border-radius: 1.5rem;
  object-fit: contain;
}

.sliderW .owl-nav {
  display: flex;
  justify-content: center;
}

.cal {
  position: absolute;
  right: 20px;
}

.tableParent {
  box-shadow: 0 2px 4px #00000030;
  border-radius: 0.5rem;
}

.tableParent table {
  color: var(--secondary-text-color);
  font-size: 0.85rem !important;
  background: white !important;
  color: var(--secondary-text-color) !important;
  border-radius: 0.5rem;
}

.tableParent .thead-ligt {
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: 500;
}

.tableParent .table thead th {
  border: none;
  vertical-align: top;
  white-space: nowrap;
  background-color: #e1e7f2;
}

.tableParent .table thead th:first-child {
  border-top-left-radius: 0.5rem;
}

.tableParent .table thead th:last-child {
  border-top-right-radius: 0.5rem;
}

.tableParent .table td,
.tableParent .table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #f0f4f8;
}

.tableParent tr th:last-child,
.tableParent td:last-child {
  text-align: center;
  padding-right: 1rem;
}

.tableParent th:first-child,
.tableParent td:first-child {
  padding-left: 2rem;
}

.tableParent td,
.tableParent td * {
  word-break: break-all;
  white-space: nowrap;
  color: var(--secondary-text-color);
}

.tableParent td span {
  display: inline-block;
  max-width: calc(100px + 8rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  vertical-align: middle;
  padding: 0.5rem 0;
}

.tableParent table i {
  cursor: pointer;
}

.tableParent td .discription {
  max-width: calc(200px + 8rem);
}

.tableParent th,
.tableParent th * {
  color: var(--secondary-text-color);
}

.tableParent tr.active * {
  background: var(--primary-active-hover-focus-state-color);
  color: white;
}

.LogOut {
  position: fixed;
  bottom: 0;
  left: 0;
  border: none !important;
  min-width: 350px;
  box-shadow: 0 0 10px #00000030;
  border-radius: 0.5rem 0.5rem 0 0;
  background: var(--primary-active-hover-focus-state-color) !important;
  color: white;
  transition: 0.3s;
}

.LogOut a {
  color: white !important;
}

.LogOut a:hover {
  text-decoration: none;
}

.submenu {
  text-decoration: none;
  list-style: none;
  font-size: 0.9rem;
  padding-left: 0.8rem !important;
}

.sideNav i {
  color: (var(--primary-button-color-blue));
}

.submenu .nav-link:hover {
  font-weight: normal;
  border: none;
  background: transparent;
}

.submenu .nav-link.active {
  color: var(--primary-active-hover-focus-state-color);
  font-weight: normal;
  background: transparent !important;
  border: none !important;
}

span.navHead.active {
  display: block !important;
}

.navHead {
  display: none;
  font-size: 1.5rem;
}

.nav-item .nav-link i {
  position: absolute;
  right: 15px;
  margin-top: 8px;
  font-size: 10px;
  color: (var(--primary-button-color-blue));
  transition: 1s;
  transform: rotate(180deg);
}

.nav-item .nav-link.collapsed i {
  transform: rotate(0deg);
}

.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.padding_0 div.col-sm-6:nth-child(even):not(:last-child) {
  padding-right: 0;
}

.padding_0 div.col-sm-6:nth-child(odd) {
  padding-left: 0;
}

.verificationTabel {
  min-width: 600px;
  overflow: auto;
}

.verification {
  color: var(--secondary-text-color);
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 2rem;
  background-color: #e1e7f2;
  border-radius: 5px;
  margin-bottom: 0.7rem;
}

.verification div {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.verification .A7 div:not(:first-child),
.verification .A5 div:not(:last-child) {
  border-left: 1px solid var(--primary-background-color);
  padding: 0.5rem !important;
}

.verification .A7 div:last-child {
  border-left: 1px solid var(--primary-background-color);
  padding: 0.5rem !important;
}

.verification .A5 div:last-child {
  border-right: 1px solid var(--primary-background-color);
  padding: 0.5rem !important;
}

.verificationCard {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px #00000010;
  color: var(--secondary-text-color) !important;
  font-size: 0.875rem;
  margin-top: 0.8rem;
}

.verificationCard svg {
  cursor: pointer;
}

.verificationCard .number,
.verificationCard .email {
  font-size: 0.75rem;
}

.verificationCard .name {
  font-size: 0.85rem;
}

.modal-content {
  border-radius: 0.5rem;
  background: transparent;
}

.failedstatus {
  background-color: var(--primary-background-color);
  padding: 1.75rem 1rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.failedstatus .profilePhoto div {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  overflow: hidden;
  background-color: black;
}

.failedstatus .profileName {
  font-size: 20px;
  color: var(--secondary-text-color);
  font-weight: bold;
}

.failedstatus .details {
  padding: 0.6rem 0;
}

.failedstatus .details:not(:last-child) {
  border-bottom: 1px solid #7c8daa;
}

.failedstatus .pn {
  color: #7c8daa;
  font-size: 13px;
}

.failedstatus .p-info {
  color: var(--secondary-text-color);
  font-size: 14px;
}

select {
  -webkit-appearance: none;
  text-transform: capitalize;
}

.verificationModal select {
  font-size: 14px !important;
  color: var(--secondary-text-color);
}

.verificationModal input,
.verificationModal textarea {
  font-size: 0.8rem;
}

.verificationModal label {
  font-size: 14px !important;
  color: var(--secondary-text-color);
  font-weight: bold;
}

.verificationModal {
  background: white;
  border-radius: 0.75rem;
}

.verificationModal .carousel-item img {
  width: 380px;
  height: 260px;
}

.verificationModal .carousel {
  width: 380px;
}

.verificationModal .carousel-control-prev {
  left: -60px;
}

.verificationModal .carousel-control-next {
  right: -60px;
}

.verificationModal button {
  margin: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.3rem 1.3rem;
}

.k .dropdown-item {
  font-size: 0.6rem !important;
}

.btn-success {
  background-color: #24c9a3;
  border-color: #24c9a3;
  color: white !important;
}

.btn-success:focus {
  background-color: #24c9a3;
  border-color: #24c9a3;
  color: white !important;
}

.btn-danger {
  background-color: #de6c51;
  border-color: #de6c51;
  color: white !important;
}

.btn-danger:hover {
  background-color: #de6c51;
  border-color: #de6c51;
}

.btn-success:hover {
  background-color: #24c9a6;
  border-color: #24c9a6;
}

.failedDetail .carousel-control-prev-icon {
  background: url("https://assets.snaplion.com/2340/Photo/wuFqhFNyRz2xWuvqxScR_left-arrow.png") no-repeat;
}

.failedDetail .carousel-control-next-icon {
  background: url("https://assets.snaplion.com/2340/Photo/N8xroBqaTbuXwOx0k03Q_right-arrow.png") no-repeat;
}

.failedDetail .carousel {
  min-height: 300px;
  display: block;
}

.A5 div,
.A7 div:not(:first-child) {
  align-items: center;
}

.verification .A5 div,
.verification .A7 div {
  align-items: center;
}

.hide {
  display: none !important;
}

.swiper-container {
  width: 600px;
  height: 300px;
}

.carousel .show {
  display: block !important;
}

.show {
  display: block;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: var(--primary-active-hover-focus-state-color) !important;
  border-color: var(--primary-active-hover-focus-state-color) !important;
}

.skeleton * {
  pointer-events: none !important;
  user-select: none !important;
}

.skeleton .instruction,
.skeleton p,
.skeleton .dishname {
  width: 94.5%;
  background: #ccccccc2;
  color: #ccccccc2;
  user-select: none;
  height: 17px;
  margin-bottom: 10px;
  display: block;
  margin-left: 15px;
}

.dual .daterangepicker {
  position: fixed !important;
}

.daterangepicker:before {
  border-color: transparent !important;
}

.skeleton .dishImage {
  background: #ccccccc2;
}

.skeleton .dishname {
  margin-bottom: 0 !important;
}

.skeleton .priceCount div,
.skeleton .totalCount div {
  background: #ccccccc2;
  height: 25px;
  color: #cccccc00 !important;
}

.skeleton .priceCount {
  padding: 0.5rem 0;
}

.detailsoforder.ani {
  height: 30px;
  width: calc(100% - 30px) !important;
  margin: auto;
  background: #ccccccc2;
  margin-bottom: 1rem;
}

.itemmodaldetails {
  text-transform: capitalize;
}

.itemmodaldetails .ani.skeleton {
  height: 28px;
  width: 100%;
  background: #ccccccc2;
  margin: 0.5rem 0;
}

.details .skeleton {
  height: 30px;
  background: #ccccccc2;
}

.details .skeleton * {
  opacity: 0;
}

.skeleton .count,
.skeleton .itemPrice {
  width: 30px;
  height: 17px;
  background: #ccccccc2;
}

.skeleton.printBtn div {
  height: 40px;
  background: #ccccccc2 !important;
  width: 20%;
}

.ani.skeleton {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  cursor: none;
}

.drop-shadow {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.new>.owl-nav>.owl-prev {
  position: absolute;
  /* width: 95%; */
  top: 49%;
  left: -3%;
  margin: auto;
  font-size: 2rem !important;
}

.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0;
  pointer-events: none;
}

.owl-carousel.old .owl-stage {
  max-height: 300px;
  overflow: hidden;
}

.new>.owl-nav>.owl-next {
  position: absolute;
  /* width: 95%; */
  top: 49%;
  right: -3%;
  margin: auto;
  font-size: 2rem !important;
}

.owl-carousel.new {
  width: 100%;
  opacity: 1 !important;
  /* height: 37.5rem; */
  /* overflow-y: hidden; */
}

.owl-carousel.new .owl-item {
  width: 100%;
  overflow: hidden;
}

.owl-carousel.new .owl-dots {
  display: none;
}

.dropdown-menu.info .dropdown-item:active {
  background: white !important;
  color: black !important;
}

.dropdown-menu.info *:hover {
  background: rgba(0, 0, 0, 0.2);
}

.dropdown-menu.info button .spinner-loader>div {
  background: white !important;
}

.dropdown-menu .divider span {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: capitalize;
}

.spintorefresh {
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* body:not(.dark-theme) .ani.skeleton:before {
    position: absolute;
    content: '';
    height: 150%;
    width: 40px;
    background: var(--primary-side-nav-bar-background-color);
    z-index: 1;
    transform: skew(-30deg) translateX(-150px);
    top: -40px;
    box-shadow: 0 0 80px 30px var(--primary-side-nav-bar-background-color);
    animation: loading 1s linear infinite;
    overflow: hidden;
} */

body .ani.skeleton:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0px;
  background: var(--primary-side-nav-bar-background-color);
  left: 0;
  animation: darkloading 1s linear infinite;
  overflow: hidden;
}

.spinner-loader {
  margin: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner-loader>div {
  width: 9.5px;
  height: 9.5px;
  margin: 0 1px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.dropdown-menu .spinner-loader>div {
  background: var(--primary-active-hover-focus-state-color) !important;
}

.spinner-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 200px auto;
}

.w_o {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  bottom: 0;
  z-index: 1;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: var(--primary-active-hover-focus-state-color);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.form-control.is-invalid {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.uniqueGeneralUpdateInput.is-invalid {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.form-control.is-invalid.k {
  box-shadow: 0 0 0 0.2rem var(var(--primary-button-color-blue-shadow));
}

.uniqueGeneralUpdateInput.is-invalid.k {
  box-shadow: 0 0 0 0.2rem var(var(--primary-button-color-blue-shadow));
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes darkloading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

#dropdown_name img,
#dropdown_name svg {
  display: none;
}

.printBtn {
  display: flex;
}

.quick_edit {
  display: none;
}

.itemmodaldetails {
  font-size: 0.8rem;
}

.not-allowed {
  cursor: not-allowed !important;
  filter: brightness(0.8);
}

.LogOut.not-allowed {
  cursor: pointer !important;
}

.LogOut.not-allowed:hover {
  background: var(--primary-active-hover-focus-state-color) !important;
  color: inherit !important;
}

/* .save_button,
.partial_fill,
.reset_order,
.confirm_order {
    display: none
} */

#new_request_popup {
  z-index: 99999;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

#new_request_popup .modal-body {
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single {
  text-transform: capitalize;
}

@keyframes loading {
  100% {
    transform: skew(-30deg) translateX(2500%);
  }
}

.rowofitems1 {
  max-height: 300px;
  overflow: auto;
}

.day-night {
  background-color: var(--primary-background-color);
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 999;
  /* transition: 3s; */
  /* left: -100%; */
}

.day-night i {
  animation-name: font_lod;
  animation-duration: 1s;
  font-size: calc(10vw + 10vh + 10px);
}

@keyframes font_lod {
  0% {
    font-size: calc(1vw + 1vh + 10px);
  }

  100% {
    transform: rotate(360deg);
    font-size: calc(10vw + 10vh + 10px);
  }
}

#dark-theme label {
  width: 20px;
  height: 25px;
  border-radius: 50%;
}

#dark-theme label {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 3px;
  opacity: 0.7;
  cursor: pointer;
}

#dark-theme label.active {
  opacity: 1;
}

#dark-theme label input {
  opacity: 0;
  cursor: pointer;
}

#dark-theme label:first-child {
  background: white;
  border: 1px solid grey;
}

#dark-theme label:last-child {
  background: linear-gradient(to right, black 50%, #bb86fc 50%);
}

#dark-theme label:nth-child(2) {
  background: linear-gradient(to right, black 50%, #2d88ff 50%);
}

.day-night .fa-sun {
  color: #ffd43b;
  display: none;
}

.day-night .fa-moon {
  color: var(--primary-button-color-blue);
  display: none;
}

@keyframes animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.list-categories-box {
  height: 400px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list-categories-box .list-card {
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
  display: flex;
  user-select: none;
}

.list-categories-box .list-card .image {
  min-width: 3rem;
  max-width: 4rem;
}

.list-categories-box .list-card .image img {
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
}

.aliceblue {
  background: #dcdcdc;
}

.cat .form-check-input {
  opacity: 0;
}

.list-card-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.cat.add {
  position: sticky;
  top: 30px;
  background: var(--primary-button-color-blue);
  color: white !important;
  left: 0;
  width: 100%;
  z-index: 1;
}

.child-active {
  background: var(--primary-active-hover-focus-state-color);
}

.child-active * {
  color: white !important;
}

@media screen and (min-width: 2220px) {
  .navbar .nav-item .nav-link {
    padding-bottom: calc(1.5rem - 0.09vw) !important;
  }

  .header {
    top: 120px;
  }
}

@media screen and (min-width: 1439px) {

  html,
  body {
    font-size: calc(1px + 0.5vw);
  }

  .sideNav {
    /* width: clamp(4rem, calc(4rem + 5vw), 600px); */
    padding-top: calc(75px + 2vh);
  }

  .LogOut {
    /* width: clamp(4rem, calc(4rem + 5vw), 600px); */
  }

  .centerContainer,
  .header {
    /* padding-left: clamp(4rem, calc(4rem + 5vw), 600px); */
  }

  /* .header~.col-sm-12 {
        padding-top: 3.9rem;
    } */
  .OrderEntry .bill {
    /* width: calc(50% - clamp(4rem, calc(4rem + 1vw), 400px)/2 + 0.5rem); */
  }

  .sideNav button {
    font-size: 0.7rem;
    white-space: nowrap;
  }

  .sideNav button i {
    margin-left: 10px !important;
  }

  .OrderEntry .ItemContainer .itemImage {
    width: 65px;
    overflow: hidden;
    padding-right: 0;
    height: 90px;
  }

  .Date img {
    top: 0.3vw;
    left: 0;
    height: auto;
    width: 0.7rem;
  }

  .redeemLocation img {
    top: 0.1vw;
    left: 0;
    height: auto;
    width: 0.5rem;
  }

  .address .addimg {
    left: 0;
  }

  .address .addimg img {
    width: 0.6rem;
  }

  .ColorSvg svg {
    width: 1rem;
    height: 0.8rem;
  }
}

@media screen and (min-width: 1920px) {
  .navbar .navbar-nav {
    height: calc(4.618rem - 0.4rem);
  }

  .sideNav {
    /* width: clamp(4rem, calc(4rem + 5.5vw), 700px); */
    padding-top: calc(4.688rem + 0rem);
  }

  .LogOut {
    /* width: clamp(4rem, calc(4rem + 5.5vw), 700px); */
  }

  .centerContainer,
  .header {
    /* padding-left: clamp(4rem, calc(4rem + 5.5vw), 600px); */
  }

  /* .header~.col-sm-12 {
        padding-top: 3.9rem;
    } */
  .OrderEntry .bill {
    /* width: calc(50% - clamp(4rem, calc(4rem + 1vw), 400px)/2 + 0.5rem); */
  }

  .sideNav svg,
  .sideNav .nav-item img {
    height: 1rem;
    width: 1rem;
  }
}

.modal-xl.orDetails {
  max-width: 90% !important;
}

@media screen and (min-width: 1200px) {

  html,
  body {
    font-size: min(16px);
    font-size: calc(3px + 1vw);
    /* font-size: max(20px); */
  }

  .Filter .modal-dialog {
    max-width: 50%;
  }

  .DataCard {
    max-width: none;
  }

  .OrderEntry .bill_a {
    height: 43vh !important;
  }

  .modal-xl.orDetails {
    max-width: 90% !important;
  }

  .header svg {
    width: 1rem;
    height: 0.8rem;
  }
}

@media screen and (max-width: 1110px) {
  .navbar .nav-link {
    /* font-weight: 600; */
    color: var(--primary-text-color) !important;
    font-size: 0.813rem;
  }

  .navbar .nav-item {
    padding: 0 !important;
  }
}

@media screen and (max-width: 991px) {

  .centerContainer,
  .header {
    padding-left: 0;
  }

  .imgB {
    padding: 20px;
    border-right: none;
    height: 66px;
    display: flex;
    align-items: center;
  }

  .SearchUser .modal-dialog {
    /* max-width: 65% !important; */
  }

  .navbar .navbar-nav {
    width: 100% !important;
  }

  .sideNav {
    position: fixed;
    left: -100%;
    top: 0;
  }

  .LogOut {
    left: -100%;
  }

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

  .navbar .navbar-brand {
    padding: 0 !important;
  }

  /* .OrderEntry .bill {
        width: calc(50%);
    }
    .OrderEntry .bill_k {
        width: calc(50% - 1rem);
        padding-right: 1rem;
    } */
  .navbar-toggler {
    position: absolute;
    right: 20px;
    display: none !important;
  }

  .sideNav {
    max-height: 100vh;
    overflow: auto;
  }

  .p {
    display: block;
  }
}

@media screen and (max-width: 860px) {
  .nkml {
    padding-top: 3rem !important;
    justify-content: space-around !important;
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .Date div {
    white-space: normal !important;
  }

  .Date span.font-weight-bold,
  .redeemLocation {
    white-space: normal !important;
    /* padding-left: 0 !important */
  }

  .OrderEntry .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .login .banner {
    position: absolute;
    left: -100%;
  }

  .login .detail {
    /* display: none; */
    width: 100vw;
  }

  .OrderEntry .bill_a {
    height: 50vh !important;
  }

  .EVoucher .CodeLabel {
    font-size: 0.75rem;
    white-space: normal;
  }
}

@media screen and (min-width: 768px) {

  .rupee,
  .com {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .zz {
    left: 0.6rem !important;
  }

  .EvoucherDetails {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .modal-dialog {
    width: 90% !important;
    margin-top: 3rem;
  }
}

.tr {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .modal-dialog.xl {
    max-width: 90%;
    margin: 1.75rem auto;
  }
}

@media screen and (max-width: 575px) {
  .OrderEntry .ItemContainer .itemImage {
    width: 150px;
    overflow: hidden;
    padding-right: 0;
    height: 70px;
  }

  .modal-dialog {
    max-width: 100% !important;
    margin: auto;
  }

  .navbar {
    height: auto;
  }

  .centerContainer {
    /* height: calc(100vh - 45px); */
  }

  .navbar .fa-bars {
    /* top: 15px */
  }

  .tagLine {
    padding-top: 3rem;
  }

  .header {
    height: auto !important;
    top: 5rem;
  }

  .xl {
    padding-top: 10.5rem;
  }
}

input.date {
  font-size: 0.8rem;
}

@media screen and (max-width: 480px) {
  .dishh {
    padding-right: 1rem;
  }

  .itemImage img {
    height: 100%;
  }

  .updatestatus {
    margin-right: 0 !important;
    margin-bottom: 5px;
    width: 100%;
  }

  .OrderEntry .bill_k {
    /* width: calc(50% - 1rem); */
    /* padding-right: 1rem; */
    font-size: 10px;
  }

  .address~.flex-nowrap {
    flex-wrap: wrap !important;
  }

  .address~.flex-nowrap button.btn-outline-danger {
    margin-top: 5px;
  }
}

@media screen and(min-width:360px) {

  .SearchUser .modal-dialog,
  .AddCustomerDetails .modal-dialog {
    max-width: 100% !important;
  }
}

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

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent !important;
}

label.required {
  margin: 0;
}

.separator__ {
  height: 1px;
  width: 100%;
  /* background: var(--primary-text-color); */
  position: relative;
  /* margin: 1rem 0 */
}

.separator__ span {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  font-size: 0.8125rem;
  padding: 0 0.5125rem;
  color: var(--primary-text-color);
  background: var(--primary-side-nav-bar-background-color);
  text-transform: uppercase;
  user-select: none;
  font-weight: bold;
  left: 0;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
  border-color: inherit;
}

a.active svg * {
  fill: var(--primary-active-hover-focus-state-color) !important;
}

/* input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    height: 16px;
    width: 16px;
    background: url('https://assets.snaplion.com/2340/Photo/DXUiYcYVTYmF386Qhg2V_unchecked.png');
    border: 1px solid #E6E6E6;
    border-radius: 3px;
} */

/* input[type="checkbox"]:checked {
    background: url("https://assets.snaplion.com/2340/Photo/rjkI7kFiQ0OXXJxO2T7c_checked.png");
    border: none;
} */

button {
  cursor: pointer;
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
}

.chip.chip-checkbox>.chip-add-icon::after {
  content: "add";
}

.chip.chip-checkbox.active>.chip-add-icon::after {
  content: "done";
}

.chip>* {
  margin-right: 2px;
  margin-left: 2px;
  color: #757373;
}

.chip input {
  display: none;
}

.chip.chip-checkbox,
.chip.chip-toggle,
.chip.clickable {
  cursor: pointer;
}

.chip.active {
  background-color: #d3d2d2;
  border-color: #c3c2c2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.chip:hover,
.chip:focus {
  background-color: #e3e2e2;
}

.chip:active:focus {
  background-color: #d3d2d2;
}

.chip button {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background: none;
  display: inline-flex;
}

.chip {
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #d3d2d2;
  display: inline-flex;
  align-items: center;
  padding: 4px 6px 4px 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.chip i.material-icons {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alert {
  border-radius: 0 !important;
}

.input-group-text {
  font-size: 0.75rem;
}

#cropable_image {
  display: block;
  max-width: 100%;
  width: auto;
  height: 70vh;
}

.select2-container {
  z-index: 99999;
}

.form-control[disabled] {
  background: #e9ecef !important;
}

.ben-n-jerry .navbar {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='639.436' height='95.781' viewBox='0 0 639.436 95.781'%3e%3cdefs%3e%3cclipPath id='clip-path'%3e%3crect id='Rectangle_1633' data-name='Rectangle 1633' width='639.436' height='95.782' fill='none'/%3e%3c/clipPath%3e%3cclipPath id='clip-path-3'%3e%3crect id='Rectangle_1635' data-name='Rectangle 1635' width='639.436' height='930.936' fill='none'/%3e%3c/clipPath%3e%3cclipPath id='clip-path-4'%3e%3crect id='Rectangle_1636' data-name='Rectangle 1636' width='639.436' height='931.344' fill='none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg id='Top_Banner' data-name='Top Banner' transform='translate(-306.472 348.574)'%3e%3cg id='Group_3241' data-name='Group 3241' transform='translate(306.472 -348.574)'%3e%3cg id='Group_3238' data-name='Group 3238'%3e%3cg id='Group_3237' data-name='Group 3237' clip-path='url(%23clip-path)'%3e%3cg id='Group_3234' data-name='Group 3234' transform='translate(0 -86.127)'%3e%3cg id='Group_3233' data-name='Group 3233' clip-path='url(%23clip-path-3)'%3e%3crect id='Rectangle_1634' data-name='Rectangle 1634' width='643.77' height='934.172' transform='translate(-4.341 -0.112) rotate(-0.267)' fill='%234eacdb'/%3e%3c/g%3e%3c/g%3e%3cg id='Group_3236' data-name='Group 3236' transform='translate(0 -310.67)'%3e%3cg id='Group_3235' data-name='Group 3235' clip-path='url(%23clip-path-4)'%3e%3cpath id='Path_31359' data-name='Path 31359' d='M511.417-406.186c9.8-8.436-2.466-34.766-20.415-19.876.872-10.291-12.738-14.147-16.54-4.165-1.242-23.553-39.833-16.533-35.826,7.408-15.553-17.194-39.169,6.2-22.716,23.3-23.585,7.8-7.584,37.841,14.861,27.791-1,23.633,39.157,28.95,45.75,5.155,11.062,18.123,39.82,4.3,34.728-7.822,29.576,6.92,23.8-35.073.158-31.787' transform='translate(-169.42 698.589)' fill='%23bce7fa'/%3e%3cpath id='Path_31360' data-name='Path 31360' d='M324.97-381.48c6.359,13.934-13.6,21.4-18.732,7.892-3.905,7.14-16.723,1.869-13.082-7.231-10.285,8.587-21.711,3.607-24.1-7.6-2.378-11.161,4.361-21.1,15.429-19.675-5.544-7.695-1.928-14.9,4.186-17.887,7.564-3.732,16.5-1.582,17.562,7.868,9.123-14.02,29.9-3.748,22.818,11.062,20.556.84,15.055,35.149-4.086,25.567' transform='translate(-291.474 713.906)' fill='%23bce7fa'/%3e%3cpath id='Path_31361' data-name='Path 31361' d='M401.18-342.363c7.864,17.236-16.827,26.473-23.169,9.759-4.834,8.834-20.687,2.314-16.185-8.943-12.719,10.622-26.854,4.464-29.8-9.395-2.938-13.809,5.4-26.106,19.084-24.338-6.855-9.518-2.384-18.425,5.178-22.125,9.359-4.619,20.417-1.956,21.728,9.733,11.281-17.344,36.984-4.638,28.222,13.682,25.426,1.039,18.624,43.477-5.053,31.626' transform='translate(-234.945 739.235)' fill='%23bce7fa'/%3e%3cpath id='Path_31362' data-name='Path 31362' d='M644.8-343.525c11.67,16.267-8.506,31.462-21.519,16.955-2.562,16.689-18.865,11.188-20.115-.676-2.255,10.282-16.844,11.932-26.887,5.852-7.7-5.434-7.091-21.513,1.637-25.274-4.411-3.636-12.476-11-9.034-21.356,1.913-6.242,14.026-11.349,20.273-4.386,1.856-21.886,29.594-16.905,28.94,4.35,5.729-7.8,20.533-9.442,28.395-2.424,10.191,8.223,6.107,24.121-1.691,26.959' transform='translate(-22.118 750.881)' fill='%23bce7fa'/%3e%3cpath id='Path_31363' data-name='Path 31363' d='M606.514-393.217c9.355,11.23-4.6,23.456-14.85,13.585-1.02,12.333-13.209,9.226-14.728.629-1.123,7.636-11.693,9.655-19.338,5.776-5.9-3.541-6.278-15.319-.095-18.554-3.408-2.408-9.674-7.338-7.689-15.093,1.079-4.667,9.664-9.074,14.582-4.334.237-16.09,20.753-14,21.361,1.561,3.786-6.016,14.516-8.044,20.615-3.356,7.866,5.438,5.693,17.279.143,19.787' transform='translate(-38.864 718.739)' fill='%23bce7fa'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") !important;
  background-position: center !important;
  box-shadow: 0 0 11px 5px rgba(0, 0, 0, 35%) !important;
}

.ben-n-jerry .sideNav>ul {
  position: relative;
}

.ben-n-jerry .sideNav>ul::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
  background: transparent linear-gradient(180deg,
      #c2e7f1 0%,
      #8dba54 0%,
      #c0e5ed 0%,
      #bce1e1 0%,
      #b6dbce 0%,
      #add2b2 0%,
      #a1c78f 0%,
      #93b965 0%,
      #87ad3f 0%,
      #7eab51 23%,
      #69984c 59%,
      #528648 100%) 0% 0% no-repeat padding-box !important;
  bottom: 0;
  height: rig;
  right: 0;
  left: 0;
}

.ben-n-jerry .sideNav svg * {
  fill: #fff;
  --primary-active-hover-focus-state-color: #f3b944;
}

.ben-n-jerry .sideNav * {
  color: #fff;
}

.ben-n-jerry .sideNav {
  box-shadow: 0 0 11px 5px rgb(0 0 0 / 35%) !important;
}

.ben-n-jerry .sideNav a.active *,
.ben-n-jerry .sideNav .selected {
  color: #f3b944 !important;
}

.ben-n-jerry .sideNav .selected>a>span {
  color: white;
}

.ben-n-jerry .sideNav .selected.selected--last {
  color: #f3b944;
}

.ben-n-jerry .dropdown {
  background: transparent;
}

.ben-n-jerry .sideNav ul li ul li a.nav-link.active {
  background: transparent !important;
}

.ben-n-jerry .location {
  color: white;
}

.ben-n-jerry .centerContainer {
  background: url(https://ben-n-jerry-us-west-1-dev.kringle.in/wp-content/themes/kringle/img/WZf7JrgfRYuPLBti8rdX_app-bg.png);
  background-size: cover;
  background-position: initial;
}

.ben-n-jerry .divider span,
.ben-n-jerry .divider {
  background: transparent !important;
}

.ben-n-jerry .header {
  background: #3b9dd2 !important;
}

.blur {
  filter: grayscale(1) blur(1px);
  pointer-events: none;
  user-select: none;
  cursor: not-allowed;
}

.ponts-section {
  max-width: 65px !important;
}

/* .select-section-box {
  padding-bottom: 0px;
  height: auto !important;
} */
.point_name {
  font-style: italic;
  font-weight: 500;
}

.fill_in_the_blank.form-control {
  text-align: center;
}

.floating_right_200 {
  font-size: 23px;
  width: 200px !important;
  right: 0;
  position: absolute;
  top: 8px;
  z-index: 10;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 650px) {
  .mobile-only {
    display: block !important;
  }

  .sideNav {
    left: -100% !important;
  }

  .centerContainer,
  .centerContainer .header {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 650px) {
  .menu {
    display: none !important;
  }
}

.is-parent {
  font-weight: bold;
  padding: 0 !important;
}

.menu a[href="#"] {
  display: none !important;
}

.menu {
  background: #fff;
  display: none;
  width: 100%;
  position: fixed;
  top: 5rem !important;
  z-index: 99;
  max-height: 70vh;
  overflow: auto;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.menu ul li {
  color: #333;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 15px 0;
  text-transform: uppercase;
}

.menu ul ul li:hover {
  background: #e9e9e9;
}

.menu a {
  text-decoration: none;
  color: #333;
}

.Driverdetails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 20px;
}

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

.driverDetails span video {
  width: 100%;
  max-height: 300px;
}

.owl-next span {
  /* width: 20px; */
  font-size: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  top: 35% !important;
  right: 20px !important;
  width: 34px !important;
  height: 34px !important;
  background: #9e9e9e;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50%;
  color: #000;
}

.owl-prev span {
  font-size: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  top: 35% !important;
  left: 20px !important;
  width: 33px !important;
  height: 33px !important;
  background: #9e9e9e;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50%;
  color: #000;
}

.owl-carousel .owl-item img:not(.LabelImg img) {
  display: block !important;
  width: 100% !important;
  object-fit: contain !important;
  max-height: 70vh !important;
  transform: rotate(270deg);
}

@media (max-width:1150px) {
  .lesp-li li {
    font-size: 13px;
    font-weight: 500;

  }
}

#reset-markers {
  background: #0081ff;
  color: #fff;
  color: #fff !important;
  height: 39px;
}

.parent_div a:hover {
  text-decoration: none !important;
}

.parent_div.active {
  background-color: #0081ff !important;
  padding: 10px !important;
  border-radius: 5px !important;
}

.parent_div.active a {
  color: #ffffff !important;
}

.child_categories_data a:hover {
  text-decoration: none !important;
}

.orderDetails .priceCount {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  color: var(--secondary-text-color);
  font-weight: 600;
  display: flex;
}











body.myfave {
  --primary-button-color-blue: #DE206A;
  --primary-active-hover-focus-state-color: #DE206A;
  --primary-button-color-blue-shadow: #DE206A;
}

.myfave .navbar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important
}

.myfave .sideNav>ul {
  position: relative;
}


.myfave .sideNav svg * {
  --primary-active-hover-focus-state-color: #DE206A;
}


.myfave .sideNav a.active *,
.myfave .sideNav .selected {
  color: #DE206A !important;
}

.myfave .dropdown {
  background: transparent;
}

.myfave .sideNav ul li ul li a.nav-link.active {
  background: transparent !important;
}


.myfave .centerContainer {
  background-size: cover;
  background-position: initial;
}

.myfave .divider span,
.myfave .divider {
  background: transparent !important;
}



.myfave .divider{
  --primary-text-color: white;
}
.myfave .dropdown-item {
  color:var(--primary-text-color) !important
}
.myfave .tab-content input,.myfave .tab-content label, 
.myfave .tab-content select,.myfave .tab-content textarea,
.myfave .tab-content option{
  color:var(--primary-text-color) !important
}
.myfave .divider{
  background: #314052 !important;
}
.myfave .divider span{
  color: #314052 !important;
  background: white !important;
}


.top-container {
  font-size: 14px;
}

/* new loader  */

.ripple__rounds {
  border: 0 solid transparent;
  border-radius: 50%;
  position: relative;
}

.ripple__rounds:before,
.ripple__rounds:after {
  content: '';
  border: 0.5em solid #0081ff;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: ripple__rounds 1s linear infinite;
  opacity: 0;
}

.ripple__rounds:before {
  animation-delay: .5s;
}

.ripple__rounds:after {
  animation-delay: 0;
}

@keyframes ripple__rounds {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

[class*=ripple__rounds] {
  display: inline-block;
  width: 8em;
  height: 8em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.box {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #e9e9e987; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.not-show {
  display: none;
}


.tunemaker .navbar{
  background: #A80034 !important;
}

.tunemaker .navbar-brand{
  color:white !important
}

.tunemaker .sideNav{
  background: #fff !important
}

.tunemaker .location{
  color:white !important
}

.tunemaker .sideNav svg,
.tunemaker .sideNav svg *{
  fill: #A80034 !important;
}

.tunemaker .sideNav ul li ul li a.nav-link.active{
  color: #A80034 !important;
  background: transparent !important;
}
.tunemaker a:not(.dropdown-item):hover,
.tunemaker a:not(.dropdown-item){
  color: white ;
}

.tunemaker .krng-admin-nav-tab{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.tunemaker .krng-admin-table thead{
  border-radius: 10px;
}

.tunemaker .table thead th:first-child{
  border-radius: 10px 0 0 0;
}

.tunemaker .table thead th:last-child{
  border-radius: 0 10px 0 0;
}

.tunemaker .table thead th{
  border: none;
}

.tunemaker th{
  background: #000;
}

.select2-container{
  z-index: 99 !important;
}

.activitiy-description{
  text-decoration: underline;
    text-transform: capitalize;
    font-size: 16px;
}

.activities-header{
  font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.table-responsive-xl .krng-admin-table::after {
  content: none;
}

.small-container{
  border: 1px solid #cccccc;
    border-radius: 5px;
}

.bd-callout-info {
border-left: 4px solid #5bc0de;
}
.activities-headers{
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

body.hrmony {
  --primary-button-color-blue: #335153;
  --primary-active-hover-focus-state-color: #335153;
  --primary-button-color-blue-shadow: #335153;
}

body.hrmony .btn-secondary{
  background: #335153 !important;
  border-color: #335153 !important;
  color:#fff;

}
body.hrmony .btn-primary,
body.hrmony .btn-outline-primary {
  background: #EA825D !important;
  border-color: #EA825D !important;
  color:#fff !important;
}
body.hrmony .bg-primary{
  background: #335153 !important;
}

body.hrmony #subscription_filter{
  color:#335153 !important;
}
.view-templates{
  cursor: pointer;
}

.view-templates > div {
  min-height: 175px;
  /* background: red; */
}
.GLOBAL_ITEM_MODAL .dz-size {
  display: none;
}
.dropdown-item img{
  width: 15px !important;
  margin-right: 0.55rem;
  height: 14px !important;
  object-fit: contain;
}

.select2-container{
  z-index: 99999 !important;
}