@import url("../fonts/webFonts/proximanova/stylesheet.css");
@import url("../fonts/webFonts/hero/stylesheet.css");

@font-face {
  font-family: "google_sansregular";
  src: url("../fonts/googlesans-regular.ttf") format("ttf"),
    url("../fonts/googlesans-regular.woff2") format("woff2"),
    url("../fonts/googlesans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "googlesans_medium";
  src: url("../fonts/googlesans-medium.ttf") format("ttf"),
    url("../fonts/googlesans-medium.woff2") format("woff2"),
    url("../fonts/googlesans-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "google_sansbold";
  src: url("../fonts/googlesans-bold.ttf") format("ttf"),
    url("../fonts/googlesans-bold.woff2") format("woff2"),
    url("../fonts/googlesans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proximanova-reg-webfont";
  src: url("../fonts/proximanova-reg-webfont.ttf") format("ttf"),
    url("../fonts/proximanova-reg-webfont.woff2") format("woff2"),
    url("../fonts/proximanova-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "google_sansregular" !important;
}

.displaynone{
  display: none !important;
}

.displayblock{
  display: block !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body,
.alert-danger {
  background-color: #f39c12 !important;
  color: #fff !important;
  border-color: #e08e0b;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.alert-success .alert .close,
.alert-danger .alert .close,
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: underline;
}

.daside-item a {
  height: 50px;
  font-size: 16px;
  border-radius: 5px;
}

.alert-success .close,
.alert-danger .close,
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
  color: #fff !important;
  border-color: #008d4c;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.password-error {
  z-index: 9;
  top: calc(100% + 4px);
  left: 0;
  border-radius: 10px;
  padding: 12px;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  border: 1px solid #ccc;
}

.inactive-cat a::before {
  opacity: 0 !important;
}

.active-cat a::before {
  opacity: 1 !important;
}

.active-item {
  border: 1px solid tomato;
}

.password-error::before {
  content: "";
  left: 10px;
  bottom: 100%;
  border-width: 10px;
  border-style: solid;
  border-color: Transparent;
  position: absolute;
  border-bottom-color: #999;
  content: "";
  border-color: #bbb8b8;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  right: 8px;
  margin-left: 11px;
  position: absolute;
  top: 0px;
  width: 10px;
  display: inline-block;
  background: transparent;
  transform: rotate(-135deg);
  margin-top: -5px;
  background: #f8f8f8;
  z-index: 1;
}

.password-error h3 {
  font-size: 13px;
  margin-bottom: 5px;
  text-align: left;
}

.password-error p {
  font-size: 13px;
  padding-left: 15px;
  text-align: left;
  position: relative;
}

.password-error .valid {
  color: green;
}

.password-error .valid:before {
  position: absolute;
  left: 0;
  content: "✔";
}

.password-error .invalid {
  color: red;
}

.password-error .invalid:before {
  position: absolute;
  left: 0;
  content: "✖";
}

.error {
  font-size: 13px;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  color: #d43939;
  width: 100%;
}

span.list-status {
  cursor: pointer;
}

.working_day_list {
  margin-bottom: 20px;
}

.working_day_list .row {
  align-items: center;
}

.working_day_list .dCheckbox {
  margin-bottom: 0;
}

.page-dashBoard--figure {
  bottom: 26vh;
  left: 20px;
  padding-left: 25px;
  text-align: right;
  position: absolute;
}

.page-dashBoard--figure p {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: left;
  font-weight: bold;
  color: #fff;
}

.page-dashBoard--figure p span {
  font-size: 22px;
  font-weight: 300;
  display: block;
}

.page-dashBoard--figure img {
  max-width: 180px;
  left: 32px;
  position: relative;
  transform: rotate(-10deg);
}

.password-success {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}

.password-success--circle {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00b45a;
}

.password-success--text {
  font-size: 26px;
  margin-top: 15px;
  color: #009966;
}

.password-warning--circle {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f39c12;
}

.password-warning--text {
  font-size: 26px;
  margin-top: 15px;
  color: #f39c12;
}

.password-danger--circle {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ec4117;
}

.password-danger--text {
  font-size: 26px;
  margin-top: 15px;
  color: #ec4117;
}

.go-to-home {
  margin-top: 40px;
}

.go-to-home .buttons {
  min-width: 140px;
  border-radius: 20px;
  height: 40px;
}

.go-to-home span {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  color: #999;
}

.dForm-middle.center {
  text-align: center;
}

.otpModal.xs .pop-contain {
  padding-top: 15px;
  padding-bottom: 30px;
}

.otpModal .dlogin-action {
  margin-top: 30px;
}

.otpModal .dlogin-action .buttons {
  min-width: 130px;
  width: auto;
}

.otp-timers {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.resend-otp {
  font-weight: 600;
  margin-right: 4px;
  display: inline-flex;
  background: #182266;
  background: linear-gradient(270deg, #182266 0%, #9f3533 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.otpModal .popup-heading h2 {
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.separater {
  margin: 50px 0;
  border-bottom: 2px solid #ccc;
}

img.loader_img {
  width: 90px;
  padding-top: 5px;
}

.popup-modal {
  background: #fff !important;
}

.buttons.secondary {
  /* background-color: #e5002d !important; */
  background-color: #ef626c !important;
}

.buttons.secondary.outline {
  background-color: #fff !important;
  color: #ef626c;
  border-color: #ef626c;
}

.buttons.secondary.outline:hover {
  background: #ef626c !important;
  color: #fff !important;
  border-color: #ef626c;
}

.popup-logo {
  margin-bottom: 0 !important;
}

.forget-link {
  color: #e5002d !important;
}

.popup-close svg path {
  fill: #e2002d;
}

.dbtn-secondary {
  background-color: #ef626c;
}

.dbtn-secondary.btn-new {
  background-color: #36c !important;
}

.dbtn-secondary:hover {
  background-color: #36c;
  color: #fff !important;
}

.daside {
  background: linear-gradient(to bottom, #1d0208 0%, #e5002d 100%);
}

.dataTables_wrapper .dataTables_paginate > span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate > span .paginate_button:hover {
  /* background: linear-gradient(to right, #1d0208 0%, #e5002d 100%); */
  background: #fff;
  color: #ef626c;
  border: 1px solid #ef626c !important;
}

.dlogin-action .buttons {
  background: #ef626c !important;
}

.dlogin-action .buttons:hover {
  background-color: #36c !important;
  border: 1px solid #36c;
}

.dlogin-action .buttons:hover {
  background: linear-gradient(to right, #1d0208 0%, #e5002d 100%);
}

.sidebar-dropdown li.has-child > a:after {
  border-left: 5px solid #fff !important;
}

.sidebar-dropdown li.selected > a:after {
  border-left: 5px solid transparent !important;
  border-top: 5px solid #e2002d !important;
}

.border-left-radius-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.border-right-0 .select2-container .selection .select2-selection {
  border-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-right-0 .select2-container {
  width: 100% !important;
}

.h-134px {
  height: 134px;
}

table.dataTable {
  /* max-width: 100% !important;*/
  /* width: auto !important;*/
  /*table-layout: fixed;*/
}

.max-w-100:not(.dbody.max-w-100) {
  max-width: 100% !important;
}

.h-110px {
  height: 110px;
}

.border-left-radius-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.border-right-radius-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.pswrd-visible {
  right: 25px;
  left: unset !important;
}

.form-input i {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #a5a5a5;
  transform: translateY(-50%);
}

.hide-input {
  width: 0px;
  height: 0px;
  border: none;
  padding: 0px;
  position: absolute;
  opacity: 0;
}

.dataTables_scroll > div {
  min-width: 100%;
}

.dataTables_scroll table.dataTable,
.dataTables_scrollBody,
.dataTables_scrollHead {
  min-width: calc(100% - 2px) !important;
}

.dForm-label {
  font-family: "googlesans_medium";
  margin-bottom: 5px;
  font-weight: 400;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 400;
}

.dForm-group {
  margin-bottom: 20px;
}

.custom_tabs.custom_tabs_responsive {
  margin-bottom: 20px;
}

textarea {
  resize: none;
}

.dForm-control {
  background: #fff;
}

.max-w-700 {
  max-width: 700px;
}

.separater {
  display: none;
}

.table-align-2 {
  margin-top: 50px;
}

.table-align-2 th {
  background: #eee;
}

.working-hours img {
  height: auto;
}

.FilterlFex {
  margin-top: -10px;
}

.FilterlFex > div {
  margin-top: 10px;
  width: auto;
  margin-right: 0 !important;
  padding: 0 10px;
}

.FilterlFex .me-4 {
  margin-right: 0px !important;
}

.FilterlFex .d-flex {
  margin-left: -10px;
  margin-right: -10px;
}

.FilterlFex .d-flex > div {
  padding: 0 10px;
}

.FilterlFex > div:last-child .d-flex {
  margin: 0px;
}

.sidebar-dropdown li.has-child > a::after {
  top: 20px !important;
}

.sidebar-dropdown li {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 3px;
}

.dForm-actions .buttons {
  border-radius: 5px !important;
  min-width: inherit;
  height: 44px;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0 25px;
}

.dashHead-action .buttons {
  border-radius: 5px !important;
}

.dashBoard-tile {
  padding: 0px;
}

.dashBoard-tiles {
  margin-bottom: 0;
}

.dashBoard-tile > .dForm {
  padding: 0;
}

.short-text {
  display: none;
}

.dbody {
  min-height: calc(100vh - 150px);
}

.page-dashboard {
  padding-bottom: 20px;
}

.dashTitle {
  font-size: 22px;
}

ul.custom_tabs {
  background-color: transparent;
  border-bottom: 1px solid #c9c9c9 !important;
  padding: 0px;
}

ul.custom_tabs .tab_link {
  font-family: "googlesans_medium";
  color: #333;
  position: relative;
  background-color: transparent;
  margin-right: 30px;
  padding: 0 0 13px 0 !important;
  display: block;
  font-size: 15px;
}

ul.custom_tabs .tab_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0px;
  height: 3px;
  margin: 0 auto;
  transition: all 0.4s ease;
  background: #ef626c;
  bottom: 0px;
}

ul.custom_tabs .tab_link.active::after,
ul.custom_tabs .tab_link:hover::after {
  width: 100%;
}

ul.custom_tabs .tab_link.active,
ul.custom_tabs .tab_link:hover {
  color: #ef626c;
}

.buttons.grey {
  color: #fff;
  background-color: #fff;
  border: 1px solid #e5002d;
  color: #e5002d;
}

.buttons.grey:hover {
  color: #fff !important;
  background-color: #e5002d;
  border: 1px solid #e5002d;
}

.dForm-actions .buttons,
.dForm-actions .buttons.secondary {
  margin-right: 10px;
}

.addMoreItemButton.buttons,
.removeItem.buttons,
.addMoreItemButton-col .buttons,
.removeItem-col .buttons {
  min-width: 108px;
  display: inline-flex;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
  top: -3px;
}

.dForm-actions {
  margin-top: 5px;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-size: 0px;
}

div.dataTables_wrapper div.dataTables_filter label input {
  font-size: 14px;
  min-width: 250px;
  height: 44px;
}

.dForm-label {
  font-size: 14px;
}

.daside {
  margin-top: 15px;
}

.dragDropBrowse-col {
  height: 100px;
  border: 1px dashed #cbcbcb;
  background: #eee;
  border-radius: 5px;
}

.dragDropBrowse-col input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.myProfile-avatar-cover-image {
  height: 100px;
}

.myProfile-avatar-cover-image img {
  height: 100%;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0px !important;
}

.uploadIcon {
  fill: #aeaeae;
  width: 42px;
}

.WelcomeBackCol {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.form-select-transparent
  + .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border-width: 0px !important;
  padding-left: 0;
  height: auto !important;
}

.form-select-transparent
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0px !important;
  color: #fff !important;
}

.select2-dropdown {
  border: 1px solid #cfcfcf !important;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px !important;
  padding: 10px;
}

.select2-custom
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
  display: inline-block;
  background: transparent;
  transform: rotate(45deg);
  margin-top: -5px;
}

.select2-custom
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff;
  border-width: 2px 0px 0px 2px;
  margin-top: -1px;
}

.daside.asideActive {
  padding-right: 0;
  padding-left: 0;
  max-width: 0;
  flex-basis: 0;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #666 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666 !important;
}

::placeholder {
  color: #666 !important;
}

.dUser-profile-custom .dUser-popup {
  border-radius: 4px;
  padding: 0px;
  border: 1px solid #dbdbdb;
}

.dUser-profile-custom .dHeader-profile {
  padding-bottom: 15px;
  display: flex;
  border-bottom: 1px solid #ccc;
  flex-direction: column;
  align-items: center;
  background: #f8f8f8;
  border-radius: 4px;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.dUser-profile-custom .dHeader-avatar > div {
  border-radius: 50%;
  width: 74px;
  height: 74px;
  background: #fff;
}

.dUser-profile-custom .dHeader-avatar > div img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}

.dUser-profile-custom .dHeader-profile--list li {
  border-bottom: 0px solid #ccc;
  padding: 9px 20px;
}

.btn#logout {
}

.logout-CTA {
  padding: 20px 20px;
}

.dUser-profile-custom .dHeader-profile--list ul {
  padding: 15px 0 15px;
}

.dUser-profile-custom .dHeader-profile--list a {
  font-size: 13px;
  text-transform: capitalize;
  color: #333;
}

.dUser-profile-custom .profile-mail {
  margin-bottom: 0px;
}

.dUser-profile-custom .dHeader-profile--info span {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "proxima_novasemibold";
  display: block;
  color: #333;
  margin-top: 7px;
}

.dUser-profile-custom .dUser-popup::before {
  content: "";
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 0 1px 1px 0;
  height: 10px;
  right: 11px;
  margin-left: -4px;
  position: absolute;
  top: 0;
  width: 10px;
  display: inline-block;
  background: transparent;
  transform: rotate(-135deg);
  margin-top: -5px;
  background: #f8f8f8;
  z-index: 1;
}

.btn-site {
  display: inline-flex !important;
  border: 1px solid #ee1e3d;
  height: 30px;
  padding: 0 15px;
  border-radius: 4px;
  color: #ee1e3d !important;
  min-width: 78px;
  text-align: center;
  justify-content: center;
}

.btn-site:hover {
  background: #ee1e3d;
  border-color: #fff !important;
  color: #fff !important;
}

.dForm-middle {
  padding-top: 0;
}

.dForm-middle .dForm {
  padding: 0px;
}

.reset-page-wrp .dHeader {
  display: none;
}

.reset-page-wrp .daside {
  background: transparent;
  display: none;
}

.reset-page-wrp .dbody {
  border-radius: 4px;
  max-width: 500px;
  background-color: #fff;
  margin: 20px auto;
  min-height: inherit;
}

.reset-page-wrp .dashBoard-tile {
  height: auto;
}

.reset-page-wrp .page-dashBoard--figure {
  display: none;
}

.reset-page-wrp .dashBoard-tile {
  padding: 0;
}

.resetPageLogo {
  text-align: center;
  margin: 10px 0 20px;
}

.text-primary {
  color: #ee1e3d !important;
}

.reset-page-wrp .dRow {
  align-items: center;
  height: 100%;
}

.tablePermission th {
  text-align: left;
}

.tablePermission th,
.tablePermission td {
  padding: 15px;
  vertical-align: top;
}

.tablePermission td {
}

.tablePermission td .checkbox-inline {
  display: flex;
  align-items: flex-start;
}

.tablePermission td .checkbox-inline .form-check-input {
  margin-top: 5px;
  margin-right: 10px !important;
}

.tablePermission td .checkbox-inline small {
  padding-top: 0px !important;
}

.tablePermission .collapse-main {
  display: flex;
}

.permission-list-action {
  margin-top: -12px;
}

.permission-list-action li {
  margin-top: 12px;
  white-space: normal;
}

.dataTables_scroll {
  overflow: auto !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

.dashBoard-title:empty {
  display: none !important;
}

.dUser-profile > a {
  border-width: 0px;
}

.dUser-profile > a img {
  background-color: #fff;
}

.working-hours {
  margin-top: 30px;
}

.working-hours h3 {
  font-size: 14px;
}

#pos {
  width: 100%;
}

.AddItem_POS_Mobile {
  display: none;
}

.AddItem_POS_wrap {
  display: none;
}

.Modifier-checkbox.d-flex {
  flex-wrap: wrap;
}

.Modifier-checkbox .checkbox-block {
  margin-bottom: 5px;
}

.color-success {
  color: #07a74b !important;
}

/* Booking CSS Start */

.pb-5px {
  padding-bottom: 5px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-25px {
  padding-bottom: 25px;
}
.pb-30px {
  padding-bottom: 30px;
}

.pb-35px {
  padding-bottom: 35px;
}
.pb-40px {
  padding-bottom: 40px;
}
.pb-45px {
  padding-bottom: 45px;
}
.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-25px {
  margin-bottom: 25px;
}

.booking-show {
  /* height: 25px; */
  padding: 0px !important;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.booking-show:last-child {
  border-bottom: none;
}

.bookingItem-wrapper {
  position: relative;
}

.StartTimeDiv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 25px;
  background: #a5dff7;
  color: #000000;
  border: 1px solid #fff;
}

.StartTimeDiv::before {
  content: "";
}

.StartTimeDiv_content {
  padding: 5px;
  white-space: initial;
  line-height: 13px;
  position: relative;
  z-index: 2;
}

.StartTimeDiv-8 {
  height: calc(25px * 8);
}

.StartTimeDiv-2 {
  height: calc(25px * 2);
}

.HoverShedule_wrap {
  position: absolute;
  background-color: #fff;
  right: -260px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #ebebeb;
  width: 260px;
  top: 50%;
  min-height: 100%;
  height: auto;
  z-index: 2;
  z-index: 22;
  color: #333;
  display: none;
  transform: translateY(-50%);
}

.HoverShedule_content {
  padding: 11px;
}

.StartTimeDiv:hover .HoverShedule_wrap {
  display: block;
}

.Time-tt {
  line-height: 14px;
  display: block;
}

.StartTimeDiv::before {
  content: "";
  width: 100%;
  background: #a5dff7;
  height: calc(100% + 0.5px);
  position: absolute;
  z-index: 1;
}

.card-color1,
.StartTimeDiv.card-color1::before {
  background: #00ff66;
}

.card-color2,
.StartTimeDiv.card-color2::before {
  background: #ffb300;
}

.card-color3,
.StartTimeDiv.card-color3::before {
  background: #ff9cbe;
}

.card-color4,
.StartTimeDiv.card-color4::before {
  background: #ff0101;
}

.card-color5,
.StartTimeDiv.card-color5::before {
  background: #e9e9e9;
}

.card-color5,
.StartTimeDiv.card-color6::before {
  background: #e9e9e9;
}

.time-bookTbl th,
.time-bookTbl td {
  min-width: 240px;
}

.time-bookTbl th:first-child,
.time-bookTbl td:first-child {
  width: 54px !important;
  border: 0;
  background: #fff !important;
  text-align: right;
  width: 20px;
  min-width: 54px;
}

.time-bookTbl td:first-child > span {
}

.img-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-outer img {
  object-fit: cover;
  max-width: calc(100% + 50px);
  min-height: 100%;
  min-width: calc(100% + 50px);
  max-height: calc(100% + 50px);
  width: auto;
  height: auto;
}

.ract-24px {
  min-width: 24px;
  width: 24px;
  max-width: 24px;
  min-height: 24px;
  height: 24px;
  max-height: 24px;
}

.button-h-24px {
  height: 24px !important;
}

.time_tt_wrap {
  position: absolute;
  /* top: -4px; */
  background: #fff;
  height: 101px;
  z-index: 5;
  border-right: 1px solid #d4d4d4;
  width: 55px;
  padding-right: 15px;
  text-align: right;
}

.time-bookTbl tr:first-child td .time_tt_wrap::before {
  content: "";
  width: 100%;
  left: 0;
  height: 5px;
  background: #fff;
  top: -5px;
  position: absolute;
}

.blank_event td {
  background-color: #f6f6f6;
}

.arrow_span {
  background-image: url("../images/icons/arrow-left-tooltip.svg");
  background-position: right center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: -41px;
  top: calc(50% - 22px);
  z-index: -1;
}

.datepickerBooking {
  width: 250px;
}

.WorkingStaff-selectMenu {
  position: relative;
  width: 200px;
}

.WorkingStaff-selectMenu select {
  background-image: url("../images/icons/arrow-down-grey.svg");
  background-position: right 13px center;
  background-repeat: no-repeat;
  padding-right: 20px;
  padding-left: 50px !important;
  appearance: none;
}

.WorkingStaff_num {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  background: #6bd5cb;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 11px;
  top: 11px;
}

/* Booking CSS End */

.daside-item svg {
  margin-right: 12px;
}

.datetime_local_input {
  border: none;
  width: calc(100% + 24px);
  position: relative;
  z-index: 1;
  padding-top: 0px;
  background: transparent;
  line-height: 20px;
}

.Change_DD_link {
  position: absolute;
  right: 0;
  top: -1px;
}

#SelectStaffRow.Change_DD_select {
  max-width: 292px;
}

.createOrder-right-top-2ndRow {
  padding-left: 5px;
}

.cart_order_id {
  margin-left: 30px;
  padding-top: 0px;
}

.font-15px {
  font-size: 15px;
}

.item-img-box {
  min-width: 52px;
  width: 52px;
  max-width: 52px;
  min-height: 52px;
  height: 52px;
  max-height: 52px;
  background: #ddd;
  margin-right: 9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.dlogo {
  max-width: 311px;
  flex-basis: 311px;
  padding: 0 0px 0 15px;
}

.table-site1.fixed_header td {
  padding: 6px 5px;
}

.dashHead {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-top: -12px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.WelcomeBackCol
  .select2-custom
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: static;
  padding-top: 1px;
  display: flex;
  align-items: center;
}

.WelcomeBackCol
  .select2-custom
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  position: static;
  margin-left: 11px;
}

.WelcomeBackCol
  .select2-custom
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  padding-top: 6px;
}

.Login_with_instagram {
  margin-bottom: 0px;
}

.borderBox {
  margin-left: 0px;
  margin-right: 0px;
}

.myProfile-details--grp span {
  max-width: 130px;
  flex-basis: 130px;
}

.table-responsive {
  overflow: auto;
}

.addMoreItemButton_headingRow {
  padding-right: 148px;
}

.addMoreItemButton-col-wrap {
  position: relative;
  padding-right: 148px;
}

.addMoreItemButton-col-wrap .addMoreItemButton-col {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 47px;
}

.addMoreItemButton-col-wrap .addMoreItemButton-col .addMoreItemButton.buttons {
  top: 0;
}

.addMoreItemButton-col-wrap .addMoreItemButton-col label {
  display: none;
}

.AuditDetail_table.table-align-2 > tbody > tr td:first-child {
  padding-left: 0px;
  vertical-align: top;
  font-family: "proxima_novabold";
}

.AuditDetail_table.table-align-2 pre {
  margin: 0px;
}

.AuditDetail_table.table-align-2 > tbody > tr td tr:first-child td {
  padding-top: 0px;
}

.AuditDetail_table.table-align-2 > tbody > tr td tr td:first-child {
  font-family: "proxima_novaregular";
}

.AuditDetail_table.table-align-2 > tbody > tr td table {
  width: auto;
  min-width: 100%;
}

.assign_permissions_row .list-table th,
.assign_permissions_row .list-table td {
  border-color: #e9e9e9;
}

.assign_permissions_row .list-table table {
  border: none;
}

.earnings_Roww {
  margin-top: 20px;
}

.AuditDetail_table td table td {
  border: 1px solid #dee2e6;
  padding: 8px 8px !important;
  font-family: "proxima_novaregular";
}

/* .STOCKABLE_status{ font-size: 0px; width: 0px; height: 0px; position: absolute; overflow: hidden;} */
.checkbox-block.NOT_STOCK {
  background-color: #eee;
}

.checkbox-block.NOT_STOCK .item-img-box,
.checkbox-block.NOT_STOCK .CreateOrder-dish,
.checkbox-block.NOT_STOCK .CreateOrder-dish-price {
  opacity: 0.4;
}

.checkbox-block.NOT_STOCK .link-red {
  opacity: 1;
  font-family: "proxima_novabold";
  color: red;
}

.checkbox-block.NOT_STOCK > .border {
  border-color: red !important;
  border-width: 1px !important;
}

.checkbox-block.NOT_STOCK .qtyminus {
  background-color: #f1f0f0 !important;
  color: #999;
}

.checkbox-block.NOT_STOCK .qtyminus * {
  opacity: 0.6;
}

.CreateOrder-listRow .active-item > .checkbox-block.NOT_STOCK > .border {
  border-color: red !important;
  border-width: 1px !important;
}

.max-w-385 {
  max-width: 385px !important;
}

.DueAmount {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-right: calc(1.5rem + 46px) !important;
}

.Payment_Breakup_has_CTA {
  padding-right: 43px;
}

.position-absolute {
  position: absolute !important;
}

.end-0 {
  right: 0px !important;
}

.Payment_Breakup_CTA a {
  cursor: pointer;
}

#CashPopup {
  z-index: 6;
}

#ChargePopup {
  z-index: 999999999;
}

/* Merge order start */
#Merge_Order_Leftpanel .leftScreen_panel {
  position: relative;
}

.merge_orders_selected {
  padding: 8px 15px 0px;
}

#Merge_Order_Leftpanel .offcanvas-body-matter {
  margin-top: 10px;
}

.merge_orders_selected_wrap {
  padding-bottom: 10px;
  overflow-x: auto;
  white-space: nowrap;
  margin-right: 10px;
}

#Merge_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
  height: calc(100vh - 170px);
}

#Merge_Order_Leftpanel.leftScreen_panel_wrap
  .merge_orders_selected_wrap
  ~ .offcanvas-body-matter {
  height: calc(100vh - 201px);
  margin-top: 0px;
}

.merge_orders_CTA {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

#Merge_Order_Leftpanel.leftScreen_panel_wrap
  .merge_orders_CTA
  ~ .offcanvas-body-matter {
  height: calc(100vh - 201px);
  margin-top: 0px;
  padding-bottom: 60px;
}

/* Merge order End */

.link-black {
  color: #333 !important;
}

.plan-h {   
  display: flex;
  height: 100%;
}

.wid100{
  width: 100%;
}

.Subscription_plan_card::before {
  content: "";
  width: 100%;
  height: 5px;
  background: transparent linear-gradient(270deg, #ef616c 0%, #3366cc 100%) 0%
    0% no-repeat padding-box;
  border-radius: 4px 4px 0px 0px;
  position: absolute;
  left: 0;
  top: -1px;
}

.CurrentPlan_Span {
  height: 26px;
  color: #fff;
  background: #3366cc 0% 0% no-repeat padding-box;
  border-radius: 267px;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  width: auto;
  transform: translate3d(-50%, -50%, 0);
}

.ACTIVE_ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
}

.max-w-600 {
  max-width: 600px!important;
  width: 600px!important;
}

.max-w-500 {
  max-width: 500px!important;
  width: 500px;
}

.max-w-550 {
  max-width: 550px!important;
  width: 550px!important;
}

.max-w-450 {
  max-width: 450px;
}

.sidebar_none .daside {
  display: none;
}

.sidebar_none .dbody {
  max-width: 100%;
}

.filterBtnPOS_AllOrderr.active {
  background-color: #333 !important;
}

.filterBtnPOS_AllOrderr.active svg {
  fill: #fff;
}

.score_card {
}
.FiltersButton-wrap {
}
.FiltersButton-wrap .badge {
  position: absolute;
  right: -8px;
  top: -6px;
  color: #fff;
}
.ract-20px {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.input-group-app {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.rounded-top-right-0 {
  border-top-right-radius: 0px !important;
}
.rounded-bottom-right-0 {
  border-bottom-right-radius: 0px !important;
}
.border-0 + .select2-container--default .select2-selection--single {
  border-width: 0px !important;
}

.border-start-0 + .select2-container--default .select2-selection--single {
  border-left: none !important;
}
.border-right {
  border-right: 1px solid #c2c2c2 !important;
}
.border-left {
  border-left: 1px solid #c2c2c2 !important;
}

.w-160px {
  width: 160px;
}

/* .LineItem_content{ overflow: auto;} */
.LineItem_content th,
.LineItem_content td {
  padding: 0 15px;
  font-weight: 400;
  vertical-align: middle;
}
.LineItem_content th {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "googlesans_medium";
  line-height: 18px;
}
.LineItem_content th:nth-child(2) {
  border-left: 1px solid #c9c9c9;
}
.LineItem_content td {
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  position: relative;
}
.LineItem_content td:first-child {
  border-left: none;
}
.LineItem_content td:first-child {
  border-top-color: #fff;
}
.LineItem_content .td_input {
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  border: none !important;
}
.td_selectMenu {
  height: 50px;
}
.td_selectMenu ~ .select2-container {
  max-width: 300px;
  width: 100% !important;
}
.td_selectMenu ~ .select2-container .select2-selection--single,
.td_selectMenu ~ .select2-container .select2-selection--multiple {
  border: none !important;
}
.td_selectMenu
  ~ .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.unit_price_td {
  width: 100px;
}
.LineItem_content td.unit_price_td .dForm-control[readonly] {
  border-width: 0px !important;
  padding-left: 0;
  padding-right: 0;
}
.LineItem_content select.dForm-control + label.error {
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  left: 3px;
  z-index: 1;
}
.LineItem_content .LineItem_tBody td:nth-child(2) select.dForm-control + label.error {
  left: 14px;
}
.LineItem_content select.dForm-control + label.error ~ .select2-container .select2-selection--single {
  padding-bottom: 14px !important;
}

.LineItem_content .QTY_Input_td {
  width: 70px;
}
.tem_Details_td {
  min-width: 200px;
}
.LineItem_content .QTY_Input_td input:focus {
  border: 1px solid #333 !important;
  border-radius: 0;
}

.LineItem_content .td_input_wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.LineItem_content .disc_colWrap {
  width: auto;
}
.LineItem_content .disc_input_td {
  padding: 0px !important;
  width: 50px;
  text-align: right;
  margin-right: 0;
  padding-right: 10px !important;
  margin: 0 5px;
}
.LineItem_content .disc_input_td:focus {
  height: 26px;
  border: 1px solid #333 !important;
  border-radius: 4px;
}
.LineItem_content .disc_type {
  padding: 0 0px 0 8px !important;
  height: 26px;
  margin: 0 !important;
  width: 48px;
  font-size: 12px;
  background-size: 14px;
}
.LineItem_content .remove_item_cta {
  position: absolute;
  right: -30px;
  top: 17px;
}
.LineItem_content .QTY_Input_td label.error {
  font-size: 12px;
  padding-left: 2px;
  line-height: 14px;
}
/* .LineItem_content td:last-child{border-right: 1px solid #c9c9c9;}
.LineItem_content_inner{ overflow: auto;} */

/* Chrome, Safari, Edge, Opera */
.LineItem_content input::-webkit-outer-spin-button,
.LineItem_content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
label.error {
  font-size: 12px;
  line-height: 14px;
}
/* Firefox */
.LineItem_content input[type="number"] {
  -moz-appearance: textfield;
}

.LineItem_content .disc_td {
  padding-left: 0px !important;
  width: 100px;
}
.gross_amount_td {
  width: 126px;
  padding-left: 0 !important;
}
.Add_Item_foot td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.Add_Item_foot td:nth-child(2) {
}
.link-blue {
  color: #3366cc;
}
a {
  cursor: pointer;
}
.NetAmount_col {
  max-width: 365px;
  width: 100%;
}
.detail_iconSpan {
  min-width: 25px;
  max-width: 25px;
}
a.text-black {
  color: #000000 !important;
}

.myDiv {
  display: none;
}
.myDiv2 {
  display: none;
}
.myDiv .select2-container {
  width: 100% !important;
  min-width: 100px;
}

.ccode {
  position: absolute;
  top: 42px;
  left: 20px;
}
#showRecurring {
  display: block;
}

#htmlClone_wrap {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.FilterlFex .select2-container {
  min-width: 200px;
  max-width: 200px;
}

#end_date.dForm-control[readonly] {
  background-color: transparent;
  border: none;
}

.max-w-755 {
  max-width: 755px !important;
}
.max-w-855 {
  max-width: 855px !important;
}
.max-w-955 {
  max-width: 955px !important;
}
.max-w-1000 {
  max-width: 1000px !important;
}
.max-w-1055 {
  max-width: 1055px !important;
}
.link-dark {
  color: #000;
}
.link-dark:hover {
  color: #ef626c !important;
}
.rounded-5px {
  border-radius: 5px !important;
}
.text-3A3A3A {
  color: #3a3a3a !important;
}
.NetAmount_col_250px {
  max-width: 250px;
}
.dataTables_wrapper .dataTables_filter input {
  border-color: #c2c2c2;
}
.banktable #closed_orders_datatables {
}
.dataTables_scroll,
.banktable #closed_orders_datatables {
  border: 1px solid #c9c9c9;
  border-collapse: separate;
  border-radius: 4px;
  margin-bottom: 14px;
}
.table-bordered td,
#closed_orders_datatables td {
  border-top: 1px solid #c9c9c9;
  border-left: 0px solid #c9c9c9;
}
.table-bordered td:first-child,
#closed_orders_datatables td:first-child {
  border-left: none;
}
.table-bordered td,
.table-bordered th,
#closed_orders_datatables td,
#closed_orders_datatables th {
  padding: 15px 30px 15px 20px;
  border-radius: 0;
  white-space: inherit;
}
.table-bordered th,
#closed_orders_datatables th {
  font-family: "googlesans_medium";
}

.banktable table tr.listing-space,
tr.listing-space {
  display: none;
}
.dataTable tbody .list-row,
.banktable table tr {
  border-radius: 0;
  box-shadow: none;
}
.banktable #closed_orders_datatables th:first-child,
.banktable #closed_orders_datatables tr:first-child {
  border-radius: 4px;
}
.listing th {
  padding: 15px 30px 15px 20px;
  background: #f5f5f5;
}

#closed_orders_datatables tfoot td,
.banktable table tfoot td {
  border-top: none;
}

.SearchTypeorder_02 .SearchIcon {
  right: inherit;
  left: 10px;
}
.SearchTypeorder_02 .dForm-control {
  padding-left: 35px !important;
}
.label_inside {
  position: absolute;
  left: 0;
  width: 100px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
}
.SearchTypeorder_02_with_blabel .dForm-control {
  padding-left: 110px !important;
}
.SearchTypeorder_02_with_blabel {
  width: 200px;
}
.SearchTypeorder_02 {
  max-width: 280px;
}
.max-w-280 {
  max-width: 280px;
}

.errorposition_bot select.dForm-control + label.error {
  position: absolute;
  bottom: 5px;
  z-index: 2;
}
.errorposition_bot select.dForm-control + label.error ~ .select2-container {
  margin-bottom: 25px;
}

.deliverpagebox .deliverbox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.deliverpagebox .deliverbg {
  min-height: inherit;
  margin-bottom: 015px;
  height: 100%;
  padding-bottom: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.text-transform-none {
  text-transform: none !important;
}

.select2-container .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  right: 0 !important;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 30px !important;
  background-position: right 0px center;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
select.dForm-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%3efff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-right: 25px;
  background-position: right 7px center;
}
.list-table--action svg {
  max-width: 16px;
  margin: 0;
  width: 16px;
}
.list-table--action i {
  font-size: 16px;
}
.list-table--action i.fa-clone {
  font-size: 14px;
}
.list-actions a {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.list-actions a.edit svg {
  width: 15px;
}
.item_main_wrapper_show .LineItem_content td {
  padding: 12px 15px;
}
.rounded-4px {
  border-radius: 4px !important;
}

.payment-setup-n1 .buttons-black,
#payment-setup .buttons-black {
  background: #333 !important;
  font-size: 14px;
  padding: 6px 8px !important;
}
textarea {
  min-height: 100px;
}
.WelcomeBackCol
  .select2-custom
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: none !important;
}
.LineItem_content td:nth-last-child(2) br {
  display: none;
}

#Filters_modal .offcanvas-body-mCustomScrollbar {
  height: calc(100vh - 162px);
}

#rightColumnWrapper .Partial_PaidSpan {
  margin-top: 11px;
}
#rightColumnWrapper .Partial_PaidSpan .text-success {
  display: flex;
}
#rightColumnWrapper .Partial_PaidSpan .text-success svg {
  margin-right: 5px;
  top: 3px;
}
#rightColumnWrapper .planhead {
  padding: 20px 20px;
}
#rightColumnWrapper .payment-mode-pop {
  margin-top: 5px;
}

.OrderDetail_wrap .dropdown-app-wrap-2 svg {
  position: relative;
  top: 1px;
}
.OrderDetail_wrap {
  max-width: inherit;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.Customer_has_membership {
  background: #3366cc;
  color: #fff;
  padding: 4px 7px;
  border-radius: 4px;
  font-size: 13px;
}
.DueAmount_wrap {
  margin: 0 -30px;
  padding: 0 15px;
}
.Modal-site-Header.bg-light.bg-white {
  background: #fff !important;
}
.bg-light-2 {
  background-color: #f6f6f6 !important;
}
.rounded-top-left-0 {
  border-top-left-radius: 0px;
}
.rounded-top-right-0 {
  border-top-right-radius: 0px;
}
.Payment_method_02 .autocompleteel {
  width: 100%;
}
.Payment_method_02 .autocompleteel > div:not(.Modal-site) .dForm-control {
  border-radius: 0 0 4px 4px;
  max-height: 42px;
}
.Payment_method_02 select.VOUCHER {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.Payment_method_02 select.Mpesa {
  margin-bottom: 15px;
}
.Payment_method_02 + .mb-3 + .mt-3 {
  margin-top: 0px !important;
}
.coucher_listsWrap {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 0;
}
#payment-setup
  #ChargePopup
  > .Modal-site-Content
  > .Modal-site-Header.bg-light {
  background-color: #fff !important;
  border-bottom: 1px solid #c9c9c9;
}
.coucher_listsWrap br {
  display: none;
}
.coucher_listsWrap > div {
  padding-left: 42px;
  position: relative;
  margin-bottom: 0;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.coucher_listsWrap > div::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 9px;
  background-image: url("../images/icons/radio-default.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.coucher_listsWrap > div.active {
  background-color: #f6f6f6;
}

.coucher_listsWrap > div.active::before {
  background-image: url("../images/icons/radio-active.png");
  background-color: #363636;
  box-shadow: 0px 0px 0px 3px #fff inset;
  border: 1px solid #333;
}
#ChargePopup label {
  font-family: "proxima_novasemibold" !important;
}
.get_voucherName {
  font-family: "proxima_novasemibold" !important;
  line-height: 16px;
  color: #393939;
}
.vcr_Balance {
  font-size: 14px;
  opacity: 0.6;
}
.coucher_listsWrap_autocompleteel {
  margin-top: 15px;
  margin-bottom: 0;
}
.VoucherPIN_col {
  margin-top: 15px;
}
.VoucherPIN_col .dForm-group {
  margin-bottom: 0px !important;
}
.Payment_method_02 .autocompleteel .suggestionlist {
  width: calc(100%) !important;
  z-index: 999;
  min-width: 100px;
  position: relative;
}
.Payment_method_02 .autocompleteel .suggestionlist .buttons {
  font-size: 11px;
  height: 24px;
}
.Payment_method_02 .autocompleteel-w-100:nth-child(2) {
  margin-top: 15px;
}
.VoucherPIN_col span:empty {
  display: none;
}
#ChargePopup .autocompleteel input[type="text"] {
  padding: 14px 20px;
}
#ChargePopup .dForm-control.px-2,
#ChargePopup .form-select.px-2 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.float-none {
  float: none !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
#create_branch .Partial_PaidSpan .text-success {
  align-items: center;
  flex-wrap: wrap;
  display: inline-flex;
}
#create_branch .Partial_PaidSpan {
  padding-top: 8px;
}
#create_branch .Partial_PaidSpan .text-success svg {
  top: -1px;
  margin-right: 6px;
}
#create_branch .Partial_PaidSpan .text-red {
  padding-bottom: 3px;
  display: flex;
}

.suggestionlist {
  width: 100% !important;
}

.autocompleteel input[type="text"] {
  width: 100%;
  padding: 5px;
}

.suggestionlist {
  position: absolute;
  z-index: 99;
}

.suggestionlist ul {
  width: 100%;
  background: #fff;
  border: 1px solid #c2c2c2 !important;
  list-style: none;
  margin: 0;
  padding: 5px;
  z-index: 999;
  border-radius: 3px;
}

.suggestionlist ul li {
  /*   background: white;*/
  padding: 6px;
  /*   margin-bottom: 1px;*/
}

.suggestionlist li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.suggestionlist ul li:hover {
  cursor: pointer;
  background: whitesmoke;
}
#ChargePopup .Modal-site-footer .Modal-site-close {
  position: static;
  width: auto;
}

/* Datable custome scrollbar start */
.action_fix_colum .dataTables_scrollBody, .action_fix_colum2.banktable {
  width: 100%;border-radius: 0 4px 4px 0 !important;
  overflow-x: scroll;
}

.action_fix_colum .dataTables_scroll table td:last-child,
.action_fix_colum .dataTables_scroll table th:last-child,
.action_fix_colum2.banktable table td:last-child,
.action_fix_colum2.banktable table th:last-child{
  position: sticky;
  background-color: #fff;
  right: 0;  
  border-left: 1px solid #ccc !important;
  width: 60px !important;
  max-width: 60px !important;
  min-width: 60px !important; padding-left: 15px !important;
}

.action_fix_colum .dataTables_scroll table,
.action_fix_colum2.banktable table {
  width: 2000px;
}
.action_fix_colum .dataTables_scroll table.dataTable {
  margin-top: 0px !important;
}
.action_fix_colum .list-actions svg,
.action_fix_colum2.banktable table .list-actions svg {
	margin-right: 6px;
}
.action_fix_colum2.banktable table td:last-child,
.action_fix_colum2.banktable table th:last-child{
  width: 100px !important;
  max-width: 100px !important;border-right: 1px solid #c9c9c9;
  min-width: 100px !important; padding-left: 10px !important;
}
.action_fix_colum2.banktable table{  border-right: none !important;}
.action_fix_colum2.banktable table th:last-child{ border-radius: 0 4px 0 0 !important;}
.action_fix_colum2.banktable table tr:nth-last-child(2) td:last-child{ border-radius: 0 0 4px 0 !important;}
/*  */
.chooseselect label.error {
  position: absolute;
  top: 40px;
  width: 111px;
  right: -11px;
  margin: 0;
  padding: 0;
  
}
select.dForm-control + label.error {
	position: absolute;
	bottom: -18px;
  left: 0px;
}
.visibility-hidden{ visibility: hidden !important;}
.attach_touch_points_field{padding-top: 26px;}

/* Two scrollbar start [Without datatable] */
.wrapper1, .wrapper2{width: 100%; border: none 0px RED;
  overflow-x: scroll; overflow-y:hidden;}
  .wrapper1{min-height: 20px; }
  .wrapper2{min-height: 100px; }
  .div1 {width:2500px; height: 20px; }
  .div2 {width:2000px; background-color: #fff; margin-bottom: 0px !important;
  overflow: auto;}
  .div2 table{ width: 100%;}

  .daside-item.has-child .dropdown-menu .sub-menu a{ height: auto; margin-bottom: 16px;align-items: start;}
  .daside-item.has-child .dropdown-menu .sub-menu a i {    
    margin-top: 4px;
  }
  .daside-item.has-child .dropdown-menu .sub-menu a::before {
    top: 5px;
  }
/* Two scrollbar end [Without datatable] */

  /* .dataTables_scrollBody {
    transform:rotateX(180deg);
}
.dataTables_scrollBody table {
    transform:rotateX(180deg);
} */

.doubleScroll_has .dataTables_scroll{ padding-top: 10px;}
.doubleScroll_has .doubleScroll-scroll-wrapper{ top: -73px !important;position: relative;}
.doubleScroll_has .dataTables_scrollBody{ margin-top: -20px;}

.doubleScroll_has_th_twoLine .doubleScroll-scroll-wrapper{top: -94px !important;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .doubleScroll_has .doubleScroll-scroll-wrapper{top: -76px !important;}
  .doubleScroll_has_th_twoLine .doubleScroll-scroll-wrapper{top: -97px !important;}
}

/* Custome scrollbar css start */
.doubleScroll-scroll-wrapper,
.dataTables_scrollBody,
.doubleScroll_items {
  overflow-x: scroll;
  position: relative;
  scrollbar-color: #666 #fff;
  scrollbar-width: thin !important;
  -ms-overflow-style: none;
}

.doubleScroll-scroll-wrapper::-moz-scrollbar,
.dataTables_scrollBody::-moz-scrollbar,
.doubleScroll_items::-moz-scrollbar {
  height: 15px;
}

.pseduo-track {
  background-color: #fff;
  height: 2px;
  width: 100%;
  position: relative;
  top: -3px;
  z-index: -10;
}

.color-success {
  color: #07a74b !important;
}

@media (any-hover: none) {
  .pseduo-track {
    display: none;
  }
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar,
.dataTables_scrollBody::-webkit-scrollbar,
.doubleScroll_items::-webkit-scrollbar {
  height: 5px;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-track,
.dataTables_scrollBody::-webkit-scrollbar-track,
.doubleScroll_items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb,
.dataTables_scrollBody::-webkit-scrollbar-thumb,
.doubleScroll_items::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #666;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb:hover,
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover,
.doubleScroll_items::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar:vertical,
.dataTables_scrollBody::-webkit-scrollbar:vertical,
.doubleScroll_items::-webkit-scrollbar:vertical {
  display: none;
}
/* Datable custome scrollbar end */

/* Custome scrollbar css End */
.has_pagination.listing.banktable {
	padding-bottom: 60px;
}

.has_pagination.listing.banktable #closed_orders_datatables + .pagiingbottom{position: absolute;}
.has_pagination.listing.banktable #closed_orders_datatables + .pagiingbottom + .pagiingbottom {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

/* Color theme change Start */
.page-dashboard {
	background: #353788 !important;
}
.dlogin-action .buttons {
	background: #49a97b !important;
}
.dlogin-action .buttons:hover {
	background-color: #353788 !important;
	border: 1px solid #353788;
}
/* Color theme change End */

/* Responsive start */
@media (min-width: 1200px) {
  .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 !important;
  }

  /* .tabs-left{ padding: 0px !important;} */
  .tabs-wrapper {
    max-width: calc(100% - 0.5px);
  }

  .outer-wrapper {
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #121111 #fff;
    scrollbar-width: thin !important;
    -ms-overflow-style: none;
  }

  .outer-wrapper::-moz-scrollbar {
    height: 15px;
  }

  .pseduo-track {
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: relative;
    top: -3px;
    z-index: -10;
  }

  .color-success {
    color: #07a74b !important;
  }

  @media (any-hover: none) {
    .pseduo-track {
      display: none;
    }
  }

  .outer-wrapper::-webkit-scrollbar {
    height: 5px;
  }

  .outer-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }

  .outer-wrapper::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #121111;
  }

  .outer-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #121111;
  }

  .outer-wrapper::-webkit-scrollbar:vertical {
    display: none;
  }
}

@media (max-width: 1440px) {
  .formWrapper_invoice {
    padding-right: 60px;
  }
}

@media (max-width: 1300px) {
  .fixed_header th:first-child,
  .fixed_header td:first-child {
    min-width: 150px;
  }
}

/* Responsive 1199px start  */
@media (max-width: 1199px) {
  
  .daside {
    margin-top: 0;
  }

  .daside.asideActive {
    max-width: 260px;
    flex-basis: 260px;
  }

  .page-dashBoard--figure {
    display: none;
  }

  .Shortcuts_Span {
    display: none;
  }

  .password-success {
    padding-top: 20px;
  }

  .password-success--circle,
  .password-warning--circle,
  .password-danger--circle {
    width: 120px;
    height: 120px;
  }

  .password-success--circle svg,
  .password-warning--circle svg,
  .password-danger--circle svg {
    width: 70px;
  }

  .password-success--text,
  .password-warning--text,
  .password-danger--text {
    font-size: 17px;
  }

  .go-to-home {
    margin-top: 30px;
  }

  .go-to-home span {
    margin-top: 10px;
  }

  .separater {
    margin: 30px 0;
  }

  .dashHead-action .buttons:not(:last-child) {
    margin-right: 5px;
  }

  .formWrapper_invoice {
    padding-right: 40px;
  }

  .dForm-actions .buttons {
    padding: 0 10px;
  }
  .dForm-actions .buttons,
  .dForm-actions .buttons.secondary {
    margin-right: 5px !important;
  }
  .wrapper1 {
    display: block;
    height: 0px;
    margin-top: 19px;
    min-height: inherit;
  }
  .doubleScroll_has .dataTables_scroll{ padding-top: 0px;}
.doubleScroll_has .dataTables_scrollBody{ margin-top: 0px;}


.doubleScroll_has_th_twoLine.doubleScroll_has .dataTables_scroll{ padding-top: 0px;}
.doubleScroll_has_th_twoLine.doubleScroll_has .dataTables_scrollBody{ margin-top: 0px;}

.has_pagination.listing.banktable #closed_orders_datatables + .pagiingbottom{position: absolute; text-align: center;}
.has_pagination.listing.banktable #closed_orders_datatables + .pagiingbottom + .pagiingbottom{ margin-top: 36px;}
.has_pagination.listing.banktable {
	padding-bottom: 100px;
	/* position: relative; */
}
}

/* Responsive 1199px End  */

.height-auto {
  height: auto !important;
}

.mandatory {
  font-size: 13px;
  color: #d43939;
}

.full-select2-container .select2-container {
  width: 100% !important;
}

.table-align-2 th,
.table-align-2 td {
  text-align: left;
  padding: 7px;
  min-width: 100px;
}

.myProfile-details--grp--wrap .myProfile-details--grp p,
.myProfile-details--grp--wrap .myProfile-details--grp a {
  white-space: inherit;
}

.myProfile-details--grp.myProfile-Description {
  align-items: flex-start;
  padding-top: 15px;
}

.myProfile-details--grp--wrap .myProfile-details--grp p {
  text-align: justify;
}

.verified-img {
  position: absolute;
  right: 20px;
  top: 45px;
}

.position-relative {
  position: relative;
}

/* Modal css Start */
.Modal-site {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  width: 100%;
  display: none;
  height: 100%;
  padding: 25px;
  overflow: auto;
}

.Modal-site-open {
  display: flex;
  animation: fadeAnm 0.7s forwards;
}

.Modal-site-Content {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  max-width: 500px;
    margin: auto 0;
}

.Modal-site-body {
  padding: 30px;
}

.Modal-site-Header {
  background: #36c;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.text-center {
  text-align: center !important;
}

.buttons-site {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
}

.dForm-control {
  border-radius: 4px;
}

.Modal-site-close:not(.buttons) {
  width: 39px;
  height: 39px;
  border: 1px solid #707070;
  padding: 0;
  border-radius: 50%;
  top: 15px;
  background: #fff;
  opacity: 1;
  z-index: 2;
  color: #333;
  position: absolute;
  right: -60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

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

  100% {
    opacity: 1;
  }
}

/* Modal css End */

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border-radius: 4px !important;
}

.daside-item.has-child .dropdown-menu a {
  padding-left: 43px !important;
  height: 40px;
}

.sidebar-dropdown li.has-child > a::after {
  width: 10px;
  height: 10px;
  display: block;
  border: 2px solid #fff !important;
  transform: rotate(45deg);
  border-width: 0px 2px 2px 0px !important;
  right: 15px !important;
}

.dRow .sidebar-dropdown li.has-child.active > a::after,
.daside-item.active a::after,
.dRow .daside-item:hover a::after {
  /* border-color: #de002b !important; */
  border-color: #ef626c !important;
}

.dRow .daside-item.selected a::after {
  transform: rotate(225deg);
  /* border-color: #de002b !important; */
  border-color: #ef626c !important;
  margin-top: 4px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hero_newmedium";
}

.font-secondary-regular {
  font-family: "hero_newregular";
}

.font-secondary-semibold {
  font-family: "hero_newsemibold";
}

.font-secondary-bold {
  font-family: "hero_newbold";
}

.font-secondary-light {
  font-family: "hero_newlight";
}

.font-secondary-medium {
  font-family: "hero_newmedium";
}

.font-primary-regular {
  font-family: "proxima_novaregular";
}

.font-primary-semibold {
  font-family: "proxima_novasemibold" !important;
}

.font-primary-bold {
  font-family: "proxima_novabold";
}

.font-primary-light {
  font-family: "proxima_novalight";
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.border {
  border: 1px solid #c9c9c9 !important;
}

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

.border-top {
  border-top: 1px solid #c9c9c9 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #c9c9c9 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #c9c9c9 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #c9c9c9 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-blue {
  border-color: #3366cc !important;
}

.border-secondary {
  border-color: #e5002d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

/* Order page start */
.hide_element {
  display: none;
}

.site-tabs-scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
  display: flex;
}

.site-tabs-scroll .site_tabs_link {
  flex: 0 0 auto;
}

.site-tabs {
  font-family: "proxima_novabold";
}

.site-tabs button,
.site-tabs .site_tabs_link {
  background: none;
  line-height: 100%;
  border: none;
  padding-bottom: 13px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block;
}

.site-tabs .site_tabs_link:last-child {
  margin-right: 0px;
}

.site-tabs button::after,
.site-tabs .site_tabs_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0px;
  height: 3px;
  margin: 0 auto;
  transition: all 0.4s ease;
  /* background: #e10d28; */
  background: #ef626c;
  bottom: 0px;
}

.site-tabs button.active,
.site-tabs button:hover,
.site-tabs .site_tabs_link.active,
.site-tabs .site_tabs_link:hover {
  /* color: #e10d28; */
  color: #ef626c;
}

.site-tabs button:hover::after,
.site-tabs button:focus::after,
.site-tabs button.active::after,
.site-tabs .site_tabs_link:hover::after,
.site-tabs .site_tabs_link:focus::after,
.site-tabs .site_tabs_link.active::after {
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* .align-items-start {
  align-items: flex-start !important;
} */
.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.font-12px {
  font-size: 12px;
}

.font-13px {
  font-size: 13px;
}

.font-14px {
  font-size: 14px !important;
}

.font-16px {
  font-size: 16px !important;
}

.font-18px {
  font-size: 18px;
}

.font-20px {
  font-size: 20px;
}

.font-22px {
  font-size: 22px;
}

.font-36px,
h2 {
  font-size: 36px;
}

.font-24px {
  font-size: 24px;
}

.font-50px {
  font-size: 50px;
}

.font-52px {
  font-size: 52px;
}

.font-56px {
  font-size: 56px;
}

.font-62px {
  font-size: 62px;
}

.font-26px {
  font-size: 26px;
}

.font-32px {
  font-size: 32px;
}

.font-44px {
  font-size: 44px;
}

.font-46px {
  font-size: 46px;
}

.font-30px {
  font-size: 30px;
}

.line-height-190 {
  line-height: 190%;
}

.line-height-180 {
  line-height: 180%;
}

.line-height-170 {
  line-height: 170%;
}

.line-height-160 {
  line-height: 160%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-140 {
  line-height: 140%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-100 {
  line-height: 100%;
}

.svg-icon-block {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.bg-white {
  background: #fff !important;
}

.SearchForm {
  height: 48px;
}

.SearchForm .searchBtn {
  background: #fff;
  border: none;
  padding: 0 15px;
}

.text-red {
  color: #e5002d !important;
}

.text-blue {
  color: #36c !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.order-box {
  position: relative;
  height: 100%;
}

#order_list .order-box > .d-flex > div:first-child {
  flex: 0 0 auto;
  margin-right: 20px;
}

.status-rtCol {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.status-rtCol .payment_status_span {
  margin-top: 5px;
  font-size: 13px;
  height: auto;
}

.orderRow-numValue {
}

.orderRow-flex > div {
  flex: 1;
}

.orderRow-flex > div:nth-child(2) {
  text-align: center;
}

.orderRow-flex > div:nth-child(3) {
  text-align: right;
}

.ExpandLink {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pager-entries {
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  color: gray;
}

.pager-entries .dForm-control {
  margin: 0 10px;
}

.pager-entries span {
  font-size: 13px;
}

.pager-entries select {
  width: 65px;
  height: 38px;
  padding-right: 26px;
}

.pagination li {
  display: inline-flex;
  align-items: center;
  color: #333;
}

.pagination li:not(:last-child) {
  margin-right: 1px;
}

.pagination li.active a,
.pagination li:hover a {
  /* color: #e5002d;
  border-color: #e5002d; */
}

.page__btn.prev:hover a,
.page__btn.next:hover a {
  border-color: transparent !important;
}

.pagination a {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  /* border: 1px solid transparent; */
  transition-property: color, border;
  transition: 0.3s;
}

.page__btn {
  padding: 0 8px;
  cursor: pointer;
  transition: color 0.3s;
}

.page__btn svg {
  fill: #ababab;
}

.page__btn.active,
.page__btn:hover {
  color: #e5002d;
}

.page__btn.active svg,
.page__btn:hover svg {
  fill: #e5002d;
}

.page__btn.prev svg {
  margin-right: 8px;
}

.page__btn.next svg {
  margin-left: 8px;
}

.text-end {
  text-align: right !important;
}

.w-100 {
  width: 100%;
}

.h-45px {
  height: 45px !important;
}

.order-box,
a {
  transition: all 0.6s ease;
}

.ModalBtn {
  cursor: pointer;
  display: block;
}

.ModalBtn:hover .order-box {
  background-color: #eee !important;
}

.ExpandLink {
  stroke: #333;
  fill: #fff;
}

.ExpandInfobtn-content {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.ExpandInfobtn:hover,
.ExpandInfobtn.active {
  color: #e5002d;
}

.ExpandInfobtn svg {
  fill: #666;
}

.buttons-site.buttons-sm {
  height: 28px;
  padding: 0 8px;
  font-size: 13px;
  min-width: 69px;
}

.secondary.buttons-site.secondary svg {
  fill: #fff;
  margin-left: 7px;
}

.dForm-actions .buttons {
  border-radius: 4px;
  font-weight: 400;
}

.secondary-outline {
  border-color: #e5002d;
  background: #fff;
  color: #e5002d;
}

.secondary:hover,
.secondary-outline:hover {
  background: #0147ae !important;
  border-color: #0147ad;
  color: #fff !important;
}

.Show-Box {
  display: block !important;
}

.SelectmenuSecondary {
  background: #e5002d;
  color: #fff;
  border: none;
  height: 25px;
  padding: 0 3px;
  border-radius: 4px;
}

.SelectmenuSecondary option {
  background: #fff;
  color: #333;
}

.site-textarea {
  resize: none;
  height: 70px;
}

.cancellation_reason {
  position: relative;
  margin-top: 22px;
}

.cancellation_reason::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #e5002d !important;
  transform: rotate(225deg);
  border-width: 0px 1px 1px 0px !important;
  top: -9.5px !important;
  right: 93px;
  position: absolute;
  z-index: 1;
  background: #fff;
}

.cancellation_reason {
  display: none;
}

.PrintRow {
}

.Print-button {
  position: relative;
  z-index: 4;
}

.buttons.secondary.buttons-green {
  background-color: #14ce63 !important;
  color: #fff;
  border-color: #14ce63 !important;
}

.buttons {
  min-width: 69px;
}

.buttons.secondary.buttons-green:hover {
  background-color: #07883e !important;
  color: #fff;
  border-color: #07883e !important;
}

a.CompleteOrder-box {
  color: #333;
}

.form-control-site {
  height: 36px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 0 13px;
}

.form-control-site-109px {
  width: 109px;
}

.buttons-36px {
  height: 36px;
}

.rounded-50px {
  border-radius: 50px;
}

.top-1px {
  top: 1px;
}

.top-2px {
  top: 2px;
}

.top-1px {
  top: 1px;
}

.top-3px {
  top: 3px;
}

.top-4px {
  top: 4px;
}

.top-5px {
  top: 5px;
}

.top--1px {
  top: -1px;
}

.top--2px {
  top: -2px;
}

.top--1px {
  top: -1px;
}

.top--3px {
  top: -3px;
}

.top--4px {
  top: -4px;
}

.top--5px {
  top: -5px;
}

.buttons-black {
  background-color: #333333;
  color: #fff;
}

.buttons-black:hover {
  background-color: #3d020e;
  color: #fff;
}

.h-100 {
  height: 100% !important;
}

.FilterBtn1 {
  width: 137px;
  height: 48px;
  float: right;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
}

.FilterSection {
  position: relative;
  padding-top: 0px !important;
  display: none;
}

.FilterSection::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid #c9c9c9 !important;
  transform: rotate(225deg);
  border-width: 0px 1px 1px 0px !important;
  top: -9px !important;
  right: 53px;
  position: absolute;
  z-index: 1;
  background: #fff;
}

.SearchForm {
  height: 48px;
}

.rounded-4 {
  border-radius: 4px !important;
}

.position-relative {
  position: relative !important;
}

.bg-green {
  background-color: #14ce63 !important;
}

.rounded-0 {
  border-radius: 0px !important;
}

.text-green {
  color: #14ce63 !important;
}

.text-start {
  text-align: left !important;
}

.bg-red {
  background-color: #e5002d !important;
}

.text-white {
  color: #fff !important;
}

.Modal-site-Content-560 {
  max-width: 620px;
}

button {
  outline: none !important;
}

#colorselector[name="yellow"] {
  background-color: #14ce63 !important;
}

.datepickerSiteMMYY table.ui-datepicker-calendar {
  display: none !important;
}

.datepickerSiteMMYY {
  height: 47px;
  display: inline-block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.datepickerSiteMMYY .ui-datepicker-header {
  position: relative;
  padding: 0 50px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;

  width: 50px;
  height: 46px;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0px;
  justify-content: center;
}

.ui-datepicker-prev {
  left: 0;
  border-right: 1px solid #d9d9d9;
}

.ui-datepicker-prev::before,
.ui-datepicker-next::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}

.ui-datepicker-next {
  right: 0;
  border-left: 1px solid #d9d9d9;
}

.ui-datepicker-next::before {
  content: "\f054";
}

.datepickerSiteMMYY .ui-datepicker-title select {
  height: 46px;
  background: none;
  border: none;
  font-size: 20px;
  appearance: none;
  background-image: url("../images/icons/arrow-down-grey.svg");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  margin: 0 3px;
}

.ui-datepicker-title {
  padding: 0 4px;
}

select option {
  font-family: "proxima_novaregular";
}

.datepickerSiteMMYY .select2-container .select2-selection--single,
.datepickerSiteMMYY .select2-container .select2-selection--multiple {
  width: 100%;
  height: 45px !important;
  padding: 0;
  border-radius: 50px !important;
  font-size: 18px;
  display: inline-flex !important;
  align-items: center;
  border: 0px solid #c2c2c2 !important;
  color: #333 !important;
}

.datepickerSiteMMYY .select2-container {
  margin: 0 7px;
}

.datepickerSiteMMYY
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: -12px;
  right: -40px;
}

.datepickerSiteMMYY
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: none;
}

.datepickerSiteMMYY
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #333333 !important;
}

select > option {
  font-family: "Arial";
  font-size: 14px;
  border-radius: 0px !important;
}

.TimeText {
  min-width: 55px;
}

.w3-container {
  overflow: hidden;
}

.FilterlFex {
  flex-wrap: wrap;
}

.sidebar-dropdown li.selected > a {
  /* color: #e10d28 !important; */
  color: #ef626c !important;
}

.sidebar-dropdown li.selected ul li a {
  color: #000000b3 !important;
  font-family: "proxima_novaregular";
  font-weight: 400;
}

.sidebar-dropdown li.selected li.active > a {
  /* color: #333 !important; */
  /* border-left: 3px solid red !important;
  background: #eee; */
}

.daside-item {
  position: relative;
}

.daside-item::before {
  content: "";
  width: 4px;
  height: 100%;
  background: transparent;
  position: absolute;
  z-index: 2;
}

.daside-item.selected::before,
.daside-item:hover::before,
.daside-item:active::before {
  /* background: #e10d28; */
  background: #ef626c;
}

.daside-item a {
  border: none !important;
}

.daside-item ul {
  margin: 0 0px;
}

.daside-item ul li {
  background: none;
  margin-bottom: 3px;
}

.sidebar-dropdown {
  padding: 0 17px;
}

.sidebar-dropdown .has-child .dropdown-menu {
  border: 1px solid #ececec;
}

.sidebar-dropdown li.has-child > a::after {
  width: 8px;
  height: 8px;
}

.daside-item ul a,
.sidebar-dropdown li.selected ul li a {
  padding: 0px;
}

.sidebar-dropdown li ul li a,
.daside-item.has-child .dropdown-menu a {
  margin: 0 0px;
  position: relative;
  padding: 0px 0px 0 13px !important;
  position: relative;
  width: auto;
}


.sidebar-dropdown li ul {
  background: #f6f6f6;
}

.daside-item.has-child .dropdown-menu a::before {
  content: "";
  opacity: 1;
  left: 0;
  transition: all 0.5s ease;
  top: 14px;
  position: absolute;
  width: 2px;
  height: 11px;
  background: transparent;
}

.daside-item.has-child .dropdown-menu a:hover,
.daside-item .dropdown-menu li.active a {
  background-color: #ececec;
}

.daside-item.has-child .dropdown-menu a:hover::before,
.daside-item .dropdown-menu li.active a::before {
  background: #ef626c;
}

.SelectmenuPreparation {
  background: #8b8000;
  color: #fff;
  border: none;
  height: 25px;
  padding: 4px 10px 2px;
  border-radius: 4px;
  font-size: 11px;
}

.SelectmenuPreparation option {
  background: #fff;
  color: #333;
}

.SelectmenuServed {
  background: #006400;
  color: #fff;
  border: none;
  height: 25px;
  padding: 4px 10px 2px;
  border-radius: 4px;
  font-size: 11px;
}

.SelectmenuServed option {
  background: #fff;
  color: #333;
}

.SelectmenuSecondary.statusOrder {
  width: 100px;
  font-size: 13px;
}

.FilterlFex .select2-container .select2-selection--single,
.FilterlFex .select2-container .select2-selection--multiple {
  max-height: 36px;
  padding: 0 30px 0 15px;
}

.FilterlFex
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 3px !important;
}

.daside {
  padding-right: 10px;
  padding-left: 10px;
}

.has-child .dropdown-menu {
  margin-top: 0;
  padding-top: 5px;
}

.dForm-control {
  padding: 14px 20px;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 0 20px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 12px !important;
}

.myProfile-avatar-cover-image img {
  max-height: 100%;
  height: 100%;
  border-radius: 5px;
}

/*Harsh CSS*/

.tab-menu.admin-tab ul {
  margin: 0;
  padding: 0;
}

.tab-menu.admin-tab ul li {
  list-style-type: none;
  display: inline-block;
  padding-bottom: 25px;
}

.tab-menu.admin-tab ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 25px;
  padding-bottom: 18px;
  color: #e3002d;
}

.tab-menu.admin-tab ul li a.active-a {
  border-bottom: 3px solid #e3002d;
  color: #e3002d;
}

.tab {
  display: none;
}

.tab h2 {
  color: rgba(0, 0, 0, 0.7);
}

.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
}

.tab-active {
  display: block;
}

.tab-menu.admin-tab ul li a {
  transition: unset !important;
}

.side-Branchinfo {
  padding: 10px;
  border: 1px solid #ddd;
}

.dbody-inner.branch-inner {
  height: 100%;
  overflow: hidden;
}

.d-tabs > ul {
  overflow: hidden;
}

.d-tabs > ul > li {
  float: left;
  padding: 12px 0;
  background: #ebebeb;
}

.d-tabs > ul > li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 25px;
  padding-bottom: 18px;
  color: #e3002d;
  transition: unset;
}

.d-tabs > ul > li:first-child {
  padding-left: 0;
}

.d-tabs > ul > li:last-child {
  padding-right: 0;
}

.d-tabs > ul > li.active a {
  text-decoration: underline;
  color: #fff;
}

.d-tabs > ul > li.active a {
  background-color: #e5002d !important;
  text-decoration: none;
}

.d-tabs .d-content {
  display: none;
  padding-top: 15px;
}

.d-tabs .d-content .list-toggle-photo.opened span:before {
  content: "\f106";
}

.d-tabs .d-content.active {
  display: block;
}

.d-tabs ul li.active {
  background: #e5002d;
}

.dUser-profile > a {
  margin-right: 15px;
}

.inner-info {
  height: calc(100% - 250px);
  overflow: auto;
  padding: 20px;
}

.order-row-box .order-box {
  height: 100%;
}

.createOrder-right-top-2ndRow {
  height: 27px;
}

.order_flag {
  background-color: #ef626c;
  font-size: 12px;
  padding: 1px 4px 0px;
  border-radius: 3px;
  font-family: "proxima_novaregular";
  display: inline-block;
}

.CustomerApp_flag {
  background: #36c;
}

.Booking_flag {
  background: rgba(0, 0, 0, 0.7);
}

.flag_wrapper {
  margin-bottom: 5px;
  min-height: 20px;
}

.OrderDate_Label {
  padding-left: 4px;
}

/* Create order start */

.createOrder-dashBoard-tiles {
  display: flex;
  justify-content: space-between;
}

.createOrder-left {
  width: calc(100% - 600px);
  background: #fff;
  border-radius: 5px;
  flex: 1;
  height: calc(100vh - 105px);
}

.flex-0-0-auto {
  flex: 0 0 auto !important;
}

.createOrder-right {
  width: 700px;
  background: #fff;
  border-radius: 5px;
  margin-left: 10px;
  min-width: 500px;
}

.orderBillInfo-01-outer {
  flex: 1;
  display: flex;
  align-items: end;
  margin-top: 0px;
}

.orderBillInfo-01 {
  background-color: #f7f5f5;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.SubInfo_Row {
  line-height: 12px;
  flex: 0 0 auto !important;
  padding-bottom: 10px !important;
}

.orderBillInfo-01-outer .orderBillInfo-row {
  flex: 1;
  display: flex;
  align-items: center;
}

.link-default {
  color: #666666 !important;
}

.createOrder-left-content {
  padding: 0 0 0 0px;
}

.border-light-grey {
  border-color: #e8e8e8 !important;
}

.createOrder-left-search {
  padding: 5px;
}

.h-42px {
  height: 42px !important;
}

.SearchIcon {
  position: absolute;
  right: 15px;
  top: 12px;
}

.tabs-left {
  padding: 5px 0 15px;
}

.tabs-left ul,
.tabs-left_ul {
  display: flex;
  width: 100%;
  overflow: auto;
}

.tabs-wrapper {
  /* width: 100%; */
  padding: 0px;
}

.tabs-left {
  width: calc(100% - 0px);
  display: inline-grid;
}

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

.tabs-left ul li,
.tabs-left_ul > div {
  flex: 0 0 auto;
}

.tabs-left a {
  color: #333333;
  padding: 8px 13px;
  border-right: none !important;
  display: block;
  border: 1px solid #fff;
  border-radius: 3px 0px 0px 3px;
  position: relative;
  overflow: hidden;
  font-family: "proxima_novabold";
}

.tabs-left a::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e5002d;
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.active-cat a {
  color: #e5002d;
}

.mCSB_inside .tabs-left a::before {
  height: 3px;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 10px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px !important;
  margin: 7px auto !important;
  border-radius: 0;
}

.tabs-left ul li:hover a,
.tabs-left ul li.ui-tabs-active a {
}

.tabs-left ul li:hover a::before,
.tabs-left ul li.ui-tabs-active a::before {
  opacity: 1;
}

.tabs-right {
  flex: 1;
}

.text-light {
  color: #666 !important;
}

.rounded-5px {
  border-radius: 5px !important;
}

.rounded-3px {
  border-radius: 3px !important;
}

.rounded-2px {
  border-radius: 2px !important;
}

.CreateOrder-listRow {
  margin-left: 5px;
  margin-right: 5px;
}

.CreateOrder-listRow > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.CreateOrder-listRow .active-item {
  border: 0px;
}

.CreateOrder-listRow .active-item > .checkbox-block > .border {
  border-color: #3366cc !important;
  border-width: 2px !important;
}

#BarCodeBtn.active {
  background-color: #e2002d !important;
}

#BarCodeBtn.active svg {
  fill: #fff !important;
}

.hideSection {
  display: none !important;
}

.text-success {
  color: #009f00 !important;
}

#SelectStaffRow {
  max-width: 180px;
  min-width: 180px;
}

/*#SelectStaffRow select {
  padding-left: 54px;
}*/
.FloorSelectMenu select {
  width: 84px;
}

.customer-cover {
  width: 80%;
}

select.select-default {
  border: 1px solid #c9c9c9;
  background: #fff;
  border-radius: 4px;
}

.daside.asideActive ~ .dbody.max-w-100 {
  max-width: 100% !important;
}

.dHeader {
  z-index: 3;
}

/* Cash popup Start */
.calculator_box {
  height: 70px;
}

.calculator_enterBtn {
  height: 144px;
}

.gx-1 {
  margin-left: -2px;
  margin-right: -2px;
  font-family: "proxima_novabold";
  font-size: 32px;
}

.gx-1 > div {
  padding-left: 2px;
  padding-right: 2px;
}

.text-default {
  color: #262626 !important;
}

.POS_Total {
  width: 250px;
}

.h-50px {
  height: 50px;
}

/* Cash popup End */

/* Load order popup Start */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-start .btn-close-1 {
  left: inherit;
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas .btn-close-1 {
  background: #fff;
  width: 31px;
  height: 31px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  left: -46px;
  position: absolute;
  padding: 0 !important;
  top: 20px;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
}

.offcanvas.show .btn-close-1 {
  display: inline-flex;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: #000;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
  display: block;
}

.py-md-4:not(.py-3.py-md-4) {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.max-w-800 {
  max-width: 800px;
}

.list-table {
  overflow-x: auto;
  border: 1px solid #e9e9e9;
}

.list-table table {
  width: 100%;
  color: #333;
}

.list-table th,
.list-table td {
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  padding: 15px 10px;
}

.list-table th:first-child,
.list-table td:first-child {
  text-align: left;
  padding-left: 20px;
}

.list-table.list-table-POS th:last-child,
.list-table.list-table-POS td:last-child {
  padding-right: 10px;
}

.list-table-POS tr {
  position: relative;
}

.list-table-POS tr .tr_select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none !important;
  outline: none;
  background: #ff0;
  box-shadow: none;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

.list-table-POS tr.selected {
  background-color: #434343;
  color: #fff;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.list-table tr:not(:last-child) td {
  border-bottom: 1px solid #e9e9e9;
}

.list-table tr th {
  border-bottom: 1px solid #e9e9e9;
}

/* Load order popup End */

.list-table-POS-2 th,
.list-table-POS-2 td {
  padding: 7px 5px;
  border-color: #c2c2c2 !important;
}

.list-table-POS-2 tr.selected {
  background-color: #e6e6e6;
  color: #333;
}

.list-table-POS-2 .radio-active {
  display: none;
}

.list-table-POS-2 .radio-default {
  display: block;
}

.list-table-POS-2 tr.selected .radio-active {
  display: block;
}

.list-table-POS-2 tr.selected .radio-default {
  display: none;
}

.list-table-POS-2 th:first-child,
.list-table-POS-2 td:first-child {
  text-align: left;
  padding-left: 10px;
}

.createOrder-right-top .select2-container {
  min-width: 110px;
}

.h-38px + .select2-container .select2-selection--single,
.h-38px + .select2-container .select2-selection--multiple {
  height: 38px !important;
}

.w-100 + .select2-container .select2-selection--single,
.w-100 + .select2-container .select2-selection--multiple {
  width: 100% !important;
}

.createOrder-right-top .select2-container .select2-selection--single,
.createOrder-right-top .select2-container .select2-selection--multiple {
  padding: 0 10px;
}

.CustomerDD {
}

.selectMenuText {
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.max-900px {
  max-width: 900px !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

.Modifier-checkbox .checkbox-block {
  max-width: 144px;
  min-width: 144px;
  margin-right: 15px;
  min-height: 75px;
  position: relative;
  display: inherit;
  height: inherit;
}

.Modifier-checkbox .checkbox-block .border {
  width: 100%;
}

/* Hide the browser's default checkbox */
.checkbox-block {
  position: relative;
  cursor: pointer;
  display: block;
  height: 100%;
}

.checkbox-block input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.myformquantity-2,
.myformquantity-2 input {
  background: #e5002d;
}

.myformquantity-2 input {
  color: #fff;
}

.border-primary {
  border-color: #e5002d !important;
}

#AddBtnModifier {
  width: 222px;
}

.Modal-site-body-scroll {
  height: calc(100vh - 180px);
  overflow: auto;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  height: 100%;
  width: 100%;
  border: 2px solid transparent;
}

/* On mouse-over, add a grey background color */
.checkbox-block:hover input ~ .checkmark {
  /* border: 2px solid #009F00; */
}

/* When the checkbox is checked, add a blue background */
.checkbox-block input:checked ~ .checkmark {
  /* background-color: #2196F3; */
  border: 2px solid #009f00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  opacity: 0;
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-block input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-block .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#tabs-app {
  position: relative;
}

#tabs-app .ui-tabs-nav {
  display: flex;
  background: #333333;
  justify-content: space-between;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

#tabs-app .ui-tabs-nav li {
  text-align: center;
  flex: 1;
}

#tabs-app .ui-tabs-nav li:not(:first-child) {
  border-left: 1px solid #545454;
}

#tabs-app .ui-tabs-nav li a {
  height: 54px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  justify-content: center;
}

#tabs-app .ui-tabs-nav li:hover a,
#tabs-app .ui-tabs-nav li.ui-tabs-active a {
  background: #e5002d;
}

#tabs-app.createOrder-tabs-app .ui-tabs-nav {
  position: absolute !important;
  left: 0px;
  width: 100%;
  top: 0;
  position: relative;
}

#tabs-app.createOrder-tabs-app {
  padding-top: 54px;
}

#tabs-app.createOrder-tabs-app,
#tabs-app.createOrder-tabs-app .tabs-app-content,
#tabs-app.createOrder-tabs-app .ui-tabs-panel {
  height: 100%;
}

.tabs-app-2 .ui-tabs-nav {
  display: flex;
  justify-content: space-around;
}

.tabs-app-2 .ui-tabs-nav li a {
  height: 56px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  display: flex;
  width: 100%;
  font-size: 16px;
  color: #000000;
  align-items: center;
  justify-content: center;
}

.tabs-app-2 .ui-tabs-nav li {
  margin: 0 10px;
  flex: 1;
}

.tabs-app-2 .ui-tabs-nav li:first-child {
  margin-left: 0;
}

.tabs-app-2 .ui-tabs-nav li:last-child {
  margin-right: 0;
}

.tabs-app-2 .ui-tabs-nav li.ui-tabs-active a {
  background: #23b700;
  color: #fff;
}

.h-62px {
  height: 62px !important;
}

.max-width-550px {
  max-width: 550px;
}

.bg-dark {
  background: #333333 !important;
}

.bottom-CTA-row {
  height: 45px;
  justify-content: end;
  padding-right: 20px;
  padding-left: 8px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc(100%);
  padding-right: 20px;
}

.Modal-site-Header.bg-light {
  background: #f9f9f9 !important;
  color: #333;
  padding: 15px 30px;
}

.bg-light {
  background: #f9f9f9 !important;
}

.bottom-CTA-row .buttons {
  min-width: inherit;
  margin-left: 6px;
  padding: 0 8px;
  font-size: 13px;
  height: 28px !important;
}

.orderBillInfo-row {
  padding: 4px 15px;
}

.orderBillInfo-row > div:first-child {
  text-align: left !important;
}

.orderBillInfo-row > div:last-child {
  text-align: right;
  min-width: 100px;
}

.orderBillInfo-row > div:nth-last-child(2) {
  text-align: right;
  flex: 1;
}

.border-color-#D8D8D8 {
  border-color: #d8d8d8 !important;
}

.h-30px {
  height: 30px !important;
}

.link-red {
  color: #e5002d;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.arrow-down {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #e5002d;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
  margin-left: 2px;
  border-width: 0px 2px 2px 0px;
}

.orderBillInfo-row .dRadio-control {
  width: 16px;
  margin-right: 7px;
  height: 16px;
}

.orderBillInfo-row .dRadio-control::after {
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.orderBillInfo-row .dCheckbox,
.orderBillInfo-row .dRadio {
  margin-bottom: 0px;
}

.table-site1 th {
  background-color: #efefef;
}

.table-site1 th,
.table-site1 td {
  text-align: left;
  padding: 10px 5px;
  line-height: 110%;
}

.table-site1 th:nth-child(2),
.table-site1 td:nth-child(2) {
  text-align: left;
}

/* .table-site1 td:nth-child(2) {
  color: #e5002d;
} */
.table-site1 th:nth-child(1),
.table-site1 td:nth-child(1) {
  padding-left: 15px;
}

.table-site1 th:last-child,
.table-site1 td:last-child {
  padding-right: 15px;
}

.ViewInst svg {
  position: relative;
  top: 1px;
}

.createOrder-right-top {
  padding-left: 10px;
}

.selectMenuLabelWrap {
  position: relative;
}

.selectMenuLabel {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  padding: 0 10px;
  height: calc(100% - 2px);
}

.selectMenuLabel-bg1 {
  background-color: #e8eff9;
}

.selectMenuLabel-bg2 {
  background-color: #ffefe7;
}

.bg-green-2 {
  background-color: #27c900 !important;
}

.tableThStickey {
  height: 200px;
  overflow: auto;
}

.tableThStickey table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
}

.tableThStickey th {
  background: white;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4);
  z-index: 5;
  background-color: #fff;
}

/* Select 2 design 1 Start */
.select2-app-custom1 + .select2-container {
  background-color: #333;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  width: auto !important;
}

.selectMenuLabelWrap .select2-container .select2-selection--single,
.selectMenuLabelWrap .select2-container .select2-selection--multiple {
  padding-left: 60px;
}

.h-38px {
  height: 38px !important;
}

.select2-app-custom1 + .select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-app-custom1
  + .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff !important;
  padding-left: 10px !important;
}

.select2-app-custom1 + .select2-container .select2-selection--single {
  height: 26px !important;
  border-width: 0px !important;
}

.select2-app-custom1 + .select2-container {
  padding-right: 10px;
  background-image: url("../images/acIcon.svg");
  background-repeat: no-repeat;
  background-position: left 12px center;
}

.select2-app-custom1
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 6px !important;
}

.select2-app-custom1
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-app-custom1
  + .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
  display: inline-block;
  background: transparent;
  transform: rotate(45deg);
  margin-top: -5px;
}

.select2-app-custom1-dropdown {
  width: 117.267px;
  background: #333 !important;
  color: #fff;
  border-radius: 10px !important;
  border-color: #666 !important;
}

.select2-app-custom1-dropdown .select2-results__option {
  padding: 3px 10px;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 30px;
  font-size: 14px;
}

.select2-container--default
  .select2-app-custom1-dropdown
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e5002d !important;
}

.select2-container--default
  .select2-app-custom1-dropdown
  .select2-results__option[aria-selected="true"] {
  background-color: #ba0025;
}

/* Select 2 design 1 End */

.dropdown-app-wrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 130px;
  padding: 10px 15px 5px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown.show .dropdown-menu {
  display: block;
}

.dropdown {
  position: relative;
}

.dropdown-app-wrap .dropdown-menu.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-app-wrap .dropdown-menu .dCheckbox-control {
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.dropdown-app-wrap .dropdown-menu .dCheckbox-control i {
  font-size: 8px;
}

.dropdown-app-wrap .dropdown-menu .dCheckbox-text img {
  width: 13px;
  position: relative;
  top: 2px;
}

.dropdown-app-wrap .dropdown-menu .dCheckbox {
  margin-bottom: 7px;
}

.bg-transparent {
  background-color: transparent !important;
}

.dropdown-menu .dCheckbox {
  position: relative;
}

.dropdown-menu .inputcheckbox {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.w-100 + .select2-container {
  width: 100% !important;
}

.min-w-inherit {
  min-width: inherit !important;
}

.h-36px {
  height: 36px !important;
}
.h-34px {
  height: 34px !important;
}
.h-32px {
  height: 32px !important;
}

.Modal-site-footer {
  padding: 30px;
}

.h-250px {
  height: 250px !important;
}

.h-26px {
  height: 26px !important;
}

.buttons-outline-black {
  border: 1px solid #666;
}

.couponcodeInput {
  width: 215px;
}

.position-relative {
  position: relative !important;
}

.w-120px {
  width: 100px;
}

.w-140px {
  width: 140px;
}

.buttons-site-dark {
  background-color: #333333 !important;
  color: #fff;
}

.placeholder-dark ::-webkit-input-placeholder {
  /* Edge */
  color: #000 !important;
}

.placeholder-dark :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

.placeholder-dark ::placeholder {
  color: #000 !important;
}

.Radiobox {
  display: none;
}

/* Custome radio button  Start */
.radio-custome-design1 input[type="radio"] {
  width: 21px;
  height: 21px;
  appearance: none;
  background-image: url("../images/icons/radio-default.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 20px;
}

.radio-custome-design1 input[type="radio"]:checked[type="radio"] {
  background-image: url("../images/icons/new-theme-radio.svg") !important;
}

/* Custome radio button  End */
.ExitPOS {
  display: none !important;
}

.POS_Page .daside {
  display: none;
}

.POS_Page .dbody {
  border-radius: 0;
  min-height: calc(100vh - 95px);
  max-width: 100%;
}

.POS_Page .dashboard > .container-fluid {
  padding-right: 0;
  margin-top: 10px;
  padding-left: 0;
}

.POS_Page .dHeader {
  padding-top: 0px;
}

.POS_Page .dlogo a {
  top: 0;
}

.POS_Page .dMenuTrig {
  display: none;
}

.POS_Page .dashBoard-tile {
  padding: 5px 5px 10px 20px;
}

.POS_Page .dHeader {
  padding: 0px;
  z-index: 999!important;
}

.POS_Page .dHeader .row {
  align-items: center;
  height: 40px;
  padding-top: 10px;
}

.POS_Page .dHeader .row .dlogo {
  padding: 0 15px;
  max-width: 130px;
  flex-basis: 85px;
  display: inline-flex;
  justify-content: start;
}

.WelcomeBackCol {
  display: flex;
}

.POS_Page .WelcomeBackCol {
  display: none;
}

.POS_Page .ExitPOS {
  display: block;
}

button[disabled] {
  opacity: 0.5;
  cursor: auto;
}

.autocompleteel-w-100 .autocompleteel,
.autocompleteel-w-100 .autocompleteel .suggestionlist {
  width: 100% !important;
  z-index: 999;
  min-width: 300px;
  position: relative;
}

.dForm-input-group .dForm-group-prefix {
  border: 1px solid #c2c2c2;
  border-right: none;
  border-radius: 4px 0 0 4px;
}

.dForm-input-group .dForm-control {
  border-radius: 0 4px 4px 0px;
}

.dForm-input-group-phone .dForm-group-prefix {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  z-index: 1222;
  border-right: 1px solid #ccc;
  border-width: 0 1px 0 0 !important;
  border-radius: 4px !important;
}

.dForm-input-group-phone .dForm-control {
  border-radius: 4px;
  padding-left: 70px !important;
}

.text-warn {
  color: #ffa500 !important;
}

/* QTY Start [Plua Minus] */
#myform,
.myformquantity {
  height: 23px;
  display: flex;
  border: 1px solid #333333;
  border-radius: 3px;
  padding: 0 3px;
  display: inline-flex;
  align-items: center;
}

.qty {
  width: 30px;
  border: none !important;
  text-align: center;
  font-size: 12px;
}

input.qtyplus {
  width: 20px;
  height: 25px;
  flex: 1;
}

input.qtyminus {
  width: 25px;
  height: 25px;
}

#myform button,
.myformquantity button {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  display: flex;
  align-items: center;
}

/* QTY End [Plua Minus] */

.tabs-right {
  height: calc(100vh - 235px);
  overflow: auto;
}

.ItemsDataTable td:last-child,
.ItemsDataTable th:last-child {
  text-align: right;
}

.CreateOrder-listRow .item-img-box + div {
  flex: 1;
}

#AllOrders.max-w-800 {
  max-width: 750px;
}

.hide-element {
  display: none !important;
}

.All_order_row_gx {
  margin-left: -6px;
  margin-right: -6px;
}

.All_order_row_gx > div {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

/* Style the tab */

/* Style the tab content */
.Pagetabcontent {
  display: none;
}

.Pagetab button {
  font-size: 16px;
  padding-bottom: 9px;
}

/* All and Load order left panel Start */
.leftScreen_panel_wrap {
  width: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
}

.leftScreen_panel_wrap.show_screen
  ~ .createOrder-left-main
  .CreateOrder-listRow
  > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
  flex: 0 0 100%;
  max-width: 100%;
}

.leftScreen_panel {
  width: 100%;
  min-width: 500px;
  border-radius: 5px;
}

.leftScreen_panel_wrap.show_screen {
  width: 600px;
  margin-right: 10px;
}

.leftScreen_panel_wrap .offcanvas-body-matter {
  height: calc(100vh - 280px);
}

#All_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
  height: calc(100vh - 220px);
}

#Load_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
  height: calc(100vh - 221px);
}

.leftScreen_panel_wrap .offcanvas-header-n1 {
  height: 54px;
  display: flex;
  align-items: center;
}

.leftScreen_panel_wrap .Pagetab {
  margin-top: 14px;
}

.leftScreen_panel_wrap .site-tabs button::after {
  height: 1px;
}

.button_bot_Bar {
  padding: 12px 0;
}

.disabled_CTA {
  position: relative;
  display: inline-block;
}

.disabled_CTA::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.disabled_CTA button {
  opacity: 0.5;
}

.pt-5px {
  padding-top: 5px;
}

.font-regular {
  font-family: "proxima_novaregular";
}

.O_Orders_CloseIcon {
  display: none;
  margin: 2px 0 0 8px;
}

.AllOrders_CTA_wrap.selected .O_Orders_CloseIcon,
.loadOrders_0CTA_wrap.selected .O_Orders_CloseIcon {
  display: block;
}

/* All and Load order left panel End */

/* animation: show_screen 0.3s ease forwards;
@keyframes show_screen {
  0%{width: 0px;}
  100%{width: auto;}
} */

/* Table scroll start */
.fixed_header {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.fixed_header tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: auto;
  height: calc(100vh - 375px);
}

.fixed_header thead tr {
  display: flex;
}

.fixed_header tr {
  display: flex;
}

.fixed_header th,
.fixed_header td {
  padding-left: 5px;
  padding-right: 5px;
  flex: 1;
}

.fixed_header th:first-child,
.fixed_header td:first-child {
  min-width: 280px;
}

.fixed_header th:nth-child(4),
.fixed_header td:nth-child(4) {
  max-width: 110px;
}

.fixed_header th:nth-child(3),
.fixed_header td:nth-child(3) {
  max-width: 90px;
}

.fixed_header th:first-child {
  flex: 1;
}

/* Table scroll End */

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-7 {
  top: 7px;
}

.top-8 {
  top: 8px;
}

.top-9 {
  top: 9px;
}

.top-10 {
  top: 10px;
}

.top--1 {
  top: -1px;
}

.top--2 {
  top: -2px;
}

.top--3 {
  top: -3px;
}

.top--4 {
  top: -4px;
}

.top--5 {
  top: -5px;
}

.top-6 {
  top: 6px;
}

.top--7 {
  top: -7px;
}

.top--8 {
  top: -8px;
}

.top--9 {
  top: -9px;
}

.top--10 {
  top: -10px;
}

/* Create order End */

/* Kitchen Screen Start */

.bg-light-grey {
  background: #e8e8e8 !important;
}

.k-sidebar-block-heading {
  padding: 8px 15px;
  position: relative;
}

.k-sidebar-block-heading .arrowIcon {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 10px;
  top: calc(50% - 6px);
}

.OrderQTY-Number {
  width: 22px;
  height: 22px;
  background: #e5002d;
}

.rounded-circle {
  border-radius: 50%;
}

.k-sidebar-block-body {
  padding: 0 0px;
}

.k-sidebar-block-list li {
  padding: 10px 15px;
  border-top: 1px solid #d9d9d9;
}

.arrow-grey {
  border-color: #161616;
}

.TableNum-list {
}

.TableNum-content {
  width: 300px;
}

.bg-orange {
  background-color: #e89121 !important;
}

.TableNum-content-head {
  padding: 8px 15px;
  margin: -1px;
  height: 62px;
  border-radius: 5px 5px 0px 0px;
}

.TableNum-content-head > div {
  height: 100%;
}

.TableNum-content-body {
  padding: 0 0px;
  margin: 0 3px 10px;
  max-height: 320px;
  overflow: auto;
}

.list-app {
  margin: 0 12px;
}

.list-app li {
  padding: 10px 0px;
  position: relative;
  border-top: 1px solid #d9d9d9;
  min-height: 48px;
}

.list-app li:first-child {
  border-top: none;
}

.tableStatus {
  position: absolute;
  right: 0px;
  top: 11px;
}

button.tableStatus-text {
  border: 1px solid #50af5e !important;
  padding: 2px 5px 1px;
  cursor: pointer;
  color: #50af5e;
  background-color: #fff !important;
}

button.FinishStatusID {
  background: #50af5e !important;
  color: #fff;
}

.TableOrderName {
  padding-right: 70px;
}

.font-11px {
  font-size: 11px !important;
}

.font-10px {
  font-size: 10px !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.TableNum-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
}

.TableNum-list-wrap {
  overflow: auto;
}

.TableNum-list > div {
  padding: 0 15px;
}

.HideSidebar .daside {
  display: none;
}

.HideSidebar .dbody {
  max-width: 100%;
  margin-top: 20px;
  margin-left: 20px;
}

.mCustomScrollbar-site .mCSB_scrollTools {
  width: 10px;
  margin-top: 0px;
}

.mCustomScrollbar-site .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCustomScrollbar-site .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCustomScrollbar-site .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCustomScrollbar-site
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #121111;
}

.mCustomScrollbar-site .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: #d2d2d2;
}

.mCustomScrollbar-site .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mCustomScrollbar-Horz .mCSB_scrollTools {
  width: 10px;
  margin-top: 10px;
}

.mCustomScrollbar-Horz .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCustomScrollbar-Horz .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCustomScrollbar-Horz .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCustomScrollbar-Horz
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #333;
}

.mCustomScrollbar-Horz .mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background: #d2d2d2;
}

.mCustomScrollbar-Horz .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 3px !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px !important;
  margin: 8px auto !important;
  border-radius: 0;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 7px !important;
}

.sidebar-toggle-btn {
  cursor: pointer !important;
}

/* Kitchen Screen End */

.select2-container--default .select2-selection--multiple {
  height: auto !important;
  padding: 0 0px;
  min-height: 50px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin: 3px 2px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 4px 5px;
}

/* =======
  height: auto !important;
  padding: 0 0px;
  min-height: 50px !important;
} */

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 3px 5px 5px !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  margin: 3px 2px 0 !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 4px 5px;
}

#runing_status + .select2-container {
  min-width: 170px;
}

.daside-item.active a,
.daside-item:hover a {
  color: #ef626c !important;
}

.daside-item.active svg path,
.daside-item:hover svg path {
  fill: #ef626c !important;
}

/* Color theme Start */
.page-dashboard {
  background: #36c;
  position: relative;
}

.page-dashboard:after {
  background: transparent linear-gradient(90deg, #36c 0%, #ef626c 100%) 0% 0%
    no-repeat padding-box;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  height: 7px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: transparent linear-gradient(90deg, #36c 0%, #ef626c 100%) 0% 0%
    no-repeat padding-box;
}

.page-dashboard {
  padding-bottom: 0px;
}

.daside {
  background: #f8f9fa;
  margin-top: 0px;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 10px;
  border: 1px solid #ddd;
}

.dbody {
  border-radius: 0;
}

.daside-item a {
  color: #4a4a4a;
  border-radius: 0;
  font-family: "proxima_novasemibold";
}

.daside-item ul li a {
  border-radius: 4px !important;
}

.daside {
  max-width: 300px;
  flex-basis: 300px;
}

.sidebar-dropdown li.selected > a,
.daside-item.active > a,
.daside-item:hover > a {
  color: #fff !important;
  background: #ef626c !important;
}

.sidebar-dropdown li.selected > a,
.daside-item.active > a {
  height: 45px;
}

.sidebar-dropdown li.selected > a::after,
.daside-item.active > a::after,
.dRow .daside-item.selected a::after {
  margin-top: 0px !important;
}

.sidebar-dropdown li.selected > a svg {
  fill: #36c;
}

.sidebar-dropdown li {
  border-radius: 3px;
  overflow: hidden;
}

.daside-item::before {
  width: 0px;
}

.dRow .daside-item.selected a::after {
  border-color: #fff !important;
}

.dRow .sidebar-dropdown li.has-child.active > a::after,
.daside-item.active a::after,
.dRow .daside-item:hover a::after {
  border-color: #fff !important;
}

.sidebar-dropdown li.has-child > a::after {
  border-color: #4a4a4a !important;
}

.dbody {
  background-color: #fff;
}

.dlogo a {
  top: 0;
}

.WelcomeBackCol {
  margin-top: 13px;
  padding-left: 6px;
  padding-top: 2px;
}

.dbtn-secondary,
.buttons.secondary {
  background-color: #ef626c !important;
}

.dbtn-secondary:hover,
.buttons.secondary:hover {
  background-color: #36c !important;
  border: 1px solid #36c;
}

.buttons.grey {
  border: 1px solid #ef626c;
  color: #ef626c;
}

.buttons.grey:hover {
  border: 1px solid #36c;
  color: #fff !important;
  background-color: #36c;
}

.dbody {
  min-height: calc(100vh - 86px);
  max-width: calc(100% - 300px);
}

.dashboard > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.daside-item.has-child .dropdown-menu a:hover::before,
.daside-item .dropdown-menu li.active a::before {
  background: #ef626c;
}

.dbtn-primary {
  border-color: #ef626c;
  color: #ef626c!important;
}

.dbtn-primary svg {
  fill: #ef626c !important;
  transition: all 0.3s ease;
}
.dbtn-primary:hover svg {
  fill: #fff !important;
}

.dbtn-primary:hover {
  border-color: #3366cc;
}

a:hover,
.forget-link {
  color: #3366cc !important;
}

a:hover svg {
  fill: #3366cc;
}

.ExpandLink svg {
  transition: all 0.3s ease;
}

a:hover .ExpandLink {
  stroke: #fff;
}

.sidebar-dropdown li ul {
  background: #fff;
}

.sidebar-dropdown li.selected a {
  background-color: transparent;
}

.sidebar-dropdown li.selected ul li a {
  background-color: #fff;
}

.daside-item.has-child .dropdown-menu a:hover,
.daside-item .dropdown-menu li.active a {
  background-color: #fff;
  color: #ef626c !important;
}

.bottom-CTA-row .dbtn-secondary {
  background-color: #01c324 !important;
}

.dHeader {
  background: #36c;
}

.daside-item svg path {
  fill: #4a4a4a;
}

.sidebar-dropdown li.selected > a svg path {
  /* fill: #EC4117; */
  fill: #fff !important;
}

.daside-item a:hover svg {
  fill: #fff !important;
}

.daside-item.active svg path,
.daside-item:hover svg path {
  fill: #fff !important;
}

.daside-item a:hover svg.hasStrock {
  stroke: #36c;
}

.daside-item.active svg path,
.daside-item:hover svg path {
  stroke: #fff;
}

.sidebar-dropdown li.selected > a svg path {
  fill: #fff;
}

.bottom-CTA-row {
  z-index: 5;
}

.active-cat a {
  color: #ef626c;
}

.tabs-left a::before {
  background-color: #ef626c;
}

.text-primary {
  color: #ef626c !important;
}

.link-red,
.myProfile-details--grp .mail-link {
  color: #ef626c;
}

.bottom-CTA-row .dbtn-secondary.redBtn {
  background-color: red !important;
}

.bottom-CTA-row .dbtn-secondary.orangeBtn {
  background-color: #f28c3a !important;
}

.btn-site {
  border: 1px solid #ef626c;
  color: #ef626c !important;
}

.btn-site:hover {
  background: #3366cc;
  border-color: #3366cc !important;
  color: #fff !important;
}

.dCheckbox input:checked ~ .dCheckbox-control {
  background-color: #ef626c;
  border-color: #ef626c;
}

.plus-a,
.plus-a:hover {
  background: #3366cc !important;
  border: 1px solid #3366cc !important;
  color: #fff !important;
}

.select_Staff {
  font-size: 12px;
  margin: 3px 0 3px 20px;
  color: #333333;
}

.select_Staff select {
  cursor: pointer;
  position: relative;
  top: -1px;
}

/* Color theme End */

.Discount_TD_link {
  margin-bottom: 0px;
  display: flex;
  padding-left: 20px;
  position: relative;
  top: -2px;
}

.createOrder-right-top .h-38px {
  height: 28px !important;
}

.createOrder-right-top .CustomerDD input {
  height: 26px;
}

.Discount_TD_link a {
  font-size: 11px;
}

.createOrder-right .table-site1 th,
.createOrder-right .table-site1 td {
  text-align: left;
  padding: 6px 5px;
  line-height: 90%;
}

.createOrder-right .ItemsDataTable td:last-child,
.createOrder-right .ItemsDataTable th:last-child {
  text-align: right !important;
  padding-right: 15px;
}

.createOrder-right .ItemsDataTable td:first-child,
.createOrder-right .ItemsDataTable th:first-child {
  padding-left: 10px;
}

.shadow-2 {
  box-shadow: 0px 2px 5px #0000001a;
}

.shadow-3 {
  box-shadow: 0px 1px 3px #00000029;
}

.Detail_LT {
  /* max-width: 350px; */
  padding-right: 30px;
}

.fill-grey {
  fill: #818181;
}

.EditInfoBtn {
  margin-left: 24px;
}

.text-capitalize {
  text-transform: capitalize;
}

.h-40px {
  height: 40px !important;
}

.TotalSales_Chart {
  max-width: 50px;
}

.payment_status_span1 {
  height: 17px;
  display: inline-block;
  padding: 2px 5px 2px;
}

.text-red-pure {
  color: #ff0606;
}

.UNPAID_red {
  background-color: #ff0000;
}

.badge_orderPage {
  height: 16px;
  display: inline-block;
  background: #0eb6cb 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #ffffff;
  padding: 2px 4px 0;
  text-transform: uppercase;
  font-size: 9px;
}

.CustomerApp_badge {
  background-color: rgba(0, 0, 0, 0.7);
}

.StaffApp_badge {
  background-color: #3366cc;
}

.form-check-site {
}

.OrderSearch {
  max-width: 277px;
}

.dCheckbox_corner {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dCheckbox-control.dCheckbox-control-sm {
  border-radius: 2px;
  width: 15px;
  height: 15px;
}

.dCheckbox-control.dCheckbox-control-sm i {
  font-size: 10px;
}

.CustomerDetails_Row {
}

.gx-15px {
  margin-left: -15px;
  margin-right: -15px;
}

.gx-15px > div {
  padding-left: 15px;
  padding-right: 15px;
}

.gx-5px {
  margin-left: -5px;
  margin-right: -5px;
}

.gx-5px > div {
  padding-left: 5px;
  padding-right: 5px;
}

.gx-10px {
  margin-left: -10px;
  margin-right: -10px;
}

.gx-10px > div {
  padding-left: 10px;
  padding-right: 10px;
}

.card_Details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.OrderSearch .SearchIcon {
  right: 12px;
  top: 50%;
  transform: translateY(calc(-50%));
  vertical-align: top;
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.site-tabs .nav li:not(:last-child) {
  margin-left: 2px;
}

.site-tabs .nav li .nav-link {
  background: none;
  border: none;
  font-size: 16px;
  position: relative;
  color: #333;
  padding-bottom: 15px;
  transition: all 0.5s ease;
}

.site-tabs .nav li .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0px;
  height: 2px;
  margin: 0 auto;
  transition: all 0.4s ease;
  background: #ef626c;
  bottom: 0px;
}

.site-tabs .nav li .nav-link:hover,
.site-tabs .nav li .nav-link:focus,
.site-tabs .nav li .nav-link.active {
  color: #ef626c;
}

.site-tabs .nav li .nav-link:hover::after,
.site-tabs .nav li .nav-link:focus::after,
.site-tabs .nav li .nav-link.active::after {
  width: 100%;
}

.site-tabs.site-tabs-2 ul li {
  border-radius: 3px;
  margin-right: 10px;
}

.site-tabs.site-tabs-2 ul li .nav-link {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 0 10px;
  height: 33px;
  display: flex;
  align-items: center;
  font-family: "proxima_novaregular";
  cursor: pointer;
  color: #363636;
  font-size: 12px !important;
}

.site-tabs.site-tabs-2 ul li .nav-link::after {
  display: none;
}

.site-tabs.site-tabs-2 ul li .nav-link .arrowDown_tab {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  text-align: center;
  fill: #ef626c;
  opacity: 0;
}

.site-tabs.site-tabs-2 ul li:hover .nav-link,
.site-tabs.site-tabs-2 ul li.active .nav-link {
  background-color: #ef626c;
  border-color: #ef626c;
  color: #fff;
  font-size: 12px !important;
}

.site-tabs.site-tabs-2 ul li .nav-link:hover {
  color: #fff !important;
}

.site-tabs.site-tabs-2 ul li .nav-link:hover svg {
  fill: #ef626c !important;
}

.site-tabs.site-tabs-2 ul li:hover .arrowDown_tab,
.site-tabs.site-tabs-2 ul li.active .arrowDown_tab {
  opacity: 1;
  fill: #ef626c !important;
}

.site-tabs.site-tabs-2 ul li.active a {
  font-family: "proxima_novabold";
}

.text-grey {
  color: #959595;
}

.h-100 + .select2-container .select2-selection--single,
.h-100 + .select2-container .select2-selection--multiple {
  height: 100% !important;
}

.h-100 + .select2-container {
  width: 100% !important;
  height: 100%;
}

.px-3 + .select2-container .select2-selection--single,
.px-3 + .select2-container .select2-selection--multiple {
  padding: 0 15px;
}

.textarea-h-70 {
  height: 70px;
}

.textarea-h-100 {
  height: 100px;
}

.textarea-h-140 {
  height: 140px;
}

.textarea-h-160 {
  height: 160px;
}

.max-w-450 {
  max-width: 450px;
}

.offcanvas_show {
  overflow: hidden !important;
}

.brand_img {
  width: 45px;
  min-width: 45px;
  border-radius: 3px;
  overflow: hidden;
  height: 41px;
}

.bg-primary {
  background-color: #ef626c !important;
}

.font-9px {
  font-size: 9px;
}

.offcanvas-body-mCustomScrollbar:not(
    .offcanvas-body-mCustomScrollbar.mCS_no_scrollbar
  ) {
  padding-right: 5px !important;
}

.offcanvas-body-mCustomScrollbar.mCustomScrollbar-site:not(
    .offcanvas-body-mCustomScrollbar.mCS_no_scrollbar
  )
  .mCSB_inside
  > .mCSB_container {
  margin-right: 20px;
}

.radio-custome-design1.radio-custome-15px input[type="radio"] {
  width: 16px;
  height: 16px;
  background-size: 15px 15px;
}

.dropdown-app-wrap .dropdown-menu.dropdown-menu-w-150px {
  min-width: 150px;
}

.shadow-1 {
  box-shadow: 0px 0px 6px #0000001a !important;
}

.tabcontent {
  display: none;
}

.table-PastOrder {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.table-PastOrder table {
  min-width: 1400px;
}

.table-PastOrder table td {
  width: 1%;
  border-top: 1px solid #d9d9d9;
}

.table-PastOrder table td,
.table-PastOrder table th {
  text-align: left;
  padding: 7px 14px;
}

.bg-green-3 {
  background-color: #33af3b !important;
}

.Pagination_container
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 15px !important;
}

.Pagination_container .select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 0 15px;
}

.Pagination_container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 3px !important;
}

/* select2 markup Start */
.Option_box {
  display: none;
}

.View0.Option_box {
  display: block;
}

.svg-icon-wrap {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.select2-markup
  + .select2-container
  .select2-selection__rendered
  .option_item_check,
.select2-markup
  + .select2-container
  .select2-selection__rendered
  .option_item_text {
  display: none;
}

.select2-markup
  + .select2-container
  .select2-selection__rendered
  .option_item
  .option_item_viewIcon {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}

.select2-markup + .select2-container .select2-selection__rendered svg {
  fill: #fff;
}

.select2-markup
  + .select2-container
  .select2-selection__rendered
  svg#grid_icon {
  stroke: #fff;
}

.select2-dropdown-markup.select2-dropdown {
  min-width: 175px;
}

.select2-dropdown-markup .select2-results__option--disabled {
  color: #333;
}

.select2-dropdown-markup .select2-results__option {
  padding: 3px 3px;
  background-color: transparent !important;
  color: #333 !important;
}

.select2-dropdown-markup .select2-results__option .option_item_check {
  opacity: 0;
}

.select2-dropdown-markup .select2-results__option:hover,
.select2-dropdown-markup .select2-results__option[aria-selected="true"] {
  color: #ef626c !important;
}

.option_item_check_svg {
  fill: #ef626c;
}

.select2-dropdown-markup .select2-results__option:hover .option_item_check,
.select2-dropdown-markup
  .select2-results__option[aria-selected="true"]
  .option_item_check {
  opacity: 1;
}

.select2-dropdown-markup .select2-results__option:hover svg,
.select2-dropdown-markup .select2-results__option[aria-selected="true"] svg {
  fill: #ef626c;
}

.select2-dropdown-markup .select2-results__option:hover svg#grid_icon,
.select2-dropdown-markup
  .select2-results__option[aria-selected="true"]
  svg#grid_icon {
  stroke: #ef626c;
}

.select2-container--default
  .select2-dropdown-markup
  .select2-results__option[aria-disabled="true"] {
  font-family: "proxima_novasemibold" !important;
}

.option_item {
  display: flex;
  align-items: center;
}

.option_item .option_item_viewIcon {
  margin-left: 10px;
  margin-right: 7px;
  width: 22px;
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
}

.select2-custom-div
  .select2-markup
  + .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #fff transparent !important;
}

.select2-custom-div
  .select2-markup
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.select2-custom-div
  .select2-markup
  + .select2-container
  .select2-selection--single,
.select2-custom-div
  .select2-markup
  + .select2-container
  .select2-selection--multiple {
  padding: 0 20px 0 10px !important;
  background: #ef626c;
  color: #fff !important;
  border-color: #ef626c !important;
}
.Grid_List_SelectMenu .select2-container .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
}
.select2-custom-div
  .select2-markup
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 3px !important;
}

/* select2 markup End */
.createOrder-left-content .checkbox-block svg {
  stroke: #333;
}

.createOrder-left-content .checkbox-block .qtyminus {
  position: absolute;
  bottom: -11px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 9px;
  left: 0;
  right: 0;
  width: calc(100% - 15px);
  max-width: 100px;
  margin: 0 auto;
  cursor: pointer;
}

.createOrder-left-content .checkbox-block form .qtyminus {
  position: static;
  border: none;
  padding: 0;
  height: 100%;
  background: transparent;
}

.createOrder-left-content .checkbox-block form button {
  padding: 0 6px !important;
}

.createOrder-left-content .CreateOrder-listRow > div {
  margin-bottom: 25px;
}

.createOrder-left-content .checkbox-block > .border {
  padding-bottom: 15px !important;
}

.createOrder-left-content .checkbox-block form {
  position: absolute;
  background: #3366cc;
  bottom: -9px;
  width: 72px;
  font-size: 12px;
  color: #fff;
  width: calc(100% - 15px);
  max-width: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-color: #36c;
}

.createOrder-left-content .checkbox-block form .qtyminus,
.createOrder-left-content .checkbox-block form button {
  width: auto;
  flex: 1;
  height: 100%;
}

.createOrder-left-content .checkbox-block form svg {
  stroke: #fff;
}

.buttons.print_CTA_Order {
  background: transparent !important;
  position: absolute;
  right: 0;
  top: 8px;
  padding: 0 11px !important;
  min-width: inherit;
}

.print_CTA_Order svg {
  width: 18px;
  height: auto;
}

.SearchIconMain {
  display: none;
}

.SearchIcon_Close {
  left: 13px;
  right: inherit;
}

.SearchIcon_Close svg {
  max-width: 13px;
}

.SearchIcon_Close ~ input {
  padding-left: 40px !important;
}

.ribbon_Site {
  height: 26px;
  color: #fff;
  padding: 2px 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  background-color: #33af3b;
  margin-left: -13px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.ribbon_badge_top {
  height: 50px;
}

.ribbon_corner1 {
  bottom: -8px;
  left: 0;
  position: absolute;
}

.ribbon_Site.ribbon_Site_blue {
  background-color: #3366cc;
}

.Cancelledby_TD {
  min-width: 100px;
}

.giftIcon {
  position: absolute;
  right: -13px;
  bottom: 0;
  transform: translate3d(0, 40px, 40px);
}

.Total_Points_Cat > div > div {
  overflow: hidden;
  position: relative;
}

.Total_Points_Cat > div .giftIcon svg {
  max-width: 60px;
}

.table-space-2 {
  max-width: 900px;
}

.table-space-2 table {
  min-width: 700px;
}

.table-space-2.table-PastOrder table td,
.table-space-2.table-PastOrder table th {
  padding: 14px 14px;
}

.table-attribute td {
  border-left: 1px solid #d9d9d9;
  vertical-align: middle;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 52px;
}

.table-attribute td input {
  color: #333;
}

.table-space-2.table-PastOrder.table-attribute td,
.table-space-2.table-PastOrder.table-attribute th {
  padding-left: 20px;
  padding-right: 20px;
}

.font-28px {
  font-size: 28px;
}

/* Shift management start */
#CloseShift_Action {
  position: absolute;
  left: 92px;
  z-index: 5;
  top: 13px;
  background-color: red !important;
}

#CashManagement_Action {
  position: absolute;
  left: 192px;
  z-index: 5;
  top: 13px;
  min-width: inherit;
  background-color: #333 !important;
}

#PayOut_CTA {
  background-color: red !important;
}

.buttons.buttons-green {
  background-color: #01c324 !important;
  color: #fff;
}

.buttons.buttons-red {
  background-color: red !important;
  color: #fff;
}

.buttons-pink {
  background-color: #ef626c !important;
  color: #fff;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}

.px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.font-15px {
  font-size: 15px;
}

/* Shift management End */

.dForm-control[readonly] {
  background-color: #f5f5f5!important;
  border: solid 1px #cccccc !important;
}

.Cash_Mang_text {
  display: block;
}

.Cash_Mang_icon {
  display: none;
}

.fill-white {
  fill: #fff;
}

.row_tableAdd_data {
  margin-bottom: 15px;
}

.tableAdd_data .select2-container {
  min-width: 100%;
  max-width: 150px;
}

.tableAdd_data th,
.tableAdd_data td {
  padding: 0 7px;
  line-height: 100%;
}

.tableAdd_data th:first-child,
.tableAdd_data td:first-child {
  padding-left: 0px;
}

.tableAdd_data th:last-child,
.tableAdd_data td:last-child {
  padding-right: 0px;
}

.tableAdd_data th,
.tableAdd_data td {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
}

.tableAdd_data th {
}

.tableAdd_data td:last-child a i {
  font-size: 20px;
}

.tableAdd_data {
}

.add_data_icon_wrap {
  position: relative;
  align-items: center;
}

/* Chrome, Safari, Edge, Opera */
.tableAdd_data input::-webkit-outer-spin-button,
.tableAdd_data input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.tableAdd_data input[type="number"] {
  -moz-appearance: textfield;
}

.add_data_icon {
  position: absolute;
  right: -50px;
  width: auto;
}

.Membership_row {
  justify-content: space-between;
}

.Membership_row > div {
  flex: 0 0 auto;
  max-width: inherit;
  width: auto;
}

.form-select-transparent
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title="Active"] {
  color: #33af3b !important;
}

.form-select-transparent
  + .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title="Inactive"] {
  color: #fe0000 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  margin-left: 15px !important;
}

.select2_arrow_auto
  + .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: static;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 0 0px;
}

.max-w-650 {
  max-width: 650px;
}

.max-w-700 {
  max-width: 700px;
}

.Table_Redemption td:last-child {
  min-width: 110px;
  padding-right: 0 !important;
}

.Table_Redemption table {
  min-width: 570px !important;
}

.notification_sup {
  width: 17px;
  height: 17px;
  background-color: #ef626c;
  position: absolute;
  right: -4px;
  top: -4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.filter_badge {
  background-color: #efefef;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 3px;
}

#All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
  .offcanvas-header-n1 {
  height: 96px;
}

#All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
  .offcanvas-body-matter {
  height: calc(100vh - 260px);
}

#All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap .SearchIcon {
  right: 8px;
}

#Applied_Filters_row {
  display: none;
}

#All_Order_Leftpanel.Applied_Filters #Applied_Filters_row {
  display: block;
}

/* Preferences Start */
.translate-y--50 {
  transform: translateY(-50%);
}

.Likes_text {
  color: #31ba00;
}

.Dislikes_text {
  color: #d40202;
}

.smiley_box_row {
  margin-top: -30px;
}

.smiley_box_row_wrap {
  position: relative;
  padding-right: 64px;
}

.smiley_box_row_wrap::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 30px;
}

.Likes_DisLike_outer {
  position: relative;
  padding-left: 15px;
  padding-right: 60px;
}

.Likes_DisLike_comment {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
  height: 100%;
}

.Likes_DisLike_comment::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
}

.Likes_DisLike_comment::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 4px;
}

.smiley_box_wrap {
  position: relative;
}

.smiley_box_wrap::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  display: inline-block;
  position: absolute;
  left: calc(50% - 21px);
  top: 0px;
}

.smiley_box_wrap::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 0px;
}

.Edit_Iconn_CTA {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1;
  cursor: pointer;
}

.Likes_DisLike_outer:last-child .Edit_Iconn_CTA {
  border-bottom: none !important;
}

.Likes_DisLike_outer:last-child .Edit_Iconn_CTA {
  border-bottom: none !important;
}

/* Preferences End */

.bg-transparent-2 {
  background: none !important;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0 !important;
}

.Export_dropdown .dropdown-menu {
  width: 148px;
}
.justify-content-start {
  justify-content: start !important;
}
.dropdown-app-wrap-2.open .dropdown-menu {
  display: block;
}
.h-24px {
  height: 24px;
}
.bg-pink {
  background-color: #ef626c !important;
}
.dropdown-app-wrap-2.open svg {
  transform: rotate(180deg);
}
input[name="max_activation_value"] {
  padding-right: 0;
}
.col-xl-3 .kshshow {
  text-align: center;
}
.LineItem_tBody {
}

/* Responsive 2 start */
@media (min-width: 1400px) {
  .pe-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* .border-start-sm-0{ border-left-width:0px !important;} */
}

@media (min-width: 1199px) {
}

@media (max-width: 1640px) {
  /* All order and Load order Shifting Start */
  .leftScreen_panel_wrap.show_screen {
    width: 500px;
  }

  .leftScreen_panel_wrap.show_screen
    ~ .createOrder-left-main
    .CreateOrder-listRow
    > div {
    /* flex: 0 0 100%;
    max-width: 100%; */
  }

  /* All order and Load order Shifting End */
}

@media (max-width: 1400px) {
  .leftScreen_panel_wrap.show_screen
    ~ .createOrder-left-main
    .CreateOrder-listRow
    > div {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .createOrder-right {
    width: 620px;
  }

  .font-28px {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .dbody {
    max-width: 100%;
  }

  .daside-item a {
    font-size: 14px;
    padding: 0 15px;
  }

  .sidebar-dropdown {
    padding: 0 15px;
  }

  /*
    .asideActive {
      top: 0px !important;
    }
  
    select > option {
      font-size: 15px;
    }
    .dForm-group {
      margin-bottom: 15px;
    }
    .dForm-label {
      margin-bottom: 3px;
    }
    .dForm-actions .buttons {
      min-width: 130px;
      height: 42px;
    }
  }
  @media (max-width: 1023px) {
    .FilterlFex > div {
      margin-bottom: 10px;
      width: auto;
      margin-right: 0 !important;
      padding: 0 10px;
    }
    .form-control-site-109px {
      width: 100%;
    }
    .font-26px {
      font-size: 22px;
    }
  }
  @media (max-width: 767px) {
    .dMenuTrig {
      left: 15px;
    }
    .SearchForm {
      height: 42px;
      margin: 5px 0 0;
    }
    .site-tabs {
      display: flex;
    }
    .site-tabs button {
      margin-right: 0;
    }
    .font-18px {
      font-size: 16px;
    }
    .calendarIcon1 {
      max-width: 16px;
    }
    .page__btn.prev svg:last-child {
      display: none;
    }
    .page__btn.next svg:first-child {
      display: none;
    }
    .pagination li {
      font-size: 13px;
    }
    .pagination a {
      width: 20px;
      height: 20px;
    }
    .datepickerSiteMMYY .ui-datepicker-title select {
      font-size: 16px;
      background-size: 13px;
    }
    .ui-datepicker-prev::before,
    .ui-datepicker-next::before {
      font-size: 14px;
    }
    .ui-datepicker-prev,
    .ui-datepicker-next {
      width: 40px;
      height: 40px;
    }
    .datepickerSiteMMYY {
      height: 42px;
      width: 100%;
    }
    .datepickerSiteMMYY .ui-datepicker-title {
      text-align: center;
    }
    .FilterBtn1 {
      float: left;
      margin-top: 15px;
      width: 100%;
      position: relative;
      text-align: left;
      justify-content: start !important;
      padding: 0 15px;
    }
  
    .FilterBtn1 > span {
      position: absolute !important;
      right: 13px;
      top: 14px;
    }
    .datepickerSiteMMYY .ui-datepicker-title select {
      height: 40px;
      margin: 0 8px;
    }
    .FilterSection::before {
      left: 53px;
    }
    .Modal-site-close {
      width: 28px;
      height: 28px;
      top: -12px;
      right: -12px;
    }
    .Modal-site-close svg {
      width: 10px;
    }
    .buttons-site {
      padding: 0 10px;
      font-size: 14px;
    }
    .font-20px {
      font-size: 18px;
    }
    .KES-Value {
      min-width: 80px;
      text-align: right;
    }
    .cancellation_reason::before {
      width: 12px;
      height: 12px;
      top: -6.5px !important;
      right: 53px;
    }
    .font-26px {
      font-size: 20px;
    }
    .DetailHeading svg {
      width: 20px;
      position: relative;
      top: 5px;
    }
    .OrdersCompleted-top {
      display: block !important;
    }
    .OrdersCompleted-top > div {
      padding: 0 !important;
      border: none !important;
    }
    .font-16px {
      font-size: 14px !important;
    }
    .Modal-site-body {
      padding: 30px 20px;
    }
    .custom_tabs_responsive {
      overflow: auto;
    }
    .custom_tabs_responsive li {
      flex: 0 0 auto;
    }
    .dForm-control {
      padding: 14px 12px;
    }
    .working_day_list .row {
      margin-left: -5px;
      margin-right: -5px;
    }
    .working_day_list .col,
    .working_day_list [class^="col-"] {
      max-width: 33.33%;
      margin-bottom: 0;
      padding-left: 5px;
      padding-right: 5px;
    }
    .working_day_list .dForm-control {
      padding: 14px 0px;
      text-align: center;
    }
    .dForm-actions .buttons {
      min-width: 90px;
      height: 38px;
    }
    .workingtimepicker .dCheckbox {
      margin-bottom: 0;
    }
    .dCheckbox-control {
      width: 14px;
      height: 14px;
      min-width: 14px;
      margin-right: 6px;
    }
    .dCheckbox-text {
      line-height: 18px;
    }
    .Long-text {
      display: none;
    }
    .short-text {
      display: block;
    }
    .dashHead-right {
      flex-basis: inherit;
      margin-top: 0;
    }
    .dashHead-action .buttons {
      font-size: 13px;
      padding: 0 13px;
      height: 36px;
      border-radius: 24px;
    }
    .dashHead-action .buttons i {
      margin-right: 7px;
    }
    #closed_orders_datatables_info {
      display: none;
    }
    .myProfile-details--grp:not(:last-child) {
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
    .dForm-actions {
      margin-top: 10px;
    }
    .table-align-2 {
      margin-top: 20px;
    }
    .myProfile-details--grp.myProfile-Description {
      padding-top: 0;
    }
    .addMoreItemButton-col label,
    .removeItem-col label {
      display: none;
    }
    .addMoreItemButton-col .buttons,
    .removeItem-col .buttons {
      height: 34px !important;
    }
    #addMoreItem > .row,
    #addMore > .row {
      margin-top: 15px;
    }
    .dashHead > div {
      margin-bottom: 5px;
    }
    div.dataTables_wrapper div.dataTables_length select {
      max-width: 50px;
    }
    #closed_orders_datatables_filter {
      width: calc(100% - 150px);
    }
    #closed_orders_datatables_filter label,
    #closed_orders_datatables_filter input {
      width: calc(100% - 5px);
    }
    #closed_orders_datatables_length {
      width: 150px;
    }
    .dashBoard-tile {
      padding: 20px;
    }
    .dashHead {
      margin-bottom: 10px;
    }
    .dashTitle {
      font-size: 20px;
    }
    .dashTitle svg {
      width: 20px;
    }
    div.dataTables_wrapper div.dataTables_filter label input {
      font-size: 14px;
      min-width: inherit;
      height: 36px;
    }
  
    .list-table.list-table-permision {
      flex: 0 0 auto;
      overflow: auto;
      width: 100%;
    }
    .list-table.list-table-permision table {
      min-width: 768px;
    }
    .dHeader-side {
      position: absolute;
      right: 0;
      width: auto;
    }
    .WelcomeBackCol {
      padding: 0 15px;
      margin-top: 8px;
    }
    .WelcomeBackCol .select2-custom {
      position: relative;
      top: -3px;
    }
    .select2-container .select2-selection--multiple {
      height: auto !important;
      padding: 0 5px 5px 5px !important;
    }
    .select2-container--default
      .select2-selection--multiple
      .select2-selection__choice {
      margin-top: 5px !important;
    }
    .col .border-right-0 .select2-container .selection .select2-selection {
      border-right-width: 1px !important;
      border-top-right-radius: 3px !important;
      border-bottom-right-radius: 3px !important;
      border-right: 1px solid #aaa !important;
    }
  
    .addMoreItemButton.buttons,
    .removeItem.buttons,
    .addMoreItemButton-col .buttons,
    .removeItem-col .buttons {
      min-width: 50px;
      padding: 0 15px;
      margin-top: 10px;
      align-items: center;
      line-height: 0;
    }
    .addMoreItemButton.buttons i,
    .removeItem.buttons i,
    .addMoreItemButton-col .buttons i,
    .removeItem-col .buttons i {
      margin-left: 7px;
    }
  }
  
  @media (max-width: 576px) {
    .DetailHeading {
      flex-direction: column;
    }
    .DetailHeading {
      display: block !important;
    }
    .DetailHeading > div:last-child {
      padding: 9px 0 0;
      margin: 0 !important;
    }
    .myProfile-details-responsive .row > .col {
      flex-basis: 100% !important;
    }
    .dForm-group.working-hours .col {
      flex-basis: inherit;
    }
  }
  
  @media (max-width: 479px) {
    .FilterlFex > div {
      width: 100%;
    }
    .FilterlFex .buttons {
      margin-top: 10px;
    }
    .FilterSection > div {
      padding: 12px !important;
    }
    .OrderInfomartion-Top > div {
      width: 100%;
      min-width: 100%;
      text-align: left !important;
    }
    .OrderInfomartion-Top > div:not(:last-child) {
      margin-bottom: 7px;
    }
    .buttons-site {
      height: 40px;
      padding: 0 10px;
      font-size: 14px;
    }
    .FilterlFex > div:first-child .d-flex {
      flex-direction: column;
    }
    .FilterlFex .form-control-site,
    .FilterlFex .select2-container {
      width: 100% !important;
    }
    .FilterlFex .d-flex > div {
      width: 100%;
    }
    .FilterlFex .d-flex > div:not(:last-child) {
      margin-bottom: 10px;
    }
  }
  .per_page {
    padding: 6px;
  }
  
  .bg-blue {
    background-color: #2e4c82 !important;
  }
  
  .text-blue {
    color: #2e4c82 !important;
  }
  
======= */
  .asideActive {
    top: 0px !important;
  }

  select > option {
    font-size: 15px;
  }

  .dForm-group {
    margin-bottom: 15px;
  }

  .dForm-label {
    margin-bottom: 3px;
  }

  .dForm-actions .buttons {
    min-width: 130px;
    height: 42px;
  }

  /* POS - Iteration4 Start */
  .createOrder-left {
    width: calc(50% - 20px);
  }

  .createOrder-right {
    width: 50%;
  }

  .qty {
    width: 23px;
  }

  .fixed_header th:first-child,
  .fixed_header td:first-child {
    min-width: 180px;
  }

  .ItemsDataTable-wrap {
    overflow: auto;
  }

  .POS_Page .dashBoard-tile {
    padding: 5px;
  }

  .createOrder-right {
    width: auto;
    min-width: inherit;
  }

  .createOrder-right {
    margin-left: 5px;
  }

  .leftScreen_panel_wrap {
    position: fixed;
    left: 0;
    background: #fff;
    height: calc(100vh - 45px);
    z-index: 22;
    top: 0;
  }

  .leftScreen_panel {
    border-radius: 0;
  }

  .leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 238px);
  }

  #All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
    .offcanvas-body-matter {
    height: calc(100vh - 200px);
  }

  #Load_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 160px);
  }

  #All_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 160px);
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 110px);
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap
    .merge_orders_selected_wrap
    ~ .offcanvas-body-matter {
    height: calc(100vh - 140px);
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap
    .merge_orders_CTA
    ~ .offcanvas-body-matter {
    height: calc(100vh - 140px);
  }

  .leftScreen_panel_wrap.show_screen::after {
    content: "";
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    height: calc(100vh - 45px);
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    top: 0;
  }

  .leftScreen_panel {
    z-index: 3;
    position: relative;
    background: #fff;
  }

  .createOrder-left-main {
    min-width: 460px;
  }

  /* POS - Iteration4 End */
  .dlogo {
    max-width: 211px;
    flex-basis: 211px;
  }

  .plus-a {
    margin-top: 24px !important;
  }

  .dForm-actions {
    margin-bottom: 10px;
  }

  .working-hours img {
    max-height: 80px;
  }

  .Detail_LT {
    padding-right: 30px;
  }

  .SearchIcon {
    display: none;
  }

  .SearchIcon.SearchIconMain {
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .SearchIcon.SearchIcon_Close {
    display: block;
    left: 10px;
    right: inherit;
  }

  .SearchIcon.SearchIcon_Close svg {
    width: 10px;
  }

  .SearchIcon_Close ~ input {
    padding-left: 30px !important;
  }

  .row_tableAdd_data {
    margin-right: 20px;
  }

  .Membership_row > div {
    width: 33.33%;
  }

  #Filters_modal + .offcanvas-backdrop.show {
    opacity: 1;
  }

  .smiley_box svg {
    max-width: 40px;
    height: auto;
  }

  .smiley_box .font-20px {
    font-size: 16px;
    line-height: 100%;
  }

  .smiley_box .font-20px {
    font-size: 16px;
    line-height: 100%;
  }

  .smiley_box_row {
    margin-top: -20px;
  }

  .smiley_box_row_wrap::after {
    top: 20px;
  }

  .smiley_box_contents_wrap {
    overflow: auto;
    padding-top: 31px;
  }

  .smiley_box_contents {
    min-width: 600px;
  }

  .Edit_Iconn_CTA {
    left: 0;
  }

  .Edit_Iconn_CTA {
    left: 0;
  }

  .smiley_box_wrap::after {
    right: inherit;
    left: 50px;
  }

  .Likes_DisLike_outer {
    position: relative;
    padding-right: 0px;
    padding-left: 65px;
  }

  .smiley_box_row_wrap::after {
    display: none;
  }

  .smiley_box_wrap::before {
    left: calc(50% + 30px);
  }

  .smiley_box_row_wrap {
    padding-left: 64px;
    padding-right: 0;
  }
}

/* 1199 end */

@media (min-width: 768px) and (max-width: 1023px) {
  .dashBoard-tiles:not(:last-child) .dashBoard-tile {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  .d-ipad-p-none {
    display: none !important;
  }

  .dashHead {
    margin-top: -5px;
  }

  .site_tabs_rt {
    margin-bottom: 10px;
  }

  .site_tabs_rt .OrderSearch {
    max-width: inherit;
    width: auto;
    flex: 1 !important;
  }

  .FilterlFex > div {
    margin-bottom: 5px;
    width: auto;
    margin-right: 0 !important;
    padding: 0 10px;
  }

  .form-control-site-109px {
    width: 100%;
  }

  .font-26px {
    font-size: 22px;
  }

  .POS_Page .dashBoard-tile {
    padding: 5px;
  }

  .createOrder-right {
    margin-left: 0;
  }

  .createOrder-dashBoard-tiles {
    flex-direction: column;
    height: calc(100vh - 125px);
  }

  .createOrder-right {
    width: 100%;
  }

  .createOrder-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .tabs-right {
    height: calc(50vh - 230px);
  }

  .fixed_header tbody {
    height: calc(50vh - 265px);
  }

  .orderBillInfo-01 {
    min-height: 160px;
  }

  .POS_Page .h-42px {
    height: 36px !important;
  }

  .max-w-800 {
    max-width: 680px;
  }

  .fixed_header th:first-child,
  .fixed_header td:first-child {
    min-width: 260px;
  }

  .Membership_row > div {
    width: 50%;
  }
  .formWrapper_invoice {
    padding-right: 0;
  }
  .LineItem_content {
    overflow: auto;
  }

  .LineItem_content td:last-child {
    border-right: 1px solid #c9c9c9;
  }
  /* .LineItem_content .remove_item_cta {
    right: 15px;
  } */
  .LineItem_content_inner {
    padding-right: 40px;
  }
  .LineItem_content .remove_item_cta {
    right: -45px;
    padding-right: 15px;
  }
  .LineItem_content_inner table {
    min-width: 924px;
  }
}
/* 1023 end */

@media (max-width: 767px) {
  .dMenuTrig {
    left: 15px;
  }

  .SearchForm {
    height: 42px;
    margin: 5px 0 0;
  }

  .site-tabs {
    display: flex;
  }

  .site-tabs button {
    margin-right: 0;
  }

  .font-18px {
    font-size: 16px;
  }

  .calendarIcon1 {
    max-width: 16px;
  }

  .page__btn.prev svg:last-child {
    display: none;
  }

  .page__btn.next svg:first-child {
    display: none;
  }

  .pagination li {
    font-size: 13px;
  }

  .pagination a {
    width: 20px;
    height: 20px;
  }

  .datepickerSiteMMYY .ui-datepicker-title select {
    font-size: 16px;
    background-size: 13px;
  }

  .ui-datepicker-prev::before,
  .ui-datepicker-next::before {
    font-size: 14px;
  }

  .ui-datepicker-prev,
  .ui-datepicker-next {
    width: 40px;
    height: 40px;
  }

  .datepickerSiteMMYY {
    height: 42px;
    width: 100%;
  }

  .datepickerSiteMMYY .ui-datepicker-title {
    text-align: center;
  }

  .FilterBtn1 {
    float: left;
    margin-top: 15px;
    width: 100%;
    position: relative;
    text-align: left;
    justify-content: start !important;
    padding: 0 15px;
  }

  .FilterBtn1 > span {
    position: absolute !important;
    right: 13px;
    top: 14px;
  }

  .datepickerSiteMMYY .ui-datepicker-title select {
    height: 40px;
    margin: 0 8px;
  }

  .FilterSection::before {
    left: 53px;
  }

  .Modal-site-close,
  .Modal-site-close:not(.buttons) {
    width: 28px;
    height: 28px;
    top: -12px;
    right: -12px;
  }

  .Modal-site-close svg {
    width: 10px;
  }

  .buttons-site {
    padding: 0 20px!important;
    font-size: 14px;
  }

  .font-20px {
    font-size: 18px;
  }

  .KES-Value {
    min-width: 80px;
    text-align: right;
  }

  .cancellation_reason::before {
    width: 12px;
    height: 12px;
    top: -6.5px !important;
    right: 53px;
  }

  .font-26px {
    font-size: 20px;
  }

  .DetailHeading svg {
    width: 20px;
    position: relative;
    top: 5px;
  }

  .OrdersCompleted-top {
    display: block !important;
  }

  .OrdersCompleted-top > div {
    padding: 0 !important;
    border: none !important;
  }

  .font-16px {
    font-size: 14px !important;
  }

  .Modal-site-body {
    padding: 30px 30px;
    max-height: calc(100vh - 170px);
    overflow: auto;
  }

  .custom_tabs_responsive {
    overflow: auto;
  }

  .custom_tabs_responsive li {
    flex: 0 0 auto;
  }

  .dForm-control {
    padding: 14px 12px;
  }

  .working_day_list .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .working_day_list .col,
  .working_day_list [class^="col-"] {
    max-width: 33.33%;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .working_day_list .dForm-control {
    padding: 14px 10px;
    text-align: left;
  }

  .dForm-actions .buttons {
    min-width: 90px;
    height: 38px;
  }

  .workingtimepicker .dCheckbox {
    margin-bottom: 0;
  }

  .dCheckbox-control {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-right: 6px;
  }

  .dCheckbox-text {
    line-height: 18px;
  }

  .Long-text {
    display: none;
  }

  .short-text {
    display: block;
  }

  .dashHead-right {
    flex-basis: inherit;
    margin-top: 0;
  }

  .dashHead-action .buttons {
    font-size: 13px;
    padding: 0 13px;
    height: 36px;
    border-radius: 24px;
  }

  .dashHead-action .buttons i {
    margin-right: 7px;
  }

  #closed_orders_datatables_info {
    display: none;
  }

  .myProfile-details--grp:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .dForm-actions {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .table-align-2 {
    margin-top: 20px;
  }

  .myProfile-details--grp.myProfile-Description {
    padding-top: 0;
  }

  .addMoreItemButton-col label,
  .removeItem-col label {
    display: none;
  }

  .addMoreItemButton-col .buttons,
  .removeItem-col .buttons {
    height: 34px !important;
  }

  #addMoreItem > .row,
  #addMore > .row {
    margin-top: 15px;
  }

  .dashHead > div {
    margin-bottom: 0px;
  }

  .dashHead h4 {
    margin-bottom: 0px;
    line-height: 190%;
    display: flex;
  }

  div.dataTables_wrapper div.dataTables_length select {
    max-width: 50px;
  }

  #closed_orders_datatables_filter {
    width: calc(100% - 150px);
  }

  #closed_orders_datatables_filter label,
  #closed_orders_datatables_filter input {
    width: calc(100% - 5px);
  }

  #closed_orders_datatables_length {
    width: 150px;
  }

  .dashBoard-tile {
    padding: 0px;
  }

  .dashHead {
    margin-bottom: 10px;
  }

  .dashTitle {
    font-size: 20px;
  }

  .dashTitle svg {
    width: 20px;
  }

  div.dataTables_wrapper div.dataTables_filter label input {
    font-size: 14px;
    min-width: inherit;
    height: 36px;
  }

  .list-table.list-table-permision {
    flex: 0 0 auto;
    overflow: auto;
    width: 100%;
  }

  .list-table.list-table-permision table {
    min-width: 768px;
  }

  .dHeader-side {
    position: absolute;
    right: 0;
    width: auto;
  }

  .WelcomeBackCol {
    padding: 0 15px;
    margin-top: -7px !important;
  }

  .WelcomeBackCol .select2-custom {
    position: relative;
  }

  .select2-container .select2-selection--multiple {
    height: auto !important;
    padding: 5px 5px 5px 5px !important;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 5px !important;
  }

  .col .border-right-0 .select2-container .selection .select2-selection {
    border-right-width: 1px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-right: 1px solid #aaa !important;
  }

  .addMoreItemButton.buttons,
  .removeItem.buttons,
  .addMoreItemButton-col .buttons,
  .removeItem-col .buttons {
    min-width: 50px;
    padding: 0 10px;
    margin-top: 10px;
    align-items: center;
    line-height: 0;
  }

  .addMoreItemButton.buttons i,
  .removeItem.buttons i,
  .addMoreItemButton-col .buttons i,
  .removeItem-col .buttons i {
    margin-left: 0px;
  }

  .tabs-left {
    padding: 0px 0 0px;
    margin-bottom: 5px;
  }

  .tabs-left a {
    padding: 4px 8px;
  }

  .CreateOrder-listRow > div {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 5px;
  }

  .POS_Page .h-42px {
    height: 30px !important;
  }

  .POS_Page .Modal-site-Content .h-42px {
    height: 38px !important;
  }

  .POS_Page .dForm-control {
    padding: 3px 12px;
  }

  .SearchIcon {
    right: 10px;
    top: 6px;
  }

  .SearchIcon svg,
  .filterBtnPOS svg {
    width: 14px;
  }

  .createOrder-left-search .dForm-control {
    padding: 3px 9px;
  }

  .createOrder-left-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    border-radius: 0;
    transform: translateX(-100%);
  }

  .AddItem_POS_Mobile {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }

  .AddItem_POS_wrap {
    display: block;
    text-align: center;
    padding: 7px 15px 3px;
  }

  .AddItem_POS_wrap .AddItem_POS {
    /* position: absolute; */
    border: 1px solid #e2002d;
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e2002d;
    /* float: right; */
  }

  .AddItem_POS_wrap .AddItem_POS svg {
    width: 10px;
  }

  .createOrder-dashBoard-tiles {
    display: block;
  }

  .createOrder-right {
    height: calc(100% - 64px);
  }

  .open_lists .createOrder-left-main {
    transform: translateX(0);
  }

  .fixed_header tbody {
    height: calc(100vh - 430px);
  }

  .orderBillInfo-01 {
    min-height: 80px;
  }

  .Partial_PaidSpan {
    font-size: 12px;
    padding-top: 17px;
  }

  .Partial_PaidSpan svg {
    width: 10px;
  }

  .tabs-right {
    height: calc(100vh - 120px);
  }

  .POS_Page .h-38px {
    height: 30px !important;
  }

  .CustomerDD input {
    height: 28px !important;
  }

  #SelectStaffRow {
    max-width: 180px;
    min-width: 105px;
  }

  .FloorSelectMenu select {
    width: 68px;
  }

  .POS_Page .autocompleteel,
  .POS_Page .autocompleteel .suggestionlist {
    width: 100%;
  }

  .orderBtnWrap button {
    max-height: 20px !important;
    font-size: 12px;
  }

  .bottom-CTA-row {
    padding: 8px 0;
    padding-right: 5px;
  }

  .bottom-CTA-row-rt {
    display: flex;
    margin-top: 2px;
    justify-content: start;
    flex-wrap: wrap;
  }

  .bottom-CTA-row .buttons {
    margin-left: 3px;
    padding: 0 5px;
    margin-bottom: 3px;
    font-size: 11px;
    height: 22px !important;
  }

  .fixed_header th:first-child,
  .fixed_header td:first-child {
    min-width: 100px;
  }

  .fixed_header th,
  .fixed_header td {
    padding-left: 4px;
    padding-right: 4px;
  }

  .ccode {
    top: 36px !important;
    left: 12px !important;
  }

  .bottom-CTA-row {
    flex-direction: column;
    align-items: start !important;
    justify-content: center !important;
  }

  .Modifier-checkbox .checkbox-block {
    max-width: 100px;
    min-width: 100px;
    margin-right: 5px;
  }

  #AddBtnModifier {
    width: auto;
    min-width: 90px !important;
  }

  .Modal-site-Header {
    font-size: 20px;
    line-height: 24px;
  }

  .offcanvas.max-w-800 {
    max-width: 520px;
  }

  .offcanvas .Modal-site-close {
    top: 14px;
  }

  .WelcomeBackText {
    line-height: 16px;
    flex: 0 0 auto;
  }

  .offcanvas .h-50px {
    height: 34px;
  }

  .Typeorderid {
    height: 30px !important;
  }

  .fixed_header th:nth-child(3),
  .fixed_header td:nth-child(3) {
    max-width: 73px;
  }

  .fixed_header th:nth-child(4),
  .fixed_header td:nth-child(4) {
    max-width: 85px;
  }

  .fixed_header th:first-child,
  .fixed_header td:first-child {
    min-width: 200px;line-height: 16px;
  }
  .createOrder-right .table-site1 th{line-height: 16px;}
  .datetime_local_input {
    letter-spacing: -0.5px;
    line-height: 25px;
  }

  #SelectStaffRow.Change_DD_select {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .cart_order_id {
    padding-right: 5px;
    font-size: 12px;
    margin-left: 23px;
    padding-top: 3px;
  }

  .Change_DD_link {
    top: 2px;
  }

  .dlogo {
    max-width: 150px;
    flex-basis: 150px;
    position: relative;
    top: -7px;
    z-index: 5;
  }

  .dashHead-action .buttons:not(:last-child) {
    margin-right: 2px;
    margin-bottom: 10px;
  }

  .leftScreen_panel {
    min-width: inherit;
  }

  .leftScreen_panel_wrap.show_screen {
    width: 100%;
  }

  .leftScreen_panel_wrap#All_Order_Leftpanel .offcanvas-header-n1 {
    height: 90px;
    align-items: flex-start;
    padding-top: 10px;
    position: relative;
  }

  .Selecttype_selectMenu {
    flex: 1;
    margin-right: 0px !important;
  }

  .SearchTypeorder {
    position: absolute !important;
    bottom: 10px;
    width: calc(100% - 28px);
  }

  #All_Order_Leftpanel .SearchTypeorder {
    width: calc(100% - 15px);
  }

  .createOrder-right-top {
    padding-left: 6px;
  }

  .orderBillInfo-row {
    padding: 4px 6px;
  }

  .leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 248px);
  }

  .button_bot_Bar_AllOrder {
    padding: 7px 0;
  }

  .OrderDate_Label {
    display: none !important;
  }

  #SelectStaffRow.Change_DD_select {
    max-width: 100%;
  }

  .createOrder-left-main {
    min-width: inherit;
  }

  .dHeader {
    padding: 12px 0 4px;
  }

  .dashHead {
    margin-top: 0;
  }

  .dashBoard-tiles:not(:last-child) .dashBoard-tile {
    margin-bottom: 0px;
  }

  #map {
    height: 250px;
  }

  .dash-profile [class^="col-"] {
    margin-bottom: 20px;
  }

  .Modal-site-body .error {
    display: block;
  }

  .Pagetab button {
    font-size: 14px;
  }

  .plus-a {
    height: 49px;
  }

  .myProfile-avatar-cover-image {
    height: 80px;
    margin-bottom: 20px;
  }

  .dForm .Operational_open_close_TH .col {
    max-width: 33.33%;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dForm .Operational_open_close_TH .col:first-child {
    padding-left: 15px;
  }

  .fullimage_cover {
    max-height: 85px;
  }

  .working_days_and_hours .col {
    max-width: 62%;
  }

  .upload__box .w-50 {
    width: 100%;
  }

  .upload__img-box {
    width: 150px;
  }

  .working-hours img {
    max-height: 60px;
  }

  .fc .fc-toolbar-title {
    font-size: 14px !important;
  }

  .fc .fc-button {
    padding: 5px 5px !important;
  }

  .fc-header-toolbar {
    margin-bottom: 41px !important;
  }

  .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    position: absolute;
    margin-top: 74px;
  }

  #MealinityWidget-container {
    width: 100% !important;
  }

  .closeBtnWidget {
    right: 5px !important;
  }

  .dHeader .dHeader-side {
    position: absolute;
  }

  .ViewDetails_SalonBookings table {
    min-width: 700px;
  }

  .AuditDetail_table.table-align-2 > tbody > tr td table {
    width: auto;
    min-width: inherit;
  }

  .sweet-alert button {
    margin-top: 5px !important;
    padding: 10px 15px !important;
    margin-bottom: 15px !important;
  }

  .sweet-alert h2 {
    margin: 15px 0 !important;
  }

  /* .addMoreItemButton-col-wrap > div:nth-child(1){max-width: 100%;}
  .addMoreItemButton-col-wrap > div:nth-child(2),
  .addMoreItemButton-col-wrap > div:nth-child(2){max-width: 50%;} */
  .addMoreItemButton-col-wrap,
  .addMoreItemButton_headingRow {
    padding-right: 56px;
    max-width: 400px;
  }

  .addMoreItemButton-col-wrap .addMoreItemButton-col .addMoreItemButton.buttons,
  .addMoreItemButton-col-wrap .addMoreItemButton-col .removeItem.buttons {
    font-size: 0px;
    justify-content: center;
    min-width: 40px;
  }

  .addMoreItemButton-col-wrap
    .addMoreItemButton-col
    .addMoreItemButton.buttons
    i,
  .addMoreItemButton-col-wrap .addMoreItemButton-col .removeItem.buttons i {
    font-size: 16px;
  }

  .addMoreItemButton-col-wrap .dForm-control {
    height: 36px;
  }

  .addMoreItemButton-col-wrap > div:nth-child(1),
  .addMoreItemButton_headingRow > div:nth-child(1) {
    max-width: inherit;
    flex: 1;
    min-width: 112px;
  }

  .addMoreItemButton-col-wrap > div:nth-child(2),
  .addMoreItemButton-col-wrap > div:nth-child(3),
  .addMoreItemButton_headingRow > div:nth-child(2),
  .addMoreItemButton_headingRow > div:nth-child(3) {
    max-width: inherit;
    flex: 1;
  }

  .myProfile-details--grp {
    margin-bottom: 10px;
  }

  .working-hours {
    margin-top: 20px;
  }

  .page-dashboard::after {
    height: 2px;
  }

  .mb-sm-20px {
    margin-bottom: 20px !important;
  }

  .assign_permissions_row {
    margin: 0px;
  }

  .ItemsDataTable {
    min-width: 550px;
  }

  .Detail_LT {
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .Detail_RT {
    padding-left: 15px !important;
  }

  .Detail_RT .mb-4 {
    margin-bottom: 15px !important;
  }

  .offcanvas-end {
    border-left: none;
  }

  .tabs-left ul,
  .tabs-left_ul {
    padding-bottom: 10px;
  }

  .Cash_Mang_text {
    display: none;
  }

  .Cash_Mang_icon {
    display: block;
  }

  #CashManagement_Action {
    padding: 5px 5px 0 !important;
  }

  .POS_Page .dHeader .row .dlogo {
    top: 0;
  }

  .row_tableAdd_data {
    margin-right: 0;
  }

  .row_tableAdd_data > div {
    overflow: auto;
    padding-left: 50px;
  }

  .row_tableAdd_data table {
    min-width: 640px;
  }

  .add_data_icon_wrap {
    position: static;
  }

  .add_data_icon {
    right: inherit;
    width: auto;
    left: 0;
  }

  .row_tableAdd_data table {
  }

  .button_bot_Bar_AllOrder .buttons {
    height: 23px !important;
    font-size: 11px !important;
    min-width: inherit;
    padding: 1px 7px 0 !important;
  }

  .leftScreen_panel_wrap .Pagetab {
    margin-top: 8px;
  }

  #All_Order_Leftpanel .site-tabs button {
    margin-right: 4px;
  }

  .Membership_row > div {
    width: 100%;
  }

  .table-attribute td {
    height: 36px;
  }

  .table-attribute td .dForm-control {
    max-height: 36px;
  }

  .bottom-CTA-row {
    height: 88px;
  }

  .POS_Page .bottom-CTA-row {
    z-index: 99999999;
  }

  .button_bot_Bar_AllOrder {
    margin-bottom: 30px;
  }

  .leftScreen_panel_wrap {
    height: calc(100vh - 65px);
  }

  .leftScreen_panel_wrap.show_screen::after {
    height: calc(100vh - 65px);
  }

  #Load_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 180px);
  }

  #All_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 200px);
  }

  #All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
    .offcanvas-header-n1 {
    height: 137px;
  }

  #All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
    .offcanvas-header-n1
    .SearchTypeorder {
    bottom: -38px;
  }

  #All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
    .offcanvas-header-n1
    .Order_Leftpanel_header_content {
    position: relative;
  }

  #All_Order_Leftpanel.Applied_Filters #Applied_Filters_row {
    margin-top: 36px;
  }

  #All_Order_Leftpanel.Applied_Filters.leftScreen_panel_wrap
    .offcanvas-body-matter {
    height: calc(100vh - 250px);
  }

  .PaymentBreakup_link {
    font-size: 12px !important;
    line-height: 100%;
  }

  .paymentStatus_patitall svg {
    top: 3px;
  }

  .Payment_mode_roww {
    padding-top: 0px !important;
  }

  .Partial_PaidSpan {
    padding-top: 0 !important;
  }

  #Merge_Order_Leftpanel .leftScreen_panel_wrap .offcanvas-header-n1 {
    position: relative;
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-header-n1 {
    position: relative;
    height: 89px;
    align-items: start;
    padding-top: 10px;
  }

  #Merge_Order_Leftpanel .SearchTypeorder {
    width: calc(100% - 15px);
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 150px);
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap
    .merge_orders_selected_wrap
    ~ .offcanvas-body-matter {
    height: calc(100vh - 180px);
  }

  #Merge_Order_Leftpanel.leftScreen_panel_wrap
    .merge_orders_CTA
    ~ .offcanvas-body-matter {
    height: calc(100vh - 195px);
  }

  .line-height-180 {
    line-height: 150%;
  }

  .font-32px {
    font-size: 22px;
    line-height: 28px;
  }

  .font-sm-16px {
    font-size: 16px;
    line-height: 22px;
  }

  .expired_svg svg {
    max-width: 60px;
  }
  .FilterlFex .select2-container {
    min-width: 100%;
    max-width: 100%;
  }
  .NetAmount_col_250px {
    max-width: 100%;
  }
  .table-bordered td,
  .table-bordered th {
    padding: 7px 15px;
  }
  .payment-setup-n1 .buttons-black,
  #payment-setup .buttons-black {
    padding: 0px 8px !important;
    font-size: 12px;
  }
  #ChargePopup .dForm-control.px-2,
  #ChargePopup .form-select.px-2 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #ChargePopup .autocompleteel input[type="text"] {
    padding: 14px 10px;
  }
  #CashPopup .calculateWrap .form-control {
    width: 100px;
    max-width: 100%;
    min-width: calc(100% - 50px);
  }
  .attach_touch_points_field{padding-top: 0px;}
  .dForm-label.visibility-hidden{ display: none;}

 
  /* Mobile hight view fixed Start */
  #pos {
    width: 100%;
    position: fixed;
    left: 0;
    top:50px;z-index: 22;
  }
  .fixed_header tbody {
    height: calc(100vh - 480px);
  }
  .POS_Page .dbody {
    min-height: calc(100vh - 180px);
  }
  .POS_Page .createOrder-right {
    height: calc(100% - 118px);
  }
  .POS_Page .dHeader {
    position: fixed;
    left: 0;height: 50px;
    top: 0;
    width: 100%; 
    z-index: 999!important;   
  }
  .POS_Page_htmlTag .createOrder-left-main{ top: 50px;}  
  .POS_Page_htmlTag .tabs-right { height: calc(100vh - 325px); }
  .POS_Page, .POS_Page_htmlTag {margin: 0; height: 100%; overflow: hidden}
  .POS_Page .leftScreen_panel_wrap { height: calc(100vh - 190px); top: 50px; }
  #All_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 320px);
  }
  #Load_Order_Leftpanel.leftScreen_panel_wrap .offcanvas-body-matter {
    height: calc(100vh - 300px);
  }
  #CloseShift_Action{ position: fixed;}
  #CashManagement_Action{ position: fixed;}
  /* Mobile hight view fixed End */
  
}

/* 767px end */

@media (max-width: 576px) {
  .DetailHeading {
    flex-direction: column;
  }

  .DetailHeading {
    display: block !important;
  }

  .DetailHeading > div:last-child {
    padding: 9px 0 0;
    margin: 0 !important;
  }

  .myProfile-details-responsive .row > .col {
    flex-basis: 100% !important;
  }

  .dForm-group.working-hours .col {
    flex-basis: inherit;
  }

  .offcanvas.max-w-800 {
    max-width: 100%;
    border: none;
  }

  .offcanvas .Modal-site-close {    
    right: 15px;
    left: inherit;
    border: 1px solid #757575;
    width: 22px;
    height: 22px;
    top: 28px;
  }

  .offcanvas .Modal-site-close svg {
    width: 8px;
  }
}

@media (max-width: 479px) {
  .FilterlFex > div {
    width: 100%;
  }

  .FilterlFex .buttons {
    margin-top: 10px;
  }

  .FilterSection > div {
    padding: 12px !important;
  }

  .OrderInfomartion-Top > div {
    width: 100%;
    min-width: 100%;
    text-align: left !important;
  }

  .OrderInfomartion-Top > div:not(:last-child) {
    margin-bottom: 7px;
  }

  .buttons-site {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }

  .FilterlFex > div:first-child .d-flex {
    flex-direction: column;
  }

  .FilterlFex .form-control-site,
  .FilterlFex .select2-container {
    width: 100% !important;
  }

  .FilterlFex .d-flex > div {
    width: 100%;
  }

  .FilterlFex .d-flex > div:not(:last-child) {
    margin-bottom: 10px;
  }
}

.per_page {
  padding: 6px;
}

.bg-blue {
  background-color: #3366cc !important;
}

.text-blue {
  color: #3366cc !important;
}

.toggle-switch {
  height: 0;

  width: 0;

  visibility: hidden;
}

.toggle-label {
  cursor: pointer;

  text-indent: -9999px;

  width: 33px;

  height: 21px;

  background: #bfbfbf;

  display: inline-block;

  border-radius: 100px;

  position: relative;

  top: 7px;

  margin-right: 10px;
}

.toggle-label:after {
  content: "";

  position: absolute;

  top: 2px;

  left: 0px;

  width: 16px;

  height: 16px;

  background: #fff;

  border-radius: 90px;

  transition: 0.3s;
}

.toggle-switch:checked + .toggle-label {
  background: #fff;

  border: 1px solid #3366cc;
}

.toggle-switch:checked + .toggle-label:after {
  left: calc(100% - 2px);

  transform: translateX(-100%);

  background: #3366cc;
}

.dbtn-primary:hover {
  box-shadow: none;
  background: #3366cc;
  color: #fff !important;
}

.dbtn-primary:hover svg {
  fill: #fff;
}

.toggle-label:active:after {
  width: 16px;
}

.ps-label p {
  width: 130px;
}

#type_quantity .select2-container {
  width: 100% !important;
}

.select-default.select2-app-custom1-no.select-staff-blue {
  background: #e8eff9;
}

.customer-cover .CustomerDD-bg,
.customer-cover .CustomerDD-bg .autocompleteel input {
  background-color: #ffefe7;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  transform: unset !important;
}

a:hover {
  color: #ef626c !important;
}

/* Scheduler CSS custom */
.cover-img .del-image {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
  transform: translate(-2px, 3px);
}

.cover-img .del-image:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.cover-img {
  width: 150px;
}

.cover-img img {
  width: 100% !important;
  height: 100% !important;
}



/* sharwan css work */
.custom_tabs_responsive .active {
  color: #ef626c !important;
}

.custom_tabs_responsive a:hover {
  color: #ef626c !important;
}

ul.custom_tabs .tab_link::after {
  background: #ef626c !important;
}

.productinfo {
  width: 100%;
  float: left;
}

.all_cat {
  width: 100%;
  float: left;
  border: solid 1px #cccccc;
  padding: 10px 15px;
  border-radius: 2px;
}

.checkinfo {
  float: left;
}

.checkinfo .checkboxshow {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
}

.checkinfo .checkboxshow input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkinfo .checkmark {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 14px;
  width: 14px;
  border: solid 1px #d9d9d9;
  margin-top: 3px;
}

.checkinfo .checkboxshow input:checked ~ .checkmark {
  background-color: #005276;
  border: solid 1px #005276;
}

.checkinfo .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkinfo .checkboxshow input:checked ~ .checkmark:after {
  display: block;
}

.checkboxshow .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1 !important;
}

.subcatbox {
  padding: 0px 0px 15px 20px;
  width: 96%;
  float: right;
  position: relative;
}

.subcatbox ul {
  width: 100%;
  float: left;
  padding: 0px;
  margin:0px;
  
}

.subcatbox ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 0px 0px;
}
.subcatbox ul li:before {
  border-left: solid 1px #ccc;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: -22px;
  top: 0px;
}

.subcatbox > ul:last-child li::before {
    height: 51%;
}

.sublist {
  border: solid 1px #ccc;
  padding: 10px 15px;
  width: 100%;
  border-radius: 2px;
  float: left;
}

.sublist:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: #cccccc;
  left: -27px;
  border-radius: 50%;
  top: 40%;
}

.sublist:after {
  position: absolute;
  border-bottom: solid 1px #ccc;
  content: "";
  left: -21px;
  top: 47%;
  width: 22px;
}

.subfull {
  width: 100%;
  padding: 5px 0px 0px 24px;
  float: left;
}

.viewlink {
  color: #ef626c;
  float: left;
  margin: 0px 0px 0px 10px;
  text-decoration: underline;
  display: block !important;
  cursor: pointer;
  font-size: 14px;
}

/*.subcatbox:before {
  border-left: solid 1px #ccc;
  content: "";
  height: 87%;
  width: 1px;
  position: absolute;
  left: -2px;
  top: 0px;
}
*/
.tabinner li a.active {
  font-family: "google_sansregular";
  background: #ef626c;
  color: #fff !important;
  padding: 10px 15px !important;
  border: solid 1px #ef626c !important;
  border-radius: 5px !important;
  position: relative;
}

.tabinner li a.active:before {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ef626c;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 38%;
}

ul.tabinner {
  border-bottom: none !important;
}

.tabinner li a.tab_link {
  padding: 10px 15px !important;
  border-radius: 5px !important;
  border: solid 1px #ccc;
  float: left;
  width: auto;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.tabinner .tab_link {
  margin-right: 10px !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  font-size: 22px;
  color: #333;
  background: #fff;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  text-align: center;
  left: -40px;
  line-height: 30px;
  font-weight: 600;
}

#overlay {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  cursor: pointer;
}

.sideviewprodect {
  width: 100%;
  float: left;
}

.sidehead {
  width: 100%;
  float: left;
  padding: 10px 20px;
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 5px;
}

.sidehead h2 {
  width: 100%;
  font-size: 16px;
  color: #ef626c;
  font-family: "google_sansbold";
  float: left;
}

.sidehead h3 {
  width: 100%;
  font-size: 14px;
  color: #333333;
  font-family: "google_sansbold";
  float: left;
}

.sideviewinfo {
  width: 100%;
  float: left;
}

.sideviewinfo h5 {
  width: 100%;
  float: left;
  font: 14px;
  color: #333333;
  font-weight: normal;
}

.sideviewinfo h5 span {
  font-size: 14px;
  color: #3366cc;
  font-family: "google_sansbold";
}

.search_top {
  width: 100%;
  float: left;
  position: relative;
}

.search_top input {
  width: 100%;
  font-size: 14px;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  padding: 10px 10px;
  float: left;
  margin: 5px 0px;
}

.serchicons {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 14px !important;
  color: #949494;
  cursor: pointer;
}

.tableviewbox {
  width: 100%;
  float: left;
}

.tableviewbox table {
  border-collapse: collapse;
  width: 100%;
}

.tableviewbox th {
  border: 1px solid #d9d9d9;
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
}

.tableviewbox th:nth-child(1) {
  border-right: none !important;
  font-family: "proxima_novasemibold";
  width: 10%;
}

.tableviewbox th:nth-child(2) {
  border-right: none !important;
  border-left: none !important;
  font-family: "proxima_novasemibold";
  width: 55%;
}

.tableviewbox th:nth-child(3) {
  border-left: none !important;
  font-family: "proxima_novasemibold";
}

.tableviewbox td {
  border: 1px solid #d8d8d8;
  font-family: "proxima_novaregular";
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
}

.checktop {
  margin-top: -9px;
  margin-left: 4px;
}

.viewbottom {
  width: 100%;
  float: left;
}

.savebtn {
  float: right;
  background: #ef616c;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 17px;
  cursor: pointer;
  transition: 0.2s;
}

.savebtn:hover,
.savebtn:focus {
  background: #dc4f5a;
  border: none!important;
  outline: non!important;
  color: #fff;
}

.border-left-none {
  border-left: none;
}

.checktop .checkboxshow {
  padding: 0px;
}

/*230323*/
.txtbottom {
  font-size: 14px;
  color: #000000cc;
  font-weight: normal;
  font-family: "google_sansregular";
}

.memberdetailsbox {
  border: solid 1px #c2c2c2;
  padding: 20px 20px 5px;
  margin: 20px 0px;
  float: left;
  width: 55%;
}
.memberdesinfo {
  float: left;
  width: 55%;
}

.headlabel {
  width: 100%;
  padding: 0px 15px;
  float: left;
}

.headlabel b {
  float: left;
  font-size: 11px;
  color: #333333;
  font-weight: normal;
  margin: 3px 0px 0px 5px;
  font-family: "google_sansregular";
}

.labelpad .select2-container .select2-selection--single {
  padding-left: 5px;
}

.pl-l {
  padding-right: 0px !important;
}

.pl-l input {
  border-radius: 5px 0px 0px 5px !important;
}

.pr-r {
  padding-left: 0px !important;
}

.pr-r .select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  border-left: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-left: 5px;
}

.memberdetailsbox input {
  padding-left: 10px;
}

.memberdetailsbox .dForm-control {
  padding-left: 10px;
}

.limitsection {
  padding: 0px 15px;
}

.switchbtn {
  float: left;
  margin-right: 3px;
  margin-bottom: 10px;
}

.switchbtn .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

.switchbtn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switchbtn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switchbtn .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switchbtn input:checked + .slider {
  background-color: #199f00;
}

.switchbtn input:focus + .slider {
  box-shadow: 0 0 1px #199f00;
}

.switchbtn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switchbtn .slider.round {
  border-radius: 34px;
}

.switchbtn .slider.round:before {
  border-radius: 50%;
}

.border-r-n {
  padding-right: 0px !important;
}

.border-all-0 {
  border-radius: 0px !important;
}

.reedembenift {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.beniftop {
  width: 100%;
  float: left;
}

.dayabg {
  background: #f8f9fa;
  width: 100%;
  float: left;
  border: 1px solid #cbcbcb;
  padding: 14px 10px 14px;
  position: relative;
}

.dayabg:after,
.dayabg:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.dayabg:after {
  top: 14px;
  border-color: transparent transparent transparent #f8f9fa;
  border-width: 10px;
}

.dayabg:before {
  top: 13px;
  border-color: transparent transparent transparent #cbcbcb;
  border-width: 11px;
}

.dayabg .checktop .checkboxshow {
  padding-left: 35px;
}

.dayabg .checkinfo .checkmark {
  height: 22px;
  width: 22px;
  border: solid 1px #d9d9d9;
  margin-top: 0px;
}

.dayabg .checkboxshow .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
}

.addmorbtn {
  border: solid 2px #cbcbcb;
  width: 50px;
  height: 48px;
  float: left;
  font-size: 18px;
  color: #cbcbcb;
  line-height: 46px;
  text-align: center;
}

.addmorbtn:hover {
  border: solid 2px #c7408c;
}

.selectlist {
  position: relative;
}

.selectlist:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #707070;
  right: -5px;
  top: 48%;
}

.copysecion {
  margin: 15px 0px 0px;
}
.copyr {
  float: right;
}
.copyicon {
  float: left;
}

.copytxts {
  float: left;
  font-size: 14px;
  color: #2d2d2d;
  font-weight: normal;
  margin: 0px 10px;
}

.copybtn {
  float: left;
  background: #ef626c;
  color: #fff;
  padding: 7px 11px !important;
  font-family: "googlesans_medium";
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 10px;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.2s;
}

.copybtn:hover {
  background: #dc5a63;
}

.bottompad {
  margin-bottom: 20px;
}

/*240323*/
.selectday {
  font-weight: 600 !important;
}

.discountright {
  float: right;
  width: 175px;
  border: solid 1px #cccccc;
  border-radius: 3px;
}

.disstxt {
  float: left;
  width: 40%;
  border-right: solid 1px #d5d5d5;
}

.disstxt span {
  font-size: 14px;
  color: #000000cc;
  padding: 5px 0px 5px 5px;
  float: left;
}

.disinput {
  width: 35%;
  padding: 0px 5px;
  float: left;
}

.disinput input {
  width: 100%;
  font-size: 14px;
  float: left;
  text-align: center;
  color: #333333;
  padding: 8px 0px 6px;
  border: none;
}

.dishareright {
  float: right;
  width: 25%;
  border-left: solid 1px #d5d5d5;
  text-align: center;
  padding: 5px 0px 4px 5px;
}

.checktoppad {
  margin-top: 6px;
}

.checktopin {
  margin-top: -10px;
}

.activeinput {
  font-weight: 600;
}

.sidehead2 {
  width: 100%;
  float: left;
}

.sidehead2 h2 {
  width: 100%;
  font-size: 20px;
  color: #ef626c;
  font-family: "google_sansbold";
  float: left;
  margin: 0px;
}

.sidehead2 h3 {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-family: "google_sansbold";
  float: left;
  margin: 0px;
  line-height: 18px;
}

.headpad {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padremove {
  padding: 0px !important;
}

.discountable {
  display: block;
}

.discountinput {
  width: 90px;
  font-size: 13px;
  color: #333;
  border: none;
  outline: none;
}

.discountable th:nth-child(1) {
  border-right: none !important;
  font-family: "proxima_novasemibold";
  width: 45%;
}

.discountable th:nth-child(2) {
  border-right: none !important;
  border-left: none !important;
  font-family: "proxima_novasemibold";
  width: 35%;
}

.discountable th:nth-child(3) {
  border-left: none !important;
  font-family: "proxima_novasemibold";
}

.benifitsection {
  width: 100%;
  border: solid 1px #cccccc;
  padding: 10px 15px 0px;
  border-radius: 3px;
  float: left;
  margin-top: 5px;
}

.titlehead {
  width: 100%;
  float: left;
}

.titlehead input {
  padding: 14px 10px;
}

.titlehead .dForm-group {
  margin-bottom: 10px;
}
.uploadsections {
  width: 100%;
  float: left;
}

.removebtns {
  float: left;
  color: #ff0000;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  margin: 5px 0px 10px;
  clear: both;
}

.removebtns:hover,
.removebtns:focus {
  color: #333 !important;
}

.addbtnshow {
  float: left;
  color: #005276;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  margin: 5px 0px;
  clear: both;
}

.addbtnshow:hover,
.addbtnshow:focus {
  color: #333 !important;
}

.border-rad-none select {
  border-radius: 0px !important;
}

.daypad {
  padding-left: 30px !important;
}

.bottomremove {
  margin-bottom: 0px;
}

/*280323*/

.serchinfos {
  width: 100%;
  float: left;
}

.serchinfos input {
  width: 100%;
  position: relative;
  float: left;
  font-size: 14px;
  padding: 10px 5px;
  border: none;
  outline: none;
}

.serchbtn {
  position: absolute;
  right: 4%;
  top: 21px;
}

.serchbtn i {
  color: #807a73;
  cursor: pointer;
}

.droparrow
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 0px !important;
}

.selectlists {
  padding: 14px 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
.validselct {
  padding: 14px 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}

.selectleft {
  padding: 14px 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}

.padr0 {
  padding-right: 0px;
}

.pad0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padl0 {
  padding-left: 0px;
}

.borderradius0 input {
  border-radius: 0px !important;
  padding: 14px 10px;
}

.kshshow {
  padding: 14px 8px;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none !important;
  border-right: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c2c2c2;
  color: #666;
  border-radius: 4px;
  height: 50px;
  width: 100%;
}

.inputpad {
  padding: 14px 10px;
}

.disableinput {
  background: #f5f5f5 !important;
}

.radiobtn {
  float: left;
  border-radius: 3px;
  border: solid 1px #ccc;
  margin-right: 10px;
  height: 29px;
}

.color1 {
  width: 29px;
  height: 27px;
  float: left;
  background: transparent linear-gradient(137deg, #bf64dd 0%, #5c27fe 100%) 0%
    0% no-repeat;
}

.color2 {
  width: 29px;
  height: 27px;
  float: left;
  background: transparent linear-gradient(137deg, #2bffb5 0%, #08c994 100%) 0%
    0% no-repeat;
}

.color3 {
  width: 29px;
  height: 27px;
  float: left;
  background: transparent linear-gradient(137deg, #5681f1 0%, #1053fc 100%) 0%
    0% no-repeat;
}

.color4 {
  width: 29px;
  height: 27px;
  float: left;
  background: transparent linear-gradient(137deg, #facd68 0%, #fd77b2 100%) 0%
    0% no-repeat;
}

.color5 {
  width: 29px;
  height: 27px;
  float: left;
  background: transparent linear-gradient(137deg, #20e7e2 0%, #b488f7 100%) 0%
    0% no-repeat;
}

.color6 {
  width: 29px;
  height: 27px;
  float: left;
  background: transparent linear-gradient(137deg, #ffb434 0%, #ff7b02 100%) 0%
    0% no-repeat;
}

.radioright {
  float: right;
}

.radiobtn .radioshow {
  display: block;
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radiobtn .radioshow input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiobtn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 29px;
  background: #fff;
  border-radius: 0px 2px 2px 0px;
}

/* On mouse-over, add a grey background color */
.radiobtn .radioshow:hover input ~ .checkmark {
  background-color: #414141;
}

/* When the radio button is checked, add a blue background */
.radiobtn .radioshow input:checked ~ .checkmark {
  background-color: #414141;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobtn .radioshow input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiobtn .radioshow .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1 !important;
  z-index: 9999 !important;
}

.tickoption {
  position: absolute;
  left: 9px;
  z-index: 1;
  top: 9px;
}

.transstrip {
  width: 100%;
  float: left;
}

.tranchck .checkboxshow {
  font-size: 16px;
}

.transstrip ul {
  width: 100%;
  float: left;
}

.transstrip ul li {
  width: 100%;
  float: left;
  list-style: none;
  margin: 2px 0px;
}

.transstrip .checkmark {
  top: 2px !important;
}

.textareastrip {
  padding: 10px 0px;
  width: 100%;
  float: left;
}

.radioinfos {
  border: 1px solid #c2c2c2;
  height: 50px;
  border-radius: 4px;
  padding: 10px 0px 0px 10px;
  float: left;
}

.selectarrow {
  background: url(../images/down-arrow.png) no-repeat 92% white;
  position: relative;
  -webkit-appearance: none;
  background-size: 14px;
}
.selectarrow02 {
  background: url(../images/down-arrow.png) no-repeat 90% white;
  position: relative;
  -webkit-appearance: none;
  background-size: 10px;
}
.selectarrow03 {
  background: url(../images/down-arrow.png) no-repeat 96% white;
  position: relative;
  -webkit-appearance: none;
  background-size: 14px;
}

.descriptionstrip {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.ratetxts {
  float: left;
  padding-top: 10px;
}
.addpaybtn {
  float: right;
  background: #ef626c;
  border-radius: 4px;
  padding: 8px 15px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  margin: 0px 0px 10px;
  font-weight: 500;
  cursor: pointer;
}
.addpaybtn:hover {
  background: #dc4f5a;
  color: #fff;
}
.addpaytable {
  margin-bottom: 15px;
}
.addpaytable table tr th {
  background: #005276;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  border: 1px solid #f4f4f4;
}
.deletebutton i {
  color: red;
  font-size: 15px !important;
  margin: 7px 5px 0px;
  cursor: pointer;
}
.addpaytable .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #f4f4f4;
}
.listing {
  padding-bottom: 15px;
}
.banktable {
  width: 100%;
  overflow-x: auto;
  float: left;
}
.banktable table {
  margin-bottom: 15px;
}

.pagningtxt {
  color: #666;
}

.addpaytable input {
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 28px;
  font-size: 12px;
}
.banktable table tr th {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  text-align: left;
  color: #333;
}
.banktable td {
  padding: 15px 20px;
  font-size: 13px;
  position: relative;
  color: #666;
}
.banktable table tr {
  padding: 5px 10px;
  border-radius: 10px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  margin-bottom: 10px;
  width: 100%;
  display: table-row;
}
.listing-space td {
  height: 8px;
}
.listing-space {
  box-shadow: none !important;
  background: none !important;
}
.listing-space td {
  padding: 5px 20px !important;
}

.empyerbtn {
  float: right;
  background: #ef626c;
  border-radius: 4px;
  padding: 8px 15px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: -5px 0px 8px 15px;
  font-weight: 500;
  cursor: pointer;
}
.empyerbtn:hover {
  background: #dc4f5a;
  color: #fff;
}

.select_bank_account {
  float: left;
  background: #ef626c;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  margin: 0px 0px 10px;
  font-weight: 500;
  cursor: pointer;
}
.select_bank_account:hover {
  background: #dc4f5a;
  color: #fff;
}
.shottxt {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 7px;
}
.banktxt {
  float: left;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-top: 7px;
}
.paglists {
  float: left;
  margin-right: 15px;
}
.paglists select {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
  padding: 6px 8px;
}
.entrylsit {
  float: left;
  padding-top: 5px;
  font-weight: normal;
  font-size: 14px;
}
.tablebottom {
  margin-bottom: 25px;
}
.earninghead .select2-selection__rendered {
  padding-left: 15px !important;
}
.empyeradmin textarea {
  border-radius: 4px !important;
  padding: 14px 20px;
  width: 100%;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c2c2c2;
  color: #666;
}
.selectbank select {
  border-radius: 4px !important;
  padding: 14px 20px;
  width: 100% !important;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c2c2c2;
  color: #666;
  float: left;
}
.earninghead .select2-selection__rendered {
  padding-left: 25px !important;
}
.rankrow {
  position: relative;
}
.addplus {
  color: #fa5661;
  cursor: pointer;
  position: absolute;
  left: 15px;
  bottom: -10px;
  z-index: 5;
  text-decoration: underline;
}
.addminus {
  color: #fa5661;
  cursor: pointer;
  position: absolute;
  left: 15px;
  bottom: -10px;
  z-index: 5;
  text-decoration: underline;
}
.totaltxt {
  font-size: 14px;
}
.tabbottomspace {
  padding: 15px 0px;
  float: left;
}
.emperserch label {
  text-align: left !important;
  width: 100%;
  float: left;
  color: #333;
  font-size: 14px;
}
.emperserch .select2-container {
  display: initial !important;
}
.advserchbtn {
  float: left;
  background: #ef626c;
  border-radius: 4px;
  padding: 10px 20px;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 14px;
  margin: 0px 10px 0px 10px;
  font-weight: 500;
  cursor: pointer;
}
.advserchbtn:hover {
  background: #dc4f5a;
  color: #fff !important;
}
.filtersshow {
  padding: 15px 20px 0px;
  border: solid 1px #ccc;
  border-radius: 4px;
  position: relative;
  background: #fff;
}
.filtersshow:before {
  top: -20px !important;
  border-color: transparent transparent transparent #ccc;
  border-width: 10px;
  rotate: -90deg;
}
.filtersshow:after {
  top: -18px !important;
  border-color: transparent transparent transparent #fff;
  border-width: 10px;
  rotate: -90deg;
}
.filtersshow:after,
.filtersshow:before {
  content: "";
  display: block;
  position: absolute;
  top: -28%;
  width: 0;
  height: 0;
  border-style: solid;
  rotate: -90deg;
  right: 31%;
}

.emperserch .select2-selection {
  height: 35px !important;
}
.empsumit {
  float: left;
  background: #ef626c;
  border-radius: 4px;
  padding: 2px 20px;
  height: 35px;
  line-height: 30px;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 13px;
  margin: 0px;
  font-weight: 500;
  cursor: pointer;
}
.empsumit:hover {
  background: #dc4f5a;
  color: #fff !important;
}
.empclear {
  float: left;
  background: #005276;
  border-radius: 4px;
  padding: 2px 20px;
  height: 35px;
  line-height: 30px;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 13px;
  margin: 0px 0px 0px 10px;
  font-weight: 500;
  cursor: pointer;
}
.empclear:hover {
  background: #1077a4;
  color: #fff !important;
}
.searchtopright {
  float: right;
}
.advbtnshow {
  float: left;
}
.serchright {
  float: left;
}
.serchbarss {
  float: right;
  width: 235px;
}
.serchbtns {
  padding: 14px 20px;
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  border-radius: 4px !important;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c2c2c2;
  color: #666;
}
.selectbank .select2 {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 0px 15px !important;
}
.rightcontshow {
  float: right;
}
.advbtn {
  float: left;
}

/*submenu*/

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
}
.side-bar .menu .item i {
  margin-right: 15px;
}
.utsub .fa-angle-down:before {
  content: "\f105" !important;
}
.utsub i {
  float: right;
  position: absolute;
  color: #000000b3 !important;
  right: 10px;
}

.rotate {
  transform: rotate(90deg);
}
.circleicon {
  margin-left: 15px;
  font-size: 12px;
}
.pagingfull {
  width: 100%;
  float: left;
}
.padtoglle {
  margin-bottom: 15px;
}
.savbtntop {
  margin: 10px 0px 15px;
}

.checklables {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.desheight {
  height: 100px;
}

.pagiingbottom {
  float: left;
  width: 100%;
}
.pagiingbottom svg {
  width: 20px;
  height: 23px;
}
.cursor-default {
  background: #434343 !important;
  color: #fff;
  border: none !important;
  margin: 0px 5px;
  border-radius: 4px;
  padding: 5px 8px !important;
  float: left;
  height: 34px;
  text-align: center !important;
}
.rounded-r-md {
  background: #c5c5c5 !important;
  color: #333;
  border: none !important;
  border-radius: 4px;
}
.pagiingbottom p {
  width: 100%;
  float: left;
  padding: 5px 0px;
  text-align: revert;
  font-size: 14px;
  color: #333;
  display: none;
}
.pagiingbottom a {
  float: left;
  border: solid 1px #d5d5d5 !important;
  height: 34px;
  text-align: center;
  border-radius: 4px;
  color: #333 !important;
  padding: 5px 8px !important;
  margin: 0px 3px;
}
.pagiingbottom a:hover {
  background: #d5d5d5 !important;
  float: left;
  border: solid 1px #d5d5d5 !important;
  height: 34px;
  text-align: center;
  border-radius: 4px;
  color: #333 !important;
  padding: 5px 8px !important;
}
.pagiingbottom a:last-child {
  width: auto !important;
  border: solid 1px #d5d5d5 !important;
  color: #333 !important;
  height: 34px;
  float: left;
}
.pagiingbottom a:first-child {
  width: auto;
  height: 34px;
  float: left;
  font-size: 14px;
}

.pagiingbottom nav > div:first-child {
  display: none;
}
.pericons {
  margin-right: 12px;
  width: 18px;
  height: 18px;
}
.pagiingbottom nav {
  float: right !important;
}
.sidebar-dropdown li.selected ul li a.submenuactive {
  color: #f20d05 !important;
}
.reportprint {
  padding: 0px 0px 10px;
  width: 100%;
  float: left;
}
.export1 {
  background: #ef626c !important;
  width: 35px;
  height: 35px;
  border: none !important;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transform: 0.2s;
}
.export1:hover {
  background: #dc4f5a !important;
  color: #fff;
  cursor: pointer;
}

.export2 {
  background: #005276 !important;
  width: 35px;
  height: 35px;
  border: none !important;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transform: 0.2s;
}
.export2:hover {
  background: #1077a4 !important;
  color: #fff;
  cursor: pointer;
}
.printbtnss {
  float: left;
  background: #ef626c;
  border-radius: 4px;
  padding: 8px 15px;
  color: #fff !important;
  border: none;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 10px;
}
.printbtnss:hover {
  background: #dc4f5a;
  color: #fff !important;
}

/*040423*/

.deliverpagebox {
  width: 100%;
  float: left;
}
.deliverbox {
  width: 100%;
  float: left;
}
.deliverbox h5 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000000cc;
  font-family: "googlesans_medium";
  margin-bottom: 5px;
  font-weight: normal;
}
.deliverbg {
  width: 100%;
  float: left;
  background: #f6f6f6;
  border: solid 1px #dcdcdc;
  padding: 15px;
  min-height: 429px;
  margin-bottom: 15px;
}
.deliverbg .dForm-group {
  margin-bottom: 10px;
}
.deliveraddress {
  width: 100%;
  float: left;
  background: #fff;
  border: solid 1px #ccc;
  padding: 5px;
  border-radius: 4px;
  padding: 10px 15px;
}
.selectaddress {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.radiselect {
  float: left;
  padding-right: 10px;
}
.addtext {
  float: left;
  width: 90%;
}
.addtext span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #3a3a3a;
}

.editadress {
  border: solid 1px #ef626c;
  padding: 2px 8px;
  font-size: 13px;
  color: #ef626c;
  border-radius: 4px;
  margin: 5px 0px 0px;
  float: left;
  transition: 0.2s;
  text-transform: uppercase;
}

a.editadress:hover,
a.editadress:focus {
  border: solid 1px #ef626c;
  background: #ef626c;
  color: #fff !important;
}

.delpad5 {
  margin-bottom: 3px !important;
}

.addnewaddress {
  width: 100%;
  background: none;
  outline: none;
  float: left;
  border: dashed 1px #ef626c;
  font-size: 14px;
  color: #ef626c;
  padding: 10px 0px;
  font-family: "googlesans_medium";
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0px;
}

.qtyshow {
  padding: 14px 8px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: none !important;
  border-right: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #c2c2c2;
  color: #666;
  border-radius: 4px;
  height: 50px;
  width: 100%;
  text-align: center;
}

.deliverpagebox .dForm-control {
  padding-left: 10px;
}

.removbtn1 {
  float: left;
  color: #ff0000;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  margin: -8px 0px 8px;
  clear: both;
}

.removbtn1:hover,
.removbtn1:focus {
  color: #333 !important;
}

.addmorbtn1 {
  float: left;
  color: #3366cc;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  margin: -8px 0px 8px;
  clear: both;
}

.addmorbtn1:hover,
.addmorbtn1:focus {
  color: #333 !important;
}
.tagbg {
  width: 100%;
  padding: 7px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  color: #666;
  float: left;
}
.labeltag {
  background: #efefef;
  float: left;
  font-size: 16px;
  color: #000000cc;
  padding: 5px 10px;
  border-radius: 3px;
  margin-right: 7px;
}
.closeicons {
  float: right;
  font-size: 14px !important;
  margin: 7px 0px 0px 10px;
}
.centertxt {
  text-align: center;
}
.datetimeicon {
  /*background: url(../images/date-time-icon.jpg) no-repeat 96% white;*/
  position: relative;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-size: 20px;
  width: 100%;
  height: 50px;
  padding: 14px 10px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  color: #666;
}
.viewdelivery {
  width: 100%;
  padding: 10px 5px 15px;
  float: left;
}
.deliverdetails {
  width: 100%;
  padding: 10px 0px;
  float: left;
}
.delivertype {
  width: 100%;
  float: left;
}
.delformbox {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  padding: 13px 15px 12px;
  margin-bottom: 20px;
  float: left;
}
.delformbox h5 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #000000cc;
  margin: 0px 0px 3px;
  float: left;
}
.delformbox p {
  width: 100%;
  font-size: 15px;
  font-family: "googlesans_medium";
  color: #3a3a3a;
  float: left;
  margin: 0px;
  padding: 0px;
}

.tobox {
  width: 50%;
  padding: 0px 10px 0px 0px;
  float: left;
}
.tobox h5 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #000000cc;
  float: left;
}
.tobox p {
  width: 100%;
  font-size: 15px;
  color: #000000cc;
  float: left;
}

.max-w-760 {
  max-width: 760px;
  width: 760px;
}
.sidepl {
  padding-right: 8px !important;
}
.sidepr {
  padding-left: 8px !important;
}

.senderstrip {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.deliversender {
  width: 100%;
  float: left;
}
.deliversender h5 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000000cc;
  font-family: "google_sansbold";
  margin-bottom: 5px;
}
.senderdetails {
  width: 100%;
  float: left;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding: 10px 15px 5px;
  margin-bottom: 10px;
  min-height: 150px;
}
.sendaddress {
  width: 100%;
  float: left;
}
.sendaddress ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
.sendaddress ul li {
  width: 100%;
  margin: 0px;
  padding: 0px 0px 4px;
  float: left;
}
.view_label {
  font-size: 15px !important;
}
.addricons {
  float: left;
  width: 22px;
}
.addricons svg {
  font-size: 16px;
  color: #333333;
}
.addrestxt {
  float: left;
  width: 90%;
}

.addrestxt span {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #000000cc;
  line-height: 22px;
}
.addrestxt a {
  color: #000000cc;
  text-decoration: none;
}
.addrestxt a:focus,
.addrestxt a:hover {
  color: #ef626c !important;
  text-decoration: none;
}
.deliveryitems {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.itemliststrips {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.itemsboxshowss {
  width: 100%;
  float: left;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  margin-bottom: 10px;
  padding: 10px 10px;
}

.silderview {
  width: 100%;
  float: left;
}
.silderview .carousel-control-next,
.carousel-control-prev {
  top: 43% !important;
  display: inherit !important;
  opacity: 1 !important;
}
.silderview .carousel-control-prev {
  left: 5% !important;
}
.leftbg {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  float: left;
  line-height: 14px !important;
  font-size: 8px !important;
}
.rightbg {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  float: left;
  line-height: 14px !important;
  font-size: 8px !important;
}

.silderview .carousel-item img {
  border-radius: 4px;
}
.padre {
  padding: 0px 10px 0px 0px !important;
}
.tableitem {
  width: 100%;
  float: left;
  border-right: solid 1px #e1e1e1;
  min-height: 95px;
}
.tableitem table {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-align: left;
}
.tableitem table tr th {
  color: #000000cc;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.tableitem table tr td {
  color: #3a3a3a;
  font-family: "googlesans_medium";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.tableitem table tr th:nth-child(1) {
  width: 50%;
}
.tableitem table tr th:nth-child(2) {
  width: 20%;
}
.tableitem table tr th:nth-child(3) {
  width: 30%;
}
.totalksh {
  width: 95%;
  float: left;
  background: #f5f5f5;
  border-radius: 5px;
  min-height: 95px;
  text-align: center;
  padding-top: 25px;
}
.totalksh h5 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 14px;
  font-family: "google_sansregular";
  font-weight: normal;
  color: #000000cc;
  margin: 0px;
  padding: 0px;
}
.totalksh h2 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  font-family: "google_sansbold";
  color: #000000cc;
  margin: 0px;
  padding: 0px;
}
.deliverhistory {
  width: 100%;
  float: left;
}
.delhistorytable table {
  width: 100%;
  text-align: left !important;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  border-collapse: inherit !important;
  margin-bottom: 8px;
}
.delhistorytable table tr th {
  color: #000000cc;
  font-size: 14px;
  padding: 8px 10px;
  border: solid 1px #dcdcdc;
  font-family: "proxima_novasemibold";
  font-weight: normal;
  border-collapse: inherit !important;
}
.delhistorytable table tr td {
  color: #000000cc;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  font-family: "proxima_novaregular";
  text-align: left;
  padding: 8px 10px;
  font-weight: normal;
}
.delhistorytable table tr th:nth-child(1) {
  width: 28%;
  border-radius: 5px 0px 0px 0px;
  border-right: none;
  border-bottom: none;
}
.delhistorytable table tr th:nth-child(2) {
  width: 38%;
  border-right: none;
  border-bottom: none;
}
.delhistorytable table tr th:nth-child(3) {
  width: 14%;
  border-right: none;
  border-bottom: none;
}
.delhistorytable table tr th:nth-child(4) {
  width: 20%;
  border-radius: 0px 5px 0px 0px;
  border-bottom: none;
}
.delhistorytable table tr td:nth-child(1) {
  border-right: none;
  border-bottom: none;
}
.delhistorytable table tr td:nth-child(2) {
  border-right: none;
  border-bottom: none;
}
.delhistorytable table tr td:nth-child(3) {
  border-right: none;
  border-bottom: none;
}
.delhistorytable table tr td:nth-child(4) {
  border-bottom: none;
}
.borderrightss {
  border-right: 1px solid #d8d8d8 !important;
}
.delstatus {
  width: 100%;
  float: left;
  padding: 3px;
}

.statusdetails {
  width: 100%;
  float: left;
}

.statuslabel {
  font-family: "google_sansregular" !important;
}

.noticut {
  margin-right: 5px;
}

.deliveryfooter {
  width: 100%;
  float: left;
}

a.addstatusbtn {
  background: #ef626c;
  border-radius: 5px;
  font-size: 14px;
  font-family: "googlesans_medium";
  color: #fff;
  padding: 10px 15px;
  float: left;
  text-decoration: none;
}

a.addstatusbtn:hover,
a.addstatusbtn:focus {
  background: #dc5a63;
  color: #fff !important;
  text-decoration: none;
}

.addcricle {
  margin-right: 5px;
}

.filterbtns {
  margin-left: 10px;
  color: #ef626c;
  text-decoration: underline;
}

.filterhead {
  color: #ef626c;
  font-family: "google_sansbold";
}

.filterdetailspop {
  width: 100%;
  float: left;
}

.statusrow {
  width: 100%;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 15px;
  float: left;
}

.statuscheck {
  width: 100%;
  padding: 8px 0px;
  float: left;
}

.statuscheck .checkinfo {
  margin-bottom: 5px;
}

.rowpad1 {
  padding: 3px 0px 20px !important;
}

.endfilter {
  width: 100%;
  float: left;
}

.clearbtn {
  float: left;
  font-family: "google_sansbold";
  margin-top: 5px;
  font-size: 18px;
  color: #393939;
  text-decoration: underline;
}

.clearbtn:hover {
  color: #dc5a63 !important;
}

.resultbtn {
  background: #ef626c;
  border-radius: 5px;
  font-size: 14px;
  font-family: "googlesans_medium";
  color: #fff;
  padding: 8px 15px;
  float: right;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.resultbtn:hover {
  background: #dc5a63;
  color: #fff;
}
.topheadpad {
  margin-top: -10px !important;
}
.reqhead h3 {
  font-size: 18px;
}

.max-w-1050 {
  max-width: 1050px;
  width: 1050px;
}

.requesttable {
  width: 100%;
  float: left;
}
.requesttable table {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d8d8d8;
  border-collapse: inherit !important;
  margin-bottom: 8px;
  border-radius: 5px 5px 5px 5px;
  border-left: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
}
.requesttable table tr th {
  color: #000000cc;
  font-size: 14px;
  text-align: left;
  padding: 8px 10px;
  border: solid 1px #dcdcdc;
  font-weight: normal;
  border-collapse: inherit !important;
}
.requesttable table tr td {
  color: #000000cc;
  font-size: 14px;
  text-align: left;
  border: 1px solid #d8d8d8;
  text-align: left;
  padding: 8px 10px;
  font-weight: normal;
}
.requesttable table tr th:nth-child(1) {
  width: 20%;
  border-radius: 5px 0px 0px 0px;
  border-bottom: none;
  font-family: "google_sansregular";
  border-left: none;
  border-right: none;
}
.requesttable table tr th:nth-child(2) {
  width: 80%;
  border-bottom: none;
  border-radius: 0px 5px 0px 0px;
  font-family: "googlesans_medium";
  border-right: none;
  padding-left: 15px;
}
.requesttable table tr td:nth-child(1) {
  border-left: none;
  border-bottom: none;
  border-right: none;
  font-family: "google_sansregular";
}
.requesttable table tr td:nth-child(2) {
  border-right: none;
  border-bottom: none;
  padding-left: 15px;
}
.requesttable table tr td label {
  font-family: "googlesans_medium";
}
.attechinfo {
  float: left;
  margin-right: 25px;
}
.attechinfo svg {
  margin-right: 10px;
  float: left;
}
a.preshow {
  float: left;
  color: #005276;
  text-decoration: underline;
  cursor: pointer;
  font-family: "proxima_novasemibold";
}
a.preshow:hover {
  float: left;
  color: #ef626c !important;
}
.previewico {
  margin-top: 5px;
}
.previewico {
  margin-right: 5px;
}
.sendimg {
  float: left;
  margin: 7px 10px -5px 0px;
}
.reqimgs {
  float: left;
  margin: 0px 10px -5px 0px !important;
}
.sendimg img {
  height: 25px;
}
.custxt {
  padding-top: 3px;
  float: left;
}
.pendingtxt {
  color: #3366cc !important;
  font-weight: normal;
}
.approvtxt {
  color: #00e800 !important;
  font-weight: normal;
}
.rejecttxt {
  color: #ff0303 !important;
  font-weight: normal;
}
.holdtxt {
  color: #ff9e0d !important;
  font-weight: normal;
}
.commantrequest {
  width: 100%;
  float: left;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 10px 15px;
  margin: 5px 0px 0px;
}
.commantrequest h3 {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: normal;
  font-family: "googlesans_medium";
  color: #2a2a2a;
}
.commantrequest p {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #000000cc;
}
.approvstrip {
  width: 100%;
  padding: 15px 0px 0px;
  float: left;
}
.approvebtn {
  width: 100%;
  float: left;
}

.approvshowbtn {
  float: left;
  background: #00cc00;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 5px;
}
.approvshowbtn:hover,
.approvshowbtn:focus {
  float: left;
  background: #009a00;
  color: #fff !important;
}

.rejectbtn {
  float: left;
  background: #ff0000;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  margin: 0px 5px;
}
.rejectbtn:hover,
.rejectbtn:focus {
  float: left;
  background: #e30808;
  color: #fff !important;
}

.holdbtns {
  float: left;
  background: #ff9e0d;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  margin-left: 5px;
}
.holdbtns:hover,
.holdbtns:focus {
  float: left;
  background: #e18a09;
  color: #fff !important;
}

.appcheckico {
  float: left;
  margin: 5px 10px 0px 0px;
}
.approvinfo {
  width: 100%;
  float: left;
  padding: 15px 0px;
  margin: 5px 0px;
}

.writeboxshow {
  width: 100%;
  float: left;
  border: solid 1px #d9d9d9;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}

.writeboxshow:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 11%;
  margin: 0 auto;
  transform: rotate(45deg);
  background: #fff;
  z-index: 2;
  border-width: 1px 0px 0px 1px;
}

.rejectbox {
  width: 100%;
  float: left;
  border: solid 1px #d9d9d9;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}

.rejectbox:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 38%;
  margin: 0 auto;
  transform: rotate(45deg);
  background: #fff;
  z-index: 2;
  border-width: 1px 0px 0px 1px;
}

.holdbox {
  width: 100%;
  float: left;
  border: solid 1px #d9d9d9;
  padding: 5px;
  border-radius: 5px;
  position: relative;
}

.holdbox:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 35%;
  margin: 0 auto;
  transform: rotate(45deg);
  background: #fff;
  z-index: 2;
  border-width: 1px 0px 0px 1px;
}

.writedetails {
  width: 100%;
  min-height: 80px;
  font-size: 15px;
  color: #000000;
  opacity: 0.5;
  float: left;
  padding: 10px;
  outline: none;
  border: none;
  text-align: left;
}
.writesubmit {
  float: right;
  background: #ef616c;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 25px;
  border-radius: 3px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
  margin: 10px 10px 10px 0px;
}
.writesubmit:hover {
  background: #dc4f5a;
  color: #fff;
}

.approvalform {
  width: 100%;
  float: left;
}
.chooseapprovlist {
  width: 100%;
  padding: 0px 15px;
  float: left;
}
.chooseapprovlist ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}
.chooseapprovlist ul li {
  float: left;
  margin-right: 30px;
}
.apprchosebox {
  border: solid 1px #ccc;
  border-radius: 50px;
  padding: 5px 8px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  float: left;
}
.imgchoose {
  float: left;
  margin-right: 10px;
}
.imgchoose img {
  float: left;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: solid 1px #ccc;
}
.apprtxtchoose {
  float: left;
  margin-right: 25px;
}
.apprtxtchoose h3 {
  float: left;
  font-family: "googlesans_medium";
  font-size: 15px;
  color: #333;
  font-weight: normal;
  clear: both;
}
.apprtxtchoose span {
  float: left;
  line-height: 17px;
  color: #333333;
  opacity: 0.7;
  font-weight: normal;
  font-family: "google_sansregular";
  clear: both;
  font-size: 14px;
}
.chooseselect {
  float: left;
  position: absolute;
  top: 8px;
  right: 15px;
}
.attechfile {
  width: 100%;
  padding: 15px 0px;
  float: left;
}
.uploadstrip {
  width: 100%;
  float: left;
  position: relative;
}
.uploadshow {
  float: left;
}
.fileupbtnshow {
  float: left;
  border: solid 1px #dfdfdf;
  background: none;
  padding: 10px 15px;
  color: #000000cc;
  font-size: 14px;
  font-family: "googlesans_medium";
}
.fileicons {
  float: left;
  margin: 2px 8px 0px 0px;
}
.attechcount {
  float: left;
  background: #3366cc;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  margin: 0px 10px;
}
.attechsvg {
  float: left;
  width: auto !important;
  margin: 4px 5px 0px 0px;
}
.countshows {
  float: left;
  color: #fff;
}
.countshows span {
  float: left;
  color: #fff;
}
.attechfileshow {
  width: auto;
  float: left;
  clear: both;
  margin-left: 135px;
  position: absolute;
  top: 130%;
  z-index: 9;
  background: #fff;
}
.filesshow {
  width: auto;
  float: left;
  border: solid 1px #e2e2e2;
  box-shadow: 0px 3px 6px #00000029;
}

.filesshow:after,
.filesshow:before {
  content: "";
  display: block;
  position: absolute;
  left: 10%;
  width: 0;
  height: 0;
  border-style: solid;
}
.filesshow:after {
  top: -17px !important;
  border-color: transparent transparent transparent #fff;
  border-width: 9px;
  rotate: -90deg;
}

.filesshow:before {
  top: -18px !important;
  border-color: transparent transparent transparent #d9d9d9;
  border-width: 9px;
  rotate: -90deg;
}
.deltxts {
  margin: 13px 0px 0px 8px;
  float: left;
  position: absolute;
  font-size: 10px;
  color: #ff0000;
  text-decoration: underline;
}
.filenamess {
  font-size: 12px;
  color: #333333;
}
.uploadlabel {
  color: #000000cc;
  opacity: 0.6;
  font-size: 14px;
  margin: 8px 0px 0px;
  width: 100%;
  float: left;
}

#files-area {
  width: 100%;
  float: left;
}

/**/

.file-block {
  margin: 3px 8px;
  width: auto;
  clear: both;
  display: flex;
  border-bottom: solid 1px #d5d5d5;
  padding: 5px 0px;
}

.file-block span.name {
  padding-right: 8px;
  width: max-content;
  display: inline-flex;
}
.file-delete {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
}
.file-delete span {
  transform: rotate(0deg);
  font-size: 10px;
  clear: both;
  color: red;
  text-decoration: underline;
}


/**/

.addtageselect .select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa !important;
  border-radius: 4px !important;
}
.delpadl {
  padding-left: 0px;
}

.silderview {
  width: 100%;
  float: left;
}
.sildeimg {
  width: 100%;
  float: left;
}
.sildeimg img {
  width: 100%;
  float: left;
  height: 115px;
}
.owl-theme .owl-nav [class*="owl-prev"] {
  top: 38%;
  left: 0px;
  position: absolute;
  background: none !important;
}
.owl-theme .owl-nav [class*="owl-next"] {
  top: 38%;
  right: 0px;
  position: absolute;
  background: none !important;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #000 !important;
  font-size: 12px !important;
  margin: 3px;
  background: #fff !important;
  cursor: pointer;
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
}
.owl-dots {
  display: none;
}
.sellmemberplan {
  width: 100%;
  float: left;
}
.selpadl {
  padding-right: 0px;
}
.sellmemberplan .dForm-control {
  padding: 14px 15px;
}

.memberlist {
  width: 100%;
  float: left;
}
.memberow {
  width: 100%;
  float: left;
}
.accheadings {
  width: 100%;
  cursor: pointer;
  padding: 4px 0px 0px 30px;
  font-size: 16px;
  font-weight: normal;
  font-family: "googlesans_medium";
  color: #000000cc;
  float: left;
}
.datelist {
  width: 100%;
  float: left;
}
.datelist ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}
.datelist ul li {
  width: 100%;
  font-size: 14px;
  color: #2d2d2d;
  padding: 5px 0px;
  list-style-type: none;
  float: left;
}
.termtxt {
  width: 100%;
  font-size: 14px;
  color: #2d2d2d;
  padding: 5px 0px;
  list-style-type: none;
  float: left;
}
.datelist ul li span {
  color: #ff0000;
}
.beniftaccordin {
  width: 100%;
  float: left;
  padding: 0px 0px 10px;
}
#accordian {
  position: relative;
  width: 100%;
  float: left;
  margin: 3px 0px;
}

.filter-option-heading:before {
  content: "+";
  color: #fff;
  font-size: 13px;
  left: 0;
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.6s ease;
  background: #3366cc;
  width: 18px;
  text-align: center;
  border-radius: 3px;
  top: 2px;
  line-height: 20px !important;
}
.filter-option-heading.activeFilter:before {
  display: none;
}
#accordian .filter-option-heading.activeFilter:after {
  content: "-";
  color: #fff;
  font-size: 15px;
  transform: rotate(180deg);
  left: -1px;
  position: absolute;
  background: #3366cc;
  width: 20px;
  transition: all 0.6s ease;
  height: 18px;
  text-align: center;
  border-radius: 3px;
  top: 3px;
  line-height: 20px !important;
}
.filter-option-content {
  display: none;
}

.border-right-nones input {
  border-right: none !important;
}
.notipad {
  margin: 5px 0px;
  float: left;
  width: 100%;
}
.customerinfo {
  width: 100%;
  padding: 0px 15px;
  float: left;
}
.customerinfo ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
.customerinfo ul li {
  width: 28%;
  margin: 0px 16px 0px 0px;
  float: left;
}
.memberplanbox {
  width: 80%;
  float: right;
  border: solid 1px #cccccc;
  border-radius: 5px;
}
.planhead {
  width: 100%;
  border-bottom: solid 1px #ccc;
  float: left;
  padding: 10px 20px;
}
.planhead h3 {
  width: 100%;
  font-size: 14px;
  font-family: "google_sansregular";
  color: #3a3a3a;
  float: left;
  font-weight: normal;
}
.planhead h2 {
  width: 100%;
  font-size: 16px;
  color: #3a3a3a;
  font-family: "google_sansbold";
  font-weight: normal;
  float: left;
}
.activdate {
  width: 100%;
  float: left;
}
.activhead {
  float: left;
  width: 100%;
  padding: 15px;
}
.activhead span {
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: "google_sansregular";
  color: #3a3a3a;
}
.activhead h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #3a3a3a;
  font-family: "google_sansbold";
  font-weight: normal;
}
.pricebottom {
  width: 100%;
  padding: 5px 20px;
  float: left;
  position: relative;
  z-index: 9 !important;
}
.pricebottom table {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.pricebottom table tr {
  width: 100%;
  padding: 5px 0px;
  border-bottom: solid 1px #cccccc;
  float: left;
}
.pricebottom table tr td {
  float: left;
  padding: 3px 0px;
  font-size: 14px;
  font-family: "google_sansregular";
  color: #3a3a3a;
  width: 50%;
}
.amountxts {
  font-size: 15px;
  color: #3a3a3a;
  font-family: "google_sansbold";
  font-weight: normal;
}
.placebtns {
  float: left;
  background: #ef616c;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
  margin: 8px 0px;
}

.placebtns:hover {
  background: #dc4f5a;
  color: #fff !important;
}

.cancelbtnss {
  float: left;
  color: #333;
  outline: none;
  padding: 5px 30px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
  text-decoration: underline;
  width: 100%;
  margin: 5px 0px;
}

.cancelbtnss:hover {
  color: #dc4f5a !important;
}

.purclimitinfo {
  width: 100%;
  padding: 0px 15px;
  float: left;
}

ul.tabinner a.active {
  color: #fff !important;
}

.tagpadss {
  padding-top: 10px;
}

.kshtxt {
  text-align: right !important;
  position: absolute;
  padding: 12px 0px 0px 14px;
  margin: 2px 0px 0px 2px;
  color: #666;
  font-size: 14px;
}

.pricestrips {
  width: 100%;
  float: left;
}
.pricestrips input {
  padding-left: 50px !important;
}

.bottomlabel {
  width: 100%;
  float: left;
}
.bottomlabel span {
  float: left;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  font-family: "google_sansregular";
}
.membership_form_box {
  width: 100%;
  float: left;
}
.uploadimgwid {
  width: 130px;
}

.benifitbottomrow {
  width: 100%;
  float: left;
}

.customerplanbox {
  width: 100%;
  float: left;
  border-top: solid 1px #cccccc;
}
.customerplanbox h2 {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #333333;
  font-family: "google_sansbold";
}

.textminheight {
  min-height: 413px;
}

.pdrl {
  padding-left: 0px !important;
}

.pendingcolor {
  color: #efb300;
}
.parpadcolor {
  color: #3366cc;
}
.overduecolor {
  color: #ff0000;
}
.sendscolor {
  color: #00c1d6;
}
.paidcolor {
  color: #47c200cc;
}
.memuploadtxt {
  font-size: 12px;
  opacity: 1 !important;
  color: #333 !important;
  font-family: "google_sansregular";
}
.d-remove {
  display: inherit !important;
}

.sell_memberheading {
  width: 100%;
  float: left;
  padding: 0px 15px;
}

.rightalignshow {
  float: right;
}

.filtertopbtns {
  float: left;
}

.sell_mem_btn {
  float: left;
  margin-right: 15px;
}

.sell_mem_btn .buttons {
  height: 48px !important;
}

.sell_mem_btn i {
  color: #fff !important;
}

.delivestatlist li {
  margin-bottom: 10px;
  float: left;
}

.iconshowimg {
  width: auto !important;
  height: 50px !important;
  margin-top: 26px;
}
.iconshowimg img {
  width: auto !important;
  height: 100%;
  border: solid 1px #d5d5d5;
  padding: 3px;
}

.customerplanbox .dForm-control[readonly] {
  background-color: #f5f5f5;
  border-right: none !important;
}
.addmorsection {
  position: relative;
}
.morinputdiv {
  width: 88% !important;
  margin-right: 2%;
}

.border-rounds {
  border-radius: 4px !important;
}

.celendershow {
  background: url(../images/calendar.png) no-repeat 96% 16px !important;
  position: relative;
  -webkit-appearance: none;
  background-size: 15px !important;
  cursor: pointer;
}

.unselectcelshow {
  background: url(../images/calendar.png) no-repeat 95% 16px !important;
  position: relative;
  -webkit-appearance: none;
  background-size: 15px !important;
  cursor: pointer;
  background-color: #f5f5f5 !important;
}

.timeclockicon {
  background: url(../images/clock.png) no-repeat 95% 17px !important;
  position: relative;
  -webkit-appearance: none;
  background-size: 15px !important;
  cursor: pointer;
}

.unselecttimeicon {
  background: url(../images/clock.png) no-repeat 95% 17px !important;
  position: relative;
  -webkit-appearance: none;
  background-size: 15px !important;
  cursor: pointer;
  background-color: #f5f5f5 !important;
}

.timepostion {
  background-position: 95% 17px !important;
}

.sellmemberplan_dbody .sellmemberplan #rightColumnWrapper {
  /* height: 300px;
  background-color: red; */
}

/* .sellmemberplan_dbody #rightColumnWrapper::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -30px;
  border-left: 1px solid #ccc;
  height: calc(100vh + 260px);
  width: 1px;
  z-index: 1;
} */

/* .sellmemberplan_dbody .sellmemberplan {
  position: relative;
} */

.sellmemberplan_dbody {
}

.sellmemberplan_dbody .right_devider {
  position: fixed !important;
  height: calc(100vh);
  right: 30px;
  top: 0;
  border-left: 1px solid #ccc;
  margin-top: 0;
  max-width: calc(385px) !important;
}

.sellmemberplan_dbody .dashHead {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-top: -30px;
  padding-top: 19px;
}

.sellmemberplan #rightColumnWrapper .memberplanbox {
  max-width: 100%;
  width: 100%;
}

/*030523*/

.approval_tabing {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.approval_tabing ul {
  width: 100%;
  float: left;
}

.approval_tabing ul li {
  float: left;
  padding: 10px 40px 10px 0px;
}

.approval_tabing ul li a {
  float: left;
  font-size: 20px;
  font-weight: 500;
  border-bottom: solid 2px #fff;
  padding: 5px 0px;
  font-family: "proxima_novasemibold";
}

.approval_tabing .active {
  color: #3366cc !important;
  padding: 5px 0px;
}
.un_active {
  border-bottom: solid 3px #3366cc !important;
}
.un_active2 {
  border-bottom: solid 3px #18c100 !important;
}
.un_active3 {
  border-bottom: solid 3px #ff0000 !important;
}
.un_active4 {
  border-bottom: solid 3px #ff9e0d !important;
}
.approval_tabing .active2 {
  color: #18c100 !important;
  padding: 5px 0px;
}
.approval_tabing .active3 {
  color: #ff0000 !important;
  padding: 5px 0px;
}
.approval_tabing .active4 {
  color: #ff9e0d !important;
  padding: 5px 0px;
}

.approvss {
  float: left;
}
.approvename {
  float: left;
  padding: 0px !important;
}
.approvss span {
  float: left;
  clear: both;
  color: #aaaaaa !important;
}

/*080523*/
.productlpad{
  padding-right: 15px;
}

.offcanvasfooterbottom{
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0px;
}

.invocieinfos{
  width: 100%;
  float: left;
  padding: 15px 0px;
}

.paymentlabel {
  padding: 10px 0px!important;
  font-family: "googlesans_medium";
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000000CC;
}


.invoiceaddmorebtn {
  float: left;  
  background: none!important;
  color: #3366CC!important;
  outline: none;
  border: none;    
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  
}
.invoiceaddmorebtn:hover {  
  background: none!important;
  color: #153E91!important;
}


.invoiceremovebtn {
    float: left;
    background: none!important;
    color: #EF626C;
    outline: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin: 0px;
    text-decoration: underline;
}
.invoiceremovebtn:hover {
  background: none!important;
  color: #DE434E!important;
}

.payment-save {
    float: left;
    background: #EF626C!important;
    border-radius: 4px;
    color: #fff!important;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    outline: none!important;
    cursor: pointer;
    margin: 15px 0px 0px;
}

.payment-save:hover {    
    background: #E4424D!important;    
    color: #fff!important;    
}

.invoicetabless{
  width: 100%;
  float: left;
  overflow: auto;
}

.invoicetabless{
  width: 100%;
  float: left;
  overflow: auto;
}


.invoicetabless table{
  width: 100%;
  float: left;
  width: 1000px;
  
}

.padbottom{
  margin-bottom: 5px;
}

.statment-table{
  width: 80%;
  margin: 15px auto;
  display: table;
  float: none;
}

.statment-table h5{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0px 20px;
  margin:0px;
}

.statment-table table{
  border-color: #c9c9c9;
}

.statment-table tr th {
    background: #e1e1e1;
    font-weight: 500!important;
    font-size: 16px!important;
    color: #000!important;
}
.statment-table tr td {    
    font-size: 15px!important;        
}

.bg-show{
  background: #f5f5f5!important;
  text-align: right;
}
.net-income-bg{
  background: #e1e1e1;
  text-align: right;
  color: #000!important;
}

.padbtnbottom{
  margin-bottom: 15px;
}
.in_active{
  background: #d5d5d5!important;   
  color: #fff;
}

.btnPrePostPaid{
  background: #d5d5d5!important;   
  color: #fff;
}

.delivery_active{
  background: #EF626C!important;   
  color: #fff;
  cursor: pointer;
}

.plan-right-infomation {
    width: 100%;
    float: left;
    padding: 35px 15px 30px 30px;
}

.border-bottom-divide{
  border-bottom: 1px solid #c9c9c9 !important;
}

.cut-details-row{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.cut-details-row h6{
  width: 100%;
  float: left;
  font-size: 18px;
  color: #000000CC;
  padding: 5px 0px 10px;
  margin-bottom: 15px;
  font-family: "proxima_novabold";
}

.customer-heading{
  color: #000000CC;
  font-size: 16px;
  width: 100%;
  float: left;
}

.cut_details_txt{
  color: #000000CC;
  font-size: 16px;
  margin:5px 0px;
  width: 100%;
  font-family: "googlesans_medium";
  float: left;
}

.invoice-info-row{
  width: 100%;
  float: left;
}

.leftinvoiceside {
  width: 100%;
  float: left;
  padding: 25px 15px 25px 0px;
}

.leftinvoiceside h3{
  width: 100%;
  float: left;
  font-size: 30px;
  color: #333333;
  font-family: "proxima_novabold";
}

.text-end-border{
  border-bottom: solid 1px #c9c9c9!important;
}


/*purchase pages start styles*/
.order-btns{
  border:solid 1px #EF626C;
  border-radius: 2px;
  color: #EF626C;
  font-size: 16px;
  padding: 8px 15px;
  float: left;
  margin-left: 10px;
}

.order-btns:hover,
.order-btns:focus{
  border:solid 1px #EF626C;
  background: #EF626C;  
  color: #fff!important;  
  float: left;
}

.recivebtns{
  border:solid 1px #EF626C;
  background: #EF626C!important;  
  color: #fff!important;  
  float: left;
}

.recivebtns:hover{
  border:solid 1px #cc454f;
  background: #cc454f!important;   
}

.purchase-order-container{
  width: 100%;
  float: left;
}

.purchase-details-section{
  width: 100%;  
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  float: left;
}

.order-details-top{
  width: 100%;
  float: left;
  padding: 10px 0px 25px;  
}

.order-details-top h1{
  width: 100%;
  padding: 0px 20px;
  font-size: 30px;  
  color: #000;
  float: left; 
  font-family: "google_sansbold";
}

.progress-bar-section{
  width: 100%;
  padding: 0px 20px;
  float: left;
}

.progress {
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 65px;    
    position: relative;
    margin: 0px 0px 10px;
    height: 15px;
    width: 250px;
    float: left;
}

.progress-done {
  background: #8CC748;  
  border-radius: 20px!important;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}

.progress label{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #000000CC;
  text-align: left;
  margin:1px 0px;

}

.recivetxt {
  color: #3366CC;
  font-size: 14px;
  float: left;
  margin: -3px 0px 0px 10px;
}

.order-details-bottom{
  width:100%;
  float: left;
  padding: 15px 15px;
  border-top: solid 1px #ccc;
}

.purchasedate{
  width: 100%;
  float: left;
}

.purchasedate label{
  width: 100%;
  font-size: 14px;
  color: #000000CC;
  opacity: 0.7;
  float: left;
}

.purchasedate h5{
  width: 100%;
  color: #3A3A3A;
  font-size: 18px;
  font-family: "googlesans_medium";
  font-weight: normal;
  float: left;
}

a.supllercalltxt{
  color: #3366CC; 
  display: flex;   
}

a.supllercalltxt:hover{
  color: #EF616C!important;  
}

.supllercalltxt svg {
    float: left;
    margin: 5px 0px 0px 10px;
}

.purchase-data-section{
  width: 100%;
  padding: 15px 0px;
  float: left;
}

.purchase-table{
  width: 100%;
  float: left;
}

.purchase-table h4{
  width: 100%;
  font-size: 18px;
  color: #000000CC;
  font-family: "google_sansbold";
  float: left;
  padding: 10px 0px;
}

.table-data{
  width: 100%;
  float: left;
  border:solid 1px #ccc;
  font-size: 14px;
  color: #000000CC;
  margin-bottom: 10px;
}

.table-data tr th{ 
  border-bottom:solid 2px #ccc;
  font-weight: normal;
  font-family: "googlesans_medium";
  padding: 10px 10px;
  text-align: left;
}

.table-data tr th:first-child {
  padding-left: 20px;
}

.table-data tr th:last-child {
  padding-right: 20px;
}


.table-data tr td{ 
  border-bottom:solid 1px #ccc;
  font-weight: normal;
  padding: 13px 10px;
  text-align: left;
}

.table-data tr td:first-child {
  padding-left: 20px;
}

.table-data tr td:last-child {
  padding-right: 20px;
}


.align-right{
  text-align: right!important;
}

.table-amount{
  float: right;
  width: 40%;
  padding: 15px 20px 10px;
  border-radius: 3px;
  border:solid 1px #ccc;
  margin-top: 15px;
}

.table-amount table tr td {
  font-weight: normal;
  padding: 5px 0px;
  font-size: 16px;
  color: #000000CC;
}

.table-amount table tr td:last-child{
  text-align: right;
}

.amountshow{
  width: 100%;
  border-top: solid 2px #DFDFDF;  
  float: left;
  font-size: 20px;
  color: #000000CC;
  font-family: "google_sansbold";  
  padding-top: 10px;
  margin-top: 10px;
}

.amountshow h6{
  float: left; 
  font-size: 20px;
  color: #000000CC;
  font-family: "google_sansbold";  
}

.amountshow span{
  float: right;
}

.order-drop-list {
  background: url(../images/order-drop-menu.png) center no-repeat;
  width: 40px;
  height: 40px;
  border: 1px solid #EF626C;
  border-radius: 3px;
  float: left;
  margin-left: 10px;  
  padding: 0;
  position: relative;
  cursor: pointer!important;
}

.order-drop-list:focus { pointer-events:none; }
.order-drop-list:focus .order-sub-menu { opacity:1; visibility:visible; }
.order-sub-menu {
  background-color: #fff;
  width: 200px;
  margin: 50px 0 0 0;
  padding: 10px; 
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  pointer-events: auto;
  position: absolute;
  z-index: 999!important;
  opacity: 0;
  visibility: hidden;
  transition: visibility 1s;
  right: 0px;
  box-shadow: 0px 3px 8px #ccc;
}

.order-sub-menu:before{
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  display: inline-block;
  position: absolute;
  top: -7px;    
  right: 13px;
  margin: 0 auto;
  transform: rotate(45deg);
  background: #fff;
  z-index: 2;
  border-width: 1px 0px 0px 1px;
}

.order-sub-menu ul{
  width: 100%;
  float: left;
}

.order-sub-menu ul li{
  width: 100%;
  float: left;
}

.order-sub-menu ul li a{
  width: 100%;
  color: #000000CC;
  font-size: 14px;
  padding: 4px 8px;
  float: left;
}

.order-sub-menu ul li a:hover{  
  color: #EF626C!important;  
}


#CustomerDetail{  
  z-index: 99999999!important;
}

/*New dashboard style start*/

.dashboard-container {
  width: 100%;
  float: left;
}

.section-dash {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.section-head {
  width: 100%;  
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-head h1{  
  float: left;
  font-size: 22px;
  font-family: "google_sansbold";
  text-transform: uppercase;
  color: #3366CC;
}

.right-top-list{
  float: right;
}

.right-top-list ul{
  float: right;
}

.right-top-list ul li{
  float: left;  
  margin-left: 10px;
}

.right-top-list ul li a{
  float: left;
  font-size: 12px;
  color: #686868;  
  font-family: "google_sansregular"!important;
  font-weight: 400!important;
  border:solid 1px #E2E2E2;
  border-radius: 4px;
  padding: 5px 8px;
}

.right-top-list ul li a:hover{
  background: #E5F3FF;
  float: left;
  font-size: 12px;
  color: #3366CC!important;
  border:solid 1px #D1DFFC;
  border-radius: 4px;
  padding: 5px 8px;
}

.right-top-list ul li a.list-acitve{
  background: #E5F3FF;
  float: left;
  font-size: 12px;
  color: #3366CC!important;
  border:solid 1px #D1DFFC;
  border-radius: 4px;
  padding: 5px 8px;
}

.dateinputs {
  background-image: url(../images/celender-icon.png)!important;
  background-position: center 8px!important;
  width: 28px;
  font-size: 12px;
  color: #fff;
  border: solid 1px #E2E2E2;  
  border-radius: 4px;
  padding: 0px 0px 0px 0px;
  background-repeat: no-repeat!important;
  cursor: pointer!important;
  text-indent: 58px;
  height: 30px;
}

.applyBtn {
  background: #EF626C;
  font-family: "googlesans_medium"!important;
  font-weight: normal!important;
  color: #fff;
  padding: 6px 10px!important;
  border-radius: 4px!important;
  font-size: 12px!important;
  outline: none!important;
  border: none;
  cursor: pointer;
}

.applyBtn:hover, 
.applyBtn:focus{
  background: #E54B56;  
  color: #fff!important;  
}

.cancelBtn {
  background: #3366CC;
  font-family: "googlesans_medium"!important;
  font-weight: normal!important;
  color: #fff;
  padding: 6px 10px!important;
  border-radius: 4px!important;
  font-size: 12px!important;
  outline: none!important;
  border: none;
  cursor: pointer;
}

.cancelBtn:hover, 
.cancelBtn:focus{
  background: #315AAC;  
  color: #fff!important;  
}


.revenu-section{
  width: 100%;
  float: left;
  border:solid 1px #E2E2E2;
  border-radius: 4px;
}

.revenu-box{
  width: 100%;
  border-right:solid 1px #E2E2E2;
  float: left;
  height: 100%;
}

.revenu-box h2{
  width: 100%;
  float: left;
  font-size: 18px;
  color: #EF626C;
  font-family: "google_sansbold";
  padding: 10px 15px;
  border-bottom: solid 1px #E2E2E2;
}

.padleft0{
  padding-left: 0px;
}

.total-details-box{
  width: 100%;
  padding: 15px 15px;
  float: left;
}

.total-sales-info{
  width: 60%;
  float: left;
}

.sales-list{
  width: 40%;
  padding-left: 10px;
  float: left;
}

.sales-list ul{
  width: 100%;
  float: left;
}

.sales-list ul li{
  width: 100%;
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.seles-dash {
  background: #979797;
  width: 18px;
  height: 4px;
  border-radius: 10px;
  float: left;
  margin: 6px 13px 0px 0px;
}

.salecolor1 {
  background: #EF626C!important;
}

.salecolor2 {
  background: #3366CC!important;
}

.salecolor3 {
  background: #FEAA3A!important;
}

.salecolor4 {
  background: #D2E230!important;
}

.salecolor5 {
  background: #91CD49!important;
}

.salecolor6 {
  background: #82A5E3!important;
}

.salecolor7 {
  background: #FFC4C8!important;
}

.salecolor8 {
  background: #88B0FF!important;
}

.salecolor9 {
  background: #FFCF8E!important;
}

.padright0{
  padding-right: 0px;
}

.sale-txt{
  float: left;
}

.sale-txt label{
  font-size: 12px;
  color: #7D7D7D;
  margin:0px;
  clear: both;
}

.sale-txt h6{
  font-size: 18px;
  color: #4A4A4A;
  clear: both;
  padding: 0px;
  margin:0px;
  font-family: "google_sansbold";
  line-height: 20px;
}

.vertical-center{
  display: flex;
  align-items: center;
}

.revenu-details {
  width: 100%;
  float: left;
  overflow-y: auto;
  height: 230px;
  overflow-x: hidden;
  padding-right: 10px;
}

.service-info{
  width: 100%;
  float: left;
}

.service-info h3{
  width: 100%;
  font-size: 14px;
  color: #3366CC;
  float: left;
  border-bottom: solid 1px #E5E5E5;
  font-family: "google_sansregular";
  font-weight: normal;
  padding: 8px 0px;
}

.total-orders{
  width: 100%;
  float: left;
  padding: 10px 0px;  
}

.revenu-orders{
  width: 100%;
  float: left;
  border-right: solid 1px #E5E5E5;
}

.revenu-orders label{
  width: 100%;
  font-size: 12px;
  color: #7D7D7D;
  float: left;
}

.revenu-orders h5{
  width: 100%;
  font-size: 24px;
  color: #4A4A4A;
  font-family: "google_sansbold";  
  display: flex;
  align-items: center;
}

.downshare {
    background: #F1F1F1;
    font-size: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    color: #FE3D3D;
    margin-left: 10px;
}

.upshare {
    background: #F1F1F1;
    font-size: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    color: #4FC800;
    margin-left: 10px;
}

.sharearrow {
    margin: 0px 6px 0px 0px;
    font-size: 14px!important;   
}

.dividenone{
  border-right: none;
}

.profitinfo{
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  float: left;
}

.profitinfo h6{
  width: 100%;
  font-size: 16px;
  color: #3366CC;
  font-family: "google_sansbold";   
}

.profitinfo h6 label{
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 400!important;
  font-family: "google_sansregular"!important;
  margin-right: 3px;
}

.profit-digram-section{
  width: 100%;
  padding: 10px 0px 5px;
  float: left;  
}

.profitinfo h3 {
  width: 100%;
  font-size: 16px;
  color: #4A4A4A;
  font-family: "google_sansbold";
  text-align: center;
  float: left;
  text-transform: uppercase;
  line-height: 15px;
}

.profitinfo p{
  width: 100%;
  font-size: 12px;
  color: #EF626C;  
  text-align: center;
  float: left;
}

.paymentsection{
  width: 100%;  
  float: left;
}

.paymentinfo{
  width: 100%;
  border: solid 1px #E2E2E2;
  border-radius: 5px;      
  float: left;
}

.paymentinfo h4{    
  font-size: 18px;
  color: #EF626C;
  padding: 10px 15px;
  font-family: "google_sansbold";  
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.d-nones{
  display: inherit!important;
}
.colortxts{
  color: #4A4A4A!important;
}

.selectdays{
  font-size: 12px;
  color: #686868;
  border: solid 1px #E2E2E2;
  border-radius: 4px;
  padding: 5px 8px;
  font-family: "google_sansregular"!important;
  font-weight: 400!important;
  float: left;
}

.paymentdetailsbg {
    background: #F3FBF1 url(../images/card1.png) bottom right no-repeat;
    width: 100%;
    display: flex;
    background-size: 35%;
    padding: 5px 20px;
    align-items: center;
    float: left;
    border-radius: 0px 0px 5px 5px;
    background-position-x: 108%;    
}

.paybg02 {
    background: #F1FBFA url(../images/card2.png) bottom right no-repeat!important;    
    background-position-x: 108%;    
    border-radius: 0px 0px 5px 5px;
}

.paybg03 {
    background: #FBF1FB url(../images/card3.png) bottom right no-repeat!important;    
    background-position-x: 108%;   
    border-radius: 0px 0px 5px 5px; 
}

.paydetails{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0px;
}

.payicon{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #fff;
  padding-top: 20px;
  text-align: center;
}

.payamountshow{
  display: block;
  margin: 0px 0px 0px 20px;
}

.payamountshow h5{
  font-size: 24px;
  color: #7D7D7D;
  clear: both;
  font-weight: 500;
  font-family: "googlesans_medium";
}

.payamountshow h2 {
    clear: both;
    font-family: "google_sansbold";
    font-size: 40px;
    color: #3E3D3D;
    line-height: 40px;
}

.payamountshow label a{
    clear: both;
    font-family: "google_sansbold";
    font-size: 14px;
    color: #3366CC;
    line-height: 40px;
    padding: 0px;
    display: flex;
}

.invoicearrow {
  width: 25px;
  height: 25px!important;
  margin: 6px 0px 0px 10px;
}

.payamountshow label a:hover,
.payamountshow label a:focus{
  color: #3366CC!important;
}

.border-appoint{
  border-bottom: solid 1px #E2E2E2;
}

.custom-appointment{
  width: 100%;
  float: left;
  padding: 15px 15px;    
}

.appointment-chat{
  width: 100%;
  float: left;
  padding: 15px 15px;
  display: flex;
  align-items: center;
}

.appoint-chat-section{
  width: 100%;
  display: flex;  
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.chat-part{
  width: 120px;
  display: flex;  
}

.appointinfo{
  margin:0px 0px 0px 20px;
}

.appointinfo h2{
  font-size: 45px;
  color: #3E3D3D;
  line-height: 50px;
  clear:both;
}

.appointinfo p{
  font-size: 14px;
  color: #7D7D7D;
  clear:both;
}

.appoint-progress {
  width: 100%;
  float: left;
  padding: 25px 0px 0px;
}

.appoint-status{
  width: 100%;
  float: left;
}

.circle-head {
    width: 45px;
    height: 45px;
    background: #82CE4F;
    color: #fff;
    text-align: center;
    display: flex;
    font-family: "google_sansbold";
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 5px auto;
}

.appoint-status p{
  width: 100%;
  padding: 5px 0px;
  font-size: 14px;
  color: #63B22E;
  text-align: center;
  float: left;
}

.progreshead{
  background: #3366CC!important;
}

.progrestxt{
  color: #3366CC!important;
}

.cancelhead{
  background: #FF4451!important;
}

.canceltxt{
  color: #FF4451!important;
}

.notshowhead{
  background: #FEAA3A!important;
}

.notshowltxt{
  color: #FEAA3A!important;
}
.appoitment-box-details {
  width: 100%;
  padding: 15px 10px 20px 15px;
  float: left;
}

.appoint-list {
  width: 100%;
  float: left;
  height: 260px;
  overflow-x: hidden!important;
  overflow-y: auto;
  padding-right: 10px;
}

.appoint-list ul{
  width: 100%;
  float: left;
}

.appoint-list ul li {
  width: 100%;
  float: left;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 8px;
}

.appoint-name{
  display: flex;
  align-items: center;
}

.appointimg{
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.appoint-name-txt{
 margin: 0px 0px 0px 10px;
}

.appoint-name-txt h5{
  font-size: 14px;
  font-weight: 500;
  color: #4A4A4A;
  font-family: "googlesans_medium";
  clear: both; 
  display: block;
}

.appoint-name-txt label{
  font-size: 12px;
  color: #4A4A4A;    
  clear: both; 
  display: block;
}

.appoint-name-txt label a{
  font-size: 12px;
  color: #4A4A4A;    
  clear: both; 
  display: block;
}

.appoint-name-txt span{
  font-size: 12px;
  color: #7D7D7D;    
  clear: both; 
  display: block;
}

.progressbox{
  display: flex;
  width: 100%;
  justify-content: end;
  align-self: end;
}

.progressbg{
  background: #3366CC;
  color: #fff;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 10px;
  float: right;
}

.appointview{
  display: flex;
  width: 100%;
  justify-content: end; 
}

.appointview span {
    display: flex;    
    position: absolute;
    top: 5px;
}

.appointview span img{
  height: 4px;
}

.appointview label {
    display: flex;
    align-self: end;
}

#scroll-appoint::-webkit-scrollbar-track
{ 
  background-color: #E2E2E2;
}

#scroll-appoint::-webkit-scrollbar
{
  width: 3px;
  height: 3px;
  background-color: #E2E2E2;
}

#scroll-appoint::-webkit-scrollbar-thumb
{
  background-color: #7D7D7D;  
  border-radius: 25px;
}


/**/

.dropdown-content::-webkit-scrollbar-track
{ 
  background-color: #E2E2E2;
}

.dropdown-content::-webkit-scrollbar
{
  width: 3px;
  height: 3px;
  background-color: #E2E2E2;
}

.dropdown-content::-webkit-scrollbar-thumb
{
  background-color: #7D7D7D;  
  border-radius: 25px;
}

.futrue-appoint-top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}

.appoint-date-list{
  float: left;
}

.appoint-date-list ul{
  float: left;
}

.appoint-date-list ul li{
  float: left;
  margin: 0px 5px 5px 0px;
}

.daybox{
  border:solid 1px #EBEBEB;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
}

.daybox:hover{
  border:solid 1px #EF626C;
  border-radius: 3px;
  background: #EF626C;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.day-active{
  border:solid 1px #EF626C;
  border-radius: 3px;
  background: #EF626C;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.daybox label{
  font-size: 10px;  
  display: block;
}

.daybox h6{
  font-size: 16px;
  font-family: "googlesans_medium";
  font-weight: 500;  
  display: block;
  line-height: 16px;
}

.more-appoint{
  color: #3366CC;
  font-size: 14px;
  float: right;
  text-decoration: underline;
  margin-top: -15px;
}

.more-appoint:hover,
.more-appoint:focus{
  color: #EF626C!important;  
}

.more-appoint-auto{
  height: 211px;
}

.orderbg {
  background: #F5F8FF;
  width: 100%;
  display: flex;    
  padding: 15px 15px;
  align-items: center;
  float: left;
  border-radius: 0px 0px 5px 5px;
}

.orderbg2 {
  background: #F1F9F3; 
  border-radius: 0px 0px 5px 5px;   
}

.orderbg3 {
  background: #FFFBF5;        
  border-radius: 0px 0px 5px 5px;   
}

.orderbg4 {
  background: #FCF6F5;        
  border-radius: 0px 0px 5px 5px;   
}

.orderdetailss{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.ordericons{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  padding-top: 20px;
  text-align: center;
}

.ordertxtshow{
  display: flex;
  margin: 0px 0px 0px 15px;  
  align-items: center;
}

.ordertxtshow h5{
  font-size: 45px;
  color: #3366CC;    
  font-family: "google_sansbold";
  display: flex;
  align-items: center;
}

.ordertxtshow h6 {
  display: flex;
  align-items: center;  
  font-weight: 500;
  margin-left: 10px;
  font-family: "googlesans_medium";
  font-size: 14px;
  color: #4A4A4A;
  line-height: 20px;
}

.complete-no{
  color: #82CE4F!important;
}

.pending-no{
  color: #FEAA3A!important;
}
.cancel-no{
  color: #FF4451!important;
}

.total-client-box {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85%;
}

.total-client-info {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-list{
  width: 40%;
  float: left;
}

.client-list ul{
  width: 100%;
  float: left;
}

.client-list ul li{
  width: 100%;
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}

.seles-dash {
  background: #979797;
  width: 18px;
  height: 4px;
  border-radius: 10px;
  float: left;
  margin: 10px 13px 0px 0px;
}

.salecolor1 {
  background: #EF626C!important;
}

.salecolor2 {
  background: #3366CC!important;
}

.salecolor3 {
  background: #FEAA3A!important;
}

.clients-txt{
  float: left;
}

.clients-txt label{
  font-size: 14px;
  color: #7D7D7D;
  margin:0px;
  clear: both;
}

.clients-txt h6 {
  font-size: 30px;
  color: #3366CC;
  clear: both;
  padding: 0px;
  margin: 0px;
  font-family: "google_sansbold";
  line-height: 40px;
}

.visiting-client-info{
  width: 100%;
  display: flex;
  padding: 20px 15px 0px;
}

.cleints-visits-list{
  display: flex;
  width: 40%;
}

.cleints-visits-list ul{  
  width: 100%;
  float: left;
}

.cleints-visits-list ul li{  
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;  
}

.visitclient-img{
  display: flex;  
}

.visitclient-img img{
  display: flex;  
  height: 26px;
  width: 26px;
}

.client-name a{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4A4A4A;
  margin-left: 8px;
}

.client-full-h{
  display: flex;
  min-height: 100%;
}

.visit-client-chart{
  width: 60%;
  display: flex;
}

.client-visit-img {
    width: auto;
    height: 90%;
}

.customer-satisfication {
  width: 100%;
  padding: 25px 15px 0px;
  float: left;
}

.satifyicon{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}

.score-information{
  width: 100%;
  padding: 15px 0px 0px;
  float: left;
}

.score-information p{
  width: 100%;
  color: #7D7D7D;
  font-size: 12px;
  padding: 10px 0px;
  text-align: center;
  line-height: 15px;
  float: left;
}

.scroebg{
  width: auto;
  background: #FFF4D4;
  border: 1px solid #FFCA28;
  border-radius: 80px; 
  padding: 3px; 
  margin:0px auto;
  display: table;  
}

.scroe-details{
  display: flex;
}

.scroeicon{
  display: flex;
}

.scroe-txt-info {
    display: flex;
    margin: 0px 8px;
    align-items: center;
}

.scroe-txt-info span{
  font-size: 12px;
  color: #6D4C41;
  line-height: 22px;
}

.section-row{
  width: 100%;
  float: left;
}

.stocklinks{
  color: #3366CC;
  font-size: 14px;
  font-weight: normal!important;
  font-family: "google_sansregular";
  text-decoration: underline;
}

.stocklinks:hover,
.stocklinks:focus{
  color: #EF626C!important;  
}

.stock-details{
  width: 100%;
  float: left;
  padding: 20px 10px 20px 20px;
  display: flex;
}

.stock-tables {
  width: 100%;
  float: left;
  height: 380px;
  overflow-y: auto;
  padding-right: 10px;
}

.stock-tables table{
  width: 100%;
  float: left;
  border:solid 1px #E9E9E9; 
}

.stock-tables table tr th{  
  padding: 10px 15px;
  font-weight: 500;
  font-family: "googlesans_medium";  
  background: #E9E9E9;
  font-size: 14px;
  color: #4A4A4A;
  text-align: left;  
}

.stock-tables table tr th:nth-child(3){
  text-align: center;
}

.stock-tables table tr th:nth-child(4){
  text-align: center;
}

.stock-tables table tr th:nth-child(5){
  text-align: right;
}

.stock-tables table tr td:nth-child(3){
  text-align: center;
}

.stock-tables table tr td:nth-child(4){
  text-align: center;
}

.stock-tables table tr td{  
  padding: 10px 15px;
  font-weight: 400;
  font-family: "google_sansregular";  
  border-bottom: solid 1px #E9E9E9;
  font-size: 14px;
  color: #4A4A4A;
  text-align: left;
}

.purchasebtn{
  border:solid 1px #3366CC;
  padding: 5px 10px;
  color: #3366CC; 
  font-size: 12px;
  border-radius: 4px;
  float: right;
}

.purchasebtn:hover{
  border:solid 1px #3366CC;
  background: #3366CC!important;  
  color: #fff!important;
}

.sendgeetbtn{
  background: #EF626C;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal!important;
  font-family: "google_sansregular";  
  color: #fff;  
  float: right;
}

.sendgeetbtn:hover, 
.sendgeetbtn:focus{
  background: #E54B56;  
  color: #fff!important;  
}

.getting-tabs{
  width: 100%;
  float: left;
  padding: 15px;
}

.tab-menu{
  width: 100%;
  float: left;
}
.tab-menu ul{
  margin: 0;
  padding: 0;
  background: #E3E3E3;
  margin: 0px auto;
  border-radius: 5px;
  display: table;

}
.tab-menu ul li{
  list-style-type: none;
  display: inline-block;
}
.tab-menu ul li a{
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 14px;
  padding: 8px 25px;
  text-align: center;
  text-decoration: none;
  border-radius: 0px 5px 5px 0px;
}

.tab-menu ul li a.active-a{
  background: #3366CC;
  color: #fff;
  cursor: default;  
  padding: 8px 25px;  
}

.active-a{
  position: relative;
}

.active-a::before {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #3366CC;
  position: absolute;
  bottom: -7px;
  left: 45%;
}

.tab-menu ul li a.active-a:hover,
.tab-menu ul li a.active-a:focus{  
  color: #fff!important;  
}

.tab-menu ul li:nth-child(1) a {  
  border-radius: 5px 0px 0px 5px;  
}

.tab-menu ul li:nth-child(2) a {  
  border-radius: 0px 5px 5px 0px;  
}

.getting-tabs .tab{
  display: none;
}

.getting-tabs .tab-active{
  display: block;
}

.birthdetails{
  width: 100%;
  float: left;
  padding: 25px 0px 0px;
}

.departview{  
  width: 100%;  
  float: left;
}

.departview label {        
    font-size: 12px;
    padding-top: 3px;
    color: #4A4A4A;
    float: left;
    width: 100%;
}

.departview span {  
  font-size: 14px;
  color: #4A4A4A;
  font-family: "googlesans_medium";
  width: 100%;
  line-height: 15px;
  float: left;  
}

.yeartxt{
  color: #4A4A4A;
  font-size: 12px;
}

.table-birth-h{
  height: 328px;
}

.circle-wid{
  width: 55px!important;
  height: 55px!important;
}

.viewbtns{
  border:none!important;
  color: #3366CC!important;
  text-decoration: underline;
}

.viewbtns:hover,
.viewbtns:focus{  
  color: #EF626C!important;
  background: none!important;
  border:none!important;  
}

.staffnavs{
  width: 100%;  
  padding: 3px 0px;
  float: left;
}

.staffnavs li {
  float: left;
  font-size: 10px;
  color: #4A4A4A;
  margin-right: 8px;
  border-right: solid 1px #4A4A4A;
  padding-right: 8px;
  line-height: 10px;
}

.staffnavs li:last-child{
  border-right:none;
}

.staffnavs li a{
  float: left;
  font-size: 10px;
  color: #4A4A4A;
}

.staffnavs li a:hover{  
  color: #EF626C!important;
}

.absentlink{  
  color: #3366CC!important;  
}

.absentlink:hover,
.absentlink:focus{  
  color: #EF626C!important;  
}

.staff-h{
  height: 250px!important;
}

.leave-show{
  color: #EF626C!important;
}

/*New dashboard style End*/

.sales-box-div {
  display: flex;
  flex-direction: column;  
  width: 100%;
  position: relative;
}

.sales-view-details { 
  overflow-y: auto;
  height: 230px;
  padding-right: 10px;

}

.sale-rows {
  border: 1px solid #D5E2FF;
  border-radius: 5px;  
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: .2s;
  align-items: baseline;
}

.sale-rows:hover{
  background: #F5F8FF;  
}
.tooltip {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #A4C2FF;
  display: none;
  position: absolute;
  margin-top: 0px;
  padding: 20px 15px;
  border-radius: 10px;
  z-index: 99;
  width: 420px;
  left: 95%;
  /*align-self: baseline;*/
}

.tooltip::before {
    content: "";
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    top: 21px;
    left: -6px;
    margin: 0 auto;
    transform: rotate(-45deg);
    background: #fff;
    z-index: 1;    
    border-width: 1px 0px 0px 1px!important;
    box-shadow: -1px -1px 2px #A4C2FF;
}

.sales-view-details div:hover .tooltip {
  display: block;  
}

.saleinfo {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.sale-view{
  float: left;
}

.sale-view label{  
  clear: both;
  font-size: 14px;
  color: #EF626C;
  margin:0px;    
}

.sale-view p{
  clear: both;  
  font-size: 14px;
  font-family: "google_sansbold";
  color: #4A4A4A;
  margin:0px;    
}

.arrowrights{
  color: #3366CC;
  font-size: 22px!important;
  
}

.total-expens-box{
  width: 40%;  
  display: flex;
  flex-direction: column;
  position: relative;
}

.expens-row {
    width: 100%;
    border-radius: 5px;
    border: solid #979797;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 5px;
    cursor: pointer;
    margin: 10px 0px;
    border-width: 1px 1px 1px 8px;
}

.exp-color1{  
  border-color: #FDA939!important;  
}

.exp-color1 p{  
  color: #FDA939!important; 
}

.exp-color2{  
  border-color: #3366CC!important;  
}

.exp-color2 p{  
  color: #3366CC!important; 
}

.exp-color3{  
  border-color: #EF626C!important;  
}

.exp-color3 p{  
  color: #EF626C!important; 
}

.expenstxt{
  float: left;
  line-height: 16px;
}

.expenstxt label{  
  color: #3E3D3D;
  font-size: 12px;   
  clear: both;
}

.expenstxt p{  
  color: #949494;
  font-size: 12px; 
  line-height: 14px; 
  font-family: "googlesans_medium";
  clear: both;
}

.exp-arrow{
  color: #9C9C9C;
  font-size: 22px!important;
  margin-right: 4px;
}

.expense-row {
  width: 100%;
  float: left;
  border-bottom: solid 1px #E5E5E5;
  padding: 0px 0px 5px;
  margin-bottom: 5px;
}

.expense-row h3{
  width: 100%;
  font-size: 14px;
  color: #EF626C;
  font-weight: 500;
  font-family: "googlesans_medium";
  float: left;  
}

.expense-row p{
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #4A4A4A!important;
  font-family: "google_sansbold";
  float: left;  
}

.exp-tool{
  border:solid 1px #FDA939!important;
  width: 350px!important;  
  padding: 10px 15px;  
  margin-top: 10px; 
}

.exp-tool::before {
  top: 15px!important;  
  box-shadow: -1px -1px 2px #FDA939;
}

.paytotalbg {
    background: #F3FBF1;
    width: 100%;
    display: flex;   
    padding: 20px;
    align-items: center;
    border-radius: 0px 0px 5px 5px;
}

.businessbg02 {
    background: #F1FBFA!important;    
}

.businessbg03{
    background: #FBF1FB!important;    
}

.total-pay-amout{
  width: 100%;
  text-align: center;
  padding-left: 0px;
  float: left;
}

.paywid {
    width: 55px!important;
    height: 55px!important;
    text-align: center;
    padding-top: 13px;
    margin:5px auto;
    display: table;
}

.paywid img {
    height: 28px;
    text-align: center;
}

.wid55 {
    width: 55px!important;
    height: 55px!important;
    line-height: 55px!important;
    text-align: center;    
    margin:5px auto;
    display: table;
}

.wid55 img {
    height: 28px;
    text-align: center;
}

.total-pay-amout h5 {
    font-size: 16px;
    color: #7D7D7D;
    clear: both;
    font-weight: 500;
    font-family: "googlesans_medium";
}

.total-pay-amout h2 {
    clear: both;
    font-family: "google_sansbold";
    font-size: 24px;
    color: #3E3D3D;
    line-height: 25px;
}

.view-amout-box{
  width: 100%;
  float: left;
  background: #fff;
  border:solid 1px #E6E6E6;
  padding: 10px 15px;
  border-radius: 5px;
}

.scroll-details-list {
    overflow-y: auto;
    height: 190px;
    padding-right: 10px;
    width: 100%;
    float: left;
}

.data-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d5d5d5;
    padding: 10px 0px;
}

.infotxt{
  display: block;
}

.infotxt h5{
  display: block;
  font-family: "googlesans_medium";
  font-weight: 500;
  font-size: 12px;
  color: #EF626C;
}

.infotxt p{
  display: block;
  font-family: "googlesans_medium";
  font-weight: 500;
  font-size: 16px;
  color: #4A4A4A;
}

.invoicetxt {
    display: flex;
    align-self: end;
}

.invoicetxt label{
  font-size: 14px;
  color: #3366CC;
  display: flex;
  align-items: center;
  font-weight: normal;

}

.inarrow{
  width: 22px;
  height: 22px!important;
  margin: 0px 0px 0px 10px;
}

.business-appoint-box {
  width: 100%;
  display: flex;  
  align-items: center;  
  padding: 15px 15px;
}

.chart-view-box {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    float: left;
}

.appointchart{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  text-align: center;
}

.chart-view-box h5 {
  font-size: 50px;
  color: #3E3D3D;    
  font-weight: 600;
  line-height: 45px;
  font-family: "google_sansbold";    
  width: 100%;
  float: left;
}

.chart-view-box h2 {    
  width: 100%;  
  font-size: 16px;
  font-family: "google_sansregular";
  font-weight: 400;
  color: #7D7D7D;
  line-height: 25px;
  float: left;
}

.total-apoint-box{
  width: 100%;
  float: left;
  padding: 0px;
}

.apoint-row {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #959595;
    display: flex;
    align-items: center;
    justify-content: space-between;        
    cursor: pointer;
    height: 55px;
    color: #6B6969;
    margin: 7px 0px;    
}

.apoint-label {
    height: 100%;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
}

.apoint-label span{
  color: #fff;
  background: #959595;
  font-size: 12px;
  font-family: "google_sansbold"; 
  font-weight: 600;
  height: 100%; 
  margin-right: 10px;    
  padding: 0px 5px;
  float: left;
  width: 40px;
  align-items: center;  
  display: inline-grid;
  text-align: center;
}

.apoint-arrow {
  color: #9C9C9C;
  font-size: 22px!important;
  margin-right: 10px;
}

.appoint-popup-details {
  width: 100%;
  float: left;
  /*overflow-y: auto;*/
  height: 170px;
  /*overflow-x: hidden;*/    
}

.popup-appoint-box{
  width: 100%;
  float: left;
}

.popup-appoint-box h2 {
    width: 100%;
    font-size: 20px;
    color: #4A4A4A;
    font-family: "google_sansbold";
    font-weight: 500;
    float: left;
    line-height: 30px;
    border-bottom: solid 1px #c5c5c5;
    padding: 5px 0px 10px;
}

.popup-appoint{
  width: 100%;
  padding: 20px 0px 0px;
  float: left;
}

.popup-appoint ul{
  width: 100%;
  text-align: center;  
  float: left;
}

.popup-appoint ul li{
  display: inline-block;
  margin:0px 5px;
}

.appoint-show-box{
  width: 100%;
  float: left;
}

.appoint-head {
    width: 44px;
    height: 44px; 
    line-height: 44px!important;   
    border:solid 1px #DEDEDE;
    color: #63B22E;
    font-size: 16px;
    text-align: center;    
    font-family: "google_sansbold";
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px auto!important;
    display: table;
}

.appoint-show-box p {
    width: 100%;
    padding: 0px;
    font-size: 14px;
    line-height: 26px;
    margin: 8px 0px;
    color: #63B22E;
    text-align: center;
    float: left;
}

.appoint-scroll{
  height: 260px!important;
}

.active-appoint1{
  border:solid 1px #FEAA3A!important;
}

.appoint-y{
  background: #FDA939!important;
}

.appoint-y-border{
  border:solid 1px #FDA939!important;
  color: #FDA939!important;
}

.appoint-b{
  background: #3265CA!important;
}

.appoint-b-border{
  border:solid 1px #3265CA!important;
  color: #3265CA!important;
}

.appoint-r{
  background: #E65E68!important;
}

.appoint-r-border{
  border:solid 1px #E65E68!important;
  color: #E65E68!important;
}

.business-order{
  display: block!important;
  float: left;
  width: 100%;
}

.client-box-section{
  width: 100%;
  padding: 10px 15px;
  float: left;
}

.client-all-chart{
  width: 100%;
  padding-top: 20px;
  float: left;
}

.clientall-txt{
  width: 100%;
  float: left;
  padding: 5px 0px;
}

.clientall-txt p{
  width: 100%;
  color: #3366CC;
  font-family: "googlesans_medium";
  font-size: 14px;
  margin:2px 0px;
  float: left;
}

.clientall-txt label{  
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3366CC;
  float: left;
  margin: 5px 10px 0px 0px;  
}

.return-txt{
  color: #EF626C!important;
}

.return-txt label{
  background: #EF626C!important;
}

.client-box-row{
  width: 100%;
  float: left;
  border-bottom: solid 1px #E5E5E5;
  padding-bottom: 5px;
  margin-bottom: 7px;
}

.cleintinformation{
  width: 100%;
  float: left;
  padding: 5px 0px;  
}

.cleintinformation ul{
  width: 100%;
  float: left;
}

.cleintinformation ul li {
  float: left;
  font-size: 12px;
  color: #4A4A4A;
  display: flex;
  align-items: center;
  border-right: solid 1px #CBCBCB;
  margin-right: 10px;  
  line-height: 13px;
  padding-right: 10px;  
  position: relative;  
}

.cleintinformation ul li:last-child{
  border-right:none!important;
}

.cleintinformation ul li label{  
  width: 8px;
  height: 8px;  
  border-radius: 50%;
  background: #3366CC;
  display: flex;
  margin-right: 8px;
}

.dot-color{
  background: #EF626C!important;
}

.client-scroll{
  height: 230px;
}

.most-clients{
  height: 250px;
}

.client-list-row {
    border: 1px solid #D5E2FF;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: .2s;
}

.clientrow-txt {
    width: 100%;
    align-items: center;
    font-size: 14px;
    color: #3366CC;
    display: flex;
    justify-content: space-between;
}

.most-visit-client-box{
  width: 100%;
  float: left;
  padding: 10px 15px;
}

.cleintarrow {
    color: #3366CC;
    font-size: 24px!important;
}

.client-list-row:hover {
    background: #F5F8FF;
}

.client-box-section .view-amout-box{
  margin-top: 15px;
}

.most-visit-client-box .sales-view-details{
  margin-top: 15px;
}

.customer-scrollbox{
  width: 100%;
  float: left;
  padding: 10px 15px;
}

.satisfiy-view{
  width: 100%;
  float: left;
  padding: 0px 10px;
}

.satisfiy-view > div:last-child {
    border-bottom: none;
}

.customers-main-box{
  width: 100%;
  padding: 0px 15px;
  float: left;
}

.pad-custom{
  margin-top: 25px;
}

.padboth{
  padding: 15px 0px 5px!important;
}

.stock-product-section{
  width: 100%;
  float: left;
  padding-bottom: 10px;
}

.stock-product-section .tab {
  float: left;  
  width: 25%;
  padding-top: 5px;
  display: block;
}

.stock-product-section .tab button {
    display: block;
    background-color: #F3F6FF;
    color: black;
    padding: 5px 10px;
    width: 90%;
    color: #4A4A4A;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 5px 0px 0px 5px;
    margin: 10px;
    position: relative;
    height: 50px;
    align-items: center;
    display: flex;
}

.stock-product-section .tab button:hover {
  background-color: #3366CC!important;
  color: #fff;
  position: relative;  
}

.stock-product-section .tab button.active {
  background-color: #3366CC;
  color: #fff;
  position: relative;
  border-radius: 5px 0px 0px 5px;
}

.stock-product-section .tab button.active::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  border-top: 26px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid #3366CC;
}

.stock-product-section .tabcontent {
  float: left;
  padding: 15px 10px;  
  width: 75%;  
}


.tabsorder-btn {
  border: solid 1px #3366CC;
  padding: 5px;
  color: #3366CC;
  font-size: 12px;
  border-radius: 4px;
  float: right;
  display: inline-block;
  width: 160px;
  text-align: center;
}

.tabsorder-btn:hover{
  border:solid 1px #3366CC;
  background: #3366CC!important;  
  color: #fff!important;
}

.staffdetails ul li{
  margin: 0px 20px!important;
}

.staff-tabs-section{
  width: 100%;
  float: left;
}

.timestaff{  
  color: #3366CC!important; 
  float: left; 
}

.timestaff:hover,
.timestaff:focus{  
  color: #EF626C!important;  
}

.staff-tabs-wid{
  width: 40%!important;
}

.tabcontentSection2{
  width: 60%!important;
}

.tabcontentSection3{
  width: 60%!important;
}

.staff-scroll{
  height: 320px;
}

.staff-chart{
  height: 87%;
}

.padorder{
  padding-top: 0px;
}

.most-client-popup{
  padding: 10px 5px!important;
}

.client-scroll2{
  height: 300px;
}

.dash-overlay{
  display: none;
}
.font-32{ font-size: 32px;}

/**/
.ordertableshow {
  width: 100%;
  float: left;
}

.ordertableshow h5 {
    width: 100%;
    font-size: 18px;
    font-family: "proxima_novasemibold";
    color: #000000CC;
    display: flex;
    justify-content: space-between;
}

.ordertableshow table {
  border-collapse: collapse;
  width: 100%;
}

.ordertableshow th {
  border: 1px solid #d9d9d9;
  font-family: "googlesans_medium";
  font-weight: 500;
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
}

.ordertableshow th:nth-child(1) {
  border-right: none !important;  
  width: 35%;
}

.ordertableshow th:nth-child(2) {
  border-right: none !important;
  border-left: none !important;  
  width: 18%;
}

.ordertableshow th:nth-child(3) {
  border-left: none !important;  
}

.ordertableshow td {
  border: 1px solid #d8d8d8;  
  text-align: left;
  padding: 5px 10px;
  font-size: 14px;
}

.order-info-section {
    width: 100%;
    float: left;
    border: solid 1px #CCCCCC;    
    border-radius: 3px;
    margin-bottom: 20px;
}

.order-pos-top {
    width: 100%;
    padding: 10px 15px 20px;
    float: left;
    border-bottom: solid 1px #ccc;
}

.order-pos-bottom{
  width: 100%;
  padding: 10px 15px;
  float: left;
}

.order-purchages-box{
  width: 100%;
  padding: 5px 0px;
  float: left;
}

.order-purchages-box label{
  width: 100%;
  font-size: 14px;
  color: #000000CC;
  float: left;
}

.order-purchages-box span{
  width: 100%;
  font-size: 18px;
  font-family: "googlesans_medium";
  color: #3A3A3A;
  float: left;
}

.mark-btns {
    background: #EF626C;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.mark-btns:hover,
.mark-btns:hover{
  background: #cc454f!important;
  color: #fff!important;
}

.pad-order-r{
  padding-right: 10px!important;
}

.ordertableshow input {
    border: solid 1px #CCCCCC!important;
    outline: none!important;
    color: #000000CC;
    padding: 5px 8px!important;
}

.footer-button-section{
  width: 100%;
  padding: 15px 0px;
  float: left;
}

.cancel-reason-txt p{
  float: left;
}

.cancel-icon {
    float: left;
    margin: 4px 0px 0px 5px!important;
}

.reason-heading{
  color: #000000;
  font-size: 30px;
  font-family: "proxima_novabold";
  text-align: left;
  font-weight: 600;
  width: 100%;
}

.reason-dates-info{
  width: 100%;
  padding-top: 5px;
  color: #000000CC;
  text-align: left;  
}

.reason-details {
  width: 100%;
  color: #000000CC;
  text-align: left;
  padding: 15px 25px 20px;
}

.reason-details h3{
  width: 100%;
  font-size: 18px;
  font-family: "googlesans_medium";
  font-weight: normal;
  color: #EF626C;  
  text-align: left;  
}

.reason-details p{
  width: 100%;
  color: #000000CC;
  font-size: 18px;
  line-height: 28px;
  text-align: left;  
}

.qty-show{
  display: flex;
  align-items: center;
}

.question-markss-icon {
    display: flex;
    align-items: center;
    margin-left: 5px;
}

.purchage-tooltip {
  position: relative;
  display: inline-block;  
  cursor: pointer;
}

.purchage-tooltip .tool-txt {
    visibility: hidden;
    width: 250px!important;
    background-color: #343434;
    color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    position: absolute;
    z-index: 1;
    bottom: 140%;
    left: 0%;
    margin-left: -25px;
}

.purchage-tooltip .tool-txt:before {
    position: absolute;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #343434;
    bottom: -7px;
    left: 12%;
}

.purchage-tooltip:hover .tool-txt {
  visibility: visible;
  font-size: 12px;
  line-height: 16px;
}

.load-txt-select{  
  color: #3366CC;
  font-size: 15px;
  text-decoration:underline;
  font-family: "googlesans_medium";
}

.load-txt-select:hover,
.load-txt-select:focus{  
  color: #ef626c!important;  
}


#closed_orders_datatables tr:nth-last-child(2) td:last-child  .order-sub-menu{    top: inherit !important;
    bottom: 0 !important;
    right: calc(100% + 15px);
  }

#closed_orders_datatables tr:nth-last-child(2) td:last-child  .order-sub-menu:before{
   
    border: 1px solid #ccc;   
    top: inherit;
    right: 13px;
    margin: 0 auto;
    transform: rotate(135deg);
    background: #fff;
    z-index: 2;
    border-width: 1px 0px 0px 1px;
    bottom: 7px;
    right: -7px;
}

/**/
.shedual-recurring-box{
  width: 100%;
  float: left;
  padding: 0px 15px; 
}

.shedual-recurring-info{
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.toggle-top-padd{
  margin-top: -18px;
}

#approval_message{
  color: #199F00!important;
}

#approval_message .hold{
  color: #ff9e0d!important;
}

#approval_message .hold{
  color: #ff9e0d!important;
}

.approves-linkss{
  color: #EE626C;
  text-decoration: underline;
}

.approves-linkss:hover,
.approves-linkss:focus{
  color: #EE626C;
  text-decoration: underline;
}

.border-none{
  border-top: none!important;
}

.border-tops{
  border-top: solid 1px #ccc!important;
}

.pay-history-bg {
    background: #F8F8F8;
    padding: 15px 15px 0px;
    border-top: solid 1px #c9c9c9;
}

.kitchan-selects{
  position: relative;
}

.kitchan-selects label.error{   
  left: 0px!important;
}

.repeat-entry-info label.error{   
 bottom: -19px;
 position: absolute;
}

.tax-payss {
  clear: both; 
  display: table-cell;
}

.dicount-shows {
  line-height: 16px;
}

.invoices-tables table tr td{
  padding: 12px 20px!important;
}

.invoice-labels{  
  white-space: inherit!important;
  margin-top: 2px;
  float: left;
}

.invoice-labels a{  
  background: #22A934;
  border-radius: 3px;  
  padding: 3px 5px;  
  white-space: inherit!important;
  color: #fff!important;
  font-size: 11px;
}

.invoice-labels a:hover,
.invoice-labels a:focus{   
  background: #1a8929; 
  color: #fff!important;  
}

.recureed-table-show{
  width: 100%;
  float: left;
}

.recureed-table-show table {
    border-spacing: 0px;
    border: 1px solid #d9d9d9; 
    font-family: "proxima_novaregular";    
    color: #333;   
    width: 100%;
    float: left;
}

.recureed-table-show table tr th {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
    font-family: "proxima_novasemibold";    
}

.recureed-table-show table tr td {
    padding: 5px 10px;
    border: 1px solid #d9d9d9;     
    font-weight: 400;
    font-size: 14px;
}

.status-bgs p {
    background-color: #22A934;
    float: left;
    color: #fff!important;
    padding: 1px 10px;
    border-radius: 4px;
    font-size: 12px;
}

/**/

.link-accout-div{
  width: 100%;
  float: left;
}

.dash-info {
  width: 100%;
  padding: 10px 0px;
  float: left;  
}

.link-select{
  width: 100%;
}
.pad-view-btn{
  padding: 5px 5px 3px!important;
}

.proceed-card-btn {
  border-radius: 5px!important;
  background: #E5002D;
  color: #fff;
  height: 36px!important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.link-add-btn {
    font-size: 13px;
    padding: 0 18px;
    height: 50px;
    min-width: 69px;
    border-radius: 4px;    
    outline: none;
    float: left;
}

.title-sub {
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.acc-list{
  overflow: inherit!important;
}

.addbtn-remove{
  padding: 0px!important;
}

.touch-point-table tr th {
    padding: 8px 10px;    
    background: #959595;
    text-align: left;
    color: #fff;
    font-weight: normal;
}

.touch-point-table tr td {
    padding: 8px 10px;
    text-align: left;
}

.product-tables{
  height: auto!important;  
  max-height: 380px!important;
}

.export-pdf-btns{
  float: right;
  margin-bottom: 15px;
  font-size: 14px;
}

.export-pdf-btns i{  
  margin-right: 10px;
}

.statement-tabless{
  text-align: left;
  width: 100%;
  border:solid 1px #d8d8d8;  
}

.statement-tabless th{  
  padding: 10px 10px;
  background: #f8f8f8;
  border:solid 1px #d8d8d8;
}

.statement-tabless td{  
  padding: 8px 10px;
  border:solid 1px #d8d8d8;
}

/**/

.check-group{
  float: left;
  width: 100%;
}

.check-group .check-box-show {
  display: block;
  position: relative;
  padding: 0px 0px 0px 30px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  font-family: "googlesans_medium";
}

.check-group .check-box-show input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-group .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: none!important;
  border:solid 2px #3366cc;
  border-radius: 0px!important;
}

.check-group .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-group .check-box-show input:checked ~ .checkmark:after {
  display: block;
}

.check-group .check-box-show .checkmark:after {
  left: 6px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid #3366cc;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1!important;
}

.arrow-icon-show {
    color: #3366cc;
    font-size: 14px;
    cursor: pointer;
}

.checkbox-table tr td {
  border-bottom: 1px solid #dbdbdb!important;
}

.checkbox-table tr td:nth-child(1) {
  border-bottom: none!important;
}

.dash-label-bottom{  
  padding-left: 30px;
}

.inner-table1 table{
  border-bottom: solid 1px #d8d8d8;
}

.inner-table1 table:last-child{
  border-bottom:none!important;
}

.inner-table1 table tr td:nth-child(1){
  border-right:solid 1px #d8d8d8;
  width: 20%;
  vertical-align: middle;
}

.inner-table1 table tr td:last-child{  
  width: 80%;
  border:none!important;
}

.checkbox-table{
  overflow: inherit!important;
  width: 100%;
}

.permission-table-row{
  max-width: 100%!important;
}

.inner2-table{
  border-bottom: none!important;
}

.border-table1{
   border:solid 1px #d8d8d8!important;
}

.checkbox-table .fa-chevron-down {
    transform: rotate(180deg);
    transition: .5s;
}

.checkbox-table .fa-chevron-right {
    transform: rotate(90deg);
    transition: .5s;
}

.upload-icon-btn {
    height: 34px !important;
    padding: 8px 12px !important;
    border: none !important;
    border-radius: 5px !important;
    min-width: auto !important;
    margin: 0px 8px;
}

.upload-show-box {
    position: relative;
    display: flex;
}

.upload-files-btn {
    padding: 0;
    height: 34px;
    min-width: inherit;
    border-radius: 5px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #ef626c;
    align-items: center;
}

.upload-files-btn input {
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    cursor: pointer;
}

.upload-text-show {
    max-width: 180px;
    flex-basis: 180px;
    line-height: 1;
    font-size: 13px;
    padding: 10px;
    margin: 0;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    z-index: 0;
}

.btn-updates {
    position: absolute;
    top: -1px;
    right: -6px;
    z-index: 9999;
}

.dashHead-action .buttons {
    font-size: 13px;
    padding: 0 10px;
    height: 34px;
    border-radius: 24px;
}

.dashHead-action .buttons:not(:last-child) {
    margin-right: 5px;
}

.upload-files-btn #import_update_excel-error {
    position: absolute!important;
    bottom: -16px!important;
    font-size: 10px!important;
}

.section-loader1{
  min-height: 375px;        
}

.section-loader2{      
    min-height: 410px;    
}

.section-loader3{      
    min-height: 295px;    
}

.section-loader4{      
    min-height: 180px;    
}

.section-loader5{      
    min-height: 375px;    
}

.section-loader6{      
    min-height: 350px;    
}

.stock-order-table table tr th,
.stock-order-table table tr td{
  text-align: left!important;
}

.stock-order-table table tr th:nth-child(6) {
    text-align: right!important;
    width: 185px!important;
}

.type-select .select2-container {
    max-height: 36px!important;   
}

.type-select .select2-selection--multiple {    
    min-height: 36px !important;
    overflow-y: auto;    
}

.cuisines_table-view table{
  width: 100%;
  border:solid 1px #c9c9c9;  
  color: #666;
  margin-bottom: 15px;  
}

.cuisines_table-view table tr th{    
  font-size: 16px;    
  padding: 13px 20px!important;   
}

.cuisines_table-view table tr td{    
  font-size: 13px;    
  padding: 13px 20px!important;  
}

/*pos order label start*/

.form-relative{
  position: relative;
}

.label-txts{
  position: absolute;
  top: -5px;
  left: 7px;
  font-size: 9px;
  background: #fff;
  padding: 1px 3px;
  font-weight: 500;
}

/*pos order label End*/

/*Sales Report css start*/

.report-page{
  width: 100%;
  clear: both;
}

.sales-report-box{
  width: 100%;
  border: 1px solid #dfdfdf;
  background: #fff;
  border-radius: 5px;
}

.sales-head{
  width: 100%;
  background: #F9F9F9;
  padding: 15px 20px;
  border-radius: 5px 5px 0px 0px;
}

.sales-head h4{
  color: #3366CC;
}

.circle-sales{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border:solid 1px #DCDCDC;
}

.repot-white-box{
  width: 100%;
  padding: 20px;
}

.repot-white-box p{
  width: 100%;
  color: #333333;
  line-height: 22px;
  display: block;  
}

.report-btns{
  border: solid 1px #EF626C;
  color: #EF626C;
  transition: .2s;
  padding: 6px 15px;
  border-radius: 5px;
  margin: 13px 0px 0px;
  display: inline-block;
  font-size: 14px;
}

.report-btns:hover,
.report-btns:focus{
  border:solid 1px #3366CC;
  background: #3366CC;
  color: #fff!important;  
}


/*new-include*/
/* 
.drop-list-view ul li{
  padding: 4px 20px!important;
}

.educational-info{
  width: 100%;
  padding: 0px 15px;  
} */

.image-col {
    height: 90px;
    width: 110px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.Browse-result {
      height: 90px;
    width: 110px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.font-regular{
  font-family: "google_sansregular"!important;
  font-weight: normal!important;
}

.primary-btns{
  background: #36c!important;
  color: #fff!important;
}

.primary-btns:hover{
  background: #1f4695!important;
  color: #fff!important;
}


.appeal-btn {
    height: 20px;        
    padding: 3px 8px!important;
    font-size: 10px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/*pagination-style*/

.pagination {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 10px 0px 0px -5px;
}
.pagination li {
  float: left;
  border: solid 1px #d5d5d5 !important;
  height: 34px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  color: #333 !important;
  padding: 5px 4px!important;
  margin: 0px 5px;
}
.pagination li:hover {
  background: #49a97b !important;
  float: left;
  border: solid 1px transparent!important;
  height: 34px;
  text-align: center;
  border-radius: 4px;
  color: #fff !important;
  padding: 5px 4px!important;
}
.pagination li:hover a{
  border: none!important;  
  color: #fff !important;  
}
.pagination li.active{
  color: #fff!important;
  border:none!important;
  background: #49a97b!important;
}
.pagination li.active span{
  width: 24px!important;
}
.pagination li:hover a {
  color: #fff!important;
}
.pagination li:first-child{  
  width: 28px!important;    
  height: 34px;    
  display: flex;
  justify-content:center;
  font-size: 14px;
}
.pagination li:last-child {
  width: 28px!important;    
  height: 34px;    
  display: flex;
  justify-content:center;
  font-size: 14px;  
}

/*pagination end*/


.approve{
  color: green!important;
}

.pending{
  color: orange!important;
}

.rejected{
  color: red!important;
}

.line-break{
  line-break: anywhere!important;
}










/*Responsive start*/

@media (min-width: 1500px) {
  .sellmemberplan #rightColumnWrapper {
    position: absolute;
    right: 15px;
    max-width: 385px;
  }
}
@media (max-width: 1280px) {
  .sellmemberplan_dbody .right_devider {
    max-width: calc(355px) !important;
  }
}
@media (max-width: 1199px) {
  .offcanvas-body-mCustomScrollbar.mCustomScrollbar-site:not(
      .offcanvas-body-mCustomScrollbar.mCS_no_scrollbar
    )
    .mCSB_inside
    > .mCSB_container {
    margin-right: 16px;
  }
  .sellmemberplan_dbody .sellmemberplan {
    width: auto;
  }
  .sellmemberplan_dbody .right_devider {
    max-width: calc(33.33%) !important;
    right: 5px;
  }
}
@media (max-width: 1023px) {
  .sellmemberplan_dbody .right_devider {
    display: none;
  }
  .sellmemberplan_dbody .dashHead {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .validate {
    padding-right: 0px !important;
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .filtersshow:after,
  .filtersshow:before {
    right: 20%;
  }
  .deliverbg {
    min-height: 387px;
  }
  .customerinfo ul li {
    width: 15.7%;
    margin: 0px 16px 10px 0px;
    float: left;
  }

  .validate {
    padding-right: 500px;
  }

.statment-table{
  width: 60%; 
}

}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .filtersshow:after,
  .filtersshow:before {
    right: 25%;
  }

  .customerinfo ul li {
    width: 15.5%;
    margin: 0px 17px 10px 0px;
    float: left;
  }

  .memberdetailsbox {
    float: left;
    width: 65%;
  }
  .memberdesinfo {
    width: 65%;
  }

  /*dashboard*/
  .revenu-orders label {   
    font-size: 10px;
  }

  .revenu-orders h5 {   
    font-size: 16px;
  }

  .sale-txt h6 {
    font-size: 16px
  }

  .service-info h3 {   
    font-size: 12px;
  }

  .daybox {   
    padding: 3px 4px;
  }

  .day-active {
    padding: 3px 4px;
  }

  .more-appoint {   
    font-size: 12px;
  }

  .appoint-status p {   
    font-size: 12px;
  }
  
  .stock-tables table tr td {      
    font-size: 12px;
  }

  .purchasebtn {
    padding: 5px 5px;
    font-size: 10px;
  }

/*business dashboard*/
.infotxt p {    
    font-size: 14px;
}  
.inarrow {
  width: 18px;
  height: 18px!important;
  margin: 0px 0px 0px 5px;
}

.selectdays {
  padding: 5px 2px;
}

.right-top-list ul li {
    margin-left: 3px;
}

.paymentinfo h4 {
    font-size: 16px;
}

.ordertxtshow h6 {
    font-size: 12px;
    line-height: 15px;
}

.cleintinformation ul li {
    font-size: 11px;
    margin-right: 3px;
    padding-right: 4px;
}

}


@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .filtersshow:after,
  .filtersshow:before {
    right: 28%;
  }
  .delfont {
    font-size: 12px;
  }
  .customerinfo ul li {
    width: 24%;
    margin: 0px 16px 0px 0px;
    float: left;
  }
  .memberdetailsbox {
    width: 75%;
  }
  .memberdesinfo {
    width: 75%;
  }
  .memberplanbox {
    width: 100%;
    float: left;
  }
  .order-details-top h1 {
    font-size: 25px;
  }
  .purchasedate label {   
    font-size: 12px;
  }
  .purchasedate h5 {   
    font-size: 15px;
  }
  .supllercalltxt svg {
    margin: 2px 0px 0px 8px;
    width: 15px!important;
  }
  .table-data tr th:first-child {
    padding-left: 10px;
  }
  .table-data tr td:first-child {
    padding-left: 10px;
  }
  .table-data {   
    font-size: 13px;
  }
  .table-amount {   
    padding: 10px 15px;
  }
  .table-amount table tr td {   
    font-size: 14px;
  }
  .amountshow {   
    font-size: 15px;
  }
  .amountshow h6 {   
    font-size: 15px;
  }
  /**/
  /*dashboard*/
  .total-details-box {
    padding: 15px 10px; 
  }

  .seles-dash {   
    width: 10px;
    height: 3px;   
    margin: 10px 8px 0px 0px;
  }

  .revenu-orders h5 {   
    font-size: 14px;
  }

  .sale-txt h6 {
    font-size: 16px;
    line-height: 18px;
  }

  .downshare {   
    font-size: 9px;
    padding: 2px 5px;
    margin-left: 3px;
  }

  .padr{
    padding-right: 0px;
  }

  .padl{
    padding-left: 0px;
  }

  .upshare {
    font-size: 9px;    
    padding: 2px 5px;    
    margin-left: 3px;
  }

  .revenu-orders label {   
    font-size: 10px;
  }

  .profitinfo h6 {   
    font-size: 14px;
  }

  .revenu-details {   
    height: 185px;
  }

  .sales-list ul li {
    margin-bottom: 3px;
  }

  .profitinfo {   
    padding: 0px 15px;
  }

  .revenu-box h2 {
    font-size: 16px;
  }

  .paymentinfo h4 {
    font-size: 14px;
    padding: 10px;
  }

  .payamountshow h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .payamountshow h5 {
    font-size: 20px;
  }

  .right-top-list ul li { 
    margin-left: 4px;
  }

  .selectdays {
    font-size: 11px;
    padding: 6px 5px;
  }

  .circle-head {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .appointment-chat {
    padding: 15px 5px;
  }

  .appoint-status p {   
    font-size: 10px;
  }

  .appoint-name-txt h5 {
    font-size: 12px;
  }
  .appoint-name-txt span {
    font-size: 10px;
  }

  .appoint-name-txt label {
    font-size: 10px;
  }

  .progressbg {
    padding: 3px 6px;
    font-size: 9px;
  }

  .more-appoint {   
    font-size: 11px;
  }

  .daybox {   
    padding: 5px 3px;
  }

  .daybox h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .appoint-date-list ul li { 
    margin: 0px 3px 3px 0px;
  }

  .appointview label {
    font-size: 11px;
  }

  .ordertxtshow h5 {
    font-size: 35px;   
  }

  .ordericons {
    width: 55px;
    height: 55px;   
    padding-top: 18px;
  }

  .ordericons img {
    height: 24px;
  }

  .orderbg {   
    padding: 15px 8px;
  }

  .ordertxtshow h6 {
    margin-left: 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .ordertxtshow {   
    margin: 0px 0px 0px 5px;
  }

  .section-head h1 {   
    font-size: 20px;
  }

  .client-name a {
    font-size: 12px;
    margin-left: 5px;
  }

  .total-client-box {   
    padding: 20px 10px;
  }

  .total-client-info {
    width: 50%;
  }

  .client-list {
    width: 50%; 
    padding-left: 15px;
  }

  .clients-txt h6 {
    font-size: 26px;
    line-height: 30px;
  }
  
  .stock-details {
    padding: 15px 10px 20px 10px; 
  }

  .table-birth-h{
    overflow-x: scroll!important;
  }

  .table-birth-h ul{
    width: 450px!important;
  }

  .appointinfo h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .circle-wid {
    width: 45px!important;
    height: 45px!important;
  }

  .prsent-w{
    overflow-x: scroll!important;
  }

  .prsent-w table{
    width: 350px!important;
  }

/*business dashboard*/
 
.total-expens-box {
    width: 50%;
} 

.infotxt p {
  font-size: 10px;
}

.inarrow {
    width: 16px;
    height: 16px!important;
    margin: 0px 0px 0px 5px;
}

.view-amout-box {
  padding: 5px 5px 5px 8px;
  border-radius: 5px;
}

.paytotalbg {
  padding: 10px 5px;
}

.infotxt h5 {
    font-size: 11px;
}

.total-pay-amout h2 {
    font-size: 18px;
    line-height: 21px;
}

.invoicetxt label {
    font-size: 10px;
}

.stocklinks {
  font-size: 11px;
}

.cleintinformation ul li {
    font-size: 10px;
    margin-right: 5px;
    padding-right: 5px;
}

.clientall-txt label {
    width: 5px;
    height: 5px;
    margin: 7px 5px 0px 0px;
}

.client-box-section, .most-visit-client-box {
    padding: 10px 5px 10px 8px;
}

.clientall-txt p {
  font-size: 12px;
}

.cleintinformation ul li label {
  width: 5px;
  height: 5px;
  margin-right: 5px;
}

.clientrow-txt {
    font-size: 12px;
}

.chart-view-box h5 {
    font-size: 40px;
    line-height: 40px;
}

.chart-view-box h2 {
  font-size: 12px;
  line-height: 18px;
}

.apoint-label {
    height: 100%;
    font-size: 11px;
    line-height: 12px;
}
.tooltip {
    padding: 10px 10px;    
    width: 325px;
}

.exp-tool {
    width: 260px!important;   
}

.stock-product-section .stock-tables table{
  width: 250px!important;
}

.tablinks {
    font-size: 12px!important;
}

.staff-tabs-wid {
    width: 30%!important;
}

.tabcontentSection2 {
    width: 68%!important;
    margin-left: 2%;
}

.tabcontentSection3 {
    width: 68%!important;
    margin-left: 2%;
}

.apoint-arrow {
    font-size: 16px!important;
    margin-right: 6px;
}

.tabwid{
  width: 340px!important;
}

.popup-appoint-box h2 {
  font-size: 16px;
  line-height: 22px;
}

.wid55 {
  width: 45px!important;
  height: 45px!important;
  line-height: 45px!important;
} 

.low-stock .stock-tables table{
  width: 900px!important;
} 

.appoint-tool{
  width: 380px!important;
}

/**/

.section-loader1 {
    min-height: 260px;
}

.section-loader4 {
    min-height: 140px;
}

.section-loader5 {
    min-height: 220px;
}

.section-loader6 {
    min-height: 340px;
}


}

@media only screen and (min-width: 1101px) and (max-width: 1399px) {
  .delfont {
    font-size: 11px;
  }
  .customerinfo ul li {
    width: 23%;
    margin: 0px 20px 0px 0px;
    float: left;
  }
  .memberdetailsbox {
    width: 85%;
  }
  .memberdesinfo {
    width: 85%;
  }
  .memberplanbox {
    width: 100%;
    float: left;
  }

  .purchasedate h5 {   
    font-size: 15px;
  }
  .supllercalltxt svg {
    margin: 2px 0px 0px 8px;
    width: 15px!important;
  }

  /*dashboard*/
  .total-details-box {
    padding: 15px 10px; 
  }

  .total-sales-info {
    width: 50%; 
  }

  .sale-txt h6 {
    font-size: 14px; 
    line-height: 16px;
  }
  .seles-dash {   
    width: 10px;
    height: 3px;   
    margin: 10px 8px 0px 0px;
  }

  .sales-list {
    width: 50%;   
  }

  .service-info h3 {   
    font-size: 12px;
  }

  .revenu-orders h5 {   
    font-size: 14px;
  }

  .downshare {   
    font-size: 9px;
    padding: 2px 5px;
    margin-left: 3px;
  }

  .padr{
    padding-right: 0px;
  }

  .padl{
    padding-left: 0px;
  }

  .upshare {
    font-size: 9px;    
    padding: 2px 5px;    
    margin-left: 3px;
  }

  .revenu-orders label {   
    font-size: 10px;
  }

  .profitinfo h6 {   
    font-size: 14px;
  }

  .revenu-details {   
    height: 185px;
  }

  .sales-list ul li {
    margin-bottom: 3px;
  }

  .profitinfo {   
    padding: 0px 15px;
  }

  .revenu-box h2 {
    font-size: 14px;
  }

  .paymentinfo h4 {
    font-size: 14px;
    padding: 10px 5px;
  }

  .payamountshow h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .payamountshow h5 {
    font-size: 20px;
  }
  

  .right-top-list ul li { 
    margin-left: 4px;
  }

  .selectdays {
    font-size: 10px;
    padding: 5px 3px;
  }

  .circle-head {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .appointment-chat {
    padding: 15px 5px;
  }

  .appoint-status p {   
    font-size: 10px;
  }

  .appoint-name-txt h5 {
    font-size: 12px;
  }
  .appoint-name-txt span {
    font-size: 10px;
  }

  .appoint-name-txt label {
    font-size: 10px;
  }

  .progressbg {
    padding: 3px 6px;
    font-size: 9px;
  }

  .more-appoint {   
    font-size: 10px;
  }

  .daybox {   
    padding: 5px 2px;
  }

  .daybox h6 {
    font-size: 14px;
    line-height: 14px;
  }

  .appoint-date-list ul li { 
    margin: 0px 3px 3px 0px;
  }

  .appointview label {
    font-size: 11px;
  }

  .ordertxtshow h5 {
    font-size: 30px;   
  }

  .ordericons {
    width: 55px;
    height: 55px;   
    padding-top: 18px;
  }

  .ordericons img {
    height: 24px;
  }

  .orderbg {   
    padding: 15px 8px;
  }

  .ordertxtshow h6 {
    margin-left: 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .ordertxtshow {   
    margin: 0px 0px 0px 5px;
  }

  .section-head h1 {   
    font-size: 20px;
  }

  .client-name a {
    font-size: 12px;
    margin-left: 5px;
  }

  .total-client-box {   
    padding: 20px 10px;
  }

  .total-client-info {
    width: 50%;
  }

  .client-list {
    width: 50%; 
    padding-left: 15px;
  }

  .clients-txt h6 {
    font-size: 26px;
    line-height: 30px;
  }
  
  .stock-details {
    padding: 15px 10px 20px 10px; 
  }

  .stock-tables{
    overflow-x: scroll!important;
  }
  
  .stock-tables table{
    width: 1000px!important;
  }

  .table-birth-h{
    overflow-x: scroll!important;
  }

  .table-birth-h ul{
    width: 450px!important;
  }

  .appointinfo h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .circle-wid {
    width: 45px!important;
    height: 45px!important;
  }

  .prsent-w{
    overflow-x: scroll!important;
  }

  .prsent-w table{
    width: 350px!important;
  }

/*business dashboard*/
 
.total-expens-box {
    width: 50%;
} 

.infotxt p {
  font-size: 10px;
}

.inarrow {
  width: 14px;
  height: 14px!important;
  margin: 0px 0px 0px 3px;
}

.view-amout-box {
  padding: 5px 5px 5px 8px;
  border-radius: 5px;
}

.paytotalbg {
  padding: 10px 5px;
}

.infotxt h5 {
    font-size: 10px;
}

.total-pay-amout h2 {
    font-size: 18px;
    line-height: 21px;
}

.invoicetxt label {
    font-size: 10px;
}

.stocklinks {
  font-size: 11px;
}

.cleintinformation ul li {
    font-size: 10px;
    margin-right: 5px;
    padding-right: 5px;
}

.clientall-txt label {
    width: 5px;
    height: 5px;
    margin: 7px 5px 0px 0px;
}

.client-box-section, .most-visit-client-box {
    padding: 10px 5px 10px 8px;
}

.clientall-txt p {
  font-size: 12px;
}

.cleintinformation ul li label {
  width: 5px;
  height: 5px;
  margin-right: 5px;
}

.clientrow-txt {
    font-size: 12px;
}

.chart-view-box h5 {
    font-size: 35px;
    line-height: 40px;
}

.chart-view-box h2 {
  font-size: 12px;
  line-height: 18px;
}

.apoint-label {
    height: 100%;
    font-size: 11px;
    line-height: 12px;
}
.tooltip {
    padding: 10px 10px;    
    width: 325px;
}

.exp-tool {
    width: 260px!important;   
}

.stock-product-section .stock-tables table{
  width: 250px!important;
}

.tablinks {
    font-size: 11px!important;
}

.staff-tabs-wid {
    width: 30%!important;
}

.tabcontentSection2 {
    width: 68%!important;
    margin-left: 2%;
}

.tabcontentSection3 {
    width: 68%!important;
    margin-left: 2%;
}

.apoint-arrow {
    font-size: 16px!important;
    margin-right: 6px;
}

.tabwid{
  width: 340px!important;
}

.popup-appoint-box h2 {
  font-size: 16px;
  line-height: 22px;
}

.wid55 {
  width: 45px!important;
  height: 45px!important;
  line-height: 45px!important;
}    

.expense-row h3 {
    font-size: 12px;
}

.expense-row p {
    font-size: 12px;
}

.apoint-label span{
  margin-right: 5px;
}

.low-stock .stock-tables table{
  width: 900px!important;
}

.padleft0 {
    padding-left: 15px;
}

/**/

.section-loader1 {
    min-height: 260px;
}

.section-loader4 {
    min-height: 140px;
}

.section-loader5 {
    min-height: 220px;
}

.section-loader6 {
    min-height: 340px;
}



}

@media only screen and (min-width: 993px) and (max-width: 1100px) {
  .delfont {
    font-size: 10px;
  }
  .max-w-1050 {
    width: 80%;
    max-width: 80%;
  }
  .customerinfo ul li {
    width: 30%;
    margin: 0px 15px 0px 0px;
    float: left;
  }
  .memberdetailsbox {
    float: left;
    width: 100%;
  }
  .memberdesinfo {
    width: 100%;
  }
  .memberplanbox {
    width: 100%;
    float: left;
  }

  /*dashboard*/
  .border-top-mobile{
    border-top: solid 1px #E2E2E2;
  }

  .padright0{
    padding-right: 15px;
  }

  .pad0{
    padding-left: 15px;    
  }

  .revenu-details {   
    height: 275px;
  }

  .payamountshow h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .payamountshow h5 {
    font-size: 18px;   
  }

  .revenu-box h2 {   
    font-size: 16px;
  }

  .paymentinfo h4 {
    font-size: 16px;
  }

  .daybox {
    padding: 5px 5px;
  }

  .day-active {
    padding: 5px 5px;
  }

  .appointview label {
    font-size: 12px;
  }

  .paymentinfo { 
    margin-bottom: 15px;
  }

  .total-client-box {
    height: auto;
  }

  .stock-tables {
    overflow-x: scroll;
  }
  .stock-tables table {
      width: 1000px;
  }

 /*NeW Dashboard*/

 .salestabpad{
  margin-top: 20px;
 }
 
.paytotalbg {
  display: inline-block;
  padding: 10px;
}

.total-pay-amout{
  margin-bottom: 10px;
}

.staff-table{
  overflow-x: scroll;
}

.staff-table table{
  width: 250px!important;
}

 .tooltip{
  display: none!important;
 }

.dash-overlay{
  width: 100%;
  float: left; 
  display: block; 
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .5);
  z-index: 99999!important;
  display: block;
}
  
.modal-dialog {
  display: flex;
  align-items: center;
  padding: 100px 100px;
  justify-content: center;
}

.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;  
border-radius: 0.3rem;
outline: 0;
}

.close-buttons {
  float: right;
  font-size: 20px;
  line-height: 1;
  color: #333;
  opacity: 1;
  background: #fff;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -45px;
  border-radius: 50%;
  top: 0px;
}
.container-dashboard{
  width: 100%;
  float: left;
  padding: 25px 20px;
}


.padleft0 {
    padding-left: 15px;
}

.invoice-table-div{
  width: 100%;
  overflow-x: auto;  
}

.invoice-table-div table{
  width: 1000px;  
}


}
@media only screen and (max-width: 992px) {
  .subcatbox:before {
    height: 88%;
  }

  .serchbtn {
    right: 4%;
  }
  .transstrip {
    padding: 15px 0px 10px;
  }
  .copyr {
    float: left;
  }
  .filtersshow {
    margin: 15px 0px;
  }
  .hidemob {
    display: none;
  }
  .filtersshow {
    padding: 15px;
  }
  .filtersshow:after,
  .filtersshow:before {
    right: 42%;
  }
  .mobpadhide {
    padding-bottom: 0px !important;
  }
  .mobpadhide .form-group {
    margin-bottom: 10px;
  }
  .addpaytable {
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
  }
  .addpaytable table {
    width: 1000px;
  }

  .addplus {
    left: 15px;
    bottom: -10px;
  }
  .addplus {
    left: 15px;
    bottom: -10px;
  }
  .addminus {
    left: 15px;
    bottom: -10px;
  }

  .deliverbg {
    min-height: 450px;
  }
  .max-w-760 {
    max-width: 700px;
    width: 700px;
  }
  .tableitem table tr td {
    font-size: 12px;
    line-height: 15px;
  }
  .totalksh {
    min-height: 88px;
    padding-top: 25px;
  }
  .max-w-1050 {
    width: 80%;
    max-width: 80%;
  }
  .memberdetailsbox {
    float: left;
    width: 100%;
  }
  .memberdesinfo {
    width: 100%;
  }
  .memberplanbox {
    float: left;
    width: 100%;
  }
  .textminheight {
    min-height: 150px;
  }
  #Filters_modal .offcanvas-body-mCustomScrollbar {
    height: calc(100vh - 142px);
  }
  .item_list .dForm-group br {
    display: none;
  }
  .addmorbtn1 {
    margin-top: 0px;
  }

  .purchase-table {
      overflow-x: auto;
  }

  .table-data{
    width: 1000px;
  }

  .amout-tabs{
    width: 100%!important;
  }
  .table-amount {   
    width: 60%;
  }

  .pad0{
    padding-right: 15px!important;
    padding-left: 15px!important;
  }

  .padleft0{
    padding-left: 15px!important;
  }

  .padright0{
    padding-right: 15px;
  }

  .paymentinfo {
    margin-bottom: 15px;
  }

  .stock-tables {
    overflow-x: scroll;
  }
  
  .stock-tables table {
    width: 1000px;
  } 
  
  .right-top-list ul li { 
    margin: 5px 0px 0px 5px;
  }

  .staff-h table{
    width: 400px!important;
  }

 .score-information p {
    padding: 10px 0px 0px;
  }

  .total-client-box {
    height: auto;
  }

  .border-top-mobile{
    border-top: solid 1px #E2E2E2;
  }
  .customer-satisfication {    
    padding: 20px 15px;    
  } 

/*Business dashboard*/

.tooltip {
  display: none!important;
 }

.dash-overlay {
  width: 100%;
  float: left; 
  display: block; 
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, .5);
  z-index: 99999!important;
  display: block;
}
  
.modal-dialog {
    display: flex;
    align-items: center;
    padding:50px 60px;
    justify-content: center;
}

.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;  
border-radius: 0.3rem;
outline: 0;
}

.close-buttons {
  float: right;
  font-size: 20px;
  line-height: 1;
  color: #333;
  opacity: 1;
  background: #fff;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -45px;
  border-radius: 50%;
  top: 0px;
}
.container-dashboard{
  width: 100%;
  float: left;
  padding: 25px 20px;
}

.client-all-chart {
  text-align: center;
}

.clientall-txt {
  text-align: center;
}

.clientall-txt label {
  float: none;
  display: inline-block;
}

.staff-table{
  overflow-x: inherit;
}

.staff-table table{
  width: 100%;
}

.recureed-table-show{
  overflow: auto;
}

.recureed-table-show table{
  width: 900px;
}

.invoice-table-div{
  width: 100%;
  overflow-x: auto;  
}

.invoice-table-div table{
  width: 1000px;  
}

.dashTitle {
  font-size: 18px;
}

.dashHead { 
  margin-right: 0px;
  margin-left: 0px;    
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}


}
/* 992 end */

@media only screen and (max-width: 767px) {
  .dayabg {
    margin-bottom: 10px;
  }

  .border-rad-none {
    margin-bottom: 10px;
  }

  .selectlist:after {
    display: none;
  }

  .addmorbtn {
    float: right;
    margin: 10px 0px 0px;
  }

  .dayabg:before {
    display: none;
  }

  .dayabg:after {
    display: none;
  }

  .copysecion {
    margin: 0px;
  }

 .discountright {
    float: left;
    margin: 10px 0px 0px;
    width: 100%;
  }

  .mobright {
    float: right;
  }

  .serchbtn {
    right: 8%;
  }

  .radiobtn {
    margin-bottom: 15px;
  }
  .copyr {
    float: left;
  }
  .radioinfos {
    border: 1px solid #c2c2c2;
    height: auto;
  }
  .border-rad-none {
    margin-bottom: 0px;
  }
  .formWrapper_invoice .buttons.grey {
    margin-top: 0px !important;
  }
  .filtersshow:after,
  .filtersshow:before {
    right: 55%;
  }
  .tablebottom {
    margin-bottom: 15px;
  }

  .banktable {
    width: 100%;
    overflow-x: auto;
  }
  .banktable table {
    width: 600px;
  }

  .deliverbg {
    min-height: auto;
  }
  .max-w-760 {
    max-width: 80%;
    width: 80%;
  }
  .totalksh {
    min-height: auto;
    padding: 15px 0px;
    width: 100%;
    float: left;
  }
  .qtyshow {
    height: 46px;
  }
  .deliverbox {
    margin-bottom: 20px;
  }
  .tagbg {
    margin-bottom: 25px;
  }
  .sidepl {
    padding-right: 15px !important;
  }
  .sidepr {
    padding-left: 15px !important;
  }
  .senderdetails {
    margin-bottom: 25px;
    min-height: auto;
  }
  .silderview .carousel-item img {
    border-radius: 4px;
    width: 100%;
  }
  .leftbg {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 16px !important;
  }
  .rightbg {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 16px !important;
  }
  .padre {
    padding: 20px 25px !important;
  }
  .tableitem {
    border-right: none;
  }
  .delhistorytable {
    overflow-x: auto;
    width: 100%;
  }
  .delhistorytable table {
    width: 650px;
  }
  .labeltag {
    font-size: 12px;
    margin: 4px;
  }
  .closeicons {
    margin: 4px 0px 0px 10px;
  }
  .statuscheck input,
  .statuscheck select {
    margin-bottom: 10px !important;
  }
  .resultbtn {
    float: right;
    margin: 0px;
  }
  .kshshow {
    height: 46px;
  }
  .max-w-1050 {
    width: 80%;
    max-width: 80%;
  }
  .requesttable {
    width: 100%;
    overflow-x: auto;
  }
  .requesttable table {
    width: 800px;
  }
  .delpadl {
    padding: 0px 15px;
  }

  .selectarrow {
    background-position: 96% 18px;
  }
  .mob_tp {
    margin-top: 15px;
  }
  .memberplanbox {
    width: 100%;
    float: left;
  }
  .bordershow-mob input {
    border: solid 1px #aaa !important;
    border-radius: 4px !important;
  }
  .bordershow-mob .select2-container .selection .select2-selection {
    border-radius: 4px !important;
    border: solid 1px #aaa !important;
  }

  .order-btns {
    margin-left: 0px;
    margin-right: 10px;
  }
  .order-drop-list {
    width: 45px;
    height: 42px;
    margin-left: 0px;
  }
  .table-amount {
    width: 100%;
  }

  /*dashboard*/
  .staff-h{
    overflow-x: inherit!important;
  }

  .staff-h table {
    width: 100%!important;
  } 

  .customer-satisfication {    
    padding: 20px 15px;    
  } 

/*Business Dashboard*/

.paytotalbg {
    display: inline-grid;
}

.view-amout-box{
  margin-top: 15px;
}

.client-all-chart {
    text-align: center;
}

.clientall-txt {
  text-align: center;
}

.clientall-txt label {
  float: none;
  display: inline-flex;
}

.ordertxtshow h5 {
    font-size: 40px;
}

.stock-product-section .tab {
    width: 100%;
}

.stock-product-section .tabcontent {
    width: 100%;
}

.mobile-birth span{
  width: 100%;
  float: left;
}

.mobileget {
  float: inherit!important;
  clear: both;
}

.staff-tabs-wid {
  width: 100%!important;
}

.tabcontentSection2{
  width: 100%!important;
}

.tabcontentSection3{
  width: 100%!important;
}

.modal-dialog {
  display: flex;
  align-items: center;
  padding: 80px 30px;
  justify-content: center;
}

.close-buttons {
  font-size: 16px;
  width: 28px;
  height: 28px;
  right: 47%;
  top: -37px;
}

.ordertableshow {
    overflow: scroll;
}

.ordertableshow table {
    width: 800px;
}

.repeat-entry-info {
    margin-bottom: 15px!important;
    width: 100%;
    display: inline-block;
}

.link-add-btn{
  height: 46px;
}

.invoice-table{
  width: 100%;
  overflow-x: auto;  
}

.invoice-table table{
  width: 700px!important;  
}
/*pos mobile ui fix start*/
.mobile-floating {
    display: flex;
    width: 100%;
}

.label-txts {
    top: -7px;
}
/*pos mobile ui fix END*/

.col .border-right-0 .select2-container .selection .select2-selection {
  border-right-width: 1px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none!important;
}



}

@media only screen and (max-width: 600px) {
.max-w-600 {
    max-width: 100%!important;
    width: 100%!important;
}

.max-w-500 {
  max-width: 100%!important;
  width: 100%!important;
}

.max-w-550 {
  max-width: 100%!important;
  width: 100%!important;
}
.tableviewbox { 
    overflow: scroll;
}

.tableviewbox table{
  width: 700px;
}

/*business dashboard*/
.staffdetails ul li {
    margin: 0px 5px!important;
}

.ordertableshow {
    overflow: scroll;
}

.ordertableshow table {
    width: 700px;
}

.order-box label {  
    font-size: 12px;
}

.order-box span {
    font-size: 15px;
}

.mob-pad{
  padding-right: 15px;
}

.dashTitle {
  font-size: 16px;
}

.Modal-site-Header {
  padding: 15px;
}

.Modal-site-Header {
  font-size: 18px; 
}

.Modal-site-body {
  padding: 25px 20px;
}

.font-22px {
  font-size: 18px;
}

}
@media only screen and (max-width: 480px) {
  .filtersshow:after,
  .filtersshow:before {
    left: 26%;
  }
  .padre {
    padding: 10px 20px !important;
  }
  .kshshow {
    height: 46px !important;
    float: left;
  }
  .Allowed_img_dForm_group .dForm-label,
  .Allowed_img {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .mobright {
    float: left;
    margin-top: 5px;
    clear: both;
  }

  .subcatbox {
    padding: 10px 0px 10px 10px;
    width: 93%;
  }

  .sublist:after {
    left: -11px;
    top: 50%;
    width: 11px;
  }

  .sublist:before {
    left: -17px;
    top: 45%;
  }

  .subcatbox:before {
    height: 89%;
  }

  .copytxts {
    font-size: 12px;
    margin: 3px 3px 10px 5px;
    float: left;
  }

  .mobspace {
    padding: 0px;
  }

  .checktop {
    margin-top: -9px;
    margin-left: -1px;
  }

  .advserchbtn {
    padding: 10px 10px;
    font-size: 14px;
    margin: 0px 5px 0px 0px;
  }
  .searchtopright {
    float: left;
    width: 100%;
  }
  .serchright {
    float: right;
  }
  .serchbarss {
    float: right;
    width: 175px;
  }
  .filtersshow:after,
  .filtersshow:before {
    left: 15%;
  }

  .tobox {
    width: 100%;
    padding: 0px 0px 10px 0px;
    float: left;
  }
  .tableitem {
    border-right: none;
    overflow-x: auto;
    width: 100%;
    float: left;
  }
  .tableitem table {
    width: 400px;
  }
  .addrestxt {
    float: left;
    width: 84%;
  }
  .addrestxt span {
    font-size: 13px;
  }
  .max-w-1050 {
    width: 90%;
    max-width: 90%;
  }
  .approvshowbtn {
    padding: 5px 8px;
    font-size: 11px;
  }
  .appcheckico {
    float: left;
    margin: 2px 5px 0px 0px;
  }
  .approvebtn svg {
    height: 12px;
  }
  .rejectbtn {
    padding: 5px 8px;
    font-size: 11px;
  }
  .holdbtns {
    padding: 5px 8px;
    font-size: 11px;
  }
  .buttons.grey {
    margin: 5px 0px;
  }
  .customerinfo {
    width: 100%;
    padding: 0px 0px 0px 15px;
  }
  .customerinfo ul li {
    width: 100%;
    margin: 0px;
    float: left;
  }
  .iconshowimg {
    margin-top: 5px;
  }

.Cash_Management_popHead{ flex-wrap: wrap;}
.Cash_Management_popHead .buttons { margin-top: 5px;}

.order-details-top {
    padding: 10px 0px;
}

.recivetxt {
    margin: 15px 0px 0px 0px;
    width: 100%;
    float: left;
}
.order-details-top h1 {
    padding: 0px 10px;
    font-size: 20px;
}
.progress-bar-section {
    padding: 5px 10px 0px;
    float: left;
}
.order-details-bottom {
    padding: 10px;
}
.purchasedate {
    margin-bottom: 5px;
}
.order-btns {
    margin: 10px 10px 0px 0px;
}

.order-drop-list {
    margin: 10px 0px 0px;
}
.order-btns {
    font-size: 13px;
    padding: 8px 10px;
}
.order-drop-list {
    width: 40px;
    height: 38px;
}

/*dashboard*/
.section-head {
  width: 100%;   
  display: block;
  justify-content: inherit;
  align-items: inherit;
  float: left;
}

.section-head h1 {
  width: 100%;
  float: left;
  font-size: 20px;
  margin-bottom: 4px;
}

.right-top-list {
    float: left;
    width: 100%;
}

.right-top-list ul {
    float: left;
}

.right-top-list ul li {
    margin: 5px 5px 0px 0px;
}

.futrue-appoint-top {
  display: block;
  align-items: center;
  justify-content: inherit!important;
  margin-bottom: 3px;
}

.more-appoint {
  font-size: 12px;
  margin: 10px 0px;
  float: left;
}

.appoint-list {
    overflow-x: auto!important;
}

.appoint-list ul {
    width: 500px;
}

.paymentinfo h4 {
  display: block;
  justify-content: inherit;
  float: left;
  width: 100%;
}

.clients-txt label {
  font-size: 12px;
}

.clients-txt h6 {
  font-size: 24px;
  line-height: 25px;
}

.total-client-box {
    height: inherit;
    padding: 20px 5px;
}

.client-name a {
  font-size: 12px;
  margin-left: 5px;
}

.stocklinks {
  font-size: 12px;
  float: left;
  width: 100%;
  text-align: left;
}

.downshare {
    padding: 2px 5px;
    margin-left: 4px;
}

.payamountshow h5 {
    font-size: 16px;
}

.payamountshow h2 {
  font-size: 28px;
  line-height: 30px;
}

.payamountshow label a {
  line-height: 26px;
}

.invoicearrow {
  width: 20px;
  height: 20px!important;
  margin: 2px 0px 0px 5px;
}
.appointinfo h2 {
    font-size: 30px;
    line-height: 35px;
}

.score-information p {
    padding: 10px 0px 0px;
}

.section-dash {
  margin-bottom: 10px;
}

/*business dashboard*/
.wid55 {
  width: 45px!important;
  height: 45px!important;
  line-height: 45px!important;
}

.circle-wid {
    width: 45px!important;
    height: 45px!important;
}

.revenu-orders h5 {
  font-size: 12px;
}

.revenu-orders label {    
  font-size: 10px;
}

.service-info h3 {
  font-size: 11px;
}

.sale-view label {
    font-size: 12px;
}

.sale-view p {
  font-size: 12px;
}

.total-expens-box {
  width: 100%;
}

.expense-row h3 {
  font-size: 12px;
}

.expense-row p {
  font-size: 12px;
}

.cleints-visits-list {
  width: 100%;
}

.visit-client-chart {
  width: 100%;
  display: flex;
}

.mobile-show-btn {
    margin-bottom: 8px;
}

.dashHead {
  padding-right: 0px;
}

}

@media only screen and (max-width: 375px) {
.order-btns {
  font-size: 16px;
  padding: 8px 20px;
}
.order-drop-list {
  width: 50px;
  height: 42px;
}
/*dashboard*/
.appoint-list ul {
  width: 400px;
}

.sale-txt h6 {
  font-size: 14px;
}

.sendgeetbtn {
  float: left;
  display: block;
  margin-top: 5px;
}

.daybox {
  padding: 5px 5px;
}

.day-active {
  padding: 5px 5px;
}

.staff-h {
  overflow-x: scroll!important;
}

.staff-h table {
  width: 400px!important;
}

/*business dashboard*/
.appoint-show-box p {
  font-size: 11px;
}

.container-dashboard {
  padding: 15px 10px;
}

.paytotalbg {
  padding: 10px;
}

.infotxt p {
  font-size: 12px;
}

.invoicetxt label {
  font-size: 10px;
}

.appointment-chat {
  display: inline-block;
}

.total-apoint-box{
  margin-top: 10px;
}

.sales-view-details {
  padding-right: 0px;
}

.popup-appoint-box h2 {
  font-size: 16px;
}

.close-buttons {
  right: 44%;
}

.mobsales{
  display: inline-block!important;
}

.total-sales-info {
  width: 100%;
  float: left;
  text-align: center;
}

.sales-list {
  width: 100%;
  margin-bottom: 10px;  
}

.sales-list ul li {
  width: 50%;
  float: left;
}

.revenu-orders label {    
  font-size: 9px;
}

.appoint-status p {
  font-size: 12px;
}

.total-client-info {
    width: 100%;
    margin-bottom: 15px;
}

.client-list {
    width: 100%;
    padding: 0px 10px;
    float: left;
}

.client-list ul li {
  width: 50%;
  margin-bottom: 0px;
  float: left;
}



}

@media only screen and (max-width: 320px) {
  .checktop {
    margin-top: -9px;
    margin-left: -4px;
  }
  .serchbarss {
    float: right;
    width: 140px;
  }

/*dashboard*/
.service-info h3 {
    font-size: 12px;
}

.revenu-orders label {
  font-size: 9px;
}

.revenu-orders h5 {
  font-size: 14px;
}

/*business dashboard*/
.modal-dialog {
    padding: 80px 10px;
}
.appoint-show-box p {
    font-size: 10px;
}
/**/
.reason-details p {
    font-size: 16px;
    line-height: 22px;
}    

}

.upload-box {
    width: 300px;
    position: relative;
    float: left;
}

.upload-box input {
    height: 44px;
    padding: 11px 10px;
}
.upload-box button{
   position: absolute;
   top: 1px;
   right: 0px;
}



/*Daljeet-Css-Start*/

.new-buttons-site{
    background: #172165 !important;
    color: white;
    padding: 5px 40px !important;
    border: none;
    border-radius: 5px;
    font-size: 18px;
}

.group-text{
  text-align: center;
}

.group-text-p{
  color: #1d1d79 !important;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 24px;
  margin-top: 10px;
}


.mobile-btnss {
    display: flex;
    justify-content: space-around;
        padding: 32px 0px;
}

.link-btn {
    height: 215px;
    width: 215px;
    border: 2px solid #b9b9cd;
    margin: auto;
    background: #D7D7E7;
    border-radius: 5px;

}

.add-btn{
      height: 215px;
    width: 215px;
    border: 2px solid #b9b9cd;
    margin: auto;
    background: #D7D7E7;
    border-radius: 5px;
}

.workplace-link{
    position: relative;
    top: 40%;
    color: black;
    font-size: 17px;
}

.workplace-link:hover{
color: black !important;
}

.round-circle{
    height: 85px;
    width: 85px;
    background: white;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    top: 35px;
}

.modal-2{
      color: #1d1d79 !important;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 19px;
    margin-top: 10px;
}


.Modal-site-Content-w{
    max-width: 730px !important;
}

.Modal-site-Content-1{
      max-height: max-content !important;
       padding-bottom: 50px;
}

.New-Modal-site-Content{
  max-width: 600px !important;
}

@media (max-width: 600px){
..Modal-site-Content-1{
    padding: 30px 30px;
/*     max-height: calc(100vh - 170px); */
    max-height: max-content !important;
    overflow: auto;
}

.link-btn{
  margin-bottom: 15px;
}

.mobile-btnss{
  display: block;
}

.modal-2{
  font-size: 16px;
}

.mobile-btnss{
  padding: 0;
}
}