@charset "UTF-8";
/* Guideline colors */
/*most used color 214 */
/*most used color 405*/
/*most used color 273*/
/*most used color 185*/
/* font dept (rem) */
.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.p-0 {
  padding: 0;
}

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

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

.pl-20 {
  padding-left: 20px !important;
}

.pl-22 {
  padding-left: 22px;
}

.pr-20 {
  padding-right: 20px;
}

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

.pt10 {
  padding-top: 10px;
}

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

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

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

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

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

@keyframes showArrow {
  0% {
    opacity: 0;
  }
  100% {
    display: inline-block; /* Change to inline-block after the animation */
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-transform: capitalize;
  color: #000000;
  font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 2.375rem;
  line-height: normal;
}
@media (max-width: 1601px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 1366px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: normal;
}
@media (max-width: 1366px) {
  h2, .h2 {
    font-size: 1.29rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: normal;
}
@media (max-width: 1366px) {
  h3, .h3 {
    font-size: 1rem;
  }
}

h4, .h4 {
  font-size: 1.29rem;
  line-height: normal;
}
@media (max-width: 1366px) {
  h4, .h4 {
    font-size: 0.875rem;
  }
}

h5, .h5 {
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 3px;
}
@media (max-width: 1600px) {
  h5, .h5 {
    font-size: 0.875rem;
  }
}
@media (max-width: 1400px) {
  h5, .h5 {
    font-size: 13px;
  }
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: normal;
}
@media (max-width: 1600px) {
  h6, .h6 {
    font-size: 0.75rem;
  }
}

.p1 {
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .p1 {
    font-size: 0.75rem;
  }
}

.p2 {
  font-size: 1.125rem;
}
@media (max-width: 1920px) {
  .p2 {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .p2 {
    font-size: 0.75rem;
  }
}

.p3 {
  font-size: 1rem;
}

.p4 {
  font-size: 0.875rem;
}

.p6 {
  font-size: 0.75rem;
}

@media (max-width: 640px) {
  .ps-vertical-tab {
    flex-direction: column;
  }
}

.greyFont {
  color: #979797;
}

.greenText {
  color: #039855;
}

.yellowText {
  color: #D9A541;
}

.redText {
  color: #D92D20;
}

.blueText {
  color: #3A84EC;
}

.gap-3 {
  gap: 3px;
}

.gap-5 {
  gap: 5px;
}

.gap-7 {
  gap: 7px;
}

.gap-10 {
  gap: 10px;
}

.gap-12 {
  gap: 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.ng-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.ng-card .ng-card-header {
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  padding: 0.65rem 1.15rem;
}
.ng-card .ng-card-header .ng-card-wrapper {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px !important;
}
.ng-card .ng-card-header .ng-card-wrapper .widget-title {
  margin-bottom: 5px;
}
.ng-card .ng-card-body {
  flex: 1 1 auto;
  padding: 1.25rem 1.25rem 0.65rem;
}
.ng-card .ng-card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
}

.res-dashboard-wrap .ng-card-header .nav.nav-tabs.scroll1 {
  padding: 15px 0;
}
.res-dashboard-wrap .ng-card-header .nav-tabs {
  margin: 0;
  border-bottom: 0;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link {
  position: relative;
  border: none !important;
  margin: 0 20px 0 0;
  font-weight: 500;
  cursor: pointer;
  color: #646464;
  padding-bottom: 10px;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link::after {
  bottom: 0 !important;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link:hover {
  outline: none;
  border: none;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link:focus {
  outline: none;
  border: none;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link.active {
  color: #373737;
  border: none;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link.active::after {
  height: 4px;
  background: #1770EE;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -15px;
  border-radius: 50px;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-link.active:hover::after {
  height: 4px;
  background: #1770EE;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -15px;
  border-radius: 50px;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-item .nav-link {
  cursor: pointer;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-item .nav-link:hover {
  outline: none;
  border: none;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-item .nav-link:focus {
  outline: none;
  border: none;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-item .nav-link.active {
  color: #373737;
  border: none;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-item .nav-link.active::after {
  height: 4px;
  background: #1770EE;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -15px;
  border-radius: 50px;
}
.res-dashboard-wrap .ng-card-header .nav-tabs .nav-item .nav-link.active:hover::after {
  height: 4px;
  background: #1770EE;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -15px;
  border-radius: 50px;
}
@keyframes reloading {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes getWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    opacity: 0.2;
  }
}
@keyframes spinBack {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-720deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.widget {
  position: relative;
  padding: 15px 15px;
  background: #ffffff;
  color: #ffffff;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  height: 100%;
}
@media (max-width: 1680px) {
  .widget {
    padding: 13px 10px 13px 12px;
  }
}
@media (max-width: 1366px) {
  .widget {
    padding: 18px 10px 18px 12px;
  }
}
.widget i.fa.fa-info-circle {
  font-size: 13px;
  color: #F2F2F2;
}
.widget .p {
  visibility: hidden;
}
.widget .progress-bar-wrap {
  position: relative;
  width: 100%;
  height: 6px;
  background: #3A84EC;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 10px;
}
.widget .progress-bar-offlin-wrap, .widget .progress-bar-online-wrap {
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
.widget .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: #FF5371;
  border-radius: 7px;
  transform: translateX(-100%);
}
.widget .progress-bar-online-wrap .progress-bar {
  background: #3A84EC;
}

.wave-pre-loading {
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(270deg, #e6e6e6, #f5f5f5);
  background-size: 400% 400%;
  animation: reloading 2s ease infinite;
}

.widget-title-loader {
  width: 85px;
  height: 20px;
}

.widget-top-loader {
  border-radius: 50%;
}

.widget-top-icon {
  position: relative;
  background: #EDEDED 0% 0% no-repeat padding-box;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1680px) {
  .widget-top-icon {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1600px) {
  .widget-top-icon {
    max-width: 38px;
    max-height: 38px;
  }
}

@media (min-width: 1200px) {
  .widget-loader .widget-top-icon {
    max-width: 40px;
    max-height: 40px;
  }
}

.widget-amt-loader {
  width: 150px;
  height: 26px;
  margin: 14.5px 0;
}
@media (max-width: 1680px) {
  .widget-amt-loader {
    margin: 24px 0;
  }
}
@media (max-width: 1600px) {
  .widget-amt-loader {
    margin: 24.5px 0;
  }
}

.widget-text-loader {
  height: 20px;
}
@media (max-width: 1680px) {
  .widget-text-loader {
    margin-bottom: 0;
  }
}

section.widget.widget-loader .widget-text-loader {
  height: 20px;
  margin-bottom: 0;
  margin-top: 28px;
}
@media (max-width: 1680px) {
  section.widget.widget-loader .widget-text-loader {
    height: 20px;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 1550px) {
  section.widget.widget-loader .widget-text-loader {
    margin-top: 14px;
  }
}

.loader-suplier-img {
  height: 40px;
  width: 50px;
  margin: 0 auto;
}

.loader-suplier-img-text {
  height: 20px;
  margin-bottom: 10px;
  margin: 0 auto;
  width: 50px;
}

.swiper-slider-card .loader-suplier-img {
  height: 100px;
  min-width: 94px;
}

.table-divided tr {
  border-radius: 0.75rem;
}

.table-divided td, .table-divided th {
  border-color: #f2f2f2 !important;
}
.table-divided td {
  border-bottom: 1px solid #f2f2f2;
  outline: initial !important;
  background: #ffffff !important;
}
.table-divided th:first-child, .table-divided td:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  -webkit-border-top-left-radius: 0.75rem;
  -moz-border-top-left-radius: 0.75rem;
  -ms-border-top-left-radius: 0.75rem;
  -webkit-border-bottom-left-radius: 0.75rem;
  -moz-border-bottom-left-radius: 0.75rem;
  -ms-border-bottom-left-radius: 0.75rem;
}
.table-divided th:last-child, .table-divided td:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.table-divided tr {
  border-radius: 0.75rem;
}
.table-divided tbody tr {
  box-shadow: 0px 0px 3px rgba(202, 202, 202, 0.5411764706);
  background-color: transparent !important;
}
.table-divided thead:first-child tr th:first-child, .table-divided thead:first-child tr td:first-child, .table-divided tbody tr th:first-child, .table-divided tbody tr td:first-child {
  padding: 8px 8px 8px 16px;
}
.table-divided.item-onoff-logs-wrapper tr td {
  border-top: 0;
  border-bottom: 0;
}

.detailed-table .ng-table-divided th:last-child, .detailed-table .ng-table-divided td:last-child,
.table-divided th:last-child,
.table-divided td:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.detailed-table .ng-table-divided td,
.table-divided th {
  border-color: #f2f2f2 !important;
}

.segment-listing-popup-view.table-divided thead:first-child tr th:first-child, .segment-listing-popup-view.table-divided thead:first-child tr td:first-child,
.table-divided tbody tr th:first-child,
.table-divided tbody tr td:first-child {
  padding: 0.75rem;
}

.custom-report-wrap .detailed-table .table thead tr th,
.custom-report-wrap .detailed-table .table .table tbody tr th,
.custom-report-wrap .detailed-table .table tfoot tr th,
.custom-report-wrap .detailed-table .table .table thead tr td,
.custom-report-wrap .detailed-table .table tbody tr td,
.custom-report-wrap .detailed-table .table tfoot tr td {
  transition: none !important;
  -webkit-transition: none !important;
  word-break: break-word;
}

.loader-totalsales-chart {
  height: 273px;
}

.card-title-loader {
  height: 20px;
}

.wave-pre-loading.total-sales-card-box {
  height: 100px;
}

.wave-pre-loading.supplier-title-loading {
  height: 20px;
}
.wave-pre-loading.supplier-title-loading {
  height: 30px;
}
.wave-pre-loading.supplier-product-img-loader {
  height: 70px;
  width: 70px;
  border-radius: 5px;
}

.supplier-list-card-wrapper .swiper-slide .supplier-title-height {
  height: 36px;
}
@media (max-width: 1680px) {
  .supplier-list-card-wrapper .swiper-slide .supplier-title-height {
    height: 34px;
  }
}

.supplier-dashboard-wrapper .supplier-product-img {
  width: 100%;
  height: 40px;
  margin: 0 auto 3px;
  position: relative;
  overflow: hidden;
}
.supplier-dashboard-wrapper .supplier-product-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.supplier-product-img {
  width: 100%;
  height: 100px;
  margin: 0 auto 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
}
.supplier-product-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}

.loader-list-online {
  height: 40px;
  max-width: 140px;
  margin-right: 10px;
}

.market-card-wrap-new .marketplace-card-one .wave-pre-loading.marketplace-widget-text {
  height: 36px;
}
.market-card-wrap-new .marketplace-card-one .wave-pre-loading.marketplace-widget-subtext {
  height: 84px;
}
.market-card-wrap-new .marketplace-card-one .wave-pre-loading.view-more {
  height: 18px;
  width: 100px;
  float: right;
}

.discount-loader-body {
  height: 180px;
}

.progress-div .wave-pre-loading {
  height: 18px;
}

.progress-label-loader {
  width: 90%;
}

.loader-list-txt,
.expense-loader-list-txt {
  width: 140px;
  height: 21px;
  display: inline-block;
}
@media (max-width: 1600px) {
  .loader-list-txt,
  .expense-loader-list-txt {
    width: 125px;
  }
}

.market-card-wrap .marketplace-card-two .wave-pre-loading.market-service-name-title {
  height: 28px;
  width: 200px;
}
.market-card-wrap .marketplace-card-two .wave-pre-loading.market-service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.market-card-wrap .marketplace-card-two .wave-pre-loading.marketplace-widget-subtext {
  height: 63px;
}
.market-card-wrap .marketplace-card-two .wave-pre-loading.market-knw-more-btn {
  height: 35px;
  width: 140px;
}

.date-piker-loader {
  width: 100px;
  height: 31px;
  display: inline-block;
}

.expance-chart-loader {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: auto;
}

.expense-loader-price-text {
  width: 60px;
  height: 25px;
  display: inline-block;
}

.rm-loader-card {
  height: 118px;
  margin: 0.5rem auto 0.6rem;
}
@media (max-width: 1680px) {
  .rm-loader-card {
    height: 158px;
  }
}
@media (max-width: 1600px) {
  .rm-loader-card {
    height: 140px;
  }
}

.last-loader-synced-title {
  display: inline-block;
  height: 22px;
  margin: 10px auto 5px;
}
@media (max-width: 1680px) {
  .last-loader-synced-title {
    height: 30px;
  }
}

.last-loader-synced-text {
  height: 22px;
  margin: 5px auto 5px;
}

.sync-loader-txt {
  width: 250px;
  height: 26px;
}
@media (max-width: 1680px) {
  .sync-loader-txt {
    width: 170px;
  }
}

.card-refresh-loader {
  width: 30px;
  height: 31px;
  display: inline-block;
  margin-left: 5px;
}

.two-step-card-wrap .two-step-loader {
  height: 32px;
}

.chart-loader-title {
  height: 20px;
  width: 150px;
  margin: 0;
}

.chart-card.chart-card-left-border .chart-loader-title {
  width: 300px;
  vertical-align: middle;
  display: inline-block;
}
.chart-card.chart-card-left-border .charticon-wrap.wave-pre-loading {
  width: 48px;
  vertical-align: middle;
  height: 48px;
}

.border-left-thick {
  box-shadow: 0px 0px 1px 1px #f2f2f2;
  background-color: #ffffff;
  border-bottom: 1px solid #EDEDED !important;
}

.line-height-1 {
  line-height: 1;
}

.table-divided {
  border-collapse: initial;
  border-spacing: 0 0.6rem;
  width: 100% !important;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(202, 202, 202, 0.5411764706);
}

.carousel li {
  margin: 0 auto;
  text-align: center;
}

.carousel {
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.search-bar {
  margin: 0;
  border-bottom: 1px solid #cacaca;
  padding: 0 10px 10px;
}
.search-bar.configuration-search {
  margin: 0;
  padding: 10px 15px;
}

.search-bar {
  margin-bottom: 13px;
  min-height: 65px;
}

.search-bar {
  margin-top: 20px;
  margin-bottom: 0 !important;
  min-height: 58px;
}

.search-bar {
  margin-top: 12px;
  margin-bottom: 8px;
  min-height: 58px;
  padding: 0 20px 4px;
}

.inner-pages-design-wrap .search-bar {
  border-left: 7px solid #CACACA;
  background: #F2F2F2;
  border-bottom: 0;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.inner-pages-design-wrap .search-bar {
  border-left: 7px solid #CACACA;
  background: #F2F2F2;
  border-bottom: 0;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.inner-pages-design-wrap .table-divided .material-icons,
.inner-pages-design-wrap .table-divided i.fas.fa-book {
  border-radius: 50%;
  background-color: #F2F2F2;
}
@media (max-width: 1367px) {
  .inner-pages-design-wrap .table-divided .material-icons,
  .inner-pages-design-wrap .table-divided i.fas.fa-book {
    font-size: 0.875rem;
    padding: 1px 5px;
    margin: 0 3px;
    width: 25px;
    height: 25px;
    text-align: center;
  }
}
.inner-pages-design-wrap .table-divided td {
  color: #000000;
}
.inner-pages-design-wrap .table-divided b {
  font-weight: 500;
  color: #000000;
}
.inner-pages-design-wrap .form-group.pp-textfield {
  margin-bottom: 5px;
}

.online-form-loader {
  height: 35px;
  margin: 6px auto;
}

.filter-summary-footer-loader-wrap .wave-pre-loading,
.search-bar.search_bar_loader_div .wave-pre-loading {
  background: linear-gradient(270deg, #f5f5f5, #ffffff);
  background-size: 400% 400%;
  animation: reloading 2s ease infinite;
}

.chart_loader_div .card-title {
  margin-bottom: 0;
  padding: 15px;
}
.chart_loader_div .widget-amt-loader {
  margin: 0;
}

.loader__element {
  height: 3px;
  width: 100%;
  background: #e7f3fe;
}

.search_bar_loader_div .dropdown-btm-icon .fas {
  display: inline-block;
  width: 21px;
  height: 21px;
}

.loader__element:before {
  content: "";
  display: block;
  background-color: #1377da;
  height: 3px;
  width: 0;
  animation: getWidth 4s infinite linear;
}

.running-tables-wrapper .loader__element {
  position: absolute;
  z-index: 3;
}

.inner-pages-design-wrap .ng-search-bar, .fancybox-is-open .ng-search-bar, .ps-full-width-container .ng-search-bar {
  border-left: 7px solid #cacaca;
  background: #f2f2f2;
  border-bottom: 0;
  margin: 0;
  padding: 1rem 20px 1rem;
  min-height: 58px;
  position: relative;
  z-index: 1;
}
.inner-pages-design-wrap .ng-search-bar .wave-pre-loading, .fancybox-is-open .ng-search-bar .wave-pre-loading, .ps-full-width-container .ng-search-bar .wave-pre-loading {
  height: 35px;
}

.loader-new {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/loader-new.gif);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center center;
}

.loader-css-div-fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
}

.loader-overlay-table {
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.loader-css-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.loader-css {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/loader-new.gif);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center center;
}

.inventory-common-wrapper .loader-css-div {
  align-items: start;
}

.detailed-table .ng-table-divided {
  border-collapse: initial;
  border-spacing: 0 0.6rem;
  width: 100% !important;
  padding: 10px 15px;
  border-bottom: 0;
}
.detailed-table .table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.875rem;
  color: #646464;
}
@media (max-width: 1366px) {
  .detailed-table .table td {
    font-size: 0.75rem;
  }
}
.detailed-table .table-responsive .table.inv-purchase-table-wrapper td {
  padding-top: 20px;
  padding: 15px 5px;
}
.detailed-table .table-responsive .table.inv-purchase-table-wrapper td:first-child {
  padding-left: 16px;
}

.loder-card-height {
  height: 150px;
  width: 100%;
}

.ng-tab-wrap {
  background-color: #ffffff;
}

.ng-tab-wrap .nav-tabs {
  border: none;
  margin: 0px;
}

.complaint-rating-wrapper .complaints-left-box {
  background: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC !important;
  padding: 0 0 10px 0;
}

.wave-pre-loading.complaint-title-loader {
  height: 22px;
}
.wave-pre-loading.complaint-right-loader {
  height: 50px;
}
.wave-pre-loading.report-box-loader {
  height: 123px;
}
.wave-pre-loading.report-search-bar-loader {
  height: 38px;
}
.wave-pre-loading.reports-left-bar-loader {
  height: 47px;
  margin: 0 auto 15px;
  width: 90%;
}
.wave-pre-loading.svg-report-icon {
  height: 46px;
  width: 46px;
}
.wave-pre-loading.report-main-title {
  height: 18px;
  width: 800px;
}

.reports-new-wrapper .page-card .card-col {
  margin-bottom: 30px;
  position: relative;
}

.head-bg {
  position: relative;
  padding-top: 1.5rem;
}

.add-title {
  color: #373737;
  font-size: 1.125rem;
  margin: 0;
  padding: 16px;
  background: #ffffff;
  border-bottom: 1px solid #b2b2b2;
}

.clear {
  clear: both;
  float: none;
}

.add-title {
  padding: 12px 10px 12px 10px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.card-title {
  border-bottom: 1px solid #cacaca;
  font-size: 0.875rem;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .catagory-schedules .card-title {
    color: #646464;
    font-size: 0.875rem;
  }
}
.catagory-schedules .card-title span {
  font-size: 1rem;
  display: inline-block;
}
@media (max-width: 1366px) {
  .catagory-schedules .card-title span {
    padding-top: 4px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .catagory-schedules .card-title span {
    padding-top: 6px;
    font-size: 0.813rem;
  }
}

.reports-new-wrapper .report-search-sticky {
  border-radius: 0 !important;
}

.border-box-select-all {
  box-sizing: border-box;
  border: 1px solid #cacaca;
  height: 50px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1366px) {
  .border-box-select-all {
    height: 40px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.ng-tab-wrap .nav-tabs li {
  position: relative;
}

.horizontal-tabs-buttons.ng-tab-wrap .nav-tabs li.active a.nav-link {
  background-color: #ffffff;
  border-radius: 7px;
  border: 2px solid #1377da;
}

.pl-20 {
  padding-left: 20px !important;
}

.form-open,
.marketplace-launching {
  display: none;
}

.menu_scrollspy_nav::-webkit-scrollbar-track,
.menuitem_scrollspy_nav::-webkit-scrollbar-track {
  background-color: #ffffff;
  position: relative;
  right: 10px;
  border-radius: 5px;
}
.menu_scrollspy_nav::-webkit-scrollbar,
.menuitem_scrollspy_nav::-webkit-scrollbar {
  width: 16px;
  background-color: #ffffff;
  padding: 4px;
}
.menu_scrollspy_nav::-webkit-scrollbar-thumb,
.menuitem_scrollspy_nav::-webkit-scrollbar-thumb {
  background-color: #E5E7EB;
  border-radius: 10px;
  width: 8px;
  border: 4px solid white;
}
.menu_scrollspy_nav::-webkit-scrollbar-corner,
.menuitem_scrollspy_nav::-webkit-scrollbar-corner {
  background: transparent;
}
.menu_scrollspy_nav::-webkit-scrollbar-button,
.menuitem_scrollspy_nav::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.menuPageWrap.menu-team-page .menu_scrollspy_nav .li-active {
  background-color: #FCEDEF;
}
.menuPageWrap.menu-team-page .menu_scrollspy_nav .nav-link.active p {
  font-size: 0.875rem;
  color: #373737;
}
@media (max-width: 1680px) {
  .menuPageWrap.menu-team-page .menu_scrollspy_nav .nav-link.active p {
    font-size: 0.813rem;
  }
}
.menuPageWrap.menu-team-page #menu_scrollspy .sidebar-top-header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: #ffffff;
  padding: 15px 15px 0;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 576px) {
  .menuPageWrap.menu-team-page #menu_scrollspy .sidebar-top-header {
    position: static;
  }
}

tr:hover .drag-td-box::before,
#menu_scrollspy .rankupdate-icon.li-active:hover:before,
#menu_scrollspy .rankupdate-icon:hover:before {
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/drag-dot.png");
  background-position: 4px center;
  opacity: 0.32;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-top: 0.5px;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
}

#menu_scrollspy .rankupdate-icon.li-active:hover:before,
#menu_scrollspy .rankupdate-icon:hover:before {
  background-position: 1px center;
  margin-top: 0;
}

.search-me-new i {
  font-size: 1.29rem;
  line-height: 0;
  position: relative;
  top: 7px;
}

.menu-category-icon.material .material-icons {
  display: none;
}

.menu-category-icon.material:not(.material-off) .material-icons:first-of-type {
  display: inline;
  color: #646464;
}
@media (max-width: 767px) {
  .menu-category-icon.material:not(.material-off) .material-icons:first-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-category-icon.material:not(.material-off) .material-icons:last-of-type {
    display: inline;
    color: #646464;
  }
}

#side-cat-wrap .back-arrow-icon {
  top: 0;
}

.detailed-table .table thead tr {
  border-top: 1px solid #b2b2b2;
}

.schedule-menu-col {
  background-color: #FFF9E4;
  font-weight: 500;
  padding: 7px;
}
.schedule-menu-col .schedule-menu {
  margin-bottom: 0;
}

.menu-team-page .onoffswitch {
  position: relative;
  width: 125px;
  right: 0px;
  top: 0px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.menu-team-page .onoffswitch-checkbox {
  display: none;
}
.menu-team-page .table tr.combo_items_tr .form-control {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.menu-team-page .publishswitch-switch {
  border: 2px solid #646464;
  display: block;
  width: 15px;
  height: 15px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 3px;
  bottom: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.menu-team-page .onoffswitch-label,
.menu-team-page .publishswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 7px;
  margin: 0;
  box-shadow: none;
}
.menu-team-page .publishswitch-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in-out;
}
.menu-team-page .publishswitch-inner::after, .menu-team-page .publishswitch-inner::before {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 0.813rem;
  color: #ffffff;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .menu-team-page .publishswitch-inner::after, .menu-team-page .publishswitch-inner::before {
    font-size: 0.75rem;
    height: 32px;
    line-height: 32px;
  }
}
.menu-team-page .publishswitch-inner::before {
  content: "To be Publish";
  padding-right: 25px;
  text-align: right;
  background-color: #467B17;
  color: #ffffff;
}
.menu-team-page .publishswitch-inner::after {
  content: "Normal";
  padding-left: 30px;
  background-color: #F2F2F2;
  color: #979797;
  text-align: left;
}
.menu-team-page .publishswitch-checkbox:checked + .publishswitch-label .publishswitch-inner {
  margin-left: 0;
}
.menu-team-page .publishswitch-checkbox:checked + .publishswitch-label .publishswitch-switch {
  right: 0px;
  border: 2px solid #ffffff !important;
}
.menu-team-page .onoffswitch-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in-out;
}
.menu-team-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.menu-team-page .onoffswitch-inner:before,
.menu-team-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 0.813rem;
  color: #ffffff;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .menu-team-page .onoffswitch-inner:before,
  .menu-team-page .onoffswitch-inner:after {
    height: 32px;
    line-height: 32px;
  }
}
.menu-team-page .onoffswitch-inner:before {
  content: "Available";
  padding-right: 34px;
  text-align: right;
  background-color: #ffffff;
  color: #373737;
}
.menu-team-page .onoffswitch-inner:after {
  content: "Not Available";
  padding-left: 29px;
  background-color: #ededed;
  color: #979797;
  text-align: left;
}
.menu-team-page .onoffswitch-switch {
  border: 2px solid #ededed;
  display: block;
  width: 17px;
  height: 17px;
  margin: 7px 6px;
  background: #5BA11E;
  position: absolute;
  top: 2px;
  bottom: 0;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .menu-team-page .onoffswitch-switch {
    margin: 8px 6px;
    top: 0;
  }
}
.menu-team-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  border: 2px solid #ffffff !important;
}
.menu-team-page .table-responsive table thead th.sort-by {
  position: relative;
}
.menu-team-page .table-responsive table thead th.sort-by a:before, .menu-team-page .table-responsive table thead th.sort-by a:after {
  border: 4px solid transparent;
  border-bottom-color: transparent;
  content: "";
  display: block;
  height: 0;
  right: 20px;
  top: 14%;
  position: absolute;
  z-index: 0;
  width: 0;
}
@media (max-width: 1366px) {
  .menu-team-page .table-responsive table thead th.sort-by a:before, .menu-team-page .table-responsive table thead th.sort-by a:after {
    right: 10px;
  }
}
.menu-team-page .table-responsive table thead th.sort-by a:before {
  border-bottom-color: #373737;
  margin-top: 5px;
}
@media (max-width: 1680px) {
  .menu-team-page .table-responsive table thead th.sort-by a:before {
    margin-top: 5px;
  }
}
@media (max-width: 1440px) {
  .menu-team-page .table-responsive table thead th.sort-by a:before {
    margin-top: 13px;
  }
}
@media (max-width: 1366px) {
  .menu-team-page .table-responsive table thead th.sort-by a:before {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .menu-team-page .table-responsive table thead th.sort-by a:before {
    margin-top: 2px;
  }
}
.menu-team-page .table-responsive table thead th.sort-by a::after {
  border-top-color: #373737;
  margin-top: 16px;
}
@media (max-width: 1680px) {
  .menu-team-page .table-responsive table thead th.sort-by a::after {
    margin-top: 16px;
  }
}
@media (max-width: 1440px) {
  .menu-team-page .table-responsive table thead th.sort-by a::after {
    margin-top: 24px;
  }
}
@media (max-width: 1366px) {
  .menu-team-page .table-responsive table thead th.sort-by a::after {
    margin-top: 19px;
  }
}
@media (max-width: 1024px) {
  .menu-team-page .table-responsive table thead th.sort-by a::after {
    margin-top: 14px;
  }
}
.menu-team-page .table-responsive table .red {
  color: #1770EE !important;
}
.menu-team-page .table-responsive table .red strong {
  font-size: 0.625rem !important;
  color: #1770EE !important;
}
.menu-team-page .table-responsive table .red strong.v-plus-darkgrey {
  color: #646464 !important;
}

.popover {
  border: transparent;
  border-radius: 10px;
  font-weight: 400;
  max-width: 340px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2784313725);
  background-color: #000000;
}

.popover .popover-body {
  color: #ffffff;
}

.bs-popover-bottom > .arrow::after {
  border-bottom-color: #000000;
}

.popover-body .fa.fa-circle.font-10 {
  font-size: 0.625rem;
  position: relative;
  top: -1px;
}

.popover .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 15px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.reports-new-wrapper .report-search-sticky {
  border-radius: 0 !important;
}

.marketservice_scrollspy_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .marketservice_scrollspy_nav.hamburger-open {
    right: 0px;
    transition: all 0.5s ease;
  }
}

.head-bg {
  position: relative;
  padding-top: 1.5rem;
}

.title-inner-table {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fancybox-container .title-inner-table {
  font-size: 0.875rem;
  padding: 6px 30px 6px 0px;
  color: #373737;
}
@media (max-width: 1440px) {
  .fancybox-container .title-inner-table {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .fancybox-container .title-inner-table {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .fancybox-container .title-inner-table {
    font-size: 0.875rem;
    padding: 0 30px 0 0px;
  }
}

.attr-veg .table-checkbox-width,
.attr-veg.bg-light-pink .table-checkbox-width {
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/menu-veg-icon.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

.menu-team-page .table-responsive table thead th.sort-by a:before,
.menu-team-page .table-responsive table thead th.sort-by a:after {
  z-index: 0;
}

.table-checkbox-width {
  position: relative;
}

.detailed-table .table thead tr th {
  font-size: 0.875rem;
  color: #373737;
  opacity: 1;
  font-family: inherit;
  line-height: 1.5;
  padding: 15px 5px;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-top: none !important;
}

.reports-new-wrapper .report-search-sticky {
  border-radius: 0 !important;
}

.marketservice_scrollspy_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.title-inner-table {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fancybox-container .title-inner-table {
  font-size: 0.875rem;
  padding: 6px 30px 6px 0px;
  color: #373737;
}
@media (max-width: 1440px) {
  .fancybox-container .title-inner-table {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .fancybox-container .title-inner-table {
    font-size: 0.813rem;
  }
}
@media (max-width: 767px) {
  .fancybox-container .title-inner-table {
    font-size: 0.875rem;
    padding: 0 30px 0 0px;
  }
}

.MenuManagementaddMenu #itemlist .ps-table:not(.add_item_class) .ps-form-group {
  border-bottom: 1px solid #D2D6DB;
}
@media (max-width: 767px) {
  .MenuManagementaddMenu #itemlist .ps-table:not(.add_item_class) .ps-form-group {
    min-width: 180px;
  }
}
.MenuManagementaddMenu #itemlist .ps-table:not(.add_item_class) .ps-form-group .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: solid 1px #cacaca;
  background-color: transparent;
  padding: 0.375rem 0.25rem;
  padding-left: 0;
  border-bottom: 0 !important;
  box-shadow: none;
  font-size: 0.813rem;
}
@media (max-width: 1600px) {
  .MenuManagementaddMenu #itemlist .ps-table:not(.add_item_class) .ps-form-group .form-control {
    font-size: 0.75rem;
  }
}

.tooltip-sec {
  position: relative;
  display: inline-block;
  margin: 25px 0 0 0;
}
.tooltip-sec .copy-txt-btn {
  border: none;
  background: none;
  padding: 0 0 0 8px;
  cursor: pointer;
  outline: none !important;
}
.tooltip-sec .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #646464;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-sec .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #646464 transparent transparent transparent;
}
.tooltip-sec:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-sec-new {
  right: 23px;
  top: 7px;
  position: absolute;
  margin: 0;
}

.input-group-append.tooltip-wrap a {
  display: inline-block;
  padding: 0 3px;
}
.input-group-append.tooltip-wrap [data-tooltip]::before {
  width: -moz-max-content;
  width: max-content;
}

#side-cat-wrap,
.menuPageWrap.menu-team-page .search-me-new.ng-btn-white-Shadows {
  min-width: 37px;
  height: 34px;
  margin-top: 0 !important;
  padding: 7px 16px !important;
}

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

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

.menuPageWrap.menu-team-page #add_item {
  height: 34px;
  padding: 6px 10px;
}
@media (max-width: 1440px) {
  .menuPageWrap.menu-team-page #add_item {
    height: 32px;
    line-height: 1;
  }
}

.menu-item-flex {
  display: flex;
  gap: 10px;
}

.update-user-detail.user_detail_new .direct-expand.child-table-expand {
  background-position: left center;
  padding-left: 24px;
  width: auto;
  height: auto;
  margin-left: 0;
}

.sticky-header-blue {
  background-color: #e7f3fe !important;
  top: 0;
  z-index: 3;
  width: 100%;
  position: sticky;
}

.p-10 {
  padding: 10px;
}

.bg-light-gray {
  background-color: #f3f3f3;
}

#menu-category-card .list-group.list-inline.table-action-legend .list-group-item strong {
  font-size: 0.75rem !important;
}

.product-color {
  color: #c52031 !important;
}

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

.menu-category-icon.material.material-off .material-icons:last-of-type {
  display: inline;
  color: #646464;
}

.ul-group-divided {
  list-style: none;
}

.tooltip-sec {
  position: relative;
  display: inline-block;
  margin: 25px 0 0 0;
}
.tooltip-sec .copy-txt-btn {
  border: none;
  background: none;
  padding: 0 0 0 8px;
  cursor: pointer;
  outline: none !important;
}
.tooltip-sec .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #646464;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-sec .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #646464 transparent transparent transparent;
}
.tooltip-sec:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip-sec-new {
  right: 23px;
  top: 7px;
  position: absolute;
  margin: 0;
}

.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-track {
  background-color: #EDEDED;
  border: 1px solid 1px solid rgba(226, 41, 62, 0.3);
  position: relative;
  right: 10px;
}
.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar {
  width: 10px;
  background-color: #CACACA;
}
.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-thumb {
  background-color: #CACACA;
  border-radius: 10px;
}
.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-corner {
  background: transparent;
}
.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

@media (max-width: 576px) {
  .ps-tooltip-mb-none::before, .ps-tooltip-mb-none::after {
    display: none;
  }
}

.icon-btn.ps-import-tool-zind[data-tooltip] {
  z-index: 1 !important;
}

.grid-loader {
  padding: 0.75rem;
  min-height: 300px;
  background-color: #ffffff;
}
.grid-loader .wave-pre-loading {
  margin-bottom: 5px;
}
.grid-loader table {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-bottom: 0;
}
.grid-loader table tr th.wave-pre-loading {
  background: linear-gradient(272deg, #d9d9d9, #cfcfcf);
}
.grid-loader table tr td, .grid-loader table tr th {
  height: 35px;
}

@media (max-width: 576px) {
  .ps-neg-margine {
    margin-left: -3px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.ho-menu-title .item_modified.active {
  color: #1770EE !important;
  background-color: #EEF5FF;
}

.top-bar-active .ps-ho-table-footer .bottom-footer-sticky {
  bottom: -2px !important;
}
.top-bar-active .calender-top-position .bootstrap-datetimepicker-widget.top {
  top: 56px !important;
}

.search-title-card {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  cursor: pointer;
  border-bottom: 1px solid #E5E7EB;
}
.search-title-card .search-title {
  margin-bottom: 0;
}
.search-title-card .search-title .fa-search {
  margin-right: 5px;
}
.search-title-card .fa-chevron-down {
  transition: all 0.75s 0.25s;
  transform: rotate(0);
}
.search-title-card .fa-chevron-up {
  transition: all 0.75s 0.25s;
  transform: rotate(180deg);
}

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

.ps-pooja-scan-order.service-setting-wrapper .setting-outlet-card-header {
  border-radius: 15px 15px 0 0 !important;
}
.ps-pooja-scan-order.service-setting-wrapper .card-footer {
  border-radius: 0 0 15px 15px !important;
}

.tip-behavior-tab-header .nav-tabs .tip-behavior-tabli .nav-link {
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps-btn {
  border-radius: 8px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 500ms ease;
  font-weight: 500;
  min-width: 90px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
}
.ps-btn .save-text.hidden {
  display: block !important;
  opacity: 0;
}
.ps-btn .ps-btn-loader {
  display: none;
}
.ps-btn .ps-btn-loader.loader {
  background-image: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ps-btn.loading .save-text,
.ps-btn.loading .save-icon-mob {
  opacity: 0;
}
.ps-btn.loading .ps-btn-loader {
  display: inline-flex;
}
.ps-btn:disabled {
  background-color: #DEE2E5 !important;
  border: 1px solid #DEE2E5 !important;
  color: #979797 !important;
  cursor: not-allowed;
}
.ps-btn.btn-close {
  background-image: none;
  box-shadow: none;
}
.ps-btn.icon-btn {
  justify-content: flex-start;
}
.ps-btn.text-btn {
  min-width: auto;
  box-shadow: none;
  background-color: transparent;
  padding: 8px 14px;
  font-size: 0.813rem;
}
.ps-btn.text-btn.no-hover:hover {
  text-decoration: none;
  color: #000000;
}
.ps-btn.text-btn:hover {
  text-decoration: underline;
  color: #1770EE;
}
@media (max-width: 1366px) {
  .ps-btn.text-btn {
    height: 32px;
    width: auto;
    padding: 6px 14px;
    font-size: 0.75rem;
  }
}
.ps-btn .btn-icon {
  display: flex;
  height: 20px;
  width: 20px;
}
.ps-btn .btn-icon img,
.ps-btn .btn-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-btn.sm-btn {
  height: 34px;
  width: auto;
  padding: 4px 14px;
  font-size: 0.75rem;
  line-height: 20px;
  border-radius: 8px;
}
.ps-btn.sm-btn .btn-icon {
  height: 16px;
  width: 16px;
}
@media (max-width: 1366px) {
  .ps-btn.sm-btn .btn-icon {
    height: 14px;
    width: 14px;
  }
}
@media (max-width: 1366px) {
  .ps-btn.sm-btn {
    height: 32px;
    width: auto;
    padding: 3px 14px;
    line-height: 1;
  }
}
.ps-btn.md-btn {
  height: 44px;
  width: auto;
  padding: 10px 18px;
  display: none;
}
@media (max-width: 1100px) {
  .ps-btn.md-btn {
    height: 41px;
    width: auto;
    padding: 10px 16px;
    font-size: 0.875rem;
  }
}
.ps-btn.lg-btn {
  height: 48px;
  width: auto;
  padding: 12px 20px;
  display: none;
}
@media (max-width: 1100px) {
  .ps-btn.lg-btn {
    height: 44px;
    width: auto;
    padding: 10px 18px;
  }
}
.ps-btn.yellow-btn {
  color: #D9A541;
  background-color: #FFFCF5;
  border: 1px solid #FFFCF5;
}
.ps-btn.yellow-btn:hover {
  color: #D9A541;
  background-color: #FFFCF5;
  border: 1px solid #FFFCF5;
}
.ps-btn.primary-btn {
  color: #ffffff;
  background-color: #1770EE;
  border: 1px solid #1770EE;
}
.ps-btn.primary-btn:hover {
  color: #ffffff;
  background-color: #1770EE;
  border: 1px solid #1770EE;
}
.ps-btn.primary-btn.validate-ifsc {
  min-width: auto;
  position: relative;
  top: 0;
}
@media (min-width: 320px) and (max-width: 568px) {
  .ps-btn.primary-btn.validate-ifsc {
    margin-left: 0;
  }
}
.ps-btn.primary-btn#validate_ifsc_btn {
  height: 34px;
}
@media (max-width: 1440px) {
  .ps-btn.primary-btn#validate_ifsc_btn {
    height: 32px;
  }
}
.ps-btn.primary-btn.search-btn-new:hover {
  background-color: #125ABE;
  border: 1px solid #125ABE;
}
.ps-btn.primary-btn .btn-icon {
  display: flex;
  height: 16px;
  width: 16px;
}
.ps-btn.grey-outline-btn {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #D2D6DB;
}
.ps-btn.grey-outline-btn:hover {
  color: #000000;
  background-color: #F8F8F8;
  border: 1px solid #D2D6DB;
}
.ps-btn.grey-outline-btn .btn-icon {
  display: flex;
  height: 16px;
  width: 16px;
}
.ps-btn.blue-bg-btn {
  color: #1361CE;
  background-color: #D4E6FF;
  border: 1px solid #D4E6FF;
}
.ps-btn.blue-bg-btn:hover {
  color: #1361CE;
  background-color: #D4E6FF;
  border: 1px solid #D4E6FF;
}
.ps-btn.blue-btn-outline {
  color: #1770EE;
  background-color: #ffffff;
  border: 1px solid #1770EE;
}
.ps-btn.blue-btn-outline:hover {
  color: #1770EE;
  background-color: #EEF5FF;
  border: 1px solid #1770EE;
}
.ps-btn.blue-btn-dark {
  color: #ffffff;
  background-color: #1361CE;
  border: 1px solid #1361CE;
}
.ps-btn.blue-btn-dark:hover {
  color: #ffffff;
  background-color: #1361CE;
  border: 1px solid #1361CE;
}
.ps-btn.grey-text-btn {
  color: #000000;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}
.ps-btn.grey-text-btn:hover {
  color: #000000;
  background-color: #F9FAFB;
  border: none;
}
.ps-btn.primary-outline-btn {
  color: #1770EE !important;
  background-color: #ffffff;
  border: 1px solid #1770EE;
}
.ps-btn.primary-outline-btn:hover {
  color: #1770EE !important;
  background-color: #EEF5FF;
  border: 1px solid #1770EE;
}
.ps-btn.green-btn {
  color: #039855;
  background-color: #ECFDF3;
  border: 1px solid #ECFDF3;
}
.ps-btn.green-btn:hover {
  color: #039855;
  background-color: #ECFDF3;
  border: 1px solid #ECFDF3;
}
.ps-btn.green-btn.lock-btn {
  color: #1770EE;
  background-color: #FFECEE;
  border: 1px solid #FFECEE;
}
.ps-btn.green-btn.lock-btn:hover {
  color: #1770EE;
  background-color: #FFECEE;
  border: 1px solid #FFECEE;
}
.ps-btn.green-outline-btn {
  color: #039855;
  background-color: #ECFDF3;
  border: 1px solid #039855;
}
.ps-btn.support-btn {
  color: #3A84EC;
  background-color: #EEF5FF;
  border: 1px solid #3A84EC;
}
.ps-btn.success-outline-btn {
  color: #039855;
  background-color: transparent;
  border: 1px solid #6CE9A6;
}
.ps-btn.success-outline-btn:hover {
  color: #039855;
  background-color: #ECFDF3;
  border: 1px solid #6CE9A6;
}
.ps-btn.only-icon-btn {
  min-width: auto;
}
.ps-btn.only-icon-btn.sm-btn {
  height: 34px;
  width: 34px;
  padding: 5px;
}
@media (max-width: 1440px) {
  .ps-btn.only-icon-btn.sm-btn {
    height: 32px;
    width: 32px;
  }
}
.ps-btn.only-icon-btn.sm-btn .btn-icon {
  height: 16px;
  width: 16px;
}
@media (max-width: 1440px) {
  .ps-btn.only-icon-btn.sm-btn .btn-icon {
    height: 14px;
    width: 14px;
  }
}
.ps-btn.only-icon-btn.md-btn {
  height: 44px;
  width: 44px;
  padding: 5px;
}
.ps-btn.only-icon-btn.lg-btn {
  height: 48px;
  width: 48px;
  padding: 5px;
}
.ps-btn.pushtozomato-btn {
  cursor: pointer;
}
.ps-btn.pushtozomato-btn:hover {
  border-radius: 8px !important;
}
.ps-btn.ps-btn-mw-auto {
  min-width: auto;
}
.ps-btn.displayafterdetaildiv {
  min-width: auto;
}

.ps-checkbox-group .ps-checkobx {
  margin-bottom: 5px;
}
.ps-checkbox-group .ps-checkobx input {
  display: none;
}
.ps-checkbox-group .ps-checkobx input:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.ps-checkbox-group .ps-checkobx input:disabled + label::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group .ps-checkobx input:checked + label::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank.svg);
}
.ps-checkbox-group .ps-checkobx input:checked + label::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_checked.svg);
  transform: scale(1);
}
.ps-checkbox-group .ps-checkobx input:checked:disabled + label::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group .ps-checkobx input:checked:disabled + label::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_disabled.svg);
}
.ps-checkbox-group .ps-checkobx label,
.ps-checkbox-group .ps-checkobx .ps-checkbox-label {
  position: relative;
  padding-left: 28px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .ps-checkbox-group .ps-checkobx label,
  .ps-checkbox-group .ps-checkobx .ps-checkbox-label {
    padding-left: 25px;
  }
}
.ps-checkbox-group .ps-checkobx label::first-letter,
.ps-checkbox-group .ps-checkobx .ps-checkbox-label::first-letter {
  text-transform: capitalize;
}
.ps-checkbox-group .ps-checkobx label::before,
.ps-checkbox-group .ps-checkobx .ps-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  .ps-checkbox-group .ps-checkobx label::before,
  .ps-checkbox-group .ps-checkobx .ps-checkbox-label::before {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-checkbox-group .ps-checkobx label::after,
.ps-checkbox-group .ps-checkobx .ps-checkbox-label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0);
  transition: all 250ms ease;
}
@media (max-width: 1366px) {
  .ps-checkbox-group .ps-checkobx label::after,
  .ps-checkbox-group .ps-checkobx .ps-checkbox-label::after {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-checkbox-group .ps-checkobx.no-text label {
  padding-left: 0;
  height: 20px;
  width: 20px;
}
.ps-checkbox-group .ps-checkbox-container {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.ps-checkbox-group .ps-checkbox-container:has(input:disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}
.ps-checkbox-group .ps-checkbox-container input {
  display: none;
}
.ps-checkbox-group .ps-checkbox-container input:disabled + .ps-checkmark {
  cursor: not-allowed;
}
.ps-checkbox-group .ps-checkbox-container input:disabled + .ps-checkmark::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group .ps-checkbox-container input:checked + .ps-checkmark::before {
  border-color: #027A48;
  background-color: #ECFDF3;
}
.ps-checkbox-group .ps-checkbox-container input:checked + .ps-checkmark::after {
  transform: scale(1);
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + label::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + label::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_disabled.svg);
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + .ps-custom-checkbox + .ps-checkmark {
  color: #D2D6DB;
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + .ps-custom-checkbox + .ps-checkmark::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + .ps-custom-checkbox + .ps-checkmark::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_disabled.svg);
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + .ps-checkmark {
  cursor: not-allowed;
}
.ps-checkbox-group .ps-checkbox-container input:checked:disabled + .ps-checkmark::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_disabled.svg);
}
.ps-checkbox-group .ps-checkbox-container input:checked + .ps-custom-checkbox + .ps-checkmark::after {
  transform: scale(1);
}
.ps-checkbox-group .ps-checkbox-container .ps-checkmark {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
}
.ps-checkbox-group .ps-checkbox-container .ps-checkmark::first-letter {
  text-transform: capitalize;
}
.ps-checkbox-group .ps-checkbox-container .ps-checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  .ps-checkbox-group .ps-checkbox-container .ps-checkmark::before {
    height: 16px;
    width: 16px;
  }
}
.ps-checkbox-group .ps-checkbox-container .ps-checkmark::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0);
  transition: all 250ms ease;
}
@media (max-width: 1366px) {
  .ps-checkbox-group .ps-checkbox-container .ps-checkmark::after {
    height: 16px;
    width: 16px;
  }
}
.ps-checkbox-group .ps-checkbox-container .checkmark {
  display: none;
}
.ps-checkbox-group .ps-checkbox-container.no-text .ps-checkmark {
  padding-left: 0;
  height: 20px;
  width: 20px;
}
.ps-checkbox-group .ps-checkbox-container.no-text .checkmark {
  display: none;
}
.ps-checkbox-group .ps-checkbox-container .ps-checkbox-label {
  color: #000000;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
}
.ps-checkbox-group.pp-checkbox {
  margin-bottom: 0;
}
.ps-checkbox-group.pp-checkbox input {
  display: none;
}
.ps-checkbox-group.pp-checkbox input:checked + .ps-checkmark::before {
  border-color: #027A48;
  background-color: #ECFDF3;
}
.ps-checkbox-group.pp-checkbox input:checked + .ps-checkmark::after {
  transform: scale(1);
}
.ps-checkbox-group.pp-checkbox input:checked:disabled {
  color: #D2D6DB;
}
.ps-checkbox-group.pp-checkbox input:checked:disabled + label::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group.pp-checkbox input:checked:disabled + label::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_disabled.svg);
}
.ps-checkbox-group.pp-checkbox input:disabled + .ps-checkobx-container {
  color: #D2D6DB;
}
.ps-checkbox-group.pp-checkbox input:disabled + .ps-checkobx-container::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank_disalbed.svg);
}
.ps-checkbox-group.pp-checkbox .ps-checkmark {
  position: relative;
  padding-left: 28px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
}
.ps-checkbox-group.pp-checkbox .ps-checkmark::first-letter {
  text-transform: capitalize;
}
.ps-checkbox-group.pp-checkbox .ps-checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1366px) {
  .ps-checkbox-group.pp-checkbox .ps-checkmark::before {
    height: 16px;
    width: 16px;
  }
}
.ps-checkbox-group.pp-checkbox .ps-checkmark::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_checked.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(0);
  transition: all 250ms ease;
}
@media (max-width: 1366px) {
  .ps-checkbox-group.pp-checkbox .ps-checkmark::after {
    height: 16px;
    width: 16px;
  }
}
.ps-checkbox-group.pp-checkbox .checkmark {
  display: none;
}
.ps-checkbox-group .ng-card-sections .form-group-set-height .ps-checkbox-container .ps-checkmark::before {
  top: 0;
}
.ps-checkbox-group .data-addon .ps-checkbox-container .ps-checkmark::before {
  top: 0;
}

.ps-radio {
  min-height: 20px;
  margin-bottom: 5px;
}
.ps-radio input {
  display: none !important;
}
.ps-radio input[type=text] {
  display: block !important;
}
.ps-radio input:checked + label::after {
  transform: scale(1);
}
.ps-radio input:checked:disabled {
  color: #D2D6DB;
}
.ps-radio input:checked:disabled + label::before {
  border-color: #E5E7EB;
  background-color: #F3F4F6;
}
.ps-radio input:checked:disabled + label::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_checked_disabled.svg);
}
.ps-radio input:checked:disabled + .pp-radio-label + label::before {
  border-color: #E5E7EB;
  background-color: #F3F4F6;
}
.ps-radio input:checked:disabled + .pp-radio-label + label::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_checked_disabled.svg);
}
.ps-radio input:checked + .pp-radio-label + label::before {
  border-color: #039855;
  background-color: #ECFDF3;
}
.ps-radio input:checked + .pp-radio-label + label::after {
  transform: scale(1);
}
.ps-radio input:disabled + label {
  opacity: 0.65;
  cursor: not-allowed;
}
.ps-radio input:disabled + label::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_unchecked_disabled.svg);
}
.ps-radio label {
  position: relative;
  padding: 0px 25px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .ps-radio label {
    padding: 0px 23px;
  }
}
@media (max-width: 767px) {
  .ps-radio label {
    padding: 0px 10px 0 25px;
  }
}
.ps-radio label::first-letter {
  text-transform: capitalize;
}
.ps-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_unchecked.svg);
  background-size: cover;
}
@media (max-width: 1366px) {
  .ps-radio label::before {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-radio label::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: scale(0);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_checked.svg);
  background-size: cover;
}
@media (max-width: 1366px) {
  .ps-radio label::after {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-radio label.radio-button-click-target {
  line-height: inherit;
  display: inline-block;
  left: 0;
}
.ps-radio label.radio-button-click-target .radio-button-circle {
  display: none;
}
.ps-radio label.radio-button-click-target::after {
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
}
@media (max-width: 1366px) {
  .ps-radio label.radio-button-click-target::after {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-radio.no-text label {
  padding-left: 0;
  height: 20px;
  width: 20px;
}
.ps-radio .pp-radio-label {
  display: none !important;
}
.ps-radio.pp-radio input {
  display: none !important;
}
.ps-radio.pp-radio input:checked + .ps-checkmark::after {
  transform: scale(1);
}
.ps-radio.pp-radio input:checked:disabled {
  color: #D2D6DB;
}
.ps-radio.pp-radio input:checked:disabled + .ps-checkmark::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_unchecked_disabled.svg);
}
.ps-radio.pp-radio input:checked:disabled + .ps-checkmark::after {
  transform: scale(1);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_checked_disabled.svg);
}
.ps-radio.pp-radio input:checked + .ps-checkmark::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_unchecked.svg);
}
.ps-radio.pp-radio input:checked + .ps-checkmark::after {
  transform: scale(1);
}
.ps-radio.pp-radio input:disabled + .ps-checkmark {
  color: #D2D6DB;
}
.ps-radio.pp-radio input:disabled + .ps-checkmark::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_unchecked_disabled.svg);
}
.ps-radio.pp-radio .ps-checkmark {
  position: relative;
  padding-left: 21px;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 400;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
  display: block !important;
  white-space: nowrap;
}
.ps-radio.pp-radio .ps-checkmark::first-letter {
  text-transform: capitalize;
}
.ps-radio.pp-radio .ps-checkmark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_unchecked.svg);
  background-size: cover;
}
@media (max-width: 1366px) {
  .ps-radio.pp-radio .ps-checkmark::before {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-radio.pp-radio .ps-checkmark::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transform: scale(0);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/radio_button_checked.svg);
  background-size: cover;
}
@media (max-width: 1366px) {
  .ps-radio.pp-radio .ps-checkmark::after {
    height: 16px;
    width: 16px;
    top: 2px;
  }
}
.ps-radio.addon-on-off-options .radio-button-click-target {
  padding-top: 0;
}

.ps-toggle-group .ps-toggle {
  margin-bottom: 5px;
}
.ps-toggle-group .ps-toggle input {
  display: none;
}
.ps-toggle-group .ps-toggle input:checked + label::before {
  background-color: #1770EE;
}
.ps-toggle-group .ps-toggle input:checked + label::after {
  left: 18px;
}
.ps-toggle-group .ps-toggle input:checked:disabled {
  color: #D2D6DB;
  opacity: 0.4;
}
.ps-toggle-group .ps-toggle input:checked:disabled + label::before {
  border-color: #F0F0F0;
  background-color: #F0F0F0;
}
.ps-toggle-group .ps-toggle input:disabled + label {
  color: #D2D6DB;
  opacity: 0.4;
}
.ps-toggle-group .ps-toggle input:disabled + label::before {
  border-color: #F0F0F0;
  background-color: #F0F0F0;
}
.ps-toggle-group .ps-toggle label {
  position: relative;
  padding-left: 44px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
}
.ps-toggle-group .ps-toggle label::first-letter {
  text-transform: capitalize;
}
.ps-toggle-group .ps-toggle label::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 36px;
  height: 20px;
  padding: 2px;
  border-radius: 12px;
  background-color: #BDBDBD;
}
.ps-toggle-group .ps-toggle label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 250ms ease;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
}
.ps-toggle-group .ps-toggle.type-b input:checked + label::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/toggle-check.svg);
  left: 18px;
}
.ps-toggle-group .ps-toggle.type-b input:checked:disabled + label::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/toggle-checked-disabled.svg);
}
.ps-toggle-group .ps-toggle.type-b input:disabled + label::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/toggle-checked-disabled.svg);
}
.ps-toggle-group .ps-toggle.type-b label::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/toggle-unchecked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}
.ps-toggle-group .ps-toggle.no-text {
  height: 20px;
}
.ps-toggle-group .ps-toggle.no-text label {
  width: 36px;
  height: 20px;
  padding-left: 0;
}

.ng-dropdown-wrap .dropdown-menu {
  margin-top: 12px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border-bottom: 0 solid transparent;
  padding: 0;
}
.ng-dropdown-wrap .dropdown-menu.show {
  top: inherit;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border: 1px solid #D2D6DB;
  top: 100%;
  overflow: hidden;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item {
  padding: 0.375rem 0.75rem;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: break-spaces;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item:hover {
  background-color: #F9FAFB;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item a {
  display: block;
  font-size: 0.813rem;
  cursor: pointer;
  color: #000000;
  padding: 0;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item.active, .ng-dropdown-wrap .dropdown-menu .dropdown-item:hover:active {
  color: #000000;
  background-color: #F2F2F2;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item.active:hover, .ng-dropdown-wrap .dropdown-menu .dropdown-item.active:focus, .ng-dropdown-wrap .dropdown-menu .dropdown-item:hover:active:hover, .ng-dropdown-wrap .dropdown-menu .dropdown-item:hover:active:focus {
  color: #000000;
  background-color: #F2F2F2;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item input {
  padding: 6px 8px;
  display: block;
  height: 32px;
  border-radius: 7px;
  width: 100%;
  outline: 0;
  color: #000000;
  font-size: 0.813rem;
  border: 1px solid #D2D6DB;
  transition: all 250ms ease;
}
.ng-dropdown-wrap .dropdown-menu .dropdown-item input:focus, .ng-dropdown-wrap .dropdown-menu .dropdown-item input:active:focus, .ng-dropdown-wrap .dropdown-menu .dropdown-item input:hover:focus {
  box-shadow: 0px 0px 0px 4px rgba(26, 115, 232, 0.102);
}

.report-config {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/settings-red.png);
  background-repeat: no-repeat;
  font-size: 0.875rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #D2D6DB;
  outline: none;
  color: #000000;
  padding: 10px 10px 10px 34px;
  margin: 0 0 15px 0;
  font-weight: 500;
  background-position: 7px center;
}

.feedback-wise-btn {
  margin: 10px;
  color: #000000;
  border: 1px solid #D2D6DB;
}
.feedback-wise-btn.active {
  border: 1px solid #1770EE !important;
  color: #1770EE !important;
}

.ps-btn-outline-border {
  display: inline-flex;
  padding: 10px 16px 10px 11px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #FDA29B;
  color: #1770EE;
}
.ps-btn-outline-border:hover {
  color: #1770EE;
}

.ps-on-off-btn span.online--text-addon,
.ps-on-off-btn span.offline--text-addon,
.ps-on-off-btn span.online--text-items,
.ps-on-off-btn span.offline--text-items {
  position: absolute;
  padding: 0px 5px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  cursor: pointer;
}
.ps-on-off-btn span.online--text-addon.online--text-addon, .ps-on-off-btn span.online--text-addon.online--text-items,
.ps-on-off-btn span.offline--text-addon.online--text-addon,
.ps-on-off-btn span.offline--text-addon.online--text-items,
.ps-on-off-btn span.online--text-items.online--text-addon,
.ps-on-off-btn span.online--text-items.online--text-items,
.ps-on-off-btn span.offline--text-items.online--text-addon,
.ps-on-off-btn span.offline--text-items.online--text-items {
  left: 40px;
  width: 32px;
}
.ps-on-off-btn span.online--text-addon.offline--text-addon, .ps-on-off-btn span.online--text-addon.offline--text-items,
.ps-on-off-btn span.offline--text-addon.offline--text-addon,
.ps-on-off-btn span.offline--text-addon.offline--text-items,
.ps-on-off-btn span.online--text-items.offline--text-addon,
.ps-on-off-btn span.online--text-items.offline--text-items,
.ps-on-off-btn span.offline--text-items.offline--text-addon,
.ps-on-off-btn span.offline--text-items.offline--text-items {
  left: 0;
  padding: 0 5px;
}
.ps-on-off-btn .btn-secondary {
  background-color: #D2D6DB;
  color: #646464;
  border-color: transparent;
}
.ps-on-off-btn .btn-success {
  color: #ffffff !important;
  background-color: #027A48;
}
.ps-on-off-btn .btn-group, .ps-on-off-btn .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.ps-on-off-btn .btn-group-radius .btn {
  font-size: 0;
  padding: 10px 15px;
}
.ps-on-off-btn .btn-group-radius .btn:first-child, .ps-on-off-btn .btn-group-radius .btn:not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.ps-on-off-btn .btn-group-radius .btn:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.ps-on-off-btn .btn-group-radius .btn.btn-warning-inactive {
  padding: 0 0.2rem 0 0.2rem;
  border-radius: 0 !important;
}
.ps-on-off-btn .btn-group-radius .btn.btn-warning-inactive-label {
  padding: 0.475rem 0.75rem;
}
.ps-on-off-btn .btn-group-radius .btn-warning {
  background: #D2D6DB;
  border-color: #D2D6DB;
}
.ps-on-off-btn.new-on-off-switch-wrapper .btn-group-radius .btn {
  font-size: 0.625rem;
  padding: 3px 10px;
}
.ps-on-off-btn.new-on-off-switch-wrapper .btn-secondary {
  background-color: #D2D6DB !important;
  border-color: #BDBDBD !important;
}

.top-header-title-row-card .dropdown-menu.show {
  overflow: hidden;
}

.item-on-off-table .menu-mark-on-off {
  display: table-cell;
}

.get-st-tp-status {
  background-color: transparent;
}
.get-st-tp-status span {
  border-width: 6px;
  border-style: solid;
  border-right: 6px solid transparent;
  border-color: #373737 #fff #fff;
  position: relative;
  top: 12px;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.75 !important;
}
.disabled.primary-btn:hover {
  background-color: #1770EE;
  border: 1px solid #1770EE;
}
.disabled:hover {
  box-shadow: none !important;
}
.disabled:focus {
  outline: none;
}

.btn-border {
  background: transparent;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000 !important;
  border: 1px solid #D2D6DB;
}
@media (max-width: 1440px) {
  .btn-border {
    font-size: 0.813rem;
  }
}

.new-browse-btn {
  color: #000000 !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2784313725) !important;
  border-radius: 10px !important;
  opacity: 1;
  border: 0;
}

.secondary-btn {
  background: #5EA61F;
  color: #ffffff;
  opacity: 1;
  padding: inherit;
}
.secondary-btn:hover {
  color: #ffffff;
}

.btn,
.btn.btn-primary,
.btn.btn-darkgrey {
  padding: 0.469rem 0.75rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 5px;
  color: #ffffff;
}
@media (max-width: 1680px) {
  .btn,
  .btn.btn-primary,
  .btn.btn-darkgrey {
    font-size: 0.813rem;
  }
}
@media (max-width: 1440px) {
  .btn,
  .btn.btn-primary,
  .btn.btn-darkgrey {
    padding: 0.469rem 0.75rem;
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  .btn,
  .btn.btn-primary,
  .btn.btn-darkgrey {
    line-height: 1.4;
    padding: 6px 8px;
    font-size: 0.75rem;
  }
}

.addnewitem, .addnewdelivery {
  cursor: pointer;
}

.add-perchase-list-page .form-control[readonly] {
  opacity: 0.65 !important;
}

.add-new-btn {
  color: #000000;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2784313725) !important;
  border-radius: 10px !important;
  opacity: 1;
  border: 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .add-new-btn {
    padding: 6px 18px;
    font-size: 0.75rem;
    margin: 8px;
  }
}
.add-new-btn.inv-purchase-btn-bg {
  background-color: #CCCCCC;
  color: #ffffff;
}

/*inventory button*/
.stock-purch-btn {
  letter-spacing: 0px;
  color: #000000;
  border-radius: 7px !important;
  padding: 7px 20px;
  margin: 0 7px;
  border: 1px solid #cacaca;
}

.pp-radio,
.custom-radio {
  position: relative;
  cursor: pointer;
}
.pp-radio input,
.custom-radio input {
  display: none;
}
.pp-radio input:checked + .pp-radio-label::after, .pp-radio input:checked + .custom-control-label::after,
.custom-radio input:checked + .pp-radio-label::after,
.custom-radio input:checked + .custom-control-label::after {
  transform: scale(1);
  background-image: none !important;
}
.pp-radio input + .pp-radio-label, .pp-radio input + .custom-control-label,
.custom-radio input + .pp-radio-label,
.custom-radio input + .custom-control-label {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-left: 16px;
  cursor: pointer;
}
.pp-radio input + .pp-radio-label::before, .pp-radio input + .custom-control-label::before,
.custom-radio input + .pp-radio-label::before,
.custom-radio input + .custom-control-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  border: 2px solid #646464 !important;
  border-radius: 18px;
  background-color: #ffffff !important;
}
.pp-radio input + .pp-radio-label::after, .pp-radio input + .custom-control-label::after,
.custom-radio input + .pp-radio-label::after,
.custom-radio input + .custom-control-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  background: #646464;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  left: 5px;
  transform: scale(0);
  background-image: none;
}

.ng-btn-outline-secondary {
  border: 1px solid #979797;
  color: #373737;
}

.minw-auto {
  min-width: auto !important;
}

.mob-back-btn .fas.fa-long-arrow-alt-left::before {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/mob-back-arrow.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -0.5px;
}

.detailed-table .table td {
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  font-size: 0.875rem;
  color: #646464;
}

.collapsedExpand .sign {
  position: relative;
}
.collapsedExpand .expand.sign:after {
  content: "+";
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 200;
  color: #ffffff;
  padding-left: 0;
  position: absolute;
  top: 47%;
  left: 26%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .collapsedExpand .expand.sign:after {
    top: 43%;
    left: 24%;
  }
}
.collapsedExpand .sign:after {
  content: "-";
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 200;
  color: #ffffff;
  padding-left: 0;
  position: absolute;
  top: 47%;
  left: 36%;
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .collapsedExpand .sign:after {
    left: 32%;
  }
}

.bg-color-0 {
  background-color: transparent !important;
}

.table-responsive {
  overflow-x: hidden;
}

.menu_scrollspy_nav.menu-left-side-slide {
  width: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1600px) {
  #itemlist .table-checkbox-width {
    min-width: 50px;
    width: 50px;
    -moz-column-width: 50px;
         column-width: 50px;
    padding: 0 10px !important;
  }
}

.menu-team-page .table-responsive table tbody td {
  padding: 6px 8px;
}
.menu-team-page .table-responsive table.allowAddonVariationmenuWrap {
  overflow: visible !important;
}
@media (max-width: 991px) {
  .menu-team-page .MenuManagementaddMenu.table-responsive {
    overflow: hidden;
  }
}

.form-group {
  min-height: auto;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 6.25rem;
  text-align: right;
  opacity: 0 !important;
  outline: none;
  cursor: inherit;
  display: block;
  z-index: 999;
}

.brder-right-rad {
  border-radius: 0 7px 7px 0 !important;
}

.input-group-append.info-iocn-append {
  width: auto;
}
.input-group-append.info-iocn-append .input-group-text {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.ps-table-align.ps-table .last-tootltip::before {
  z-index: 20;
}

.searched_configuration.table-border-bottom {
  overflow-y: auto;
  height: calc(100vh - 100px);
  display: block;
}
@media (max-width: 767px) {
  .searched_configuration.table-border-bottom {
    height: calc(100vh - 160px);
  }
}

.addon--variation {
  width: 40px;
  background: transparent;
  border: none;
  outline: none;
}

.vertical-align-sub {
  vertical-align: top !important;
}

.red {
  color: #c52031;
}

.petpooja-loan-section .ng-title-heading-2,
.popup-bg .popup-header h3 {
  font-size: 20px;
  color: #373737;
}
@media (max-width: 768px) {
  .petpooja-loan-section .ng-title-heading-2,
  .popup-bg .popup-header h3 {
    font-size: 1.063rem;
  }
}
@media (max-width: 576px) {
  .petpooja-loan-section .ng-title-heading-2,
  .popup-bg .popup-header h3 {
    font-size: 1rem;
  }
}

.area-res-wrap {
  margin-bottom: 10px;
}
.area-res-wrap p {
  background-color: #E9F2FF;
}

.alert {
  position: relative;
}

.close-popup-icon {
  float: right;
  margin: -2px 0 0 0;
}
.close-popup-icon svg {
  width: 25px;
  margin: 0;
}

[data-tooltip] {
  position: relative;
  z-index: 11;
  cursor: pointer;
}

.ml-20 {
  margin-left: 20px;
}

.menu-file-upload ul {
  list-style: none;
}

.detailed-table .ps-table.table .thead-divi tr {
  border-top: none;
}

.tax-tree-grid-btn .view-change {
  display: inline-block;
}
.tax-tree-grid-btn .view-change.active {
  display: none;
}

.menu-team-page .dropdown-menu {
  max-height: 316px;
  min-width: 320px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.dropdown-menu.action-new-2[x-placement^=bottom],
.dropdown-menu.action-new-2[x-placement^=left],
.dropdown-menu.action-new-2[x-placement^=right],
.dropdown-menu.action-new-2[x-placement^=top] {
  right: auto;
  bottom: auto;
  max-height: 316px;
  min-width: 320px !important;
}

.dropdown-menu .dropdown-item a {
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
}

.inner-pages-design-wrap.menu-team-page ul.dropdown-menu li.dropdown-item {
  padding: 0;
}
.inner-pages-design-wrap.menu-team-page ul.dropdown-menu li.dropdown-item input {
  margin: 0px 5px;
  display: block;
  width: 97%;
  padding: 4px 12px;
  font-family: inherit;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.inner-pages-design-wrap.menu-team-page ul.dropdown-menu li.dropdown-item a {
  padding: 4px 12px;
}

.inner-pages-design-wrap .dropdown-menu .dropdown-item a {
  padding: 0px 5px;
  font-size: 0.813rem;
  color: #373737;
}
.inner-pages-design-wrap .dropdown-menu.show {
  border: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
  border-radius: 7px;
  top: 5px !important;
  padding: 0.5rem 0;
  margin-top: 3px;
}

.accordian-body.ps-table-wrapper.table-responsive .ps-table.table .inner-tble-body tr td {
  width: auto !important;
  text-align: center;
}

.alert-icon {
  color: #ecbb02;
}

.close {
  cursor: pointer;
}

.attr-veg, .attr-non-veg, .attr-egg, .attr-other {
  position: relative;
}

.attr-veg .table-checkbox-width,
.attr-non-veg .table-checkbox-width,
.attr-egg .table-checkbox-width,
.attr-other .table-checkbox-width {
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

.alert.alert-error, .alert.alert-danger {
  border: 1px solid #FDA29B;
  background-color: #FFF5F6;
  color: #721c24 !important;
}

.attr-egg .table-checkbox-width,
.attr-egg.bg-light-pink .table-checkbox-width {
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/menu-egg-veg.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

.attr-non-veg .table-checkbox-width,
.attr-non-veg.bg-light-pink .table-checkbox-width {
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/menu-non-veg.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

.attr-other .table-checkbox-width,
.attr-other.bg-light-pink .table-checkbox-width {
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/menu-other-icon.png") !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.no-data-blank-state {
  display: block;
  float: none;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 99%;
  margin: 10px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 28vh;
}

.menuPageWrap.menu-team-page .no-data-blank-state {
  min-height: 85vh;
}

.alert.alert-danger {
  padding: 0.75rem 1.25rem;
}

.pl-15 {
  padding-left: 15px !important;
}

.addon--variation {
  width: 40px;
  background: transparent;
  border: none;
  outline: none;
}

.vertical-align-sub {
  vertical-align: top !important;
}

.red {
  color: #c52031;
}

.petpooja-loan-section .ng-title-heading-2,
.popup-bg .popup-header h3 {
  font-size: 20px;
  color: #373737;
}
@media (max-width: 768px) {
  .petpooja-loan-section .ng-title-heading-2,
  .popup-bg .popup-header h3 {
    font-size: 1.063rem;
  }
}
@media (max-width: 576px) {
  .petpooja-loan-section .ng-title-heading-2,
  .popup-bg .popup-header h3 {
    font-size: 1rem;
  }
}

.alert-icon {
  color: #ecbb02;
}

.close {
  cursor: pointer;
}

.ng-border-pink {
  border: 1px solid #eb3454 !important;
}

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

.radio-tabs-wrapper {
  clear: both;
  border-radius: 7px;
  display: inline-block;
  padding: 0px;
  position: relative;
  background-color: #fff;
  box-shadow: none;
}

input.radio-tab {
  position: absolute;
  left: -99999em;
  top: -99999em;
}

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

input.radio-tab + label {
  cursor: pointer;
  float: left;
  background-color: #fff;
  padding: 7px 12px;
  position: relative;
  margin: 0;
  font-weight: 400;
  font-size: 0.875rem;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
}
@media (max-width: 1680px) {
  input.radio-tab + label {
    padding: 6px 10px;
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  input.radio-tab + label {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
}

input.radio-tab:checked + label {
  background-color: #1770EE;
  z-index: 1;
  color: #fff;
  font-weight: 400;
  border-radius: 7px;
}

@media (max-width: 767px) {
  .hide_export_btn .merchant-export-btn {
    display: none;
  }
}

button[disabled=disabled], button:disabled {
  background-color: #DEE2E5;
  color: #979797;
  cursor: not-allowed;
}

.iconBtn {
  margin-left: 5px;
  height: 34px;
  width: 34px;
  padding: 6px !important;
  border-radius: 5.818px;
  background: #F8F8F8;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.rawm-conversion.custom-radio .custom-control-label.pp-radio-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: no-repeat 50%/50% 50%;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  transform: scale(1);
}
.rawm-conversion.custom-radio .custom-control-label.pp-radio-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  background-color: #ffffff;
  border: none !important;
}
.rawm-conversion.custom-radio .custom-control-input:checked + .custom-control-label.pp-radio-label::before {
  color: #fff;
  border: 2px solid #000000 !important;
  background-color: #ffffff;
}
.rawm-conversion.custom-radio .custom-control-input:checked + .custom-control-label.pp-radio-label::after {
  background: none !important;
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  background: #646464 !important;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  left: -20px;
}

.ps-rt-line-div {
  width: 1px;
  height: 44px;
  background-color: #3A84EC;
}

.recipe-blocks .add-new-raw-material .add-new-btn {
  margin: 8px;
}

@media (max-width: 910px) {
  .create-campaign .bottom-footer-sticky {
    min-height: 58px;
    height: auto;
  }
}

.ps-btn-circle {
  border-radius: 18px;
  border: 1px solid #D2D6DB;
  background: #FFFFFF;
  display: inline-block;
  height: 36px;
  min-width: auto;
  width: 36px;
  text-align: center;
  padding: 4px 0;
  margin-right: 3px;
  margin-left: 3px;
}
.ps-btn-circle:focus, .ps-btn-circle:hover:focus, .ps-btn-circle:active:focus {
  border: 1px solid #D2D6DB;
  box-shadow: 0px 1px 5px 0px rgba(24, 37, 64, 0.19), 0px 0px 0px 4px #F7F7F7;
  border: 1px solid #4F7D97;
}

.ps-btn-circle-descrip {
  border: 1px solid #D2D6DB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: transparent;
  color: #212121;
  min-width: auto;
  padding: 7px 3px 7px 6px;
}
.ps-btn-circle-descrip:focus, .ps-btn-circle-descrip:hover:focus, .ps-btn-circle-descrip:active:focus {
  border: 1px solid #D2D6DB;
}

.reason_description {
  width: auto;
  position: relative;
  top: 2px;
}

.ng-card-wrap .card-header {
  border-radius: 10px 10px 0 0;
}
.ng-card-wrap .card-body {
  border-radius: 0 0 10px 10px;
}

.dropdown-menu.ps-drop-radius .selction-div:hover:first-child {
  border-radius: 7px 7px 0 0;
}
.dropdown-menu.ps-drop-radius .selction-div:hover:last-child {
  border-radius: 0 0 7px 7px;
}

.website-scroll-btn a.ps-btn {
  display: inline-flex !important;
}

.ps-btn.disabledbtn {
  cursor: not-allowed;
  background-color: #DEE2E5;
  border-color: #DEE2E5;
  border-radius: 8px;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 12px;
  color: #979797;
}
.ps-btn.disabledbtn:hover {
  background-color: #DEE2E5;
  border-color: #DEE2E5;
  color: #979797;
}

.tooltip-flex {
  gap: 100px;
}

.ps-tooltip {
  z-index: 99;
  position: relative;
}
.ps-tooltip [data-tooltip] {
  position: relative;
  cursor: pointer;
  z-index: 11;
}
.ps-tooltip [data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}
.ps-tooltip [data-tooltip][data-placement=left]::before {
  top: 120%;
  left: 11px;
}
.ps-tooltip [data-tooltip][data-placement=left]::after {
  bottom: -5px;
}
.ps-tooltip [data-tooltip] {
  /* Right placement */
}
.ps-tooltip [data-tooltip][data-placement=right]::before {
  top: 120%;
  right: -12px;
  left: inherit;
}
.ps-tooltip [data-tooltip][data-placement=right]::after {
  bottom: -5px;
  right: 3px;
  left: inherit;
}
.ps-tooltip [data-tooltip] {
  /* Top placement */
}
.ps-tooltip [data-tooltip][data-placement=center] {
  text-align: center;
}
.ps-tooltip [data-tooltip][data-placement=center]::before {
  top: 120%;
  left: 50%;
  right: 0;
  text-align: center;
  transform: translateX(-32%);
}
.ps-tooltip [data-tooltip][data-placement=center]::after {
  bottom: -5px;
  left: 53%;
  right: 0;
}
.ps-tooltip [data-tooltip] {
  /* Top-Right placement */
}
.ps-tooltip [data-tooltip][data-placement=top-right]::before {
  bottom: 120%;
  right: -12px;
  left: inherit;
}
.ps-tooltip [data-tooltip][data-placement=top-right]::after {
  top: -13px;
  transform: rotate(180deg) translateY(-50%);
  right: 3px;
  left: inherit;
}
.ps-tooltip [data-tooltip] {
  /* Top-Left placement */
}
.ps-tooltip [data-tooltip][data-placement=top-left]::before {
  bottom: 120%;
  left: 11px;
}
.ps-tooltip [data-tooltip][data-placement=top-left]::after {
  top: -10px;
  transform: rotate(180deg);
}
.ps-tooltip [data-tooltip] {
  /* Top-Center placement */
}
.ps-tooltip [data-tooltip][data-placement=top-center]::before {
  bottom: 120%;
  left: 50%;
  right: 0;
  text-align: center;
  transform: translateX(-32%);
}
.ps-tooltip [data-tooltip][data-placement=top-center]::after {
  top: -10px;
  transform: rotate(180deg);
  left: 53%;
  right: 0;
}
.ps-tooltip [data-tooltip]:before {
  content: attr(data-tooltip);
  position: absolute;
  min-width: 150px;
  max-width: 320px;
  height: auto;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  bottom: inherit;
  text-align: left;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1570px) {
  .ps-tooltip [data-tooltip]:before {
    font-size: 0.75rem;
    line-height: 20px;
    padding: 10px;
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .ps-tooltip [data-tooltip]:before {
    font-size: 0.625rem;
    line-height: 16px;
    padding: 5px;
    max-width: 200px;
  }
}
.ps-tooltip [data-tooltip]::after {
  content: "";
  position: absolute;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/top-angel.svg);
  width: 11px;
  left: 9px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

[data-tooltip] {
  position: relative;
  z-index: 11;
  cursor: pointer;
}
[data-tooltip]::after, [data-tooltip]::before {
  content: "";
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}
[data-tooltip]::before {
  bottom: 99%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -20px;
  padding: 6px 10px;
  width: auto;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.2;
  white-space: normal;
}
[data-tooltip]::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: var(--font0);
  line-height: 0;
}
[data-tooltip]:hover::before, [data-tooltip]:hover::after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.purchase-righ-side-wrap .invtry-setting-info[data-tooltip]::before {
  bottom: -38px;
  min-width: 180px;
  left: 40px;
  line-height: 1.3;
}
.purchase-righ-side-wrap .invtry-setting-info[data-tooltip]::after {
  position: absolute;
  bottom: 5px;
  left: 15px;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  border-bottom: 5px solid transparent;
}

.update-areawise-text:before::before {
  width: 120px;
}

.update-areawise-text[data-tooltip]::before,
#show_change[data-tooltip]::before {
  left: -120%;
}

.update-areawise-text[data-tooltip]::before {
  min-width: 100px;
}

.ps-label {
  text-transform: capitalize;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 500ms ease;
  font-weight: 600;
  width: auto;
  font-size: 0.75rem;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 16px;
  white-space: nowrap;
}
.ps-label .dot-icon {
  height: 6px;
  width: 6px;
  display: flex;
}
.ps-label .dot-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-label .close-icon {
  height: 12px;
  width: 12px;
  display: flex;
}
.ps-label .close-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-label.sm-label {
  height: 24px;
  padding: 2px 8px;
  font-size: 0.75rem;
  line-height: 18px;
}
.ps-label.md-label {
  height: 24px;
  padding: 2px 10px;
  display: none;
}
.ps-label.lg-label {
  height: 26px;
  padding: 4px 12px;
}
.ps-label.default-label {
  color: #384250;
  background-color: #F3F4F6;
}
.ps-label.danger-label {
  color: #D92D20;
  background-color: #FFF5F6;
}
.ps-label.warning-label {
  color: #D9A541;
  background-color: #FFFAEB;
}
.ps-label.success-label {
  color: #039855;
  background-color: #ECFDF3;
}
.ps-label.sent-label {
  color: #437616;
  background-color: #ECFDF3;
}
.ps-label.read-label {
  color: #3A84EC;
  background-color: #EEF5FF;
}
.ps-label.feature-tag {
  padding: 4px 12px 4px 4px;
  height: auto;
}
.ps-label.feature-tag .category-tag {
  background: #ffffff;
  padding: 2px 10px;
  border-radius: 16px;
  white-space: nowrap;
}
.ps-label.feature-tag.lg-label {
  font-size: 0.875rem;
  min-height: 32px;
}
@media (max-width: 991px) {
  .ps-label.feature-tag.lg-label {
    font-size: 0.75rem;
    min-height: 30px;
  }
}
@media (max-width: 991px) {
  .ps-label.feature-tag.lg-label .category-tag {
    padding: 2px 8px;
  }
}
.ps-label.feature-tag.lg-label .right-arrow {
  height: 16px;
  width: 16px;
}
@media (max-width: 991px) {
  .ps-label.feature-tag.lg-label .right-arrow {
    font-size: 0.875rem;
    min-height: 14px;
  }
}
@media (max-width: 640px) {
  .ps-label.feature-tag.lg-label .right-arrow {
    font-size: 0.75rem;
    min-height: 12px;
  }
}
.ps-label.feature-tag.sm-label {
  font-size: 0.75rem;
  min-height: 30px;
}
@media (max-width: 991px) {
  .ps-label.feature-tag.sm-label {
    font-size: 0.625rem;
    min-height: 28px;
  }
}
@media (max-width: 640px) {
  .ps-label.feature-tag.sm-label {
    font-size: 0.5rem;
    min-height: 28px;
  }
}
.ps-label.feature-tag.sm-label .category-tag {
  padding: 2px 8px;
}
@media (max-width: 991px) {
  .ps-label.feature-tag.sm-label .category-tag {
    padding: 1px 6px;
  }
}
.ps-label.feature-tag.sm-label .right-arrow {
  height: 14px;
  width: 14px;
}
@media (max-width: 640px) {
  .ps-label.feature-tag.sm-label .right-arrow {
    font-size: 0.75rem;
    min-height: 12px;
  }
}
.ps-label.text-wraping {
  white-space: normal;
}

.ps-nav-wrapper .ps-nav {
  border-bottom: 1px solid #E5E7EB;
}
.ps-nav-wrapper .ps-nav.nav-tabs {
  background: #ffffff;
  border-radius: 0px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  flex-wrap: nowrap !important;
  margin-bottom: 0;
}
.ps-nav-wrapper .ps-nav.nav-tabs.no-scrollbar {
  overflow-x: inherit;
}
.ps-nav-wrapper .ps-nav.nav-tabs::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F8F8F8;
  height: 8px;
  padding: 2px;
}
.ps-nav-wrapper .ps-nav.nav-tabs::-webkit-scrollbar {
  background-color: #F5F5F5;
}
.ps-nav-wrapper .ps-nav.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #DBDFE7;
  height: 4px;
  border-radius: 50px;
  border: 4px solid #F8F8F8;
}
.ps-nav-wrapper .ps-nav .nav-item {
  background-color: transparent;
  color: #000000;
  line-height: inherit;
  text-transform: capitalize;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.875rem;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .ps-nav-wrapper .ps-nav .nav-item {
    font-size: 0.75rem;
  }
}
.ps-nav-wrapper .ps-nav .nav-item:hover {
  background-color: #EEF5FF;
}
.ps-nav-wrapper .ps-nav .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 250ms ease;
  border: 1px solid #1770EE;
  display: none;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link {
  color: #000000;
  font-weight: 600;
  border: 0;
  padding: 14px 16px;
  font-size: 0.875rem;
  font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}
@media (max-width: 1440px) {
  .ps-nav-wrapper .ps-nav .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link:focus, .ps-nav-wrapper .ps-nav .nav-item .nav-link:hover {
  border: none;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 250ms ease;
  border: 1px solid #1770EE;
  display: none;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link .icon-tab {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link .tab-icon {
  height: 34px;
  width: 34px;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link .tab-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link::after {
  content: none;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link.active {
  background-color: #EEF5FF;
}
.ps-nav-wrapper .ps-nav .nav-item .nav-link.active::before {
  display: block;
}
.ps-nav-wrapper .ps-nav .nav-item.active, .ps-nav-wrapper .ps-nav .nav-item.virtual-outlet-active {
  background-color: #ffffff;
}
.ps-nav-wrapper .ps-nav .nav-item.active::before, .ps-nav-wrapper .ps-nav .nav-item.virtual-outlet-active::before {
  display: block;
}
.ps-nav-wrapper .ps-nav .pn-ProductNav_Link {
  margin-bottom: 0 !important;
  background-color: transparent;
  color: #6C737F;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: inherit;
  text-transform: capitalize;
  padding: 10px 20px !important;
  border: 0;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  border: 0 !important;
  position: relative;
}
@media (max-width: 1601px) {
  .ps-nav-wrapper .ps-nav .pn-ProductNav_Link {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1440px) {
  .ps-nav-wrapper .ps-nav .pn-ProductNav_Link {
    font-size: 0.75rem !important;
  }
}
.ps-nav-wrapper .ps-nav .pn-ProductNav_Link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.1rem;
  width: 0;
  transition: all 250ms ease;
  background-color: #1770EE;
}
.ps-nav-wrapper .ps-nav .pn-ProductNav_Link.active::before {
  width: 100%;
}
.ps-nav-wrapper .ps-vertical-nav {
  width: 320px;
  border-radius: 12px;
  padding: 12px 0;
  background-color: #ffffff;
  display: block;
}
@media (max-width: 640px) {
  .ps-nav-wrapper .ps-vertical-nav {
    width: 100%;
  }
}
.ps-nav-wrapper .ps-vertical-nav .nav-item:hover {
  background-color: #F8F8F8;
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #646464;
  padding: 16px 20px 16px 16px;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
  position: relative;
  width: 100%;
  text-align: left;
}
@media (max-width: 1440px) {
  .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: #1770EE;
  transition: all 250ms ease;
  border-radius: 0px 4px 4px 0px;
  display: none;
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link p {
  margin: 0;
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link.active {
  background-color: #EEF5FF;
  color: #000000;
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link.active::before {
  display: block;
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link.active span svg path {
  fill: #000000;
}
.ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link.active.single_outlet_tab span svg path, .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link.active.multi_outlet_tab span svg path, .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link.active.kitchen_outlet_tab span svg path {
  fill: none;
  stroke: #000000;
}
.ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header {
  background: #F2F2F2;
  padding: 20px 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 640px) {
  .ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header {
    font-size: 1rem;
  }
}
.ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header .image-wrapper {
  height: 36px;
  width: 36px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header .image-wrapper img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-nav-wrapper .ps-vertical-nav.ps-vertical-tab-icon .nav-item .nav-link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ps-nav-wrapper.vertical-form-tabs .nav.nav-tabs {
  display: block;
  z-index: 1;
}
.ps-nav-wrapper.vertical-form-tabs .nav .nav-link::before {
  content: none;
}
.ps-nav-wrapper #content-slider,
.ps-nav-wrapper .swiper-wrapper {
  min-width: 100% !important;
}
.ps-nav-wrapper #content-slider.ps-nav,
.ps-nav-wrapper .swiper-wrapper.ps-nav {
  min-height: auto !important;
}
.ps-nav-wrapper #content-slider.ps-nav .nav-item .img-fluid,
.ps-nav-wrapper .swiper-wrapper.ps-nav .nav-item .img-fluid {
  height: 34px;
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0;
}
.ps-nav-wrapper #content-slider.ps-nav .nav-item .slide,
.ps-nav-wrapper .swiper-wrapper.ps-nav .nav-item .slide {
  white-space: nowrap;
  padding: 0;
}

.info-stock-report-icon[data-tooltip][data-tooltip]::before {
  right: 17%;
  left: unset;
  width: 113px;
}

.inventory-common-wrapper .status-filter-tooltip[data-tooltip]::before {
  min-width: 250px !important;
}
.inventory-common-wrapper .active_category {
  background-color: #FFECEE;
  border: 1px solid #ffb4bc;
}
.inventory-common-wrapper .active_category a.rm_category_tag {
  color: #646464 !important;
}

.ps-table-align.ps-table .last-tootltip::before {
  z-index: 20;
}

#logistic_setting.ps-cust-tooltip [data-tooltip]::before {
  bottom: 44%;
}
#logistic_setting.ps-cust-tooltip [data-tooltip]::after {
  bottom: 43%;
}

@media (max-width: 1399px) {
  .popup-bg .popup-header h3 {
    font-size: 0.875rem;
  }
}

.new-fancybox-wrapper.popup-bg .fancybox-button,
#update_tag_html .fancybox-button {
  height: 30px;
  width: 30px;
  padding: 3px;
  margin: 4px 14px 0 0;
  color: #373737 !important;
}

.item-on-off-table thead {
  z-index: 10 !important;
  position: relative;
}

.new-fancybox-wrapper.fancy_right_side_open {
  background-color: #FFFFFF !important;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper .lSSlide {
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform, height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.carousel .lSSlideWrapper {
  background-color: #FFFFFF;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .carousel.menu-beta-carousel .lSSlideWrapper {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lightSlider::before, .lightSlider::after {
  content: " ";
  display: table;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter .lightSlider > * {
  float: left;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: #000000;
}

.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: #000000 !important;
  font-size: 0.75rem !important;
  line-height: 18px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #000000 !important;
}

.bs-tooltip-right .arrow::before {
  border-right-color: #000000 !important;
}

.bs-tooltip-left .arrow::before {
  border-left-color: #000000 !important;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #000000 !important;
}

.math-tooltip {
  text-align: center;
  color: white;
  display: inline-block;
}
.math-tooltip .equation {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.math-tooltip .fraction {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.math-tooltip .fraction .top {
  border-bottom: 2px solid white;
  padding: 0 0.2rem;
  line-height: 20px;
}
.math-tooltip .fraction .bottom {
  margin-top: 0.2rem;
}

.tooltip-inner:has(.math-tooltip) {
  max-width: 400px;
}

.ps-alert {
  padding: 0;
}
.ps-alert .alert-message {
  display: flex;
  gap: 12px;
  padding: 16px;
  position: relative;
  border: 1px solid #FDA29B;
  background-color: #FFF5F6;
  border-radius: 8px;
  max-width: auto;
}
.ps-alert .alert-message .message-box {
  flex: 1;
}
.ps-alert .alert-message .sign-icon {
  height: 20px !important;
  width: 20px !important;
  background: transparent !important;
}
@media (max-width: 768px) {
  .ps-alert .alert-message .sign-icon {
    height: 18px !important;
    width: 18px !important;
  }
}
.ps-alert .alert-message .sign-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-alert .alert-message .close-icon {
  cursor: pointer;
  height: 20px;
  width: 20px;
}
@media (max-width: 768px) {
  .ps-alert .alert-message .close-icon {
    height: 16px;
    width: 16px;
  }
}
.ps-alert .alert-message .close-icon svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-alert .alert-message .ps-title {
  color: #1770EE;
  line-height: 20px;
  margin-bottom: 0;
}
.ps-alert .alert-message .ps-desc {
  color: #D92D20;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
}
.ps-alert .alert-message.ps-alert-danger {
  border: 1px solid #FEC84B;
  background-color: #FFFCF5;
}
.ps-alert .alert-message.ps-alert-danger .ps-title {
  color: #DC9203;
}
.ps-alert .alert-message.ps-alert-danger .ps-desc {
  color: #D9A541;
}
.ps-alert .alert-message.ps-alert-danger svg g path {
  fill: #D9A541;
}
.ps-alert .alert-message.ps-alert-success {
  border: 1px solid #6CE9A6;
  background-color: #ECFDF3;
}
.ps-alert .alert-message.ps-alert-success .ps-title {
  color: #027A48;
}
.ps-alert .alert-message.ps-alert-success .ps-desc {
  color: #039855;
}
.ps-alert .alert-message.ps-alert-support {
  border: 1px solid #B3D3FF;
  background-color: #EEF5FF;
}
.ps-alert .alert-message.ps-alert-support .ps-title {
  color: #3A84EC;
}
.ps-alert .alert-message.ps-alert-support .ps-desc {
  color: #646464;
}
.ps-alert .alert-message.ps-alert-support .ps-desc b {
  font-weight: 600;
}

.alert {
  position: relative;
  padding: 10px;
}
.alert .text-button-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.alert .close {
  float: right;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background-color: transparent;
  padding: 0;
}
.alert .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
.alert .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.alert.alert-success {
  border: 1px solid #6CE9A6;
  background-color: #ECFDF3;
  color: #027A48;
  margin-top: 1rem;
}
.alert.alert-success .close {
  color: #027A48;
}
.alert.alert-error, .alert.alert-danger {
  border: 1px solid #FDA29B;
  background-color: #FFF5F6;
  color: #1770EE;
}
.alert.alert-error .close, .alert.alert-danger .close {
  color: #1770EE;
}
.alert.alert-error ul, .alert.alert-danger ul {
  margin-left: 10px;
}
.alert.alert-info {
  border: 1px solid #FEC84B;
  background-color: #FFFCF5;
  color: #DC9203;
}
.alert.alert-info .close {
  color: #DC9203;
}
.alert .close-tost-btn {
  position: absolute;
  right: 4px;
  top: 10px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #6e6e6e !important;
  line-height: 1;
  width: 28px;
  height: 28px;
  opacity: 0.75;
  font-size: 0px;
}
.alert .close-tost-btn svg {
  width: 13px;
  height: 13px;
}
.alert .close-tost-btn svg path {
  stroke: rgb(255, 255, 255);
  fill: #ffffff;
}

.login-page-container .alert {
  position: absolute;
  right: 14px;
  top: 6px;
  min-width: 360px;
  padding: 14px 40px 14px 15px;
  margin-left: 15px;
}
@media (max-width: 1366px) {
  .login-page-container .alert {
    font-size: 0.75rem;
  }
}
.login-page-container .login-sec .alert {
  left: 0;
}

.ps-form-group {
  position: relative;
}
.ps-form-group .checkbox-container input:-moz-read-only {
  opacity: 0 !important;
  cursor: pointer;
}
.ps-form-group .checkbox-container input:read-only {
  opacity: 0 !important;
  cursor: pointer;
}
.ps-form-group input,
.ps-form-group textarea {
  border: 1px solid #D2D6DB;
  background-color: #ffffff;
}
.ps-form-group input::-moz-placeholder, .ps-form-group textarea::-moz-placeholder {
  font-size: 0.875rem;
  color: #979797;
  font-weight: 400;
}
.ps-form-group input::placeholder,
.ps-form-group textarea::placeholder {
  font-size: 0.875rem;
  color: #979797;
  font-weight: 400;
}
.ps-form-group input:focus,
.ps-form-group textarea:focus {
  border-color: #3A84EC;
}
.ps-form-group label:not(.ps-checkbox-container, .radio-button-click-target) {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 6px;
  display: block;
}
.ps-form-group input {
  padding: 6px 8px;
  display: block;
  height: 34px;
  border-radius: 7px;
  width: 100%;
  outline: 0;
  color: #000000;
  font-size: 0.813rem;
  transition: all 250ms ease;
}
@media (max-width: 1440px) {
  .ps-form-group input {
    height: 32px !important;
    padding: 4px 8px;
    font-size: 0.75rem;
  }
}
.ps-form-group input.ui-autocomplete-input {
  border: 1px solid #D2D6DB !important;
}
.ps-form-group input::-moz-placeholder {
  color: #979797;
  font-size: 0.875rem;
  line-height: 21px;
}
.ps-form-group input::placeholder {
  color: #979797;
  font-size: 0.875rem;
  line-height: 21px;
}
.ps-form-group input:focus, .ps-form-group input:active:focus, .ps-form-group input:hover:focus {
  box-shadow: 0px 0px 0px 4px rgba(26, 115, 232, 0.102);
}
.ps-form-group input[type=file] {
  opacity: 1 !important;
}
.ps-form-group textarea {
  padding: 9.5px 16px;
  display: block;
  resize: none;
  resize: vertical;
  height: 132px;
  width: 100%;
  border-radius: 7px;
  outline: 0;
}
.ps-form-group textarea:focus, .ps-form-group textarea:active:focus, .ps-form-group textarea:hover:focus {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F7F7F7;
}
.ps-form-group textarea:-moz-read-only {
  cursor: not-allowed;
  background-color: transparent;
}
.ps-form-group textarea:read-only {
  cursor: not-allowed;
  background-color: transparent;
}
.ps-form-group.email-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/mail.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 14px center;
  padding-left: 42px;
}
.ps-form-group.calendar-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/calendar.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  padding-left: 30px !important;
  opacity: 1;
}
@media (max-width: 1440px) {
  .ps-form-group.calendar-icon input {
    background-size: 16px;
  }
}
.ps-form-group.calendar-icon input:-moz-read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-form-group.calendar-icon input:read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-form-group.clock-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/Clock.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  padding-left: 30px !important;
  opacity: 1;
}
@media (max-width: 1440px) {
  .ps-form-group.clock-icon input {
    background-size: 16px;
  }
}
.ps-form-group.clock-icon input:-moz-read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-form-group.clock-icon input:read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-form-group.clock-icon-settings-page input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/Clock.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 9px;
  padding-left: 30px !important;
  opacity: 1;
}
@media (max-width: 1440px) {
  .ps-form-group.clock-icon-settings-page input {
    background-size: 16px;
  }
}
.ps-form-group.clock-icon-settings-page input:-moz-read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-form-group.clock-icon-settings-page input:read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-form-group.help-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/help-circle.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 12px center;
  padding-right: 42px;
}
.ps-form-group .hint-label {
  display: block;
  margin-top: 8px;
  color: #979797;
  font-size: 0.75rem;
  font-weight: 400;
}
.ps-form-group .has-error-text {
  color: #D92D20;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
}
.ps-form-group.error input {
  border: 1px solid #D92D20;
}
.ps-form-group.error .has-error-text {
  color: #EB3454;
}
.ps-form-group.ps-browse-btn input {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.ps-form-group.ps-browse-btn .browse-doc-list li {
  background: #f4f4f4;
  border: 1px solid #E5E7EB;
  display: table;
  margin-bottom: 24px;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 8px;
  border-radius: 7px;
  padding-right: 30px;
}
.ps-form-group.ps-browse-btn .browse-doc-list li .doc-name {
  color: #646464;
  font-size: 0.875rem;
  word-break: break-word;
  padding: 0;
}
.ps-form-group.ps-browse-btn .browse-doc-list li .remove-agreement-doc {
  position: absolute;
  right: 0px;
  top: 7px;
}
.ps-form-group .country-dropdown .select2-container {
  border-bottom: 0 !important;
}
.ps-form-group .country-dropdown .select2-selection--single {
  height: 32px;
  padding: 8px 28px 8px 8px;
}
.ps-form-group .selectize-control.single .selectize-input input {
  height: auto;
}
.ps-form-group .ps-form-note {
  color: #979797;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.control-label-main-upload {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
  color: #646464;
}

.res-note-font {
  color: #4F7D97;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 2px;
}

.res-note-font-app {
  font-weight: 600;
}
.res-note-font-app a {
  font-weight: 600;
  text-decoration: underline !important;
  color: #1770EE;
}
.res-note-font-app a:hover {
  color: #1770EE;
}
.res-note-font-app a:focus {
  color: #1770EE;
}

.selected-item-nm span {
  line-height: 29px;
  min-height: 32px;
  display: inline-block;
  background-color: #FFECEE;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.875rem;
}
.selected-item-nm span strong {
  margin-left: 4px;
}

.ps-modal.modal {
  background: rgba(55, 55, 55, 0.5);
}
.ps-modal.modal .modal-dialog {
  border-radius: 12px;
  background: #FFF;
  transition: all 250ms ease;
}
.ps-modal.modal .modal-dialog .modal-content {
  border-radius: 12px;
}
.ps-modal.modal .modal-dialog .modal-header {
  border-bottom: 1px solid #E4E7EC;
}
.ps-modal.modal .modal-dialog .modal-header h5 {
  color: #000000;
  text-transform: capitalize;
}
.ps-modal.modal .modal-dialog .modal-header .close {
  padding: 0;
  margin: 0;
}
.ps-modal.modal.ps-modal-right-side .modal-dialog {
  margin-top: 0 !important;
  right: 0;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0px;
  width: 704px;
  right: -100%;
  overflow-y: auto;
  height: 100vh;
  margin: 0;
}
@media (max-width: 768px) {
  .ps-modal.modal.ps-modal-right-side .modal-dialog {
    width: 100%;
    right: inherit;
    left: inherit;
    top: inherit;
  }
}
.ps-modal.modal.ps-modal-right-side .modal-dialog .modal-content {
  border-radius: 0;
}
.ps-modal.modal.ps-modal-right-side .modal-dialog .modal-content .modal-header {
  background-color: #F2F2F2;
  padding: 24px 16px;
  display: flex;
  align-items: center;
}
.ps-modal.modal.ps-modal-right-side.show .modal-dialog {
  right: 0;
}
.ps-modal.new-fancybox-wrapper .modal-header {
  border-bottom: 1px solid #E4E7EC;
}
.ps-modal.new-fancybox-wrapper .modal-header h5 {
  color: #000000;
  text-transform: capitalize;
}
.ps-modal.new-fancybox-wrapper .modal-header .close {
  padding: 0;
  margin: 0;
}

.fancybox-close {
  background: rgba(0, 0, 0, 0) url("https://d12wf4nrgjmvr4.cloudfront.net/images/close-black.png") no-repeat scroll center center;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 17px;
  width: 40px;
  z-index: 8040;
  opacity: 0.5;
  background-size: 15px;
}

#update_tag_html .fancybox-button {
  top: 9px;
}

.new-fancybox-slide {
  padding: 0;
  text-align: right;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .ps-fancybox {
    max-width: 100%;
  }
}
.ps-fancybox.fancy-sm {
  width: 500px !important;
}
.ps-fancybox.fancy--sm {
  width: 600px !important;
}
.ps-fancybox.fancy-md {
  width: 800px !important;
  overflow-x: hidden;
}
.ps-fancybox.fancy-lg {
  width: 1000px !important;
}
.ps-fancybox.fancy-md-lg {
  width: 932px;
}
.ps-fancybox.fancybox-content {
  border-radius: 8px;
  padding: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper {
  padding: 0;
  background: #ffffff;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.white-bg {
  background: #ffffff;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
  min-width: 48% !important;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  max-width: 70% !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
  overflow-y: hidden;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1366px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    min-width: 50% !important;
  }
}
@media (max-width: 640px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    max-width: 85% !important;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-missing-invoice {
  min-width: 85% !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-application-popup {
  max-width: 488px !important;
  overflow-y: auto;
  vertical-align: top;
}
@media (max-width: 767px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-application-popup {
    max-width: 90% !important;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-application-popup .ps-form-card {
  height: calc(100vh - 66px);
  overflow-y: auto;
}
@media (max-width: 1680px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-application-popup .ps-form-card {
    height: calc(100vh - 50px);
  }
}
@media (max-width: 1440px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-application-popup .ps-form-card {
    height: calc(100vh - 46px);
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .fanycbox-content-new {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .popup-header {
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .popup-header.bg-white {
  background-color: #ffffff;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .popup-header.bg-light-pink {
  background-color: rgba(224, 85, 100, 0.0784313725);
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .popup-header .view-details {
  font-size: 0.813rem;
  color: #212121;
  font-weight: 500;
  text-decoration: underline !important;
  padding: 0 25px 0 0;
}
@media (max-width: 479px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .popup-header .view-details {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 400px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .popup-header {
    flex-wrap: wrap;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body {
  max-height: 100%;
  overflow: auto;
  flex: 1 1 auto;
  background-color: #ffffff;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.view-seg-popup .fancybox-close-small {
  top: 15px;
}
@media (max-width: 1366px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.view-desktop-user .new-fancybox-body {
    height: 500px;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.popup-bg.fancy-sm .popup-header {
  width: 100%;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy--sm--sm .fancybox-close-small {
  top: 2px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.all-restro-select-wrapper .new-fancybox-body {
    overflow-y: hidden !important;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .popup-header {
  border-bottom: 1px solid #E4E7EC;
  width: 100%;
  background: #ffffff;
  font-size: 1.5rem;
  color: #000000;
  padding: 15px;
  text-align: left;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1680px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .popup-header {
    padding: 12px 20px;
    padding-right: 40px;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .popup-header .ps-title {
  color: #000000;
  text-transform: capitalize;
  line-height: inherit;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body {
  background: #ffffff !important;
  overflow-y: auto;
  padding: 15px;
  max-height: 600px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body {
    max-height: 550px;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body {
    max-height: auto;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-track {
  background-color: #D2D6DB;
  border: 1px solid 1px solid rgba(226, 41, 62, 0.3);
  position: relative;
  right: 10px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar {
  width: 10px;
  background-color: #979797;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 10px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-corner {
  background: transparent;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body.addon-export-body {
    max-height: 450px;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .num-text-right {
  text-align: right;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ng-title-1 {
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 1680px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ng-title-1 {
    font-size: 0.813rem;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ps-table-wrapper .ps-table {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ps-table-wrapper .ps-table thead tr.sorting-link {
  border-top: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ps-table-wrapper .ps-table tbody tr {
  border-top: 1px solid #dee2e6;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ps-table-wrapper .ps-table tbody tr th.total-final {
  font-weight: 600;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ps-table-wrapper .ps-table tbody tr td {
  border-top: none;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ng-title-2:not(.help-block),
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body p:not(.help-block) {
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 1601px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .ng-title-2:not(.help-block),
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body p:not(.help-block) {
    font-size: 0.75rem;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body.ps-form-card {
  border-radius: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .popup-footer {
  background: #ffffff;
  padding: 10px 15px;
  clear: both;
  color: #000000;
  font-size: 0.875rem;
  border-top: 1px solid #E4E7EC;
  display: flex;
  justify-content: flex-end;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.popup-bg .popup-header {
  border-bottom: 1px solid #E4E7EC;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.popup-bg .popup-header h3 {
  color: #000000;
  text-transform: capitalize;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.popup-bg .popup-header .close {
  padding: 0;
  margin: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.popup-bg .popup-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .fancybox-button svg {
  height: 24px;
  width: 24px;
  opacity: 0.6;
  transition: all 250ms ease;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .fancybox-button:hover svg {
  opacity: 1;
}
@media (max-width: 1680px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .fancybox-button.fancybox-close-small {
    top: 5px;
  }
}
@media (max-width: 1440px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper .fancybox-button.fancybox-close-small {
    top: 3px;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .fancybox-button {
  height: 30px;
  width: 30px;
  padding: 3px;
  margin: 4px 14px 0 0;
  color: #000000 !important;
}
.ps-fancybox.update-user-detail .timimg-table table {
  border: 1px solid #dee2e6;
  border-top: 0;
}
.ps-fancybox.update-user-detail .timimg-table table tr th {
  background-color: #F8F8F8;
  color: #646464;
  font-weight: 500;
}
.ps-fancybox.update-user-detail .timimg-table table tr th,
.ps-fancybox.update-user-detail .timimg-table table tr td {
  padding: 8px 12px;
}
@media (max-width: 480px) {
  .ps-fancybox.sale_paid_amount_div.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    min-width: 96% !important;
    max-width: 312px;
  }
}
@media (max-width: 480px) {
  .ps-fancybox.sale_paid_amount_div.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .payment_paid_datepicker .bootstrap-datetimepicker-widget {
    max-width: 100% !important;
  }
}
@media (max-width: 480px) {
  .ps-fancybox.sale_paid_amount_div.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .payment_paid_datepicker .bootstrap-datetimepicker-widget.dropdown-menu {
    max-width: 100% !important;
  }
}

.wallet-transaction-popup .fancy-lg {
  max-width: 100%;
}

.fancy-date .bootstrap-datetimepicker-widget.dropdown-menu.top {
  position: relative !important;
  top: -4px !important;
}

.fancy-scroller.card-body {
  height: 450px !important;
}

.fancybox-slide--html .new-fancybox-wrapper .fancybox-close-small {
  top: 10px;
  color: #000000 !important;
  opacity: 1 !important;
}
@media screen {
  .fancybox-slide--html .new-fancybox-wrapper .fancybox-close-small {
    right: -11px;
  }
}
@media (max-width: 1366px) {
  .fancybox-slide--html .new-fancybox-wrapper .fancybox-close-small {
    top: 5px;
  }
}
.fancybox-slide--html .new-fancybox-wrapper.view-seg-popup .fancybox-close-small {
  top: 15px;
}
.fancybox-slide--html .stock-purches-leftside-list.new-fancybox-wrapper .fancybox-close-small {
  top: 7px;
  right: -9px;
  background-color: #F2F2F2;
  border-radius: 30px;
}
.fancybox-slide--html .stock-purches-leftside-list .input-search-group {
  position: relative;
}
.fancybox-slide--html .stock-purches-leftside-list .purchase-sidebarpopright-header-wrap .fa.fa-search {
  left: 8px;
  position: absolute;
  top: 10px;
}

.fancypopnew {
  position: relative;
  border-radius: 20px;
}
.fancypopnew .fancypopnew-headar {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/popup-header-bg.svg) no-repeat;
  background-size: 100% auto;
  background-size: cover;
}
.fancypopnew .fancypopnew-headar .fancypopnew-title {
  font-size: 1.29rem;
  color: var(--clr-dark1);
  font-size: 1.29rem;
  margin: 0;
  padding: 25px 50px 25px 25px;
}
@media (max-width: 1024px) {
  .fancypopnew .fancypopnew-headar .fancypopnew-title {
    padding: 25px 45px 20px 25px;
  }
}
.fancypopnew .fancypopnew-body {
  padding: 25px;
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 1024px) {
  .fancypopnew .fancypopnew-body {
    padding: 15px;
    max-height: 56vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.fancypopnew .fancypopnew-content {
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .fancypopnew .fancypopnew-content {
    margin: 0 0 40px 0;
  }
}
.fancypopnew .fancypopnew-content p {
  font-size: 0.875rem;
  color: #000000;
}
.fancypopnew .fancypopnew-note {
  font-size: 0.75rem;
  margin: 15px 0 0 0;
}
.fancypopnew .fancypopnew-note span {
  font-weight: bold;
  margin-right: 5px;
}
.fancypopnew .fancypopnew-footer {
  border-top: var(--clr-gray1) 1px solid;
  padding: 25px;
  text-align: right;
}
@media (max-width: 1024px) {
  .fancypopnew .fancypopnew-footer {
    text-align: left;
    padding: 25px 25px 15px 25px;
  }
}
.fancypopnew .fancybox-button {
  background: #1770EE;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  padding: 3px;
  top: 20px;
  right: 20px;
}
.fancypopnew .popnew-btn {
  color: #646464 !important;
  font-size: 0.875rem;
  border: 1px solid #373737;
  font-weight: 500;
  padding: 12px 20px 12px 20px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .fancypopnew .popnew-btn {
    margin-bottom: 10px;
  }
}
.fancypopnew .popnew-btn.popnew-btn-cancel {
  border-color: #373737;
  color: #646464 !important;
}

.purchase-sidebarpopright-header-wrap {
  border-left: 4px solid #CACACA;
  background: #f5f5f5;
}

.order-detail-open.fancybox-content {
  padding: 0;
  border-radius: 10px;
  cursor: auto !important;
}
.order-detail-open .fancybox-slide--html .fancybox-close-small {
  right: 10px;
  top: 15px;
}

.copy-code-section {
  background: #EDEDED;
  border-radius: 10px;
  padding: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .copy-code-section {
    display: none;
  }
}
.copy-code-section figure {
  margin-bottom: 0;
}
.copy-code-section .copyButton {
  color: #000000;
  font-size: 0.875rem;
  text-decoration: underline;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.search-invoice-wrapper button {
  position: absolute;
  border: none;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 15px;
  font-size: 1.2rem;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background: #ddd;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: 0.1s;
}
.search-invoice-wrapper input:-moz-placeholder + button {
  opacity: 0;
  pointer-events: none;
}
.search-invoice-wrapper input:placeholder-shown + button {
  opacity: 0;
  pointer-events: none;
}

.supplier-view-swithch,
.oldest-to-newest-text {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000;
}

.supplier-view-swithch::before, .supplier-view-swithch::after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #c9c9c9;
  display: inline-block;
  position: absolute;
  top: -9px;
}
.supplier-view-swithch::before {
  left: 10px;
}
@media (max-width: 767px) {
  .supplier-view-swithch::before {
    display: none;
  }
}
.supplier-view-swithch::after {
  right: 0;
}
.supplier-view-swithch input:checked + .switch {
  background: rgba(224, 85, 100, 0.26);
}
.supplier-view-swithch input:checked + .switch::before {
  left: 21px;
  background: #EEF5FF;
}
.supplier-view-swithch .switch {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 25px;
  border-radius: 20px;
  background: #dfd9ea;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 5px;
}
.supplier-view-swithch .switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  border-radius: 50%;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.oldest-to-newest-text .sorting-filter {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #CACACA;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  padding: 3px 3px;
  cursor: pointer;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.oldest-to-newest-text .sorting-filter.up-down img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.oldest-to-newest-text::after, .oldest-to-newest-text::before {
  content: none;
}

.card-input-element {
  display: none;
}

.stock-purches-leftside-list {
  color: #000000;
  opacity: 1;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  margin: 20px auto 13px;
  padding-top: 4px;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .stock-purches-leftside-list {
    font-size: 0.875rem;
  }
}
@media (max-width: 1600px) {
  .stock-purches-leftside-list {
    font-size: 0.813rem;
  }
}
.stock-purches-leftside-list .card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
  border-radius: 7px;
  border: 2px solid #e5707d;
}
.stock-purches-leftside-list .card.sales-order-card-wrap {
  border: 2px solid #82D938;
}
.stock-purches-leftside-list .green-home-col::before,
.stock-purches-leftside-list .user-card-col::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
}
.stock-purches-leftside-list .green-home-col::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/green-home.svg);
}
.stock-purches-leftside-list .user-card-col::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/red-user.svg);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .stock-purches-leftside-list .title {
    font-size: 0.75rem;
  }
}
.stock-purches-leftside-list .amt-text {
  font-weight: 500;
}
.stock-purches-leftside-list .title,
.stock-purches-leftside-list .amt-text,
.stock-purches-leftside-list .order-no-text,
.stock-purches-leftside-list .date-text,
.stock-purches-leftside-list .order-type-text {
  font-size: 0.875rem !important;
  line-height: 21px;
  color: #000000;
  margin: 5px auto;
}
@media (max-width: 1440px) {
  .stock-purches-leftside-list .title,
  .stock-purches-leftside-list .amt-text,
  .stock-purches-leftside-list .order-no-text,
  .stock-purches-leftside-list .date-text,
  .stock-purches-leftside-list .order-type-text {
    font-size: 0.688rem !important;
  }
}

.activity-feed {
  padding: 15px;
  list-style: none;
}
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 0;
  padding-left: 20px;
  padding-top: 3px;
  border-left: 1.5px dashed #646464;
}
.activity-feed .feed-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 5px solid #e05564;
}
.activity-feed .feed-item .text {
  position: relative;
  top: -3px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 8px;
}
.activity-feed .feed-item:last-child {
  border-color: transparent;
}
.activity-feed .purch-order-card-wrap,
.activity-feed .sales-order-card-wrap {
  height: 85%;
}
.activity-feed .green-home-col,
.activity-feed .user-card-col {
  padding-top: 7px;
  padding-bottom: 7px;
}
.activity-feed .green-home-col::before,
.activity-feed .user-card-col::before {
  top: 14px;
}

.stock-purches-leftside-list .left--title {
  color: #000000;
  opacity: 1;
  font-size: 17px;
  line-height: 26px;
  font-weight: 500;
  margin: 20px auto 13px;
  padding-top: 4px;
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .stock-purches-leftside-list .left--title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1600px) {
  .stock-purches-leftside-list .left--title {
    font-size: 0.813rem;
  }
}
.stock-purches-leftside-list .card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
  border-radius: 7px;
  border: 2px solid #e5707d;
}
.stock-purches-leftside-list .card.sales-order-card-wrap {
  border: 2px solid #82D938;
}
.stock-purches-leftside-list .green-home-col::before {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/green-home.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .stock-purches-leftside-list .title {
    font-size: 0.75rem;
  }
}
.stock-purches-leftside-list .amt-text {
  font-weight: 500;
}
.stock-purches-leftside-list .title,
.stock-purches-leftside-list .amt-text,
.stock-purches-leftside-list .order-no-text,
.stock-purches-leftside-list .date-text,
.stock-purches-leftside-list .order-type-text {
  font-size: 0.875rem;
  font-family: 21px;
  color: #000000;
  margin: 5px auto;
}
@media (max-width: 1440px) {
  .stock-purches-leftside-list .title,
  .stock-purches-leftside-list .amt-text,
  .stock-purches-leftside-list .order-no-text,
  .stock-purches-leftside-list .date-text,
  .stock-purches-leftside-list .order-type-text {
    font-size: 0.688rem;
  }
}

.produc-text-name {
  font-size: 0.75rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 5px;
  padding-left: 5px;
}

.terms-condtn-fancybox .popup-footer.note-container {
  padding: 15px;
}

.fancybox-is-open .fancybox-bg.new-fancybox-bg {
  opacity: 0.1;
  background: #F2F2F2;
}

.new-fancybox-wrapper.bootstrap-datetimepicker-widget .picker-switch {
  border-radius: 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .new-fancybox-wrapper.inventory-fancybox-datepiker .bootstrap-datetimepicker-widget {
    position: absolute !important;
    top: auto !important;
  }
}
.new-fancybox-wrapper .new-fancybox-body.head-zone-popup-body {
  max-height: 800px;
  overflow-y: auto;
}
@media (max-width: 1366px) {
  .new-fancybox-wrapper .new-fancybox-body.head-zone-popup-body {
    max-height: 600px;
  }
}

.employee-health-insurance-date.new-fancybox-wrapper .bootstrap-datetimepicker-widget {
  position: relative;
  top: 4px !important;
  left: -11px !important;
}
.employee-health-insurance-date.new-fancybox-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
  display: none !important;
}
.employee-health-insurance-date.new-fancybox-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
  display: none !important;
}

.supplier_email_div .new-fancybox-body {
  min-height: 300px;
}

@media (max-width: 1366px) {
  #service_purchase_div .new-fancybox-body {
    max-height: 450px;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.backward-fancybox-popup .fancybox-button {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  #copyrecipe_popup .new-fancybox-wrapper.fancy-m.popup-bg {
    width: unset !important;
  }
}
@media (max-width: 767px) {
  #copyrecipe_popup .new-fancybox-wrapper .modal-footer.fancy-md.bg-white {
    width: unset !important;
  }
}

#gpay_promotion .new-fancybox-body {
  background: #cacaca;
  border-radius: 12px;
}

#prabhat-diary .fancybox-button {
  display: none;
}

.ps-select2-border .select2-container {
  min-width: 100%;
  border-bottom: 0 !important;
}
.ps-select2-border .select2-container--classic {
  border: 1px solid #CACACA !important;
  border-radius: 7px;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection {
  overflow: hidden;
  overflow-x: auto;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection::-webkit-scrollbar-track, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection::-webkit-scrollbar-track, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection::-webkit-scrollbar-track, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection::-webkit-scrollbar-track, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection::-webkit-scrollbar-track, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F8F8F8;
  height: 2px;
  padding: 1px;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection::-webkit-scrollbar, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection::-webkit-scrollbar, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection::-webkit-scrollbar, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection::-webkit-scrollbar, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection::-webkit-scrollbar, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection::-webkit-scrollbar {
  background-color: #F5F5F5;
  height: 4px;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection::-webkit-scrollbar-thumb, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection::-webkit-scrollbar-thumb, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection::-webkit-scrollbar-thumb, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection::-webkit-scrollbar-thumb, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection::-webkit-scrollbar-thumb, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection::-webkit-scrollbar-thumb {
  background-color: #DBDFE7;
  height: 2px;
  border-radius: 50px;
  border: 1px solid #F8F8F8;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection--multiple, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection--multiple, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection--multiple, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection--multiple, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection--multiple, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection--multiple {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 12px;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  align-items: center;
  overflow: visible;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search {
  padding: 0.25rem;
  display: inline-block;
  width: auto;
  position: relative;
  height: 30px !important;
}
@media (max-width: 1440px) {
  .ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search {
    height: 28px !important;
  }
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field {
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  font-size: 13px;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field::-moz-placeholder {
  font-size: var(--font13);
  color: #212529;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field::placeholder {
  font-size: var(--font13);
  color: #212529;
}
@media (max-width: 1366px) {
  .ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field::-moz-placeholder, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field::-moz-placeholder {
    font-size: var(--font12);
  }
  .ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field::placeholder, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field::placeholder {
    font-size: var(--font12);
  }
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field:focus, .ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field:hover:focus, .ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection__rendered .select2-search__field:focus:active, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field:focus, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field:hover:focus, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection__rendered .select2-search__field:focus:active, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field:focus, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field:hover:focus, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection__rendered .select2-search__field:focus:active, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field:focus, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field:hover:focus, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field:focus:active, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field:focus, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field:hover:focus, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection__rendered .select2-search__field:focus:active, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field:focus, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field:hover:focus, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection__rendered .select2-search__field:focus:active {
  box-shadow: none;
}
.ps-select2-border.ps-select2-multi .select2-container--bootstrap-5 .select2-selection .select2-search--inline textarea:focus, .ps-select2-border.ps-select2-multi .select2-container--focus .select2-selection .select2-search--inline textarea:focus, .ps-select2-border.ps-select2-multi .select2-container--open .select2-selection .select2-search--inline textarea:focus, .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection .select2-search--inline textarea:focus, .ps-select2-border.ps-select2-multi .select2-container--above .select2-selection .select2-search--inline textarea:focus, .ps-select2-border.ps-select2-multi .select2-container--below .select2-selection .select2-search--inline textarea:focus {
  box-shadow: none;
}
.ps-select2-border #select_identifier {
  bottom: 0;
}

.ps-form-group input::-moz-placeholder {
  color: #646464;
  font-size: 0.875rem;
}

.ps-form-group input::placeholder {
  color: #646464;
  font-size: 0.875rem;
}

.category--select .ps-form-group input {
  box-shadow: none;
}

.category--select .select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
  box-shadow: none;
  border: none;
}

.ps-breadcrumb.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 44px;
  margin-bottom: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .ps-breadcrumb.breadcrumb {
    padding-left: 0;
  }
}
.ps-breadcrumb li:first-child {
  position: absolute;
  left: 0;
  padding-left: 0;
}
.ps-breadcrumb li:first-child .ps-page-link:hover svg path {
  fill: #1770EE;
}
.ps-breadcrumb .ps-page-item {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 22px;
  position: relative;
  color: #646464;
}
@media (max-width: 767px) {
  .ps-breadcrumb .ps-page-item {
    display: none;
  }
}
.ps-breadcrumb .ps-page-item.breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
}
@media (max-width: 1680px) {
  .ps-breadcrumb .ps-page-item.breadcrumb-item {
    font-size: 0.813rem;
  }
}
.ps-breadcrumb .ps-page-item.breadcrumb-item a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
}
@media (max-width: 1680px) {
  .ps-breadcrumb .ps-page-item.breadcrumb-item a {
    font-size: 0.813rem;
  }
}
.ps-breadcrumb .ps-page-item.breadcrumb-item a:hover {
  color: #1770EE;
}
.ps-breadcrumb .ps-page-item.breadcrumb-item:first-child {
  position: absolute;
  top: 0px;
}
.ps-breadcrumb .ps-page-item.breadcrumb-item.ps-pt7 {
  top: inherit;
}
@media (max-width: 767px) {
  .ps-breadcrumb .ps-page-item.page-title-breadcrumb {
    padding-left: 0;
    display: block;
  }
}
.ps-breadcrumb .ps-page-item + li::before {
  content: "" !important;
  position: absolute;
  top: 1px;
  display: block;
  background: url("https://d12wf4nrgjmvr4.cloudfront.net/images/chevron-right.png") no-repeat;
  width: 20px;
  float: left;
  height: 20px;
  margin: 0 10px 0 10px;
  left: -20px;
}
@media (max-width: 767px) {
  .ps-breadcrumb .ps-page-item + li::before {
    display: none;
  }
}
.ps-breadcrumb .ps-page-item.page-title-breadcrumb {
  color: #1770EE;
}
.ps-breadcrumb .ps-page-item.page-title-breadcrumb a {
  color: #1770EE;
}
@media (max-width: 767px) {
  .ps-breadcrumb .ps-page-item.page-title-breadcrumb {
    display: block;
  }
}
.ps-breadcrumb .ps-page-item .ps-page-link {
  color: #646464;
  text-decoration: none;
  transition: all 250ms ease;
}
.ps-breadcrumb .ps-page-item .ps-page-link:hover {
  color: #1770EE;
}
.ps-breadcrumb .ps-page-item .ps-page-link svg g path:hover {
  color: #1770EE;
}
.ps-breadcrumb .ps-page-item:last-child::before {
  content: none !important;
}

.ps-breadcrumb.ps-breadcrumb--no-home.breadcrumb {
  padding-left: 7px;
}
@media (max-width: 991px) {
  .ps-breadcrumb.ps-breadcrumb--no-home.breadcrumb {
    padding-left: 2px;
  }
}
.ps-breadcrumb.ps-breadcrumb--no-home li:first-child {
  position: static;
  padding-left: 0;
}
.ps-breadcrumb.ps-breadcrumb--no-home .ps-page-item.breadcrumb-item:first-child {
  position: static;
  top: auto;
}

.ps-form-card {
  border: none;
  border-radius: 10px;
  background-color: #ffffff;
}
.ps-form-card .card-body {
  padding: 0.75rem;
}
.ps-form-card .card-header {
  color: #000000;
  border-bottom: 1px solid #E5E7EB;
  padding: 0.75rem;
  background-color: transparent;
}
.ps-form-card .card-header .card-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  color: #000000;
}
.ps-form-card .restaurants-form-header {
  border-top: 1px solid #E5E7EB;
  margin-bottom: 0;
  padding-top: 10px;
}
.ps-form-card .res-note-font,
.ps-form-card .note-new {
  font-size: 0.75rem;
  color: #4F7D97;
  margin-bottom: 0;
}
@media (max-width: 1367px) {
  .ps-form-card .res-note-font,
  .ps-form-card .note-new {
    font-size: 0.688rem;
  }
}
.ps-form-card label.ps-checkbox-container {
  line-height: 20px;
  min-height: 20px;
}
@media (max-width: 1366px) {
  .ps-form-card label.ps-checkbox-container {
    min-height: 16px;
    line-height: 16px;
  }
}
.ps-form-card .ps-form-group {
  margin-bottom: 15px;
}
.ps-form-card .ps-form-group .ps-form-label {
  color: #000000;
  font-weight: 600;
  font-size: 0.75rem;
}
.ps-form-card .ps-form-group .ps-form-label .typo-fill-red-color {
  padding-left: 5px;
  color: #D92D20;
}
.ps-form-card .ps-form-group .ps-form-label span.error {
  position: relative;
}
.ps-form-card .ps-form-group.phone_div span.error, .ps-form-card .ps-form-group.card_div span.error {
  position: absolute;
}
@media (max-width: 576px) {
  .ps-form-card .ps-form-group.phone_div span.error, .ps-form-card .ps-form-group.card_div span.error {
    position: relative;
  }
}
.ps-form-card .ps-form-group .gstverifyimage {
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-form-card .ps-form-group input.ps-input {
  font-size: 0.813rem !important;
  transition: all 250ms ease;
}
@media (max-width: 1440px) {
  .ps-form-card .ps-form-group input.ps-input {
    height: 32px;
    padding: 4px 16px;
  }
}
.ps-form-card .ps-form-group input.ps-input::-moz-placeholder {
  color: #979797;
  font-size: 0.875rem;
  line-height: 21px;
}
.ps-form-card .ps-form-group input.ps-input::placeholder {
  color: #979797;
  font-size: 0.875rem;
  line-height: 21px;
}
.ps-form-card .ps-form-group input.ps-input.error {
  border-color: #D92D20;
  color: #D92D20;
}
.ps-form-card .ps-form-group input.ps-input.error:focus, .ps-form-card .ps-form-group input.ps-input.error:active:focus, .ps-form-card .ps-form-group input.ps-input.error:hover:focus {
  box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ps-form-card .ps-form-group input.ps-input[disabled] {
  cursor: not-allowed;
  border: 1px solid #D9D9D9;
  background-color: #F5F5F5;
  color: #979797;
}
.ps-form-card .ps-form-group textarea.ps-textarea {
  border: 1px solid #D2D6DB;
  padding: 9.5px 16px;
  display: block;
  resize: none;
  resize: vertical;
  height: 132px;
  width: 100%;
  border-radius: 7px;
  outline: 0;
}
.ps-form-card .ps-form-group textarea.ps-textarea:focus, .ps-form-card .ps-form-group textarea.ps-textarea:active:focus, .ps-form-card .ps-form-group textarea.ps-textarea:hover:focus {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F7F7F7;
}
.ps-form-card .ps-form-group.f_error label.ps-form-label {
  color: #D92D20;
}
.ps-form-card .ps-form-group.f_error input.ps-input {
  border-color: #D92D20;
}
.ps-form-card .ps-form-group .f_error input.ps-input {
  border-color: #D92D20;
  color: #D92D20;
}
.ps-form-card .ps-form-group .f_error input.ps-input:focus, .ps-form-card .ps-form-group .f_error input.ps-input:hover:focus, .ps-form-card .ps-form-group .f_error input.ps-input:active:focus {
  box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ps-form-card .ps-form-group .f_error textarea.ps-textarea {
  border-color: #D92D20;
}
.ps-form-card .ps-form-group .f_error textarea.ps-textarea:focus, .ps-form-card .ps-form-group .f_error textarea.ps-textarea:hover:focus, .ps-form-card .ps-form-group .f_error textarea.ps-textarea:active:focus {
  box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.ps-form-card .ps-form-group.ps-form-number-select input.ps-input {
  padding-left: 78px;
}
.ps-form-card .ps-form-group.ps-form-number-select .country-dropdown .selectize-input {
  height: 32px !important;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.ps-form-card .ps-form-group.ac_error span.error {
  position: absolute;
}
.ps-form-card .bottom-footer-sticky {
  box-shadow: none;
  border-radius: 0 0 10px 10px;
  background-color: #EEF5FF !important;
}
.ps-form-card .bottom-footer-sticky .ps-btn {
  display: inline-flex;
}
.ps-form-card.create-campaign .ps-form-group span.error {
  position: relative;
}
.ps-form-card.create-campaign .ps-form-group.ps-select2-border .select2-container {
  min-width: 150px;
}
.ps-form-card.segment-card .card-header {
  background-color: #ffffff;
}
.ps-form-card .ps-nav-wrapper .ps-nav.nav-tabs {
  background-color: transparent;
}
.ps-form-card .horiZontalSwiper {
  background-color: transparent;
}
.ps-form-card .ps-searchbar {
  background-color: transparent;
}
.ps-form-card .ps-searchbar .ps-form-group {
  margin-bottom: 0;
}
.ps-form-card .no-data-blank-state {
  background-color: transparent;
}

.error {
  color: #D92D20 !important;
  font-size: 0.75rem !important;
  font-weight: 400;
}

.f_error input,
.f_error select,
.f_error textarea {
  color: #D92D20;
  border-color: #D92D20;
  font-size: 0.75rem;
}
.f_error input:focus, .f_error input:hover:focus, .f_error input:focus:active,
.f_error select:focus,
.f_error select:hover:focus,
.f_error select:focus:active,
.f_error textarea:focus,
.f_error textarea:hover:focus,
.f_error textarea:focus:active {
  border-color: #D92D20;
  box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  -moz-box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.f_error label {
  font-size: 0.75rem;
  color: #D92D20;
  display: block;
}
.f_error .input-prepend .add-on {
  color: #D92D20;
  border-color: #D92D20;
  font-size: 0.75rem;
}
.f_error .error {
  font-weight: 400;
}

.product-color {
  color: #1770EE !important;
}

.restaurant-pad-mobile .button-flex {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.verify-unverify-popup-body {
  min-height: 150px;
}

.unverify-popup-div .country-dropdown .selectize-input {
  height: 32px;
  padding: 0;
  padding-left: 10px;
}
.unverify-popup-div .country-dropdown .selectize-input > div {
  padding-top: 6px;
  font-size: 0.75rem;
}

.ps-filter-wrapper {
  background-color: #ffffff !important;
  padding: 16px !important;
}
.ps-filter-wrapper .ps-filter-summary-footer-wrap {
  background-color: #F8F8F8;
  border-radius: 12px;
  padding: 12px;
}
.ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-summary-filter {
  position: relative;
  background-color: #ffffff;
  text-transform: capitalize;
  color: #000000;
  cursor: default;
  font-size: 0.813rem;
  padding: 9px 10px 8px;
  transition: all 0.2s ease-out;
  border-radius: 8px;
  border: 1px solid rgba(209, 214, 219, 0.3);
  font-weight: 400;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-summary-filter {
    font-size: 0.75rem;
  }
}
.ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-summary-filter span {
  color: #979797;
  font-size: 0.813rem;
}
@media (max-width: 1440px) {
  .ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-summary-filter span {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
.ps-filter-wrapper .ps-filter-summary-footer-wrap .filter-summary-filter input {
  display: none;
}

.added-phone-data {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0;
}
.added-phone-data .filter-summary-filter {
  position: relative;
  text-transform: capitalize;
  color: #000000;
  cursor: default;
  transition: all 0.2s ease-out;
  font-weight: 600;
  line-height: 1;
  border-radius: 15px;
  padding: 0 10px 0 10px;
  margin: 0 10px 10px 0;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.added-phone-data .filter-summary-filter svg {
  margin: 0 5px 0 0;
}
.added-phone-data .filter-summary-filter .phone-number {
  color: #000000;
}
.added-phone-data .filter-summary-filter .ps-btn {
  min-width: auto;
}
.added-phone-data .filter-summary-filter .ps-btn.sm-btn {
  height: auto;
}
.added-phone-data .filter-summary-filter .filter-summary-removeFilter {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  margin: 0 0 0 0;
  top: auto;
  right: auto;
  position: relative;
  height: auto;
  width: auto;
}
.added-phone-data .filter-summary-filter .filter-summary-removeFilter .filter-summary-removeIcon {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/delete.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  border-radius: 50px;
  height: 18px;
  width: 18px;
  border: 1px solid #646464;
  margin: 5px 0 0 10px;
}
@media (max-width: 1440px) {
  .added-phone-data {
    font-size: 0.75rem;
  }
}
@media (max-width: 1300px) {
  .added-phone-data {
    font-size: 0.688rem;
  }
}
.added-phone-data.added-data-notverify {
  border: 1px solid #EB3454;
  background: #FFF8F9;
  margin-top: 10px;
}

#user_form .ps-form-number-select .input-inside-text-div .input-inside-text {
  left: 15px;
}

.report-search-stikcy .ps-form-group .input-group .input-search-icon {
  left: 8px;
  top: 6px;
  font-size: 0.875rem;
}
@media (max-width: 1440px) {
  .report-search-stikcy .ps-form-group .input-group .input-search-icon {
    top: 6px;
    font-size: 0.813rem;
  }
}
.report-search-stikcy .ps-form-group .input-group input.form-control:focus, .report-search-stikcy .ps-form-group .input-group input.form-control:hover:focus, .report-search-stikcy .ps-form-group .input-group input.form-floating:focus, .report-search-stikcy .ps-form-group .input-group input.form-floating:hover:focus {
  z-index: 3;
}

body .select2-container--bootstrap-5 {
  max-width: 100%;
  width: auto !important;
  border: none;
}
body .select2-container--bootstrap-5 .select2-selection {
  border: solid 1px #D2D6DB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 7px !important;
  padding: 0px 10px !important;
  height: 34px;
  display: flex;
  align-items: center;
  background-position: right 10px center;
  padding-right: 30px !important;
  min-height: auto;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  body .select2-container--bootstrap-5 .select2-selection {
    height: 32px;
  }
}
body .select2-container--bootstrap-5 .select2-selection__rendered {
  padding-left: 0 !important;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 2px;
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 1680px) {
  body .select2-container--bootstrap-5 .select2-selection__rendered {
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  body .select2-container--bootstrap-5 .select2-selection__rendered {
    font-size: 0.75rem;
  }
}
body .select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
  display: inline-block !important;
  width: auto !important;
  padding: 0px 10px;
  position: relative;
  height: auto !important;
}
body .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
  font-size: 0.75rem !important;
  margin: 0 !important;
  padding: 2px 8px !important;
  float: left !important;
}
body .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
  background-size: 75% !important;
  font-size: 0 !important;
  margin-left: 0px !important;
  margin-right: 2px;
}
body .select2-container--bootstrap-5.select2-container--focus .select2-selection, body .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #3A84EC;
  box-shadow: 0px 0px 0px 4px rgba(26, 115, 232, 0.102);
  border-bottom: 1px solid #3A84EC !important;
}
body .select2-container--bootstrap-5 .select2-dropdown {
  white-space: nowrap;
  margin-top: 6px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background: #ffffff;
  z-index: 998;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 8px;
  border-bottom: 1px solid #D2D6DB;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-search__field {
  border-radius: 7px !important;
  border: 1px solid #D2D6DB !important;
  padding: 8px 8px 8px 25px !important;
  font-size: 14px !important;
  height: 32px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/search.svg);
  background-size: 16px;
  background-position: left 5px center;
  background-repeat: no-repeat;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-search__field:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
  max-height: 350px;
  white-space: normal;
  word-break: break-all;
}
@media (max-width: 1399px) {
  body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    max-height: 200px;
  }
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #F2F2F2 !important;
  color: #000000 !important;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option--highlighted {
  background-color: #F8F8F8 !important;
  color: #000000 !important;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option--highlighted[aria-selected=true] {
  background-color: #F2F2F2 !important;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
  max-height: 268px;
  overflow-y: auto;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  background-color: #ffffff;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #E5E7EB;
  width: 8px;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options[aria-multiselectable=true] li::before {
  content: "";
  display: block;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_outline_blank.svg) no-repeat;
  width: 18px;
  height: 18px;
  float: left;
  margin: 3px 5px 0 0;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options[aria-multiselectable=true] li[aria-selected=true]::before {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check_box_checked.svg) no-repeat;
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option, body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
  font-size: 0.875rem !important;
}
@media (max-width: 1366px) {
  body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option, body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options {
    font-size: 0.813rem !important;
  }
}
body .select2-container--bootstrap-5 .select2-dropdown .select2-results__option[aria-selected=true]::before, body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options[aria-selected=true]::before {
  content: "";
  display: block;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/drop-check.svg) no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  margin: 0 0 0 10px;
  background-size: contain;
}
body .select2-container--bootstrap-5 .select2-dropdown--above {
  margin-top: 0;
}
body .select2-container--bootstrap-5.select2-container--disabled .select2-selection {
  border-color: #E5E7EB !important;
}
body #content .pp-textfield .select2-container--bootstrap-5, body #content .pp-textfield .select2-container--classic {
  max-width: 100%;
  width: auto !important;
}
body #content .pp-textfield .select2-container--bootstrap-5 .select2-selection, body #content .pp-textfield .select2-container--classic .select2-selection {
  height: 32px;
}
body #content .pp-textfield .select2-container--bootstrap-5 .select2-selection--single, body #content .pp-textfield .select2-container--classic .select2-selection--single {
  padding: 6px 24px 6px 0;
  min-height: auto;
}
body #content .pp-textfield .select2-container--bootstrap-5 .select2-selection__choice, body #content .pp-textfield .select2-container--classic .select2-selection__choice {
  font-size: 0.875rem;
  padding: 0 6px;
}
body #content .form-group .select2-container--bootstrap-5 .select2-selection, body #content .form-group .select2-container--classic .select2-selection {
  height: auto;
  min-height: 32px;
}
body #it_action_popup .select2-container--bootstrap-5 .select2-selection, body #it_action_popup .select2-container--classic .select2-selection,
body .select2-height-auto .select2-container--bootstrap-5 .select2-selection,
body .select2-height-auto .select2-container--classic .select2-selection {
  height: auto;
  min-height: 32px;
  padding: 2px 0;
}

.delete_image_class {
  cursor: pointer;
  position: relative;
  top: -75px;
  left: -8px;
}

.upload-logo-img {
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .upload-logo-img .delete_image_class {
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
  }
}

.pp-radio1 input {
  display: none;
}
.pp-radio1 input:checked + span.pp-radio-label::after {
  transform: scale(1);
}
.pp-radio1 > span.pp-radio-label {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-left: 16px;
  cursor: pointer;
}
.pp-radio1 > span.pp-radio-label::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  border-radius: 18px;
  border: 2px solid #000000 !important;
}
.pp-radio1 > span.pp-radio-label::after {
  background: #000000 !important;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  background: rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  transition: 0.2s ease-in-out;
  height: 8px;
  width: 8px;
  margin-top: -5px;
  left: 5px;
  transform: scale(0);
}

.report-name {
  min-height: 20px;
}
@media (max-width: 1366px) {
  .report-name {
    min-height: 58px;
  }
}
@media (max-width: 767px) {
  .report-name {
    min-height: unset;
  }
}

.report-name.config {
  min-height: 20px;
}
@media (max-width: 1366px) {
  .report-name.config {
    min-height: 16px;
  }
}

.report-box .card-header:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: #373737;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
@media (max-width: 1440px) {
  .report-box .card-header:first-child {
    font-size: 0.938rem;
  }
}
@media (max-width: 1366px) {
  .report-box .card-header:first-child {
    font-size: 0.875rem;
  }
}

.restaurant-details-new .restaurant-box {
  padding: 20px 20px 16px 20px;
  margin-bottom: 0;
  transition: 0.4s;
  position: relative;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.28);
  border-radius: 7px;
}
@media (max-width: 767px) {
  .restaurant-details-new .restaurant-box {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.restaurant-details-new .restaurant-box:hover {
  box-shadow: 0px 1px 6px 2px #c9c8c8;
  -webkit-box-shadow: 0px 1px 6px 2px #c9c8c8;
  border-radius: 7px;
  cursor: pointer;
}
.restaurant-details-new .restaurant-box h5 {
  margin-bottom: 5px;
}
.restaurant-details-new .restaurant-box p {
  margin-bottom: 6px;
}
@media (max-width: 1366px) {
  .restaurant-details-new .restaurant-box p {
    width: 90%;
    margin-bottom: 3px;
  }
}
.restaurant-details-new .restaurant-box .description {
  min-height: 50px;
}
@media (max-width: 767px) {
  .restaurant-details-new .restaurant-box .description {
    min-height: unset;
  }
}

.new-common-tab {
  position: relative;
}
.new-common-tab .new-tab-content {
  margin-bottom: 20px;
  border: 1px solid #ededed;
  background: #ffffff;
  border-radius: 5px;
}
.new-common-tab .tab-top-btn {
  position: absolute;
  right: 18px;
  top: 8px;
}
.new-common-tab .horiZontalSwiper .ps-nav .swiper-slide {
  padding: 0;
  height: auto;
}

.check-lists table {
  width: 100%;
}
.check-lists table tr {
  border-bottom: 1px solid #b2b2b2;
}
.check-lists table tr td {
  padding: 7px 0;
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .check-lists table tr td {
    font-size: 0.813rem;
  }
}

.restaurant-logo-img .svg-icon-one {
  background-color: #FDF0F0;
}
.restaurant-logo-img .svg-icon-two {
  background-color: #EEF5FF;
}
.restaurant-logo-img .svg-icon-thre {
  background-color: #EFFFE3;
}
.restaurant-logo-img .svg-icon-four {
  background-color: #FFF7DB;
}
.restaurant-logo-img .svg-icon-five {
  background-color: #EEEEEE;
}
.restaurant-logo-img .svg-icon-six {
  background-color: #FAF0FF;
}
.restaurant-logo-img .svg-icon-seven {
  background-color: #E1FFF1;
}
.restaurant-logo-img .res-card-svg-icon svg {
  width: 25px;
  height: 25px;
}

.res-card-svg-icon {
  background: rgba(204, 204, 204, 0.3607843137);
  display: inline-block;
  padding: 10px 10px;
  border-radius: 50%;
}

.set-calendar {
  background: #ffffff url(https://d12wf4nrgjmvr4.cloudfront.net/images/calendar.svg) no-repeat 96% center;
  background-size: 18px;
  border: 1px solid #EDEDED;
  cursor: pointer !important;
}
.set-calendar:-moz-read-only {
  background-color: transparent;
}
.set-calendar:read-only {
  background-color: transparent;
}

.inventory-common-wrapper .form-control.set-calendar {
  opacity: 1;
}
.inventory-common-wrapper p.error {
  margin: 0;
  padding: 0 5px;
  font-size: 10px !important;
  line-height: 12px !important;
}

.template_read_text .form-control[disabled],
fieldset[disabled] .form-control,
.form-control:not(.set-calendar)[readonly],
fieldset[readonly] .form-control {
  cursor: not-allowed;
  border: 1px solid #D9D9D9;
  background-color: #F5F5F5;
  color: #979797;
}
.template_read_text .form-control[disabled]:focus, .template_read_text .form-control[disabled]:hover, .template_read_text .form-control[disabled]:hover:focus,
fieldset[disabled] .form-control:focus,
fieldset[disabled] .form-control:hover,
fieldset[disabled] .form-control:hover:focus,
.form-control:not(.set-calendar)[readonly]:focus,
.form-control:not(.set-calendar)[readonly]:hover,
.form-control:not(.set-calendar)[readonly]:hover:focus,
fieldset[readonly] .form-control:focus,
fieldset[readonly] .form-control:hover,
fieldset[readonly] .form-control:hover:focus {
  box-shadow: none;
}

.restaurant-details-panel textarea.form-control {
  height: 80px;
  resize: none;
  font-size: 0.813rem;
}

div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 14px !important;
  padding-bottom: 0;
}

.bhoechie-tab-menu .list-group {
  flex-direction: column !important;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #e05564;
  color: #ffffff;
  border-top-left-radius: 3px !important;
}
@media (max-width: 767px) {
  div.bhoechie-tab-menu div.list-group > a.active,
  div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
  div.bhoechie-tab-menu div.list-group > a.active .fa {
    width: 98%;
  }
}

.logoTitle {
  color: #ffffff;
  padding: 12px;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 1366px) {
  .logoTitle {
    padding: 8px;
    font-size: 0.875rem;
  }
}

.bhoechie-tab {
  border-left: 1px solid #cacaca !important;
  padding: 0 10px 0 0 !important;
}
@media (max-width: 767px) {
  .bhoechie-tab {
    padding: 0 10px 0 14px !important;
    border-left: none !important;
  }
}

div.bhoechie-tab-content {
  text-align: center;
}

.tabHedr {
  margin: 0px 5px 10px 0;
  background: #ededed;
  padding: 24px;
  color: #373737;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 1rem;
  border-top-right-radius: 3px !important;
}
@media (max-width: 1366px) {
  .tabHedr {
    font-size: 0.875rem;
    padding: 20px 23px;
  }
}

.logofilUplod {
  padding: 24px 25px 0 25px;
}
.logofilUplod h4.control-label {
  font-size: 0.875rem;
}

.restaurant-details-panel label {
  font-size: 0.875rem;
}

.logofilUplod .btn-bs-file {
  position: relative;
  padding: 30px 60px;
  border-style: dashed;
  border-color: #b2b2b2;
  color: #646464;
  border-radius: 14px;
  border-width: 2px;
  margin-top: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.logofilUplod .btn-bs-file .realupload {
  margin: 0 auto;
  width: auto;
  border: 0;
}

.list-group-item {
  border: none;
}

.clear {
  clear: both;
  float: none;
}

.posconfignotes {
  color: #4f7d97;
  padding: 5px 0px;
  line-height: 1.5;
  font-size: 0.75rem;
  list-style-type: none;
}
@media (max-width: 1366px) {
  .posconfignotes {
    font-size: 0.688rem;
  }
}

.noteTitle {
  font-weight: normal;
  font-size: 0.75rem;
  color: #4f7d97;
}
@media (max-width: 1366px) {
  .noteTitle {
    font-size: 0.688rem;
  }
}

.billing-inner-pages-design-wrap .table-secondary-header {
  margin: 20px 0 20px 0;
}

.tabs.text-center {
  margin: 8px 0px;
}

.nav-m {
  margin-bottom: -12px !important;
  padding: 24px 0;
}
@media (max-width: 1366px) {
  .nav-m {
    padding: 18px 0;
  }
}

.petpooja-application-wrapper .pp-app-desktop-title {
  padding: 16px 0;
  margin-bottom: 0;
}
.petpooja-application-wrapper .card {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  padding: 2px;
  border: 0;
}
.petpooja-application-wrapper .nav-tabs .nav-item .nav-link {
  color: #e05564;
  margin: 0;
  margin-right: 20px;
  background-color: transparent;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  border-radius: 10px;
  font-size: 0.875rem;
  padding: 7px 20px;
  font-weight: 500;
  border: 0;
}
@media (max-width: 1366px) {
  .petpooja-application-wrapper .nav-tabs .nav-item .nav-link {
    font-size: 0.75rem;
    padding: 6px 16px;
  }
}
@media (max-width: 767px) {
  .petpooja-application-wrapper .nav-tabs .nav-item .nav-link {
    margin-right: 5px;
    font-size: 0.75rem;
    padding: 6px 16px;
  }
}
.petpooja-application-wrapper .nav-tabs .nav-item .nav-link.active svg path {
  fill: #1770EE;
}
.petpooja-application-wrapper .pp-app-card {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px 6px 6px 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1366px) {
  .petpooja-application-wrapper .pp-app-card {
    padding: 15px 5px 5px 5px;
  }
}
.petpooja-application-wrapper .app-card .app-logo-set {
  position: relative;
  margin: 0 0 1rem 0;
  min-height: 90px;
  max-height: 360px;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  .petpooja-application-wrapper .app-card .app-logo-set {
    min-height: 90px;
    max-height: 100px;
  }
}
.petpooja-application-wrapper .app-card .app-logo-set svg {
  max-width: 120px;
}
@media (max-width: 1366px) {
  .petpooja-application-wrapper .app-card .app-logo-set svg {
    width: 90px;
    height: 90px;
  }
}
.petpooja-application-wrapper .app-card .app-logo-set img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 160px;
  max-height: 90px;
}
@media (max-width: 1400px) {
  .petpooja-application-wrapper .app-card .app-logo-set img {
    max-width: 150px;
  }
}
@media (max-width: 1366px) {
  .petpooja-application-wrapper .app-card .app-logo-set img {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .petpooja-application-wrapper .app-card .app-logo-set img {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .petpooja-application-wrapper .app-card .app-logo-set img {
    max-width: 90px;
  }
}

.copy-clipboard {
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 32px;
  bottom: 0;
  height: 1.5rem;
  width: 70px;
  font-size: 0.813rem;
  display: none;
  text-align: center;
}
@media (max-width: 1366px) {
  .copy-clipboard {
    font-size: 0.75rem;
    padding: 4px;
    width: 65px;
  }
}
.copy-clipboard.active {
  display: block;
}

.border-box-select-all {
  box-sizing: border-box;
  border: 1px solid #CACACA;
  height: 50px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.term-cond-popup .pmd-card-body strong,
b {
  color: #646464;
}

.desktop-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-cards .empty-card-icon.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.empty-card-icon {
  height: 20.5vh;
}
@media (max-width: 1680px) {
  .empty-card-icon {
    height: 24.5vh;
  }
}
.empty-card-icon svg {
  fill: #979797;
  padding: 8px;
}

.ng-card-sections {
  background: #F7FAFF;
  border-radius: 10px;
}

.input-inside-text-div {
  position: relative;
}
.input-inside-text-div .input-inside-text {
  top: 0;
  position: absolute;
  left: 15px;
  padding: 0;
  width: auto;
}
.input-inside-text-div .input-inside-text::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  background: rgba(202, 202, 202, 0.5411764706);
  height: 65%;
  top: 18%;
  z-index: 9;
}

.font-size-reduce-wrap .btn, .font-size-reduce-wrap .btn.btn-primary, .font-size-reduce-wrap .btn.btn-darkgrey {
  font-size: 0.813rem !important;
}

.btn-primary {
  color: #1770EE !important;
  background-color: transparent !important;
  border: 1px solid #1770EE !important;
}
.btn-primary:hover {
  color: #1770EE !important;
  background-color: #EEF5FF !important;
  border-color: #1770EE !important;
}
.btn-primary:focus, .btn-primary:focus-visible {
  color: #1770EE !important;
  background-color: #EEF5FF !important;
  border-color: #1770EE !important;
  box-shadow: 0 0 0 0.2rem rgba(23, 112, 238, 0.25) !important;
  outline: none !important;
}
.btn-primary:active, .btn-primary.active {
  color: #ffffff !important;
  background-color: #1770EE !important;
  border-color: #1770EE !important;
}
.btn-primary:disabled, .btn-primary[disabled], .btn-primary.disabled {
  color: #B3D3FF !important;
  background-color: transparent !important;
  border-color: #B3D3FF !important;
  cursor: not-allowed;
}

.card-title {
  border-bottom: 1px solid #cacaca;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .card-title {
    font-size: 0.875rem;
  }
}

.btn-darkgrey {
  background-color: #646464;
  color: #FFFFFF !important;
}

.pp-app-name-title {
  margin-top: 5px;
  min-height: 32px;
  text-transform: capitalize;
}

.country-dropdown .selectize-control {
  padding: 0;
  border: none;
  background: none;
}
.country-dropdown .selectize-input {
  padding: 8px 20px 8px 6px;
  border: none;
  margin: 1px 0 0 0px;
  border-radius: 10px !important;
  min-width: 64px;
  max-width: 65px;
  background-color: transparent !important;
  align-items: center;
}
.country-dropdown .selectize-input div.item {
  display: inline-block;
  text-align: center;
  min-width: 30px;
}
.country-dropdown .selectize-dropdown {
  width: 70px !important;
  border: none;
  padding: 0;
  z-index: 99;
}
.country-dropdown .selectize-dropdown-content {
  background: #ffffff;
  border: solid 1px #cacaca;
  border-top: 0;
}
.country-dropdown .selectize-control.single .selectize-input:after {
  right: 9px;
  margin-top: -4px;
  display: block !important;
}

.selectize-input {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.selectize-dropdown .active {
  background-color: #FCEDED !important;
  color: #373737 !important;
}

.added-phone-data .filter-summary-filter {
  border-radius: 15px;
  padding: 0 10px 0 10px;
  margin: 0 10px 10px 0;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.added-phone-data .filter-summary-filter.added-data-notverify {
  border: 1px solid #E05564;
  background: #FFF8F9;
  margin-top: 10px;
}
.added-phone-data .verify-btn {
  background: #E05564;
  color: #ffffff;
  border-radius: 3px;
  padding: 6px 8px 5px 8px;
  margin: 0px 0 0 3px;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 0.5s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.sec-card-header {
  display: flex;
  background: none;
}
.sec-card-header .card-title {
  color: #000000;
  font-size: 0.875rem;
  border: none;
}
@media (max-width: 1366px) {
  .sec-card-header .card-title {
    font-size: 0.813rem;
  }
}
.sec-card-header .right-btn-list .btn {
  margin: 0 0 0 5px;
}
@media (max-width: 991px) {
  .sec-card-header .right-btn-list .btn {
    margin: 5px 5px 0 0;
  }
}

.ng-alert-warning {
  background-color: #FFF9E4;
  color: #373737 !important;
  border-left: 6px solid #ECBB02;
}

.toast-custom {
  z-index: 13 !important;
}
@media (max-width: 767px) {
  .toast-custom {
    right: 80px;
    left: 7px !important;
    bottom: 66px !important;
  }
}

[class~=fancybox-container] .select2-container--bootstrap-5 .select2-dropdown,
.fancybox-container + .select2-container--bootstrap-5 .select2-dropdown,
.fancybox-active .select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1060 !important;
}

.control-label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 18px;
  color: #646464;
}

.control-label.title {
  margin-top: 8px;
  margin-bottom: 4px;
}

.top-bar-active .bottom-footer-sticky,
.top-bar-active .bottom-pagination-sticky {
  bottom: 40px;
}
.top-bar-active .inventory-dashboard-wrap {
  padding-bottom: 40px !important;
}
.top-bar-active .ps-fancybox .new-fancybox-body .bottom-footer-sticky,
.top-bar-active .ps-fancybox .new-fancybox-body .bottom-pagination-sticky {
  bottom: 0px;
}

.mpservices_new {
  background: #ffffff;
}
.mpservices_new .mpservice_sec {
  margin: 1rem 0 3rem 0;
}
@media (max-width: 767px) {
  .mpservices_new .mpservice_sec {
    scroll-margin-top: 30px !important;
  }
}
.mpservices_new .mpservice_sec .col {
  max-width: 300px;
  min-width: 265px;
}
.mpservices_new .set-title {
  color: #373737;
  font-size: 1.125rem;
  margin: 0 0 20px 8px;
}
.mpservices_new .set-title .svg-icon {
  margin: 10px 15px 0 0;
  position: relative;
}
.mpservices_new .set-title .svg-icon svg {
  z-index: 1;
  position: relative;
}
.mpservices_new .set-title .svg-icon img {
  z-index: 1;
  position: relative;
}
.mpservices_new .set-title .svg-icon:before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  z-index: 0;
  top: -4px;
  left: -3px;
}
.mpservices_new .set-title h3 {
  color: #373737;
  font-size: 0.875rem;
  line-height: 27px;
  margin: 7px 0 0 0;
}
.mpservices_new .set-title img {
  max-width: 32px;
  max-height: 32px;
}
.mpservices_new .set-title svg {
  max-width: 32px;
  max-height: 32px;
}
.mpservices_new .mpservice-txt p {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 22px;
  color: #646464;
}
.mpservices_new .card-body {
  padding: 0;
}
.mpservices_new .app-card {
  height: 100%;
  margin: 0;
  position: relative;
}
.mpservices_new .app-card .card {
  box-shadow: 0px 3px 20px #cacaca;
  padding: 20px 20px 20px 20px;
  border: none;
  margin: 0 0 0 0;
  height: 100%;
  position: relative;
}
.mpservices_new .app-card .card .card-media {
  display: block;
  text-align: center;
  height: 93px;
  width: 93px;
  margin: 0 auto;
  position: relative;
}
.mpservices_new .app-card .card .card-media svg {
  display: block;
  margin: 0 auto;
  max-width: 93px;
  max-height: 93px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.mpservices_new .app-card .card .card-media img {
  display: block;
  margin: 0 auto;
  max-width: 93px;
  max-height: 93px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.mpservices_new .app-card .card .card-media.card-media-box {
  display: block;
  text-align: center;
  height: 93px;
  width: 93px;
  margin: 0 auto;
  border: 1px solid #979797;
  border-radius: 50px;
}
.mpservices_new .app-card .card .card-media.card-media-box svg {
  display: block;
  margin: 0 auto;
  max-width: 58px;
  max-height: 50px;
}
.mpservices_new .app-card .card .card-media.card-media-box img {
  display: block;
  margin: 0 auto;
  max-width: 58px;
  max-height: 50px;
}
.mpservices_new .mpservice-card-detail {
  margin: 15px 0 0px 0;
  text-align: center;
}
.mpservices_new .mpservice-card-dttl {
  font-size: 0.875rem;
  color: #373737;
  text-align: center;
  margin: 0 0 10px 0;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 7px 0 7px;
}
@media (max-width: 1399px) {
  .mpservices_new .mpservice-card-dttl {
    font-size: 0.813rem;
  }
}
.mpservices_new .mpservice-card-dtxt {
  font-size: 0.875rem;
  color: #646464;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1399px) {
  .mpservices_new .mpservice-card-dtxt {
    font-size: 0.813rem;
  }
}
.mpservices_new .card-actions {
  padding: 0px 15px;
  margin-top: auto;
}
.mpservices_new .card-actions .btn {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #646464;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
}
.mpservices_new .card-actions .btn.btn-primary {
  border: 1px solid #CACACA !important;
  background: #ffffff !important;
  color: #373737 !important;
  border-radius: 5px !important;
  margin: 15px auto 0;
  text-align: center;
}
.mpservices_new .card-actions .btn.btn-primary:hover {
  background: #1770EE !important;
  color: #ffffff !important;
  border: 1px solid #1770EE !important;
  color: #ffffff;
}
.mpservices_new .card-actions .btn.btn-success {
  color: #5ea61f !important;
  opacity: 1 !important;
  background: #ffffff !important;
}
.mpservices_new .card-actions .btn.btn-success:before {
  content: "";
  background: url("https://d12wf4nrgjmvr4.cloudfront.net/images/services/correct.svg") no-repeat left center;
  position: relative;
  height: 10px;
  width: 14px;
  z-index: 0;
  top: 0.5px;
  left: 0;
  display: inline-block;
}
.mpservices_new .card-actions .btn.inactive-btn-services {
  color: #c52031;
}
.mpservices_new .card-actions .btn.in-process-btn-services {
  color: #ffaa15;
}
.mpservices_new .app-card.app-card-new-wrap .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 10px 0 0;
  overflow: hidden;
}
.mpservices_new .app-card.app-card-new-wrap .card .card-media svg {
  max-height: 68px;
  max-width: 68px;
}
.mpservices_new .app-card.app-card-new-wrap .card .card-media img {
  max-height: 68px;
  max-width: 68px;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-primary {
  border: none !important;
  border-radius: 0 !important;
  color: #373737 !important;
  background-color: transparent !important;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-primary:hover {
  background-color: transparent !important;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-success {
  background-color: transparent !important;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-success svg {
  display: none;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn {
  background-color: transparent !important;
  border: none;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn svg {
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-success.noExpiry {
  padding: 0.469rem 0.75rem;
}
.mpservices_new .app-card.app-card-new-wrap .card-footer {
  background-color: #f2f2f2;
  border: none;
  padding: 5.65px 0;
}
.mpservices_new .app-card.app-card-new-wrap .mpservice-card-detail {
  margin: 10px 0 10px 0;
  height: 50px;
}
.mpservices_new .app-card.app-card-new-wrap .service-expiredays {
  position: relative;
  bottom: inherit;
  left: 0;
  right: 0;
  padding: 0 10px;
  line-height: 1;
  height: 15px;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon {
  top: 0;
  right: inherit;
  left: 0;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon::before {
  display: none;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon::after {
  display: none;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span {
  transform: rotate(0deg);
  right: inherit;
  left: 4px;
  width: 54px;
  top: 0;
  height: 71px;
  font-size: 0.688rem;
  line-height: 1;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 3.45em;
  height: 3.45em;
  border-radius: 0;
  transform: rotate(45deg);
  background: Linear-gradient(-45deg, #ffffff calc(50% - 2.5em), #ffffff calc(50% + 2.5em));
  bottom: -22px;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span strong {
  font-weight: 500;
  display: inline-block;
  margin: 2px 0;
  padding-top: 7px;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span .free-text {
  font-size: 0.813rem;
  font-weight: 600;
}
.mpservices_new .service-tagline-text {
  color: #373737;
  font: normal normal 600 25px/38px;
  position: absolute;
  padding: 1rem 9rem;
}
.mpservices_new .app-card.open-cap-service-wrap .card .card-media {
  width: 120px;
}
.mpservices_new .app-card.app-card-new-wrap.open-cap-service-wrap .card .card-media img {
  max-width: 120px;
}

.service-details-wrap .card-actions .btn {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #646464;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
}
.service-details-wrap .card-actions .btn.btn-primary {
  border: 1px solid #CACACA !important;
  background: #ffffff !important;
  color: #373737 !important;
  border-radius: 5px !important;
  margin: 15px auto 0;
  text-align: center;
}
.service-details-wrap .card-actions .btn.btn-primary:hover {
  background: #1770EE !important;
  color: #ffffff !important;
  border: 1px solid #1770EE !important;
}
.service-details-wrap .card-actions .btn.btn-primary:hover a {
  color: #ffffff;
}
.service-details-wrap .card-actions .btn.btn-success {
  color: #5ea61f !important;
  opacity: 1 !important;
  background: #ffffff !important;
}
.service-details-wrap .Plan-activated .card-actions .btn:before {
  content: "";
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/services/correct.svg) no-repeat left center;
  position: relative;
  height: 10px;
  width: 14px;
  z-index: 0;
  top: 0.5px;
  left: 0;
  display: inline-block;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn.btn-primary {
  border: none !important;
  border-radius: 0 !important;
  color: #373737 !important;
  background-color: transparent !important;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn.btn-primary:hover {
  background-color: transparent !important;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn.btn-success {
  background-color: transparent !important;
  border: none;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn {
  background-color: transparent !important;
  border: none;
}

.mpservices_new.mpservices-new-wrap .set-title h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #373737;
}
.mpservices_new.mpservices-new-wrap .mpservice-txt p {
  font-size: 0.875rem;
  color: #646464;
}

.hrhamburger {
  display: none;
}
@media (max-width: 767px) {
  .hrhamburger {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    margin: 0 auto;
    position: fixed;
    top: 115px;
    right: 0;
    z-index: 3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 7px;
    background-color: #1770EE;
  }
}
@media (max-width: 767px) {
  .hrhamburger .hrhamburger-icon {
    max-width: 22px;
    fill: #ffffff;
  }
}
@media (max-width: 767px) {
  .hrhamburger .hrhamburger-close {
    display: none;
    max-width: 22px;
  }
}
@media (max-width: 767px) {
  .hrhamburger.hrhamburger-active {
    background: none;
    top: 50px;
    z-index: 21;
  }
}
@media (max-width: 767px) {
  .hrhamburger.hrhamburger-active .hrhamburger-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .hrhamburger.hrhamburger-active .hrhamburger-icon {
    display: none;
  }
}

.marketservice_scrollspy_nav {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  position: sticky;
  top: 0.25rem;
  overflow-y: auto;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .marketservice_scrollspy_nav {
    min-height: auto;
    position: fixed;
    right: -400px;
    transition: all 0.5s ease;
    z-index: 3;
    width: 50%;
    top: 50px;
    bottom: 0;
    background-color: #ffffff;
    padding: 0;
    border-radius: 2px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.18);
    overflow-y: scroll;
    max-width: 300px;
  }
}
.marketservice_scrollspy_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.marketservice_scrollspy_nav .nav-link {
  color: #373737;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F2F2F2;
}
.marketservice_scrollspy_nav .nav-link p {
  color: #646464;
  margin: 0;
  padding: 16px 15px 16px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .marketservice_scrollspy_nav.hamburger-open {
    right: 0px;
    transition: all 0.5s ease;
  }
}

.cutm-col-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1200px) {
  .cutm-col-2 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .mpservices-new-wrap .cutm-col-2 {
    flex: 0 0 23%;
    max-width: 23%;
  }
}

.mpservice-box-msg {
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  top: 0;
  padding: 7px 11px 0 11px;
}
.mpservice-box-msg .mpservice-shield {
  float: left;
  margin: -3px 0 0 0;
}

.market-service-ribbon {
  width: 188px;
  height: 188px;
  position: absolute;
  top: -8px;
  right: -8px;
  overflow: hidden;
  color: #ffffff;
  font-size: 0.875rem;
}
.market-service-ribbon span {
  width: 200px;
  height: 40px;
  line-height: 42px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  transform: rotate(45deg);
  background: #ffd123;
  text-align: center;
  color: #373737;
  font-weight: 500;
}

.carousel-indicators li {
  background-color: #373737;
  width: 10px;
  height: 10px;
}

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1058 !important;
}

.inventory-application-popup {
  max-width: 488px !important;
}
.inventory-application-popup .new-fancybox-body p {
  font-size: 1rem !important;
}
@media (max-width: 1500px) {
  .inventory-application-popup .new-fancybox-body p {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .inventory-application-popup .new-fancybox-body p {
    font-size: 0.75rem !important;
  }
}
.inventory-application-popup .new-fancybox-body .bg-pink {
  padding: 24px;
  background-color: #FFF5F6;
  border-bottom: 1px solid #D2D6DB;
}
@media (max-width: 1440px) {
  .inventory-application-popup .new-fancybox-body .bg-pink {
    padding: 15px;
  }
}
.inventory-application-popup .new-fancybox-body .bg-pink h4 {
  margin-bottom: 4px;
}
.inventory-application-popup .new-fancybox-body .bg-pink .grey-text {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #979797;
  display: block;
}
.inventory-application-popup .new-fancybox-body .qr-code-section {
  padding: 20px;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code {
  background-color: #F8F8F8;
  padding: 16px;
  border-radius: 10px;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code .qr-code-image {
  height: 45vh;
  width: auto;
  margin: 0 auto;
  margin-bottom: 16px;
}
@media (max-width: 1600px) {
  .inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code .qr-code-image {
    height: 37vh;
  }
}
@media (max-width: 1366px) {
  .inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code .qr-code-image {
    height: 34vh;
  }
}
@media (max-width: 767px) {
  .inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code .qr-code-image {
    height: 200px;
  }
}
.inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code .qr-code-image img {
  height: 100%;
  width: auto;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .scan-qr-code p {
  color: #646464 !important;
  margin-bottom: 0;
  font-weight: 500;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .seprator {
  margin: 8px;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .seprator span {
  position: relative;
  background-color: #ffffff;
  text-transform: capitalize;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .seprator span::before, .inventory-application-popup .new-fancybox-body .qr-code-section .seprator span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #D2D6DB;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .seprator span::after {
  right: 25px;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .seprator span::before {
  left: 25px;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .download-btn {
  height: 43px;
  width: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 21px;
  margin: 0 auto;
  color: #3A84EC;
  background-color: #F8F8F8;
}
@media (max-width: 576px) {
  .inventory-application-popup .new-fancybox-body .qr-code-section .download-btn {
    width: 250px;
    font-size: 0.75rem;
  }
}
.inventory-application-popup .new-fancybox-body .qr-code-section .download-btn .download-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
@media (max-width: 576px) {
  .inventory-application-popup .new-fancybox-body .qr-code-section .download-btn .download-icon {
    display: none;
  }
}
.inventory-application-popup .new-fancybox-body .qr-code-section .download-btn .text-border {
  position: relative;
}
.inventory-application-popup .new-fancybox-body .qr-code-section .download-btn .text-border::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #3A84EC;
}
.inventory-application-popup .new-fancybox-body .qr-code-section hr {
  border-top-color: #DFDFDF;
}
.inventory-application-popup .new-fancybox-body .qr-code-section p {
  color: #646464 !important;
  margin-bottom: 8px;
}
.inventory-application-popup .new-fancybox-body .sync-code {
  background-color: #ECFDF3;
  padding: 8px 12px;
  color: #646464;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .inventory-application-popup .new-fancybox-body .sync-code {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .inventory-application-popup .new-fancybox-body .sync-code {
    font-size: 0.75rem;
  }
}
.inventory-application-popup .new-fancybox-body .sync-code span {
  font-size: 1.29rem;
  color: #000000;
  margin-left: 6px;
}
@media (max-width: 1279px) {
  .inventory-application-popup .new-fancybox-body .sync-code span {
    font-size: 1rem;
  }
}

.ps-searchbar .ps-form-group.calendar-icon.sm-form-input {
  width: 130px;
  max-width: 130px;
}
@media (max-width: 767px) {
  .ps-searchbar .ps-form-group.calendar-icon.sm-form-input {
    width: 100%;
    max-width: 100%;
  }
}
.ps-searchbar .ps-form-group.sm-form-input {
  width: 130px;
}
@media (max-width: 767px) {
  .ps-searchbar .ps-form-group.sm-form-input {
    width: 100%;
  }
}
.ps-searchbar .ps-form-group.md-form-input {
  width: 150px;
}
@media (max-width: 767px) {
  .ps-searchbar .ps-form-group.md-form-input {
    width: 100%;
  }
}
.ps-searchbar .ps-form-group.lg-form-input {
  width: 170px;
}
@media (max-width: 767px) {
  .ps-searchbar .ps-form-group.lg-form-input {
    width: 100%;
  }
}

.dropdowncheckbox .dropdown-menu .checkbox-container {
  margin-left: 15px;
}
.dropdowncheckbox .dropdown-menu .list-btn {
  margin-left: 15px;
}

#tax_form {
  background-color: #FFFFFF;
}
#tax_form .ps-form-card {
  background-color: #F8F8F8;
}
#tax_form .ps-form-card textarea {
  height: 70px;
}
#tax_form .ps-form-card .gridview .panel-body {
  background-color: transparent;
  border: none;
}
#tax_form .ps-form-card .gridview .panel-body ul li {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}
#tax_form .ps-form-card .gridview .panel-body ul .cat_master {
  border: 1px solid #B3D3FF !important;
  background-color: #F5F6FA;
}
#tax_form .ps-form-card .gridview .panel-body ul .cat_master .btn span {
  color: #373737;
  transition: all 1s ease-out;
}
#tax_form .ps-form-card .gridview .panel-body ul .cat_master.arrow-active .btn span {
  transform: rotate(180deg);
}
#tax_form .ps-form-card .gridview .panel-body ul .cat_master.collapsed .btn span {
  transform: rotate(0deg);
}
#tax_form .ps-form-card .gridview .panel-body .cat_sub_category .ps-table .left-sticky {
  position: sticky;
  left: 0px;
  z-index: 1;
}
#tax_form .ps-form-card .gridview .panel-body .cat_sub_category .ps-table .left-sticky.item--name {
  background-color: #F8F8F8;
  left: 45px;
}
#tax_form .ps-form-card .gridview .panel-body .cat_sub_category .ps-table .inner-tble-body tr td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #FFFFFF;
}
#tax_form .ps-form-card .gridview .panel-body .cat_sub_category .ps-table .inner-tble-body tr td:nth-child(2) {
  position: sticky;
  left: 45px;
  z-index: 1;
  background-color: #FFFFFF;
}
#tax_form .ps-form-card .create_by .sub-text {
  color: #646464;
  font-weight: 500;
  font-size: 90%;
}
#tax_form .ps-form-card .create_by .ps-radio .radio-button-click-target, #tax_form .ps-form-card .gst_tax_slab .ps-radio .radio-button-click-target {
  background: #fff;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid rgba(221, 221, 221, 0.6117647059);
  margin: 0px 15px 3px 0px;
}
#tax_form .ps-form-card .create_by .ps-radio .radio-button-click-target::before, #tax_form .ps-form-card .create_by .ps-radio .radio-button-click-target::after, #tax_form .ps-form-card .gst_tax_slab .ps-radio .radio-button-click-target::before, #tax_form .ps-form-card .gst_tax_slab .ps-radio .radio-button-click-target::after {
  top: 4px;
  right: 7px;
  left: unset;
}
#tax_form .ps-form-card .create_by .ps-radio .radio-button-click-target::after, #tax_form .ps-form-card .gst_tax_slab .ps-radio .radio-button-click-target::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/services/activated-banner.svg);
}
#tax_form .ps-form-card .create_by .ps-radio [type=radio]:checked + label, #tax_form .ps-form-card .gst_tax_slab .ps-radio [type=radio]:checked + label {
  background-color: #EEF5FF;
  border-color: #EEF5FF;
}
@media (min-width: 1200px) {
  #tax_form .ps-form-card .create_by .ps-radio .radio-button-click-target {
    margin-bottom: 10px !important;
  }
}
#tax_form .ps-form-card .gst_tax_slab .ps-radio .radio-button-click-target {
  padding: 25px 40px;
}
@media (max-width: 1360px) {
  #tax_form .ps-form-card .gst_tax_slab .ps-radio .radio-button-click-target {
    margin-right: 5px !important;
    padding: 20px 30px;
  }
}
#tax_form .ps-form-card .tax_suffix .ng-card .ng-card-header {
  padding: 0.45rem 1.15rem;
}
#tax_form .ps-form-card .tax_suffix .ng-card .ng-card-header .ng-card-header-text {
  font-size: 14px;
}
#tax_form .ps-form-card .tax_suffix .profit-card-wrap .pro-inner-card {
  padding: 5px 9px;
}
#tax_form .ps-form-card .tax_suffix .profit-card-wrap .pro-inner-card.order-1 {
  margin-right: 7px !important;
}
@media (max-width: 1360px) {
  #tax_form .ps-form-card .tax_suffix .profit-card-wrap .pro-inner-card.order-1 {
    margin-right: 0 !important;
    margin-bottom: 7px !important;
  }
}
#tax_form .ps-form-card .tax_suffix .profit-card-wrap .pro-inner-card.order-2 {
  margin-left: 7px !important;
}
@media (max-width: 1360px) {
  #tax_form .ps-form-card .tax_suffix .profit-card-wrap .pro-inner-card.order-2 {
    margin-right: 0 !important;
    margin-bottom: 7px !important;
  }
}
#tax_form .ps-form-card .tax_suffix .profit-card-wrap .inner-card-body {
  margin-top: 4px;
  padding: 5px 2px;
}
#tax_form .ps-form-card .tax_suffix .profit-card-wrap .total-pro-los-card-wrap {
  background-color: rgb(255, 245, 246);
  margin-top: 4px;
  padding: 5px 9px;
}
#tax_form .ps-form-card .tax_suffix .profit-card-wrap .total-pro-los-card-wrap .inner-card-body {
  margin-top: 6px;
  padding: 5px;
}
#tax_form .ps-form-card .tax-tree-grid-btn .view-change {
  display: inline-block;
}
#tax_form .ps-form-card .tax-tree-grid-btn .view-change.active {
  display: inline-block;
}

#discount_form .ps-form-card .ps-form-group textarea.ps-textarea {
  height: 70px;
}
#discount_form .ps-form-card #MappedOutletOsDivData .outlet--list {
  margin-bottom: 0 !important;
}
#discount_form .ps-form-card #ApplicableOnDiv #tree_c .ps-form-label, #discount_form .ps-form-card #ApplicableOnDiv #tree_i .ps-form-label, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c .ps-form-label, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i .ps-form-label, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c .ps-form-label, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i .ps-form-label, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c .ps-form-label, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i .ps-form-label {
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.25px;
}
#discount_form .ps-form-card #ApplicableOnDiv #tree_c #tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_c #tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_c #get_tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_c #get_tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #get_tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #get_tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #get_tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #get_tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #tree_c_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #get_tree_i_tree, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #get_tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #get_tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #get_tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #get_tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #get_tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #get_tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #get_tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #tree_c_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #get_tree_i_tree, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #get_tree_c_tree {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 8px 5px;
  max-height: 300px;
  overflow: auto;
}
#discount_form .ps-form-card #ApplicableOnDiv #tree_c #tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_c #tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_c #get_tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_c #get_tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #get_tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #tree_i #get_tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #get_tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_c #get_tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #tree_c_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #get_tree_i_tree ul, #discount_form .ps-form-card #ApplicableOnDiv #get_tree_i #get_tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #get_tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_c #get_tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #get_tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #tree_i #get_tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #get_tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_c #get_tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #tree_c_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #get_tree_i_tree ul, #discount_form .ps-form-card #GetApplicableOnDiv #get_tree_i #get_tree_c_tree ul {
  background-color: transparent;
}
#discount_form .ps-form-card #ApplicableOnDiv .import-export-wrap, #discount_form .ps-form-card #GetApplicableOnDiv .import-export-wrap {
  background-color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
  min-height: 159px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  flex-direction: column;
}
#discount_form .ps-form-card #ApplicableOnDiv .import-export-wrap p, #discount_form .ps-form-card #GetApplicableOnDiv .import-export-wrap p {
  margin-bottom: 0.5rem;
  color: #646464;
}
@media (max-width: 767px) {
  #discount_form .ps-form-card #DiscountFromDate {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #discount_form .ps-form-card .timedurationblock .pt-4, #discount_form .ps-form-card .date-duration-div .pt-4 {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  #discount_form .ps-form-card .timedurationblock .timetolab, #discount_form .ps-form-card .date-duration-div .timetolab {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  #discount_form .ps-form-card .dayslabl {
    margin-bottom: 10px !important;
  }
}

.base-menu-button-card {
  position: relative;
}

.taxwisediv .button-flex {
  justify-content: end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.date-picker-parent-div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
}
@media (max-width: 767px) {
  .date-picker-parent-div {
    flex-wrap: wrap;
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .addon-table-wrapper-new.ps-table-wrapper .ps-table thead tr th {
    white-space: wrap;
  }
}

.ng-dropdown-wrap .dropdown-menu .dropdown-item.ps-checkbox-group .ps-checkbox-container input[type=checkbox] {
  display: none !important;
}

.ps-table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 1200px) {
  .ps-table-wrapper {
    overflow: auto;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .ps-table-wrapper {
    overflow: auto;
  }
}
.ps-table-wrapper::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F8F8F8;
  height: 8px;
  padding: 2px;
}
.ps-table-wrapper::-webkit-scrollbar {
  background-color: #F5F5F5;
}
.ps-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #DBDFE7;
  height: 4px;
  border-radius: 50px;
  border: 4px solid #F8F8F8;
}
.ps-table-wrapper .ps-table {
  margin-bottom: 0;
  width: 100%;
}
.ps-table-wrapper .ps-table .ps-bg-blue,
.ps-table-wrapper .ps-table .ps-bg-green,
.ps-table-wrapper .ps-table .ps-bg-pink,
.ps-table-wrapper .ps-table .ps-bg-grey {
  text-align: center;
}
.ps-table-wrapper .ps-table .ps-bg-blue {
  background-color: #DAF8FF !important;
}
.ps-table-wrapper .ps-table .ps-bg-green {
  background-color: #DEFFE3 !important;
}
.ps-table-wrapper .ps-table .ps-bg-pink {
  background-color: #FFF7CB !important;
}
.ps-table-wrapper .ps-table .ps-bg-grey {
  background-color: #D2D6DB !important;
}
.ps-table-wrapper .ps-table thead tr {
  box-shadow: none;
}
.ps-table-wrapper .ps-table thead tr th {
  background-color: #EEF5FF;
  padding: 10px 5px !important;
  font-size: 0.938rem;
  font-weight: 600;
  line-height: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #E5E7EB;
  color: #000000;
  border-radius: 0;
  vertical-align: middle;
}
@media (max-width: 1601px) {
  .ps-table-wrapper .ps-table thead tr th {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1024px) {
  .ps-table-wrapper .ps-table thead tr th {
    white-space: nowrap;
  }
}
.ps-table-wrapper .ps-table thead tr th:first-child {
  padding-left: 10px !important;
}
.ps-table-wrapper .ps-table thead tr th:last-child {
  padding-right: 10px !important;
}
.ps-table-wrapper .ps-table thead tr th.table-name-width {
  width: 500px;
  max-width: 500px;
}
@media (max-width: 1440px) {
  .ps-table-wrapper .ps-table thead tr th.table-name-width {
    width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 1367px) {
  .ps-table-wrapper .ps-table thead tr th.table-name-width {
    width: 300px;
    max-width: 300px;
  }
}
.ps-table-wrapper .ps-table thead tr th.ps-checkbox-group {
  padding-right: 10px !important;
  padding-left: 16px !important;
  width: 20px !important;
}
.ps-table-wrapper .ps-table thead tr th.ps-checkbox-group .ps-checkobx {
  margin-bottom: 0px;
  justify-content: flex-start;
}
.ps-table-wrapper .ps-table thead tr th.ps-checkbox-group .ps-checkobx label {
  font-size: 0.75rem;
  color: #646464;
  display: flex;
  align-items: center;
}
.ps-table-wrapper .ps-table thead tr th.ps-checkbox-group .ps-checkobx label::before {
  border-radius: 6px;
}
.ps-table-wrapper .ps-table thead tr th.ps-checkbox-group .ps-checkbox-container {
  justify-content: flex-start;
  position: relative;
  padding-left: 0;
}
@media (max-width: 575px) {
  .ps-table-wrapper .ps-table thead tr th.ps-checkbox-group .ps-checkbox-container {
    display: inline-flex;
  }
}
.ps-table-wrapper .ps-table thead tr th.ps-checkbox-group .ps-checkbox-container .ps-checkmark {
  padding-left: 20px;
}
.ps-table-wrapper .ps-table thead tr th .up-arrow {
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.ps-table-wrapper .ps-table thead tr th.depart-nm {
  width: 428px;
}
@media (max-width: 1300px) {
  .ps-table-wrapper .ps-table thead tr th.depart-nm {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .ps-table-wrapper .ps-table thead tr th.depart-nm {
    width: 200px !important;
  }
}
.ps-table-wrapper .ps-table thead tr th a {
  color: #000000 !important;
}
.ps-table-wrapper .ps-table thead tr th a.grey-outline-btn {
  color: #212121 !important;
}
.ps-table-wrapper .ps-table tbody tr {
  box-shadow: none;
}
.ps-table-wrapper .ps-table tbody tr.accordian-collapse td:first-child {
  padding-left: 34px !important;
}
.ps-table-wrapper .ps-table tbody tr.accordian-collapse:not(.show) {
  display: none;
}
.ps-table-wrapper .ps-table tbody tr:last-child td {
  border-bottom: none !important;
}
.ps-table-wrapper .ps-table tbody td {
  vertical-align: middle;
  padding: 10px 5px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  border-bottom: 1px solid #E5E7EB;
}
@media (max-width: 1601px) {
  .ps-table-wrapper .ps-table tbody td {
    font-size: 0.75rem !important;
  }
}
.ps-table-wrapper .ps-table tbody td:first-child {
  padding-left: 10px !important;
}
.ps-table-wrapper .ps-table tbody td:last-child {
  padding-right: 10px !important;
}
.ps-table-wrapper .ps-table tbody td.table-name-width {
  width: 500px;
  max-width: 500px;
}
@media (max-width: 1440px) {
  .ps-table-wrapper .ps-table tbody td.table-name-width {
    width: 350px;
    max-width: 350px;
  }
}
@media (max-width: 1367px) {
  .ps-table-wrapper .ps-table tbody td.table-name-width {
    width: 300px;
    max-width: 300px;
  }
}
.ps-table-wrapper .ps-table tbody td.text-nowrap {
  white-space: normal !important;
}
.ps-table-wrapper .ps-table tbody td.action-btn-flex {
  white-space: nowrap !important;
  align-items: center;
}
.ps-table-wrapper .ps-table tbody td.action-btn-flex a.ps-btn {
  display: inline-flex;
}
.ps-table-wrapper .ps-table tbody td .ps-label {
  margin: 0 !important;
}
.ps-table-wrapper .ps-table tbody td .ps-label.danger-label, .ps-table-wrapper .ps-table tbody td .ps-label.success-label, .ps-table-wrapper .ps-table tbody td .ps-label.ng-badge {
  margin: 0 !important;
}
.ps-table-wrapper .ps-table tbody td.ps-checkbox-group {
  padding-right: 10px !important;
  padding-left: 16px !important;
  width: 20px !important;
}
.ps-table-wrapper .ps-table tbody td.ps-checkbox-group .ps-checkobx {
  margin-bottom: 0px;
  justify-content: flex-start;
}
.ps-table-wrapper .ps-table tbody td.ps-checkbox-group .ps-checkobx label {
  display: flex;
  align-items: center;
}
.ps-table-wrapper .ps-table tbody td.ps-checkbox-group .ps-checkobx label::before {
  border-radius: 6px;
}
.ps-table-wrapper .ps-table tbody td.ps-checkbox-group .ps-checkbox-container {
  justify-content: flex-start;
  position: relative;
  padding-left: 0;
}
@media (max-width: 575px) {
  .ps-table-wrapper .ps-table tbody td.ps-checkbox-group .ps-checkbox-container {
    display: inline-flex;
  }
}
.ps-table-wrapper .ps-table tbody td.ps-checkbox-group .ps-checkbox-container .ps-checkmark {
  padding-left: 20px;
}
.ps-table-wrapper .ps-table tbody td.custmer-nm-td {
  min-width: 156px;
}
.ps-table-wrapper .ps-table tbody td.item-type {
  min-width: 212px;
}
.ps-table-wrapper .ps-table tbody td.whiteSpace {
  width: 150px;
}
.ps-table-wrapper .ps-table tbody td.grant-total {
  background-color: #FFF8F8;
}
.ps-table-wrapper .ps-table tbody td.grant-total p {
  font-weight: 500;
}
.ps-table-wrapper .ps-table tbody td.date, .ps-table-wrapper .ps-table tbody td.dine-in, .ps-table-wrapper .ps-table tbody td.text-bold {
  font-weight: 500;
}
.ps-table-wrapper .ps-table tbody td.date p, .ps-table-wrapper .ps-table tbody td.dine-in p, .ps-table-wrapper .ps-table tbody td.text-bold p {
  font-weight: 500;
}
.ps-table-wrapper .ps-table tbody td.discount p {
  color: #039855;
}
.ps-table-wrapper .ps-table tbody td p {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1601px) {
  .ps-table-wrapper .ps-table tbody td p {
    font-size: 0.75rem !important;
  }
}
.ps-table-wrapper .ps-table tbody td p.type-text {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4F7D97;
}
.ps-table-wrapper .ps-table tbody td .grey-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #646464;
}
.ps-table-wrapper .ps-table tbody td .iconBtn {
  margin-left: 11px;
  height: 34px;
  width: 34px;
  padding: 6px !important;
  border-radius: 5.818px;
  background: #F8F8F8;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.ps-table-wrapper .ps-table tbody td .iconBtn:hover {
  background: #F8F8F8;
}
.ps-table-wrapper .ps-table tbody td .iconBtn:first-child {
  margin-left: 0;
}
.ps-table-wrapper .ps-table tbody td .iconBtn svg,
.ps-table-wrapper .ps-table tbody td .iconBtn img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1601px) {
  .ps-table-wrapper .ps-table tbody td .iconBtn svg,
  .ps-table-wrapper .ps-table tbody td .iconBtn img {
    height: 18px;
    width: 18px;
  }
}
.ps-table-wrapper .ps-table tbody td .iconBtn.grey-outline-btn {
  background-color: transparent;
}
.ps-table-wrapper .ps-table tbody td.drag-td-box::before {
  width: 17px;
  height: 17px;
  background-size: contain;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  .ps-table-wrapper .ps-table tbody td.drag-td-box::before {
    top: 46%;
  }
}
.ps-table-wrapper .ps-table tbody td.depart-nm {
  width: 428px;
}
@media (max-width: 1300px) {
  .ps-table-wrapper .ps-table tbody td.depart-nm {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .ps-table-wrapper .ps-table tbody td.depart-nm {
    width: 200px !important;
  }
}
.ps-table-wrapper .ps-table tbody.addon_grid_list tr td:first-child {
  padding-left: 16px !important;
}
.ps-table-wrapper .ps-table tbody.addon_grid_list tr td.pl-0 {
  padding-left: 0 !important;
}
.ps-table-wrapper .ps-table tbody.addon_grid_list tr td.pr-0 {
  padding-right: 0 !important;
}
@media (max-width: 1100px) {
  .ps-table-wrapper .ps-table tbody.addon_grid_list tr td.text-nowrap {
    white-space: normal !important;
  }
}
@media (max-width: 1100px) {
  .ps-table-wrapper .ps-table tbody.addon_grid_list tr td.action-btn-flex {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
  }
}
@media (max-width: 1100px) {
  .ps-table-wrapper .ps-table tbody.addon_grid_list tr td.action-btn-flex .iconBtn {
    margin-left: 0;
  }
}
.ps-table-wrapper .ps-table tbody.addon_grid_list .addonitem_sortable .inner-tr-img img {
  width: 17px;
  height: 17px;
  background-size: contain;
  left: 0;
}
.ps-table-wrapper .ps-table.ps-table-last-right thead tr th:last-child {
  padding-right: 20px !important;
  text-align: right;
}
.ps-table-wrapper .ps-table.ps-table-last-right tbody tr td:last-child {
  padding-right: 18px !important;
  text-align: right;
}

.detailed-table .ps-table-wrapper .ps-table tbody td {
  padding: 5px 5px;
}

.detailed-table.wastage-list-wrap .ps-table-wrapper .ps-table tbody td {
  padding: 10px 5px;
}

.inventory-report-table.ps-table-wrapper {
  overflow-x: auto;
}
.inventory-report-table.ps-table-wrapper.table-responsive {
  overflow-x: auto;
}

.bottom-pagination-sticky {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 12;
  overflow-x: auto;
}

.ps-table-footer {
  padding: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: none;
  background-color: #FFFFFF !important;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1200px) {
  .ps-table-footer {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .ps-table-footer {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
}
.ps-table-footer .showing-records p {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0;
}
.ps-table-footer .showing-records.relative {
  position: relative !important;
}
.ps-table-footer .list-group {
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.ps-table-footer .list-group .list-group-item {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background: none;
  border-radius: 0;
  padding: 0;
}
.ps-table-footer .list-group .list-group-item span {
  margin-left: 5px;
  font-size: 0.75rem;
  vertical-align: middle;
  color: #4F7D97;
}

.ps-pagination .pagination {
  flex-wrap: wrap;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.ps-pagination .pagination .page-item {
  margin: 0 6px;
}
.ps-pagination .pagination .page-item .page-link,
.ps-pagination .pagination .page-item a {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 5px 8px;
  height: 34px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000 !important;
  min-width: 34px;
  background-color: #ffffff;
}
@media (max-width: 1366px) {
  .ps-pagination .pagination .page-item .page-link,
  .ps-pagination .pagination .page-item a {
    height: 32px;
    min-width: 32px;
  }
}
.ps-pagination .pagination .page-item .page-link[rel=prev], .ps-pagination .pagination .page-item .page-link[rel=next], .ps-pagination .pagination .page-item .page-link[rel=first], .ps-pagination .pagination .page-item .page-link[rel=last],
.ps-pagination .pagination .page-item a[rel=prev],
.ps-pagination .pagination .page-item a[rel=next],
.ps-pagination .pagination .page-item a[rel=first],
.ps-pagination .pagination .page-item a[rel=last] {
  min-width: 90px;
}
.ps-pagination .pagination .page-item.active .page-link,
.ps-pagination .pagination .page-item.active a, .ps-pagination .pagination .page-item:hover .page-link,
.ps-pagination .pagination .page-item:hover a {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000 !important;
  transition: all 0.3s ease;
}
.ps-pagination .pagination .page-item.disabled .page-link {
  color: #979797;
}
.ps-pagination .pagination .page-item.disabled:hover .page-link {
  background-color: transparent;
  color: #979797;
}
.ps-pagination .pagination .page-item.next-prev .page-link,
.ps-pagination .pagination .page-item.next-prev a {
  width: auto;
  border: 0;
  padding: 10px 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.ps-pagination .pagination .page-item.prev-btn {
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .ps-pagination .pagination .page-item.prev-btn {
    margin-right: 10px;
  }
}
.ps-pagination .pagination .page-item.next-btn {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .ps-pagination .pagination .page-item.next-btn {
    margin-left: 10px;
  }
}

.top-header-title-row-card {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 910px) {
  .top-header-title-row-card {
    text-align: center;
  }
}

.ps-top-header-title-row-card {
  border-bottom: 1px solid #E5E7EB;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ps-top-header-title-row-card .dropdown-menu.show {
  overflow: hidden;
}
.ps-top-header-title-row-card .step {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.ps-top-header-button-card {
  padding: 0 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ps-searchbar {
  display: flex;
  padding: 16px;
  gap: 15px;
  align-items: flex-end;
  background-color: #ffffff;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media (max-width: 640px) {
  .ps-searchbar {
    padding: 15px;
  }
}
.ps-searchbar .ps-form-group {
  width: 205px;
  position: relative;
}
@media (max-width: 640px) {
  .ps-searchbar .ps-form-group {
    width: 100%;
  }
}
.ps-searchbar .ps-form-group .has-error-text {
  position: absolute;
  color: #EB3454;
  font-size: 0.688rem;
  font-weight: 500;
}
.ps-searchbar .ps-form-group .pp-textfield-focused {
  position: absolute;
  top: 0;
}
.ps-searchbar .ps-form-group span.error {
  position: absolute;
  color: #EB3454 !important;
  font-size: 0.688rem !important;
  font-weight: 500;
}
.ps-searchbar .ps-form-group.calendar-icon {
  width: 180px;
  max-width: 180px;
}
@media (max-width: 640px) {
  .ps-searchbar .ps-form-group.calendar-icon {
    width: 100%;
    max-width: 100%;
  }
}
.ps-searchbar .button-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem !important;
}
@media (max-width: 640px) {
  .ps-searchbar .button-wrapper {
    margin-top: 0.5rem !important;
  }
}
.ps-searchbar .button-wrapper.tooltip-flex {
  gap: 100px;
}
@media (max-width: 640px) {
  .ps-searchbar .button-wrapper.tooltip-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}
.ps-searchbar .ps-error {
  position: absolute;
  color: #EB3454 !important;
  font-size: 0.688rem !important;
  font-weight: 500;
}
.ps-searchbar.dc-filter-col {
  padding: 24px;
  border: 0 !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid #E5E7EB !important;
}
@media (max-width: 640px) {
  .ps-searchbar.dc-filter-col {
    display: flex;
    padding: 15px;
  }
}
.ps-searchbar.report_order_class .form-control {
  border-radius: 7px;
}
.ps-searchbar.report_order_class .re_final_search_div {
  margin-top: 0;
  padding: 0;
}
.ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group input {
  padding-left: 30px;
}
.ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group input:-moz-read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group input:read-only {
  opacity: 1 !important;
  cursor: pointer;
}
.ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group input.form-control {
  border-radius: 7px;
}
.ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group .input-group-addon {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/calendar.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  width: 100%;
}
@media (max-width: 1440px) {
  .ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group .input-group-addon {
    background-size: 16px;
  }
}
.ps-searchbar.report_order_class .report-search-flex .ps-form-group.ps-calender .input-group .input-group-addon .dic-today {
  display: none;
}
.ps-searchbar .report-search-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  row-gap: 18px;
  margin-bottom: 0;
}

.custom-report-wrap .ps-searchbar .filtercomponent {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .custom-report-wrap .ps-searchbar .filtercomponent {
    width: 100%;
  }
}
.custom-report-wrap .ps-searchbar .filtercomponent .ps-form-group.enddate .input-group .has-error-text {
  bottom: -26px;
  left: 0;
}
.custom-report-wrap .dashboard-canvas .ps-searchbar.dc-filter-col {
  border-radius: 10px 10px 0 0;
}
.custom-report-wrap .dashboard-canvas .dc-table-col {
  border-radius: 0 0 10px 10px;
}
.custom-report-wrap .dashboard-canvas .table-grid .re_final_search_div .detailed-table .dataTable tbody tr td {
  border-bottom: 1px solid #E5E7EB;
}

.inner-pages-design-wrap .detailed-table .ps-table tbody tr td {
  font-size: 0.875rem;
}
@media (max-width: 1601px) {
  .inner-pages-design-wrap .detailed-table .ps-table tbody tr td {
    font-size: 0.813rem;
  }
}
.inner-pages-design-wrap .detailed-table .ps-table tbody tr td.outlet-td {
  position: relative;
  padding-left: 35px !important;
}
.inner-pages-design-wrap .detailed-table .ps-table tbody tr td.outlet-td .outletIcon {
  position: absolute;
  left: 10px;
}
.inner-pages-design-wrap .form-group.pp-textfield {
  margin-bottom: 5px;
}

.inv-purchase-table-wrapper tbody tr td {
  vertical-align: top !important;
}
.inv-purchase-table-wrapper .pp-textfield-floating-label .select2-container--bootstrap-5 {
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .inv-purchase-table-wrapper {
    min-width: 800px;
  }
}
.inv-purchase-table-wrapper .selectize-dropdown-content {
  max-height: 138px;
}

.restaurant-payment-card {
  border: 1px solid #646464;
  padding: 3px 6px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .restaurant-payment-card {
    font-size: 0.75rem;
  }
}

.card-actions {
  padding: 8px 4px;
}

.carousel.online-order-slider-wrapper .lslide {
  margin-right: 10px !important;
}

.carousel {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}
.carousel #content-slider .lslide,
.carousel #content-slider1 .lslide {
  padding: 10px 0;
}
.carousel .lslide {
  position: relative;
  padding: 5px 0 5px;
  cursor: pointer;
  margin-right: 0 !important;
  height: 65px;
}
.carousel .lSAction a {
  margin-top: -6px;
}
@media (max-width: 767px) {
  .carousel .lSAction a {
    margin-top: -3px;
    z-index: 9;
  }
}

.online_order_dashboard_radio_button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.lSAction a.lSPrev {
  left: 5px;
}
@media (max-width: 767px) {
  .lSAction a.lSPrev {
    left: 0;
  }
}
.lSAction a.lSNext {
  right: 5px;
}
@media (max-width: 767px) {
  .lSAction a.lSNext {
    right: 0;
  }
}
.lSAction a.lSPrev:before {
  font-family: "FontAwesome";
  content: "\f104";
  display: block;
  font-size: 1.563rem;
}
@media (max-width: 767px) {
  .lSAction a.lSPrev:before {
    padding: 20px 0;
  }
}
.lSAction a.lSNext:before {
  font-family: "FontAwesome";
  content: "\f105";
  display: block;
  font-size: 1.563rem;
}
@media (max-width: 767px) {
  .lSAction a.lSNext:before {
    padding: 20px 0;
  }
}
.lSAction a {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  color: #373737;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
}
@media (max-width: 767px) {
  .lSAction a {
    width: 22px !important;
    top: 34% !important;
    height: 70px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    border: 1px solid #CACACA !important;
    border-radius: 4px;
  }
}

.font-size-reduce-wrap .pp-textfield-floating-label label,
.font-size-reduce-wrap .carousel.online-order-slider-wrapper .slide {
  font-size: 90%;
}

.font-size-reduce-wrap .btn,
.font-size-reduce-wrap .btn.btn-primary,
.font-size-reduce-wrap .btn.btn-darkgrey {
  font-size: 13px !important;
}

.btn:focus {
  box-shadow: none !important;
  outline: 0;
}

.breadcrum-back-btn .fa,
.fa-font-awesome-4 {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.ng-dropdown-wrap .dropdown-toggle::after {
  border-width: 4px 4px 0 4px;
  border-color: #646464 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: relative;
  top: 2px;
  left: 3px;
}

.biller-tootlip[data-tooltip]::before {
  min-width: 185px !important;
  text-align: left;
}

#kot_list .biller-tootlip[data-tooltip]::before {
  min-width: 106px !important;
  text-align: left;
}

.no-data-blank-state .no-rcord-found-text {
  color: #373737;
}

@media (min-width: 767px) {
  .ps-btn.form-inner-btn.gst-submit {
    flex: 1 0 auto;
  }
}

.checkbox-last-child {
  margin-top: 13px;
  margin-bottom: 0px;
}

#payment-bar {
  height: 200px;
}

#expenses-bar {
  height: 150px;
}

.horiZontalSwiper {
  background-color: #ffffff;
  display: block;
  width: 100%;
}
.horiZontalSwiper .swiper-wrapper.ps-nav {
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 0;
}
.horiZontalSwiper .swiper-wrapper .swiper-slide {
  width: auto;
  height: 65px;
  padding: 8px 16px;
  min-width: 90px;
}
.horiZontalSwiper .swiper-wrapper .swiper-slide .slide,
.horiZontalSwiper .swiper-wrapper .swiper-slide .virtual-outlet-name {
  max-width: 230px;
  white-space: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .horiZontalSwiper .swiper-wrapper .swiper-slide .slide,
  .horiZontalSwiper .swiper-wrapper .swiper-slide .virtual-outlet-name {
    font-size: 0.75rem;
  }
}
.horiZontalSwiper .swiper-button-next,
.horiZontalSwiper .swiper-button-prev {
  right: 0;
  height: 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.horiZontalSwiper .swiper-button-next::after,
.horiZontalSwiper .swiper-button-prev::after {
  content: none;
}
.horiZontalSwiper .swiper-button-next {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/chevron-right.svg);
}
.horiZontalSwiper .swiper-button-prev {
  left: 0;
  right: inherit;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/chevron-left.svg);
}
.horiZontalSwiper.only-text .swiper-wrapper .swiper-slide {
  height: 50px;
}
.horiZontalSwiper.only-text .swiper-wrapper .swiper-slide .nav-link {
  padding: 0;
}

.inner-pages-design-wrap .table-secondary-header {
  margin: 0;
}

.billing-inner-pages-design-wrap .table-secondary-header {
  margin: 20px 0 20px 0;
}

.table-secondary-header {
  margin: 20px 0 20px 0;
}
.table-secondary-header .detail-page-tabing .ng-tab-wrap .nav li a {
  padding: 16px 25px;
  border: 0;
  font-size: 0.875rem;
}
@media (max-width: 1680px) {
  .table-secondary-header .detail-page-tabing .ng-tab-wrap .nav li a {
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  .table-secondary-header .detail-page-tabing .ng-tab-wrap .nav li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .table-secondary-header .detail-page-tabing .ng-tab-wrap .nav li a {
    padding: 15px 12px;
  }
}

.detailed-table .table-responsive {
  min-height: 300px;
}
.detailed-table .table-responsive table {
  margin-bottom: 0;
}

footer.footer a {
  padding: 0 5px;
  color: #646464;
  font-weight: 500;
}

@media (max-width: 1680px) {
  .footer-container {
    margin-left: 15px;
  }
}

#menu_scrollspy .nav-item.cate_rank.row {
  margin: 0;
}
#menu_scrollspy .nav-item.cate_rank.row:hover {
  background-color: #F8F8F8;
}
#menu_scrollspy .nav-item.cate_rank.row:has(.nav-link.active) {
  background-color: #EEF5FF;
}

.table thead tr th,
.table tbody tr th,
.table tfoot tr th {
  font-weight: 500;
  font-size: 0.813rem;
}

.table-responsive .table-divided tr th,
.table-responsive .table-divided tr td {
  border: none !important;
  font-size: 0.938rem;
}
@media (max-width: 1601px) {
  .table-responsive .table-divided tr th,
  .table-responsive .table-divided tr td {
    font-size: 0.75rem !important;
  }
}
.table-responsive .table-divided > thead:first-child > tr > th:first-child {
  padding: 8px 8px 8px 16px;
}
.table-responsive .table-divided > tbody > tr > td:first-child {
  padding: 8px 8px 8px 16px;
}

.inner-page-two .chart-card .card-title {
  background-color: #FFFFFF;
  margin-bottom: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #cacaca;
  border-radius: 3px;
}

.table-divided tr {
  border-radius: 0.75rem;
}
.table-divided tr th {
  background-color: #EDEDED;
  font-weight: 600;
}
.table-divided thead tr {
  border-top: 1px solid #979797;
}
.table-divided > tbody:first-child tr th:first-child,
.table-divided > tbody:first-child tr td:first-child,
.table-divided > thead:first-child tr th:first-child,
.table-divided > thead:first-child tr td:first-child {
  text-align: left;
}
.table-divided .material-icons {
  font-size: 0.875rem;
  padding: 6px;
}

.detailed-table table thead tr th {
  font-size: 0.875rem;
  color: #000000;
  opacity: 1;
  font-family: inherit;
  line-height: 1.5;
  padding: 15px 5px;
  border-bottom: 1px solid #EDEDED;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  border-top: none !important;
}
@media (max-width: 1366px) {
  .detailed-table table thead tr th {
    line-height: 1.4;
    padding: 14px 4px;
    font-size: 0.75rem;
  }
}
.detailed-table .daterangepicker table thead tr th {
  padding: 0;
  font-weight: 700;
  color: #373737;
}
.detailed-table .daterangepicker .btn-default {
  color: #373737;
  background-color: #EDEDED;
}

#customer-pie {
  height: 150px;
}

#customer-bar {
  height: 150px;
}

.borderbottom-1 {
  border-bottom: 1px solid #cacaca;
}

.add-title {
  color: #373737;
  font-size: 1.125rem;
  margin: 0;
  padding: 16px;
  background: #FFFFFF;
  border-bottom: 1px solid #b2b2b2;
}

.card-title {
  border-bottom: 1px solid #cacaca;
  font-size: 0.875rem;
  font-weight: 500;
}

footer.footer a {
  padding: 0 5px;
  color: #646464;
}

.borderbottom-1 {
  border-bottom: 1px solid #cacaca;
}

.add-title {
  border-radius: 5px 5px 0 0;
  padding: 12px 10px 12px 10px;
}
@media (max-width: 1440px) {
  .add-title {
    font-size: 1.063rem;
  }
}
@media (max-width: 1366px) {
  .add-title {
    font-size: 0.875rem;
  }
}

@media (max-width: 1366px) {
  #sms_campaign_form .add-title {
    padding: 9px 10px;
    font-size: 0.875rem;
  }
}

footer.footer a {
  padding: 0 5px;
  color: #646464;
  font-weight: 500;
}

@media (max-width: 1680px) {
  .footer-container {
    margin-left: 15px;
  }
}

.font-12 {
  font-size: 0.75rem;
}

.pl-20 {
  padding-left: 20px !important;
}

.help-block {
  font-size: 0.75rem;
  color: #4F7D97;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  .help-block {
    font-size: 0.688rem;
  }
}

.template-btns .help-block {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.dropdown-item {
  padding: 0.25rem 0.5rem;
}

.dropdown-menu .dropdown-item a {
  display: block;
  cursor: pointer;
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .dropdown-menu .dropdown-item a {
    font-size: 0.75rem;
  }
}

.inner-pages-design-wrap .dropdown-menu.show {
  border: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
  border-radius: 7px;
  top: 5px !important;
}
.inner-pages-design-wrap .dropdown-menu .dropdown-item a {
  padding: 0px 5px;
  font-size: 0.813rem;
  color: #373737;
}

.navbar .dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #f8f8f8;
  color: #646464;
}

.menuitem_scrollspy_nav {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  position: sticky;
  top: 0.25rem;
  overflow-y: auto;
  margin-bottom: 0.1rem;
}
.menuitem_scrollspy_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-category-card .item-title {
  color: #373737;
  font-size: 0.875rem;
  word-wrap: break-word;
  white-space: wrap;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #menu-category-card .item-title {
    font-size: 0.813rem;
    margin-bottom: 10px !important;
  }
}

#addon_list .addon_item_status_section {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  #addon_list .addon_item_status_section.col-12 {
    justify-content: flex-start !important;
    padding-left: 0;
  }
}
#addon_list .addon_item_status_section .item-on-status {
  display: flex;
  align-items: center;
}

.new-menu-s {
  top: 20px !important;
}

.item-on-status span {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  position: relative;
}

.item-on-status {
  position: relative;
  vertical-align: inherit;
}
.item-on-status .status-danger {
  background: #eb3454;
}
.item-on-status .status-warning {
  background: #ffd123;
}
.item-on-status .status-success {
  background: #5ea61f;
}
.item-on-status .status-unavailable {
  background: #cacaca;
}

.menu-category-title-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
  padding: 10px 12px;
}
.menu-category-title-div .item-on-status {
  font-size: 0.813rem;
}
@media (max-width: 576px) {
  .menu-category-title-div {
    flex-direction: column;
    align-items: flex-start !important;
  }
}

.no-data-blank-state h4 {
  color: #979797;
  font-size: 0.875rem;
  font-weight: normal;
  padding-top: 8px;
}
@media (max-width: 1366px) {
  .no-data-blank-state h4 {
    font-size: 0.75rem;
  }
}

.no-rcord-found-text {
  color: #373737;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
}

.font-size-reduce-wrap .ng-btn-lg {
  height: 55px;
  padding: 17px 30px;
  font-size: 0.813rem !important;
  font-weight: 500;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 910px) {
  .font-size-reduce-wrap .ng-btn-lg {
    height: 45px;
    padding: 12px 15px;
  }
}

@media (max-width: 910px) {
  .top-header-title-row-card .step {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.step, .step .btn {
  background-color: #fff !important;
  position: relative;
  font-weight: 500;
}

.step:before {
  content: "";
  width: 60px;
  height: 25px;
  border-radius: 0.25rem;
  background-color: #dcebfe;
  display: block;
  position: absolute;
  left: 20px;
  text-align: center;
  z-index: 1;
  top: -19px;
  padding: 2px 0;
  font-size: 13px;
  border: 1px solid #f8f0f0;
}
@media (max-width: 910px) {
  .step:before {
    letter-spacing: 0.5px;
    width: 48px;
    font-size: 11px;
    top: -14px;
    height: 21px;
  }
}

.step-one:before {
  content: "STEP 1";
}

.step-two:before {
  content: "STEP 2";
}

.step-three:before {
  content: "STEP 3";
}

.ng-btn-secondary {
  background-color: #F2F2F2;
  color: #373737;
}

.top-header-btn .dropdown .addchannel-drop {
  left: 5px !important;
  border: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
}

.selction-div {
  border-bottom: 1px solid #e5eae5;
}

.arrow-right-span {
  padding-left: 4px;
}

.customer-dashboard-wrap .order-1.text-truncate {
  max-width: 77%;
}

.refres-info-icon {
  line-height: 1;
  display: inline-block;
}
.refres-info-icon .fa {
  position: relative;
  top: 2px;
}

.crm-card-dropdown .ng-btn {
  min-width: 25px;
  border-radius: 25px;
  padding: 0;
  height: 25px;
}

.crm-card-dropdown .ng-btn:hover,
.crm-card-dropdown .ng-btn:active,
.selction-div:hover,
.selction-div:active,
.crm-card-dropdown.show .ng-btn {
  background-color: #F2F2F2;
}

.selction-div {
  border-bottom: 1px solid #e5eae5;
}

@media (max-width: 1680px) {
  .ng-title-heading-1 {
    font-size: 1.813rem;
  }
}
@media (max-width: 1366px) {
  .ng-title-heading-1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ng-title-heading-1 {
    font-size: 1.375rem;
  }
}

.ng-btn-transparent {
  background-color: transparent;
  color: #373737;
}

.customer-dashboard-wrap .card-footer .order-1::after,
.customer-dashboard-wrap .card-footer .order-2::after {
  content: "|";
  position: relative;
  left: 30px;
  color: #cacaca;
}
@media (max-width: 1680px) {
  .customer-dashboard-wrap .card-footer .order-1::after,
  .customer-dashboard-wrap .card-footer .order-2::after {
    left: 6px;
  }
}
@media (max-width: 1366px) {
  .customer-dashboard-wrap .card-footer .order-1::after,
  .customer-dashboard-wrap .card-footer .order-2::after {
    left: 0;
  }
}

.blank-add-segment-card {
  padding-top: 10px;
  padding-bottom: 20px;
  border: 1px dashed #589DFE;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.blank-add-segment-card .plus-icon {
  display: inline-block;
  margin: 15px auto;
  background: #DDEBFE;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 400;
  font-family: emoji;
  color: #373737;
  padding: 7px 21px;
  text-align: center;
}

.segment-form .segment-right-input-section {
  background-color: #F7FAFF;
  border-radius: 7px;
  padding: 15px 10px;
}
.segment-form .remove-btn {
  width: 35px;
  height: 35px;
  background-color: #DDEBFE;
  border-radius: 50% !important;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/close-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .segment-form .remove-btn {
    right: -25px;
  }
}

.segment-form .btn.and-btn:before,
.segment-form .btn.and-btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #CACACA;
  position: absolute;
  left: 50%;
  top: -1px;
}

.crm-card-dropdown .ng-btn::after {
  display: none;
}

footer.footer a {
  padding: 0 5px;
  color: #646464;
  font-weight: 500;
}

@media (max-width: 1680px) {
  .footer-container {
    margin-left: 15px;
  }
}

.pp-textfield-floating-label {
  position: relative;
}

.checkbox-container {
  position: relative;
  padding: 0 15px 0 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  top: 2px;
  height: 17px;
  width: 17px;
  border: 1px solid #000000;
  border-radius: 3px;
}
@media (max-width: 1366px) {
  .checkbox-container .checkmark {
    height: 15px;
    width: 15px;
  }
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 7px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1366px) {
  .checkbox-container .checkmark:after {
    left: 3px;
    width: 5px;
    height: 9px;
  }
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked .checkmark {
  background-color: #ffffff;
  border-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.checkbox-container input:checked .checkmark::after {
  display: block;
}

.popup-header {
  font-size: 1.5rem;
  color: #FFFFFF;
  padding: 20px 20px;
  text-align: left;
  border-radius: 5px 5px 0 0;
}

.new-fancybox-wrapper.fancy_right_side_open {
  min-width: 48% !important;
  height: 100%;
  border-radius: 0;
  background-color: #FFFFFF;
  max-width: 70% !important;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1607843137);
  overflow-y: hidden;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1366px) {
  .new-fancybox-wrapper.fancy_right_side_open {
    min-width: 50% !important;
  }
}
@media (max-width: 767px) {
  .new-fancybox-wrapper.fancy_right_side_open {
    min-width: 85% !important;
    max-width: 85% !important;
  }
}
.new-fancybox-wrapper.fancy_right_side_open .fanycbox-content-new {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body {
  max-height: 100%;
  overflow: auto;
  flex: 1 1 auto;
  background: #FFFFFF;
}
.new-fancybox-wrapper .popup-header {
  font-size: 1.125rem;
}
@media (max-width: 1366px) {
  .new-fancybox-wrapper .popup-header {
    font-size: 0.875rem;
  }
}
.new-fancybox-wrapper.popup-bg .popup-header {
  background: #FFFFFF;
  background-color: #FFFFFF !important;
  border-bottom: 1px solid #ededed;
}
.new-fancybox-wrapper.fancy_right_side_open .popup-header {
  border-radius: 0;
}
.new-fancybox-wrapper.popup-bg.fancy-sm .popup-header {
  width: 100%;
}
.new-fancybox-wrapper .new-fancybox-body {
  background: #ffffff;
  max-height: 600px;
  overflow-y: auto;
  padding: 20px;
}

.popup-footer {
  background: #FFFFFF;
  padding: 10px 15px;
  clear: both;
  color: #979797;
  font-size: 0.875rem;
  border-top: 1px solid #ededed;
}

.fancybox-content.new-fancybox-wrapper {
  padding: 0;
  background: none;
}

.common_inner_loader {
  position: relative;
  min-height: 200px;
}

.fancy-sm {
  width: 500px !important;
}
@media (max-width: 767px) {
  .fancy-sm {
    max-width: 100%;
  }
}

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

.table-responsive {
  overflow-x: hidden;
}
@media (max-width: 1100px) {
  .table-responsive {
    overflow-x: auto;
  }
}

.ng-btn.lock-btn {
  color: #C52031;
  padding: 8px 15px;
  font-size: 0.875rem !important;
  font-weight: 500;
  line-height: 1.3125rem;
  border-radius: 0.375rem !important;
  background: #FFECEE;
}

@media (max-width: 767px) {
  .pl-sm-12 {
    padding-left: 12px;
  }
}

@media (max-width: 910px) {
  .last-view-camp-btn {
    clear: both !important;
    float: none;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.ng-btn-outline-secondary {
  border: 1px solid #979797 !important;
  color: #373737;
}

.segment-form .and-btn {
  color: #373737;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  left: -6px;
}

.segment-form .btn.and-btn:before,
.segment-form .btn.and-btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #CACACA;
  position: absolute;
  left: 50%;
  top: -1px;
}

.segment-form .btn.and-btn::after {
  background-color: #cacaca;
  bottom: -1px;
  top: unset;
}

.segment-form .footer-section {
  background-color: #F8F8F8;
  margin: 0 -20px;
  padding: 15px 0 10px;
  color: #373737;
  margin: 15px -20px 0;
}
.segment-form .footer-section .criteria-text {
  font-size: 15px;
  font-weight: 500;
  color: #373737;
}
@media (max-width: 767px) {
  .segment-form .footer-section .criteria-text {
    font-size: 13px;
  }
}
.segment-form .footer-section p {
  margin-bottom: 5px;
}

.segment-card .criteria-text-name:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #373737;
  border-radius: 10px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .segment-card .criteria-text-name:before {
    margin-right: 5px;
  }
}

.pp-textfield-floating-label {
  position: relative;
}

.checkbox-container {
  position: relative;
  padding: 0 15px 0 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 0.875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  top: 2px;
  height: 17px;
  width: 17px;
  border: 1px solid #000000;
  border-radius: 3px;
}
@media (max-width: 1366px) {
  .checkbox-container .checkmark {
    height: 15px;
    width: 15px;
  }
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 7px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1366px) {
  .checkbox-container .checkmark:after {
    width: 5px;
    height: 9px;
  }
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked + .checkmark {
  background-color: #000000;
  border-color: #000000;
  transition: all 0.2s ease-in-out;
}
.checkbox-container input:checked + .checkmark::after {
  display: block;
}

@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul .fancybox-button.fancybox-close-small.d-none.ps-custom-pos {
    background: none;
    top: 7px;
  }
}

.content-loader-list {
  padding: 0.75rem;
  border-bottom: 1px solid #E5E7EB;
  background-color: #ffffff;
}
.content-loader-list.nav-tabs {
  margin-bottom: 0;
  gap: 0.75rem;
}
.content-loader-list.nav-tabs .wave-pre-loading {
  height: 36px;
  margin: 0;
}

.circle-wrapper {
  padding-right: 2rem;
  padding-bottom: 8px;
}

.circle-wrapper span {
  display: inline-block;
  padding: 2px 4px;
  font-weight: 500;
  font-family: inherit;
  color: #818181;
  font-size: 12px;
}

.circle-wrapper span::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.po-circle:before {
  border-color: #e15c6a !important;
}

.shift-circle:before {
  border-color: #78b0fe !important;
}

.sales-circle:before {
  border-color: #9ee164 !important;
}

html {
  overflow: hidden !important;
}

.ps-running-table {
  border-radius: 10px 10px 0 0;
}
.ps-running-table .ng-tab-wrap.ps-nav-wrapper {
  border-radius: 10px 10px 0 0;
}
.ps-running-table .ng-tab-wrap.ps-nav-wrapper .nav-tabs.ps-nav {
  border-radius: 10px 10px 0 0;
}

.ps-running-table-body .ps-rt-total {
  background-color: #F8F8F8;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.ps-running-table-body .ps-rt-total p {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
}
.ps-running-table-body .ps-rt-total h3 {
  font-size: 1.29rem;
  font-weight: 600;
}
.ps-running-table-body .ps-rt-total .ps-rt-line {
  width: 1px;
  height: 40px;
  background-color: #D2D6DB;
}
.ps-running-table-body .ps-rt-card .card {
  border-radius: 10px;
  border-color: #D2D6DB;
}
.ps-running-table-body .ps-rt-card .card .mins-div {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
}
.ps-running-table-body .ps-rt-card .card .card-body p {
  margin: 0;
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
}
.ps-running-table-body .ps-rt-card .card .card-body h5 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.ps-running-table-body .ps-rt-card .card .card-body .ps-rt-bd-bottom {
  border-bottom: 1px solid #D2D6DB;
}
.ps-running-table-body .ps-rt-card .card .card-footer.ps-rt-footer {
  background-color: #ECFDF3;
}
.ps-running-table-body .ps-rt-card .card .card-footer.ps-rt-footer .ps-rt-amount {
  margin: 0;
  color: #039855;
  font-size: 1.125rem;
  font-weight: 600;
}
.ps-running-table-body .ps-rt-card .card .card-footer.ps-rt-footer .running-table-detail {
  cursor: pointer;
}
.ps-running-table-body .ps-rt-card .card .card-footer.ps-rt-footer h5 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
}

.select2-new-arrow {
  position: relative;
}
.select2-new-arrow::after {
  display: inline-block;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 5;
  font-size: 18px;
  color: #646464;
  font-weight: 400;
}

.ps-table.table-bordered td {
  border: 1px solid #D2D6DB;
  text-align: center !important;
}
.ps-table.table-bordered th {
  border: 1px solid #D2D6DB;
  text-align: center !important;
}

.detailed-table .table.ps-table.table-bordered thead tr {
  border-top: 1px solid #D2D6DB;
}
.detailed-table .table.ps-table.table-bordered thead tr th {
  border-bottom: 1px solid #D2D6DB;
}

.raw-heading thead tr {
  background-color: #979797;
}
.raw-heading thead tr th {
  color: #ffffff !important;
}

.hidden,
.hide {
  display: none !important;
}

@media (max-width: 767px) {
  .mob-serch-body {
    display: none;
    padding-top: 0;
  }
}

.form-control:focus {
  border-color: #D2D6DB;
}

.clearfix::after, .clearfix::before {
  content: "";
  display: table;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #646464;
}
a:hover {
  color: #646464;
  text-decoration: none;
}

.search-bar-body {
  padding: 0 !important;
}

.ps-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.ps-full-width {
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 10px;
}

.ps-full-width-container {
  padding: 15px;
}
@media (max-width: 991px) {
  .ps-full-width-container {
    padding: 10px;
  }
}

.ad-pos .ps-full-width-container {
  padding-right: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.font-18 {
  font-size: 1.125rem !important;
}

/* Margin & Padding Compatibility */
.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-12 {
  margin-top: 0.75rem !important;
}

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

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

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

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

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

.float-right {
  float: right !important;
}

/* Text Alignment */
.text-left {
  text-align: start !important;
}

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

/* Badge */
.badge-pill {
  border-radius: 10rem;
  padding-right: 0.6em;
  padding-left: 0.6em;
}

/* Input Group Compatibility */
.input-group-prepend,
.input-group-append {
  display: flex;
}

.cake-sql-log {
  display: none;
}

.card {
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

.ps-typography .ps-line {
  color: #6C737F;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid #D2D6DB;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-typography .ps-line p {
  margin-bottom: 0;
}

.ps-text-black {
  color: #000000;
}

.ps-text-primary {
  color: #1770EE;
}

.ps-text-grey {
  color: #646464;
}

.ps-text-lightgrey {
  color: #979797;
}

.ps-text-success {
  color: #027A48;
}

.ps-text-warning {
  color: #DC9203;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.ps-text-lg {
  font-size: 1.125rem;
}

.ps-text-md {
  font-size: 1rem;
}
@media (max-width: 1680px) {
  .ps-text-md {
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .ps-text-md {
    font-size: 0.813rem;
  }
}

.ps-text-sm {
  font-size: 0.875rem;
}
@media (max-width: 1680px) {
  .ps-text-sm {
    font-size: 0.813rem;
  }
}

.ps-text-xsm {
  font-size: 0.75rem;
}

.heading-sm-1 {
  font-weight: 400;
  color: #000000;
}

.heading-sm-2 {
  font-weight: 500;
  color: #000000;
}

.heading-sm-3 {
  font-weight: 600;
  color: #000000;
}

.heading-sm-4 {
  font-weight: 700;
  color: #000000;
}

.gap-x-5 {
  row-gap: 5px;
}

.pl-20 {
  padding-left: 20px !important;
}

.font-12 {
  font-size: 0.75rem;
}

.add-title {
  padding: 12px 10px 12px 10px;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1366px) {
  .add-title {
    padding: 9px 10px;
  }
}

.paragraph-lg-1 {
  font-weight: 400;
  color: #000000;
  font-size: 1.125rem !important;
}
@media (max-width: 1680px) {
  .paragraph-lg-1 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-lg-1 {
    font-size: 0.875rem !important;
  }
}

.paragraph-lg-2 {
  font-weight: 500;
  color: #000000;
  font-size: 1.125rem !important;
}
@media (max-width: 1680px) {
  .paragraph-lg-2 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-lg-2 {
    font-size: 0.875rem !important;
  }
}

.paragraph-lg-3 {
  font-weight: 600;
  color: #000000;
  font-size: 1.125rem !important;
}
@media (max-width: 1680px) {
  .paragraph-lg-3 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-lg-3 {
    font-size: 0.875rem !important;
  }
}

.paragraph-lg-4 {
  font-weight: 700;
  color: #000000;
  font-size: 1.125rem !important;
}
@media (max-width: 1680px) {
  .paragraph-lg-4 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-lg-4 {
    font-size: 0.875rem !important;
  }
}

.paragraph-md-1 {
  font-weight: 400;
  color: #000000;
  font-size: 1rem !important;
}
@media (max-width: 1680px) {
  .paragraph-md-1 {
    font-size: 0.875rem !important;
    line-height: 18px;
  }
}
@media (max-width: 1400px) {
  .paragraph-md-1 {
    font-size: 0.813rem !important;
    line-height: 18px;
  }
}

/*use most in dashboard , invenotry ,menu , onlines, orders,users */
.paragraph-md-2 {
  font-weight: 500;
  color: #000000;
  font-size: 1rem !important;
}
@media (max-width: 1680px) {
  .paragraph-md-2 {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-md-2 {
    font-size: 0.813rem !important;
  }
}

/*use most in dashboard , invenotry ,menu , onlines, orders,users */
.paragraph-md-3 {
  font-weight: 600;
  color: #000000;
  font-size: 1rem !important;
}
@media (max-width: 1680px) {
  .paragraph-md-3 {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-md-3 {
    font-size: 0.813rem !important;
  }
}

.paragraph-md-4 {
  font-weight: 700;
  color: #000000;
  font-size: 1rem !important;
}
@media (max-width: 1680px) {
  .paragraph-md-4 {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-md-4 {
    font-size: 0.813rem !important;
  }
}

.paragraph-sm-1 {
  font-weight: 400;
  color: #000000;
  font-size: 0.875rem !important;
}
@media (max-width: 1680px) {
  .paragraph-sm-1 {
    font-size: 0.75rem !important;
  }
}

/*user most in dashboard , elements, inventorise, inventory dashboard, market, menus, users */
.paragraph-sm-2 {
  font-weight: 500;
  color: #000000;
  font-size: 0.875rem !important;
}
@media (max-width: 1680px) {
  .paragraph-sm-2 {
    font-size: 0.75rem !important;
  }
}

.paragraph-sm-3 {
  font-weight: 600;
  color: #000000;
  font-size: 0.875rem !important;
}
@media (max-width: 1680px) {
  .paragraph-sm-3 {
    font-size: 0.75rem !important;
  }
}

.paragraph-sm-4 {
  font-weight: 700;
  color: #000000;
  font-size: 0.875rem !important;
}
@media (max-width: 1680px) {
  .paragraph-sm-4 {
    font-size: 0.75rem !important;
  }
}

.paragraph-xsm-1 {
  font-weight: 400;
  color: #000000;
  font-size: 0.75rem !important;
}
@media (max-width: 1680px) {
  .paragraph-xsm-1 {
    font-size: 0.688rem !important;
  }
}

.paragraph-xsm-2 {
  font-weight: 500;
  color: #000000;
  font-size: 0.75rem !important;
}
@media (max-width: 1680px) {
  .paragraph-xsm-2 {
    font-size: 0.688rem !important;
  }
}

.paragraph-xsm-3 {
  font-weight: 600;
  color: #000000;
  font-size: 0.75rem !important;
}
@media (max-width: 1680px) {
  .paragraph-xsm-3 {
    font-size: 0.688rem !important;
  }
}

.paragraph-xsm-4 {
  font-weight: 700;
  color: #000000;
  font-size: 0.75rem !important;
}
@media (max-width: 1680px) {
  .paragraph-xsm-4 {
    font-size: 0.688rem !important;
  }
}

/*===== new shadow css start =========*/
.ng-shadow-sm {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
}

.ng-shadow-md {
  box-shadow: 0 0.125rem 0.25rem rgba(60, 72, 88, 0.15);
}

.ng-shadow-lg {
  box-shadow: 0px 1px 20px 0px rgba(60, 72, 88, 0.2) !important;
}

/*===== new shadow css end =========*/
/*=== typography start ===*/
.ng-title-heading-1 {
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
}

.ng-title-heading-2 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
}

.ng-title-heading-3 {
  font-size: 1.29rem;
  color: #000000;
  font-weight: 500;
  line-height: normal !important;
}
@media (max-width: 1680px) {
  .ng-title-heading-3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1367px) {
  .ng-title-heading-3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .ng-title-heading-3 {
    font-size: 0.875rem;
  }
}

.text-underline {
  text-decoration: underline !important;
}

.free-sample-wrapper .sample-flex-grow {
  flex: 1;
}

.ng-title-heading-4 {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
  line-height: normal;
}

.ng-title {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .ng-title {
    font-size: 0.938rem;
  }
}
@media (max-width: 1366px) {
  .ng-title {
    font-size: 0.875rem;
  }
}

.ng-title-2 {
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 1680px) {
  .ng-title-2 {
    font-size: 12px;
  }
}

.free-sample-wrapper .ng-title-2 {
  line-height: 1.2;
}
.free-sample-wrapper .request-line {
  margin-right: 4rem !important;
}
@media (max-width: 1550px) {
  .free-sample-wrapper .request-line {
    margin-right: 2.8rem !important;
  }
}
@media (max-width: 1440px) {
  .free-sample-wrapper .request-line {
    margin-right: 3rem !important;
  }
}
@media (max-width: 1366px) {
  .free-sample-wrapper .request-line {
    margin-right: 2rem !important;
  }
}
.free-sample-wrapper .request-line::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  background: rgba(100, 100, 100, 0.1294117647);
  left: 70px;
}
@media (max-width: 1366px) {
  .free-sample-wrapper .request-line::after {
    width: 45%;
  }
}

.ng-bg-grey-1 {
  background-color: #F7F7F8 !important;
}

.ng-bg-blue-1 {
  background-color: rgba(19, 119, 218, 0.1019607843);
}

.ng-title-3 {
  font-size: 0.75rem;
  color: #000000;
}

.ng-title-4 {
  font-size: 0.625rem;
  color: #000000;
}

.ng-title-header {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
}

.ng-title-label {
  font-size: 0.875rem;
  color: #000000;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.ng-text-clr-1 {
  color: #000000 !important;
}

.ng-text-clr-2 {
  color: #646464 !important;
}

.ng-text-clr-3 {
  color: #979797 !important;
}

.ng-text-clr-4 {
  color: #4F7D97 !important;
}

.ng-text-clr-5 {
  color: #1770EE !important;
}

.ng-text-clr-6 {
  color: #689ce7 !important;
}

.ng-text-clr-7 {
  color: #0095E8 !important;
}

.ng-text-clr-8 {
  color: #1377DA !important;
}

.ng-2-lines-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-height-1-3 {
  line-height: 1.3;
}

.line-height-1-4 {
  line-height: 1.4;
}

.line-height-1-5 {
  line-height: 1.5;
}

/*=== typography end ===*/
.ng-rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

.ng-rounded-top-rl {
  border-radius: 10px 10px 0 0 !important;
}

.ng-rounded-btm-rl {
  border-radius: 0 0 10px 10px !important;
}

.ng-rounded-top-rl {
  border-radius: 10px 10px 0 0 !important;
}

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

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

.button-flex {
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gap-5 {
  row-gap: 5px !important;
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.gap-x-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-y-5 {
  row-gap: 5px;
}

.gap-10 {
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-15 {
  row-gap: 15px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.gap-20 {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

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

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

.border-radius-10 {
  border-radius: 10px !important;
}

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

.ng-title-1 {
  font-size: 0.938rem;
}
@media (max-width: 1680px) {
  .ng-title-1 {
    font-size: 0.813rem;
  }
}

.ng-text-clr-1 {
  color: #000000 !important;
}

.ng-title-heading-2 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .ng-title-heading-2 {
    font-size: 1.29rem;
  }
}
@media (max-width: 1367px) {
  .ng-title-heading-2 {
    font-size: 1.125rem;
  }
}

.ng-title-3 {
  font-size: 0.75rem;
  color: #000000;
}
@media (max-width: 1680px) {
  .ng-title-3 {
    font-size: 0.688rem;
  }
}

.red {
  color: #1770EE;
}

.form-control {
  color: #000000;
}
.form-control:focus {
  border-color: #D2D6DB;
  outline: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.inner-pages-design-wrap .dropdown-menu .dropdown-item a {
  padding: 0;
}

.list-group {
  flex-direction: row;
}
.list-group .list-group-item {
  border: none;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-action-legend {
  padding-top: 0;
  margin-bottom: 0;
  gap: 10px;
  margin-top: 10px;
}
.table-action-legend li {
  padding: 0;
}
.table-action-legend li span {
  margin-left: 5px;
  font-size: 0.75rem;
  vertical-align: middle;
  color: #4F7D97;
}
@media (max-width: 1366px) {
  .table-action-legend li span {
    font-size: 0.688rem;
  }
}

.ps-bg-grey-1 {
  background-color: #F2F2F2 !important;
}

.ps-bg-pink-1 {
  background-color: #fff5f6 !important;
}

.filter-summary-filter {
  position: relative;
  background-color: #FFECEE;
  text-transform: capitalize;
  color: #1770EE;
  cursor: default;
  font-size: 0.875rem;
  padding: 7px 26px 7px 10px;
  transition: all 0.2s ease-out;
  border-radius: 20px;
  margin: 0 2px;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  line-height: 1;
  border: 0;
}
@media (max-width: 1367px) {
  .filter-summary-filter {
    font-size: 0.813rem;
  }
}

.filter-summary-removeFilter {
  z-index: 1;
  text-align: center;
  cursor: pointer;
  margin: 0 0 0 0;
  top: auto;
  right: auto;
  position: relative;
  height: auto;
  width: auto;
}

.filter-summary-removeIcon {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/delete_red_2.png);
  width: 12px;
  height: 9px;
  display: inline-block;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center center;
}

#authority_user-error {
  position: absolute;
  bottom: -1.5rem;
  left: 8.5rem;
}

.ps-form-group.inv-flow-select2 input {
  box-shadow: none;
}

.min-width-auto {
  min-width: auto !important;
}

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

.page-head {
  background-color: #ffffff;
  border-bottom: 1px solid #E5E7EB;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-bottom: 0;
  padding: 8px 8px 7px 8px !important;
}
.page-head.no-background::before {
  background-image: none;
}
.page-head .page-sub-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.page-head .page-sub-header .gap-5 {
  row-gap: 8px;
  -moz-column-gap: 5px;
  column-gap: 8px;
}
.page-head .ps-btn {
  min-width: auto;
}
.page-head .back-btn {
  float: right;
  margin: 0;
  color: #000000;
}
.page-head .back-btn.mob-menu-back-btn, .page-head .back-btn.mob-back-btn {
  display: none !important;
}
@media (max-width: 767px) {
  .page-head .back-btn.mob-menu-back-btn, .page-head .back-btn.mob-back-btn {
    display: block !important;
    font-size: 0 !important;
  }
}
@media (max-width: 767px) {
  .page-head .back-btn.mob-menu-back-btn .fas.fa-long-arrow-alt-left::before, .page-head .back-btn.mob-back-btn .fas.fa-long-arrow-alt-left::before {
    content: "";
    background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/mob-back-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -0.5px;
  }
}
.page-head .header-back {
  float: right;
}
@media (max-width: 767px) {
  .page-head .header-back {
    display: none !important;
  }
}
.page-head .header-back .fa {
  margin-right: 4px;
}
.page-head .header-back .fa.fa-angle-left {
  font: normal normal normal 14px/1 FontAwesome;
}
.page-head .page-head-title {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 1rem;
}
@media (max-width: 1600px) {
  .page-head .page-head-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1400px) {
  .page-head .page-head-title {
    margin-top: 0;
  }
}

.report-searched-page.due_payment_recievied .card {
  border-radius: 10px;
  border: 0;
}
.report-searched-page .detailed-table .table thead tr th {
  border-left: 0;
  border-right: 0;
}

#side-cat-wrap .menu-icon-top {
  top: 1px !important;
}

.widget-text {
  margin-top: 15px;
  font-size: 12px;
  position: relative;
  min-height: 30px;
}
@media (max-width: 1600px) {
  .widget-text {
    min-height: 27px;
  }
}
@media (max-width: 1440px) {
  .widget-text {
    min-height: 37px;
  }
}
@media (max-width: 1400px) {
  .widget-text {
    font-size: 11px;
    min-height: 36px;
  }
}
@media (max-width: 1367px) {
  .widget-text {
    min-height: 35px;
  }
}
@media (max-width: 991px) {
  .widget-text {
    min-height: 18px;
  }
}
@media (max-width: 380px) {
  .widget-text {
    min-height: 50px;
  }
}

.border-box-select-all {
  min-height: 40px;
  height: auto !important;
}

.search-me-new i {
  top: 2px;
}

.menu-filter-scroll {
  display: block;
  position: relative;
}
.menu-filter-scroll .item-on-off-flex {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .menu-filter-scroll .item-on-off-flex {
    flex-direction: column;
    gap: 0;
  }
}
.menu-filter-scroll .item-on-off-flex #menu_scrollspy {
  flex: 0 0 auto;
  width: 25%;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons {
  margin: 0 0 12px 0;
  padding: 0;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons .show-menu {
  text-decoration: none;
  text-align: center;
  padding: 10px 15px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 0;
  text-transform: capitalize;
  background-color: #646464;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons .show-menu {
    display: block;
    margin-bottom: 0px;
  }
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons .show-menu span {
  padding-left: 10px;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons input[type=checkbox] {
  display: none;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul {
  margin: 0;
  padding: 0;
  background-color: #e7f3fe;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul {
    display: none;
    height: 50%;
    box-shadow: none;
    border-radius: 5px;
    background: #ffffff;
    z-index: 13;
    position: fixed;
    z-index: 13;
    left: 0;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul .fancybox-button.fancybox-close-small.d-none {
    position: absolute;
    background: #ffffff;
    display: block !important;
    right: 12px;
    top: 0;
    color: #000000;
  }
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li {
  margin: 0;
  display: table-cell;
  float: none;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li {
    display: block;
    padding: 12px 15px 10px;
    margin-bottom: 1px;
    border-bottom: 1px solid #E5E7EB !important;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
  }
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li a {
  color: #000000;
  text-transform: capitalize;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}
@media (max-width: 1680px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li a {
    font-size: 0.813rem;
  }
}
@media (max-width: 1367px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li a {
    width: 100%;
    text-align: left;
    text-transform: capitalize;
  }
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li a.nav-link {
  color: #000000;
  padding: 6px 5px;
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown {
  display: inline-block;
  position: relative;
  z-index: auto;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown .scrollbar {
  max-height: 200px;
  overflow-y: auto;
  transition: none;
  border-radius: 7px;
  z-index: 21;
  left: 5px !important;
  top: 5px !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.502);
  margin-top: 0;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown .dropdown-menu {
  padding: 0;
  width: 210px;
  left: 0 !important;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown .dropdown-menu.show {
  padding: 0;
  width: 210px;
  left: 0 !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
  border: none;
  border-radius: 0.25rem;
  left: 10px !important;
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  font-size: 0.875rem;
  border-bottom: 1px solid #E5E7EB;
  padding: 8px 10px;
}
@media (max-width: 1680px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown .dropdown-menu .dropdown-item {
    font-size: 0.813rem;
    padding: 5px 10px;
  }
}
.menu-filter-scroll.mobile-menu .horizontal-tabs-buttons .nav-tabs .menuitem-dropdown .dropdown-toggle::after {
  content: none;
}

.menuitem-dropdown .scrollbar {
  max-height: 200px;
  overflow-y: auto;
  transition: none;
  border-radius: 7px;
  z-index: 1;
  left: 5px !important;
  top: 5px !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
}
.menuitem-dropdown .scrollbar::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F8F8F8;
  width: 4px;
  padding: 1px;
}
.menuitem-dropdown .scrollbar::-webkit-scrollbar {
  background-color: #F5F5F5;
  width: 8px;
}
.menuitem-dropdown .scrollbar::-webkit-scrollbar-thumb {
  background-color: #DBDFE7;
  width: 8px;
  border-radius: 50px;
  border: 1px solid #F8F8F8;
}
.menuitem-dropdown .dropdown-menu {
  padding: 0;
  width: 210px;
  left: 0 !important;
}
.menuitem-dropdown .dropdown-menu.show {
  padding: 0;
  width: 210px;
  left: 0 !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.31) 0px 0px 1px;
  border: none;
  border-radius: 0.25rem;
  z-index: 2;
}
.menuitem-dropdown .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  font-size: 14px;
  border-bottom: 1px solid #D2D6DB;
  padding: 8px 10px;
}
@media (max-width: 1680px) {
  .menuitem-dropdown .dropdown-menu .dropdown-item {
    font-size: 0.813rem;
    padding: 5px 10px;
  }
}
.menuitem-dropdown .dropdown-menu .dropdown-item.active {
  background-color: #F2F2F2;
  color: #000000;
}

.item-out-of-stock .data-refresh-btn {
  position: absolute;
  right: 30px;
  min-width: auto;
}

.ps-data-table-wrap table.dataTable.no-footer {
  border-bottom: 0px;
}

.ps-data-table-wrap.ps-table-wrapper .ps-table thead tr th {
  border-top: 1px solid #D2D6DB;
  border-bottom: 0px solid #D2D6DB;
  vertical-align: middle;
}

.notif-activeside-overlay.activeside-overlay::before {
  min-height: 100%;
}

.activeside-overlay {
  position: relative;
}
.activeside-overlay .content-scrolling-wrapper {
  overflow: hidden !important;
}
.activeside-overlay::before {
  content: "";
  display: block;
  position: absolute;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1041;
}

.recipe-name-wrap .error {
  position: absolute;
}

.pp-textfield-focused {
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4F7D97;
  display: block;
  top: -1px;
  background-color: #4F7D97;
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  position: relative;
  z-index: 2;
}

.form-group.pp-textfield {
  margin-bottom: 16px;
}
.form-group.pp-textfield label {
  font-weight: 600;
  font-size: 0.75rem;
  color: #646464;
  margin-bottom: 0;
}
.form-group.pp-textfield.pp-textfield-floating-label {
  position: relative;
}
.form-group.pp-textfield.pp-textfield-floating-label .form-control {
  position: relative;
}
.form-group.pp-textfield.pp-textfield-floating-label label {
  transform: translateY(26px);
  -moz-transform: translateY(26px);
  -webkit-transform: translateY(26px);
  -ms-transform: translateY(26px);
  -o-transform: translateY(26px);
  margin: 0;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 4px;
}
.form-group.pp-textfield.pp-textfield-floating-label.ps-select2 label {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.form-group.pp-textfield.pp-textfield-floating-label.pp-textfield-floating-label-completed label {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.form-group.pp-textfield.pp-textfield-floating-label.pp-textfield-floating-label-completed label.pp-input-group-label {
  font-size: 0.875rem;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.form-group.pp-textfield input[type=text].form-control {
  font-size: 0.813rem;
}
.form-group.pp-textfield .form-control {
  color: #000000;
  background: transparent;
  border: none;
  border-bottom: solid 1px #cacaca;
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 0.875rem;
  padding-bottom: 10px;
  height: inherit;
  bottom: 1px;
}
@media (max-width: 1366px) {
  .form-group.pp-textfield .form-control {
    font-size: 0.813rem;
  }
}
.form-group.pp-textfield textarea.form-control {
  height: 80px;
}

/*===== new alert css start =========*/
.ng-alert {
  padding: 9px 16px;
  border-radius: 0 7px 7px 0;
  font-size: 14px;
  color: var(--clr-light1);
}

.ng-alert-primary {
  background-color: #e7f3fe;
  color: var(--clr-dark1);
  border-left: 6px solid #1377da;
}

.ng-alert-danger {
  background-color: #EEF5FF;
  color: #1770EE !important;
  border-left: 6px solid #1770EE;
}

.ng-alert-warning {
  background-color: #FFF9E4;
  color: var(--clr-dark1);
  border-left: 6px solid #ECBB02;
}

.ng-alert-success {
  background-color: #EFFFE1;
  color: var(--clr-dark1);
  border-left: 6px solid #5CA21F;
}

/*===== new badge css start =========*/
.ng-badge {
  padding: 4px 16px;
  font-weight: 400;
  font-size: 12px;
  color: var(--clr-light1);
  border-radius: 30px;
}

.ng-bg-progress {
  background-color: var(--clr-blue1);
}

.ng-bg-cancel {
  background-color: var(--clr-pink2);
}

.ng-bg-delivered {
  background-color: #5EA51F;
}

.ng-bg-prepared {
  background-color: #FC8019;
}

.ng-bg-accepted {
  background-color: #68B8DE;
}

.ng-bg-foodready {
  background-color: #437616;
}

.ng-bg-acceptance {
  background-color: #4F7D97;
}

.ng-bg-dispatched {
  background-color: var(--clr-orange2);
}

.ng-bg-prepare {
  background-color: #20C5C5;
}

.dark1 {
  color: var(--clr-dark1) !important;
}

/*===== new badge css end =========*/
.verify-otp-inputbox .otp {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}

.verify-otp-inputbox input {
  border-bottom: 2px solid #589DFE;
}

.verify-otp-inputbox .otp:focus, .verify-otp-inputbox .otp:focus-visible {
  border: none;
  outline: none;
  border-bottom: 2px solid #589DFE;
}

.online-reconciliation-grid-div {
  position: relative;
}

.verify-otp-inputbox .otp {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}

.verify-otp-inputbox input {
  border-bottom: 2px solid #589DFE;
}

.verify-otp-inputbox .otp:focus, .verify-otp-inputbox .otp:focus-visible {
  border: none;
  outline: none;
  border-bottom: 2px solid #589DFE;
}

.ng-bg-pink-1 {
  background-color: #EEF5FF !important;
}

.arrow-collapse {
  display: inline-block;
  cursor: pointer;
}
.arrow-collapse svg {
  width: 22px;
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
}
.arrow-collapse.collapse-in svg {
  transform: rotate(180deg);
  transition: all 0.5s ease-out;
}

.publish_date_form .ps-form-group .error {
  position: absolute;
}

@media (max-width: 767px) {
  #combo_item_div .set-as-combo-detail .bodyWrapper {
    flex-direction: column !important;
  }
}

#add-tax-select2 .select2-container .select2-results__options,
#date-variation-select .select2-container .select2-results__options,
#addon_select_2 .select2-container .select2-results__options {
  max-height: 150px;
}

.ps-text-end {
  text-align: end;
}

#test_campaign_div .input-inside-text-div .ps-input {
  padding-left: 65px;
  height: 38px;
}
#test_campaign_div .select2-container--bootstrap-5 .select2-selection--single {
  background-position: right center;
}

.list-arrow .list-group-item {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/right-arrow.png) no-repeat 8px 6px;
  padding-top: 0;
  padding-bottom: 2px;
}

.rating-description-section .list-group-item {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/list-icon.png) !important;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 25px;
}

@media (max-width: 910px) {
  .mob-alert-sticky {
    flex-direction: column;
  }
  .mob-alert-sticky .ps-text-black {
    position: relative;
    padding-left: 20px;
  }
  .mob-alert-sticky .ps-text-black i {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .mob-alert-sticky .blue-btn-dark {
    margin-top: 5px;
  }
}
.mob-alert-sticky .blue-btn-dark {
  min-width: 143px;
}

#missing_invoice_search .bootstrap-tagsinput {
  margin: 0;
  width: 100%;
  font-size: 0.85rem;
  padding: 0;
  line-height: 1;
  transition: border-color 0.15s ease-in-out;
  display: flex;
  overflow-x: auto;
}
#missing_invoice_search .bootstrap-tagsinput.has-focus {
  background-color: #fff;
  border-color: #5cb3fd;
}
#missing_invoice_search .bootstrap-tagsinput .label-info {
  display: inline-block;
  background-color: #636c72;
  padding: 5px 4px 5px 6px;
  border-radius: 0.25rem;
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  margin-left: 0.25rem;
  white-space: nowrap;
}
#missing_invoice_search .bootstrap-tagsinput input {
  margin-bottom: 0;
  width: auto !important;
  display: inline !important;
}
#missing_invoice_search .bootstrap-tagsinput input:focus {
  box-shadow: none !important;
}
#missing_invoice_search .bootstrap-tagsinput input:active:focus {
  box-shadow: none !important;
}
#missing_invoice_search .bootstrap-tagsinput input:hover:focus {
  box-shadow: none !important;
}
#missing_invoice_search .bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 3px;
  box-shadow: none;
}
#missing_invoice_search .bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "×";
}

.search-card-title .fa-chevron-down {
  transition: all 0.75s 0.25s;
  transform: rotate(0) !important;
}
.search-card-title .fa-chevron-up {
  transition: all 0.75s 0.25s;
  transform: rotate(180deg) !important;
}

#toast-container > .toast {
  width: 400;
  height: 73;
  min-width: 400px;
  border-radius: 8px;
  gap: 12px;
  border-width: 1px;
  padding: 16px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
  opacity: 1;
}
@media (max-width: 480px) {
  #toast-container > .toast {
    min-width: 300px;
    width: 300px;
  }
}
#toast-container > .toast .toast-message {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding-left: 20px;
}

#toast-container > .toast.toast-success {
  background-color: #ECFDF3;
  border: 1px solid #039855;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/menu-svg/su-check-circle.svg) !important;
  background-position: 11px 15px !important;
}
#toast-container > .toast.toast-success .toast-progress {
  display: none;
}
#toast-container > .toast.toast-success .toast-message {
  color: #027A48;
}
#toast-container > .toast.toast-success .toast-close-button {
  top: -3px;
}
#toast-container > .toast.toast-success .toast-close-button svg path {
  stroke: #027A48;
}

.gst-sgst-div-wrap {
  border: 1px solid #F8F8F8;
  background-color: #F8F8F8;
  border-radius: 3px;
  display: inline-block;
}
.gst-sgst-div-wrap .order-2 {
  color: #c8c8c8;
  font-weight: 500;
}
.gst-sgst-div-wrap .ng-title-2 {
  padding: 3px 0;
  display: inline-block;
}

.taxcorrection-wrap .search-title-card .fa-chevron-up {
  transition: all 0.75s 0.25s;
  transform: rotate(0deg);
}
.taxcorrection-wrap .multi-tax-selection {
  justify-content: end;
}
@media (max-width: 991px) {
  .taxcorrection-wrap .multi-tax-selection {
    justify-content: start;
  }
}
@media (max-width: 991px) {
  .taxcorrection-wrap .multi-tax-selection .blue-btn-dark {
    margin-left: 15px;
  }
}

@media (max-width: 910px) {
  .taxcorrection-wrap .mob-alert-sticky {
    flex-direction: column;
  }
  .taxcorrection-wrap .mob-alert-sticky .ps-text-black {
    position: relative;
    padding-left: 20px;
  }
  .taxcorrection-wrap .mob-alert-sticky .ps-text-black i {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .taxcorrection-wrap .mob-alert-sticky .blue-btn-dark {
    margin-top: 5px;
  }
}

#toast-container > .toast.toast-warning {
  background-color: #FFF8E5;
  border: 1px solid #D9A541;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/menu-svg/alert-circle.svg) !important;
  background-position: 11px 15px !important;
}
#toast-container > .toast.toast-warning .toast-progress {
  display: none;
}
#toast-container > .toast.toast-warning .toast-message {
  color: #DC9203;
}
#toast-container > .toast.toast-warning .toast-close-button {
  top: -3px;
}
#toast-container > .toast.toast-warning .toast-close-button svg path {
  stroke: #DC9203;
}

#toast-container > .toast.toast-error {
  background-color: #FFF5F6;
  border: 1px solid #D92D20;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/menu-svg/error-circle.svg) !important;
  background-position: 11px 14px !important;
}
#toast-container > .toast.toast-error .toast-progress {
  display: none;
}
#toast-container > .toast.toast-error .toast-message {
  color: #C52031;
}
#toast-container > .toast.toast-error .toast-close-button {
  top: -3px;
}
#toast-container > .toast.toast-error .toast-close-button svg path {
  stroke: #C52031;
}

#toast-container > .toast.toast-info {
  background-color: #EEF5FF;
  border: 1px solid #3A84EC;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/menu-svg/info-circle.svg) !important;
  background-position: 11px 14px !important;
}
#toast-container > .toast.toast-info .toast-progress {
  display: none;
}
#toast-container > .toast.toast-info .toast-message {
  color: #1361CE;
}
#toast-container > .toast.toast-info .toast-close-button {
  top: -3px;
}
#toast-container > .toast.toast-info .toast-close-button svg path {
  stroke: #1361CE;
}

.sticky-top-btn-row {
  position: sticky;
  top: 0px;
  background-color: #fff;
  z-index: 25;
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 1rem;
}

.bg-green-1 {
  background-color: #5EA61F !important;
}

.review_imgs .card-img-top {
  min-height: 220px;
  max-height: 220px;
}
.review_imgs .card-text {
  height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review_imgs .card-text .text-truncate {
  word-wrap: anywhere;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}

.text-gray {
  color: #646464;
}

.cnt-img-com {
  font-style: normal;
}

.ps-dual-screen-marketing .ps-drop-crop {
  display: none;
  top: 0;
  right: 0;
}
.ps-dual-screen-marketing .upload-box {
  border: 2px dashed #FDA29B;
  background-color: #FFF7F8;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.25rem;
}
.ps-dual-screen-marketing .upload-box:hover .ps-drop-crop {
  display: block;
}
.ps-dual-screen-marketing .upload-box .index {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #EEF5FF;
  font-size: 0.938rem;
  font-weight: 500;
}
.ps-dual-screen-marketing .upload-box .upload-icon {
  color: #1770EE;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.ps-dual-screen-marketing .upload-box .Jcrop-holder {
  margin: 0 auto;
}
.ps-dual-screen-marketing .info-box {
  background-color: #F8F8F8;
  border: 1px solid #D2D6DB;
  padding: 12px;
  border-radius: 8px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
}
.ps-dual-screen-marketing .info-box i {
  margin-right: 8px;
  margin-top: 3px;
}
.ps-dual-screen-marketing .image-upload-trigger {
  opacity: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
  font-size: 0; /* Prevent "No file chosen" text from taking space */
}
.ps-dual-screen-marketing .upload-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF7F8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  z-index: 10;
}

.ps-fancybox.fancy-lg.ps-imgcrop-popup {
  width: 1200px !important;
}
@media (max-width: 767px) {
  .ps-fancybox.fancy-lg.ps-imgcrop-popup {
    display: none;
  }
}
.ps-fancybox.fancy-lg.ps-imgcrop-popup .new-fancybox-body {
  height: 500px !important;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
@media (max-width: 767px) {
  .ps-fancybox.fancy-lg.ps-imgcrop-popup .new-fancybox-body {
    flex-direction: column;
  }
}
.ps-fancybox.fancy-lg.ps-imgcrop-popup .new-fancybox-body .cropped-preview-container {
  border-left: 2px solid #D2D6DB;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ps-fancybox.fancy-lg.ps-imgcrop-popup .new-fancybox-body .cropped-preview-container {
    border: none;
    padding: 15px 0;
  }
}

.ps-drop-crop .dropdown-toggle {
  border-radius: 9px;
  padding: 0;
}
.ps-drop-crop .dropdown-toggle::after {
  display: none;
}
.ps-drop-crop .dropdown-menu {
  padding: 3px 0 !important;
  min-width: 5rem;
}
.ps-drop-crop .dropdown-menu .dropdown-item {
  font-size: 0.75rem !important;
  color: #000000;
}
.ps-drop-crop .dropdown-menu .dropdown-item:hover:first-child {
  border-radius: 7px 7px 0 0;
}
.ps-drop-crop .dropdown-menu .dropdown-item:hover:last-child {
  border-radius: 0 0 7px 7px;
}
.ps-drop-crop .dropdown-menu.show {
  top: 0px !important;
}

.ps-preview-popup .fancybox-button.fancybox-close-small {
  background: white;
  color: #000000 !important;
  border-radius: 7px;
  padding: 5px;
  width: 35px;
  height: 35px;
}

.ps-crop-imgAlert h5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #C52031;
}
.ps-crop-imgAlert p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #C52031;
}

.toast-top-right:has(.ps-crop-imgAlert) {
  top: 75px;
  right: 22px;
}

.ps-chart-custom-dropdown {
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.ps-chart-custom-dropdown .selected {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-chart-custom-dropdown .selected .label {
  display: flex;
  align-items: center;
}
.ps-chart-custom-dropdown .selected svg {
  width: 15px;
  margin-right: 4px;
}
.ps-chart-custom-dropdown .dropdown-arrow {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.59993 5.00356C2.86663 4.73189 3.29903 4.73189 3.56573 5.00356L7.9999 9.52035L12.4341 5.00356C12.7008 4.73189 13.1332 4.73189 13.3999 5.00356C13.6666 5.27523 13.6666 5.71569 13.3999 5.98736L8.48281 10.9961C8.21611 11.2677 7.7837 11.2677 7.517 10.9961L2.59993 5.98736C2.33323 5.71569 2.33323 5.27523 2.59993 5.00356Z' fill='%23212121'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.ps-chart-custom-dropdown .options {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 10;
  margin-top: 3px;
}
.ps-chart-custom-dropdown .option {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  color: #212121;
  line-height: 0.1rem;
  font-size: 0.75rem;
}
.ps-chart-custom-dropdown .option.active {
  background-color: #FFF7F8;
}
.ps-chart-custom-dropdown .option.active:first-child {
  border-radius: 5px 5px 0 0;
}
.ps-chart-custom-dropdown .option.active:last-child {
  border-radius: 0 0 5px 5px;
}
.ps-chart-custom-dropdown .option svg {
  width: 15px;
  margin-right: 4px;
}
.ps-chart-custom-dropdown .option:hover {
  background-color: #f5f5f5;
}
.ps-chart-custom-dropdown .option:hover:first-child {
  border-radius: 5px 5px 0 0;
}
.ps-chart-custom-dropdown .option:hover:last-child {
  border-radius: 0 0 5px 5px;
}

.ps-fancybox.fancy-lg.ps-imgcrop-mobile {
  width: 500px !important;
}
.ps-fancybox.fancy-lg.ps-imgcrop-mobile .new-fancybox-body {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.image-counter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-counter-header h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}
.image-counter-header .image-counter {
  display: inline-block;
  background-color: #EEF5FF;
  color: #3A84EC;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 16px;
}

.ps-wh {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.ps-image-text h5 {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.ps-image-text P {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.ps-imgcrop-mobile {
  display: none;
}
@media (max-width: 767px) {
  .ps-imgcrop-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .ps-he140 {
    height: 140px !important;
    overflow: hidden;
  }
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-xs {
  min-width: 35% !important;
  max-width: 90% !important;
}
@media (max-width: 910px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-xs {
    min-width: 70% !important;
    max-width: 90% !important;
  }
}
@media (max-width: 910px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-xs {
    min-width: 90% !important;
    max-width: 95% !important;
  }
}

body .select2-container--bootstrap-5 .select2-dropdown .select2-results__options ul {
  max-height: 100%;
}

.new-fancybox-wrapper.fancy_right_side_open.fancy-large {
  max-width: 100% !important;
}

.ai-menu-banner {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(92.36deg, #2464E9 28.33%, #197CBA 74%, #0D928D 95.75%);
  gap: 20px;
  margin: 20px 0;
  overflow: hidden;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ai-menu-banner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.ai-menu-banner .fractoai-card {
  flex: 2;
  max-width: 767px;
}
.ai-menu-banner .fractoai-card .fracto-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.ai-menu-banner .fractoai-card .fractoai-desc-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.ai-menu-banner .fractoai-card .ps-btn {
  font-weight: 600;
  vertical-align: middle;
  line-height: 1;
}
.ai-menu-banner .how-it-works {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px;
  border-radius: 10px;
  max-width: 447px;
}
.ai-menu-banner .how-it-works .ng-title-3 {
  color: #ffffff;
  line-height: 20px;
}
.ai-menu-banner .how-it-works h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}
.ai-menu-banner .how-it-works ol {
  margin: 0;
  padding-left: 20px;
  font-size: 0.9rem;
}
.ai-menu-banner .how-it-works ol li {
  margin-bottom: 8px;
}

.success-banner {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(271.82deg, #124E3B 0%, #168E68 99.85%);
}
.success-banner .left-panel .title {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.success-banner .left-panel .title .emoji {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.success-banner .left-panel .details {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.success-banner .left-panel .details .res-id-title {
  font-weight: 600;
}
.success-banner .left-panel .review-btn {
  margin-top: 20px;
  background: #fff;
  color: #0077cc;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s ease;
}
.success-banner .left-panel .review-btn:hover {
  background: #f0f0f0;
}

.error-banner {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(271.82deg, #4E1213 0%, #8E1618 99.85%);
}
.error-banner .left-panel .title {
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.error-banner .left-panel .title .emoji {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.fracto-step-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fracto-step-wrap .card-header {
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #D2D6DB;
  background-color: #ffffff;
}
.fracto-step-wrap .stepper {
  display: flex;
  align-items: center;
}
.fracto-step-wrap .stepper .step {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
}
.fracto-step-wrap .stepper .step::before {
  display: none;
}
.fracto-step-wrap .stepper .step .step-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 0;
}
.fracto-step-wrap .stepper .step .step-label {
  color: #D2D6DB;
  font-weight: 600;
}
.fracto-step-wrap .stepper .step.current .step-icon {
  background: #c82333;
  color: white;
}
.fracto-step-wrap .stepper .step.upcoming .step-icon {
  background: #e0e0e0;
  color: #666;
}
.fracto-step-wrap .stepper .step.completed .step-label {
  color: #646464;
}
.fracto-step-wrap .stepper .step.current .step-label {
  color: #0D0B26;
}
.fracto-step-wrap .stepper .step-line {
  flex: 1;
  height: 2px;
  background: #ddd;
  margin: 0 10px;
  max-width: 60px;
}
.fracto-step-wrap .upload-wizard {
  background-color: #ffffff;
  padding: 0 16px;
}
.fracto-step-wrap .upload-wizard .uplod-text-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.fracto-step-wrap .upload-wizard .uplod-text-title .rid {
  background-color: #EEF0F2;
  border-radius: 16px;
  padding: 2px 8px;
  display: inline-flex;
  gap: 2px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}
.fracto-step-wrap .upload-wizard .uplod-type-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin-bottom: 1rem;
}
.fracto-step-wrap .upload-wizard .drop-area {
  border: 2px dashed #FDA29B;
  background: #fff6f6;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.fracto-step-wrap .upload-wizard .drop-area:hover {
  background: #ffeaea;
}
.fracto-step-wrap .upload-wizard .drop-area #fileInput {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.fracto-step-wrap .upload-wizard .drop-area .uplod-file-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 1rem auto;
}
.fracto-step-wrap .upload-wizard .drop-area .drag-drop-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
}
.fracto-step-wrap .upload-wizard .drop-area .drag-drop-text .browse {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #1770EE;
}
.fracto-step-wrap .upload-wizard .file-limit-msg {
  background-color: #F9FAFB;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 1.5rem auto;
}
.fracto-step-wrap .upload-wizard .file-status .upload-count {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
}
.fracto-step-wrap .upload-wizard .file-status .upload-count #fileCount {
  background-color: #EEF5FF;
  border-radius: 16px;
  gap: 2px;
  padding: 2px 8px;
  display: inline-flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #3A84EC;
  margin-left: 8px;
}
.fracto-step-wrap .upload-wizard .file-status .remove-all {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #1770EE;
  background-color: transparent;
  border: 0;
}
.fracto-step-wrap .upload-wizard .file-status ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fracto-step-wrap .upload-wizard .file-status ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D2D6DB;
  border-radius: 12px;
  padding: 8px 16px;
  margin-bottom: 1rem;
}
.fracto-step-wrap .upload-wizard .file-status ul li .imgfig {
  border-radius: 8px;
  display: inline-flex;
  width: 80px;
  height: 44px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 0;
}
.fracto-step-wrap .upload-wizard .file-status ul li .unsupporteimg {
  border: 1px solid #D2D6DB;
}
.fracto-step-wrap .upload-wizard .file-status ul .file-upload-size-status {
  gap: 15px;
  margin-top: 5px;
}
.fracto-step-wrap .upload-wizard .file-status ul .file-upload-size-status small {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #646464;
}
.fracto-step-wrap .processing-stage {
  background-color: #ffffff;
  padding: 0 16px 16px;
}
.fracto-step-wrap .processing-stage .req-submi-succes {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #039855;
  padding-top: 16px;
}
.fracto-step-wrap .processing-stage .processing-stage-card {
  background-color: #F9FAFB;
  border-radius: 8px;
  padding: 16px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .card-header {
  background-color: transparent;
}
.fracto-step-wrap .processing-stage .processing-stage-card .card-header .proc-title-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.fracto-step-wrap .processing-stage .processing-stage-card .card-header .taskId-text {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
}
.fracto-step-wrap .processing-stage .processing-stage-card .card-header .proc-sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin: 3px 0 12px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .resid-name-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.fracto-step-wrap .processing-stage .processing-stage-card .res-sub-datetime {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 12px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .res-sub-datetime span {
  color: #646464;
}
.fracto-step-wrap .processing-stage .processing-stage-card .status-tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  display: flex;
  align-items: center;
  gap: 8px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .processing-figure {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.fracto-step-wrap .processing-stage .processing-stage-card .processing-figure img {
  max-width: 193px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .processing-figure figcaption {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3A84EC;
  margin-bottom: 10px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .what-next-wrap {
  border: 1px solid #3A84EC;
  background-color: #EEF5FF;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.fracto-step-wrap .processing-stage .processing-stage-card .what-next-wrap h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.fracto-step-wrap .processing-stage .processing-stage-card .what-next-wrap small {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.fracto-step-wrap .processing-stage .processing-stage-card .what-next-wrap small span {
  color: #1361CE;
  font-weight: 600;
  line-height: 20px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .what-next-wrap ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 12px;
}
.fracto-step-wrap .processing-stage .processing-stage-card .what-next-wrap ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: flex;
  gap: 10px;
}
.fracto-step-wrap .review-edit-step {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .fracto-step-wrap .review-edit-step {
    grid-template-columns: 1.25fr 1.75fr;
  }
}
.fracto-step-wrap .review-edit-step .egg-dtg svg rect {
  stroke: #f6d10f;
}
.fracto-step-wrap .review-edit-step .egg-dtg svg circle {
  fill: #f6d10f;
}
.fracto-step-wrap .review-edit-step .nonveg-dtg svg rect {
  stroke: #e10101;
}
.fracto-step-wrap .review-edit-step .nonveg-dtg svg circle {
  fill: #e10101;
}
.fracto-step-wrap .review-edit-step .ng-title .ps-label {
  font-size: 0.85rem;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn {
  border: 1px solid #D2D6DB;
  padding: 7px;
  min-width: 32px;
  min-height: 34px;
  background-color: transparent;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn.grid-view-btn {
  border-radius: 8px 0px 0px 8px;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn.grid-view-btn.grid-list-active {
  background-color: #1770EE;
  border-color: #1770EE;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn.grid-view-btn.grid-list-active svg path {
  stroke: #fff;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn.list-view-btn {
  border-radius: 0px 8px 8px 0px;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn.list-view-btn.grid-list-active {
  background-color: #1770EE;
  border-color: #1770EE;
}
.fracto-step-wrap .review-edit-step .btn-group .grid-list-btn.list-view-btn.grid-list-active svg path {
  stroke: #fff;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap {
  border: 1px solid #D2D6DB;
  margin-bottom: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .add-cat-vari-from {
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #D2D6DB;
  background-color: #F9FAFB;
  margin-bottom: 1rem;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .add-cat-vari-from .add-varition-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #1770EE;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .add-cat-vari-from .error.d-inline-flex {
  gap: 5px;
  position: relative;
  top: 6px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .card-list {
  display: none;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view.category h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3A84EC;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view.category .ai-cat-name-grid label {
  font-weight: 600;
  font-size: 1rem;
  color: #3A84EC;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .card-grid {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 640px) {
  .fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .card-grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .menu-card {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  gap: 8px;
  padding: 8px 16px;
  background-color: #F9FAFB;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  border-bottom: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .card-left {
  display: flex;
  flex-direction: column;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .edit-icon {
  color: #666;
  cursor: pointer;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .item-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .item-size span {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .grid-view .item-size {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
  border-top: 1px solid #D2D6DB;
  padding: 5px 0;
  margin-top: 6px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .item-title .icon {
  position: relative;
  top: -1px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-grid {
  display: none;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3A84EC;
  background-color: #E7F1FF;
  padding: 15px 20px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .ai-cat-name-list {
  background-color: #E7F1FF;
  padding: 15px 20px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .ai-cat-name-list label {
  color: #3A84EC;
  font-weight: 600;
  font-size: 16px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card {
  grid-template-columns: 2fr 2fr 1fr;
  display: grid;
  gap: 5px;
  align-items: center;
  border-bottom: 1px solid #D2D6DB;
}
@media (min-width: 767px) {
  .fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card {
    grid-template-columns: 2fr 2fr 2fr 1fr 1fr;
  }
  .fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .order-5 {
    text-align: center;
  }
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card:last-child {
  border-bottom: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .item-title {
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .item-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 0;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .item-size {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .item-size span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .item-size .cu-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .pric-title-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 15px 20px;
}
.fracto-step-wrap .review-edit-step .ng-card-wrap .list-view .card-list .list-viewinner-card .edit-icon {
  padding: 15px 20px;
}
.fracto-step-wrap .disabled {
  cursor: not-allowed;
  background-color: #DEE2E5;
  border-color: #DEE2E5;
  border-radius: 8px;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 12px;
  color: #979797;
}
.fracto-step-wrap .disabled:hover {
  background-color: #DEE2E5;
  border-color: #DEE2E5;
  color: #979797;
}

.successfully-added {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 1.5px 3px 0.2px rgba(0, 0, 0, 0.0784313725);
  margin: 20px auto;
  border-radius: 10px;
  width: 98%;
}
.successfully-added figure {
  position: relative;
  top: 15px;
}
.successfully-added figure .img-fluid {
  max-width: 193px;
}
.successfully-added h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 1rem;
  text-align: center;
}
.successfully-added p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin-bottom: 0.25rem;
}

.ocr-tool-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.ocr-tool-container .header {
  margin-bottom: 20px;
  padding: 13px 16px 10px;
  border-bottom: 1px solid #D2D6DB;
}
.ocr-tool-container .header .ng-title {
  margin-bottom: 6px;
}
.ocr-tool-container .header p {
  color: #646464;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0;
}
.ocr-tool-container .info-box {
  display: flex;
  justify-content: space-between;
  background: #f3f9ff;
  border: 1px solid #cce4ff;
  border-radius: 8px;
  padding: 16px;
  margin: 20px 16px 10px;
}
.ocr-tool-container .info-box .column {
  width: 48%;
}
.ocr-tool-container .info-box .column h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.ocr-tool-container .info-box .column ul {
  padding-left: 0;
  margin-bottom: 0;
}
.ocr-tool-container .info-box .column ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.ocr-tool-container .info-box .column ul li:last-child {
  margin-bottom: 0;
}
.ocr-tool-container .key-statistics-section {
  padding: 16px;
}
.ocr-tool-container .key-statistics-section .stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  margin: 16px 0;
  gap: 22px;
}
@media (max-width: 1399px) {
  .ocr-tool-container .key-statistics-section .stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .ocr-tool-container .key-statistics-section .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 440px) {
  .ocr-tool-container .key-statistics-section .stats {
    grid-template-columns: 1fr;
  }
}
.ocr-tool-container .key-statistics-section .stats .ng-title {
  color: #000000;
}
.ocr-tool-container .key-statistics-section .stats .stat {
  flex: 1;
  display: flex;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 16px;
  gap: 12px;
  text-align: center;
  margin: 0;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}
.ocr-tool-container .key-statistics-section .stats .stat .stat-right-arrow {
  position: absolute;
  right: 15px;
}
.ocr-tool-container .key-statistics-section .stats .stat figure span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  gap: 7.73px;
  border-radius: 7.73px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #646464;
}
.ocr-tool-container .key-statistics-section .stats .stat .count {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-align: left;
  margin-bottom: 3px;
}
.ocr-tool-container .key-statistics-section .stats .stat .count-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 0;
}
.ocr-tool-container .key-statistics-section .stats .stat.total {
  background: #f1f1f1;
}
.ocr-tool-container .key-statistics-section .stats .stat.in-process {
  background: #e5f0ff;
}
.ocr-tool-container .key-statistics-section .stats .stat.in-process figure span {
  border: 1px solid #3A84EC;
}
.ocr-tool-container .key-statistics-section .stats .stat.review {
  background: #fff8e1;
}
.ocr-tool-container .key-statistics-section .stats .stat.review figure span {
  border: 1px solid #DC9203;
}
.ocr-tool-container .key-statistics-section .stats .stat.error {
  background: #ffe5e5;
}
.ocr-tool-container .key-statistics-section .stats .stat.error figure span {
  border: 1px solid #C52031;
}
.ocr-tool-container .key-statistics-section .stats .stat.complete {
  background: #e3f9e5;
}
.ocr-tool-container .key-statistics-section .stats .stat.complete figure span {
  border: 1px solid #039855;
}
.ocr-tool-container .actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.ocr-tool-container .actions .btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
.ocr-tool-container .actions .btn.btn-secondary {
  background: #f1f1f1;
  color: #333;
}
.ocr-tool-container .actions .btn.btn-danger {
  background: #d32f2f;
  color: #fff;
}

.fracto-admin-wrap .ps-nav-wrapper .ps-nav .nav-item .nav-link {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.fracto-admin-wrap .ps-nav-wrapper .ps-nav .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 0;
}
.fracto-admin-wrap .ps-nav-wrapper .empty-tab-card {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fracto-admin-wrap .ps-nav-wrapper .empty-tab-card .ng-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.fracto-admin-wrap .ps-nav-wrapper .empty-tab-card p {
  color: #646464;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body {
  min-height: 350px;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .tab-top-inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .fracto-admin-wrap .ps-nav-wrapper .card-body .tab-top-inner-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .fracto-admin-wrap .ps-nav-wrapper .card-body .tab-top-inner-header .order-1 {
    margin-bottom: 0.5rem;
  }
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .tab-top-inner-header .top-order-2 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .tab-top-inner-header .top-order-2 .ps-toggle-group .ps-toggle {
  margin-bottom: 0;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .tab-top-inner-header .top-order-2 .ps-toggle-group .ps-toggle label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  margin: 10px auto;
  grid-template-columns: 1fr;
}
@media (max-width: 910px) {
  .fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container .grid-item.border-right {
    border-right: 0 !important;
    border-bottom: 1px solid #cacaca !important;
  }
}
@media (max-width: 910px) {
  .fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container .grid-item.text-right {
    text-align: left !important;
  }
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container .item1 {
  display: flex;
  align-items: top;
  gap: 8px;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container .res-itme-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container .res-itme-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  display: flex;
  align-items: center;
  gap: 5px;
}
.fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container .preview-title-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3A84EC;
  cursor: pointer;
}
@media (min-width: 910px) {
  .fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .fracto-admin-wrap .ps-nav-wrapper .card-body .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
.fracto-admin-wrap .assign-dropdwon .dropdown-menu {
  margin-top: 12px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  border: 1px solid #D2D6DB;
  padding: 0;
}
.fracto-admin-wrap .uplod-text-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.fracto-admin-wrap .uplod-text-sub-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}

.loading-text {
  position: relative;
  width: 100%;
  height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.loading-text .empty-gif-wrap img {
  width: 16px;
  height: 16px;
}
.loading-text span {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-size: 18px;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3A84EC;
}
.loading-text .text1 {
  animation-name: showText1;
}
.loading-text .text2 {
  animation-name: showText2;
}
@keyframes showText1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showText2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.menu-alert-wrap.alert-danger {
  border-radius: 8px;
  background-color: #FFF5F6;
  padding: 16px !important;
  border: 1px solid #D92D20;
}
.menu-alert-wrap.alert-danger .error-text-title {
  font-weight: 600;
  line-height: 20px;
  color: #1770EE;
}
.menu-alert-wrap.alert-danger .error-sub-text-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #C52031;
  padding-left: 30px;
  margin-bottom: 10px;
}
.menu-alert-wrap.alert-danger br {
  display: none;
}
.menu-alert-wrap.alert-success {
  border: 1px solid #039855;
  background-color: #ECFDF3;
  padding: 16px !important;
  border-radius: 8px;
}
.menu-alert-wrap.alert-success .success-text-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #027A48;
}
.menu-alert-wrap.alert-success br {
  display: none;
}
.menu-alert-wrap.warning-alert-wrap {
  background: #FFF8E5;
  border: 1px solid #D9A541;
  padding: 16px !important;
  border-radius: 8px;
}
.menu-alert-wrap.warning-alert-wrap .warning-text-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #DC9203;
  margin-bottom: 2px;
}
.menu-alert-wrap.warning-alert-wrap .warning-sub-text-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #D9A541;
  padding-left: 30px;
  margin-bottom: 10px;
}
.menu-alert-wrap.warning-alert-wrap .cat-item-listing-wrap .order-1, .menu-alert-wrap.warning-alert-wrap .cat-item-listing-wrap .order-2 {
  background-color: #ffffff;
  padding: 10px 14px;
  color: #000000;
  border-radius: 12px;
}
.menu-alert-wrap.warning-alert-wrap .cat-item-listing-wrap .order-1 .listing-p, .menu-alert-wrap.warning-alert-wrap .cat-item-listing-wrap .order-2 .listing-p {
  display: flex;
  align-items: center;
}
.menu-alert-wrap.warning-alert-wrap .cat-item-listing-wrap .order-1 .listing-p span, .menu-alert-wrap.warning-alert-wrap .cat-item-listing-wrap .order-2 .listing-p span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 96%;
}
.menu-alert-wrap .ps-alert-table-wrap {
  width: 55%;
  border-radius: 10px;
  border: 1px solid #D2D6DB;
}
.menu-alert-wrap .ps-alert-table-wrap .alert-table-inner {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #D2D6DB;
}
.menu-alert-wrap .ps-alert-table-wrap .alert-table-inner tr {
  border-bottom: 1px solid #D2D6DB;
}
.menu-alert-wrap .ps-alert-table-wrap .alert-table-inner tr:last-child {
  border-bottom: none;
}
.menu-alert-wrap .ps-alert-table-wrap .alert-table-inner td {
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 13.1px 15px;
}
.menu-alert-wrap .listing-ul-card-wrap .ng-card-body {
  padding: 15px;
  border-radius: 12px;
  background-color: #ffffff;
}
.menu-alert-wrap .listing-ul-card-wrap .ng-card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
}
.menu-alert-wrap .listing-ul-card-wrap .ng-card-body p .category-list-item {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 96%;
}
.menu-alert-wrap .vgi-help-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
}

.mfr_days_selection_div .days-select-wrap.ps-select-default {
  min-width: 90px;
}

#div_addon_item #tb_addon_item #addon_listing_header th:nth-child(1) {
  min-width: 280px;
}
#div_addon_item #tb_addon_item #addon_listing_header th:nth-child(2) {
  min-width: 100px;
}
#div_addon_item #tb_addon_item #addon_listing_header th:nth-child(3) {
  min-width: 200px;
}
#div_addon_item #tb_addon_item #addon_listing_header th:nth-child(4) {
  min-width: 170px;
}

.bulk-img-upload-wrapper .breadcrumb-inner-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
}
.bulk-img-upload-wrapper .how-it-works-wrapper {
  background-color: #E7F1FF;
  border: 1px solid #3A84EC;
  border-radius: 12px;
  padding: 16px;
  /* .hiw-top-header{
       display: flex;
       align-items: center;
       justify-content: space-between;
       .hiw-title{
           display: flex;
           align-items: center;
           gap: 16px;
           font-size: 16px;
           font-weight: 600;
           line-height: 24px;
           color: $slatyBlack;
       }
       .hiw-arrow-icon{
           cursor: pointer;
           transition: all 0.3s ease;
           &.up-arrow{
               transform: rotate(180deg);
               transition: all 0.3s ease;
           }
       }
   } */
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container {
  display: grid;
  grid-template-columns: 1fr 260px; /* text | video */
  gap: 24px;
  align-items: start;
}
@media (max-width: 991px) {
  .bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container {
    grid-template-columns: 1fr;
  }
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container .hiw-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container ul li .list-inner-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1361CE;
  font-weight: 600;
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container {
  /* RIGHT VIDEO */
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container .hiw-video-wrapper {
  width: 100%;
  max-width: 260px;
}
@media (max-width: 991px) {
  .bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container .hiw-video-wrapper {
    max-width: 100%;
  }
}
.bulk-img-upload-wrapper .how-it-works-wrapper .hiw-container .hiw-video-wrapper .bulk-image-upload-video {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.675rem;
  background: #000;
}
.bulk-img-upload-wrapper .step-indicator {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.bulk-img-upload-wrapper .step-indicator .quick-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bulk-img-upload-wrapper .step-indicator .quick-step .step-text {
  color: #D2D6DB;
  font-weight: 600;
}
.bulk-img-upload-wrapper .step-indicator .quick-step.active .step-number {
  background: #dc2626;
  color: #ffffff;
}
.bulk-img-upload-wrapper .step-indicator .quick-step.active .step-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0D0B26;
}
.bulk-img-upload-wrapper .step-indicator .quick-step.complete-active .step-number {
  background: #039855;
}
.bulk-img-upload-wrapper .step-indicator .quick-step.complete-active .step-text {
  color: #646464;
}
.bulk-img-upload-wrapper .step-indicator .quick-step-line {
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #DEE2E5;
}
.bulk-img-upload-wrapper .step-indicator .step-number {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D2D6DB;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.bulk-img-upload-wrapper #item_imgs_form .ps-radio label {
  line-height: 20px;
}
.bulk-img-upload-wrapper .platform-verify-wrap {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  margin-bottom: 27px;
}
.bulk-img-upload-wrapper .platform-verify-wrap .platform-brand-wrap .ps-checkobx {
  margin-bottom: 0;
}
.bulk-img-upload-wrapper .platform-verify-wrap.w-70 {
  width: 70% !important;
}
@media (max-width: 1300px) {
  .bulk-img-upload-wrapper .platform-verify-wrap.w-70 {
    width: 100% !important;
  }
  .bulk-img-upload-wrapper .platform-verify-wrap.w-70 .ps-btn {
    min-width: 140px;
  }
}
.bulk-img-upload-wrapper .upload-div-card {
  border-radius: 12px;
  border: 1px solid #D2D6DB;
}
.bulk-img-upload-wrapper .upload-div-card .card-header {
  border-radius: 20px 20px 0px 0px !important;
}
.bulk-img-upload-wrapper .upload-div-card .primary-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #1770EE;
}
.bulk-img-upload-wrapper .upload-div-card .upload-div-wrap .drop-area {
  border: 2px dashed #FDA29B;
  background: #fff6f6;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.bulk-img-upload-wrapper .upload-div-card .upload-div-wrap .drop-area .file-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0 !important;
  height: 100% !important;
}
.bulk-img-upload-wrapper .upload-div-card .upload-div-wrap .drop-area .uplod-file-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.bulk-img-upload-wrapper .upload-div-card .upload-div-wrap .drop-area .drag-drop-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin-bottom: 0;
}
.bulk-img-upload-wrapper .step-indicator.second-indicator {
  padding: 16px 0;
  background-color: #fff;
  border-bottom: 1px solid #D2D6DB;
  border-top: 1px solid #D2D6DB;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 99;
}
.bulk-img-upload-wrapper .card-header {
  position: sticky;
  top: 0;
  z-index: 98;
}
.bulk-img-upload-wrapper .status-bar {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0px;
  position: sticky;
  top: 51px;
  background-color: #faf9fb;
  padding: 1rem 0;
  z-index: 98;
  border-radius: 0;
}
.bulk-img-upload-wrapper .status-bar .status {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  display: inline-flex;
  padding: 12px;
  gap: 12px;
  cursor: pointer;
}
.bulk-img-upload-wrapper .status-bar .status.matched.active {
  border: 1px solid #039855;
  background-color: #ECFDF3;
}
.bulk-img-upload-wrapper .status-bar .status.unmatched.active {
  border: 1px solid #1770EE;
  background-color: #FFF5F6;
}
.bulk-img-upload-wrapper .status-bar .status.partially-matched.active {
  border: 1px solid #3A84EC;
  background-color: #EEF5FF;
}
.bulk-img-upload-wrapper .status-bar .dot {
  transition: all 0.3s ease;
}
.bulk-img-upload-wrapper .status-bar .dot.active {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bulk-img-upload-wrapper .upload-stap-two .mapped-items-wrap {
  display: grid;
  row-gap: 1.75rem;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card {
  position: relative;
  width: 305px;
  border-radius: 12px;
  box-shadow: 0px 1.5px 3px 0.2px rgba(0, 0, 0, 0.0784313725);
  background: #F9FAFB;
  overflow: hidden;
  transition: transform 0.2s;
  height: 309px;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card .card-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.01) 100%);
  width: 100%;
  height: 45px;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card .card-checkbox .ps-checkobx {
  margin-top: 8px;
  margin-left: 8px;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  border-radius: 12px 12px 0 0;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card .image-details {
  padding: 0 10px;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card .image-details .filename {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}
.bulk-img-upload-wrapper .upload-stap-two .image-card .image-details select {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap {
  border-radius: 12px;
  position: sticky;
  top: 120px;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .matched-card {
  border: 1px solid #D2D6DB;
  border-radius: 12px;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .matched-card .card-header {
  background: #ECFDF3;
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #D2D6DB;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .matched-card .image-card {
  border: 1px solid #039855;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .unmatched-card {
  border: 1px solid #D2D6DB;
  border-radius: 12px;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .unmatched-card .card-header {
  background: #FFF5F6;
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #D2D6DB;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .unmatched-card .image-card {
  border: 1px solid #1770EE;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .partially-matched-card {
  border: 1px solid #D2D6DB;
  border-radius: 12px;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .partially-matched-card .card-header {
  background: #EEF5FF;
  border-radius: 12px 12px 0px 0px;
  border-bottom: 1px solid #D2D6DB;
}
.bulk-img-upload-wrapper .upload-stap-two .matched-unmatched-card-wrap .partially-matched-card .image-card {
  border: 1px solid #3A84EC;
}
.bulk-img-upload-wrapper .upload-stap-two .height-section {
  min-height: 550px;
}
.bulk-img-upload-wrapper .upload-img-prog-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 0.5rem 15px 1rem;
}
.bulk-img-upload-wrapper .upload-img-prog-wrap .unsupporteimg {
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  margin-bottom: 0;
}
.bulk-img-upload-wrapper .upload-img-prog-wrap .progress-container {
  width: 100%;
  background-color: #eeeeee;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
}
.bulk-img-upload-wrapper .upload-img-prog-wrap .progress-container .progress-bar {
  height: 100%;
  background-color: #ffa726;
  width: 0%;
  transition: width 0.3s ease-in-out;
}

.matched-unmatched-card-wrap section:last-child {
  margin-bottom: 0;
}
.matched-unmatched-card-wrap section[id] {
  position: relative;
}

#matched_card, #unmatched_card, #partially_matched_card {
  margin: 0;
}

.bulk-admin-upload-wrapper .sel_res {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 3px 9px;
}
.bulk-admin-upload-wrapper #tp_users_input .ps-checkbox-group {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bulk-admin-upload-wrapper .upload-stap-two .image-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
}
@media (max-width: 1440px) {
  .bulk-admin-upload-wrapper .upload-stap-two .image-grid {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
}
.bulk-admin-upload-wrapper .upload-stap-two .image-grid .image-card .image-details .select2-container .select2-selection--single .select2-selection__rendered {
  width: 240px;
}
.bulk-admin-upload-wrapper .upload-stap-two .select2-container--bootstrap-5 .select2-dropdown--above {
  margin-top: -8px;
}

.bulk-img-upload-wrapper .upload-div-card .disabled-no-drop .drop-area {
  border-color: #CACACA;
  background-color: rgba(202, 202, 202, 0.1294117647);
  opacity: 0.65;
  cursor: not-allowed;
}
.bulk-img-upload-wrapper .upload-div-card .disabled-no-drop .drop-area .file-input {
  cursor: not-allowed;
}
.bulk-img-upload-wrapper .menu-card-design-new .card-header {
  border-bottom: 1px solid #e5e5e5;
  border-radius: 10px 10px 0 0;
}
.bulk-img-upload-wrapper .second-stap-wrap .card-header {
  border-bottom: 0;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.bulk-img-upload-wrapper .second-stap-wrap .status-bar {
  margin: 1rem auto;
  border-radius: 10px;
}
.bulk-img-upload-wrapper .second-stap-wrap .status-bar .img-remove-btn {
  position: absolute;
  right: 2rem;
}
.bulk-img-upload-wrapper .second-stap-wrap .ng-card-wrap {
  border-radius: 10px;
}

.sidebar.sidebar-menu.sidebar-new-ps ul .upload-item-images a.active svg {
  fill: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul .upload-item-images a.active svg path {
  stroke: #1770EE;
}
.sidebar.sidebar-menu.sidebar-new-ps ul .manage-outlet-svg-icon a.active svg path {
  fill: #1770EE;
}

.moderation-items-list {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #D2D6DB;
}
.moderation-items-list .moderation-table-header {
  display: flex;
  padding: 1rem 1.25rem;
  background: #EEF5FF;
  border-radius: 10px 10px 0 0;
}
.moderation-items-list .moderation-header-cell {
  font-size: 0.813rem;
  color: #000000;
  font-weight: 600;
  line-height: 1.125rem;
}
.moderation-items-list .moderation-table-body {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.moderation-items-list .moderation-row {
  display: flex;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid #E5E7EB;
  align-items: center;
  transition: background-color 0.2s ease;
}
.moderation-items-list .moderation-row:hover {
  background-color: #FAFAFA;
}
.moderation-items-list .moderation-row.nested-row {
  padding-left: 2rem;
  background-color: #F9F9F9;
}
.moderation-items-list .moderation-row.nested-row:hover {
  background-color: #F5F5F5;
}
.moderation-items-list .moderation-row.active-row {
  background-color: #F9F9F9;
}
.moderation-items-list .moderation-row:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 0;
}
.moderation-items-list .moderation-cell {
  font-size: 0.875rem;
  color: #212121;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.moderation-items-list .moderation-cell.text-end {
  justify-content: flex-end;
}
.moderation-items-list .item-name {
  font-weight: 400;
  color: #212121;
}
.moderation-items-list .multi-rejection-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.moderation-items-list .multi-rejection-toggle .multi-rejection-text {
  text-decoration: underline;
  color: #212121;
  font-weight: 500;
}
.moderation-items-list .multi-rejection-toggle .multi-rejection-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.moderation-items-list .multi-rejection-toggle.expanded .multi-rejection-arrow {
  transform: rotate(180deg);
}
.moderation-items-list .rejection-type,
.moderation-items-list .rejection-reason {
  color: #212121;
}
.moderation-items-list .status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 0.938rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.125rem;
  white-space: nowrap;
}
.moderation-items-list .status-badge.status-on-hold {
  background-color: #FEF3C7;
  color: #92400E;
}
.moderation-items-list .status-badge.status-live {
  background-color: #ECFDF3;
  color: #039855;
}
.moderation-items-list .moderation-row-child {
  background-color: #F9F9F9;
  border-bottom: 1px solid #E5E7EB;
}
.moderation-items-list .moderation-row-child .nested-row {
  border-bottom: 0;
}
@media (max-width: 1367px) {
  .moderation-items-list .moderation-cell {
    font-size: 0.75rem;
  }
  .moderation-items-list .moderation-header-cell {
    font-size: 0.75rem;
  }
}

.barcode-generation-wrap .config-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px;
  height: 100%;
}
@media (max-width: 1199px) {
  .barcode-generation-wrap .config-grid {
    grid-template-columns: 270px 1fr;
  }
}
.barcode-generation-wrap .config-grid aside {
  background-color: #FFFFFF;
  border-radius: 8px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.barcode-generation-wrap .config-grid aside .card-body {
  padding: 15px 9px 15px 15px;
}
.barcode-generation-wrap .config-grid .right-panel {
  border-radius: 8px;
}
.barcode-generation-wrap .config-grid .right-panel .barcode-grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 16px;
}
@media (max-width: 1199px) {
  .barcode-generation-wrap .config-grid .right-panel .barcode-grid {
    grid-template-columns: 3fr 1.5fr;
  }
}
.barcode-generation-wrap .config-grid .right-panel .ps-form-group .posi-lable {
  margin-bottom: 0.85rem;
}
.barcode-generation-wrap .config-grid .right-panel .search-bar-card {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.barcode-generation-wrap .config-grid .right-panel .search-bar-card .search-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D2D6DB;
}
.barcode-generation-wrap .config-grid .right-panel .search-bar-card .search-bar-header .w-30 {
  width: 30%;
}
.barcode-generation-wrap .config-grid .right-panel .search-bar-card .card-body {
  border-radius: 0 0 8px 8px;
  background-color: #f5f5f5 !important;
}
.barcode-generation-wrap .config-grid .right-panel .search-bar-card .card-body .ps-searchbar {
  background-color: #f5f5f5;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 8px;
}
.barcode-generation-wrap .config-grid .right-panel .ps-table-section {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  overflow-x: hidden;
}
.barcode-generation-wrap .chckbox-grid-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.barcode-article-container {
  height: 65dvh;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}
.barcode-article-container .barcode-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 15px;
  gap: 1.5rem;
  width: 70%;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.barcode-article-container .barcode-section-grid h5 {
  font-size: 1.15rem;
}
.barcode-article-container .barcode-section-grid .item-desc {
  font-size: 0.9rem;
  font-style: italic;
  color: #646464;
  margin-bottom: 0;
  line-height: 20px;
  margin-top: 5px;
  height: 60px;
  font-weight: 500;
}
.barcode-article-container .barcode-section-grid .card-icon-avg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: rgb(238, 245, 255);
}

.item-recipe-wrap {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.item-recipe-wrap .category-sidebar {
  border-right: 1px solid #e5e7eb;
  padding: 16px 0px 16px 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #F9FAFB;
}
.item-recipe-wrap .category-sidebar .ps-form-group {
  position: relative;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.item-recipe-wrap .category-sidebar .ps-form-group .form-control {
  padding-left: 10px;
  padding-right: 4rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #646464;
}
.item-recipe-wrap .category-sidebar .ps-form-group .form-control::-moz-placeholder {
  color: #979797;
}
.item-recipe-wrap .category-sidebar .ps-form-group .form-control::placeholder {
  color: #979797;
}
.item-recipe-wrap .category-sidebar .ps-form-group .search-icon-btn {
  position: absolute;
  top: 0;
  right: 17px;
  padding: 7px 14px;
  border-radius: 0 8px 8px 0px;
}
.item-recipe-wrap .category-sidebar .ps-form-group .clear-btn {
  position: absolute;
  right: 4.25rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 16px;
  color: #999;
  display: none;
}
.item-recipe-wrap .category-sidebar .ps-form-group input:not(:-moz-placeholder) + .clear-btn {
  display: block;
}
.item-recipe-wrap .category-sidebar .ps-form-group input:not(:placeholder-shown) + .clear-btn {
  display: block;
}
.item-recipe-wrap .category-sidebar .no-data-found {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  height: 55dvh;
}
.item-recipe-wrap .category-sidebar .no-data-found p {
  font-size: 0.82rem;
  color: #646464;
  text-align: center;
  margin-bottom: 0;
}
.item-recipe-wrap .category-sidebar .category-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.item-recipe-wrap .category-sidebar .category {
  margin-bottom: 0;
}
.item-recipe-wrap .category-sidebar .category.collapsed .category-content {
  display: none;
}
.item-recipe-wrap .category-sidebar .category.expanded .category-header {
  background-color: #F2F2F2;
}
.item-recipe-wrap .category-sidebar .category .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 8px;
}
.item-recipe-wrap .category-sidebar .category .category-header .category-name {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.item-recipe-wrap .category-sidebar .category .category-header .chevron-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.item-recipe-wrap .category-sidebar .category .category-header:hover {
  background-color: #eaeaea;
}
.item-recipe-wrap .category-sidebar .category .category-content {
  position: relative;
  padding-left: 0;
  padding-top: 15px;
}
.item-recipe-wrap .category-sidebar .category .category-content .category-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e5e7eb;
  margin-left: 0;
}
.item-recipe-wrap .category-sidebar .category .category-content .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1.75rem;
  position: relative;
}
.item-recipe-wrap .category-sidebar .category .category-content .item-list li {
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #646464;
  margin-bottom: 2px;
  transition: all 0.2s ease;
  position: relative;
}
.item-recipe-wrap .category-sidebar .category .category-content .item-list li:hover {
  background-color: #eaeaea;
}
.item-recipe-wrap .category-sidebar .category .category-content .item-list li.active {
  background-color: #e7f3fe;
  color: #1377da;
  font-weight: 500;
}
.item-recipe-wrap .category-sidebar .searchCategory-list .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  position: relative;
}
.item-recipe-wrap .category-sidebar .searchCategory-list .item-list li {
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #646464;
  margin-bottom: 2px;
  transition: all 0.2s ease;
  position: relative;
}
.item-recipe-wrap .category-sidebar .searchCategory-list .item-list li:hover {
  background-color: #eaeaea;
}
.item-recipe-wrap .category-sidebar .searchCategory-list .item-list li.active {
  background-color: #e7f3fe;
  color: #1377da;
  font-weight: 500;
}
.item-recipe-wrap .category-sidebar .searchCategory-list-loader .item-list-loader {
  display: grid;
  gap: 15px;
}
.item-recipe-wrap .category-sidebar .searchCategory-list-loader .item-list-loader li {
  height: 39px;
}
.item-recipe-wrap .category-sidebar .searchCategory-list-loader .cat-list-loader {
  display: grid;
  gap: 15px;
}
.item-recipe-wrap .category-sidebar .searchCategory-list-loader .cat-list-loader li {
  height: 46px;
}
.item-recipe-wrap .main-content-wrap {
  padding: 1rem;
  overflow-y: auto;
  background-color: #ffffff;
}
.item-recipe-wrap .main-content-wrap .empty-state {
  display: grid;
  place-items: center;
  height: 100%;
  text-align: center;
}
.item-recipe-wrap .main-content-wrap .step-card {
  display: grid;
  grid-template-columns: auto 1fr 200px auto;
  gap: 16px;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  align-items: start;
  position: relative;
  margin-bottom: 16px;
}
.item-recipe-wrap .main-content-wrap .step-card .step-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.item-recipe-wrap .main-content-wrap .step-card .drag-handle {
  cursor: grab;
  display: flex;
  align-items: center;
  padding: 4px;
}
.item-recipe-wrap .main-content-wrap .step-card .drag-handle:active {
  cursor: grabbing;
}
.item-recipe-wrap .main-content-wrap .step-card .step-content {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 20px;
}
.item-recipe-wrap .main-content-wrap .step-card .step-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group label {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 0;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .form-control {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  color: #374151;
  transition: border-color 0.2s;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .form-control:focus {
  outline: none;
  border-color: #979797;
  box-shadow: 0 0 0 3px rgba(151, 151, 151, 0.1);
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .form-control::-moz-placeholder {
  color: #9ca3af;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .form-control::placeholder {
  color: #9ca3af;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .duration-group .duration-input-group {
  display: flex;
  gap: 0;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .duration-group .duration-input-group .duration-number {
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.item-recipe-wrap .main-content-wrap .step-card .form-group .duration-group .duration-input-group .duration-unit {
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #d1d5db;
  padding-right: 28px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23646464' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  width: 100px;
}
.item-recipe-wrap .main-content-wrap .step-card .required {
  color: #ef4444;
  margin-left: 2px;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #F9FAFB;
  border-radius: 8px;
  padding: 16px;
  align-items: center;
  justify-content: center;
  width: 300px;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section label {
  font-weight: 600;
  font-size: 14px;
  color: #374151;
  margin-bottom: 5px;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section .photo-upload-box {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section .photo-upload-box .image-preview-thumb {
  width: 106px;
  max-height: 106px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section .photo-upload-box .upload-btn {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section .photo-upload-box .upload-btn:hover {
  background-color: #f9fafb;
  border-color: #979797;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section .file-upload-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-recipe-wrap .main-content-wrap .step-card .photo-upload-section .file-upload-btn input[type=file] {
  height: 40px;
  width: 90px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  cursor: pointer;
}
.item-recipe-wrap .main-content-wrap .step-card .delete-btn {
  padding: 10px;
  position: absolute;
  right: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  top: 0.5rem;
}
@media (max-width: 991px) {
  .item-recipe-wrap .main-content-wrap .step-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .item-recipe-wrap .main-content-wrap .step-card .step-header-left {
    grid-column: 1/-1;
  }
  .item-recipe-wrap .main-content-wrap .step-card .step-content {
    grid-template-columns: 1fr;
  }
  .item-recipe-wrap .main-content-wrap .step-card .photo-upload-section {
    grid-column: 1/-1;
  }
  .item-recipe-wrap .main-content-wrap .step-card .delete-btn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.sidebar.sidebar-menu.sidebar-new-ps .ho-management-listing-wrap li a.active svg {
  fill: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps .ho-management-listing-wrap li a.active svg path {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps .ho-management-listing-wrap li.mhub-dashboard-link a.active path {
  stroke: none !important;
  fill: #1770EE !important;
}

.update-outlet-section-page .top-header-section {
  margin-top: 10px;
}
.update-outlet-section-page .top-header-section h5 {
  font-weight: 600;
  line-height: 24px;
}
.update-outlet-section-page .top-header-section p {
  font-weight: 400;
  color: #646464;
  line-height: 20px;
  margin-bottom: 5px;
}
.update-outlet-section-page .update-all-outlet-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 0 15px;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .update-outlet-section-page .update-all-outlet-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .update-outlet-section-page .update-all-outlet-wrapper {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .update-all-outlet-wrapper .card {
  border-radius: 8px;
  margin-bottom: 0;
  border: 1px solid #D2D6DB;
}
.update-outlet-section-page .update-all-outlet-wrapper .card .card-body {
  display: flex;
  gap: 10px;
}
.update-outlet-section-page .update-all-outlet-wrapper .card .card-body h5 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.update-outlet-section-page .update-all-outlet-wrapper .card .card-body p {
  margin: 0;
  font-weight: 400;
  color: #646464;
  line-height: 20px;
  padding-right: 25px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  justify-content: center;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .step-text {
  color: #646464;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .step-text.current-text, .update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .step-text.step-text-one {
  color: #000000;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .current-step {
  background: #3A84EC;
  color: white;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .current-step .right-icon-tick {
  display: none;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .complete-number {
  background: #039855;
  color: white;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .complete-number .no-text {
  display: none;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .complete-number .right-icon-tick {
  display: inline-flex;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step-line {
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #DEE2E5;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #DEE2E5;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1224px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 910px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-card {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap {
  display: flex;
  gap: 15px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap .item-card {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap .item-card {
    width: 100%;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap .item-card.last-step-item-card {
  max-height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  display: none;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card {
  width: 33.33%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card.last-step-item-card {
  display: inline-flex;
  opacity: 1;
  max-height: 100%;
}
@media (max-width: 991px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third {
    display: grid;
    grid-template-columns: 1fr;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card {
    width: 100%;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card {
  border: 1px solid #D2D6DB;
  background: #FFFFFF;
  padding: 0;
  border-radius: 8px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-header {
  border-bottom: 1px solid #D2D6DB;
  padding-bottom: 10px;
  margin-bottom: 1rem;
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 8;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-header h6 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-header p {
  color: #646464;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-body {
  padding: 0 16px 16px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-body .search-icon-input-wrap {
  margin-bottom: 1rem;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-body .search-icon-input-wrap .search-icon {
  position: absolute;
  top: 7px;
  right: 10px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-two-column-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-two-column-card {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-cat-list {
  border: 1px solid #D2D6DB;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-cat-list span {
  line-height: 1px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-cat-list .minus-icon {
  line-height: 2px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .info-outline-btn {
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #5B73E8;
  padding: 12px 16px;
  height: 58px;
  width: 254px;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .info-outline-btn .right-droparrow-icon {
  position: absolute;
  right: 15px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item_modified {
  font-weight: 600;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item_modified.active {
  color: #1770EE;
  background-color: #EEF5FF;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .footer-section-wrap {
  border-radius: 0 !important;
  border-top: 1px solid #D2D6DB;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .order-1 .top-inner-header-wrap h5 {
  line-height: 24px;
  display: flex;
  align-items: center;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .order-1 .top-inner-header-wrap p {
  color: #646464;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-accordion-arow-wrap {
  width: 15%;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  padding-top: 15px;
  cursor: pointer;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .select-category-wrap {
  background-color: #FFFFFF;
  border-bottom: 0;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .select-category-wrap h6 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .select-category-wrap p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #646464;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap {
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap {
    flex-direction: column;
    margin: 0;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap,
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero {
  transition: width 1s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap {
  width: 100%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap.add_width_half {
  width: 49.5%;
  margin-right: 0.5%;
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap.add_width_half {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
  transition: width 1s ease, opacity 0.75s ease;
  transition: height 1s ease, opacity 0.75s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.add_width_half {
  width: 49.5%;
  margin-left: 0.5%;
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  padding: 0 0 16px !important;
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.add_width_half {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.add_width_half .item-card-header {
  padding-top: 16px;
  padding-bottom: 13px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 8;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.hidden {
  display: none;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .footer-section-wrap.bottom-footer-sticky {
  position: sticky;
  bottom: 0;
}
.update-outlet-section-page .gray-text {
  color: #646464;
}

.all-menu-trigger .alert .listing-ul-card-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 75% !important;
}
.all-menu-trigger .alert .listing-ul-card-wrap .ng-card-body {
  padding: 15px;
}

/* Fancybox full screen fix */
.video-fancybox .fancybox-content {
  padding: 0;
  background: #000;
  width: 95vw;
  height: 80vh;
  max-width: 1200px;
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 1224px) {
  .video-fancybox .fancybox-content {
    max-width: 1000px;
    max-height: 580px;
  }
}
@media (max-width: 991px) {
  .video-fancybox .fancybox-content {
    max-width: 760px;
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .video-fancybox .fancybox-content {
    max-width: 480px;
    max-height: 270px;
  }
}
.video-fancybox .fancybox-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-fancybox .bulk-image-upload-fancybox-video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.drag-drop-text-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  justify-content: center;
  align-items: center;
}

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

.onboarding-section-wrap {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.onboarding-section-wrap .onboarding-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.onboarding-section-wrap .onboarding-hero {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(58, 132, 236, 0.3);
  background: #EEF5FF;
  /* Box-Shadow */
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .onboarding-section-wrap .onboarding-hero {
    padding: 20px 14px 16px;
  }
}
.onboarding-section-wrap .onboarding-hero__icon {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 10px 18px rgba(38, 50, 56, 0.12);
  display: inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.onboarding-section-wrap .onboarding-hero__title {
  color: #1361CE;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.onboarding-section-wrap .onboarding-hero__desc {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.25rem;
  padding: 0 1rem;
  text-align: center;
}
.onboarding-section-wrap .onboarding-hero__btn {
  height: 3.5rem;
  min-width: 9.375rem;
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background-color: #3A84EC;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-section-wrap .onboarding-hero__btn:hover, .onboarding-section-wrap .onboarding-hero__btn:focus {
  background: #1361CE;
  border-color: #1361CE;
  color: #ffffff;
}
.onboarding-section-wrap .onboarding-how {
  margin: 2.5rem auto;
  text-align: center;
}
.onboarding-section-wrap .onboarding-how__title {
  color: #191C1E;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.onboarding-section-wrap .onboarding-steps {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  position: relative;
  align-items: start;
}
.onboarding-section-wrap .onboarding-steps::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 30px;
  height: 2px;
  background: #E5E7EB;
  z-index: 0;
}
@media (max-width: 991px) {
  .onboarding-section-wrap .onboarding-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }
  .onboarding-section-wrap .onboarding-steps::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .onboarding-section-wrap .onboarding-steps {
    grid-template-columns: 1fr;
  }
}
.onboarding-section-wrap .onboarding-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 0 10px;
}
.onboarding-section-wrap .onboarding-step__icon {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 0.625rem;
  background: #ffffff;
  border: 1px solid #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.onboarding-section-wrap .onboarding-step__title {
  color: var(--Neutral-Text, #000);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.onboarding-section-wrap .onboarding-step__desc {
  color: var(--Neutral-Content, #646464);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.onboarding-section-wrap .onboarding-video {
  padding-top: 18px;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}
.onboarding-section-wrap .onboarding-video__card {
  width: 520px;
  max-width: 100%;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 0.98569rem;
  background: linear-gradient(45deg, #0F172A 0%, #1E293B 50%, rgba(183, 19, 26, 0.2) 100%);
  box-shadow: 0 13.143px 16.429px -3.286px rgba(0, 0, 0, 0.1), 0 5.257px 6.571px -3.943px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .onboarding-section-wrap .onboarding-video__card {
    height: 220px;
  }
}
.onboarding-section-wrap .onboarding-video__duration {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  padding: 0.16431rem 0.49288rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  border-radius: 0.67319rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.3942857265rem);
  z-index: 2;
  line-height: 0.82144rem;
}
.onboarding-section-wrap .onboarding-video__play {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding-left: 9px;
}
.onboarding-section-wrap .onboarding-video__text {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  z-index: 2;
  color: #ffffff;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.onboarding-section-wrap .onboarding-video__text-title {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-section-wrap .onboarding-video__text-sub {
  color: #CBD5E1;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.15rem;
}
.onboarding-section-wrap .onboarding-footer {
  border-radius: 0.625rem;
  border: 1px solid #D2D6DB;
  background: #F9FAFB;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .onboarding-section-wrap .onboarding-footer {
    grid-template-columns: 42px 1fr;
    grid-template-rows: auto auto;
    align-items: start;
  }
}
.onboarding-section-wrap .onboarding-footer__badge {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  border-radius: 50%;
}
.onboarding-section-wrap .onboarding-footer__title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-section-wrap .onboarding-footer__desc {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.onboarding-section-wrap .onboarding-footer__link {
  color: #3A84EC;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.onboarding-step-section-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  padding-top: 1.5rem;
  min-height: 85svh;
}
.onboarding-step-section-wrap .review-panel-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.75rem;
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 0.625rem;
  border: 1px solid rgba(2, 122, 72, 0.4);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  overflow-x: hidden;
}
.onboarding-step-section-wrap .review-panel-wrap .review-panel {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  align-self: stretch;
  background: linear-gradient(272deg, #124E3B 0%, #168E68 99.85%);
}
.onboarding-step-section-wrap .review-panel-wrap .review-panel.error-panel {
  background: linear-gradient(272deg, #4E1213 0%, #8E1618 99.85%);
}
.onboarding-step-section-wrap .review-panel-wrap .review-panel::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22121%22%20height%3D%2260%22%20viewBox%3D%220%200%20121%2060%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2277.588%22%20cy%3D%2223.6143%22%20r%3D%2242.4025%22%20transform%3D%22rotate(0.286934%2077.588%2023.6143)%22%20fill%3D%22white%22%20fill-opacity%3D%220.1%22/%3E%3Ccircle%20cx%3D%2242.6144%22%20cy%3D%2264.1465%22%20r%3D%2242.4025%22%20transform%3D%22rotate(0.286934%2042.6144%2064.1465)%22%20fill%3D%22white%22%20fill-opacity%3D%220.1%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top;
  height: 62px;
  width: 100%;
  position: absolute;
  right: 1.5rem;
  top: 0;
}
.onboarding-step-section-wrap .review-panel-wrap .review-panel .review-title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body {
  display: flex;
  padding: 1.5rem 1rem;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-menu-summary {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  align-self: stretch;
  border-radius: 0.625rem;
  background: #F9FAFB;
  margin-bottom: 1rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-menu-summary .onboarding-menu-title {
  color: #000;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-menu-summary .onboarding-meta-line {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .review-request-success-message {
  color: #039855;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .pending-status-badge {
  display: flex;
  padding: 0.125rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  border-radius: 1rem;
  background: #FEE4D2;
  color: #65310C;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .process-status-badge {
  display: flex;
  padding: 0.125rem 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.125rem;
  border-radius: 1rem;
  background: #FFF8E5;
  color: #D9A541;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-review-btn {
  display: inline-flex;
  width: 15.75rem;
  height: 2.5rem;
  min-width: 9.375rem;
  padding: 0.625rem 0.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #3A84EC;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-review-btn.onboarding-review-btn-outline {
  background-color: #ffffff;
  border: 1px solid #3A84EC;
  color: #3A84EC;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-review-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-review-row .onboarding-row-title {
  color: #000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-review-row .onboarding-row-text {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.onboarding-step-section-wrap .review-panel-wrap .onboarding-review-body .onboarding-review-row .onboarding-request-link {
  color: #3A84EC;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.onboarding-step-section-wrap .onboarding-divider {
  width: 100%;
  height: 1px;
  background-color: #D2D6DB;
  margin: 1rem 0;
  display: block;
}
.onboarding-step-section-wrap .onboarding-next-panel {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1rem;
  width: 43.75rem;
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 0.625rem;
  border: none;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  overflow-x: hidden;
}
.onboarding-step-section-wrap .onboarding-next-panel .onboarding-next-panel-title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
.onboarding-step-section-wrap .onboarding-next-panel .onboarding-next-panel-text {
  color: #646464;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.onboarding-step-section-wrap .onboarding-next-panel .onboarding-next-panel-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
}
.onboarding-step-section-wrap .onboarding-next-panel .onboarding-next-panel-list li {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.z-index-8010 {
  z-index: 8010 !important;
}

.menu_scrollspy_nav .ps-vertical-nav .nav-item {
  border-bottom: 1px solid #E5E5E5;
}
.menu_scrollspy_nav .ps-vertical-nav .nav-item::last-child {
  border-bottom: 0;
}
.menu_scrollspy_nav .ps-vertical-nav .nav-item .nav-link.active {
  color: #1770EE;
  background-color: #F8F8F8;
}
.menu_scrollspy_nav .ps-vertical-nav .nav-item .nav-link.active p {
  color: #1770EE;
}

/* ---- coupon import progress card (Items/coupon_list) ---- */
#coupon_import_progress {
  margin-bottom: 12px;
}
#coupon_import_progress .cip-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
#coupon_import_progress .cip-list-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #373737;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#coupon_import_progress .cip-list-count {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
}
#coupon_import_progress .cip-list-count-processing {
  background: #EEF5FF;
  color: #1770EE;
}
#coupon_import_progress .cip-list-count-processing .cip-badge-dot {
  animation: cip-pulse 1.2s ease-in-out infinite;
}
#coupon_import_progress .cip-list-count-completed {
  background: #ECFDF3;
  color: #027A48;
}
#coupon_import_progress .cip-list-count-failed {
  background: #FFECEE;
  color: #B42318;
}
#coupon_import_progress .cip-dismiss-all {
  font-size: 0.78rem;
  color: #646464;
  text-decoration: underline;
}
#coupon_import_progress .cip-dismiss-all:hover {
  color: #1770EE;
}
#coupon_import_progress .cip-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#coupon_import_progress .cip-meta {
  font-size: 0.75rem;
  color: #979797;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
#coupon_import_progress .cip-card {
  --cip-accent: #1770EE;
  --cip-accent-soft: #EEF5FF;
  --cip-accent-text: #1770EE;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-left: 4px solid var(--cip-accent);
  border-radius: 10px;
  padding: 16px 18px 14px;
  box-shadow: 0 1px 2px rgba(33, 33, 33, 0.04);
  transition: border-color 0.3s ease;
}
#coupon_import_progress .cip-card.cip-enter {
  animation: cip-enter 0.35s ease;
}
#coupon_import_progress .cip-card.cip-completed {
  --cip-accent: #5EA61F;
  --cip-accent-soft: #ECFDF3;
  --cip-accent-text: #027A48;
}
#coupon_import_progress .cip-card.cip-failed {
  --cip-accent: #EB3454;
  --cip-accent-soft: #FFECEE;
  --cip-accent-text: #B42318;
}
#coupon_import_progress .cip-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
#coupon_import_progress .cip-head-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  flex: 1 1 320px;
}
#coupon_import_progress .cip-head-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
#coupon_import_progress .cip-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cip-accent-soft);
  color: var(--cip-accent-text);
  transition: background 0.3s ease, color 0.3s ease;
}
#coupon_import_progress .cip-icon svg {
  display: none;
}
#coupon_import_progress .cip-subtitle {
  display: none;
}
#coupon_import_progress .cip-processing .cip-subtitle-processing,
#coupon_import_progress .cip-completed .cip-subtitle-completed,
#coupon_import_progress .cip-failed .cip-subtitle-failed {
  display: block;
}
#coupon_import_progress .cip-processing .cip-icon-processing {
  display: block;
  animation: cip-spin 1s linear infinite;
}
#coupon_import_progress .cip-completed .cip-icon-completed {
  display: block;
}
#coupon_import_progress .cip-failed .cip-icon-failed {
  display: block;
}
#coupon_import_progress .cip-title {
  font-size: 0.938rem;
  font-weight: 600;
  color: #373737;
  line-height: 1.3;
}
#coupon_import_progress .cip-subtitle {
  font-size: 0.8rem;
  color: #646464;
  margin-top: 2px;
  line-height: 1.4;
}
#coupon_import_progress .cip-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: var(--cip-accent-soft);
  color: var(--cip-accent-text);
  white-space: nowrap;
}
#coupon_import_progress .cip-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
#coupon_import_progress .cip-processing .cip-badge-dot {
  animation: cip-pulse 1.2s ease-in-out infinite;
}
#coupon_import_progress .cip-close {
  border: 0;
  background: transparent;
  color: #979797;
  font-size: 20px;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
}
#coupon_import_progress .cip-close:hover {
  background: #F2F2F2;
  color: #373737;
}
#coupon_import_progress .cip-processing .cip-close {
  display: none;
}
#coupon_import_progress .cip-bar-wrap {
  margin-top: 16px;
}
#coupon_import_progress .cip-bar-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}
#coupon_import_progress .cip-bar-label {
  font-size: 0.78rem;
  color: #646464;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#coupon_import_progress .cip-percent {
  font-size: 1.5rem;
  font-weight: 700;
  color: #373737;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
#coupon_import_progress .cip-percent small {
  font-size: 0.85rem;
  font-weight: 600;
  color: #646464;
  margin-left: 2px;
}
#coupon_import_progress .cip-track {
  height: 10px;
  background: #EDEDED;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
#coupon_import_progress .cip-fill {
  height: 100%;
  border-radius: 999px;
  width: 0;
  background: var(--cip-accent);
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
  position: relative;
  min-width: 0;
}
#coupon_import_progress .cip-processing .cip-fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  animation: cip-shimmer 1.4s linear infinite;
}
#coupon_import_progress .cip-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-top: 14px;
}
#coupon_import_progress .cip-stat {
  background: #F8F8F8;
  border: 1px solid #EDEDED;
  border-radius: 8px;
  padding: 10px 12px;
}
#coupon_import_progress .cip-stat-label {
  font-size: 0.72rem;
  color: #646464;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
#coupon_import_progress .cip-stat-value {
  font-size: 1.15rem;
  font-weight: 700;
  color: #373737;
  margin-top: 2px;
  font-variant-numeric: tabular-nums;
}
#coupon_import_progress .cip-stat-ok .cip-stat-value {
  color: #027A48;
}
#coupon_import_progress .cip-stat-bad .cip-stat-value {
  color: #B42318;
}
#coupon_import_progress .cip-stat-bad.cip-stat-zero .cip-stat-value {
  color: #979797;
}
#coupon_import_progress .cip-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed #E5E7EB;
  font-size: 0.8rem;
  color: #646464;
}
#coupon_import_progress .cip-message {
  flex: 1 1 240px;
  min-width: 0;
}
#coupon_import_progress .cip-completed .cip-message {
  color: #027A48;
  font-weight: 600;
}
#coupon_import_progress .cip-failed .cip-message {
  color: #B42318;
  font-weight: 600;
}
#coupon_import_progress .cip-updated {
  color: #979797;
  white-space: nowrap;
}
@media (max-width: 575px) {
  #coupon_import_progress .cip-card {
    padding: 14px;
  }
  #coupon_import_progress .cip-percent {
    font-size: 1.25rem;
  }
  #coupon_import_progress .cip-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  #coupon_import_progress .cip-card .cip-subtitle {
    display: none;
  }
}

@keyframes cip-enter {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes cip-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes cip-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.7);
  }
}
@keyframes cip-shimmer {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.cursor-pointer {
  cursor: pointer !important;
}

.ps-footer {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px solid #D2D6DB;
  color: #000000;
  position: relative;
  background: #ffffff;
  padding-left: 60px;
  font-weight: 500;
  border: none !important;
}
.ps-footer.footer p {
  color: #646464;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .ps-footer.footer p {
    font-size: 0.813rem;
  }
}
.ps-footer .terms-privacy a {
  color: #646464;
  font-size: 0.875rem;
  font-weight: 400;
}
.ps-footer .terms-privacy a:hover {
  color: #1770EE;
}
@media (max-width: 1440px) {
  .ps-footer .terms-privacy a {
    font-size: 0.813rem;
  }
}
.ps-footer .terms-privacy .tagmanagerheader img {
  height: 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1440px) {
  .ps-footer .terms-privacy .tagmanagerheader img {
    height: 16px;
    width: 16px;
  }
}
.ps-footer .order-2.terms-privacy {
  text-align: right;
}
@media (max-width: 767px) {
  .ps-footer .order-2.terms-privacy {
    text-align: center;
  }
}

.marketplace-service-page {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .marketplace-service-page .overlay-open {
    background-color: transparent;
    z-index: 0;
  }
}
.marketplace-service-page .top-tabbing-sticky {
  top: 0;
  z-index: 20;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .marketplace-service-page .top-tabbing-sticky {
    z-index: 0;
    position: relative !important;
  }
}
.marketplace-service-page .marketservice_scrollspy_nav {
  background-color: #FFFFFF;
}
.marketplace-service-page .marketplac-banner {
  height: 180px;
  background-color: #fff5f6;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .marketplace-service-page .marketplac-banner {
    padding-left: 20px;
    padding-right: 20px;
    z-index: 0;
  }
}
.marketplace-service-page .marketplac-banner .top-right-svg {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: -1;
}
.marketplace-service-page .marketplac-banner .btm-left-svg {
  position: absolute;
  bottom: -5px;
  left: -5px;
  z-index: -1;
}
.marketplace-service-page .marketplac-banner .market-banner-top-title {
  color: #1770EE;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .marketplace-service-page .marketplac-banner .market-banner-top-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .marketplace-service-page .marketplac-banner .market-banner-top-title {
    margin-bottom: 0;
  }
}
.marketplace-service-page .marketplac-banner .market-banner-midd-title {
  color: #212121;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  padding: 5px 0;
}
@media (max-width: 1300px) {
  .marketplace-service-page .marketplac-banner .market-banner-midd-title {
    font-size: 1.5rem;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .marketplace-service-page .marketplac-banner .market-banner-midd-title {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.marketplace-service-page .marketplac-banner .market-banner-btm-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1300px) {
  .marketplace-service-page .marketplac-banner .market-banner-btm-title {
    position: relative;
    font-size: 0.875rem;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .marketplace-service-page .marketplac-banner .market-banner-btm-title {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .marketplace-service-page .marketplac-banner .market-banner-btm-title {
    font-size: 0.813rem;
  }
}
.marketplace-service-page .marketplac-banner .market-banner-btm-title span {
  color: #1770EE;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1300px) {
  .marketplace-service-page .marketplac-banner .market-banner-btm-title span {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .marketplace-service-page .marketplac-banner .market-banner-btm-title span {
    font-size: 0.813rem;
  }
}
.marketplace-service-page .tabbing-wrap {
  position: sticky;
  transition: all 0.5s ease;
  top: 0.25rem;
}
.marketplace-service-page .marketservice_scrollspy_nav .custom_scroll {
  padding: 5px 0;
}
.marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item {
  display: inline-block;
}
@media (max-width: 767px) {
  .marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item {
    display: block;
  }
}
.marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link {
  border-radius: 12px;
  border: 1px solid #D2D6DB;
  background: #F5F5F5;
  margin: 8px 10px;
}
@media (max-width: 1367px) {
  .marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link {
    margin: 5px 6px;
  }
}
@media (max-width: 767px) {
  .marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link {
    border: none;
    background-color: transparent;
    margin: 2px 0;
  }
}
.marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link p {
  letter-spacing: 0.5px;
  padding: 16.02px 15px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1300px) {
  .marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link p {
    padding: 13px;
    font-size: 0.875rem;
  }
}
.marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link.active {
  border-radius: 12px;
  background: #212121;
  border: #212121;
}
.marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link.active p {
  border-left: 0;
  background: transparent;
  color: #FFFFFF;
  font-weight: 500;
}
@media (max-width: 767px) {
  .marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link.active p {
    color: #212121;
  }
}
@media (max-width: 767px) {
  .marketplace-service-page .marketservice_scrollspy_nav .custom_scroll .nav-item .nav-link.active {
    background-color: transparent;
  }
}
.marketplace-service-page .top-listing li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  color: #979797;
}
@media (max-width: 1300px) {
  .marketplace-service-page .top-listing li {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .marketplace-service-page .top-listing li {
    font-size: 0.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .marketplace-service-page .top-listing li {
    font-size: 0.75rem;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .marketplace-service-page .top-listing li img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 3px;
  }
}
.marketplace-service-page .top-listing li.active-tab {
  border-bottom: 2px solid #1770EE;
}
.marketplace-service-page .top-listing li.active-tab .tab-text {
  color: #1770EE;
}
.marketplace-service-page .app-card {
  border: 2px solid #FFFFFF;
}
.marketplace-service-page .app-card .tagmanagerheader {
  border-radius: 8px !important;
}
@media (max-width: 440px) {
  .marketplace-service-page .app-card .tagmanagerheader {
    padding-bottom: 10px !important;
  }
}
.marketplace-service-page .app-card .tagmanagerheader .card-media {
  width: 90%;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FBFBFB;
}
.marketplace-service-page .app-card .tagmanagerheader .mpservice-card-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-service-page .app-card .tagmanagerheader .mpservice-card-dttl {
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  .marketplace-service-page .app-card .tagmanagerheader .mpservice-card-dttl {
    font-size: 0.938rem;
  }
}
@media (max-width: 440px) {
  .marketplace-service-page .app-card .tagmanagerheader .mpservice-card-dttl {
    font-size: 0.875rem;
  }
}
.marketplace-service-page .app-card .tagmanagerheader .btn-active-success {
  border-radius: 16px;
  background: #ECFDF3;
  color: #027A48;
  padding: 2px 8px;
  color: #027A48;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
}
.marketplace-service-page .app-card .tagmanagerheader .btn-active-success .right-arrow-svg svg path {
  stroke: #027A48;
}
.marketplace-service-page .app-card .tagmanagerheader .btn-inactive-dan {
  border-radius: 16px;
  background: #FEF3F2;
  color: #1770EE;
  padding: 2px 8px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
}
.marketplace-service-page .app-card .tagmanagerheader .service-expiredays {
  color: #979797;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0;
  font-style: normal;
}
.marketplace-service-page .app-card .tagmanagerheader .service-expiredays:before {
  display: none;
}
.marketplace-service-page .app-card:hover {
  border-radius: 8px;
  border: 2px solid #FFCFD5;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.marketplace-service-page .app-card .inactive-wrapper {
  justify-content: center !important;
}
.marketplace-service-page .app-card .get-started-text {
  justify-content: center !important;
  color: #DC9203;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
  border-top: 2px solid #E5E7EB;
  padding-top: 13px !important;
  margin-bottom: 15px;
}
@media (max-width: 440px) {
  .marketplace-service-page .app-card .get-started-text {
    padding-top: 10px !important;
    margin-bottom: 0;
  }
}
.marketplace-service-page .app-card .right-arrow-svg {
  display: none;
}
.marketplace-service-page .app-card .inactive-wrapper .noExpiry .right-arrow-svg {
  display: none;
}
.marketplace-service-page .app-card .noExpiry {
  margin: auto;
}
.marketplace-service-page .app-card .noExpiry .right-arrow-svg {
  display: inline-block;
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .mpservice-box-msg {
  z-index: 2;
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .mpservice-box-msg .mpservice-shield {
  margin: 7px 0px 0px 5px;
}
@media (max-width: 440px) {
  .marketplace-service-page .mpservices_new.mpservices-new-wrap .mpservices_new_main .row {
    justify-content: center;
  }
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title {
  margin-left: 0;
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title h3 {
  color: #212121;
  font-size: 1.29rem;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 3px;
}
@media (max-width: 1300px) {
  .marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title h3 {
    font-size: 1rem;
  }
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title .svg-icon {
  margin: 0 15px 0 0;
  width: 48px;
  padding: 5px 5px;
  display: none;
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title .svg-icon:before {
  width: 48px;
  height: 48px;
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .set-title p {
  color: #979797;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 5px;
}
.marketplace-service-page .mpservices_new.mpservices-new-wrap .cutm-col-2 {
  max-width: 208px;
  min-height: 220px;
}
@media (max-width: 440px) {
  .marketplace-service-page .mpservices_new.mpservices-new-wrap .cutm-col-2 {
    max-width: 240px;
  }
}
@media (max-width: 1300px) {
  .marketplace-service-page .mpservices_new.mpservices-new-wrap .cutm-col-2 {
    max-width: 228px;
  }
}
@media (min-width: 1400px) {
  .marketplace-service-page .renewalmarketplace .col-xl-4 {
    max-width: 384px;
  }
}
.marketplace-service-page .renewalmarketplace .card .card-header {
  border-radius: 4px;
  border: 1px solid #E5E7EB;
  background: #FBFBFB;
  width: 94%;
  margin: 8px auto;
  padding: 21.07px 0;
}
.marketplace-service-page .renewalmarketplace .card .service-name-text {
  color: #646464;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 12px 0;
}
.marketplace-service-page .renewalmarketplace .card .exp-text-wrap {
  color: #646464;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.marketplace-service-page .renewalmarketplace .card .exp-text-wrap span {
  color: #212121;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.marketplace-service-page .renewalmarketplace .card .plan-amt-text {
  color: #212121;
  font-size: 2rem;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 0;
  letter-spacing: -0.64px;
}
.marketplace-service-page .renewalmarketplace .card .plan-amt-text sub {
  color: #6C737F;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  padding-left: 5px;
}
.marketplace-service-page .renewalmarketplace .card .plan-amt-text p strong {
  color: #212121;
  font-size: 2rem;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 0;
  letter-spacing: -0.64px;
}
.marketplace-service-page .renewalmarketplace .card .plan-amt-text p sup {
  color: #212121;
  font-size: 2rem;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 0;
  letter-spacing: -0.64px;
  top: 0;
}
.marketplace-service-page .renewalmarketplace .card .activ-text-year {
  color: #979797;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .overlay-open {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    z-index: 2;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .reports-page-wrapper .overlay-open {
    z-index: 4;
  }
}

.detailed-table .table-responsive {
  align-items: flex-start;
}

@media (max-width: 768px) {
  .new-common-tab .tab-top-btn {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 0;
    position: relative;
    top: 7px;
    left: 0px;
  }
}

.ps-table #download::before,
.ps-table #show_change::before,
.ps-table .show_schedule::before,
.ps-table .show-changes::before,
.ps-table .apply-coupen::before,
.ps-table .last-tootltip::before {
  right: -15%;
  left: inherit;
  bottom: 100%;
  width: auto;
  text-align: right;
  min-width: 102px;
}
.ps-table #download::after,
.ps-table #show_change::after,
.ps-table .show_schedule::after,
.ps-table .show-changes::after,
.ps-table .apply-coupen::after,
.ps-table .last-tootltip::after {
  bottom: 100%;
}
.ps-table #download.cancel-btn::before, .ps-table #download.cancel_wastage::before,
.ps-table #show_change.cancel-btn::before,
.ps-table #show_change.cancel_wastage::before,
.ps-table .show_schedule.cancel-btn::before,
.ps-table .show_schedule.cancel_wastage::before,
.ps-table .show-changes.cancel-btn::before,
.ps-table .show-changes.cancel_wastage::before,
.ps-table .apply-coupen.cancel-btn::before,
.ps-table .apply-coupen.cancel_wastage::before,
.ps-table .last-tootltip.cancel-btn::before,
.ps-table .last-tootltip.cancel_wastage::before {
  min-width: auto;
}
.ps-table .center-tooltip[data-tooltip]::before {
  min-width: 100px;
  margin-left: 0;
  transform: translateX(-50%);
}

.wallet-retun-phn-bal {
  border: 1px solid;
  padding: 15px 0;
  border-radius: 3px;
  border-color: #E5E7EB;
}

.no-data-blank-state {
  border-top: 1px solid #E5E7EB;
  margin: 0;
  padding-top: 57px;
  padding-bottom: 60px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  width: 100%;
  text-align: center;
}
.no-data-blank-state .image-wrapper {
  height: 48px;
  width: 48px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.no-data-blank-state .image-wrapper svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.no-data-blank-state h5 {
  font-weight: 500;
  margin-bottom: 4px;
}
.no-data-blank-state p {
  color: #646464;
  max-width: 352px;
  margin: 0 auto !important;
  font-size: 0.875rem;
}
@media (max-width: 1601px) {
  .no-data-blank-state p {
    font-size: 0.813rem;
  }
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #EEF5FF;
  border-top: 1px solid rgba(229, 231, 235, 0.2);
}
.card-footer:last-child {
  border-radius: 0 0 10px 10px;
}
.card-footer .add-edit-section {
  display: flex;
  justify-content: end;
}

.bottom-footer-sticky {
  height: 58px;
  position: sticky;
  left: 0;
  right: 0;
  bottom: -2px;
  color: #ffffff;
  padding: 0.75rem !important;
  text-align: center;
  width: 100%;
  z-index: 12;
  background-color: #EEF5FF !important;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
}

.restaurant-details-panel .report-name {
  min-height: 20px;
}
@media (max-width: 1367px) {
  .restaurant-details-panel .report-name {
    min-height: 20px;
  }
}
.restaurant-details-panel .select2-container--bootstrap-5 {
  width: auto !important;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: none !important;
}
.restaurant-details-panel .ps-select2-border.ps-select-hours .select2-container--bootstrap-5 {
  width: 100px !important;
  min-width: 100px !important;
  display: inline-block;
  margin-right: 10px;
}
.restaurant-details-panel .ps-select2-border .tut-video {
  width: 45%;
  border-radius: 15px;
}

.agreement-info .title-text {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1367px) {
  .agreement-info .title-text {
    font-size: 0.875rem;
  }
}
.agreement-info p {
  color: #000000;
  margin: 2px 0 !important;
}
@media (max-width: 1367px) {
  .agreement-info p {
    font-size: 0.813rem;
  }
}

.store_status_on .store-on-off-icon-wrap {
  position: relative;
}
.store_status_on .store-on-off-icon-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #039855;
  top: -11px;
  display: inline-block;
  left: 29px;
}

.store_status_off .store-on-off-icon-wrap {
  position: relative;
}
.store_status_off .store-on-off-icon-wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #DEE2E5;
  top: -11px;
  display: inline-block;
  left: 29px;
}

.ebill-form-grp-wrp {
  position: relative;
}
.ebill-form-grp-wrp .checkbox-container .checkmark {
  left: 8px;
}
.ebill-form-grp-wrp .system_dropdown {
  max-width: 210px;
  display: inline-block;
  margin-bottom: 0px;
}
.ebill-form-grp-wrp span.error.front-error {
  position: absolute;
  bottom: -19px;
}

.running-tables-wrapper .running-table-top-bar,
.running-tables-wraper .running-table-top-bar {
  background-color: #E7F1FF;
  padding: 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
@media (max-width: 767px) {
  .running-tables-wrapper .running-table-top-bar,
  .running-tables-wraper .running-table-top-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 13;
    padding: 15px 10px;
    left: 0;
  }
}
.running-tables-wrapper .running-table-top-bar .running-table-stats,
.running-tables-wraper .running-table-top-bar .running-table-stats {
  box-shadow: none;
  border-radius: 6px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  min-width: 200px;
}
@media (max-width: 767px) {
  .running-tables-wrapper .running-table-top-bar .running-table-stats,
  .running-tables-wraper .running-table-top-bar .running-table-stats {
    min-width: 150px;
  }
}
.running-tables-wrapper .running-table-top-bar .running-table-stats .transit,
.running-tables-wraper .running-table-top-bar .running-table-stats .transit {
  color: #646464;
  font-size: 0.875rem;
  line-height: 30px;
}
@media (max-width: 1680px) {
  .running-tables-wrapper .running-table-top-bar .running-table-stats .transit,
  .running-tables-wraper .running-table-top-bar .running-table-stats .transit {
    font-size: 0.688rem;
    line-height: normal;
  }
}
.running-tables-wrapper .running-table-top-bar .running-table-stats h3.transit,
.running-tables-wraper .running-table-top-bar .running-table-stats h3.transit {
  margin: 0;
  padding: 0;
  font-size: 1.29rem;
  color: #000000;
  font-weight: 500;
  line-height: 42px;
}
@media (max-width: 1680px) {
  .running-tables-wrapper .running-table-top-bar .running-table-stats h3.transit,
  .running-tables-wraper .running-table-top-bar .running-table-stats h3.transit {
    font-size: 1.125rem;
    line-height: normal;
  }
}
.running-tables-wrapper .run-table-card-wrap,
.running-tables-wraper .run-table-card-wrap {
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1366px) {
  .running-tables-wrapper .run-table-card-wrap,
  .running-tables-wraper .run-table-card-wrap {
    grid-template-columns: repeat(auto-fill, minmax(239px, 1fr));
  }
}
.running-tables-wrapper .run-table-card-wrap .running-tables-card,
.running-tables-wraper .run-table-card-wrap .running-tables-card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.29);
  border-radius: 10px;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 10px 0 10px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.running-tables-wrapper .run-table-card-wrap .running-tables-card.bg-1,
.running-tables-wraper .run-table-card-wrap .running-tables-card.bg-1 {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/green-bg-new.svg);
}
.running-tables-wrapper .run-table-card-wrap .running-tables-card.bg-2,
.running-tables-wraper .run-table-card-wrap .running-tables-card.bg-2 {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/yellow-bg-new.svg);
}
.running-tables-wrapper .run-table-card-wrap .running-tables-card.bg-3,
.running-tables-wraper .run-table-card-wrap .running-tables-card.bg-3 {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/blue-bg-new.svg);
}
.running-tables-wrapper .run-table-card-wrap .running-tables-card.bg-4,
.running-tables-wraper .run-table-card-wrap .running-tables-card.bg-4 {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/red-bg-new.svg);
}
.running-tables-wrapper .run-table-card-wrap .running-tables-card.bg-5,
.running-tables-wraper .run-table-card-wrap .running-tables-card.bg-5 {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/dgreen-bg-new.svg);
}

@media (max-width: 767px) {
  .edit-profile-wrapper .edit-profile-right-section .ps-form-card {
    background-color: #f4f4f4;
  }
}
@media (max-width: 767px) {
  .edit-profile-wrapper .edit-profile-right-section .edit-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .edit-profile-wrapper .edit-profile-right-section .card {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .edit-profile-wrapper .edit-profile-right-section .card-footer.bottom-footer-sticky {
    border-radius: 0 0 10px 10px;
  }
}

.owner-dashboard-wrapper .ps-dashboard-card.widget {
  color: #373737;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-title {
  margin-bottom: 5px;
  color: #646464;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-amt-title {
  font-size: 1.29rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 1680px) {
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-amt-title {
    font-size: 1.125rem;
    margin: 27.5px 0;
  }
}
@media (max-width: 1600px) {
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-amt-title {
    margin: 23.5px 0;
  }
}
@media (max-width: 1550px) {
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-amt-title {
    margin: 22.5px 0;
  }
}
@media (max-width: 1440px) {
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-amt-title {
    margin: 21px 0;
  }
}
@media (max-width: 1400px) {
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-amt-title {
    font-size: 1rem;
    margin: 23px 0;
  }
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-body .widget-inner-text {
  font-size: 12px;
  line-height: 20px;
  color: #979797;
  font-weight: 400;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text {
  margin-top: 0;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon {
  position: relative;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-toggle,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-toggle {
  border: 0;
  line-height: 1;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu {
  border: 0 !important;
  background-color: #EEF5FF;
  font-size: 0.875rem;
  min-width: 250px;
  border-radius: 10px;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu::before,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu::before {
  content: "";
  position: absolute;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/blue-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 13px;
}
@media (max-width: 1200px) {
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu::before,
  .owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu::before {
    content: none;
  }
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu[x-placement=bottom-start]::before,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu[x-placement=bottom-start]::before {
  top: -8px;
  left: 5px;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu[x-placement=top-start]::before,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu[x-placement=top-start]::before {
  bottom: -8px;
  left: 5px;
  transform: rotate(180deg);
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu .card,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu .card {
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  background-color: #EEF5FF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.102);
  border: 0;
}
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .net-sales-dropdwon .dropdown-menu .card .card-footer,
.owner-dashboard-wrapper .ps-dashboard-card.widget .widget-text .total-sales-dropdwon .dropdown-menu .card .card-footer {
  background-color: transparent;
  font-weight: 600;
}

.mobile-outlet-statistics-card .card {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
  border: 0;
  padding: 10px 0;
}
.mobile-outlet-statistics-card .mob-total-card.ps-mob-totalcard {
  position: relative;
  text-align: center;
}
.mobile-outlet-statistics-card .mob-total-card.ps-mob-totalcard:before {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/totl-sel-mob-card.png);
  height: 73px;
  background-repeat: no-repeat;
  width: 171px;
  z-index: 1;
  left: 0;
  position: absolute;
  top: 0;
}
.mobile-outlet-statistics-card .mob-total-card.ps-mob-totalcard:after {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/total-sels-mob-btm.png);
  height: 73px;
  background-repeat: no-repeat;
  width: 171px;
  z-index: 1;
  right: 0;
  position: absolute;
  bottom: 0;
}
.mobile-outlet-statistics-card .top-card-icon {
  position: absolute;
  right: 10px;
  top: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .mobile-outlet-statistics-card .card-body {
    padding: 15px;
  }
}
.mobile-outlet-statistics-card .mob-totl-sales-title {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 20px;
  color: #373737;
  font-family: inherit;
  font-weight: 400;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .mobile-outlet-statistics-card .mob-totl-sales-title {
    font-size: 0.75rem;
    line-height: 14px;
  }
}
.mobile-outlet-statistics-card .mob-amt-title {
  color: #373737;
  font-weight: 500;
  font-family: inherit;
  font-size: 1.29rem;
  line-height: 35px;
  margin: 7px 7px;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .mobile-outlet-statistics-card .mob-amt-title {
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .mobile-outlet-statistics-card .mob-amt-title {
    font-size: 0.938rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.mobile-outlet-statistics-card .mob-outlets-title {
  letter-spacing: 0px;
  color: #979797;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .mobile-outlet-statistics-card .mob-outlets-title {
    font-size: 12px;
    margin-top: 5px;
  }
}
.mobile-outlet-statistics-card .widget-inner-text {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .widget-inner-text {
    font-size: 0.688rem;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .widget-inner-text .fa-info-circle {
    color: #979797;
  }
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mobile-outlet-dropdown {
    position: absolute;
    right: 10px;
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text {
    min-height: 20px;
    margin-top: 0;
  }
}
.mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text .dropdown-toggle {
  border: 0;
  line-height: 1;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text .dropdown-toggle {
    z-index: 2;
  }
}
.mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text .net-sales-dropdwon .dropdown-menu,
.mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text .total-sales-dropdwon .dropdown-menu {
  border: 0 !important;
  background-color: rgb(247, 236, 237);
  font-size: 0.875rem;
  min-width: 250px;
  border-radius: 10px;
}
.mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text .net-sales-dropdwon .dropdown-menu .card,
.mobile-outlet-statistics-card .mobile-outlet-dropdown .widget-text .total-sales-dropdwon .dropdown-menu .card {
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(247, 236, 237);
  box-shadow: 0px 0px 13px 2px rgba(55, 55, 55, 0.2196078431);
}

.reconciliation-content .page-title-desc {
  font-size: 1rem;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .reconciliation-content .page-title-desc {
    font-size: 1rem;
  }
}
@media (max-width: 1367px) {
  .reconciliation-content .page-title-desc {
    font-size: 0.875rem;
  }
}

.detailed-table .item-onoff-logs-wrapper .ps-inner-table-wrapper {
  min-height: auto;
}
.detailed-table .item-onoff-logs-wrapper.table-divided .inner-table-divided .ps-inner-table-wrapper table thead tr th {
  background-color: #F8F8F8 !important;
  font-size: 0.813rem;
  border-radius: 0;
}
.detailed-table .item-onoff-logs-wrapper.table-divided .inner-table-divided .ps-inner-table-wrapper table tbody {
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid #E5E7EB;
}
.detailed-table .item-onoff-logs-wrapper.table-divided .inner-table-divided .ps-inner-table-wrapper table tbody tr td {
  padding: 12px 5px;
}

.ps-btn-switch-wrapper.new-btn-switch-wrapper input {
  display: none;
}
.ps-btn-switch-wrapper.new-btn-switch-wrapper .switch {
  border-radius: 20.5px;
  background: #EEF5FF;
  border: 0;
  color: #000000;
  font-size: 0.875rem;
  padding: 5px;
}
.ps-btn-switch-wrapper.new-btn-switch-wrapper .switch label {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 14.5px;
  padding: 3px 16px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .ps-btn-switch-wrapper.new-btn-switch-wrapper .switch label {
    border-radius: 14.5px;
    padding: 3px 10px;
    font-size: 0.813rem;
  }
}
.ps-btn-switch-wrapper.new-btn-switch-wrapper .switch label.active {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  color: #1770EE;
  border-radius: 14.5px !important;
}

.loader-div {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.loader-div .loader-css-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.common_inner_loader .loader-div {
  background: rgba(255, 255, 255, 0.5);
}
.common_inner_loader .loader-div .loader-new {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/loader.gif) no-repeat;
  background-position: center 20%;
  background-size: auto 35px;
}

.res-dashboard-wrap .dropdown-selected {
  margin: 10px 15px 0 0;
  color: #646464;
}
.res-dashboard-wrap .no-item-found-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.res-dashboard-wrap .no-item-found-center h4 {
  color: #979797;
  font-size: 0.875rem;
}
.res-dashboard-wrap .card-customscroll-onlineord-tab {
  height: 100%;
  max-height: 360px;
}
.res-dashboard-wrap .card-customscroll-onlineord-tab .card-data-list-online .card-data-list {
  position: relative;
  margin: 0 30px 10px 0;
  text-align: center;
  padding: 0 20px 0 0;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap .card-customscroll-onlineord-tab .card-data-list-online .card-data-list {
    margin: 0 20px 10px 0;
    padding: 0 0px 0 0;
  }
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .card-customscroll-onlineord-tab .card-data-list-online .card-data-list {
    margin-bottom: 0;
  }
}
.res-dashboard-wrap .card-customscroll-onlineord-tab .card-data-list-online .card-data-list .card-data-list-txt {
  font-weight: 500;
  font-size: 0.875rem;
  color: #646464;
}
.res-dashboard-wrap .totalsales-chart .totlalsales-chart {
  width: 100%;
}
.res-dashboard-wrap .totalsales-chart .bottom-fixed-note {
  position: absolute;
  bottom: 5px;
  left: 12px;
}
.res-dashboard-wrap .totalsales-chart .card-note {
  color: #646464;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 10px;
  display: none;
}
.res-dashboard-wrap .totalsales-chart .no-sales-record-div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px;
}
.res-dashboard-wrap .totalsales-chart .no-sales-record-div .no-sales-record {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.res-dashboard-wrap .totalsales-chart .no-sales-record-div h4 {
  color: #979797;
  font-size: 0.875rem;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .totalsales-chart .no-sales-record-div h4 {
    font-size: 0.75rem;
  }
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .totalsales-chart .no-sales-record-div h4 {
    font-size: 0.813rem;
  }
}
.res-dashboard-wrap .card-body-row {
  height: 100%;
  margin: 0;
  position: relative;
  border-radius: 10px;
}
.res-dashboard-wrap .progress-section {
  height: 100%;
  display: block;
  width: 100%;
}
.res-dashboard-wrap .progress-div {
  margin: 15px 0;
  display: grid;
  grid-template-columns: 28% auto 30%;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .progress-div {
    grid-template-columns: 29% auto 34%;
  }
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .progress-div {
    margin: 15px 0;
  }
}
@media (max-width: 1200px) {
  .res-dashboard-wrap .progress-div {
    display: block;
    position: relative;
    margin: 8px 0 0 0;
  }
}
.res-dashboard-wrap .progress-label {
  font-weight: 500;
  font-size: 14px;
  color: #646464;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .progress-label {
    font-size: 0.875rem;
  }
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .progress-label {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .progress {
  background-color: #CCCCCC;
  height: 10px;
  margin: auto 0;
}
@media (max-width: 1200px) {
  .res-dashboard-wrap .progress {
    width: 100%;
  }
}
.res-dashboard-wrap .progress .progress-bar {
  background-color: #75CEF1;
}
.res-dashboard-wrap .progress-value {
  font-weight: 500;
  font-size: 15px;
  color: #373737;
  text-align: right;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .progress-value {
    font-size: 0.875rem;
  }
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .progress-value {
    font-size: 0.813rem;
  }
}
@media (max-width: 1200px) {
  .res-dashboard-wrap .progress-value {
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.res-dashboard-wrap .card-footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: none;
}
.res-dashboard-wrap .dashboard-dropdown-div {
  position: relative;
}
.res-dashboard-wrap .dashboard-dropdown-div .calendar-control {
  color: #373737;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 4px 8px;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .dashboard-dropdown-div .calendar-control {
    font-size: 0.813rem;
  }
}
.res-dashboard-wrap .dashboard-dropdown-div .calendar-control svg {
  margin: 0 0 0 5px;
  fill: #B2B2B2;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .dashboard-dropdown-div .calendar-control svg {
    margin-top: 2px;
  }
}
.res-dashboard-wrap .card-dropdown .btn {
  color: #373737;
  font-size: 0.875rem;
  border: 1px solid #CACACA;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .card-dropdown .btn {
    font-size: 0.813rem;
  }
}
.res-dashboard-wrap .dashboard-data {
  display: flex;
  margin: 40px 0 50px 0;
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .res-dashboard-wrap .dashboard-data {
    margin: 4px 0 20px 0;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .dashboard-data {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .res-dashboard-wrap .dashboard-data {
    flex-direction: unset;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .dashboard-data {
    flex-direction: unset;
    margin-bottom: 10px;
  }
}
.res-dashboard-wrap .order-statistics-wrap .dashboard-data {
  margin: 0 0 20px 0;
}
.res-dashboard-wrap .revenue-box-wrap {
  margin-bottom: 20px;
}
.res-dashboard-wrap .revenue-box-wrap .dashboard-data {
  row-gap: 20px;
  margin: 0;
}
.res-dashboard-wrap .revenue-box-wrap .dashboard-data .dashboard-data-box {
  flex: 0 0 auto;
}
.res-dashboard-wrap .dashboard-data-box {
  padding: 0 0 0 20px;
  position: relative;
  flex-basis: 100%;
}
.res-dashboard-wrap .dashboard-data-box:before {
  background: #CACACA;
  content: "";
  width: 5px;
  height: 50px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .dashboard-data-box:before {
    height: 100%;
  }
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .dashboard-data-box {
    padding: 0 0 0 12px;
  }
}
.res-dashboard-wrap .dashboard-data-box-no {
  color: #373737;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}
.res-dashboard-wrap .dashboard-data-box-txt {
  display: block;
  color: #646464;
  font-size: 0.875rem;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .dashboard-data-box-txt {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .card-customscroll.card-customscroll-p {
  max-height: 380px;
}
.res-dashboard-wrap .card-customscroll {
  max-height: 270px;
  min-height: 100px;
}
.res-dashboard-wrap .taxes-top-head {
  padding: 10px 20px 0 15px;
}
.res-dashboard-wrap .dashboard-data-list-box {
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  padding: 12px 20px 12px 20px;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(1) .dashboard-data-list-clrbox {
  background: #E4AC00;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(6) .dashboard-data-list-clrbox {
  background: #E4AC00;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(2) .dashboard-data-list-clrbox {
  background: #75CEF1;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(7) .dashboard-data-list-clrbox {
  background: #75CEF1;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(3) .dashboard-data-list-clrbox {
  background: #9D8FD1;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(8) .dashboard-data-list-clrbox {
  background: #9D8FD1;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(4) .dashboard-data-list-clrbox {
  background: #99E457;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(9) .dashboard-data-list-clrbox {
  background: #99E457;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(5) .dashboard-data-list-clrbox {
  background: #75CEF1;
}
.res-dashboard-wrap .dashboard-data-list-box:nth-child(10) .dashboard-data-list-clrbox {
  background: #75CEF1;
}
@media (max-width: 1200px) {
  .res-dashboard-wrap .dashboard-data-list-box {
    flex-direction: inherit;
    padding: 10px 10px 10px 8px;
  }
}
.res-dashboard-wrap .dashboard-data-list {
  padding: 5px 0 0 0;
}
.res-dashboard-wrap .dashboard-data-list div:last-child {
  border-bottom: none;
}
.res-dashboard-wrap .dashboard-data-list-txt {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .dashboard-data-list-txt {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .dashboard-data-list-no {
  color: #373737;
  font-size: 0.938rem;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .dashboard-data-list-no {
    font-size: 0.875rem;
  }
}
.res-dashboard-wrap .dashboard-data-taxes-box .dashboard-data-list-clrbox {
  background: #83DA38;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 4px 15px 4px 15px;
}
.res-dashboard-wrap .onlinepay-chart-wrapper .card-title {
  margin-bottom: 0.75rem;
}
.res-dashboard-wrap .card-title.total-heading {
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  color: #373737 !important;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .card-title.total-heading {
    font-size: 0.75rem !important;
  }
}
.res-dashboard-wrap .card-title.total-heading span.online_total_sales {
  font-weight: 500;
  font-size: 1.125rem;
  color: #373737;
  line-height: 24px;
  vertical-align: top;
  padding-left: 6px;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .card-title.total-heading span.online_total_sales {
    font-size: 0.875rem;
  }
}
.res-dashboard-wrap .online-payments-title {
  font-weight: 500;
  display: block;
  font-size: 0.875rem;
  color: #646464;
  text-align: center;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .online-payments-title {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .online-payments-title span {
  font-size: 1.125rem;
  color: #373737;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .online-payments-title span {
    font-size: 0.875rem;
  }
}
.res-dashboard-wrap .virtualout-top {
  margin: 0 auto;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .virtualout-top {
    padding: 15px 0;
  }
}
.res-dashboard-wrap .virtualout-top .virtualout-left {
  border-right: 1px solid #CCCCCC;
  width: 50%;
  text-align: right;
  padding: 0 20px 0 0;
}
.res-dashboard-wrap .virtualout-top .virtualout-right {
  padding: 0 0 0 20px;
}
.res-dashboard-wrap .virtualout-left .virtualout-txt {
  color: #E4AC00;
}
.res-dashboard-wrap .virtualout-txt {
  font-weight: 500;
  font-size: 0.875rem;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .virtualout-txt {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .virtualout-number {
  font-weight: 500;
  font-size: 1.125rem;
  color: #373737;
  line-height: 24px;
  vertical-align: middle;
  padding-left: 6px;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .virtualout-number {
    font-size: 0.875rem;
  }
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .virtualout-number {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .virtualout-right .virtualout-txt {
  color: #75CEF1;
}
.res-dashboard-wrap .progress-total .card-title {
  line-height: 19px;
  font-size: 0.875rem;
  color: #373737;
  font-size: 1.125rem;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .progress-total .card-title {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .card-title {
  color: #373737;
  border: none;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.res-dashboard-wrap .notaccsales-wrapper {
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  padding: 6.66rem 0;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .notaccsales-wrapper {
    padding: 6.69rem 0;
  }
}
.res-dashboard-wrap .tab-content > .tab-pane {
  height: 100%;
}
.res-dashboard-wrap .notaccsales-cod-col {
  border-right: 1px solid #CCCCCC;
}
@media (max-width: 1300px) {
  .res-dashboard-wrap .notaccsales-cod-col {
    border-right: 0;
  }
}
.res-dashboard-wrap .notaccsales-title {
  font-weight: 500;
  display: block;
  font-size: 1.125rem;
  color: #373737;
  text-align: center;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .notaccsales-title {
    font-size: 0.875rem;
  }
}
.res-dashboard-wrap .notaccsales-records {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 0;
  color: #373737;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .notaccsales-records {
    font-size: 0.75rem !important;
    font-weight: 500;
    padding: 10px 0 20px 0;
  }
}
.res-dashboard-wrap .rm-card {
  background-attachment: fixed;
  margin: 10px 0;
  border-radius: 10px;
  border: 1px solid #EDEDED !important;
  background-size: 12%;
  background-position: bottom;
  background-color: #E8F0FE;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/rm.svg);
}
@media (max-width: 991px) {
  .res-dashboard-wrap .rm-card {
    background-size: 32%;
  }
}
.res-dashboard-wrap .rm-card .rm-info {
  margin-bottom: 6px;
  padding-right: 1rem;
  font-weight: 400 !important;
  color: #646464;
  padding-bottom: 4px;
  font-size: 0.875rem;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 1570px) {
  .res-dashboard-wrap .rm-card .rm-info {
    font-size: 0.813rem;
  }
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .rm-card .rm-info {
    padding-right: 6px;
  }
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .rm-card .rm-info {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .rm-card.single-outlet-rm-card-wrap .single-outlet-text-wrap {
  text-align: center;
  color: #373737;
  background-color: #D1E4FF;
  border-radius: 11px;
  padding: 30px 0;
}
.res-dashboard-wrap .rm-card.single-outlet-rm-card-wrap .single-outlet-text-wrap p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1570px) {
  .res-dashboard-wrap .rm-card.single-outlet-rm-card-wrap .single-outlet-text-wrap p {
    font-size: 0.813rem;
  }
}
.res-dashboard-wrap .rm-card.single-outlet-rm-card-wrap .single-outlet-text-wrap::after {
  content: "";
  display: inline-block;
  width: 2px;
  background-color: #D1E4FF;
  height: 52px;
  position: absolute;
  right: 0px;
  top: 30px;
}
@media (max-width: 1570px) {
  .res-dashboard-wrap .rm-card.single-outlet-rm-card-wrap .single-outlet-text-wrap::after {
    top: 12px;
    height: 62px;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap .rm-card.single-outlet-rm-card-wrap .single-outlet-text-wrap::after {
    top: 17px;
  }
}
.res-dashboard-wrap .d-flex.data-sync-flex {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EDEDED;
}
.res-dashboard-wrap .last-data-synced-bottom {
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #EDEDED;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .last-data-synced-bottom {
    padding: 10px;
  }
}
.res-dashboard-wrap .last-data-synced-title {
  font-size: 0.875rem;
  color: #646464;
  font-weight: 500;
  margin: 16px 0 6px 0;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .last-data-synced-title {
    margin: 4px 0 6px 0;
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .last-data-synced-txt {
  font-size: 0.875rem;
  margin: 0 0 12px 0;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .last-data-synced-txt {
    font-size: 0.75rem;
    margin: 0px 0 10px 0;
  }
}
.res-dashboard-wrap .last-data-synced-btn p#request_text {
  margin: 0;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap .last-data-synced-btn p#request_text {
    font-size: 0.813rem;
  }
}
.res-dashboard-wrap .last-data-synced-support {
  padding: 0 0 16px 0;
  color: #646464;
}
.res-dashboard-wrap .last-data-synced-support img {
  margin: 0 5px 0 0;
}
.res-dashboard-wrap .last-data-synced-support .last-data-synced-support-txt {
  font-size: 0.813rem;
}
.res-dashboard-wrap .last-data-synced-mobile {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0 3px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .last-data-synced-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .res-dashboard-wrap .last-data-synced-mobile {
    font-size: 0.813rem;
  }
}

.single-outlet-rm-card-wrap .order-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.single-outlet-rm-card-wrap .order-2 {
  padding-left: 15px;
  padding-right: 15px;
}

.point-of-contact-box-singleoutlet .single-outlet-id-text-wrap {
  text-align: center;
  color: #373737;
  background-color: #D1E4FF;
  border-radius: 11px;
  padding: 30px 0;
}
.point-of-contact-box-singleoutlet .single-outlet-id-text-wrap p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.calendar-control {
  background: #FFFFFF;
  cursor: pointer;
  padding: 7.5px 10px;
  border: 1px solid #CACACA;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 600;
}

.dashboard-card-refresh-icon {
  height: 31px;
  padding: 5px 8px;
}
@media (max-width: 1367px) {
  .dashboard-card-refresh-icon {
    padding: 9px 12px;
  }
}

.order-statistics-wrap .dashboard-data-box-no {
  font-size: 0.938rem;
}

.revenue-box-wrap .dashboard-data-box-no {
  font-size: 0.938rem;
}

#discount-taxes svg {
  height: 100%;
}
#discount-taxes {
  height: 100%;
  max-height: 310px;
}

.gray-txt.currency-icon {
  color: #CACACA;
}

.market-card-wrap-new .bg-marketplace-card {
  padding: 8px 0;
  background-color: #FFFFFF;
  border-radius: 10px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/marketplace-bg-pink.png);
  background-repeat: no-repeat;
}
.market-card-wrap-new .marketplace-card-one .marketplace-widget-text {
  font-size: 1rem;
  font-weight: 600;
  color: #646464;
  border-bottom: 4px solid #1770EE;
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 1680px) {
  .market-card-wrap-new .marketplace-card-one .marketplace-widget-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1367px) {
  .market-card-wrap-new .marketplace-card-one .marketplace-widget-text {
    font-size: 0.813rem;
  }
}
.market-card-wrap-new .marketplace-card-one .marketplace-widget-subtext {
  font-size: 0.875rem;
}
@media (max-width: 1367px) {
  .market-card-wrap-new .marketplace-card-one .marketplace-widget-subtext {
    font-size: 0.75rem;
  }
}
.market-card-wrap-new .market-explore-now-btn {
  color: #EEF5FF;
  font-weight: 500;
  border: 1px solid #CACACA;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #FFFFFF;
}
@media (max-width: 1680px) {
  .market-card-wrap-new .market-explore-now-btn {
    font-size: 0.813rem;
  }
}
@media (max-width: 1367px) {
  .market-card-wrap-new .market-explore-now-btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1100px) {
  .market-card-wrap-new .market-explore-now-btn {
    padding: 4px;
  }
}
.market-card-wrap-new .market-card-right-side {
  background-color: #FFF3F3;
  padding: 10px 16px;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .market-card-wrap-new .market-card-right-side {
    padding: 10px 7px;
  }
}
.market-card-wrap-new .market-services-title {
  font-size: 0.813rem;
  color: #646464;
  margin-bottom: 0;
}
@media (max-width: 1367px) {
  .market-card-wrap-new .market-services-title {
    font-size: 0.75rem;
  }
}
.market-card-wrap-new .market-services-number {
  font-size: 0.688rem;
  color: #646464;
  margin-bottom: 0;
}
.market-card-wrap-new .market-view-more {
  font-size: 0.75rem;
  color: #646464;
  display: block;
  text-align: right;
  text-decoration: underline !important;
}

.card-view-link.view-more-link {
  font-size: 0.75rem;
  color: #646464;
  display: block;
  text-align: right;
  text-decoration: underline !important;
}

.market-card-right-side .market-category-icon svg {
  width: 30px;
  height: 30px;
}

.market-dash-widget-wrapper .market-service-name-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1770EE;
}
@media (max-width: 1367px) {
  .market-dash-widget-wrapper .market-service-name-title {
    font-size: 0.75rem;
  }
}
.market-dash-widget-wrapper .market-service-bg-bottom {
  background-color: #FFFFFF;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/market-service-new-bg.png);
  background-repeat: no-repeat;
  background-position: 0 65px;
}
@media (max-width: 1367px) {
  .market-dash-widget-wrapper .market-service-bg-bottom {
    background-position: 0px 49px;
  }
}
.market-dash-widget-wrapper .marketplace-img-wrapper img {
  max-width: 90px;
}
@media (max-width: 1680px) {
  .market-dash-widget-wrapper .marketplace-img-wrapper img {
    max-width: 80px;
  }
}
@media (max-width: 1367px) {
  .market-dash-widget-wrapper .marketplace-img-wrapper img {
    max-width: 70px;
  }
}
@media (max-width: 1200px) {
  .market-dash-widget-wrapper .marketplace-img-wrapper img {
    max-width: 70px;
  }
}
.market-dash-widget-wrapper .marketplace-widget-subtext {
  font-size: 0.875rem;
}
@media (max-width: 1367px) {
  .market-dash-widget-wrapper .marketplace-widget-subtext {
    font-size: 0.75rem;
  }
}

.marketplace-card-two .marketplace-widget-subtext {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.market-knw-more-btn {
  padding: 6px 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 7px !important;
  background-color: #EEF5FF;
  color: #FFFFFF !important;
}
@media (max-width: 1367px) {
  .market-knw-more-btn {
    padding: 5px 12px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.75rem;
  }
}

.online-order-slider-wrapper .lSSlideWrapper .lSAction .lSPrev,
.online-order-slider-wrapper .lSSlideWrapper .lSAction .lSNext {
  background: rgba(99, 99, 99, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
@media (max-width: 767px) {
  .online-order-slider-wrapper .lSSlideWrapper .lSAction .lSPrev,
  .online-order-slider-wrapper .lSSlideWrapper .lSAction .lSNext {
    background-color: rgb(117, 117, 117) !important;
  }
}
.online-order-slider-wrapper .lSSlideWrapper .lSAction .lSPrev::before,
.online-order-slider-wrapper .lSSlideWrapper .lSAction .lSNext::before {
  color: #ffffff;
}

.sidenav {
  height: 100%;
  width: 311px;
  background-color: #ffffff;
}
@media (max-width: 1366px) {
  .sidenav {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .real-menu {
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 4;
    width: 300px;
    height: 100%;
    padding: 0.5rem 1rem;
    box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
    background-color: var(--clr-light1);
    box-sizing: border-box;
    transition: ease 0.2s all;
  }
}

.menu_scrollspy_nav .select2-container--bootstrap-5 {
  margin-top: 10px;
}
.menu_scrollspy_nav .custom_scroll .nav-item {
  position: relative;
  display: flex;
}
.menu_scrollspy_nav .custom_scroll .nav-item::before {
  top: 50%;
  transform: translateY(-50%);
}
.menu_scrollspy_nav .custom_scroll .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #1770EE;
  transition: all 250ms ease;
  border-radius: 0px 3px 3px 0px;
}
.menu_scrollspy_nav .custom_scroll .nav-item.li-active {
  background-color: #EEF5FF;
  color: #000000;
  position: relative;
}
.menu_scrollspy_nav .custom_scroll .nav-item.li-active::after {
  width: 3px;
}
.menu_scrollspy_nav .custom_scroll .nav-item .nav-link p {
  padding: 0;
}
.menu_scrollspy_nav .custom_scroll .nav-item .nav-link p::before {
  content: none;
}
.menu_scrollspy_nav .custom_scroll .nav-item.menu-mobile-cat-sticky {
  position: sticky;
  top: 0;
  z-index: 7;
  background: #f2f2f2;
}
.menu_scrollspy_nav .custom_scroll .nav-item.menu-mobile-cat-sticky p {
  margin: 0;
  padding: 0;
}
.menu_scrollspy_nav.menu-left-side-slide {
  width: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .menu_scrollspy_nav.menu-left-side-slide {
    width: 50%;
    max-width: 300px;
    background-color: #ffffff;
  }
}

#menu-category-card {
  transition: margin-left 0.5s;
  flex: 1 1 auto;
  display: block;
  overflow-y: auto;
}
#menu-category-card.menu-right-sidebar {
  width: 100%;
}
#menu-category-card #main {
  transition: margin-left 0.5s;
  width: 100%;
  display: block;
  overflow-x: auto;
}
#menu-category-card #main.menu-category-right-card {
  overflow-x: unset;
  z-index: 0;
}
#menu-category-card #main.menu-category-right-card .menu-category-right-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#menu-category-card #filter_result .detailed-table {
  overflow-x: auto;
}

.menu-grid-container #online_partner_div .virtual-outlet-slider {
  margin-bottom: 15px;
}
.menu-grid-container #online_partner_div .virtual-outlet-slider .swiper-slide.virtual-outlet-active:hover {
  background-color: #FFF7F8;
  color: #212121;
  border-bottom: none;
  padding-top: 8px;
}
.menu-grid-container #online_partner_div .virtual-outlet-slider .swiper-slide:hover {
  background-color: #FFF7F8;
  color: #212121;
  border-bottom: 2px solid #D2D6DB;
  padding-top: 10px;
}
.menu-grid-container .menu-right-sidebar .base-menu-row .publishswitch {
  position: relative;
  width: 123px;
  top: 0;
  -webkit-user-select: none;
}
@media (max-width: 1366px) {
  .menu-grid-container .menu-right-sidebar .base-menu-row .publishswitch {
    width: 110px;
  }
}
.menu-grid-container .menu-right-sidebar .base-menu-row .publishswitch input[type=checkbox] {
  display: none;
}
.menu-grid-container .menu-right-sidebar .base-menu-row .alert.alert-success {
  width: 100%;
}

.statistics-wise-nav-tablist ul li.active .statistics-wise-tab-title:hover::after {
  bottom: -13px;
  background: #1770EE;
  height: 3px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  border-radius: 50px;
  right: 0;
  margin: 0 auto;
  top: unset;
}

.MenuManagementaddMenu #itemlist .add_item_class tbody tr td {
  position: relative;
}
.MenuManagementaddMenu #itemlist .add_item_class tbody tr td .ps-form-group {
  border-bottom: 0;
}
.MenuManagementaddMenu #itemlist .add_item_class tbody tr td .ps-form-group .form-control {
  display: block;
  width: 100%;
  outline: 0;
  border-radius: 7px;
}
.MenuManagementaddMenu #itemlist .add_item_class tbody tr td.category-dropdown .select2-selection--single {
  bottom: 0;
}
.MenuManagementaddMenu #itemlist .add_item_class tbody tr td .error {
  color: #EB3454 !important;
  font-size: 0.688rem !important;
  font-weight: 500;
  position: absolute;
}
.MenuManagementaddMenu #itemlist .add_item_class tbody tr.add-item-tax-row td {
  vertical-align: baseline;
}
.MenuManagementaddMenu #itemlist .add_item_class tbody tr.add-item-tax-row td .error {
  position: relative;
}

.inner-tree-listing.card .card-body .tree-view-title {
  word-break: break-all;
}

.menu-team-page .identify-add-class .table-responsive table tbody td .ps-btn.grey-outline-btn {
  height: 32px;
}
.menu-team-page .identify-add-class .table-responsive table tbody .select2-container .select2-selection--single {
  height: 32px;
}
.menu-team-page .identify-add-class .table-responsive table tbody .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection {
  height: 32px;
  padding-left: 8px;
  padding-right: 34px;
  border: solid 1px #D2D6DB;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-bottom: 0;
}
.menu-team-page .identify-add-class .table-responsive table tbody .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered {
  margin-bottom: 0;
  height: 100%;
  padding-left: 0;
}
.menu-team-page .identify-add-class .table-responsive table tbody .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__rendered .select2-search__field {
  margin-top: 0;
  height: 100%;
}
.menu-team-page .identify-add-class .table-responsive table tbody .ps-select2-border.ps-select2-multi .select2-container--default .select2-selection__choice {
  margin-top: 3px;
  padding: 3px 3px 2px;
  padding-left: 20px;
}
.menu-team-page .form-control:not(textarea) {
  height: 34px;
}
.menu-team-page .rankwiselist {
  right: 0;
  position: relative;
  width: 120px;
  -webkit-user-select: none;
  height: 34px;
}
@media (max-width: 1440px) {
  .menu-team-page .rankwiselist {
    height: 32px;
  }
}
.menu-team-page .rankwiselist .rankwiselist-checkbox {
  display: none;
}
.menu-team-page .rankwiselist .rankwiselist-checkbox:checked + .rankwiselist-label .rankwiselist-inner {
  margin-left: 0;
}
.menu-team-page .rankwiselist .rankwiselist-checkbox:checked + .rankwiselist-label .rankwiselist-switch {
  border: 2px solid #ECFDF3 !important;
  right: 0;
}
.menu-team-page .rankwiselist .rankwiselist-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #D2D6DB;
}
.menu-team-page .rankwiselist .rankwiselist-label:hover {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #F7F7F7;
}
.menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner {
  box-shadow: none;
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in-out;
}
.menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner::before, .menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  padding: 0;
  line-height: 34px;
  font-size: 0.813rem;
  font-family: inherit;
  font-weight: normal;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner::before, .menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner::after {
    font-size: 0.75rem;
    height: 32px;
    line-height: 32px;
  }
}
.menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner::before {
  content: "Rank wise";
  padding-right: 34px;
  text-align: right;
  background-color: #027A48;
  color: #ffffff;
}
.menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-inner::after {
  content: "Rank wise";
  padding-left: 29px;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-weight: 500;
}
.menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-switch {
  border: 2px solid #646464;
  display: block;
  width: 17px;
  height: 17px;
  background: #ffffff;
  position: absolute;
  margin: 4px;
  top: 18%;
  bottom: 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .menu-team-page .rankwiselist .rankwiselist-label .rankwiselist-switch {
    top: 10%;
  }
}

.menu-team-page.recipe-conmption-switch-wrapper .rankwiselist {
  width: 170px;
}
.menu-team-page.recipe-conmption-switch-wrapper .rankwiselist .rankwiselist-inner::before {
  content: "Auto consumption" !important;
}
.menu-team-page.recipe-conmption-switch-wrapper .rankwiselist .rankwiselist-inner::after {
  content: "Auto consumption" !important;
}

.assist-card-hoverbtn {
  position: relative;
}
.assist-card-hoverbtn .assist-button {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 999;
}
.assist-card-hoverbtn .assist-button a {
  min-width: auto;
}
.assist-card-hoverbtn:hover .assist-button {
  opacity: 1;
}

.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list ul {
  list-style: none;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list h5, .assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list p {
  color: #212121;
  font-size: 0.875rem;
  line-height: 20px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list h5 {
  font-weight: 500;
  margin-bottom: 5px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list p {
  font-weight: 400;
  margin-bottom: 8px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .sellqty {
  color: #4D8593;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer {
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0 -16px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .faq-drawer__content-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .faq-drawer__content-wrapper .bg-col {
  background-color: #F8F8F8;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .faq-drawer__title {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .faq-drawer__title::after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  display: inline-block;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
  float: right;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 70%;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer input[type=checkbox] {
  display: none;
}
@media only screen and (max-width: 600px) {
  .assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .faq-drawer .container {
    padding: 80px;
  }
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .top-border {
  position: relative;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-list .top-border:before {
  border-top: 1px solid #DCDCDC;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97%;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-icon-head {
  display: flex;
  align-items: center;
  justify-self: start;
  background: #ECFDF3;
  padding: 9px 10px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-icon-head p {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 10px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-heading h5 {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-heading p {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-img {
  width: 100%;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-img img {
  max-width: 55%;
  padding: 15px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-head {
  width: 100%;
  background: #EAEAEA;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-head p {
  color: #212121;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-bottom .tag-pera {
  color: #212121;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-bottom .assist-choose-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .assist-bottom .assist-choose-img img {
  max-width: 80%;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .img-resize {
  display: flex;
  align-items: center;
  justify-content: center;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .img-resize img {
  max-width: 73%;
}
.assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .tut-video img {
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 10px;
}
@media (max-width: 1367px) {
  .assist-sidebar.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    min-width: 40% !important;
  }
}

.inner-tree-listing.card .card-body .tree-view-title {
  word-break: break-all;
}

.z-index-0 {
  z-index: 0;
}

.suggest_whatsapp_template_div .checkbox-container input:-moz-read-only {
  opacity: 0 !important;
  cursor: pointer;
}

.suggest_whatsapp_template_div .checkbox-container input:read-only {
  opacity: 0 !important;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .d-inline-block.w-25 {
    font-size: 13px;
  }
}

.dispaly-content {
  display: contents;
}

#select_template_div {
  position: relative;
  z-index: 0;
}

#suggest_template_div {
  background-color: #ffffff;
}
#suggest_template_div #suggest_sms_template {
  height: 100%;
}

.whatsaap-from-fild #WatsupBusinessMobile {
  padding-left: 78px;
}
.whatsaap-from-fild .input-inside-text-div .input-inside-text:after {
  right: -3px;
}
.whatsaap-from-fild .country-dropdown {
  max-width: 65.85px;
}

.ps-searchbar.ps-no-label {
  align-items: flex-end;
}
.ps-searchbar.ps-no-label .button-wrapper {
  margin-top: 0 !important;
}

.ps-btn-switch-wrapper.new-btn-switch-wrapper .switch {
  border-radius: 20.5px;
  background: #EEF5FF;
  border: 0;
  color: #000000;
  font-size: 0.875rem;
  padding: 5px;
}
.ps-btn-switch-wrapper.new-btn-switch-wrapper .switch label {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: transparent;
  border-radius: 14.5px;
  padding: 3px 16px;
}
@media (max-width: 1440px) {
  .ps-btn-switch-wrapper.new-btn-switch-wrapper .switch label {
    border-radius: 14.5px;
    padding: 3px 10px;
    font-size: 0.813rem;
  }
}
.ps-btn-switch-wrapper.new-btn-switch-wrapper .switch label.active {
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  color: #1770EE;
  border-radius: 14.5px !important;
}

.no-data-blank-state {
  border-top: 1px solid #E5E7EB;
  margin: 0;
  padding-top: 57px;
  padding-bottom: 60px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
}

.menu-right-sidebar .ps-btn {
  min-width: auto;
}
.menu-right-sidebar .ps-btn.primary-btn {
  color: #ffffff;
}
.menu-right-sidebar .ps-btn.primary-btn:hover {
  color: #ffffff;
}

.ps-show-data-popup.new-fancybox-wrapper .new-fancybox-body {
  overflow: auto;
}
.ps-show-data-popup.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F8F8F8;
  height: 8px;
  padding: 2px;
}
.ps-show-data-popup.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar {
  background-color: #F5F5F5;
}
.ps-show-data-popup.new-fancybox-wrapper .new-fancybox-body::-webkit-scrollbar-thumb {
  background-color: #DBDFE7;
  height: 4px;
  border-radius: 50px;
  border: 2px solid #F8F8F8;
}
.ps-show-data-popup.new-fancybox-wrapper .new-fancybox-body .ps-table-wrapper {
  overflow: visible;
}

/****************** settings_flow page  ******************/
.text-primary {
  color: #1770EE !important;
}

.marketplace-service-page .market-page-head-wrp .setting-flow-btn {
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .marketplace-service-page .market-page-head-wrp .setting-flow-btn {
    font-size: 0;
    margin-top: 4px;
    padding: 5px 8px;
    gap: 0;
  }
}

.hrhamburger.hamburg-setting-btn {
  display: none;
}
@media (max-width: 991px) {
  .hrhamburger.hamburg-setting-btn {
    display: block;
    width: 38px;
    height: 37px;
    position: absolute;
    margin: 0 auto;
    position: fixed;
    top: 84px;
    right: 0;
    z-index: 3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 7px;
    background-color: #1770EE;
  }
}
.hrhamburger.hamburg-setting-btn.hrhamburger-active {
  background: none;
  top: 50px;
  z-index: 21;
}
.hrhamburger.hamburg-setting-btn.hrhamburger-active .hrhamburger-close {
  display: block;
}
.hrhamburger.hamburg-setting-btn.hrhamburger-active .hrhamburger-icon {
  display: none;
}
.hrhamburger.hamburg-setting-btn .hrhamburger-close {
  display: none;
  max-width: 22px;
}
.hrhamburger.hamburg-setting-btn .hrhamburger-icon {
  max-width: 20px;
  fill: #FFFFFF;
}

.side-listing-section {
  position: sticky;
  top: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  border-radius: 10px;
}
.side-listing-section.hamburger-open {
  right: 0px;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .side-listing-section.col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .side-listing-section {
    min-height: auto;
    position: fixed;
    right: -400px;
    transition: all 0.5s ease;
    z-index: 3;
    width: 50%;
    top: 50px;
    bottom: 0;
    background-color: #ffffff;
    padding: 0;
    border-radius: 2px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.18);
    overflow-y: scroll;
    max-width: 300px;
    z-index: 15;
  }
}
.side-listing-section h2 {
  margin-bottom: 0;
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  padding: 0 20px 20px;
}
@media (max-width: 991px) {
  .side-listing-section h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
  }
}
.side-listing-section ul {
  list-style: none;
}
.side-listing-section ul li {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 20px;
  cursor: pointer;
}
.side-listing-section ul .left-nav-active {
  background: #FFEFF1;
  border-left: 4px solid #1770EE;
  color: #1770EE;
}
.side-listing-section .loader-title {
  height: 35px;
  position: relative;
  width: 50%;
}

@media (min-width: 1200px) {
  .col-xl--10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.right-section {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.right-section .loader-title {
  width: 120px;
  padding: 16px !important;
  margin: 19px 0 14px;
}
.right-section .form-loader {
  height: 400px;
  width: 97%;
  margin: auto;
}
.right-section .top-tabbar {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D2D6DB;
}
.right-section .top-tabbar .swiper-slide {
  width: auto;
}
.right-section .top-tabbar .title-top-bar {
  cursor: default;
  padding: 15px;
  display: block;
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.right-section .top-tabbar .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 0%);
  right: var(--swiper-navigation-sides-offset, 0px);
  height: 65px;
  margin: 0;
  background: rgba(243, 240, 240, 0.4);
  border-radius: 0 10px 0 0;
}
.right-section .top-tabbar .swiper-button-next:after {
  color: #646464;
  font-size: 24px;
  font-weight: 700;
}
.right-section .top-tabbar .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 0%);
  left: var(--swiper-navigation-sides-offset, 0px);
  height: 65px;
  margin: 0;
  background: rgba(243, 240, 240, 0.4);
  border-radius: 10px 0 0px 0;
}
.right-section .top-tabbar .swiper-button-prev:after {
  color: #646464;
  font-size: 24px;
  font-weight: 700;
}
.right-section .top-tabbar li {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.right-section .top-tabbar li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: all 250ms ease;
  background-color: #1770EE;
}
.right-section .top-tabbar li.active::after {
  width: 100%;
}
.right-section .top-tabbar li.active a {
  color: #1770EE;
}
.right-section .top-tabbar li a.withicon-slid {
  padding: 16px 8px;
}
.right-section .top-tabbar li a span {
  display: inline-block;
  margin-right: 5px;
}
.right-section .top-tabbar li a {
  padding: 16px 20px;
  display: block;
  color: #646464;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1601px) {
  .right-section .top-tabbar li a {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1440px) {
  .right-section .top-tabbar li a {
    font-size: 0.75rem !important;
  }
}
.right-section .top-tabbar li a .img-fluid {
  height: 34px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.right-section aside {
  border-right: 1px solid #D2D6DB;
}
@media (max-width: 991px) {
  .right-section aside {
    border-bottom: 1px solid #979797;
    border-right: 0;
  }
}
.right-section aside .swiper-wrapper {
  display: block;
  width: auto;
}
@media (max-width: 991px) {
  .right-section aside .swiper-wrapper {
    display: flex;
  }
}
@media (max-width: 991px) {
  .right-section aside .swiper-wrapper .swiper-slide {
    width: auto;
  }
}
@media (max-width: 991px) {
  .right-section aside .swiper-wrapper .swiper-slide a {
    margin: 2px;
  }
}
.right-section aside ul {
  list-style: none;
  padding: 25px 15px;
  height: 100%;
}
@media (max-width: 991px) {
  .right-section aside ul {
    height: auto;
    padding: 15px 25px;
    margin-bottom: 0;
  }
}
.right-section aside ul li {
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
  margin-bottom: 5px;
  display: flex;
  height: 36px;
  padding: 8px 12px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.right-section aside ul li.active {
  border-radius: 8px;
  background: #FFEFF1;
}
@media (max-width: 991px) {
  .right-section aside ul li {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
}
.right-section aside .loader-ul-listing {
  height: 50vh;
}
.right-section aside .tabs-nav li {
  padding: 0;
}
.right-section aside .tabs-nav li a {
  display: block;
  padding: 8px 12px;
  width: 100%;
}
.right-section form {
  overflow-x: hidden;
}
.right-section form.tabs-content .ps-card {
  border-radius: 12px;
  border: 1px solid #D2D6DB;
}
.right-section form.tabs-content .ps-card .card-header {
  background-color: transparent;
  cursor: pointer;
}
.right-section form.tabs-content .ps-card .accordin-body {
  display: none;
}
.right-section form .ps-form-group .ps-label {
  font-size: 14px;
}
.right-section form .ps-form-group .table-op-timings .select2.select2-container .select2-selection--single {
  height: auto;
}
.right-section form .ps-form-group .table-op-timings .select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  transform: translate(100%, -50%);
}
.right-section form .ps-alert-text {
  color: #212121;
  font-size: 13px;
  padding-top: 1px;
  font-weight: 500;
  letter-spacing: 0.35px;
}
.right-section .ps-alert .alert-message {
  max-width: 100%;
}
.right-section .ps-alert .alert-message.ps-alert-support {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: rgba(248, 248, 248, 0.97);
}
.right-section .ps-alert .ps-checkbox-label {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}
.right-section .sting-add-timeing-btn {
  background-color: transparent;
}
.right-section .sting-add-timeing-btn:focus {
  border: 1px solid #FDA29B;
}
.right-section .setting-flow-time-table {
  border: 1px solid #E5E7EB;
}
.right-section .setting-flow-time-table thead th {
  border-bottom: 0;
  padding: 16px 24px;
}
.right-section .setting-flow-time-table tbody tr:nth-child(odd) {
  background-color: #F9FAFB;
}
.right-section .setting-flow-time-table tbody td {
  padding: 16px 24px;
}
.right-section .ps-label .dot-icon {
  height: 8px;
  width: 8px;
}
.right-section .ps-label.success-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  height: 24px;
}
.right-section .flex-direction-column {
  flex-direction: column;
}
.right-section .inner-tab-card-wrap {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  overflow-x: auto;
}
.right-section .inner-tab-card-wrap .ps-alert-info {
  color: #1A6EE4;
  font-size: 12px;
}
.right-section .inner-tab-card-wrap .ps-table-wrapper .ps-table .ps-select2-border .select2-container--default .select2-selection--single {
  background-position: right 3px center;
  padding-right: 10px !important;
}
.right-section .inner-tab-card-wrap .ps-table-wrapper .ps-table .select2-selection__arrow {
  display: none;
}
.right-section .inner-tab-card-wrap .ps-table-wrapper .ps-table thead tr {
  border-top: 0;
}
.right-section .inner-tab-card-wrap .ps-table-wrapper .ps-table thead tr th {
  border-top: 0;
}
.right-section .sub-text {
  color: #979797;
  font-size: 12px;
  font-weight: 400;
}
.right-section textarea {
  height: 60px;
}
.right-section .country-dropdown .selectize-input {
  height: 38px !important;
  padding: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.online-orders-integration-slider .user_name_list .swiper-slide a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.online-orders-integration-slider .no-data-found {
  height: calc(100vh - 145px);
  display: flex;
  align-items: center;
  padding: 30px;
  justify-content: center;
}
.online-orders-integration-slider .no-data-found h5 {
  max-width: 660px;
  margin: 0 auto;
}

.flex-direction-column {
  flex-direction: column;
}

.ps-card-border {
  border: 1px solid rgb(210, 214, 219);
  border-radius: 12px;
}

.tabs-content > div:not(:first-child) {
  display: none;
}

.invoice-page-wrap .tabs-content > div:not(:first-child) {
  display: block;
}

.save-success-toast, .error-toast {
  position: absolute;
  top: 25px;
  right: 30px;
  border-radius: 12px;
  background: rgb(246, 254, 249);
  border: 1px solid rgb(108, 233, 166);
  padding: 20px 35px 20px 25px;
  box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 99;
}
.save-success-toast.active, .error-toast.active {
  transform: translateX(0%);
}
.save-success-toast .success-toast-content, .error-toast .success-toast-content {
  display: flex;
  align-items: flex-start;
}
.save-success-toast .success-toast-content .check, .error-toast .success-toast-content .check {
  font-size: 20px;
  line-height: 1;
  padding-top: 0;
}
.save-success-toast .success-toast-content .message, .error-toast .success-toast-content .message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
.save-success-toast .success-toast-content .message .text, .error-toast .success-toast-content .message .text {
  line-height: 20px;
  font-weight: 500;
}
.save-success-toast .success-toast-content .message .text.text-1, .error-toast .success-toast-content .message .text.text-1 {
  color: rgb(2, 122, 72);
  font-size: 14px;
}
.save-success-toast .success-toast-content .message .text.text-2, .error-toast .success-toast-content .message .text.text-2 {
  font-size: 12px;
  color: rgb(3, 152, 85);
}
.save-success-toast .close, .error-toast .close {
  position: absolute;
  top: 7px;
  right: 0px;
  padding: 5px;
  cursor: pointer;
  opacity: 1;
}

.error-toast {
  border: 1px solid #FDA29B;
  background-color: #FFF5F6;
  padding: 0;
}

.error-toast {
  border: 1px solid #FDA29B;
  background-color: #FFF5F6;
  padding: 0;
}

.loader-overlay {
  background: rgba(0, 0, 0, 0) url(https://d12wf4nrgjmvr4.cloudfront.net/images/white_overlay.png) repeat scroll 0 0;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 8010;
  bottom: 0;
  position: fixed;
  right: 0;
}

.btn-loader.loader {
  opacity: 1;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/loader-new.gif) no-repeat;
  background-size: 68px;
  width: 68px;
  height: 68px;
}

.btn-upload-input {
  position: relative;
  overflow: hidden;
  color: #212121;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2784313725) !important;
  padding: 8px 16px 7px;
  margin: 0 15px;
  border-radius: 10px !important;
  font-size: 13px;
}

.btn-upload-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.has-error-text {
  display: none;
}

.no_service_section .card {
  border: 0;
  border-radius: 10px;
}
.no_service_section .vh-70 {
  height: 70vh;
}
.no_service_section .no-data-blank-state .no-rcord-found-text {
  position: relative;
  top: -20px;
  font-size: 1rem;
  color: #212121;
}

.pp-textfield.has-error .form-control {
  color: #991926;
  border-color: #991926;
}
.pp-textfield.has-error .form-control ~ .pp-textfield-focused {
  background-color: #991926;
}
.pp-textfield.has-error .form-control ~ .has-error-text {
  color: #991926;
  display: block;
}
.pp-textfield.has-error .form-control:invalid {
  color: #991926;
}
.pp-textfield.has-error .form-control:invalid ~ .pp-textfield-focused {
  background-color: #991926;
}
.pp-textfield.has-error .form-control:invalid ~ .has-error-text {
  color: #991926;
  display: block;
}
.pp-textfield.has-success .form-control {
  color: #467B17;
  border-color: #467B17;
}
.pp-textfield.has-success .form-control ~ .pp-textfield-focused {
  background-color: #467B17;
}
.pp-textfield.has-success .form-control ~ .has-error-text {
  color: #467B17;
  display: block;
}
.pp-textfield.has-warning .form-control {
  color: #ECBB02;
  border-color: #ECBB02;
}
.pp-textfield.has-warning .form-control ~ .pp-textfield-focused {
  background-color: #ECBB02;
}
.pp-textfield.has-warning .form-control ~ .has-error-text {
  color: #ECBB02;
  display: block;
}

.pp-textfield-floating-label.pp-textfield-floating-label-completed.has-error label {
  color: #991926;
}
.pp-textfield-floating-label.pp-textfield-floating-label-completed.has-success label {
  color: #467B17;
}
.pp-textfield-floating-label.pp-textfield-floating-label-completed.has-warning label {
  color: #ECBB02;
}

/****************** settings_flow page  ******************/
.ps-table .open_add_itm_sts_pp.last-tootltip::before {
  right: -36px;
  text-align: center;
}

.menu_scrollspy_nav {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  position: sticky;
  top: 8.9rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.menu_scrollspy_nav.new-menu-s {
  width: auto;
  background-color: #ffffff;
}
.menu_scrollspy_nav .menuitem_scrollspy_nav .custom_scroll .cate_rank.row {
  margin-right: 0;
}
.menu_scrollspy_nav .menuitem_scrollspy_nav .custom_scroll .cate_rank .category_link p::before {
  content: none;
}
@media (max-width: 767px) {
  .menu_scrollspy_nav {
    min-height: auto;
    position: fixed;
    right: 0;
    left: auto;
    transition: all 0.5s ease;
    z-index: 999;
    width: 50%;
    top: 50px;
    bottom: 0;
    background-color: var(--clr-light1);
    padding: 0;
    border-radius: 2px;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    max-width: 300px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: -99;
  }
}
@media (max-width: 767px) {
  .menu_scrollspy_nav.d-block {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .menu_scrollspy_nav.real-menu {
    top: 50px;
    margin-top: 0;
  }
}

.direct-expand.child-table-expand {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/child-table-expand.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  background-size: contain;
}
.direct-expand.child-table-expand.child-table-collapse {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/child-table-collapse.svg) no-repeat center center;
  background-size: contain;
}

.update-user-detail.user_detail_new.direct-expand.child-table-expand {
  background-position: left center;
  padding-left: 24px;
  width: auto;
  height: auto;
  margin-left: 0;
  background-size: contain;
}

.day-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
}

.catagory-schedules .alert-danger {
  display: block;
}

.chart-card.chart-card-left-border {
  border-left: 7px solid #589dfe !important;
  border-radius: 0;
  border-bottom: 0;
  margin-top: 15px;
}

.charticon-wrap {
  background-color: #d6e7ff;
  display: inline-block;
  padding: 12px 12px;
  margin-right: 10px;
  border-radius: 40px;
}

.inner-page-two .chart-card.chart-card-left-border {
  border-left: 7px solid #589dfe !important;
  border-radius: 0;
  border-bottom: 0;
  margin-top: 15px;
}
.inner-page-two .chart-card.chart-card-left-border .card-title {
  border-bottom: 1px solid #cacaca;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 14px 16px;
  background-color: #f7fbff !important;
}
.inner-page-two .chart-card.chart-card-left-border .card-title .media-left {
  display: table-cell;
  vertical-align: top;
}
.inner-page-two .chart-card.chart-card-left-border .show-chart {
  background-color: #f7fbff !important;
}
.inner-page-two .chart-card.chart-card-left-border .show-chart #order-bar,
.inner-page-two .chart-card.chart-card-left-border .show-chart #expenses-bar {
  height: 150px;
}
.inner-page-two .chart-card.chart-card-left-border .show-chart #online_order-bar {
  height: 270px;
}
.inner-page-two .chart-card.chart-card-left-border .show-chart .highcharts-button {
  display: none !important;
}
.inner-page-two .chart-card.chart-card-left-border .show-chart-click {
  margin-left: 4px;
}
.inner-page-two .chart-card.chart-card-left-border .chart-icon-arrow {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.inner-page-two .chart-card.chart-card-left-border .chart-icon-arrow.up-down .fa.fa-caret-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.3s all ease-in-out;
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .review-reting-widget .d-block-tab {
    display: block !important;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .review-reting-widget .d-block-tab .order-1 {
    margin-bottom: 8px;
  }
}
.review-reting-widget {
  border: 1px solid #EDEDED;
  border-radius: 0.65rem;
  overflow: hidden;
  background-color: #fff;
}
.review-reting-widget .view-more-link {
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  padding-bottom: 19px;
}
.review-reting-widget .calendar-control {
  padding: 4px 8px;
}
.review-reting-widget .ng-dropdown-wrap.show .dropdown-menu.show {
  left: -25px !important;
}
.review-reting-widget .ng-dropdown-wrap .ps-btn-dropdown {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  color: #646464;
  cursor: pointer;
  gap: 6px;
  flex-shrink: 0;
}
.review-reting-widget .ng-dropdown-wrap .dropdown-toggle::after {
  top: 1px;
}
.review-reting-widget .graph-review-wrapp {
  display: flex;
  justify-content: space-around;
  background-color: #FFFFFF;
  margin: 0 20px 25px;
  border-bottom: 1px solid #D2D6DB;
  position: relative;
}
@media (max-width: 1680px) {
  .review-reting-widget .graph-review-wrapp {
    margin: 0 10px 20px;
  }
}
@media (max-width: 1200px) {
  .review-reting-widget .graph-review-wrapp {
    margin: 0 5px 20px;
  }
}
.review-reting-widget .graph-review-wrapp .barcontainer {
  background-color: #D2D6DB;
  position: relative;
  width: 7px;
  height: 100px;
  border-radius: 1px;
  margin: 0 auto;
}
.review-reting-widget .graph-review-wrapp .barcontainer .bar {
  background-color: #1770EE;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80%;
  box-sizing: border-box;
  animation: grow 1.5s ease-out forwards;
  transform-origin: bottom;
  border-radius: 2px;
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap {
  cursor: pointer;
  padding: 21px 10px 12px;
  border: 1px solid transparent;
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap:hover {
  border-radius: 6px 6px 0px 0px;
  background: rgba(255, 236, 238, 0.3411764706);
  border: 1px solid rgba(197, 32, 49, 0.5098039216);
}
@media (max-width: 1280px) {
  .review-reting-widget .graph-review-wrapp .star-rat-count-wrap {
    padding: 12px 7px 12px;
  }
}
@media (max-width: 1200px) {
  .review-reting-widget .graph-review-wrapp .star-rat-count-wrap {
    padding: 12px 4px 12px;
  }
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap.current {
  border-radius: 6px 6px 0px 0px;
  background: #FFECEE;
  border: 1px solid #1770EE;
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap.current::after {
  content: "";
  border-top: 15px solid #1770EE;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -14px;
  margin: 0px 11px;
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap.current .star-rat-count {
  background: #1770EE;
  color: #FFFFFF;
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap .no-off-rating {
  display: block;
  text-align: center;
  color: #333;
  font-size: 19px;
  font-weight: 500;
  line-height: 22.595px;
}
@media (max-width: 1399px) {
  .review-reting-widget .graph-review-wrapp .star-rat-count-wrap .no-off-rating {
    font-size: 17px;
  }
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap .star-rat-count {
  width: 48.578px;
  height: 23.724px;
  display: flex;
  border-radius: 56.486px;
  background: #FFF3F3;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 13px 0 5px;
  align-items: center;
  padding: 0;
  justify-content: center;
}
@media (max-width: 1399px) {
  .review-reting-widget .graph-review-wrapp .star-rat-count-wrap .star-rat-count {
    font-size: 14px;
    width: 45.578px;
    height: 22.724px;
  }
}
.review-reting-widget .graph-review-wrapp .star-rat-count-wrap .star-rat-count i {
  display: inline-block;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
@media (max-width: 1399px) {
  .review-reting-widget .graph-review-wrapp .star-rat-count-wrap .star-rat-count i svg {
    width: 13px;
    height: 14px;
  }
}
.review-reting-widget .ng-sub-title {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .review-reting-widget .ng-sub-title {
    font-size: 12px;
  }
}
.review-reting-widget .ng-sub-title span {
  color: #1770EE;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .review-reting-widget .ng-sub-title span {
    font-size: 12px;
  }
}
.review-reting-widget .review-title {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .review-reting-widget .review-title {
    font-size: 12px;
  }
}
.review-reting-widget .review-ul {
  margin: 0;
  max-height: 296px;
  overflow-y: auto;
}
.review-reting-widget .review-ul li {
  border-bottom: 1px solid #D2D6DB;
  padding: 16px 0;
  align-items: flex-start !important;
}
.review-reting-widget .review-ul li .rating-dis-inner {
  flex-direction: column;
}
.review-reting-widget .review-ul li:last-child {
  border: none;
}
.review-reting-widget .review-ul .name-later-cricl {
  width: 40px;
  height: 40px;
  padding: 13px 0;
  border-radius: 34px;
  background: #FFF3F3;
  color: #1770EE;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 13.5px;
  margin-right: 10px;
}
.review-reting-widget .review-ul .star-title {
  color: #646464;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (max-width: 1300px) {
  .review-reting-widget .review-ul .star-title {
    font-size: 13px;
  }
}
.review-reting-widget .review-ul .listing-text {
  color: #212121;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  padding-top: 1px;
}
@media (max-width: 1300px) {
  .review-reting-widget .review-ul .listing-text {
    font-size: 12px;
  }
}
.review-reting-widget .review-ul::-webkit-scrollbar {
  width: 7px;
}
.review-reting-widget .review-ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.review-reting-widget .review-ul::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

@keyframes grow {
  from {
    transform: scaleY(0);
  }
}
.review-loader-wrp .review-loader-circl {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.review-loader-text {
  width: 170px;
  height: 21px;
  display: inline-block;
}

.ps-online-onoff .ps-border-rad {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ps-online-onoff .menu_scrollspy_nav .nav-link p {
  word-break: break-all;
}

.ps-table-align .ps-mb-4 {
  margin-bottom: 20px;
}
.ps-table-align .ps-mt-2 {
  margin-top: 9px;
}
.ps-table-align.ps-table .last-tootltip::before {
  min-width: 115px;
}
.ps-table-align .ps-side-onoff-btn {
  height: 24px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ps-table.ps-minwidth-tabel .itemname {
    width: 35% !important;
  }
}

.dot-icon .fa {
  font-size: 8px;
}

.detailed-table .ps-table-wrapper.table-responsive {
  min-height: auto;
}

.item-on-off-table thead {
  z-index: 20;
  position: relative;
}

.ps-sticky-onoff-btn {
  position: sticky;
}
.ps-sticky-onoff-btn #item_div_btn2 {
  background-color: #f5f6fa;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  right: -520px;
  width: 210px;
  transition-duration: 0.3s;
  padding: 8px 10px;
}
@media (max-width: 767px) {
  .ps-sticky-onoff-btn #item_div_btn2 {
    display: none;
    right: 0;
  }
}
.ps-sticky-onoff-btn #item_div_btn2.on {
  right: -25px;
}
@media (max-width: 767px) {
  .ps-sticky-onoff-btn #item_div_btn2.on {
    display: block;
  }
}
.ps-sticky-onoff-btn #item_div_btn2::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: -24px;
  border-top: 37px solid transparent;
  border-bottom: 36px solid transparent;
  border-right: 25px solid #f5f6fa;
}
.ps-sticky-onoff-btn #item_div_btn2 p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
  color: #646464;
}
.ps-sticky-onoff-btn #item_div_btn2 .btn1 {
  border-radius: 20px 0 0 20px;
}
.ps-sticky-onoff-btn #item_div_btn2 .btn2 {
  border-radius: 0 20px 20px 0;
  color: #1a6ee4;
  background-color: transparent;
  border: 1px solid #81afef;
}
.ps-sticky-onoff-btn #item_div_btn2 .ps-btn.btn1, .ps-sticky-onoff-btn #item_div_btn2 .ps-btn.btn2 {
  min-width: 60px;
}
@media (max-width: 1440px) {
  .ps-sticky-onoff-btn #item_div_btn2 .ps-btn.btn1, .ps-sticky-onoff-btn #item_div_btn2 .ps-btn.btn2 {
    min-height: 34px;
  }
}
.ps-sticky-onoff-btn #item_div_btn2 span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-sticky-onoff-btn.sticky-top {
  z-index: 22;
}

.main-banner {
  background: #ffffff;
  width: 100%;
  height: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 0;
}

.page-main-title {
  margin: 25px 0 10px 10px;
  font-size: 1rem;
}
@media (max-width: 1600px) {
  .page-main-title {
    font-size: 0.875rem;
  }
}

.toast-message {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .toast-message {
    font-size: 0.75rem;
  }
}
.toast-message b {
  color: #212121;
  font-weight: 500;
}
.toast-message ul {
  font-size: 0.875rem;
  color: #212121;
}
@media (max-width: 767px) {
  .toast-message ul {
    font-size: 0.75rem;
  }
}

#toast-container > .toast-warning {
  background-position: 13px 19px;
}

#toast-container > .toast-info {
  background-position: 13px 19px;
}

#toast-container > .toast-error {
  background-position: 13px 19px;
}

#toast-container > .toast-success {
  background-position: 13px 19px;
}

.sms-pop-search-body .ps-searchbar .ps-form-group {
  width: 100%;
}

.search-configration-popup .configuration-search .ps-form-group .search-icon {
  position: absolute;
  right: 6px;
  top: 5px;
}

.page-card-body .card-link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.page-card-body .card-link .card {
  border: 1px solid #EDEDED;
  border-radius: 8px;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}
.page-card-body .card-link .card:hover {
  box-shadow: 0px 1.5px 3px 0.2px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.2s ease;
}
.page-card-body .card-link .card .card-body {
  height: 100%;
}
@media (max-width: 479px) {
  .page-card-body .card-link .card .card-body {
    padding: 10px;
  }
}
.page-card-body .card-link .card .card-body .media {
  display: flex;
  gap: 15px;
  height: 100%;
}
.page-card-body .card-link .card .card-body .row {
  height: 100%;
}
@media (max-width: 767px) {
  .page-card-body .card-link .card .card-body .row {
    align-items: center;
  }
}
.page-card-body .card-link .card .card-body .card-icon-avg {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #EEF5FF;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .page-card-body .card-link .card .card-body .card-icon-avg {
    height: 45px;
    width: 45px;
  }
}
.page-card-body .card-link .card .card-body .card-icon-avg svg,
.page-card-body .card-link .card .card-body .card-icon-avg img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 30px;
  width: 30px;
}
@media (max-width: 1440px) {
  .page-card-body .card-link .card .card-body .card-icon-avg svg,
  .page-card-body .card-link .card .card-body .card-icon-avg img {
    height: 25px;
    width: 25px;
  }
}
.page-card-body .card-link .card .card-body .card-icon {
  max-width: 80px;
}
@media (max-width: 767px) {
  .page-card-body .card-link .card .card-body .card-icon {
    max-width: 70px;
  }
}
.page-card-body .card-link .card .card-body .card-icon svg {
  fill: #1770EE;
  width: 60px;
  height: 60px;
}
.page-card-body .card-link .card .card-body .card-content {
  display: flex;
  flex-direction: column;
}
.page-card-body .card-link .card .card-body .media-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-card-body .card-link .card .card-body .media-body h5, .page-card-body .card-link .card .card-body .media-body p {
  margin-bottom: 0;
}
.page-card-body .card-link .card .card-body .media-body p {
  color: #979797;
}
.page-card-body .card-link .card .card-body .media-footer {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ps-hamb-other-report .hrhamburger {
  display: none;
}
@media (max-width: 767px) {
  .ps-hamb-other-report .hrhamburger {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    margin: 0 auto;
    position: fixed;
    top: 115px;
    right: 0;
    z-index: 3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 7px;
    background: none;
  }
}

.detailed-table .table-responsive .status-btn {
  font-size: 0.938rem;
  color: #FFFFFF;
  text-transform: capitalize;
  max-width: 100px;
  min-width: 80px;
  border-radius: 2px;
  padding: 4px 0 3px 0;
  vertical-align: middle;
  text-align: center;
  display: block;
}
@media (max-width: 1601px) {
  .detailed-table .table-responsive .status-btn {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 767px) {
  .detailed-table .table thead tr th {
    white-space: nowrap;
    padding: 15px 12px;
  }
}
@media (max-width: 576px) {
  .detailed-table .table thead tr th {
    font-size: 0.688rem;
  }
}

.inner-pages-design-wrap .detailed-table .table-responsive .status-btn {
  border-radius: 15px;
}
.inner-pages-design-wrap .table-divided .material-icons,
.inner-pages-design-wrap .table-divided i.fas.fa-book {
  border-radius: 50%;
  background-color: #f2f2f2;
}
.inner-pages-design-wrap .export-btn-new {
  border-radius: 7px !important;
  font-weight: 500;
  color: #000000 !important;
  padding: 6.25px 15px;
}
.inner-pages-design-wrap .import-btn .export-btn-new {
  background-color: #F2F2F2;
  border: 1px solid #cacaca;
}

.ps-fancybox.fancybox-content {
  border-radius: 8px;
  padding: 0;
}

@media (min-width: 767px) {
  .ps-btn.primary-btn.form-inner-btn.gst-submit {
    flex: 1 0 auto;
  }
}

.verify-toggle {
  font-size: 30px;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD123;
  position: absolute;
  right: 0;
  top: -21px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.verify-toggle-box {
  position: absolute;
  width: 100%;
  background: #FFD123;
  bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.verify-toggle-active .verify-toggle-box {
  bottom: 42px;
}
.verify-toggle-active .verify-toggle {
  top: -63px;
}
.verify-toggle-active .arrows.arrow-up {
  margin-top: 2px;
}
.verify-toggle-active .arrows.arrow-up::after {
  content: "";
  border: solid #373737;
  border-width: 0 1px 1px 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  top: 8px;
  padding: 4px;
  left: 8px;
}

.Tree-listing ul.dynatree-container {
  max-height: 250px;
  overflow-y: auto;
  background-color: #f8f8f8;
}

.inventoy--setting--page .Tree-listing ul .dynatree-container {
  background-color: #ffffff;
}

.ps-order-table-rm td {
  border: none;
}

.rawmat_expiry {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/calendar.svg) no-repeat;
  padding: 0px 0 0 25px;
  background-size: 14px auto;
  border: none;
  background-position-y: center;
}

.report-box .card-header:first-child {
  font-size: 1rem;
  font-weight: 500;
  color: #373737;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
@media (max-width: 1440px) {
  .report-box .card-header:first-child {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .report-box .card-header:first-child {
    font-size: 0.875rem;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .report-box .card-header:first-child {
    font-size: 1rem;
  }
}

.ho-steps-mobile {
  display: none;
}
@media (max-width: 768px) {
  .ho-steps-mobile {
    display: block;
    border-radius: 5px;
    background: #1770EE;
    padding: 6px 12px 6px 14px;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
  }
}

.card-wrapper {
  background-color: #FFFFFF;
  padding: 10px 0 0 0;
  margin: 0 0px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px #646464;
  -webkit-box-shadow: 0px 3px 6px #646464;
}

.no-table-found {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 400px;
  padding-top: 0;
}
.no-table-found h4 {
  margin-top: 1rem;
  color: #979797;
  font-size: 0.875rem;
  font-weight: normal;
}

.ho-tabs-container .tab-content {
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.ho-tabs-container .tab-content .tab-pane h4 {
  font-size: 1.063rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #373737;
}
@media (max-width: 1366px) {
  .ho-tabs-container .tab-content .tab-pane h4 {
    font-size: 0.875rem;
  }
}
.ho-tabs-container .tab-content .tab-pane p {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 3px;
  padding-left: 16px;
}
@media (max-width: 1366px) {
  .ho-tabs-container .tab-content .tab-pane p {
    font-size: 0.75rem;
  }
}
.ho-tabs-container .ho-menu-title {
  padding: 12px;
  border-bottom: 1px solid #cccccc;
}
.ho-tabs-container .card {
  margin-bottom: 0;
  border: 0;
}
.ho-tabs-container .card-header {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
}
.ho-tabs-container .card-body {
  background: #FFFFFF;
  margin: 0;
}
.ho-tabs-container .ho-main-card {
  padding: 0;
}
.ho-tabs-container .StepProgress-item {
  position: relative;
  counter-increment: progress;
}
.ho-tabs-container .StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 13px;
  padding: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #cacaca;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: counters(progress, ".") "";
  color: #373737;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .ho-tabs-container .StepProgress-item::after {
    top: 15px;
    left: 9px;
    text-align: center;
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
    padding: 2px;
  }
}
.ho-tabs-container b a {
  font-size: 0.75rem;
  font-weight: 500 !important;
  color: #4f7d97;
}
.ho-tabs-container .card-wrapper {
  padding: 0;
  box-shadow: none;
}
.ho-tabs-container .card-wrapper .report-box .card-body {
  min-height: 520px;
  overflow-y: scroll;
  height: 520px;
  max-height: 570px;
  margin: 10px;
}
@media (max-width: 767px) {
  .ho-tabs-container .card-wrapper .report-box .card-body {
    max-height: 175px;
  }
}
.ho-tabs-container .report-box {
  box-shadow: none !important;
  border-right: 1px solid #cccccc !important;
  border-radius: 0;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .ho-tabs-container .report-box {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 576px) {
  .ho-tabs-container .report-box {
    border-right: none !important;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .no-table-found {
    min-height: auto;
  }
}
.ho-tabs-container .card-wrapper .report-box .card-body {
  min-height: 520px;
  overflow-y: scroll;
  height: 520px;
  max-height: 570px;
  margin: 10px;
}
.ho-tabs-container .card-wrapper .report-box .card-body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F8F8F8;
  height: 8px;
  padding: 2px;
}
.ho-tabs-container .card-wrapper .report-box .card-body::-webkit-scrollbar {
  background-color: #F5F5F5;
}
.ho-tabs-container .card-wrapper .report-box .card-body::-webkit-scrollbar-thumb {
  background-color: #DBDFE7;
  height: 4px;
  border-radius: 50px;
  border: 4px solid #F8F8F8;
}
@media (max-width: 767px) {
  .ho-tabs-container .StepProgress {
    display: none;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .StepProgress.ho-menu-tab-open {
    display: block;
    padding: 12px 0 12px 0;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .no-table-found {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .no-table-found svg {
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .card-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .card-wrapper .report-box .card-body {
    max-height: 175px;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .card-wrapper .menu-items-col {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .card-wrapper .menu-items-col .card-body {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .nav-pills li.step-first {
    display: none;
  }
}
@media (max-width: 991px) {
  .ho-tabs-container .card-body .ho-menu-form-left, .ho-tabs-container .card-body .ho-menu-form-right {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .card-body .ho-menu-form-left, .ho-tabs-container .card-body .ho-menu-form-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .ho-tabs-container .report-box {
    border-bottom: 1px solid #CCCCCC !important;
  }
}
@media (max-width: 576px) {
  .ho-tabs-container .report-box {
    border-right: none !important;
  }
}
.ho-tabs-container .ho-tabs-container .card-body .ho-menu-form-left {
  padding-right: 15px !important;
}
.ho-tabs-container .ho-tabs-container .card-body .ho-menu-form-right {
  padding-left: 15px !important;
}

@media (max-width: 1366px) {
  .ho-tabs-container .card-wrapper .menu-category-col .card-body,
  .ho-tabs-container .card-wrapper .menu-items-col .card-body {
    padding: 0 !important;
  }
}

.page-title-desc {
  font-size: 1rem;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #373737;
  font-weight: normal;
}
@media (max-width: 1440px) {
  .page-title-desc {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .page-title-desc {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-desc {
    line-height: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .page-title-desc {
    line-height: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.ng-alert {
  padding: 9px 16px;
  border-radius: 0 7px 7px 0;
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 1366px) {
  .ng-alert {
    padding: 7px 16px;
    font-size: 12px;
  }
}

.ng-alert-warning {
  background-color: #FFF9E4;
  color: #373737;
  border-left: 6px solid #ECBB02;
}

.show_sub_zones .fa-plus,
.show_sub_zones .fa-minus {
  border: 2px solid #a09c9c;
  padding: 2px 2.5px 1px 3px;
  border-radius: 4px;
  margin-top: 3px;
  font-size: 12px;
}

.term-cond-popup .pmd-card-body strong,
b {
  color: #646464;
}

.manage_rest .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  padding: 12px !important;
}
.manage_rest .rest_text {
  padding: 12px !important;
}

.panel-default.panel-heading {
  color: #373737;
  background-color: #FFFFFF;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.panel-body {
  color: #373737;
  background-color: #FFFFFF;
  border: 1px solid #ededed;
  padding: 15px;
}

.resrtict-info-box {
  display: flex;
  padding: 6px 12px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #B3D3FF;
  background-color: #EEF5FF;
}
.resrtict-info-box .border-right {
  border-color: #646464 !important;
}
.resrtict-info-box .ps-checkbox-group .ps-checkbox-container input:disabled + .ps-checkmark::before {
  border-color: #027A48;
  background-color: #ECFDF3;
}
.resrtict-info-box .ps-checkbox-group .ps-checkbox-container input:disabled + .ps-checkmark::after {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/check.svg);
}

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

.ul-group-divided {
  list-style: none;
}
.ul-group-divided li {
  margin: 10px 10px;
  border: 1px solid #f2f2f2 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 0 0 5px;
  box-shadow: 0px 0px 3px #ededed;
}

.hiddenRow {
  display: none;
  transition: transform 400ms ease;
  padding: 0 !important;
}

.inner-tab-accordian tbody th span {
  vertical-align: text-top;
}

.table-responsive tr th,
.table-responsive tr td {
  font-size: 12px;
}

.table-responsive .table-divided tr th {
  font-weight: 600;
}

.menu-card-design-new {
  margin: 15px;
}

.add-title {
  color: #373737;
  font-size: 1.125rem;
  margin: 0;
  padding: 16px;
  background: #FFFFFF;
  border-bottom: 1px solid #b2b2b2;
}

.add-title {
  padding: 12px 10px 12px 10px;
  border-bottom: none;
}
.add-title .card {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #cacaca;
}
.add-title .card .card-body {
  height: 100%;
}
.add-title .card-link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.add-title .card-item-des {
  font-size: 0.875rem;
  line-height: 24px;
  margin: 0;
}

.reports-new-wrapper .search-sticky {
  position: sticky;
  top: -2px;
  background-color: #EDEDED !important;
  z-index: 3;
}
.reports-new-wrapper .input-search-icon {
  position: absolute;
  top: 9px;
  left: 5px;
  color: #979797;
  font-size: 0.938rem;
  z-index: 4;
}
@media (max-width: 1680px) {
  .reports-new-wrapper .input-search-icon {
    font-size: 0.875rem;
    top: 11px;
  }
}
.reports-new-wrapper .btn-new-shadow {
  box-shadow: none;
  border-radius: 6px !important;
  font-size: 0.875rem;
  color: #373737;
  background: #ffffff;
  border: 1px solid #B6B6B6 !important;
}
.reports-new-wrapper .input-clear-icon {
  position: absolute;
  top: 9px;
  right: 8px;
  color: #979797;
  font-size: 0.938rem;
  z-index: 4;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .reports-new-wrapper .input-clear-icon {
    font-size: 0.875rem;
    top: 11px;
  }
}
.reports-new-wrapper .ng-btn-white {
  color: #646464;
  position: relative;
  min-width: auto;
}
.reports-new-wrapper .page-card {
  padding-top: 2.3rem;
}
.reports-new-wrapper .page-card .card-col {
  margin-bottom: 30px;
  position: relative;
}
.reports-new-wrapper .reports-right-side .page-card:first-child {
  border-radius: 0 0 10px 10px;
}
.reports-new-wrapper .reports-right-side .main-title-bg {
  position: absolute;
  top: -25px;
  right: -25px;
}
@media (max-width: 767px) {
  .reports-new-wrapper .reports-right-side .main-title-bg {
    top: -20px;
    right: -20px;
  }
}
.reports-new-wrapper .reports-right-side .main-title-bg svg {
  width: 70px;
  height: 70px;
}
@media (max-width: 1680px) {
  .reports-new-wrapper .reports-right-side .main-title-bg svg {
    width: 50px;
    height: 50px;
  }
}
.reports-new-wrapper .report-main-title-descprtn {
  font-size: 0.875rem;
  color: #646464;
  line-height: normal;
  margin-bottom: 0 !important;
}
@media (max-width: 1366px) {
  .reports-new-wrapper .report-main-title-descprtn {
    font-size: 0.75rem;
  }
}
.reports-new-wrapper .card {
  border: 0 !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px !important;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/dot-grid.svg);
  background-repeat: no-repeat;
  background-position: top left;
  min-height: 167px;
}
.reports-new-wrapper .card-header {
  border-radius: 10px;
}
.reports-new-wrapper .card-body {
  background: #ffffff;
  height: auto !important;
  border-radius: 0 0 10px 10px;
}
.reports-new-wrapper .card-body .report-main-title-descprtn {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 65px;
}
.reports-new-wrapper .favourite-main-wrapper .card,
.reports-new-wrapper .favourite-main-wrapper .card .card-header,
.reports-new-wrapper .favourite-main-wrapper .card .card-body,
.reports-new-wrapper .favourite-main-wrapper .card .ng-btn-white {
  background-color: #FCF2F3 !important;
}
.reports-new-wrapper .view-text-btn:after {
  content: "";
  background-color: #ddd;
  border-bottom: 2px solid dashed;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.reports-new-wrapper .star-report input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}
.reports-new-wrapper .star-report input:checked ~ label:before {
  color: #FFCB80;
  content: "\f005";
}
.reports-new-wrapper .star-report label {
  position: relative;
  float: right;
  color: #C2C2C2;
  margin: 0;
  cursor: pointer;
}
.reports-new-wrapper .star-report label::before {
  content: "\f006";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  color: #C2C2C2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.reports-new-wrapper .report-alert-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  border-radius: 0 0 10px 0;
}
@media (max-width: 767px) {
  .reports-new-wrapper .hrhamburger {
    bottom: 91px;
    top: unset;
    right: 35px;
  }
}
@media (max-width: 767px) {
  .reports-new-wrapper .hrhamburger svg {
    max-width: 50px;
    margin: 0;
  }
}
.reports-new-wrapper .card .card-body {
  height: 100%;
}
.reports-new-wrapper .card .card-body .row {
  height: 100%;
}
.reports-new-wrapper .card-icon {
  max-width: 80px;
}
.reports-new-wrapper .card-icon svg {
  fill: #1770EE;
}
@media (max-width: 767px) {
  .reports-new-wrapper .card-icon svg.menu-svg-width {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .reports-new-wrapper .marketservice_scrollspy_nav {
    z-index: 9;
    width: 65%;
    top: 66px;
    overflow: auto;
  }
}
.reports-new-wrapper .report-switch {
  bottom: 6px;
  left: unset;
  position: absolute;
  right: 25px;
}

.btn-new-shadow:focus {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3019607843) !important;
}

.report-main-div .page-card .page-card-body {
  padding: 30px 30px 0px 30px;
}
.report-main-div .card-content {
  display: flex;
  flex-direction: column;
}
.report-main-div .card-item-title {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .report-main-div .card-item-title {
    display: flex;
    align-items: center;
  }
}
.report-main-div .card-item-btn {
  font-weight: 500;
}
.report-main-div .card-item-btn {
  background: #ffffff;
  color: #373737;
  border: 1px solid #cacaca;
  margin: 1rem 0 0 0;
  display: inline-block;
}

.card-icon .card-icon-avg svg,
.card-icon .card-icon-avg img {
  width: 60px;
  height: 60px;
}

.menu-card-design-new-page .card-item-title {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .menu-card-design-new-page .page-card {
    background: transparent;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .menu-card-design-new-page .page-card .page-card-body {
    padding: 5px 3px 10px 3px;
  }
}
@media (max-width: 479px) {
  .menu-card-design-new-page .page-card .page-card-body {
    padding: 15px 10px 10px 10px;
  }
}

.ng-title {
  font-size: 1rem;
  color: #373737;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .ng-title {
    font-size: 0.938rem;
  }
}
@media (max-width: 1366px) {
  .ng-title {
    font-size: 0.875rem;
  }
}

.page-card .card-link.report-view-btn .card .page-card .card-content p,
.menu-card-design-new .page-card .card-content p {
  line-height: 1.3rem;
  min-height: 40px;
  color: #646464;
  font-weight: normal;
  padding-bottom: 12px;
}
@media (max-width: 1366px) {
  .page-card .card-link.report-view-btn .card .page-card .card-content p,
  .menu-card-design-new .page-card .card-content p {
    font-size: 0.75rem;
    min-height: 30px;
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .page-card .card-link.report-view-btn .card .page-card .card-content p,
  .menu-card-design-new .page-card .card-content p {
    font-size: 0.688rem;
  }
}
.page-card .card-link.report-view-btn .card .card-item-btn,
.menu-card-design-new .card-item-btn {
  margin-top: 0.3rem;
}
.page-card .card-link.report-view-btn .card .card-link:hover .card-item-btn,
.menu-card-design-new .card-link:hover .card-item-btn {
  background-color: #1770EE;
  color: #FFFFFF;
  border-color: #1770EE;
}

.page-card .card-link.report-view-btn .card,
.menu-card-design-new .page-card .card-link.all_menu_li .card {
  cursor: pointer;
}

.ng-alert {
  padding: 9px 16px;
  border-radius: 0 7px 7px 0;
  font-size: 14px;
  color: #ffffff;
}

.login-wrapper .ng-alert {
  color: #212121;
  font-weight: 500;
}

.ng-alert-success {
  background-color: #EFFFE1;
  color: #373737;
  border-left: 6px solid #5CA21F;
}

.ng-title-2 {
  font-size: 0.875rem;
  color: #373737;
}
@media (max-width: 1680px) {
  .ng-title-2 {
    font-size: 0.75rem;
  }
}

.marketservice_scrollspy_nav {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  position: sticky;
  top: 0.25rem;
  overflow-y: auto;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .marketservice_scrollspy_nav {
    min-height: auto;
    position: fixed;
    right: -400px;
    transition: all 0.5s ease;
    z-index: 3;
    width: 50%;
    top: 50px;
    bottom: 0;
    background-color: #ffffff;
    padding: 0;
    border-radius: 2px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.18);
    overflow-y: scroll;
    max-width: 300px;
  }
}

.mt-01 {
  margin-top: 1px;
}

.mr-15 {
  margin-right: 15px;
}

.marketservice_scrollspy_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border: 1px solid 1px solid rgba(226, 41, 62, 0.3);
  position: relative;
  right: 10px;
  border-radius: 5px;
}
.marketservice_scrollspy_nav::-webkit-scrollbar-track:hover {
  background: transparent;
}
.marketservice_scrollspy_nav::-webkit-scrollbar-track:active {
  background: transparent;
}
.marketservice_scrollspy_nav::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.marketservice_scrollspy_nav::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
.marketservice_scrollspy_nav::-webkit-scrollbar-thumb:hover {
  background: #646464;
}
.marketservice_scrollspy_nav::-webkit-scrollbar-thumb:active {
  background: #646464;
}
.marketservice_scrollspy_nav::-webkit-scrollbar-corner {
  background: transparent;
}
.marketservice_scrollspy_nav::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

#payment_request-pie {
  height: 150px;
}

#payment_request-bar {
  height: 150px;
}
#payment_request-bar:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 4px rgba(22, 22, 22, 0.2);
}

.search-bar .btn,
.page-card .card-item-btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn.card-item-btn.report-view-btn {
  margin: 0 !important;
}
@media (max-width: 1366px) {
  .btn.card-item-btn.report-view-btn {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
}

@media (max-width: 1680px) {
  .btn,
  .btn.btn-primary,
  .btn.btn-darkgrey {
    font-size: 0.813rem;
  }
}

.toast-custom {
  position: absolute;
  bottom: 25px;
  left: 80px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #FEC84B;
  transform: translateX(calc(100% + 30px));
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 999;
}
.toast-custom.active {
  transform: translateX(0%);
}
.toast-custom.active ~ button {
  pointer-events: none;
}
.toast-custom .toast-custom-content {
  display: flex;
  align-items: center;
}
.toast-custom .close {
  position: absolute;
  top: 8px;
  right: 4px;
  padding: 5px;
  cursor: pointer;
  opacity: 0.7;
}
.toast-custom .close:hover {
  opacity: 1;
}
.toast-custom .ps-alert .alert-message {
  align-items: center;
  border: none;
}
.toast-custom .ps-alert .alert-message .ps-title {
  color: #D9A541;
  font-size: 14px;
  font-weight: 400;
}
.toast-custom .ps-alert .ps-alert-danger .sign-icon {
  height: 58px;
  width: 58px;
  background-color: #FFEDCA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toast-custom .ps-alert .alert-check-btn {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 7px;
  background-color: #D9A541;
  padding: 8px 16px;
}

.form-group.pp-textfield {
  margin-bottom: 16px;
}

.restaurant_listing ul {
  list-style: none;
}

@media (max-width: 767px) {
  .ho-tabs-container .card-body .ho-menu-form-left, .ho-tabs-container .card-body .ho-menu-form-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.ps-table-wrapper .ps-table.table .thead-divi .ps-checkbox-group {
  width: auto !important;
}
.ps-table-wrapper .ps-table.table .ps-checkbox-group.check-width {
  width: auto !important;
  text-align: center;
}

.ng-border-right {
  border-right: 1px solid #ededed !important;
}

.edit-profile-left-accordion .card.vertical-form-tabs {
  border-radius: 10px 0 0 10px;
}

.edit-profile-right-section .card {
  border-radius: 0 10px 10px 0;
}

.edit-profile-wrapper .card-body-edit-profle {
  display: flex;
}
@media (max-width: 1200px) {
  .edit-profile-wrapper .card-body-edit-profle {
    flex-direction: column;
  }
}
.edit-profile-wrapper .card-body-edit-profle.left-side-hide #one_data .card-header {
  display: none;
}
.edit-profile-wrapper .card-body-edit-profle.left-side-hide #one_data .custom-card-header {
  display: block;
}
.edit-profile-wrapper .card-body-edit-profle.left-side-hide .edit-profile-welcome {
  display: block;
}
.edit-profile-wrapper .card-body-edit-profle #one_data .card-header {
  display: block;
}
.edit-profile-wrapper .card-body-edit-profle #one_data .custom-card-header {
  display: none;
}
.edit-profile-wrapper .card-body-edit-profle .edit-profile-welcome {
  display: none;
}
@media (max-width: 1200px) {
  .edit-profile-wrapper .card-body-edit-profle .bottom-footer-sticky {
    position: unset;
  }
}
@media (max-width: 479px) {
  .edit-profile-wrapper .card-body-edit-profle .email-verification-main-div .d-flex.align-items-start {
    align-items: baseline !important;
  }
}
@media (max-width: 479px) {
  .edit-profile-wrapper .card-body-edit-profle .email-verification-main-div .d-flex.align-items-start .btn-min-width-130 {
    min-width: 85%;
  }
}

.form-group.pp-textfield {
  margin-bottom: 16px;
}

.restaurant_listing ul {
  list-style: none;
}

@media (max-width: 767px) {
  .ho-tabs-container .card-body .ho-menu-form-left, .ho-tabs-container .card-body .ho-menu-form-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.ps-table-wrapper .ps-table.table .thead-divi .ps-checkbox-group {
  width: auto !important;
}
.ps-table-wrapper .ps-table.table .ps-checkbox-group.check-width {
  width: auto !important;
  text-align: center;
}

.card-col {
  margin-bottom: 30px;
}

.edit-profile-welcomeform {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 479px) {
  .edit-profile-wrapper .email-verification-main-div .d-flex.align-items-start,
  .edit-profile-wrapper .phone-verification-main-div .d-flex.align-items-start,
  .user-detail-table.user-management-pages .email-verification-main-div .d-flex.align-items-start,
  .user-detail-table.user-management-pages .phone-verification-main-div .d-flex.align-items-start {
    flex-wrap: wrap;
  }
}

@media (max-width: 479px) {
  .edit-profile-wrapper .email-verification-main-div .d-flex.align-items-start .btn-min-width-130,
  .edit-profile-wrapper .phone-verification-main-div .d-flex.align-items-start .btn-min-width-180 {
    padding: 8px 15px 8px 15px;
    flex-grow: 1;
    margin: 10px 0 0 0 !important;
    min-width: 100%;
  }
}

.border-radius-10 {
  border-radius: 10px;
}

.user-management-pages .email-verification-main-div div.input.text {
  flex-grow: 1;
}

.btn-min-width-130 {
  min-width: 130px;
}

.edit-email-icon {
  display: inline-block;
}
@media (max-width: 576px) {
  .edit-email-icon {
    float: right;
  }
}
.edit-email-icon .iconBtn {
  margin-left: 0;
}

.input-inside-text-div {
  position: relative;
}

.input-inside-text-div {
  position: relative;
}
.input-inside-text-div input {
  padding-left: 80px;
}
.input-inside-text-div .input-inside-text {
  top: 0;
  position: absolute;
  left: 15px;
  padding: 0;
  width: auto;
}
.input-inside-text-div .input-inside-text select.form-control {
  padding: 0.375rem 0.25rem 0.225rem 0.35rem;
  border: none;
  height: auto;
  margin: 1px 0 0 1px;
}
.input-inside-text-div .input-inside-text:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 1px;
  background: rgba(202, 202, 202, 0.5411764706);
  height: 65%;
  top: 18%;
  z-index: 9;
}
.input-inside-text-div .input-inside-text .dropdown-toggle {
  border: none;
  background: none;
  outline: none;
  padding: 8px 10px 6px 10px;
  min-width: 45px;
}
.input-inside-text-div .input-inside-text .dropdown-toggle::after {
  margin-left: 0;
  border-top-color: #373737;
}
.input-inside-text-div .input-inside-text .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  background: rgba(202, 202, 202, 0.5411764706);
  height: 58%;
}
.input-inside-text-div .input-inside-text .dropdown-menu {
  margin: 0 !important;
  padding: 0;
  max-height: 92px;
  overflow-y: auto;
}
.input-inside-text-div .input-inside-text .dropdown-menu li {
  cursor: pointer;
  padding: 0 0 0 10px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  display: block;
  padding: 5px 5px 5px 10px;
}
.input-inside-text-div .input-inside-text .dropdown-menu li:hover {
  background: #FCEDEF;
}
.input-inside-text-div .input-inside-text .dropdown-menu li:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.input-inside-text-div .input-inside-text .dropdown-menu li:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.input-inside-text-div .error {
  flex-basis: 100%;
  margin: 0;
}
.input-inside-text-div .country-dropdown {
  left: 0;
}

.unverify-popup-div .align-items-start.input-inside-text-div {
  align-items: center !important;
}

#user_form .input-inside-text-div .input-inside-text {
  left: 28px;
}

@media (max-width: 1366px) {
  .user-management-pages .input-inside-text-div .input-inside-text {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .email-verification-main-div .pl-0,
  .input-inside-text-div .pl-0 {
    padding-left: 15px !important;
  }
}

@media (max-width: 576px) {
  .email-verification-main-div .pr-0,
  .input-inside-text-div .pr-0 {
    padding-right: 15px !important;
  }
}

@media (max-width: 576px) {
  .input-inside-text-div .col-xl-7.col-md-7 .ng-btn {
    margin-top: 10px;
    display: block;
    width: 100%;
    margin-left: 0 !important;
  }
}

.input-inside-text-div .country-dropdown {
  left: 0;
}

.country-dropdown .selectize-control {
  padding: 0;
  border: none;
  background: none;
}
.country-dropdown .selectize-input {
  padding: 8px 20px 8px 6px;
  border: none;
  margin: 1px 0 0 0px;
  border-radius: 10px !important;
  min-width: 64px;
  max-width: 65px;
  background-color: transparent !important;
  align-items: center;
}
.country-dropdown .selectize-input div.item {
  display: inline-block;
  text-align: center;
  min-width: 30px;
}
.country-dropdown .selectize-dropdown {
  width: 70px !important;
  border: none;
  padding: 0;
  z-index: 99;
}
.country-dropdown .selectize-dropdown-content {
  background: #fff;
  border: solid 1px #cacaca;
  border-top: 0;
}
.country-dropdown .selectize-control.single .selectize-input:after {
  right: 9px;
  margin-top: -4px;
  display: block !important;
}

.country-dropdown-whatup .country-dropdown .select label {
  margin-bottom: 4px;
}
.country-dropdown-whatup .country-dropdown .selectize-dropdown {
  height: auto;
}

@media (max-width: 1366px) {
  .country-dropdown .selectize-input > * {
    padding-top: 0px;
  }
}

.selectize-input {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.left-side-hide .edit-left-side {
  display: none;
}

@media (max-width: 767px) {
  .edit-left-side {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-d-block {
    display: block !important;
  }
}

.mt-6 {
  margin-top: 6px;
}

.user-management-pages .form-group {
  margin-bottom: 0;
}

.page-card .card-icon {
  max-width: 80px;
}
.page-card .card-col {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-card .card-col {
    margin-bottom: 15px;
  }
}

.edit-profile-right-section .card-footer.bottom-footer-sticky {
  border-radius: 0 0 10px 0;
}
@media (max-width: 767px) {
  .edit-profile-right-section .card-footer.bottom-footer-sticky {
    border-radius: 0 0 10px 10px;
  }
}
.edit-profile-right-section .card {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #cacaca;
}
.edit-profile-right-section .card-icon-avg svg {
  width: 60px;
  height: 60px;
}
.edit-profile-right-section .card-content {
  display: flex;
  flex-direction: column;
}
.edit-profile-right-section .card-item-title {
  margin-bottom: 5px;
}

.menu-card-design-new .menu-new-card-new .card-body .row:before,
.menu-new-card-new .card-body .row:before {
  font-family: "FontAwesome";
  content: "\f104";
  display: block;
  font-size: 1.75rem;
  position: absolute;
  right: 10px;
  top: 38%;
  transform: rotate(180deg);
  color: #E05564;
}

.page-card .march-btn-menu.card-item-btn:hover,
.page-card .march-btn-menu.card-item-btn {
  background: transparent !important;
  color: #646464 !important;
  font: normal normal normal 11px/16px !important;
}

.ho-menu-title .nav.nav-pills {
  gap: 1px !important;
  margin-top: 10px;
}

.ps-btn.ps-w-auto {
  min-width: auto !important;
}

.edit-profile-right-section .card-footer.bottom-footer-sticky {
  border-radius: 0 0 10px 0;
}
@media (max-width: 767px) {
  .edit-profile-right-section .card-footer.bottom-footer-sticky {
    border-radius: 0 0 10px 10px;
  }
}

.added-phone-data {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0;
}
.added-phone-data .filter-summary-filter {
  border-radius: 15px;
  padding: 0 10px 0 10px;
  margin: 0 10px 10px 0;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.added-phone-data .filter-summary-filter svg {
  margin: 0 5px 0 0;
}
.added-phone-data .filter-summary-filter.added-data-verify {
  border: 1px solid #3A84EC;
  background: #F8FBFF;
  margin-top: 10px;
}
.added-phone-data .filter-summary-filter.added-data-notverify {
  border: 1px solid #E05564;
  background: #FFF8F9;
  margin-top: 10px;
}
.added-phone-data .filter-summary-removeFilter {
  margin: 0 0 0 0;
  top: auto;
  right: auto;
  position: relative;
  height: auto;
  width: auto;
}
.added-phone-data .filter-summary-removeIcon {
  background-size: 8px;
  border-radius: 50px;
  height: 18px;
  width: 18px;
  border: 1px solid #3a3b3c;
  margin: 0 0 0 10px;
}
.added-phone-data .verify-btn {
  background: #E05564;
  color: #fff;
  border-radius: 3px;
  padding: 6px 8px 5px 8px;
  margin: 0px 0 0 3px;
}
.added-phone-data .verify-btn.ps-btn.sm-btn {
  padding: 0px 14px;
}
@media (max-width: 1366px) {
  .added-phone-data .verify-btn.ps-btn.sm-btn {
    padding: 3px 14px;
  }
}

.menu-card-design-new .menu-new-card-new .card-body .row:before,
.menu-new-card-new .card-body .row:before {
  font-family: "FontAwesome";
  content: "\f104";
  display: block;
  font-size: 1.75rem;
  position: absolute;
  right: 10px;
  top: 38%;
  transform: rotate(180deg);
  color: #E05564;
}

.page-card .march-btn-menu.card-item-btn:hover,
.page-card .march-btn-menu.card-item-btn {
  background: transparent !important;
  color: #646464 !important;
  font: normal normal normal 11px/16px !important;
}

.added-data-verify a[data-tooltip]::before {
  min-width: 160px;
}

.ho-menu-title .nav.nav-pills {
  gap: 4px;
  margin-top: 10px;
}

.ps-table.ps-td-border thead tr td, .ps-table.ps-td-border thead tr th, .ps-table.ps-td-border tbody tr td, .ps-table.ps-td-border tbody tr th {
  border-right: 1px solid #dee2e6;
}

.app-card-new .card {
  border: 1px solid #CACACA;
}
.app-card-new .card:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow ease-in 0.3s;
}
.app-card-new .app-logo-set {
  position: relative;
  padding: 9px 0 0 0;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
  background-color: transparent;
}
.app-card-new .ps-btn.primary-btn.w-100 {
  height: auto !important;
}

.card-actions {
  padding: 8px 4px;
}

.app-card.app-card-new-wrap .service-expiredays {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mpservices_new .app-card.app-card-new-wrap .card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 10px 0 0;
  overflow: hidden;
}
.mpservices_new .app-card.app-card-new-wrap .card .card-media svg, .mpservices_new .app-card.app-card-new-wrap .card .card-media img {
  max-height: 68px;
  max-width: 68px;
}
@media (max-width: 1600px) {
  .mpservices_new .app-card.app-card-new-wrap .card .card-media svg, .mpservices_new .app-card.app-card-new-wrap .card .card-media img {
    max-height: 60px;
    max-width: 60px;
  }
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-primary {
  border: none !important;
  border-radius: 0 !important;
  color: #373737 !important;
  background-color: transparent !important;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-primary:hover {
  background-color: transparent !important;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-success {
  background-color: transparent !important;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-success svg {
  display: none;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn {
  background-color: transparent !important;
  border: none;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn svg {
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.mpservices_new .app-card.app-card-new-wrap .card-actions .btn.btn-success.noExpiry {
  padding: 0.469rem 0.75rem;
}
.mpservices_new .app-card.app-card-new-wrap .card-footer {
  background-color: #F2F2F2;
  border: none;
  padding: 5.65px 0;
}
.mpservices_new .app-card.app-card-new-wrap .mpservice-card-detail {
  margin: 10px 0 10px 0;
  height: 50px;
}
@media only screen and (min-width: 1151px) and (max-width: 1482px) {
  .mpservices_new .app-card.app-card-new-wrap .mpservice-card-detail {
    height: 45px;
  }
}
.mpservices_new .app-card.app-card-new-wrap .service-expiredays {
  position: relative;
  bottom: inherit;
  left: 0;
  right: 0;
  padding: 0 10px;
  line-height: 1;
  height: 15px;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon {
  top: 0;
  right: inherit;
  left: 0;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon::before {
  display: none;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon::after {
  display: none;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span {
  transform: rotate(0deg);
  right: inherit;
  left: 4px;
  width: 54px;
  top: 0;
  height: 71px;
  font-size: 0.688rem;
  line-height: 1;
}
@media (max-width: 1600px) {
  .mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span {
    width: 48px;
    height: 65px;
  }
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span::before {
  content: "";
  position: absolute;
  right: 8px;
  width: 3.45em;
  height: 3.45em;
  border-radius: 0;
  transform: rotate(45deg);
  background: Linear-gradient(-45deg, #FFFFFF calc(50% - 2.5em), #FFFFFF calc(50% + 2.5em));
  bottom: -22px;
}
@media (max-width: 1600px) {
  .mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span::before {
    right: 6px;
    bottom: -25px;
  }
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span strong {
  font-weight: 500;
  display: inline-block;
  margin: 2px 0;
  padding-top: 7px;
}
.mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span .free-text {
  font-size: 0.813rem;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .mpservices_new .app-card.app-card-new-wrap .market-service-ribbon span .free-text {
    font-size: 0.688rem;
  }
}
.mpservices_new .app-card.app-card-new-wrap.open-cap-service-wrap .card .card-media img {
  max-width: 120px;
}
@media (max-width: 1600px) {
  .mpservices_new .app-card.app-card-new-wrap.open-cap-service-wrap .card .card-media img {
    max-width: 100px;
  }
}

#billergroup_form .border-box-select-all.ps-checkbox-group .ps-checkbox-container .ps-checkmark::before, #desktop_form .border-box-select-all.ps-checkbox-group .ps-checkbox-container .ps-checkmark::before {
  top: 0;
}

.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn.btn-primary {
  border: none !important;
  border-radius: 0 !important;
  color: #373737 !important;
  background-color: transparent !important;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn.btn-primary:hover {
  background-color: transparent !important;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn.btn-success {
  background-color: transparent !important;
  border: none;
}
.service-details-wrap .app-card.app-card-new-wrap .card-actions .btn {
  background-color: transparent !important;
  border: none;
}

.ps-btn.ps-w-auto {
  min-width: auto !important;
}

.briefcase-wrap-page .select2-container--open ul li {
  cursor: pointer;
}
.briefcase-wrap-page .select2-container--open ul li:first-child {
  display: none;
}

.select2-container--bootstrap-5 + .select2-container--bootstrap-5 {
  z-index: 1058;
}

.dashboard-slider .lSAction .lSPrev,
.dashboard-slider .lSAction .lSNext {
  background-color: #F2F2F2;
  width: 28px;
  height: 100%;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  transform: translateY(0);
  margin-top: 0;
  opacity: 1;
  z-index: 1;
}
.dashboard-slider .lSAction .lSPrev::before,
.dashboard-slider .lSAction .lSNext::before {
  height: 16px;
  width: 16px;
  font-size: 19px;
}
.dashboard-slider .lSAction .lSPrev {
  border-radius: 7px 0 0 7px;
  left: 0;
}
.dashboard-slider .lSAction .lSNext {
  border-radius: 0 7px 7px 0;
  right: 0;
}
.dashboard-slider .content-slider li .card-data-list .card-data-list-txt.zomato-order {
  color: #E33544;
}
.dashboard-slider .content-slider li .card-data-list .card-data-list-txt.swiggy-order {
  color: #FC8019;
}
.dashboard-slider .content-slider li .card-data-list .card-data-list-txt.other-outlet-1 {
  color: #508CDF;
}
.dashboard-slider .content-slider li .card-data-list .card-data-list-txt.other-outlet-2 {
  color: #5EA61F;
}
.dashboard-slider .content-slider li .card-data-list .card-data-list-txt.other-outlet-3 {
  color: #B79D00;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.update-user-detail.user_detail_new .new-fancybox-body {
  min-height: 390px;
}
.ps-fancybox.update-user-detail .popup-footer {
  position: sticky;
  bottom: -10px;
}

.ng-btn-disable {
  background-color: #CACACA;
  color: #FFFFFF;
  cursor: not-allowed !important;
}

button[disabled=disabled], button:disabled {
  background-color: #CACACA;
  color: #EDEDED;
  cursor: not-allowed !important;
}

.ng-btn-disable:hover {
  background-color: #CACACA;
  color: #FFFFFF;
}

.ps-download-flotbtn {
  float: right;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ps-download-flotbtn {
    float: none;
  }
}

@media (max-width: 767px) {
  .menuitem-dropdown.dropdown.ps-menu-items-drop .dropdown-menu.scrollbar.show {
    top: -17px !important;
  }
}

@media (max-width: 767px) {
  .menu-filter-scroll.mobile-menu .horizontal-tabs-buttons ul li .menuitem-dropdown.dropdown.ps-menu-items-drop .scrollbar {
    top: -17px !important;
  }
}

.loader-overlay-table {
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.page-card .card-col {
  margin-bottom: 30px;
}
.page-card .march-btn-menu.card-item-btn:hover,
.page-card .march-btn-menu.card-item-btn {
  background: transparent !important;
  color: #646464 !important;
  font: normal normal normal 11px/16px !important;
}

.page-card .card {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  border-radius: 10px;
  border: 1px solid #cacaca;
}

.restrict_info_ho .ext_disabled {
  padding: 20px;
}
.restrict_info_ho .th_head_name {
  line-height: 15px;
  width: 30%;
}
.restrict_info_ho .help-block {
  font-size: 10px;
}
.restrict_info_ho .table-divided > tbody > tr > td:first-child {
  padding: 10px 8px 10px 16px !important;
}

.from_ho {
  margin-top: 18px;
  font-weight: 600;
  color: #1770EE;
  display: block;
  font-size: 1.29rem;
}
.from_ho:hover {
  color: #1770EE;
}
@media (max-width: 1366px) {
  .from_ho {
    font-size: 0.813rem;
    margin-top: 22px;
  }
}

.addon-last-tootltip-info[data-tooltip]::before {
  width: 150px;
  left: inherit;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .addon-last-tootltip-info[data-tooltip]::before {
    right: inherit;
    left: 50%;
    transform: translateX(0%);
  }
}

.text-decoration-underline {
  text-decoration: underline !important;
}

@media (max-width: 576px) {
  .top-bar-active .ps-marketplace-sidebar.hamburger-open {
    margin-top: 39px;
  }
}
@media (max-width: 576px) {
  .top-bar-active .ps-marketplace-button.hrhamburger-active {
    top: 86px;
  }
}

.overlay.ps-overlap-zindex.overlay-open {
  z-index: 13;
}

@media (max-width: 576px) {
  .ps-custom-td-padding .ps-table-wrapper.table-responsive .ps-table tbody td {
    padding: 12px 5px !important;
  }
}
@media (max-width: 576px) {
  .ps-custom-td-padding .pl-15 {
    padding: 0px !important;
  }
}

.online-order-rating .rating_online_partner_li .slider-text {
  width: 68%;
  white-space: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.back-to-top {
  width: 0;
  height: 0;
}

#daily_report_grid_div .ps-table-wrapper {
  overflow-x: auto;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th {
  line-height: 18px !important;
  color: rgb(100, 100, 100) !important;
  font-size: 13px !important;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th.pl-8 {
  padding-left: 8px !important;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th.pr-8 {
  padding-right: 8px !important;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th .th-text-tooltip-info {
  position: relative;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th .th-text-tooltip-info.minus-2 {
  top: -2px;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th .th-text-tooltip-info[data-tooltip]:before {
  top: 21px;
  min-width: 145px;
  left: -80px;
  line-height: 1.3;
  bottom: unset;
}
#daily_report_grid_div .ps-table-wrapper .daily-report-table-wrap thead tr th .th-text-tooltip-info[data-tooltip]:after {
  position: absolute;
  bottom: -3px;
  left: 5px;
  margin-left: 0;
  width: 0;
  border-top: 5px solid var(--clr-dark1);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: var(--font0);
  line-height: 0;
  border-bottom: 5px solid #373737;
}

.back-to-top {
  width: 0;
  height: 0;
}

@media (max-width: 767px) {
  #virtualcard_form .add-virtual-wallet-footer {
    min-height: 58px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #virtualcard_form .add-virtual-wallet-footer #save_add_new {
    margin-top: 5px;
  }
}

.modal-open .modal-backdrop.show {
  opacity: 0.8;
}

@media (max-width: 1366px) {
  .ps-outlet-sel-popup .modal-dialog {
    margin: 5px auto;
  }
}
.ps-outlet-sel-popup .modal-dialog .modal-content {
  border-radius: 8px;
}
.ps-outlet-sel-popup .modal-dialog .modal-header {
  padding: 9.84px 20px;
  padding-right: 7px;
  align-items: center;
}
.ps-outlet-sel-popup .modal-dialog .modal-header .ps-title {
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  line-height: inherit;
  font-size: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .ps-outlet-sel-popup .modal-dialog .modal-header .ps-title {
    font-size: 0.875rem;
  }
}
.ps-outlet-sel-popup .modal-dialog .modal-header .close svg {
  max-height: 24px;
  max-width: 24px;
}
.ps-outlet-sel-popup .modal-dialog .modal-body {
  border-radius: 0 0 8px 8px;
  background: #ffffff !important;
  overflow-y: auto;
  max-height: 600px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ps-outlet-sel-popup .modal-dialog .modal-body {
    max-height: 550px;
  }
}
.ps-outlet-sel-popup .modal-dialog .modal-body p {
  font-size: 0.875rem;
  color: #000000;
}
@media (max-width: 1601px) {
  .ps-outlet-sel-popup .modal-dialog .modal-body p {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .grey-outline-btn.wmin-auto {
    min-width: auto;
    margin-bottom: 1px;
  }
}

@media (max-width: 576px) {
  .ps-btn.mr-md-3.assist-btn-header {
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 6px !important;
  }
}

@media (max-width: 576px) {
  .ps-w-mb-auto {
    width: 100%;
  }
}

.banner-wrapper {
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 1;
  padding: 4px 12px;
}
@media (max-width: 1024px) {
  .banner-wrapper {
    gap: 10px;
  }
}
.banner-wrapper .i-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1.2px solid #C52031;
  background-color: #FFF5F6;
  box-shadow: 0 0 2px 2px #FFF5F6;
  flex: 0 0 auto;
}

.informative-banner {
  padding: 11px;
  position: relative;
  margin-left: -3px;
  z-index: -1;
  color: #C52031;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/banner-image.svg);
  background-repeat: no-repeat;
  padding-left: 22px;
  background-position: left center;
  font-size: 14px;
  flex: 1 1 auto;
}
@media (max-width: 1500px) {
  .informative-banner {
    background-size: 100%;
  }
}
@media (max-width: 1400px) {
  .informative-banner {
    background-size: 100% 100%;
  }
}
@media (max-width: 1024px) {
  .informative-banner {
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px #FFF5F6;
    border: 1px solid #C52031;
    background-color: #FFF5F6;
    padding: 5px;
    font-size: 12px;
  }
}
.informative-banner p {
  margin: 5px;
}
@media (max-width: 1224px) {
  .informative-banner p {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .informative-banner::before {
    content: none;
  }
}

.form-group.pp-textfield .form-control.item_excise_duty_visiblity_input {
  font-size: 12px;
  color: #646464;
  bottom: -3px;
  height: 15px;
}

.description_dropdown {
  padding-top: 0;
  padding-bottom: 0;
}
.description_dropdown .dropdown-item {
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.description_dropdown .dropdown-item .ps-radio-btn label {
  line-height: 1.4;
  font-size: 0.875rem;
  color: #212121;
  padding: 12px 0px !important;
  cursor: pointer;
}
.description_dropdown .dropdown-item:last-child {
  border-bottom: 0;
}

.discount_col .input-group {
  border: 1px solid #cacaca;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  min-width: 80px;
}
.discount_col .discount {
  border: 0;
}
.discount_col .ps-btn-input {
  background-color: #FFECEE !important;
  border-radius: 0px 5px 5px 0px !important;
  padding: 0 9px;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 36.85px;
  width: 42px;
}

@media (max-width: 910px) {
  .ps-btn.cancel-text-mob {
    font-size: 0 !important;
    min-width: 65px;
    width: auto;
    gap: 0;
  }
}
.ps-btn.cancel-text-mob .cancel-icon-mob {
  display: none;
}
@media (max-width: 910px) {
  .ps-btn.cancel-text-mob .cancel-icon-mob {
    display: block;
  }
}

@media (max-width: 910px) {
  .ps-btn.save-text-mob {
    font-size: 0 !important;
    min-width: 65px;
    margin-left: 10px;
    width: auto;
    gap: 0;
  }
}
.ps-btn.save-text-mob .save-icon-mob {
  display: none;
}
@media (max-width: 910px) {
  .ps-btn.save-text-mob .save-icon-mob {
    display: block;
  }
}
.ps-btn.save-text-mob .save-text-mob {
  display: block;
}
@media (max-width: 910px) {
  .ps-btn.save-text-mob .save-text-mob {
    display: none;
  }
}

@media (max-width: 910px) {
  #sms_campaign_form .card-footer.bottom-footer-sticky {
    justify-content: end;
  }
}

.full-page-iframe-content {
  display: flex;
}
.full-page-iframe-content .full-page-iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .full-page-iframe-content .full-page-iframe {
    padding: 0 0 0 0;
  }
}
.full-page-iframe-content .full-page-iframe .embed-responsive {
  height: 100%;
}

.discount-calcul-btn .dropdown-menu.action-quick-new {
  padding: 0 !important;
  overflow: hidden;
  left: -20px !important;
}
.discount-calcul-btn .dropdown-menu.action-quick-new li {
  padding-top: 9px;
  padding-bottom: 9px;
}

.description-dropdown-wrap .ps-description-dropdown.dropdown-menu {
  right: 0;
  left: unset;
  max-height: 169px;
  overflow-y: auto;
  overflow-x: hidden;
}
.description-dropdown-wrap .ps-description-dropdown.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CACACA;
}
.description-dropdown-wrap .ps-description-dropdown.dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #CACACA;
}
.description-dropdown-wrap .ps-description-dropdown.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #212121;
}

.description-th {
  min-width: 130px !important;
}

#rm-HelpCenter-fancy-right .fancybox-close-small {
  top: 14px;
}

.discount-dropdown-btn::after {
  top: 2px;
  position: relative;
}

.discount_col .input-group {
  height: 35.88px;
}
@media (max-width: 1366px) {
  .discount_col .input-group {
    height: 32px;
  }
}

.res-rep-ajax-load.report-alert-error .alert.alert-error {
  padding-right: 35px;
}
.res-rep-ajax-load.report-alert-error .alert .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#instruction-popup .order-wise-header-text {
  color: #C52031 !important;
  font-size: 15px !important;
  line-height: 22.5px;
  font-weight: 600;
}
#instruction-popup .order-wise-subheader-text {
  color: rgb(100, 100, 100) !important;
  line-height: 21px !important;
  font-size: 14px !important;
  font-weight: 600;
}
#instruction-popup .inner-text-title {
  color: #212121;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 21px;
}
#instruction-popup .comment-wrapper {
  background: rgb(248, 248, 248);
  gap: 10px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid rgb(210, 214, 219);
  margin-bottom: 15px;
}
#instruction-popup .comment-wrapper.all-order-comment-text {
  font-weight: 500;
  line-height: 18px !important;
  color: #212121;
}
#instruction-popup .act-rject-btn.act-rjct {
  color: rgb(197, 32, 49);
}
#instruction-popup .act-rject-btn.act-acpt {
  color: rgb(3, 152, 85);
}
#instruction-popup .act-rject-btn {
  min-height: 32px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid rgb(210, 214, 219);
  padding: 8px 16px;
  line-height: 16.8px;
  text-transform: capitalize;
  font-size: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: 500;
  cursor: pointer;
}
#instruction-popup .item-wise-title-text {
  color: rgb(100, 100, 100) !important;
  font-weight: 600 !important;
  font-size: 13px;
  line-height: 19.5px !important;
}
#instruction-popup .item-comment-wrapper {
  background: rgb(255, 252, 245) !important;
  border: 1px solid rgb(210, 214, 219) !important;
}
#instruction-popup .act-rject-btn.act-rjct.active {
  background: rgb(197, 32, 49);
  color: #ffffff;
  display: inline-block;
}
#instruction-popup .act-rject-btn.act-rjct:hover {
  background: rgb(197, 32, 49);
  color: #ffffff;
}
#instruction-popup .act-rject-btn.act-acpt.active {
  background: rgb(3, 152, 85);
  color: #ffffff;
  display: inline-block;
}
#instruction-popup .act-rject-btn.act-acpt:hover {
  background: rgb(3, 152, 85);
  color: #ffffff;
}

.item-wis-comm-text-p {
  background: rgb(255, 252, 245);
  border: 1px solid rgb(210, 214, 219);
  color: #212121;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 4px;
  padding: 4px 6px 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print-cake-card-wrap {
  background-color: rgb(236, 253, 243);
  border-radius: 6px;
  border: 1px solid rgb(210, 214, 219);
  padding: 4px 8px 4px 8px;
  gap: 10px;
  align-items: center;
  margin-top: 3px;
}

.medium .print-cake-card-wrap .print-cake-download {
  font-size: 12px !important;
}

.print-cake-card-wrap .print-cake-download {
  line-height: 16.8px;
  font-weight: 500;
  color: rgb(2, 122, 72);
  text-decoration: none;
  min-width: 90px;
}

.cake-image-prev figure img {
  width: 27px;
  height: 27px;
  border-radius: 6px;
}

.w-98 {
  width: 98%;
}

.petpooja-growth-icon {
  background-color: #f9c0bc;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-version.petpooja-growth-icon {
  height: 60px;
  width: 60px;
}

.image-single-preview {
  display: flex;
  align-items: center;
  max-height: 320px;
  justify-content: center;
}
.image-single-preview .img-sing-fig-wrap {
  border-radius: 5px;
  overflow: hidden;
  max-height: 300px;
}
.image-single-preview .img-sing-fig-wrap img {
  border-radius: 5px;
  max-height: 300px;
}

.upload-form-img-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
  text-align: center;
}

.timingtableshown .ng-title-2 {
  font-size: 14px;
}

#fancy-right.view-log-pop-wrap.view-seg-popup .view-log-pop-wrap.view-seg-popup {
  min-width: 100% !important;
}

.msg-box {
  color: #212121;
  font-size: 0.813rem;
  font-weight: 400;
  position: relative;
  border-radius: 0 10px 0 0;
  padding: 0 12px;
}
.msg-box .menu-triger-msg-text {
  padding: 15px 0 15px 4px;
  display: block;
  width: 100%;
  margin: 0;
  color: #4f4f4f;
  font-size: 0.85rem;
  font-weight: 600;
}
.msg-box .menu-triger-msg-text::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.msg-box .menu-triger-msg-text .menu-triger-highlight {
  font-weight: 700;
  font-size: 0.9rem;
}
.msg-box.msg-warning {
  background: #FFFCF5;
}
.msg-box.msg-warning .menu-triger-msg-text::before {
  background: #D9A541;
}
.msg-box.msg-warning .menu-triger-msg-text .menu-triger-highlight {
  color: #DC9203;
}
.msg-box.msg-success {
  background: #ECFDF3;
}
.msg-box.msg-success .menu-triger-msg-text::before {
  background: #039855;
}
.msg-box.msg-success .menu-triger-msg-text .menu-triger-highlight {
  color: #027A48;
}
.msg-box.msg-failed {
  background: #FFF5F6;
}
.msg-box.msg-failed .menu-triger-msg-text::before {
  background: #D92D20;
}
.msg-box.msg-failed .menu-triger-msg-text .menu-triger-highlight {
  color: #D92D20;
}
.msg-box.msg-failed-qc .menu-triger-msg-text {
  padding: 8px 0 8px 4px;
}
.msg-box.msg-failed-qc .menu-triger-msg-text .primary-outline-btn {
  background: #fff;
  color: #C52031;
}

.ps-alert-z-delight .alert-message.ps-alert-support {
  border: 1px solid #E2D7F4;
  background-color: #F4F0FE;
  padding: 10px;
}

.ps-alert-z-delight .alert-message.ps-alert-support .message-box.ps-title {
  color: #6343B7;
}

#instruction-popup .order-wise-header-text {
  color: #C52031 !important;
  font-size: 15px !important;
  line-height: 22.5px;
  font-weight: 600;
}
#instruction-popup .order-wise-subheader-text {
  color: rgb(100, 100, 100) !important;
  line-height: 21px !important;
  font-size: 14px !important;
  font-weight: 600;
}
#instruction-popup .inner-text-title {
  color: #212121;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 21px;
}
#instruction-popup .comment-wrapper {
  background: rgb(248, 248, 248);
  gap: 10px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid rgb(210, 214, 219);
  margin-bottom: 15px;
}
#instruction-popup .comment-wrapper.all-order-comment-text {
  font-weight: 500;
  line-height: 18px !important;
  color: #212121;
}
#instruction-popup .act-rject-btn.act-rjct {
  color: rgb(197, 32, 49);
}
#instruction-popup .act-rject-btn.act-acpt {
  color: rgb(3, 152, 85);
}
#instruction-popup .act-rject-btn {
  min-height: 32px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid rgb(210, 214, 219);
  padding: 8px 16px;
  line-height: 16.8px;
  text-transform: capitalize;
  font-size: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-weight: 500;
  cursor: pointer;
}
#instruction-popup .item-wise-title-text {
  color: rgb(100, 100, 100) !important;
  font-weight: 600 !important;
  font-size: 13px;
  line-height: 19.5px !important;
}
#instruction-popup .item-comment-wrapper {
  background: rgb(255, 252, 245) !important;
  border: 1px solid rgb(210, 214, 219) !important;
}
#instruction-popup .act-rject-btn.act-rjct.active {
  background: rgb(197, 32, 49);
  color: #ffffff;
  display: inline-block;
}
#instruction-popup .act-rject-btn.act-rjct:hover {
  background: rgb(197, 32, 49);
  color: #ffffff;
}
#instruction-popup .act-rject-btn.act-acpt.active {
  background: rgb(3, 152, 85);
  color: #ffffff;
  display: inline-block;
}
#instruction-popup .act-rject-btn.act-acpt:hover {
  background: rgb(3, 152, 85);
  color: #ffffff;
}

.item-wis-comm-text-p {
  background: rgb(255, 252, 245);
  border: 1px solid rgb(210, 214, 219);
  color: #212121;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 4px;
  padding: 4px 6px 4px 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.print-cake-card-wrap {
  background-color: rgb(236, 253, 243);
  border-radius: 6px;
  border: 1px solid rgb(210, 214, 219);
  padding: 4px 8px 4px 8px;
  gap: 10px;
  align-items: center;
  margin-top: 3px;
}

.medium .print-cake-card-wrap .print-cake-download {
  font-size: 12px !important;
}

.print-cake-card-wrap .print-cake-download {
  line-height: 16.8px;
  font-weight: 500;
  color: rgb(2, 122, 72);
  text-decoration: none;
  min-width: 90px;
}

.cake-image-prev figure img {
  width: 27px;
  height: 27px;
  border-radius: 6px;
}

.inventory-masonary {
  display: inherit !important;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px 20px;
       column-gap: 20px 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .inventory-masonary {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 576px) {
  .inventory-masonary {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.inventory-masonary .masonary-item {
  margin: 0;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.mhub-credit-div {
  font-size: 16px !important;
  display: flex;
  min-width: 190px;
  font-weight: 500;
  border-radius: 0.625rem 0.625rem;
  background: #FFECEE;
  color: #373737;
  padding: 4px 10px 4px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mhub-credit-div svg {
  margin-right: 3px;
}

@media (max-width: 1100px) {
  .get-image-mhub-popup .popup-header {
    flex-direction: column;
  }
  .get-image-mhub-popup .popup-header .mhub-credit-div {
    margin: 10px auto 0;
  }
}

.last-modi-text {
  display: flex;
  padding: 10px 24px 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #646464;
  background-color: #F8F8F8;
}
.last-modi-text span {
  font-weight: 500;
}

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

.avrg-title-text {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}

.redio-wrap-box p {
  font-weight: 500;
}

.ps-invoice-table-wrap {
  border: 1px solid #E5E7EB;
  border-radius: 8px;
}
.ps-invoice-table-wrap .ps-table thead tr th {
  color: #212121;
  font-size: 12px !important;
  font-weight: 500;
  padding: 16px 15px !important;
}
.ps-invoice-table-wrap .ps-table tbody tr td {
  font-size: 14px !important;
  font-weight: 400;
  color: #212121;
  padding: 16px 15px !important;
}
.ps-invoice-table-wrap .ps-table tbody .footer-tr-botm {
  background-color: #F2F4F6;
  font-size: 12px !important;
  font-weight: 500;
  color: #212121;
}

.ps-invoice-table-wrap .ps-table tbody td.info-text-td {
  padding: 0 !important;
}
.ps-invoice-table-wrap .ps-table tbody td.info-text-td .info-text-wrap {
  display: flex;
  align-items: center;
}
.ps-invoice-table-wrap .ps-table tbody td.info-text-td .info-text-wrap .svg-icon {
  background-color: #ffffff;
  padding: 8px 8px;
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.ps-invoice-table-wrap .ps-table tbody td.info-text-td .info-text-wrap {
  background-color: #D4E6FF;
  padding: 8px 16px;
}
.ps-invoice-table-wrap .ps-table tbody td.info-text-td .info-text-wrap .text {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #212121;
}
.ps-invoice-table-wrap .ps-table tbody td.info-text-td .info-text-wrap .text b {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #212121;
}

.cogs-stock-title-text {
  display: flex;
  align-items: center;
}
.cogs-stock-title-text #total_current_worth_stock, .cogs-stock-title-text #total_cogs_worth_stock {
  max-width: 185px;
  display: inline-block;
  margin-right: 5px;
}

.cogs-stock-title-text[data-tooltip]::before {
  bottom: 80%;
  left: 10%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.75px;
}

.cogs-stock-title-text[data-tooltip]::after {
  bottom: 80%;
  left: 9%;
}

.ps-menu-and-dis-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 15px;
}
@media (max-width: 1600px) {
  .ps-menu-and-dis-card {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}
@media (max-width: 480px) {
  .ps-menu-and-dis-card {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.ps-upload-area-inp {
  padding: 40px 20px;
  border: 1px solid #D2D6DB;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.ps-upload-area-inp .upload-icon {
  margin-bottom: 10px;
}
.ps-upload-area-inp .paragraph-md-2 {
  color: #646464 !important;
}
.ps-upload-area-inp .ps-headline-be p {
  display: flex;
  color: #CFCFCF;
}
.ps-upload-area-inp .ps-headline-be p:before {
  color: white;
  content: "";
  flex: 1;
  border-bottom: 1px solid #CFCFCF;
  margin: auto 0.5rem auto 2.5rem;
}
.ps-upload-area-inp .ps-headline-be p:after {
  color: white;
  content: "";
  flex: 1;
  border-bottom: 1px solid #CFCFCF;
  margin: auto 2.5rem auto 0.5rem;
}
.ps-upload-area-inp .realupload.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}
.ps-upload-area-inp .ps-browse-btn {
  cursor: pointer;
}

.virtual-brand-logo {
  width: 160px;
  margin: auto;
}
.virtual-brand-logo #print_logo_preview_main #print_logo_preview_main_ul {
  border-radius: 10px;
}
.virtual-brand-logo #print_logo_preview_main #print_logo_preview_main_ul .list-group-item {
  text-align: center;
  padding: 0 !important;
}
.virtual-brand-logo #print_logo_preview_main #print_logo_preview_main_ul .list-group-item img {
  max-height: 160px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.virtual-brand-logo #print_logo_preview_main #print_logo_preview_main_ul .list-group-item .delete_image_class {
  cursor: pointer;
  position: absolute;
  top: -9px;
  right: 8px;
  left: unset;
  border: 0;
}

.ps-border-right {
  border-right: 1px solid #D2D6DB;
}

.ps-resize-none {
  resize: none !important;
}

.ps-customScroll {
  max-height: 100vh;
  overflow-y: auto;
}
.ps-customScroll::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  position: relative;
  right: 10px;
  border-radius: 5px;
  margin: 5px 0;
}
.ps-customScroll::-webkit-scrollbar-track:hover {
  background: transparent;
}
.ps-customScroll::-webkit-scrollbar-track:active {
  background: transparent;
}
.ps-customScroll::-webkit-scrollbar {
  width: 6px;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.ps-customScroll::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}

.ps-border-left-md {
  position: relative;
}
.ps-border-left-md::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: #D2D6DB;
}
@media (max-width: 1100px) {
  .ps-border-left-md::before {
    content: none;
  }
}

.ps-drop-bread .ps-page-item.ps-li-arrow-top-5:before {
  top: 7px !important;
}
.ps-drop-bread .ps-w-200 {
  width: 200px;
}
.ps-drop-bread .ps-w-200 .select2-selection__rendered {
  color: #1770EE !important;
}

.invoice-page-wrap .templ-figu-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.invoice-page-wrap .templ-figu-wrap .img-fluid {
  border: 1px solid #828181;
  border-radius: 10px;
}
.invoice-page-wrap .templ-figu-wrap figcaption {
  margin-top: 16px;
}
.invoice-page-wrap .templ-figu-wrap .stand-temp-tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
  background-color: #212121;
  padding: 4px 11px;
  gap: 10px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  left: 15px;
  letter-spacing: 0.35px;
  margin-bottom: 0;
}
.invoice-page-wrap .templ-div-wrap .selected-tag {
  display: none;
}
.invoice-page-wrap .templ-div-wrap.temp-active .templ-figu-wrap::after {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/checkd-right-icon.png);
  background-repeat: no-repeat;
  width: 37px;
  height: 36px;
  border-radius: 50px;
  top: 14px;
  right: 20px;
  display: block;
  position: absolute;
}
.invoice-page-wrap .templ-div-wrap.temp-active .templ-figu-wrap .img-fluid {
  border: 1px solid #039855;
  border-radius: 10px;
}
.invoice-page-wrap .templ-div-wrap.temp-active .selected-tag {
  color: #027A48;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 16px;
  background: #ECFDF3;
  margin-left: 4px;
}
.invoice-page-wrap .article-right-tab {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .invoice-page-wrap .article-right-tab {
    display: none;
  }
}
.invoice-page-wrap .article-right-tab .wave-pre-loading.total-sales-card-box {
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.invoice-page-wrap .article-right-tab .tabs-content {
  min-height: 412px;
}
.invoice-page-wrap .article-right-tab .no-items-found-div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.invoice-page-wrap .mob-contant-show {
  display: none;
}
@media (max-width: 768px) {
  .invoice-page-wrap .mob-contant-show {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    height: 350px;
    justify-content: center;
    align-items: center;
  }
}

.temp-fanybox-wrap .fancybox-close-small {
  margin-top: 7px !important;
}
.temp-fanybox-wrap .fullimage {
  height: 36px;
}
.temp-fanybox-wrap .popup-header .ps-tooltip [data-tooltip]:before {
  min-width: 90px;
}
.temp-fanybox-wrap .popup-header .ps-tooltip [data-tooltip][data-placement=left]::before, .temp-fanybox-wrap .popup-header .ps-tooltip [data-tooltip][data-placement=center]::before {
  top: 113%;
}

.wort-consumed-tooltip[data-tooltip]::before {
  letter-spacing: 0.75px;
  min-width: 120px;
  bottom: -38px;
  left: -300%;
}

.wort-consumed-tooltip[data-tooltip]::after {
  bottom: 2px;
  transform: rotate(180deg);
}

.req-alert-demo-msg {
  box-shadow: 0px 0px 3px 0px rgba(197, 32, 49, 0.1607843137);
  background: #FFF4F4;
  padding: 12px 16px 12px 16px;
  gap: 10px;
  border-radius: 12px;
}
.req-alert-demo-msg .alert-message {
  border-color: #FFF4F4;
}
@media (max-width: 1100px) {
  .req-alert-demo-msg .alert-message .message-box .primary-btn {
    min-width: 145px;
  }
}

.ps-tooltip .info-tab-tooltip[data-tooltip][data-placement=center]::before {
  text-align: left;
  min-width: 303px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.req-invn-alert-wrap, .raw-material-side-marg {
  margin-right: 1.5rem !important;
  margin-bottom: 20px;
}
@media (max-width: 1680px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 1.25rem !important;
  }
}
@media (max-width: 1601px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 1.05rem !important;
  }
}
@media (max-width: 1550px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 1rem !important;
  }
}
@media (max-width: 1500px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 0.75rem !important;
  }
}
@media (max-width: 1400px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 0.65rem !important;
  }
}
@media (max-width: 1300px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 0.5rem !important;
  }
}
@media (max-width: 1200px) {
  .req-invn-alert-wrap, .raw-material-side-marg {
    margin-right: 0.25rem !important;
  }
}

#resultZone {
  height: 100%;
}

#previewFancyBox .new-fancybox-body .preview-container {
  margin: 0;
  height: calc(100vh - 164px);
}
#previewFancyBox .new-fancybox-body #resultZone {
  position: relative;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable {
  background-color: #FEF899;
  border: 1px dashed #646464;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable.verticalBarrier, #previewFancyBox .new-fancybox-body #resultZone .draggable.horizontalBarrier {
  position: absolute;
  background-color: #b0b0b0;
  border: 1px dashed #646464;
  position: relative;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .table-nm,
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .duration,
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .total-amt {
  color: #000000;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .duration,
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .total-amt {
  font-size: 12.5px;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .total-amt {
  font-weight: 600;
}
#previewFancyBox .new-fancybox-body #resultZone .draggable .text-container .total-amt .currency-icon {
  font-weight: 400;
}

.preview-floor-plan-body {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.table-list .square {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
@media (max-width: 1100px) {
  .table-list .square {
    margin-right: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .table-list .square {
    margin-right: 0.25rem !important;
  }
}

.manage-all-outlet .select2-container--bootstrap-5 {
  z-index: auto;
}

.menu-trigger-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-trigger-dropdown.dropdown {
  z-index: 15;
}
.menu-trigger-dropdown.dropdown .dropdown-menu.show {
  z-index: 15;
}

@media (max-width: 1360px) {
  .profit-card-wrap .pro-top-section {
    flex-direction: column;
  }
}
.profit-card-wrap .pro-inner-card {
  background-color: #ECF4FF;
  border-radius: 4px;
  padding: 8px 10px;
  width: 46%;
}
@media (max-width: 1360px) {
  .profit-card-wrap .pro-inner-card {
    width: 100%;
  }
}
.profit-card-wrap .pro-inner-card .pro-title {
  color: #212121;
  font-size: 13px;
  font-weight: 500;
}
.profit-card-wrap .pro-inner-card .pro-title-right {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.03px;
  color: #039855;
  text-align: right;
}
.profit-card-wrap .pro-inner-card .pro-title-right .text {
  color: #979797;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.27px;
  display: inline-block;
  padding-left: 3px;
}
.profit-card-wrap .pro-inner-card .inner-card-body {
  background-color: #FFFFFF;
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
  padding: 10px 2px;
}
.profit-card-wrap .pro-inner-card .inner-card-body h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.profit-card-wrap .pro-inner-card .inner-card-body h4.pro-inner-text {
  color: #039855;
}
.profit-card-wrap .expan-inner-card {
  background-color: #FFF5F6;
}
.profit-card-wrap .expan-inner-card .pro-title-right, .profit-card-wrap .expan-inner-card .pro-inner-text {
  color: #D92D20 !important;
}
.profit-card-wrap .loss-span-icon svg {
  transform: rotateX(180deg);
}
.profit-card-wrap .total-pro-los-card-wrap {
  padding: 8px 12px;
  gap: 10px;
  border-radius: 4px;
  background: #ECFDF3;
  margin-top: 12px;
}
.profit-card-wrap .total-pro-los-card-wrap .pro-title {
  color: #212121;
  font-size: 13px;
  font-weight: 500;
}
.profit-card-wrap .total-pro-los-card-wrap .pro-title-right {
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0.03px;
  color: #D92D20;
  text-align: right;
}
.profit-card-wrap .total-pro-los-card-wrap .pro-title-right .text {
  color: #979797;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.27px;
  display: inline-block;
  padding-left: 3px;
}
.profit-card-wrap .total-pro-los-card-wrap .pro-title-right span {
  display: inline-block;
  vertical-align: text-bottom;
}
.profit-card-wrap .total-pro-los-card-wrap .inner-card-body {
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}
.profit-card-wrap .total-pro-los-card-wrap .inner-card-body .pro-inner-text {
  color: #039855;
  font-weight: 700;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.profit-card-wrap .pro-top-section .wave-pre-loading {
  height: 87px;
}
.profit-card-wrap .net-profit-loader.wave-pre-loading {
  height: 87px;
  margin-top: 12px;
}
.profit-card-wrap .monthpicker-container {
  width: 105px;
}
.profit-card-wrap .dashboard-card-refresh-icon {
  height: 34px;
  padding: 6px 10px;
}
@media (max-width: 1360px) {
  .profit-card-wrap .ng-card-header.flex-wrap .ng-card-header-text {
    margin-bottom: 10px !important;
  }
}
.profit-card-wrap .pl-data-ganrate .pl-data-ganrate-icon {
  text-align: center;
  margin-top: 5px;
}
.profit-card-wrap .pl-data-ganrate .pl-data-ganrate-title {
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  font-weight: 600;
  padding: 6px 0 6px 0;
}
.profit-card-wrap .pl-data-ganrate .pl-data-ganrate-dec {
  color: #000000;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 0 12px 0;
  max-width: 265px;
  margin: 0 auto;
}
.profit-card-wrap .pl-data-ganrate .pl-data-ganrate-btn {
  margin-bottom: 5px;
}

input[type=file]::-webkit-file-upload-button { /* chromes and blink button */
  cursor: pointer;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-notification-wrap {
  min-width: auto !important;
  width: 660px !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-notification-wrap .inven-notifc-tab-border {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-notification-wrap .inven-notifc-tab-border::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E5E7EB;
  position: absolute;
  bottom: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-notification-wrap .inventory-notification-tooltip [data-tooltip]:before {
  min-width: 300px;
}
@media (max-width: 767px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.inventory-notification-wrap .inventory-notification-tooltip [data-tooltip]:before {
    min-width: 160px;
  }
}

.inven-notifi-popup-card .days--ago {
  color: #646464;
  font-size: 12px;
  font-weight: 400;
}
.inven-notifi-popup-card .inv-notification-close-icon {
  position: absolute;
  top: -9px;
  right: -9px;
  border: 1px solid #D2D6DB;
  border-radius: 30px;
  background: #fff;
}
.inven-notifi-popup-card .notifi-latter {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #feeaea;
  vertical-align: middle;
  border-radius: 50px;
  padding: 11px 0;
  margin-right: 5px;
  line-height: 1;
  font-weight: 500;
}

#table_itemwise_inventory td [data-tooltip]::before {
  left: -600%;
  line-height: 16px;
  min-width: 175px !important;
}

.zm-upload-popup-img {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
  align-items: end;
  justify-items: end;
}
.zm-upload-popup-img .image-wrapper {
  max-width: 160px;
  padding: 8px;
  gap: 6px;
  border-radius: 8px;
  position: relative;
}
.zm-upload-popup-img .image-wrapper.default-img-wrap {
  border: 1px solid #0089FC;
  height: 150px;
}
.zm-upload-popup-img .image-wrapper.default-img-wrap .add-img-default-li {
  display: flex;
  width: 123px;
  height: 101px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background-color: #F2F4F6;
  margin-top: 3px;
}
.zm-upload-popup-img .image-wrapper.default-img-wrap .add-img-default-li .add-img-text {
  font-weight: 500;
  color: #212121;
}
.zm-upload-popup-img .image-wrapper .img-name-lable {
  position: absolute;
  z-index: 1;
  background-color: #EAF4FF;
  padding: 2px 4px;
  border-radius: 4px 0px 8px 0px;
  max-width: 79px;
  top: 13px;
}
.zm-upload-popup-img .image-wrapper .img-name-lable .control-label {
  font-size: 12px !important;
  font-weight: 500;
  min-width: auto;
  margin: 0;
}

.content-simplified-inventory {
  margin: 0 0 0 0px;
}
.content-simplified-inventory .ps-toggle-tag {
  color: #979797;
  font-weight: 350;
}
.content-simplified-inventory .ps-toggle-title {
  font-weight: 500;
  color: #212121;
}
.content-simplified-inventory .ps-toggle-dec {
  color: #212121;
  font-weight: 400;
  margin: 0;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.siplified-inventory-fancypopup {
  min-width: 60% !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.siplified-inventory-fancypopup .new-fancybox-body {
  background: #f4f4f4 !important;
}

.ps-label-textWrap .ps-form-group .ps-label {
  white-space: normal !important;
}

.new-btn-cancel {
  color: #000000;
}

.mservices-options {
  background: #F2F4F6;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
}

.mservices-options-title {
  color: #212121;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
}
@media (max-width: 1680px) {
  .mservices-options-title {
    font-size: 0.938rem;
  }
}
@media (max-width: 1366px) {
  .mservices-options-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .mservices-options-title {
    font-size: 0.813rem;
  }
}

.sidebar.sidebar-menu ul li.price-discovery-icon a svg .svg-fill-color {
  fill: #3A84EC !important;
}

.fancybox-missing-invoice .card-header .sub-title {
  color: #979797;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.fancybox-missing-invoice .relative {
  position: relative !important;
}
.fancybox-missing-invoice .sticky-header-blue .ps-desc {
  font-weight: 500;
  margin-bottom: 0;
}
.fancybox-missing-invoice #btnGenerateInv {
  min-width: 146px !important;
  margin-left: 10px;
}

.admin-store-link {
  min-width: 116px !important;
}

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

.sticky-top {
  top: 0 !important;
  z-index: 9;
  position: sticky;
  background-color: #f4f4f4;
}

.thirdparty-inner-form-card .ps-checkbox-group .ps-checkbox-container .ps-checkmark::before {
  border-radius: 4px;
}
.thirdparty-inner-form-card .order-2.default_el_div.w-15 {
  min-width: 200px;
}
.thirdparty-inner-form-card .order-2.default_el_div.w-15 .select2-container--bootstrap-5 .select2-selection {
  border: solid 4px #bbddfc !important;
  box-shadow: none !important;
  height: 45px;
}
.thirdparty-inner-form-card .border-after::after {
  content: "";
  width: 1px;
  display: block;
  height: 100%;
  position: absolute;
  background: rgba(221, 221, 221, 0.8666666667);
  top: 0px;
  right: 51%;
  background: rgba(221, 221, 221, 0.4705882353);
}
@media (max-width: 1440px) {
  .thirdparty-inner-form-card .border-after::after {
    right: 50%;
  }
}
@media (max-width: 991px) {
  .thirdparty-inner-form-card .border-after::after {
    display: none;
  }
}

#tax_form #tax_area .ps-checkbox-group .ps-checkbox-container {
  word-wrap: anywhere;
}

.reconciliation-container .rec-type-slider .horiZontalSwiper {
  border: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ddd;
}
.reconciliation-container .sort-column {
  position: relative;
  padding: 10px 10px 10px 0;
}
.reconciliation-container .sort-column::before {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  background: transparent;
  border-bottom: solid 7px black;
  border-top-width: 0;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  opacity: 0.25;
}
.reconciliation-container .sort-column.active-up::before {
  opacity: 1;
}
.reconciliation-container .sort-column::after {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  background: transparent;
  border-top: solid 7px black;
  border-bottom-width: 0;
  margin-top: 1px;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 19.5px;
  right: -15px;
  opacity: 0.25;
}
.reconciliation-container .sort-column.active-down::after {
  opacity: 1;
}
.reconciliation-container .ps-table-wrapper .ps-table thead tr th:first-child, .reconciliation-container .ps-table-wrapper .ps-table thead tr td:first-child, .reconciliation-container .ps-table-wrapper .ps-table tbody tr th:first-child, .reconciliation-container .ps-table-wrapper .ps-table tbody tr td:first-child {
  padding-left: 16px !important;
}
.reconciliation-container .ps-table-wrapper .ps-table thead tr th {
  vertical-align: middle;
}
.reconciliation-container .ps-table-wrapper .pagination-container .pagination .page-item .page-link:hover {
  color: #FFFFFF;
}
.reconciliation-container .search_bar_div .serch-body {
  border-left: 7px solid #CACACA;
  background: #F2F2F2;
  margin-top: 0;
  padding: 0.5rem 1rem 1rem;
}

.sticky-first-colum {
  position: sticky !important;
  left: 0;
  z-index: 1;
}

.sticky-second-colum {
  position: sticky !important;
  left: 45px;
  z-index: 1;
}

.ng-shadow-none {
  box-shadow: none !important;
}

.schedule_div .session_row_container, .schedule_div_ex .session_row_container {
  justify-content: center;
}
.schedule_div .session_row_container .col-auto, .schedule_div_ex .session_row_container .col-auto {
  flex: 0 0 14.13%;
  max-width: 14.13%;
}
.schedule_div .session_row_container .col-auto .form-control, .schedule_div_ex .session_row_container .col-auto .form-control {
  border-radius: 5px !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2784313725) !important;
  border: solid 1px #D2D6DB !important;
}
.schedule_div .session_row_container .arrow-icon, .schedule_div_ex .session_row_container .arrow-icon {
  position: absolute;
  transition: transform 0.25s;
  left: 11px;
  transform: rotate(180deg);
}
.schedule_div .session_row_container.add-new-schedule .arrow-icon, .schedule_div_ex .session_row_container.add-new-schedule .arrow-icon {
  left: 12px;
}
.schedule_div .session_row_container .collapsed .arrow-icon, .schedule_div_ex .session_row_container .collapsed .arrow-icon {
  transform: rotate(0deg);
}

.row-btn-remov .only-icon-btn {
  height: 29px !important;
  width: 29px !important;
}

.service-setting-wrapper .ps-card-sessions-wrap {
  background-color: #e0e0e0;
}
.service-setting-wrapper .ps-card-sessions-wrap .overflow-hidden {
  overflow: hidden !important;
}

.exceptional-frm-grop {
  border-radius: 7px !important;
  border: solid 1px #D2D6DB !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
}
.exceptional-frm-grop .form-control {
  box-shadow: none !important;
  border-radius: 7px 0 0 7px !important;
  border: 0;
}
.exceptional-frm-grop .input-group-addon {
  border-radius: 0 7px 7px 0 !important;
  border: 0 !important;
  border-left: solid 1px #D2D6DB !important;
}

.top-header-dropdown-visit-wrap .order-1 {
  min-width: 120px;
}
.top-header-dropdown-visit-wrap .order-2 {
  width: 150px;
}

#online_reconciliation_grid_div .dropdown-menu.show {
  left: -20px !important;
  top: inherit !important;
}

#online_reconciliation_grid_div .dropdown-menu.show.visible-column-wrap {
  width: 220px;
  max-height: 340px;
  overflow-y: auto;
}

.login-wrapper .content-scrolling-wrapper {
  max-height: unset !important;
  overflow: unset !important;
}

.dropdowncheckbox .dropdown-menu.show {
  padding: 8px 0 0 8px;
  min-width: 185px;
  max-height: 290px;
  overflow: auto;
}
.dropdowncheckbox .dropdown-menu.show label {
  font-size: 0.875rem;
}
.dropdowncheckbox .dropdown-menu.show li .btn {
  width: 92%;
  margin-bottom: 10px;
}
.dropdowncheckbox .add-btn-dropdown {
  font-size: 0.75rem;
  color: #000000 !important;
  padding: 4px 14px;
  background-color: #ffffff;
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #D2D6DB;
  border-radius: 8px !important;
  height: 34px;
}
.dropdowncheckbox .add-btn-dropdown:hover, .dropdowncheckbox .add-btn-dropdown:focus {
  color: #000000;
  box-shadow: none;
}

.online-order-dashboard-layout .page-head {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  .online-order-dashboard-layout .ps-btn {
    padding-left: 8px !important;
    padding-right: 8px !important;
    height: 33px;
  }
}
.online-order-dashboard-layout .second-sub-header .order-1 .all-outlets {
  width: 250px;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .all-outlets {
    width: 170px;
  }
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .all-outlets {
    width: 140px;
  }
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .ps-form-group {
    margin-left: 10px !important;
  }
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .ps-form-group.all-outlets {
    margin-left: 0px !important;
  }
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .ps-form-group .ps-form-control {
    width: 170px;
  }
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .ps-form-group .ps-form-control {
    width: 140px;
  }
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .second-sub-header .order-1 .ps-btn {
    margin-left: 10px !important;
  }
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .second-sub-header .order-1 #filter_search, .online-order-dashboard-layout .second-sub-header .order-1 #reset_filter_search {
    margin-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .online-order-dashboard-layout .second-sub-header .btn-group {
    display: none;
  }
}
.online-order-dashboard-layout .second-sub-header .btn-group .ps-btn {
  min-width: auto;
  border-left: 0;
  border-radius: 0;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .second-sub-header .btn-group .ps-btn {
    font-size: 0.65rem;
  }
}
.online-order-dashboard-layout .second-sub-header .btn-group .ps-btn:first-child {
  border-left: 1px solid #D2D6DB;
  border-radius: 5px 0px 0 5px;
}
.online-order-dashboard-layout .second-sub-header .btn-group .ps-btn:last-child {
  border-radius: 0 5px 5px 0;
}
.online-order-dashboard-layout .second-sub-header .btn-group .ps-btn .badge-no {
  display: inline-flex;
  background-color: #D2D6DB;
  width: 26px;
  height: 26px;
  font-weight: 600;
  font-size: 11.5px;
  line-height: 20px;
  color: #212121;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .second-sub-header .btn-group .ps-btn .badge-no {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
.online-order-dashboard-layout .second-sub-header .btn-group .ps-btn.active-filter {
  background-color: #FFF5F6;
  color: #D92D20;
}
.online-order-dashboard-layout .second-sub-header .btn-group .ps-btn.active-filter .badge-no {
  border: 1px solid #C52031;
  background-color: #fff;
  color: #D92D20;
}
.online-order-dashboard-layout .second-sub-header .filter-drop-onlie {
  display: none;
}
@media (max-width: 1024px) {
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie {
    display: inline-block;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .dropdown-item {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 8px 10px;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .dropdown-item:hover {
    background-color: #FFF7F8;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .dropdown-item .dropdown-text {
    min-width: 100px;
    display: inline-block;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .badge-no {
    display: inline-flex;
    background-color: #D2D6DB;
    width: 24px;
    height: 24px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #212121;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1024px) and (max-width: 1199px) {
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .badge-no {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .active-filter {
    background-color: #FFF5F6;
    color: #D92D20;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .active-filter .badge-no {
    border: 1px solid #C52031;
    background-color: #fff;
    color: #D92D20;
  }
  .online-order-dashboard-layout .second-sub-header .filter-drop-onlie .active-filter::after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    right: 4px;
  }
}
.online-order-dashboard-layout .second-sub-header .badge-notif-btn {
  display: inline-block;
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .second-sub-header .badge-notif-btn svg {
    width: 20px;
    height: 20px;
  }
}
.online-order-dashboard-layout .second-sub-header .badge-notif-btn .badge-no-icon {
  width: 18px;
  height: 18px;
  font-weight: 400;
  font-size: 8px;
  line-height: 18px;
  display: inline-flex;
  background: #C52031;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  position: relative;
  top: -11px;
  left: -4px;
}
@media (min-width: 1200px) {
  .online-order-dashboard-layout .main-content-layout .col-xl-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .online-order-dashboard-layout .main-content-layout .col-xl-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 1360px) {
  .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ps-btn.sm-btn {
    min-width: auto;
  }
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .main-content-layout .left-side-card-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .pending-hedr-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .inprogress-hedr-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .dispatch-hedr-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .deliver-hedr-wrap {
  background-color: #CEFAFF;
  padding: 5px 16px 6px;
  border-radius: 8px;
  margin: 8px 0;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .pending-hedr-wrap h2, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .inprogress-hedr-wrap h2, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .dispatch-hedr-wrap h2, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .deliver-hedr-wrap h2 {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle;
  color: #212121;
  margin: 0;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .inprogress-hedr-wrap {
  background-color: #D6E7FF;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .dispatch-hedr-wrap {
  background-color: #FDDBCD;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .deliver-hedr-wrap {
  background-color: #b2f0a2;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap {
  margin-bottom: 8px;
  cursor: pointer;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap.active-tab {
  border: 1px solid #C52031;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .zomato-text-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .swiggy-text-wrap {
  background-color: #FFF7F8;
  height: 26px;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  gap: 10px;
  color: #C52031;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  border-radius: 7px 0 0 0;
}
@media (max-width: 440px) {
  .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .zomato-text-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .swiggy-text-wrap {
    height: auto;
    min-height: 26px;
  }
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .zomato-text-wrap span, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .swiggy-text-wrap span {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: text-top;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .swiggy-text-wrap {
  background-color: #FBF3E8;
  color: #FC8019;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .placed-text-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .dispatch-text-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .foodready-text-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .accepted-text-wrap, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .delivered-text-wrap {
  height: 26px;
  padding-top: 6px;
  padding-right: 8px;
  padding-bottom: 6px;
  padding-left: 8px;
  gap: 10px;
  background-color: #D6FBFF;
  color: #007E8D;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  border-radius: 0 7px 0 0px;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .dispatch-text-wrap {
  color: #D9A541;
  background-color: #FFF8E5;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .foodready-text-wrap {
  color: #3A84EC;
  background-color: #EEF5FF;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .accepted-text-wrap {
  color: #e16433;
  background-color: #ffe1d5;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .delivered-text-wrap {
  color: #209200;
  background-color: #c4f8b6;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-id-text-no {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.45px;
  color: #212121;
  margin-bottom: 5px;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-id-text-no {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-id-text-no strong {
  font-weight: 700;
  letter-spacing: 0.45px;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-location-text, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-rest-text, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-date-placed, .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .cutmr-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #646464;
  margin-bottom: 5px;
  position: relative;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .date-hover {
  display: none;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .date-hover .d-inline-flex {
  flex-direction: column;
  align-items: center;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .date-hover .d-inline-flex .crea-rec-acpt-text {
  margin-bottom: 3px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.75px;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .date-tooltip-update:hover .date-hover {
  display: flex;
  position: absolute;
  right: 0px;
  top: 18px;
  background-color: #212121;
  padding: 10px 10px;
  border-radius: 8px;
  align-items: center;
  color: #fff;
  z-index: 7;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .date-tooltip-update:hover::after {
  content: " ";
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #212121;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: var(--font0);
  line-height: 0;
  position: absolute;
  right: 106px;
  top: 13px;
  transform: rotate(180deg);
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-amt-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #212121;
  margin-bottom: 5px;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-amt-text .vertical-bottom {
  vertical-align: bottom;
}
.online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .icon-wrap {
  display: inline-block;
  width: 14px;
}
@media (max-width: 767px) {
  .online-order-dashboard-layout .main-content-layout .left-side-card-wrap .ng-card-wrap .card-body .order-3.col-12 {
    text-align: center;
    margin-top: 4px;
  }
}
@media (max-width: 1199px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap {
    display: none;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .ps-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
  color: #646464;
  padding: 11px;
  margin-bottom: 0;
  text-transform: none;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .order-title-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
  color: #212121;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .order-title-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .placed-card-wrp {
  border: 1px solid #D2D6DB;
  gap: 10px;
  border-radius: 4px;
  border-width: 1px;
  padding: 12px;
  margin-bottom: 15px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .placed-card-wrp .time-text {
  min-width: 120px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .placed-card-wrp .time-text, .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .placed-card-wrp .order-allocat-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #646464;
  margin-bottom: 0;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .placed-card-wrp .order-allocat-text .name-mob-text {
  color: #212121;
  font-weight: 600;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp {
  border: 1px solid #D2D6DB;
  gap: 10px;
  border-radius: 4px;
  border-width: 1px;
  padding: 12px;
  margin-bottom: 15px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .custmr-title-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #646464;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .name-text, .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .phone-text, .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .addres-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: sub;
  color: #212121;
  display: inline-block;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .name-text span, .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .phone-text span, .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .addres-text span {
  display: inline-block;
  padding-right: 1px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .order--text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #646464;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .customer-details-card-wrp .order-title-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #212121;
  margin-bottom: 0;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .card-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  border-bottom: 2px dashed #D2D6DB;
  padding: 5px 1px 10px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .card-header-top .custmr-title-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #212121;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .card-header-top .custmr-title-text {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .card-header-sub {
  display: flex;
  align-items: center !important;
  border-bottom: 2px dashed #D2D6DB;
  padding: 12px 1px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .card-header-sub p {
  margin-bottom: 0;
  padding-left: 5px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content {
  list-style-type: none;
  margin: 15px 0 5px;
  border-bottom: 1px solid #D2D6DB;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li {
  margin-bottom: 15px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .item-name-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
  color: #212121;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .item-name-text span {
  color: #646464;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .amt-title-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .addon-decrption-wrap {
  padding: 0 21px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .addon-decrption-wrap .addon-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #646464;
  margin-bottom: 0;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .addon-decrption-wrap .addon-text b {
  font-weight: 600;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .item-listing-content .item-li .addon-decrption-wrap .descrption-text {
  display: inline-block;
  background-color: #F8F8F8;
  border-radius: 4px;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #646464;
  margin-bottom: 0;
  padding: 4px 15px 4px 5px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .amt-section-wrap .disc-text, .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .amt-section-wrap .disc-amt-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #646464;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .total-txt-amt-wrap {
  border-top: 1px solid #D2D6DB;
  border-bottom: 1px solid #D2D6DB;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 8px 0;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .total-txt-amt-wrap .total-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #212121;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .total-txt-amt-wrap .total-text {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .total-txt-amt-wrap .total-text-amt {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #039855;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .total-txt-amt-wrap .total-text-amt {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-pay-detail-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #212121;
  margin-bottom: 8px;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .header-tbl-wrap {
  border-top: 1px solid #D2D6DB;
  border-bottom: 1px solid #D2D6DB;
  padding: 10px 1px;
  margin-bottom: 8px;
  display: flex;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .header-tbl-wrap span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #646464;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .header-tbl-wrap span {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .item-tbl-listing {
  display: flex;
  align-items: center;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .item-tbl-listing .item-listing-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #212121;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .item-tbl-listing .sgst-cgst-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #212121;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .item-tbl-listing .sgst-cgst-text span {
  display: block;
  text-align: center;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .gst-section-tbl-wrap .item-tbl-listing .tax-amt-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  text-align: right;
  margin: 0;
  color: #212121;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .total-foter-wrap {
  padding: 10px 0;
  border-top: 1px solid #D2D6DB;
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .total-foter-wrap .total-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #212121;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .total-foter-wrap .total-text {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .total-foter-wrap .total-amt-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  color: #212121;
}
@media (max-width: 1300px) {
  .online-order-dashboard-layout .main-content-layout .right-side-card-wrap .bill-addrs-card-wrap .gst-section-wrap .total-foter-wrap .total-amt-text {
    font-size: 13px;
  }
}
.online-order-dashboard-layout .notifi-card-alert {
  position: absolute;
  z-index: 9;
  top: 12px;
  right: 5px;
  overflow-y: auto;
}
.online-order-dashboard-layout .notifi-card-alert .online-toaster-close {
  position: absolute;
  right: -10px;
  top: -6px;
  z-index: 1001;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  min-width: 400px;
  max-width: 400px;
  border: 1px solid #ffcdd1;
}
@media (max-width: 420px) {
  .online-order-dashboard-layout .notifi-card-alert .inner-card-alert {
    min-width: 370px;
    max-width: 370px;
  }
}
@media (max-width: 360px) {
  .online-order-dashboard-layout .notifi-card-alert .inner-card-alert {
    min-width: 340px;
    max-width: 340px;
  }
}
@media (max-width: 360px) {
  .online-order-dashboard-layout .notifi-card-alert .inner-card-alert {
    min-width: 340px;
    max-width: 340px;
  }
}
@media (max-width: 340px) {
  .online-order-dashboard-layout .notifi-card-alert .inner-card-alert {
    min-width: 315px;
    max-width: 315px;
  }
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .online-res-text-title {
  color: #C52031;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .online-res-text-title.swiggy-text-wrap {
  color: #FC8019;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .toaster-generic-title {
  color: #242222;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .order-id-text {
  color: #212121;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 18px;
  font-size: 0.85rem;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .order-id-text span {
  font-weight: 600;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .status-text {
  margin-bottom: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #212121;
  display: block;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .status-text.placed-status-text {
  color: #007E8D;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .status-text.dispatch-status-text {
  color: #D9A541;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .status-text.foodready-status-text {
  color: #3A84EC;
}
.online-order-dashboard-layout .notifi-card-alert .inner-card-alert .view-details-text {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline !important;
  display: inline-block;
}
.online-order-dashboard-layout .notifi-card-alert::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.online-order-dashboard-layout .notifi-card-alert::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.online-order-dashboard-layout .notifi-card-alert::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(77, 76, 76, 0.065);
  background-color: #b4b4b4;
}
.online-order-dashboard-layout .timeline-order-ul {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.online-order-dashboard-layout .timeline-order-ul::after {
  content: "";
  position: absolute;
  width: 94%;
  height: 1.5px;
  background-color: #CFD6DC;
  top: 9px;
  transition: all ease-in-out 0.3s;
  left: 15px;
}
@media (max-width: 1680px) {
  .online-order-dashboard-layout .timeline-order-ul::after {
    width: 90%;
  }
}
.online-order-dashboard-layout .timeline-order-ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.online-order-dashboard-layout .timeline-order-ul li.time-li::before {
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/tickstep-defult.png);
  background-repeat: no-repeat;
  background-size: 19px;
  z-index: 1;
}
.online-order-dashboard-layout .timeline-order-ul li.active-current::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/tickstep-current.png);
}
.online-order-dashboard-layout .timeline-order-ul li.active-current::after {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/after-arrow.png);
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -20px;
  background-repeat: no-repeat;
}
.online-order-dashboard-layout .timeline-order-ul li.active-visit::before {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/tikstep-success.png);
}
.online-order-dashboard-layout .timeline-order-ul li:last-child::after {
  display: none;
}
.online-order-dashboard-layout .order-count-inprocess {
  margin-bottom: 0 !important;
}
.online-order-dashboard-layout .ng-card-left-sections.ng-card-custom-scroll {
  min-height: 200px;
}
.online-order-dashboard-layout .ng-card-right-sections .rightsidemap-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.online-order-dashboard-layout {
    min-width: 95% !important;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.online-order-dashboard-layout .new-fancybox-body.main-content-layout .right-side-card-wrap {
  display: block;
}

.custom-store-time-opt-gen {
  margin-bottom: 3px;
  margin-top: 3px;
}

@media (max-width: 767px) {
  #offline_ar_itm_fancy.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    max-width: 97% !important;
  }
}

.single_offline_var_item_tr .variation_color {
  width: 220px;
}

.bs-tooltip-top.show .tooltip-inner, .bs-tooltip-right.show .tooltip-inner {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.65px;
  max-width: 250px;
  font-family: inherit;
}

#accept-online-order-fancy .popup-header .ps-title {
  font-size: 1rem;
  font-weight: 500;
}

.fancy_right_side_open.order-detail-open {
  overflow-x: hidden;
}
.fancy_right_side_open.order-detail-open .save_cancel_order {
  margin-left: 10px;
}
.fancy_right_side_open .popup-header .ps-title {
  font-size: 1rem;
  font-weight: 500;
}

#thirdparty_grid_div {
  overflow-x: auto;
}

.marketplace-detail-svg-logo svg {
  width: 68px;
  height: 68px;
}

#showitemonofflogs .new-btn-switch-wrapper.ps-btn-switch-wrapper {
  min-width: 218px;
}
@media (max-width: 480px) {
  #showitemonofflogs .order-1.col-lg-4 {
    text-align: center;
  }
}
#showitemonofflogs .showitem-right {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  #showitemonofflogs .showitem-right {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  #showitemonofflogs .showitem-right {
    flex-direction: column;
  }
  #showitemonofflogs .showitem-right .order-2.ml-3 {
    margin-left: 0 !important;
    margin-top: 0.5rem !important;
  }
}

.menu-trigger-tabel-wrap {
  width: 60%;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #dee2e6;
}
.menu-trigger-tabel-wrap .ps-table tr:first-child td {
  border-top: 0 !important;
}

.grid-container-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 10px;
}
.grid-container-ul .grid-item {
  width: 20%;
  padding: 10px;
}
@media (max-width: 1224px) {
  .grid-container-ul .grid-item {
    width: 25%;
  }
}
@media (max-width: 910px) {
  .grid-container-ul .grid-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .grid-container-ul .grid-item {
    width: 50%;
  }
}
@media (max-width: 440px) {
  .grid-container-ul .grid-item {
    width: 100%;
  }
}

.menu-item-list-border {
  border-radius: 0px 0px 10px 10px;
}
.menu-item-list-border .ps-table thead tr th {
  background-color: #EEF5FF;
}
.menu-item-list-border [data-tooltip]::before {
  width: -moz-max-content;
  width: max-content;
  max-width: 126px;
}

#menu-category-card.menu-right-sidebar #filter_result .list-group {
  margin: 0;
}
#menu-category-card.menu-right-sidebar #filter_result .list-group li {
  background-color: transparent;
}

.ebill-wrapper {
  display: flex;
  gap: 15px;
}
@media (max-width: 1200px) {
  .ebill-wrapper {
    flex-direction: column;
  }
}
.ebill-wrapper .ps-nav-wrapper {
  width: 169px;
}
@media (max-width: 1200px) {
  .ebill-wrapper .ps-nav-wrapper {
    width: 100%;
  }
}
.ebill-wrapper .ps-nav-wrapper .ps-vertical-nav {
  height: 100%;
}
@media (max-width: 1200px) {
  .ebill-wrapper .ps-nav-wrapper .ps-vertical-nav {
    display: flex;
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .ebill-wrapper .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link::before {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    top: inherit;
  }
}
.ebill-wrapper .ebill-setting-configration {
  display: flex;
  gap: 15px;
  flex: 1;
}
@media (max-width: 767px) {
  .ebill-wrapper .ebill-setting-configration {
    flex-direction: column;
  }
}
.ebill-wrapper .tab-content {
  width: 40%;
  max-width: 450px;
}
@media (max-width: 767px) {
  .ebill-wrapper .tab-content {
    width: 100%;
    max-width: 100%;
  }
}
.ebill-wrapper .tab-content .tab-pane {
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}
.ebill-wrapper .tab-content .headerTab {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ebill-wrapper .tab-content .ps-form-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 0;
}
.ebill-wrapper .ebill-preview {
  flex: 1 0 auto;
}
.ebill-wrapper .ebill-preview .card-body {
  position: relative;
  overflow: auto;
}
.ebill-wrapper .ps-form-card .card-header {
  padding: 15px;
  background-color: transparent;
  padding: 15px;
}
.ebill-wrapper .ps-form-card .card-body {
  padding: 15px;
}
.ebill-wrapper .ps-form-card .ps-form-group {
  position: relative;
}
.ebill-wrapper .ps-form-card .ps-form-group .close-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  background-color: #ffffff;
}
.ebill-wrapper .ps-form-card .ps-card + .ps-card {
  border-top: 5px solid #F4F4F4;
}
.ebill-wrapper .ps-form-card .ps-card .input-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ebill-wrapper .ps-form-card .ps-card .input-wrapper + .input-wrapper {
  margin-top: 15px;
}
.ebill-wrapper .ps-form-card .ps-card .input-wrapper .ps-form-group {
  flex: 1 1 auto;
}
.ebill-wrapper .image-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(131px, 1fr));
  gap: 20px; /* Spacing between grid items */
  align-items: start;
}
.ebill-wrapper .image-wrapper .ps-input-wrapper-div .img-privew-wrap {
  flex-direction: column;
  gap: 10px;
}
.ebill-wrapper .image-wrapper .ps-input-wrapper-div .img-privew-wrap .imgPrview {
  width: 100%;
  height: 140px;
}
.ebill-wrapper .image-wrapper .ps-input-wrapper-div .img-privew-wrap .upload-file-name {
  word-break: break-all;
}
.ebill-wrapper .image-wrapper .ps-input-wrapper-div .file--upload .browse-logo {
  margin: 0;
}

.ps-input-wrapper-div {
  display: flex;
  flex-direction: column;
}
.ps-input-wrapper-div .file--upload .browse-logo {
  cursor: pointer;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #3A84EC;
  background: #EEF5FF;
  margin: 8px 0 0;
}
.ps-input-wrapper-div .file--upload .browse-logo .browse-wrapper {
  text-align: center;
}
.ps-input-wrapper-div .file--upload .browse-logo .browse-wrapper h6 {
  margin-top: 15px;
}
.ps-input-wrapper-div .file--upload input[type=file] {
  display: none;
}
.ps-input-wrapper-div .img-privew-wrap {
  display: flex;
}
.ps-input-wrapper-div .img-privew-wrap .imgPrview {
  width: 152px;
  height: 80px;
  border: 1px solid #D2D6DB;
  border-radius: 7px;
}
.ps-input-wrapper-div .img-privew-wrap .imgPrview img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ps-color-picker {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ps-color-picker .color-platte {
  height: 38px;
  width: 100px;
  border-radius: 8px;
  box-shadow: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}
.ps-color-picker .ps-form-group {
  position: relative;
}
.ps-color-picker .ps-form-group .coppied_color {
  position: absolute;
  right: 0;
  top: 0;
}
.ps-color-picker .ps-form-group input.ps-input:disabled {
  background-color: transparent;
  color: #979797;
}

.ebill_template table {
  border-collapse: separate;
}
.ebill_template__1 .border-top,
.ebill_template__1 .border-bottom, .ebill_template__2 .border-top,
.ebill_template__2 .border-bottom {
  position: relative;
}
.ebill_template__2 .comapny_logo {
  height: 77px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ebill_template__3 .show_details {
  position: relative;
  padding-right: 18px;
}
.ebill_template__3 .show_details::before {
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/ebill/ebill_2_chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0px center;
  height: 12px;
  width: 12px;
}
.ebill_template__3 .comapny_logo {
  height: 40px;
  width: 76px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ebill_template__3 a {
  text-decoration: none;
}
.ebill_template__4 .comapny_logo {
  height: auto;
  width: 121px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.ebill_template__4 .comapny_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ebill_template__5 .comapny_logo {
  height: auto;
  width: 121px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.ebill_template__5 .comapny_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ebill_template__5 .swiper-pagination {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/ebill/swiper_border_bottom.png);
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  padding: 12px;
  bottom: -11px !important;
}
.ebill_template .bannerSwiper {
  border-radius: 6px;
}
.ebill_template .bannerSwiper .image-wrapper {
  height: 192px;
  width: 100%;
}
.ebill_template .bannerSwiper .image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.ebill_template .bannerSwiper .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ffffff;
}

.physical_menu_heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

#notification_loader .notification-loader {
  height: 65px;
  width: 100%;
}

.ebill-tempalte-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
  list-style: none;
}
.ebill-tempalte-list .list-item {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
}
.ebill-tempalte-list .list-item .image-figure {
  height: 517px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #D2D6DB;
  border-radius: 8px 8px 0px 0px;
  margin: 0;
}
.ebill-tempalte-list .list-item .image-figure .ps-label {
  position: absolute;
  z-index: 1;
  right: 9px;
  top: 9px;
  border: 1px solid #437616;
}
.ebill-tempalte-list .list-item .image-caption {
  background-color: #EEF5FF;
  padding: 10px;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ebill-tempalte-list .list-item .image-caption h5 {
  margin-bottom: 0;
}
.ebill-tempalte-list .list-item .image-caption .button-wrapper {
  display: flex;
  gap: 5px;
}

.fancy-notification .notification_no_data {
  height: 100%;
}
.fancy-notification .notification_no_data .no-data-blank-state {
  height: 100%;
}

.online-central-table-section .ng-card-custom-scroll {
  max-height: calc(100vh - 140px);
}
.online-central-table-section .location_config .left-sticky.sticky-top {
  z-index: 4 !important;
}

.rec-no-integration .no-item-found-center {
  flex-direction: column;
  gap: 10px;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small {
  min-width: 600px !important;
  max-width: 600px !important;
}
@media (max-width: 767px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small {
    min-width: 95% !important;
    max-width: 95% !important;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-container {
  margin: 0 auto;
  background: white;
  border-radius: 12px;
  display: flex;
  gap: 32px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  align-items: center;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-sidebar .seprator-line {
  width: 2px;
  height: 22px;
  background: #CFD6DC;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-item.completed .vtimelin-dot {
  background: #039855;
  border-color: #039855;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-item.completed .vtimelin-label {
  color: #646464;
  font-weight: 400;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d1d5db;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-label {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 400;
  white-space: nowrap;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .activity-log {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  border: 1px solid #D2D6DB;
  border-radius: 4px;
  top: 4px;
  position: relative;
  min-height: 220px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .activity-log .right-poly-arrow {
  position: absolute;
  left: -13px;
  top: 210px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .activity-item {
  display: flex;
  align-items: center;
  gap: 70px;
  padding: 8px 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .activity-time {
  font-size: 12px;
  color: #646464;
  font-weight: 400;
  min-width: 105px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .activity-description {
  font-size: 12px;
  color: #646464;
  font-weight: 400;
}
@media (max-width: 640px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-container {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-sidebar {
    flex-direction: row;
    gap: 24px;
  }
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-sidebar::before {
    left: 24px;
    right: 24px;
    top: 12px;
    bottom: auto;
    width: auto;
    height: 2px;
  }
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-item {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy-small .vtimelin-label {
    white-space: normal;
    font-size: 12px;
  }
}

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

#fileList li .progress-container {
  width: 100%;
  background-color: #eeeeee;
  height: 6px;
  border-radius: 4px;
  overflow: hidden;
}
#fileList li .progress-bar {
  height: 100%;
  background-color: #ffa726;
  width: 0%;
  transition: width 0.3s ease-in-out;
}

.fracto-admin-wrap #aimenu-grd-lst_search .search-bar .form-res-name {
  min-width: 290px;
}
.fracto-admin-wrap #aimenu-grd-lst_search .search-bar .form-res-name .error {
  position: absolute;
  bottom: -19px;
}
.fracto-admin-wrap .tab-top-inner-header .assign-dropdwon .dropdown-menu {
  min-width: 350px;
  max-height: 260px;
  overflow-y: auto;
}
.fracto-admin-wrap .tab-top-inner-header .assign-dropdwon .dropdown-menu .bottom-footer-sticky {
  position: sticky;
  bottom: 0;
  background-color: #fff !important;
}
@media (max-width: 400px) {
  .fracto-admin-wrap .tab-top-inner-header .assign-dropdwon .dropdown-menu {
    min-width: 310px;
  }
}
.fracto-admin-wrap .tab-top-inner-header .assign-dropdwon .dropdown-menu .dropdown-item {
  white-space: normal;
}

.category-container .category-list,
.addon-container .category-list,
.restaurant-container .category-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-container .category-list .list-item,
.addon-container .category-list .list-item,
.restaurant-container .category-list .list-item {
  padding: 10px;
}
.category-container .category-list .list-item .zone_wise_res_div,
.addon-container .category-list .list-item .zone_wise_res_div,
.restaurant-container .category-list .list-item .zone_wise_res_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 15px;
  margin-top: 5px;
}

.vertual-branch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1366px) {
  .vertual-branch-grid {
    grid-template-columns: repeat(auto-fill, minmax(241px, 1fr));
  }
}

.addon_main_div table td {
  vertical-align: middle;
  text-align: left;
  padding: 8px;
}
.addon_main_div table td.addon-group .data-addon {
  background-color: #ffffff;
}

.edit-menu-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-on-off-flex {
  margin-top: 0.75rem;
}

.variation-flex {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  gap: 10px;
  align-items: center;
}

#log-details-pp .new-fancybox-body .view-all-ul {
  padding-left: 20px;
}

@media (max-width: 767px) {
  #restrict_item_btn:hover,
  .publishkiosk:hover {
    z-index: 12;
  }
}

@media (max-width: 767px) {
  .new-overlay-open .overlay-open {
    z-index: 12;
  }
}

.item-accordion .card-header .btn-link {
  color: #000000;
}

.allowAddonVariationmenuWrap .menugrid-add-variation-btn {
  min-width: 130px;
}

.all-menu-trigger .error-text-title {
  color: #1770EE;
  font-weight: 600;
  line-height: 20px;
}
.all-menu-trigger .validation_footer .text-black {
  margin-bottom: 0;
  font-size: 12.5px !important;
  line-height: 20px;
  font-weight: 400;
}
.all-menu-trigger .validation_footer .validation_btns .menu_tr_up_item {
  min-width: 108px;
}

.item_groups_list_main .listing-text {
  list-style: none;
}

.select-items-card .card-header {
  border-radius: 7px 7px 0px 0px;
}
.select-items-card .card-header .order-2 {
  min-width: 240px;
  gap: 5px;
}

.group-item-scroll {
  border: 1px solid #3A84EC;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  overflow: auto;
  max-height: 350px;
}
.group-item-scroll .item-grp-cat-separator {
  background-color: #EEF5FF;
  padding: 0;
}
.group-item-scroll .group-item-header-wrap {
  background-color: #EEF5FF;
  padding: 12.5px 15px;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
}
.group-item-scroll .grp-updown-arrow {
  transition: transform 0.35s ease;
  transform: rotate(0deg);
}
.group-item-scroll .grp-updown-arrow.active-arrow {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}
.group-item-scroll #menu_item_group_grid_sortable {
  margin-bottom: 0;
}
.group-item-scroll #menu_item_group_grid_sortable .nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 16px 20px 16px 16px;
}
.group-item-scroll #menu_item_group_grid_sortable .nav-link p {
  margin: 0;
}
.group-item-scroll #menu_item_group_grid_sortable .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background-color: #C52031;
  transition: all 250ms ease;
  border-radius: 0px 4px 4px 0px;
}
.group-item-scroll #menu_item_group_grid_sortable .nav-item.cate_rank.row:has(.nav-link.active) {
  background-color: #FFF7F8;
}
.group-item-scroll ul li:first-child {
  border-radius: 7px 7px 0 0;
}
.group-item-scroll ul li:last-child {
  border-radius: 0 0 7px 7px;
}
.group-item-scroll ul .nav-item .nav-link.active::before {
  display: none;
}

.default-empty-screen {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 5rem;
  padding: 0 1rem;
}
.default-empty-screen p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #646464;
}

@media (max-width: 767px) {
  .mobile-item-group-list {
    width: 100% !important;
  }
}

.ps-online-onoff.mobile-item-group-list .nav-item.cate_rank .nav-link p {
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ps-link {
  color: #3A84EC;
  text-decoration: underline !important;
}

.item-grp-cat-separator {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  font-size: 0.95rem;
  padding: 15px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 8px 8px 0 0;
}

.select-add-new-span {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #EEF5FF;
  font-size: 14px;
  line-height: 20px;
  margin: 0 -0.75rem;
  padding: 8px 11px;
}

.festive-alert .alert-message {
  background-image: url("data:image/svg+xml,%3Csvg width='102' height='112' viewBox='0 0 102 112' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M145 0H65.8413L0 53.3832L65.8413 112H145V0Z' fill='%23FFDDE1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #FFF7F8;
  border: 2px solid #C52031;
  box-shadow: 0px 1.5px 3px 0.2px rgba(0, 0, 0, 0.0784313725);
}
.festive-alert .message-box .ps-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .festive-alert .message-box .ps-desc {
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }
}

.user-list-tbl-wrp .alert .error-text-title {
  color: #1770EE;
  font-weight: 600;
  line-height: 20px;
}
.user-list-tbl-wrp .alert .success-text-title {
  color: #027A48;
  font-weight: 600;
  line-height: 20px;
}
.user-list-tbl-wrp .ps-alert-table-wrap {
  border-radius: 12px;
  border: 1px solid #D2D6DB;
  width: 60%;
}
.user-list-tbl-wrp .ps-alert-table-wrap .alert-table-inner {
  background-color: #FFFFFF;
  width: 100%;
}
.user-list-tbl-wrp .ps-alert-table-wrap .alert-table-inner tr {
  border-bottom: 1px solid #D2D6DB;
}
.user-list-tbl-wrp .listing-ul-card-wrap {
  background: #FFFFFF;
  gap: 12px;
  border-radius: 12px;
  padding: 8px 12px;
  margin-bottom: 0.35rem;
}
.user-list-tbl-wrp .listing-ul-card-wrap p {
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 2px 0;
}
.user-list-tbl-wrp .listing-ul-card-wrap p .category-list-item {
  display: inline-block;
}

.toast-custom.toastr-ho {
  z-index: 1041 !important;
  left: 25px !important;
}

.view-moderation-detail article {
  border-bottom: 1px dashed #D2D6DB;
  padding-bottom: 0.75rem;
}
.view-moderation-detail .moderation-image-wrap {
  max-width: 200px;
  max-height: 200px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D2D6DB;
  margin: auto;
}
.view-moderation-detail .moderation-image-wrap img {
  border-radius: 8px;
}

.moderation-tab-content .ps-table-section .ps-table thead tr th {
  height: 50px;
}

.item_groups_list_main .listing-text .dot-icon {
  display: inline-block;
  padding: 3px;
  position: relative;
  top: -1px;
  background-color: #000000;
  border-radius: 20px;
  margin-right: 3px;
}

.update-outlet-section-page .top-header-section {
  margin-top: 10px;
}
.update-outlet-section-page .top-header-section h5 {
  font-weight: 600;
  line-height: 24px;
}
.update-outlet-section-page .top-header-section p {
  font-weight: 400;
  color: #646464;
  line-height: 20px;
  margin-bottom: 5px;
}
.update-outlet-section-page .update-all-outlet-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 0 15px;
  margin-top: 15px;
}
@media (max-width: 1100px) {
  .update-outlet-section-page .update-all-outlet-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .update-outlet-section-page .update-all-outlet-wrapper {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .update-all-outlet-wrapper .card {
  border-radius: 8px;
  margin-bottom: 0;
  border: 1px solid #D2D6DB;
}
.update-outlet-section-page .update-all-outlet-wrapper .card .card-body {
  display: flex;
  gap: 10px;
}
.update-outlet-section-page .update-all-outlet-wrapper .card .card-body h5 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.update-outlet-section-page .update-all-outlet-wrapper .card .card-body p {
  margin: 0;
  font-weight: 400;
  color: #646464;
  line-height: 20px;
  padding-right: 25px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  justify-content: center;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step {
  display: flex;
  align-items: center;
  gap: 12px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .step-text {
  color: #646464;
  line-height: 20px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.25px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .step-text.current-text, .update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .step-text.step-text-one {
  color: #000000;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .current-step {
  background: #3A84EC;
  color: white;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .current-step .right-icon-tick {
  display: none;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .complete-number {
  background: #039855;
  color: white;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .complete-number .no-text {
  display: none;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step .complete-number .right-icon-tick {
  display: inline-flex;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .quick-step-line {
  display: inline-block;
  height: 2px;
  width: 50px;
  background-color: #DEE2E5;
}
.update-outlet-section-page .ho-manage-menu-wrapper .step-indicator .step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #DEE2E5;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-card {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1224px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-card {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 910px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-card {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap {
  display: flex;
  gap: 15px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap .item-card {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap .item-card {
    width: 100%;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap .item-card.last-step-item-card {
  max-height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  display: none;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card {
  width: 33.33%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card.last-step-item-card {
  display: inline-flex;
  opacity: 1;
  max-height: 100%;
}
@media (max-width: 991px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card {
    width: 100%;
  }
}
@media (max-width: 910px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third {
    display: grid;
    grid-template-columns: 1fr;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.show-third .item-card {
    width: 100%;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap {
  display: flex;
  gap: 16px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap .item-card {
  transition: width 0.4s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap .item-card:nth-child(1) {
  width: 30%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap .item-card:nth-child(2) {
  width: 70%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap {
  /* DESKTOP – SHOW THIRD */
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap.show-third .item-card {
  width: 35%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap.show-third .item-card:nth-child(1) {
  width: 30%;
}
@media (max-width: 991px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap .item-card {
    width: 100% !important;
    transition: none;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap {
  /* MOBILE ONLY */
}
@media (max-width: 910px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-three-column-wrap.addon-three-column-wrap {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card {
  border: 1px solid #D2D6DB;
  background: #FFFFFF;
  padding: 0;
  border-radius: 8px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-header {
  border-bottom: 1px solid #D2D6DB;
  padding-bottom: 10px;
  margin-bottom: 0.5rem;
  padding: 12px 16px;
  position: sticky;
  top: 0;
  z-index: 8;
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-header h6 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-header p {
  color: #646464;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-body {
  padding: 0 16px 16px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-body .search-icon-input-wrap {
  margin-bottom: 0rem;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-card .item-card-body .search-icon-input-wrap .search-icon {
  position: absolute;
  top: 7px;
  right: 10px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-two-column-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item-two-column-card {
    grid-template-columns: 1fr;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-cat-list {
  border: 1px solid #D2D6DB;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-cat-list span {
  line-height: 1px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-cat-list .minus-icon {
  line-height: 2px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .info-outline-btn {
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #5B73E8;
  padding: 10px 16px;
  height: 54px;
  width: 250px;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .info-outline-btn .right-droparrow-icon {
  position: absolute;
  right: 15px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item_modified {
  font-weight: 600;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .item_modified.active {
  color: #1770EE;
  background-color: #EEF5FF;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .footer-section-wrap {
  border-radius: 0 !important;
  border-top: 1px solid #D2D6DB;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .order-1 .top-inner-header-wrap h5 {
  line-height: 24px;
  display: flex;
  align-items: center;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .order-1 .top-inner-header-wrap p {
  color: #646464;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .show-accordion-arow-wrap {
  width: 15%;
  text-align: right;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  padding-top: 15px;
  cursor: pointer;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .select-category-wrap {
  background-color: #FFFFFF;
  border-bottom: 0;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .select-category-wrap h6 {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 3px;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .select-category-wrap p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #646464;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap {
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap {
    flex-direction: column;
    margin: 0;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap,
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero {
  transition: width 1s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap {
  width: 100%;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap.add_width_half {
  width: 49.5%;
  margin-right: 0.5%;
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .single-column-cat-wrap.add_width_half {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
  transition: width 1s ease, opacity 0.75s ease;
  transition: height 1s ease, opacity 0.75s ease;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.add_width_half {
  width: 49.5%;
  margin-left: 0.5%;
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  padding: 0 0 16px !important;
}
@media (max-width: 767px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.add_width_half {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.add_width_half .item-card-header {
  padding-top: 12px 16px;
  padding-bottom: 12px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 8;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .custom-section-trans-wrap .width_half_zero.hidden {
  display: none;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap.cat-transition-wrap-section .footer-section-wrap.bottom-footer-sticky {
  position: sticky;
  bottom: 0;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile {
  display: none;
}
@media (max-width: 1400px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-desktop {
    display: none !important;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile {
    display: block;
    text-align: right;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .dropdown {
    display: inline-block;
    vertical-align: middle;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .filter-period-dropdown-toggle {
    padding-right: 36px;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .filter-period-dropdown-toggle .right-droparrow-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .dropdown-menu {
    min-width: 11rem;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .dropdown-menu.show {
    padding: 0;
    text-align: center;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .dropdown-item.item_modified {
    font-weight: 500;
    border: 0;
    border-bottom: 1px solid #D2D6DB;
    padding: 10px 5px;
    font-size: 0.85rem;
    cursor: pointer;
    text-align: center;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .dropdown-item.item_modified:last-child {
    border-bottom: 0;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-period-mobile .dropdown-item.item_modified.active {
    color: #1770EE;
    background-color: #EEF5FF;
    text-align: center;
  }
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-btn-group {
  overflow: hidden;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-btn-group .ps-btn.sm-btn {
  border-radius: 0;
  border-left: 1px solid #D2D6DB !important;
}
.update-outlet-section-page .ho-manage-menu-wrapper .inner-card-section-wrap .filter-btn-group-wrap .filter-btn-group .ps-btn.sm-btn:first-child {
  border-left: 0 !important;
}
@media (max-width: 910px) {
  .update-outlet-section-page .ho-manage-menu-wrapper .top-inner-section.top-section-item {
    justify-content: center !important;
    flex-direction: column;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .update-outlet-section-page .ho-manage-menu-wrapper .top-inner-section.top-section-item .step-indicator {
    gap: 10px;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }
}
.update-outlet-section-page .gray-text {
  color: #646464;
}

.list-style-none {
  list-style: none;
}

.track_push_activities_wrapper .ps-searchbar .ps-form-group.calendar-icon {
  width: 220px;
  max-width: 220px;
}
@media (max-width: 910px) {
  .track_push_activities_wrapper .ps-searchbar .ps-form-group.calendar-icon {
    width: 205px;
    max-width: 205px;
  }
}
@media (max-width: 640px) {
  .track_push_activities_wrapper .ps-searchbar .ps-form-group.calendar-icon {
    width: 100%;
    max-width: 100%;
  }
}
.track_push_activities_wrapper .ps-searchbar .button-wrapper {
  margin-top: 0 !important;
}
.track_push_activities_wrapper .push-desc-text {
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  position: relative;
  top: 5px;
  padding-left: 4.25rem;
}
@media (max-width: 767px) {
  .track_push_activities_wrapper .push-desc-text {
    padding-left: 0;
  }
}
.track_push_activities_wrapper .task-container {
  background: #F9FAFB;
  font-family: sans-serif;
  padding: 16px;
}
.track_push_activities_wrapper .task-container .task-header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  padding-left: 17px;
}
.track_push_activities_wrapper .task-container .task-card {
  background: #FFFFFF;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.track_push_activities_wrapper .task-container .task-card .type {
  position: relative;
}
.track_push_activities_wrapper .task-container .task-card .type::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #D2D6DB;
  display: block;
  position: absolute;
  right: 18px;
}
.track_push_activities_wrapper .task-container .task-card .type .cat-titel-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  display: flex;
  gap: 6px;
}
.track_push_activities_wrapper .task-container .task-card .type .date-time-text-title {
  color: #646464;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  gap: 6px;
}
.track_push_activities_wrapper .task-container .task-card .user-time {
  position: relative;
}
.track_push_activities_wrapper .task-container .task-card .user-time::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #D2D6DB;
  display: block;
  position: absolute;
  right: 17px;
  top: 0;
}
.track_push_activities_wrapper .task-container .task-card .user-time .user-name-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  display: flex;
  gap: 5px;
  margin-bottom: 8px;
}
.track_push_activities_wrapper .task-container .task-card .pushed .rest-text-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  display: flex;
  margin-bottom: 8px;
  gap: 5px;
}
.track_push_activities_wrapper .task-container .task-card .pushed .view-details-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #3A84EC;
  display: flex;
  gap: 10px;
}
.track_push_activities_wrapper .task-container .task-card .actions {
  display: flex;
  gap: 15px;
  justify-content: end;
}
.track_push_activities_wrapper .task-container .task-card .actions .ps-btn {
  min-width: 100px;
}
@media (max-width: 1199px) {
  .track_push_activities_wrapper .task-container .task-card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }
  .track_push_activities_wrapper .task-container .task-card .actions {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .track_push_activities_wrapper .task-container .task-card {
    grid-template-columns: 1fr 1fr;
  }
  .track_push_activities_wrapper .task-container .task-card .user-time::after {
    display: none;
  }
  .track_push_activities_wrapper .task-container .task-card .pushed {
    position: relative;
  }
  .track_push_activities_wrapper .task-container .task-card .pushed::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #D2D6DB;
    display: block;
    position: absolute;
    right: 18px;
    top: 0;
  }
}
@media (max-width: 640px) {
  .track_push_activities_wrapper .task-container .task-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .track_push_activities_wrapper .task-container .task-card .type {
    border-bottom: 1px solid #D2D6DB;
    padding-bottom: 10px;
  }
  .track_push_activities_wrapper .task-container .task-card .type::after {
    display: none;
  }
  .track_push_activities_wrapper .task-container .task-card .pushed {
    border-top: 1px solid #D2D6DB;
    border-bottom: 1px solid #D2D6DB;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .track_push_activities_wrapper .task-container .task-card .pushed::after {
    display: none;
  }
  .track_push_activities_wrapper .task-container .task-card .ho_dashboard .task-container #task-list svg {
    width: auto;
    margin-bottom: 0;
  }
}

.menu-file-upload .img-success {
  background-color: rgba(46, 204, 70, 0.2) !important;
}

.pending_menu_sync_alert.ps-alert .alert-message.ps-alert-danger {
  border: 1px solid #764f21;
  background-color: #faeeda;
}
.pending_menu_sync_alert.ps-alert .alert-message.ps-alert-danger .ps-title {
  color: #764f21;
}
.pending_menu_sync_alert.ps-alert .alert-message.ps-alert-danger .ps-desc {
  color: #764f21;
}
.pending_menu_sync_alert.ps-alert .alert-message.ps-alert-danger #sync_menu_btn {
  background: #fff;
  color: #764f21;
  border: 1px solid #764f21;
}

.combo-page-wrapper {
  padding-bottom: 0 !important;
}
.combo-page-wrapper .combo-form {
  max-width: 83.125rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 1.5rem 1rem;
}
.combo-page-wrapper .card {
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  border: 0;
  margin-bottom: 0.5rem;
  gap: 1.5rem;
}
.combo-page-wrapper .card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.75rem;
}
.combo-page-wrapper .card__title {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.combo-page-wrapper .step-badge {
  display: inline-flex;
  align-items: center;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.combo-page-wrapper .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.combo-page-wrapper .form-row:last-child {
  margin-bottom: 0;
}
.combo-page-wrapper .form-row--3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 680px) {
  .combo-page-wrapper .form-row {
    grid-template-columns: 1fr;
  }
  .combo-page-wrapper .form-row--3 {
    grid-template-columns: 1fr;
  }
}
.combo-page-wrapper .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.combo-page-wrapper .form-group--full {
  grid-column: 1/-1;
}
.combo-page-wrapper .form-label {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}
.combo-page-wrapper .form-label .required {
  color: #dc2626;
  margin-left: 2px;
}
.combo-page-wrapper .form-input,
.combo-page-wrapper .form-select,
.combo-page-wrapper .form-textarea {
  outline: none;
  transition: all 0.18s ease;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  height: 2.5rem;
  padding: 0.53125rem 1rem;
  align-items: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 0.55rem;
  border: 1px solid #D2D6DB;
  background: #ffffff;
}
.combo-page-wrapper .form-input::-moz-placeholder, .combo-page-wrapper .form-select::-moz-placeholder, .combo-page-wrapper .form-textarea::-moz-placeholder {
  color: #9ca3af;
}
.combo-page-wrapper .form-input::placeholder,
.combo-page-wrapper .form-select::placeholder,
.combo-page-wrapper .form-textarea::placeholder {
  color: #9ca3af;
}
.combo-page-wrapper .form-input:focus,
.combo-page-wrapper .form-select:focus,
.combo-page-wrapper .form-textarea:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.combo-page-wrapper .multi-select-wrapper {
  position: relative;
}
.combo-page-wrapper .multi-select-wrapper .select2-selection {
  height: 2.5rem !important;
  border-radius: 0.55rem !important;
}
.combo-page-wrapper .multi-select-wrapper::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6b7280;
  pointer-events: none;
}
.combo-page-wrapper .input-prefix-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.combo-page-wrapper .input-prefix-wrapper .input-prefix {
  position: absolute;
  left: 12px;
  color: #6b7280;
  font-size: 14px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .input-prefix-wrapper .mic-ch__sym {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .input-prefix-wrapper .form-input {
  padding-left: 26px;
}
.combo-page-wrapper .combo-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1360px) {
  .combo-page-wrapper .combo-type-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 910px) {
  .combo-page-wrapper .combo-type-grid {
    grid-template-columns: 1fr;
  }
}
.combo-page-wrapper .combo-type-card {
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.18s ease;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
}
.combo-page-wrapper .combo-type-card:hover {
  border-color: #b9cfff;
  background: #eff4ff;
}
.combo-page-wrapper .combo-type-card__icon {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.combo-page-wrapper .combo-type-card__icon .currentColor path {
  stroke: #212121;
}
.combo-page-wrapper .combo-type-card__icon .custcurrentColor path {
  fill: #212121;
}
.combo-page-wrapper .combo-type-card.active {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}
.combo-page-wrapper .combo-type-card.active .combo-type-card__icon {
  background-color: #EEF5FF;
}
.combo-page-wrapper .combo-type-card.active .combo-type-card__icon .currentColor path {
  stroke: #3A84EC;
}
.combo-page-wrapper .combo-type-card.active .combo-type-card__icon .custcurrentColor path {
  fill: #3A84EC;
}
.combo-page-wrapper .combo-type-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 2px;
}
.combo-page-wrapper .combo-type-card__title {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.combo-page-wrapper .combo-type-card .ct-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 20px;
  letter-spacing: 0.05rem;
  white-space: nowrap;
  margin-left: 0.5rem;
}
.combo-page-wrapper .combo-type-card .badge-b {
  background: #DBEAFE;
  color: #1E40AF;
}
.combo-page-wrapper .combo-type-card .badge-a {
  background: #FEF3C7;
  color: #92400E;
}
.combo-page-wrapper .combo-type-card .badge-v {
  background: #EDE9FE;
  color: #5B21B6;
}
.combo-page-wrapper .combo-type-card__desc {
  color: #979797;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.combo-page-wrapper .input-prefix-wrapper input[type=number]::-webkit-outer-spin-button,
.combo-page-wrapper .input-prefix-wrapper input[type=number]::-webkit-inner-spin-button, .combo-page-wrapper .item-price-input input[type=number]::-webkit-outer-spin-button,
.combo-page-wrapper .item-price-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.combo-page-wrapper .input-prefix-wrapper input[type=number], .combo-page-wrapper .item-price-input input[type=number] {
  -moz-appearance: textfield;
}
.combo-page-wrapper .item-row, .combo-page-wrapper .item-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 10px;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: #F9FAFB;
}
.combo-page-wrapper .item-row .order-1, .combo-page-wrapper .item-header-row .order-1 {
  display: grid;
  grid-template-columns: 320px 227px 1fr;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .combo-page-wrapper .item-row .order-1, .combo-page-wrapper .item-header-row .order-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.combo-page-wrapper .item-row .qty-control, .combo-page-wrapper .item-header-row .qty-control {
  display: flex;
  align-items: center;
  height: 2.5rem;
  border-radius: 0.55rem;
  border: 1px solid #D2D6DB;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #ffffff;
}
.combo-page-wrapper .item-row .qty-control__btn, .combo-page-wrapper .item-header-row .qty-control__btn {
  width: 32px;
  height: 100%;
  background: #ffffff;
  border: none;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s ease;
}
.combo-page-wrapper .item-row .qty-control__value, .combo-page-wrapper .item-header-row .qty-control__value {
  width: 161px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  height: 36px;
  line-height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .item-row .item-price-input, .combo-page-wrapper .item-header-row .item-price-input {
  flex-shrink: 0;
  width: 13.75rem;
}
.combo-page-wrapper .item-row .item-price-input:disabled, .combo-page-wrapper .item-header-row .item-price-input:disabled {
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
}
.combo-page-wrapper .item-row .item-price-input .form-input, .combo-page-wrapper .item-header-row .item-price-input .form-input {
  background: #ffffff;
}
@media (max-width: 1024px) {
  .combo-page-wrapper .item-header-row .order-1 {
    justify-content: space-around;
  }
}
.combo-page-wrapper .item-header-row p {
  margin-bottom: 0;
  font-weight: 500;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.combo-page-wrapper .item-remove-btn {
  border: none;
  background: transparent;
}
.combo-page-wrapper .combo-price-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.combo-page-wrapper .combo-price-row .form-group {
  max-width: 20.2rem;
}
.combo-page-wrapper .combo-price-row .total-stand-price-wrap, .combo-page-wrapper .combo-price-row .diffr-price-wrap {
  display: flex;
  padding: 0.75rem;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0.5rem;
}
.combo-page-wrapper .combo-price-row .total-stand-price-wrap .total-stand-price-label, .combo-page-wrapper .combo-price-row .total-stand-price-wrap .diffr-price-label, .combo-page-wrapper .combo-price-row .diffr-price-wrap .total-stand-price-label, .combo-page-wrapper .combo-price-row .diffr-price-wrap .diffr-price-label {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.combo-page-wrapper .combo-price-row .total-stand-price-wrap .total-stand-price, .combo-page-wrapper .combo-price-row .total-stand-price-wrap .diffr-price, .combo-page-wrapper .combo-price-row .diffr-price-wrap .total-stand-price, .combo-page-wrapper .combo-price-row .diffr-price-wrap .diffr-price {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: inline-flex;
  gap: 0.25rem;
}
.combo-page-wrapper .combo-price-row .total-stand-price-wrap {
  background-color: #F9FAFB;
}
.combo-page-wrapper .combo-price-row .total-stand-price-wrap .total-stand-price {
  color: #000000;
}
.combo-page-wrapper .combo-price-row .diffr-price-wrap {
  background-color: #EEF5FF;
}
.combo-page-wrapper .combo-price-row .diffr-price-wrap .diffr-price {
  color: #1361CE;
}
.combo-page-wrapper .disabled-form-input {
  background-color: #eee !important;
  border-color: #eee;
  color: #333;
}
.combo-page-wrapper .add-item-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.18s ease;
  margin-top: 0.35rem;
}
.combo-page-wrapper .divider {
  height: 1px;
  background: #e5e7eb;
  margin: 20px 0;
}
.combo-page-wrapper .custom-file-upload {
  cursor: pointer;
  position: relative;
  background: #f8f9fa;
  transition: all 0.3s ease;
  padding: 30px;
  border: 2px dashed #D2D6DB;
  border-radius: 10px;
  text-align: center;
  font-size: 1.2rem;
}
.combo-page-wrapper .custom-file-upload:hover {
  background: #f2f3f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.combo-page-wrapper .custom-file-upload .file-text {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #495057;
  font-size: 0.85rem;
  gap: 0.5rem;
}
.combo-page-wrapper .custom-file-upload .file-selected {
  border-color: #28a745;
  background: #e7f1ff;
}
.combo-page-wrapper .custom-file-upload {
  /* Hide the default input */
}
.combo-page-wrapper .custom-file-upload #file-upload {
  display: none;
}
.combo-page-wrapper {
  /******** Make it a Combo (type 3) *********/
}
.combo-page-wrapper .mic-callout {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 15px;
  border-radius: 10px;
}
.combo-page-wrapper .mic-callout__icon {
  flex-shrink: 0;
  line-height: 0;
  margin-top: 1px;
}
.combo-page-wrapper .mic-callout__chk-group.ps-checkbox-group {
  flex-shrink: 0;
  margin: 1px 0 0;
}
.combo-page-wrapper .mic-callout__chk-group.ps-checkbox-group .ps-checkobx {
  margin-bottom: 0;
}
.combo-page-wrapper .mic-callout__chk-group.ps-checkbox-group .ps-checkobx.no-text label {
  display: inline-block;
}
.combo-page-wrapper .mic-callout__body {
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
}
.combo-page-wrapper .mic-callout__title {
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}
.combo-page-wrapper .mic-callout--info {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
}
.combo-page-wrapper .mic-callout--info .mic-callout__body {
  color: #1E40AF;
}
.combo-page-wrapper .mic-callout--purple {
  background: #F5F3FF;
  border: 1px solid #DDD6FE;
}
.combo-page-wrapper .mic-callout--purple .mic-callout__body {
  color: #4C1D95;
}
.combo-page-wrapper .mic-callout--warning {
  background: #FFF7ED;
  border: 1px solid #FDBA74;
  cursor: pointer;
}
.combo-page-wrapper .mic-callout--warning .mic-callout__title {
  color: #C2410C;
}
.combo-page-wrapper .mic-callout--warning .mic-callout__body {
  color: #9A3412;
}
.combo-page-wrapper .mic-field-hint {
  font-size: 12px;
  color: #64748B;
  margin: 0 0 10px;
}
.combo-page-wrapper .mic-search {
  position: relative;
  margin-bottom: 12px;
}
.combo-page-wrapper .mic-search svg {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.combo-page-wrapper .mic-search__field {
  padding-left: 34px;
  width: 100%;
}
.combo-page-wrapper .mic-items-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 3px;
}
@media (max-width: 910px) {
  .combo-page-wrapper .mic-items-grid {
    grid-template-columns: 1fr;
  }
}
.combo-page-wrapper .mic-items-grid::-webkit-scrollbar {
  width: 5px;
}
.combo-page-wrapper .mic-items-grid::-webkit-scrollbar-thumb {
  background: #E2E8F0;
  border-radius: 8px;
}
.combo-page-wrapper .mic-irow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  padding: 9px 12px;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.13s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .mic-irow:hover, .combo-page-wrapper .mic-irow.on {
  border-color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-irow__info {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.combo-page-wrapper .mic-irow__top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.combo-page-wrapper .mic-irow__name {
  font-size: 13.5px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.combo-page-wrapper .mic-irow__sep {
  color: #CBD5E1;
  font-weight: 400;
  flex-shrink: 0;
}
.combo-page-wrapper .mic-irow__price {
  font-size: 12px;
  color: #64748B;
  flex-shrink: 0;
}
.combo-page-wrapper .mic-irow__cat {
  font-size: 12px;
  color: #64748B;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.combo-page-wrapper .mic-irow__chk.ps-checkbox-container {
  flex-shrink: 0;
  padding-left: 20px;
  min-height: 20px;
  margin: 0;
}
.combo-page-wrapper .mic-minmax__inp::-webkit-outer-spin-button, .combo-page-wrapper .mic-minmax__inp::-webkit-inner-spin-button, .combo-page-wrapper .mic-custom-val__inp::-webkit-outer-spin-button, .combo-page-wrapper .mic-custom-val__inp::-webkit-inner-spin-button, .combo-page-wrapper .mic-ch__inp::-webkit-outer-spin-button, .combo-page-wrapper .mic-ch__inp::-webkit-inner-spin-button,
.combo-page-wrapper .fi-price-inp::-webkit-outer-spin-button,
.combo-page-wrapper .fi-price-inp::-webkit-inner-spin-button, .combo-page-wrapper .item-price-val::-webkit-outer-spin-button, .combo-page-wrapper .item-price-val::-webkit-inner-spin-button, .combo-page-wrapper input[type=number]::-webkit-outer-spin-button, .combo-page-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.combo-page-wrapper .mic-minmax__inp, .combo-page-wrapper .mic-custom-val__inp, .combo-page-wrapper .mic-ch__inp,
.combo-page-wrapper .fi-price-inp, .combo-page-wrapper .item-price-val, .combo-page-wrapper input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.combo-page-wrapper .mic-empty {
  grid-column: 1/-1;
  padding: 22px;
  text-align: center;
  font-size: 13px;
  color: #94A3B8;
}
.combo-page-wrapper .mic-empty--box {
  border: 2px dashed #E2E8F0;
  border-radius: 8px;
  margin-bottom: 11px;
}
.combo-page-wrapper .mic-sel-strip {
  margin-top: 13px;
  padding: 11px 13px;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 8px;
}
.combo-page-wrapper .mic-sel-strip__title {
  font-size: 12px;
  font-weight: 700;
  color: #065F46;
  margin-bottom: 7px;
}
.combo-page-wrapper .mic-sel-strip__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.combo-page-wrapper .mic-chip {
  background: #fff;
  border: 1px solid #A7F3D0;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  color: #047857;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.combo-page-wrapper .mic-chip__x {
  cursor: pointer;
  color: #10B981;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.combo-page-wrapper .mic-chip__x:hover {
  color: #EF4444;
}
.combo-page-wrapper .mic-add-grp {
  width: 100%;
  background: #fff;
  border: 2px dashed #E2E8F0;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: left;
  margin-top: 0;
}
.combo-page-wrapper .mic-add-grp:hover {
  border-color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-add-grp__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #F1F5F9;
  border: 1.5px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #64748B;
  transition: all 0.18s ease;
}
.combo-page-wrapper .mic-add-grp:hover .mic-add-grp__icon {
  background: #EFF6FF;
  border-color: #2563EB;
  color: #2563EB;
}
.combo-page-wrapper .mic-add-grp__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.combo-page-wrapper .mic-add-grp__sub {
  display: block;
  font-size: 12.5px;
  color: #64748B;
  margin-top: 2px;
}
.combo-page-wrapper .mic-group {
  border: 1.5px solid #E2E8F0;
  border-radius: 14px;
  margin-bottom: 0;
  background: #fff;
  overflow: hidden;
}
.combo-page-wrapper .mic-group__head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  background: linear-gradient(135deg, #F8FAFC, #F1F5F9);
  border-bottom: 1.5px solid #E2E8F0;
}
.combo-page-wrapper .mic-group__name {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 14.5px;
  font-weight: 700;
  color: #000000;
  outline: none;
}
.combo-page-wrapper .mic-group__name::-moz-placeholder {
  color: #94A3B8;
  font-weight: 400;
}
.combo-page-wrapper .mic-group__name::placeholder {
  color: #94A3B8;
  font-weight: 400;
}
.combo-page-wrapper .mic-group__del {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  transition: all 0.13s ease;
  flex-shrink: 0;
}
.combo-page-wrapper .mic-group__del:hover {
  background: #FEF2F2;
  color: #EF4444;
}
.combo-page-wrapper .mic-group__body {
  padding: 18px;
}
.combo-page-wrapper .mic-group__drag {
  flex-shrink: 0;
  cursor: grab;
  color: #94A3B8;
  font-size: 18px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 2px;
  touch-action: none;
}
.combo-page-wrapper .mic-group__drag:active {
  cursor: grabbing;
}
.combo-page-wrapper .mic-group__drag:hover {
  color: #2563EB;
}
.combo-page-wrapper .mic-group__name--ro {
  flex: 1;
  font-size: 14.5px;
  font-weight: 700;
  color: #000000;
}
.combo-page-wrapper .mic-group__badge {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  background: #EDE9FE;
  color: #5B21B6;
}
.combo-page-wrapper .mic-group__use {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border: 1.5px solid #2563EB;
  border-radius: 8px;
  background: #fff;
  color: #2563EB;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.14s ease;
}
.combo-page-wrapper .mic-group__use:hover {
  background: #2563EB;
  color: #fff;
}
.combo-page-wrapper .mic-group--ro .mic-minmax__inp, .combo-page-wrapper .mic-group--ro .mic-ch__inp, .combo-page-wrapper .mic-group--ro .mic-custom-val__inp {
  background: #F8FAFC;
  color: #64748B;
  cursor: default;
}
.combo-page-wrapper .mic-group--ro .mic-disc--ro .mic-pill {
  cursor: default;
  pointer-events: none;
  opacity: 0.95;
}
.combo-page-wrapper .mic-group--browse {
  box-shadow: var(--sh-xs, 0 1px 2px rgba(0, 0, 0, 0.05));
}
.combo-page-wrapper .mic-group-placeholder {
  border: 1.5px dashed #2563EB;
  background: #EFF6FF;
  border-radius: 14px;
  margin-bottom: 14px;
  visibility: visible !important;
}
.combo-page-wrapper #gc-group-list,
.combo-page-wrapper #mic-group-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.combo-page-wrapper #gc-group-list:empty,
.combo-page-wrapper #mic-group-list:empty {
  display: none;
}
.combo-page-wrapper .mic-grp-chooser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 4px;
}
@media (max-width: 910px) {
  .combo-page-wrapper .mic-grp-chooser {
    grid-template-columns: 1fr;
  }
}
.combo-page-wrapper .mic-chooser-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  width: 100%;
  background: #fff;
  border: 2px dashed #E2E8F0;
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  transition: all 0.18s ease;
}
.combo-page-wrapper .mic-chooser-opt:hover {
  border-color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-chooser-opt.active {
  border-style: solid;
  border-color: #2563EB;
  background: #EFF6FF;
  box-shadow: 0 0 0 1px #2563EB;
}
.combo-page-wrapper .mic-chooser-opt__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #F1F5F9;
  border: 1.5px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #64748B;
  transition: all 0.18s ease;
}
.combo-page-wrapper .mic-chooser-opt:hover .mic-chooser-opt__icon, .combo-page-wrapper .mic-chooser-opt.active .mic-chooser-opt__icon {
  background: #fff;
  border-color: #2563EB;
  color: #2563EB;
}
.combo-page-wrapper .mic-chooser-opt__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.combo-page-wrapper .mic-chooser-opt__sub {
  display: block;
  font-size: 12.5px;
  color: #64748B;
  margin-top: 2px;
}
.combo-page-wrapper .mic-existing-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  background: #F8FAFC;
}
.combo-page-wrapper .mic-existing-panel__head {
  margin-bottom: 12px;
}
.combo-page-wrapper .mic-existing-panel__title {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #000000;
}
.combo-page-wrapper .mic-existing-panel__hint {
  display: block;
  font-size: 12px;
  color: #64748B;
  margin-top: 2px;
}
.combo-page-wrapper .mic-existing-panel__foot {
  margin-top: 14px;
  display: flex;
  justify-content: flex-end;
}
.combo-page-wrapper .mic-existing-panel .mic-group {
  background: #fff;
}
.combo-page-wrapper .mic-existing-panel .mic-group:last-child {
  margin-bottom: 0;
}
.combo-page-wrapper .mic-existing-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.combo-page-wrapper .mic-eg {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.14s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .mic-eg:hover {
  border-color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-eg:focus-visible {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.combo-page-wrapper .mic-eg.selected {
  border-color: #2563EB;
  background: #EFF6FF;
  box-shadow: 0 0 0 1px #2563EB;
}
.combo-page-wrapper .mic-eg__chk.ps-checkbox-container {
  flex-shrink: 0;
  padding-left: 20px;
  min-height: 20px;
  margin: 0;
}
.combo-page-wrapper .mic-eg__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.combo-page-wrapper .mic-eg__name {
  font-size: 13.5px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.combo-page-wrapper .mic-eg__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #64748B;
}
.combo-page-wrapper .mic-eg__meta-i b {
  color: #000000;
  font-weight: 700;
}
.combo-page-wrapper .mic-eg__meta-sep {
  color: #CBD5E1;
}
.combo-page-wrapper .mic-minmax {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding: 12px 14px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  margin-bottom: 18px;
}
.combo-page-wrapper .mic-minmax__lbl {
  font-size: 12.5px;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}
.combo-page-wrapper .mic-minmax__inp {
  width: 56px;
  padding: 5px 7px;
  border: 1.5px solid #E2E8F0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  outline: none;
  color: #2563EB;
}
.combo-page-wrapper .mic-minmax__inp:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.combo-page-wrapper .mic-minmax__sep {
  color: #94A3B8;
}
.combo-page-wrapper .mic-minmax__hint {
  font-size: 12px;
  color: #94A3B8;
}
.combo-page-wrapper .mic-disc {
  margin-bottom: 1rem;
}
.combo-page-wrapper .mic-disc__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #64748B;
  margin-bottom: 9px;
}
.combo-page-wrapper .mic-disc__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.combo-page-wrapper .mic-disc__sep {
  width: 1px;
  height: 20px;
  background: #E2E8F0;
}
.combo-page-wrapper .mic-pill {
  padding: 5px 13px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px solid #E2E8F0;
  color: #64748B;
  background: #fff;
  transition: all 0.14s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .mic-pill:hover, .combo-page-wrapper .mic-pill.on {
  border-color: #F59E0B;
  color: #92400E;
  background: #FEF3C7;
}
.combo-page-wrapper .mic-pill--decide:hover, .combo-page-wrapper .mic-pill--decide.on {
  border-color: #7C3AED;
  color: #7C3AED;
  background: #F5F3FF;
}
.combo-page-wrapper .mic-custom-val {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
  padding: 11px 14px;
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  border-radius: 8px;
}
.combo-page-wrapper .mic-custom-val__lbl {
  font-size: 12.5px;
  font-weight: 600;
  color: #92400E;
  white-space: nowrap;
}
.combo-page-wrapper .mic-custom-val__inp {
  width: 90px;
  padding: 6px 10px;
  border: 1.5px solid #FCD34D;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #92400E;
  background: #fff;
  outline: none;
  text-align: center;
}
.combo-page-wrapper .mic-custom-val__unit {
  font-size: 12.5px;
  font-weight: 600;
  color: #92400E;
}
.combo-page-wrapper .mic-custom-val--flat {
  background: #EFF6FF;
  border-color: #BFDBFE;
}
.combo-page-wrapper .mic-custom-val--flat .mic-custom-val__lbl, .combo-page-wrapper .mic-custom-val--flat .mic-custom-val__unit {
  color: #1E40AF;
}
.combo-page-wrapper .mic-custom-val--flat .mic-custom-val__inp {
  border-color: #BFDBFE;
  color: #1E40AF;
}
.combo-page-wrapper .mic-note {
  padding: 0.625rem 0.813rem;
  border-radius: 0.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.combo-page-wrapper .mic-note--pct {
  background: #FEF3C7;
  border: 1px solid #FCD34D;
  color: #92400E;
}
.combo-page-wrapper .mic-note--flat {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  color: #1E40AF;
}
.combo-page-wrapper .mic-note--dec {
  background: #F5F3FF;
  border: 1px solid #DDD6FE;
  color: #4C1D95;
}
.combo-page-wrapper .mic-gdiv {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #94A3B8;
  margin-bottom: 13px;
}
.combo-page-wrapper .mic-gdiv::before, .combo-page-wrapper .mic-gdiv::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #E2E8F0;
}
.combo-page-wrapper .mic-gi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 9px;
}
.combo-page-wrapper .mic-gi {
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  background: #fff;
}
.combo-page-wrapper .mic-gi:hover {
  border-color: #2563EB;
}
.combo-page-wrapper .mic-gi__name {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  padding-right: 16px;
}
.combo-page-wrapper .mic-gi__prices {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.combo-page-wrapper .mic-gi__orig {
  font-size: 11.5px;
  color: #94A3B8;
  text-decoration: line-through;
}
.combo-page-wrapper .mic-gi__new {
  font-size: 14px;
  font-weight: 700;
  color: #2563EB;
}
.combo-page-wrapper .mic-gi__tag {
  font-size: 10px;
  font-weight: 700;
  background: #ECFDF5;
  color: #065F46;
  padding: 1px 6px;
  border-radius: 20px;
}
.combo-page-wrapper .mic-gi__ch {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 5px;
  font-style: italic;
}
.combo-page-wrapper .mic-gi__remove {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FEF2F2;
  border: none;
  cursor: pointer;
  color: #EF4444;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.14s ease;
}
.combo-page-wrapper .mic-gi:hover .mic-gi__remove {
  opacity: 1;
}
.combo-page-wrapper .mic-add-item {
  border: 2px dashed #E2E8F0;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #94A3B8;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.16s ease;
  min-height: 76px;
}
.combo-page-wrapper .mic-add-item:hover {
  border-color: #2563EB;
  color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-add-row {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 1.5px dashed #E2E8F0;
  background: transparent;
  color: #64748B;
  transition: all 0.16s ease;
  align-self: flex-start;
  width: -moz-max-content;
  width: max-content;
}
.combo-page-wrapper .mic-add-row:hover {
  border-color: #2563EB;
  color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-decide-wrap {
  overflow-x: auto;
  margin-bottom: 11px;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
}
.combo-page-wrapper .mic-decide {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
}
.combo-page-wrapper .mic-decide th {
  background: #F8FAFC;
  padding: 9px 11px;
  font-size: 11.5px;
  font-weight: 700;
  color: #64748B;
  text-align: left;
  border-bottom: 1.5px solid #E2E8F0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.combo-page-wrapper .mic-decide td {
  padding: 9px 11px;
  border-bottom: 1px solid #E2E8F0;
  vertical-align: middle;
}
.combo-page-wrapper .mic-decide tr:last-child td {
  border-bottom: none;
}
.combo-page-wrapper .mic-decide tr:hover td {
  background: #F8FAFC;
}
.combo-page-wrapper .mic-decide th:first-child, .combo-page-wrapper .mic-decide td:first-child {
  position: sticky;
  left: 0;
  min-width: 180px;
  background: #fff;
  box-shadow: 2px 0 4px -2px rgba(0, 0, 0, 0.08);
}
.combo-page-wrapper .mic-decide th:first-child {
  background: #F8FAFC;
  z-index: 3;
}
.combo-page-wrapper .mic-decide td:first-child {
  z-index: 1;
}
.combo-page-wrapper .mic-decide tr:hover td:first-child {
  background: #F8FAFC;
}
.combo-page-wrapper .mic-td-nm {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}
.combo-page-wrapper .mic-td-og {
  font-size: 11px;
  color: #94A3B8;
}
.combo-page-wrapper .mic-td-opr {
  font-size: 12px;
  color: #64748B;
  font-weight: 500;
  white-space: nowrap;
}
.combo-page-wrapper .mic-ch__sym {
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
  line-height: 1;
  flex-shrink: 0;
}
.combo-page-wrapper .mic-ch {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.combo-page-wrapper .mic-ch .mic-ch__sym {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
.combo-page-wrapper .mic-ch__inp {
  width: 80px;
  padding: 5px 6px 5px 18px;
  border: 1.5px solid #E2E8F0;
  border-radius: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #000000;
  outline: none;
}
.combo-page-wrapper .mic-ch__inp:focus {
  border-color: #2563EB;
  color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .mic-td-del {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.13s ease;
}
.combo-page-wrapper .mic-td-del:hover {
  background: #FEF2F2;
  color: #EF4444;
}
.combo-page-wrapper .gc-item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.combo-page-wrapper .gc-li__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  gap: 12px;
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.combo-page-wrapper .gc-li__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.combo-page-wrapper .gc-li__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.combo-page-wrapper .gc-li__name {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.combo-page-wrapper .gc-li__sub {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 2px;
}
.combo-page-wrapper .gc-li__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
}
.combo-page-wrapper .gc-li__charge-lbl {
  font-size: 11px;
  color: #94A3B8;
}
.combo-page-wrapper .gc-li__charge-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.combo-page-wrapper .gc-li__prefix {
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
}
.combo-page-wrapper .gc-li__price-val {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.combo-page-wrapper .gc-li__inp-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.combo-page-wrapper .gc-li__inp-wrap .mic-ch__sym {
  position: absolute;
  left: 7px;
  top: 52%;
  transform: translateY(-50%);
}
.combo-page-wrapper .gc-li__inp {
  width: 100px;
  height: 30px;
  padding: 0 6px 0 26px;
  text-align: left;
  border: 1.5px solid #D1D5DB;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  outline: none;
  -moz-appearance: textfield;
}
.combo-page-wrapper .gc-li__inp::-webkit-outer-spin-button, .combo-page-wrapper .gc-li__inp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.combo-page-wrapper .gc-li__inp:focus {
  border-color: #2563EB;
}
.combo-page-wrapper .gc-li__del {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.13s ease;
  padding: 0;
}
.combo-page-wrapper .gc-li__del:hover {
  background: #FEF2F2;
  color: #EF4444;
}
.combo-page-wrapper .gc-li__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 600;
  color: #64748B;
  border: 1.5px dashed #E2E8F0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.16s ease;
}
.combo-page-wrapper .gc-li__add-btn:hover {
  border-color: #2563EB;
  color: #2563EB;
  background: #EFF6FF;
}

@keyframes comboPickerIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-5px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.mic-picker {
  position: fixed;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-top: 3px solid #2563EB;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 6px -2px rgba(0, 0, 0, 0.07), 0 16px 40px -4px rgba(0, 0, 0, 0.13);
  z-index: 111;
  width: 300px;
  max-height: 360px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: comboPickerIn 0.14s cubic-bezier(0.2, 0, 0.15, 1) both;
  transform-origin: top left;
}
.mic-picker__search {
  padding: 10px 10px 8px;
  border-bottom: 1px solid #F1F5F9;
}
.mic-picker__search input {
  width: 100%;
  padding: 7px 10px 7px 30px;
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  background: #F8FAFC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 8px center;
  transition: border-color 0.15s, background-color 0.15s, box-shadow 0.15s;
}
.mic-picker__search input::-moz-placeholder {
  color: #94A3B8;
}
.mic-picker__search input::placeholder {
  color: #94A3B8;
}
.mic-picker__search input:focus {
  border-color: #2563EB;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.mic-picker__list {
  overflow-y: auto;
  padding: 6px;
  flex: 1;
}
.mic-picker__list::-webkit-scrollbar {
  width: 4px;
}
.mic-picker__list::-webkit-scrollbar-track {
  background: transparent;
}
.mic-picker__list::-webkit-scrollbar-thumb {
  background: #E2E8F0;
  border-radius: 4px;
}
.mic-picker__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.1s;
}
.mic-picker__row:hover {
  background: #EFF6FF;
}
.mic-picker__row:hover .mic-picker__nm {
  color: #1D4ED8;
}
.mic-picker__row:hover .mic-picker__pr {
  background: #DBEAFE;
  color: #1D4ED8;
}
.mic-picker__nm {
  font-size: 13px;
  font-weight: 500;
  color: #0F172A;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  transition: color 0.1s;
}
.mic-picker__cat {
  color: #94A3B8;
  font-size: 11px;
  margin-left: 18px;
}
.mic-picker__pr {
  font-size: 11.5px;
  font-weight: 600;
  color: #475569;
  background: #F1F5F9;
  padding: 2px 7px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.1s, color 0.1s;
}
.mic-picker__empty {
  padding: 28px 18px;
  text-align: center;
  font-size: 13px;
  color: #94A3B8;
}
.mic-picker__empty::before {
  content: "🔍";
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.combo-page-wrapper .mic-callout--teal {
  background: #F0FDFA;
  border: 1px solid #99F6E4;
}
.combo-page-wrapper .mic-callout--teal .mic-callout__body {
  color: #0F766E;
}
.combo-page-wrapper .mic-callout--teal .mic-callout__title {
  color: #0D9488;
}

.combo-page-wrapper .fixed-combo-only .mic-disc, .combo-page-wrapper .fixed-combo-only .mic-note {
  margin-bottom: 0;
}
.combo-page-wrapper .fi-table-wrap {
  overflow-x: auto;
  margin-bottom: 0.35rem;
  border: 1.5px solid #E2E8F0;
  border-radius: 0.625rem;
}
.combo-page-wrapper .fi-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  overflow: hidden;
  min-width: 540px;
}
.combo-page-wrapper .fi-table th {
  background: #F8FAFC;
  padding: 10px 14px;
  font-size: 11.5px;
  font-weight: 700;
  color: #64748B;
  text-align: left;
  border-bottom: 1.5px solid #E2E8F0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.combo-page-wrapper .fi-table th.mic-col-item {
  width: 45%;
}
.combo-page-wrapper .fi-table th.mic-col-qty {
  width: 20%;
  text-align: center;
}
.combo-page-wrapper .fi-table th.mic-col-price {
  width: 25%;
  text-align: right;
}
.combo-page-wrapper .fi-table th.mic-col-action {
  width: 10%;
  text-align: center;
}
.combo-page-wrapper .fi-table td {
  padding: 11px 14px;
  border-bottom: 1px solid #E2E8F0;
  vertical-align: middle;
}
.combo-page-wrapper .fi-table tr:last-child td {
  border-bottom: none;
}
.combo-page-wrapper .fi-table tr:hover td {
  background: #F8FAFC;
}
.combo-page-wrapper .fi-empty-row {
  text-align: center;
  padding: 28px !important;
  color: #94A3B8;
  font-size: 13px;
}
.combo-page-wrapper .fi-item-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #0F172A;
}
.combo-page-wrapper .fi-item-cat {
  font-size: 11.5px;
  color: #94A3B8;
  margin-top: 2px;
}
.combo-page-wrapper .fi-qty-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.combo-page-wrapper .fi-qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1.5px solid #E2E8F0;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748B;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.13s;
  line-height: 1;
}
.combo-page-wrapper .fi-qty-btn:hover {
  border-color: #2563EB;
  color: #2563EB;
  background: #EFF6FF;
}
.combo-page-wrapper .dietary-icon {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.combo-page-wrapper .dietary-icon--veg svg {
  display: block;
}
.combo-page-wrapper .dietary-icon--nonveg svg {
  display: block;
}
.combo-page-wrapper .dietary-icon--egg svg {
  display: block;
}
.combo-page-wrapper .fi-qty-val {
  width: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #0F172A;
}
.combo-page-wrapper .fi-price-std {
  font-size: 13px;
  color: #64748B;
  white-space: nowrap;
}
.combo-page-wrapper .fi-price-inp-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.combo-page-wrapper .fi-price-inp-wrap .fi-rupee {
  position: absolute;
  left: 8px;
  color: #6b7280;
  font-size: 13px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.combo-page-wrapper .fi-price-inp-wrap .fi-price-inp {
  padding-left: 20px !important;
}
.combo-page-wrapper .fi-price-inp {
  width: 100%;
  padding: 6px 10px;
  border: 1.5px solid #E2E8F0;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #0F172A;
  outline: none;
  transition: all 0.13s;
  text-align: right;
  font-family: inherit;
  background: #fff;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.combo-page-wrapper .fi-price-inp::-webkit-outer-spin-button, .combo-page-wrapper .fi-price-inp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.combo-page-wrapper .fi-price-inp:focus {
  border-color: #2563EB;
  color: #2563EB;
  background: #EFF6FF;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.combo-page-wrapper .fi-del-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.13s;
}
.combo-page-wrapper .fi-del-btn svg {
  width: 13px;
  height: 13px;
}
.combo-page-wrapper .fi-del-btn:hover {
  background: #FEF2F2;
  color: #EF4444;
}
.combo-page-wrapper .fi-pricing-bar {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 16px;
}
.combo-page-wrapper .fi-pricing-cell {
  flex: 1;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid #E2E8F0;
  background: #fff;
}
.combo-page-wrapper .fi-pricing-cell:last-child {
  border-right: none;
}
.combo-page-wrapper .fi-pricing-cell--highlight {
  background: #ECFDF5;
}
.combo-page-wrapper .fi-pricing-cell--savings {
  background: #ECFDF5;
}
.combo-page-wrapper .fi-pricing-lbl {
  font-size: 11.5px;
  font-weight: 600;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.combo-page-wrapper .fi-pricing-val {
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
}
.fi-pricing-cell--highlight .combo-page-wrapper .fi-pricing-val, .fi-pricing-cell--savings .combo-page-wrapper .fi-pricing-val {
  color: #10B981;
}
.combo-page-wrapper .fi-pricing-sub {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 2px;
}
.combo-page-wrapper .gc-gi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 9px;
  margin-bottom: 11px;
}
.combo-page-wrapper .gc-gi {
  border: 1.5px solid #E2E8F0;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  background: #fff;
  transition: border-color 0.14s;
}
.combo-page-wrapper .gc-gi:hover {
  border-color: #2563EB;
}
.combo-page-wrapper .gc-gi__name {
  font-size: 13px;
  font-weight: 600;
  color: #0F172A;
}
.combo-page-wrapper .gc-gi__cat {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 2px;
  margin-bottom: 3px;
}
.combo-page-wrapper .gc-gi__price {
  font-size: 13.5px;
  font-weight: 700;
  color: #2563EB;
}
.combo-page-wrapper .gc-gi__remove {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #FEF2F2;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EF4444;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.14s;
}
.combo-page-wrapper .gc-gi:hover .gc-gi__remove {
  opacity: 1;
}

.combo-page-wrapper .standard-combo-only.is-pe-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.combo-page-wrapper input.form-input.cmb-lk,
.combo-page-wrapper textarea.form-textarea.cmb-lk {
  background: #F8FAFC;
  color: #64748B;
  cursor: not-allowed;
}
.combo-page-wrapper .cmb-logo-li {
  list-style: none;
  float: left;
}
.combo-page-wrapper .cmb-logo-img {
  height: 100px;
}
.combo-page-wrapper .cmb-logo-del {
  margin-top: 69px;
  cursor: pointer;
}
.combo-page-wrapper .cmb-hidden {
  display: none;
}
.combo-page-wrapper .cmb-minw0 {
  min-width: 0;
}
.combo-page-wrapper .cmb-ml5 {
  margin-left: 5px;
}
.combo-page-wrapper .cmb-ml6 {
  margin-left: 6px;
}
.combo-page-wrapper .cmb-mb0 {
  margin-bottom: 0;
}
.combo-page-wrapper .cmb-mt8-block {
  margin-top: 8px;
  display: block;
}
.combo-page-wrapper .cmb-text-center {
  text-align: center;
}
.combo-page-wrapper .cmb-text-right {
  text-align: right;
}
.combo-page-wrapper .cmb-select-placeholder {
  color: #999;
}
.combo-page-wrapper .cmb-flex-start-5 {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.combo-page-wrapper .cmb-flex-center-4 {
  display: flex;
  align-items: center;
  gap: 4px;
}
.combo-page-wrapper .new-category-box {
  display: flex;
  gap: 5px;
  align-items: center;
}
.combo-page-wrapper .cmb-source-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #E2E8F0;
}
.combo-page-wrapper .cmb-source-pick {
  flex: 1 1 260px;
  min-width: 0;
}
.combo-page-wrapper .cmb-source-search {
  flex: 1 1 320px;
  min-width: 0;
}
.combo-page-wrapper .cmb-source-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #94A3B8;
}
.combo-page-wrapper .cmb-srch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 0 10px;
  background: #fff;
}
.combo-page-wrapper .cmb-srch__field {
  border: none;
  box-shadow: none;
  flex: 1;
  min-width: 0;
  padding: 9px 0;
  background: transparent;
}
.combo-page-wrapper .cmb-srch__field:focus {
  outline: none;
  box-shadow: none;
}
.combo-page-wrapper .cmb-srch__results {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 290px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  box-shadow: 0 8px 24px -8px rgba(15, 23, 42, 0.25);
}
.combo-page-wrapper .cmb-srch__opt {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #F1F5F9;
}
.combo-page-wrapper .cmb-srch__opt:last-child {
  border-bottom: none;
}
.combo-page-wrapper .cmb-srch__opt:hover {
  background: #F8FAFC;
}
.combo-page-wrapper .cmb-srch__opt.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.combo-page-wrapper .cmb-srch__opt.is-disabled:hover {
  background: #FFF7ED;
}
.combo-page-wrapper .cmb-srch__dot {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 2px solid #16A34A;
  flex: 0 0 auto;
}
.combo-page-wrapper .cmb-srch__dot--2 {
  border-color: #DC2626;
}
.combo-page-wrapper .cmb-srch__dot--24 {
  border-color: #CA8A04;
}
.combo-page-wrapper .cmb-srch__nm {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
}
.combo-page-wrapper .cmb-srch__title {
  font-size: 13px;
  font-weight: 600;
  color: #1E293B;
}
.combo-page-wrapper .cmb-srch__cat {
  font-size: 11px;
  color: #94A3B8;
}
.combo-page-wrapper .cmb-srch__price {
  font-size: 12px;
  font-weight: 600;
  color: #0F172A;
  flex: 0 0 auto;
}
.combo-page-wrapper .cmb-srch__tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #C2410C;
  background: #FFEDD5;
  padding: 2px 6px;
  border-radius: 4px;
  flex: 0 0 auto;
}
.combo-page-wrapper .cmb-srch__msg {
  padding: 12px;
  text-align: center;
  color: #94A3B8;
  font-size: 12px;
}
.combo-page-wrapper .cmb-conv-selected {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #A7F3D0;
  background: #ECFDF5;
  border-radius: 8px;
}
.combo-page-wrapper .cmb-conv-selected__nm {
  font-size: 13px;
  font-weight: 600;
  color: #065F46;
  flex: 1;
  min-width: 0;
}
.combo-page-wrapper .cmb-conv-selected__chg {
  font-size: 12px;
  font-weight: 600;
  color: #2563EB;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  flex: 0 0 auto;
}
.combo-page-wrapper .gc-base-decide th.gc-base-col:first-child,
.combo-page-wrapper .gc-base-decide td.gc-base-col:first-child,
.combo-page-wrapper .gc-base-decide tr:hover td.gc-base-col:first-child {
  background: #F0F7FF;
  border-left: 3px solid #2563EB;
  box-shadow: 2px 0 4px -2px rgba(37, 99, 235, 0.25);
}
.combo-page-wrapper .gc-base-decide th.gc-base-col:first-child {
  color: #2563EB;
}
.combo-page-wrapper .gc-base-decide td.gc-base-col .mic-ch__inp {
  border-color: #2563EB;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.15);
}
.combo-page-wrapper .gc-base-decide .gc-base-col__tag {
  display: block;
  font-size: 10px;
  font-weight: 800;
  color: #2563EB;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
.combo-page-wrapper .mic-base-banner {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  margin: 0 0 14px;
  border: 1px solid #A7F3D0;
  background: #ECFDF5;
  border-radius: 8px;
  color: #065F46;
}
.combo-page-wrapper .mic-base-banner__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.combo-page-wrapper .mic-base-banner__label {
  font-size: 12px;
  font-weight: 500;
  color: #047857;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.combo-page-wrapper .mic-base-banner__name {
  font-size: 14px;
  font-weight: 600;
  color: #064E3B;
}
.combo-page-wrapper .mic-base-banner__price {
  color: #059669;
  font-weight: 500;
  margin-left: 6px;
}
.combo-page-wrapper .mic-base-banner__meta {
  color: #6B7280;
  font-weight: 400;
  font-size: 12px;
  margin-left: 6px;
}

/* Menu sync banner (Elements/menu_sync_date.ctp) */
@keyframes msb-icon-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.menu-sync-banner {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid #F0D9A6;
  border-radius: 12px;
  background: linear-gradient(180deg, #FFFDF7 0%, #FFF7E8 100%);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  position: relative;
}
.menu-sync-banner.is-ho {
  background: none;
  border: #FFF;
}
.menu-sync-banner .msb-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #FCE3B6;
  color: #DC9203;
}
.menu-sync-banner .msb-icon.is-spinning svg {
  animation: msb-icon-spin 1s linear infinite;
}
.menu-sync-banner .msb-content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-sync-banner .msb-title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #B54708;
  line-height: 12px;
}
.menu-sync-banner .msb-time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #A9793C;
}
.menu-sync-banner .msb-time svg {
  opacity: 0.85;
}
.menu-sync-banner .msb-desc {
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  color: #96703B;
}
.menu-sync-banner .msb-desc strong {
  font-weight: 600;
  color: #7A5A2E;
}
.menu-sync-banner .msb-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 0;
  border-radius: 8px;
  background: #DC9203;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}
.menu-sync-banner .msb-btn:hover {
  background: #C07E02;
  box-shadow: 0 2px 6px rgba(184, 124, 2, 0.28);
}
.menu-sync-banner .msb-btn:hover svg {
  transform: rotate(-180deg);
}
.menu-sync-banner .msb-btn:active {
  transform: translateY(1px);
}
.menu-sync-banner .msb-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.menu-sync-banner .msb-btn svg {
  transition: transform 0.5s ease;
}
.menu-sync-banner .msb-close {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #B08A3A;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.menu-sync-banner .msb-close:hover {
  background: rgba(220, 146, 3, 0.12);
  color: #B54708;
}
.menu-sync-banner {
  /* Fresh / up-to-date state -> green success palette */
}
.menu-sync-banner.is-fresh {
  border-color: #A6E4C0;
  background: linear-gradient(180deg, #F7FEFA 0%, #ECFDF3 100%);
}
.menu-sync-banner.is-fresh .msb-icon {
  background: #D1FADF;
  color: #067647;
}
.menu-sync-banner.is-fresh .msb-title {
  color: #067647;
}
.menu-sync-banner.is-fresh .msb-time {
  color: #4A7C63;
}
.menu-sync-banner.is-fresh .msb-desc {
  color: #4A7C63;
}
.menu-sync-banner.is-fresh .msb-desc strong {
  color: #3B6650;
}
.menu-sync-banner.is-fresh .msb-close {
  color: #5F9C7E;
}
.menu-sync-banner.is-fresh .msb-close:hover {
  background: rgba(6, 118, 71, 0.1);
  color: #067647;
}
@media (max-width: 640px) {
  .menu-sync-banner {
    flex-wrap: wrap;
    gap: 10px 12px;
  }
  .menu-sync-banner .msb-content {
    flex: 1 1 60%;
  }
  .menu-sync-banner .msb-btn {
    order: 3;
    flex: 1 1 auto;
    justify-content: center;
  }
  .menu-sync-banner .msb-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.ai-menu-fanybox .grid-container {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  margin: 10px auto;
  grid-template-columns: 1fr;
}
@media (max-width: 910px) {
  .ai-menu-fanybox .grid-container .grid-item.border-right {
    border-right: 0 !important;
    border-bottom: 1px solid #cacaca !important;
  }
}
@media (max-width: 910px) {
  .ai-menu-fanybox .grid-container .grid-item.text-right {
    text-align: left !important;
  }
}
.ai-menu-fanybox .grid-container .item1 {
  display: flex;
  align-items: top;
  gap: 8px;
}
@media (min-width: 992px) {
  .ai-menu-fanybox .grid-container .item3 {
    grid-column: span 2;
  }
}
.ai-menu-fanybox .grid-container .res-itme-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.ai-menu-fanybox .grid-container .res-itme-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ai-menu-fanybox .grid-container .preview-title-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3A84EC;
  cursor: pointer;
}
@media (min-width: 767px) {
  .ai-menu-fanybox .grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .ai-menu-fanybox .grid-container {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}
.ai-menu-fanybox .gap-2 {
  gap: 0.5rem;
}

.key-statistics-section .gap-3 {
  gap: 1rem;
}

.ai-track-tbl-wrap .ps-table-footer .ps-pagination .pagination .page-item.disabled {
  padding: 0;
}

.main-content-container {
  background-color: rgb(250, 250, 250);
}
.sidebar-closed:not(.horizontal) .sidebar:not(:hover) {
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .sidebar-closed:not(.horizontal) .sidebar:not(:hover) {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .sidebar-closed .sidebar,
  .sidebar-closed .sidebar:not(:hover) {
    height: 0;
    width: calc(100% - 30px);
    bottom: 20px;
    left: 5px;
    transform: translate3d(0, 0, 0);
  }
}
.sidebar-closed .sidebar-dropdown > a::after {
  visibility: hidden;
  opacity: 0;
}

.sidebar-dropdown > a {
  position: relative;
}
.sidebar-dropdown > a::after {
  visibility: hidden;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 25px;
  top: 16px;
  font-size: var(--font14);
}
.sidebar-dropdown:not(:has(> .sidebar-submenu)) > a::after {
  display: none !important;
}

.version-text {
  margin: 0;
  padding: 0;
  color: #646464;
  font-size: 0.688rem;
}
@media (max-width: 767px) {
  .version-text {
    padding-left: 3.5rem;
  }
}

.sidebar {
  overflow: hidden;
  display: block;
  width: 51px;
  position: fixed;
  left: 0;
  top: 0px;
  bottom: 0px;
  background: #F8F8F8;
  z-index: 1040;
  font-size: 0.875rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.08);
  transition: width 0.5s ease;
  overflow-y: auto;
}
.sidebar.admin-sidebar {
  top: 56px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .sidebar.admin-sidebar {
    top: 50px;
  }
}
.sidebar .left-menu-logo {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  height: 56px;
  gap: 14px;
  border-bottom: 1px solid #D2D6DB;
  margin-bottom: 4px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .sidebar .left-menu-logo {
    display: none;
  }
}
.sidebar .left-menu-logo #header_dashboard_logo {
  display: flex;
  gap: 10px;
}
.sidebar .left-menu-logo #header_dashboard_logo .smartQlogo {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1024px) {
  .sidebar .left-menu-logo #header_dashboard_logo .smartQlogo {
    display: none;
  }
}
.sidebar .left-menu-logo .navbar-brand-collapsed {
  display: none;
  align-items: center;
  justify-content: center;
}
.sidebar .left-menu-logo .navbar-brand-collapsed .collapsed-logo {
  height: 32px;
  width: 32px;
  max-width: 100%;
}
.sidebar .left-menu-logo .c-hamburger {
  width: 32px;
  height: 32px;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.sidebar .left-menu-logo .c-hamburger:hover {
  background-color: #F2F2F2;
}
.sidebar .left-menu-logo .menu-toggle {
  margin-right: 8px;
}
.sidebar .left-menu-logo .btn-sm {
  vertical-align: baseline;
  border: 1px solid transparent;
  padding: 0;
}
@media (max-width: 767px) {
  .sidebar .left-menu-logo .btn-sm {
    margin-top: 1px;
  }
}
.sidebar .left-menu-logo .btn-sm.web-view {
  display: inline-block;
  overflow: inherit;
}
@media (max-width: 767px) {
  .sidebar .left-menu-logo .btn-sm.web-view {
    display: none;
  }
}
.sidebar .left-menu-logo .btn-sm.mob-view {
  display: none;
}
@media (max-width: 767px) {
  .sidebar .left-menu-logo .btn-sm.mob-view {
    display: block;
    overflow: inherit;
  }
}
.sidebar .left-menu-logo .navbar-brand {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sidebar .left-menu-logo .navbar-brand {
    margin-right: 0;
    padding-top: 0;
    top: -2px;
    position: relative;
  }
}
.sidebar .left-menu-logo .main-logo {
  margin-top: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
  height: 60px;
  padding: 13px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sidebar .left-menu-logo .main-logo {
    vertical-align: inherit;
    margin-top: 0;
    height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .sidebar .left-menu-logo .main-logo {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar {
    top: 0px;
    width: 0;
    display: none;
    transition: width 0.5s ease;
    z-index: 50;
  }
}
.sidebar:hover {
  width: 305px;
}
.sidebar:hover .sidebar-dropdown > a::after {
  visibility: visible;
  opacity: 1;
  animation: fadeInUp 0s ease-in-out 0s forwards;
  animation-delay: 0s;
}
.sidebar:hover .scrollbar-track-y,
.sidebar:hover .scrollbar-thumb {
  width: 7px;
}
.sidebar[data-scrollbar] {
  position: absolute;
}
.sidebar div,
.sidebar span,
.sidebar ul,
.sidebar li,
.sidebar a,
.sidebar i {
  transition: all 0.2s linear;
}
.sidebar svg {
  width: 30px;
}
@media (max-width: 1367px) {
  .sidebar svg {
    height: 17px;
  }
}
.sidebar.sidebar-menu .scroll-content {
  display: flow-root;
  transform: translate3d(0, 0, 0);
}
.sidebar.sidebar-menu ul#sidebarCookie {
  min-height: calc(100vh - 51px);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sidebar.sidebar-menu ul#sidebarCookie {
    min-height: calc(100vh - 154px);
  }
}
.sidebar.sidebar-menu ul li {
  display: block;
}
.sidebar.sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 12px 7px 12px 7px;
  font-size: 0.813rem;
  color: #646464 !important;
  font-weight: 500;
  min-width: 305px;
  min-height: 44px;
  vertical-align: top;
}
@media (max-width: 1367px) {
  .sidebar.sidebar-menu ul li a {
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .sidebar.sidebar-menu ul li a {
    padding: 10px 12px 10px 7px;
    background-position: 18px 10px !important;
  }
}
.sidebar.sidebar-menu ul li a:hover {
  background-color: rgba(202, 202, 202, 0.54);
}
.sidebar.sidebar-menu ul li a.active {
  background-color: #FFECEE;
  color: #1770EE !important;
}
.sidebar.sidebar-menu ul li a svg {
  fill: #000000 !important;
}
.sidebar.sidebar-menu ul li a svg .svg-stroke-color {
  fill: none !important;
  stroke: #000000 !important;
}
.sidebar.sidebar-menu ul li a svg .svg-fill-stroke-color {
  stroke: #000000;
}
.sidebar.sidebar-menu ul li a svg .svg-fill-color {
  fill: #000000 !important;
  stroke: none !important;
}
.sidebar.sidebar-menu ul li a.active svg {
  fill: #1770EE !important;
}
.sidebar.sidebar-menu ul li a.active svg .svg-stroke-color {
  fill: none !important;
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu ul li a.active svg .svg-fill-stroke-color {
  stroke: #1770EE !important;
  fill: #1770EE !important;
}
.sidebar.sidebar-menu ul li a.active svg .svg-fill-color {
  fill: #1770EE !important;
  stroke: none !important;
}
.sidebar.sidebar-menu ul li a.active svg.svg-stroke-color-path {
  fill: none !important;
}
.sidebar.sidebar-menu ul li a.active svg.svg-stroke-color-path path {
  stroke: #1770EE !important;
}
@media (max-width: 1366px) {
  .sidebar.sidebar-menu ul li a span {
    font-size: 0.75rem !important;
    font-weight: 400;
  }
}
.sidebar.sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar.sidebar-menu ul li a .menu-title {
  vertical-align: middle;
  line-height: 1;
  background-position: 22px center;
  background-repeat: no-repeat;
  background-size: 20px;
  text-align: center;
  padding: 15px 0;
  font-size: 0.813rem;
  white-space: nowrap;
  padding-left: 8px !important;
}
.sidebar.sidebar-menu ul li a i {
  color: #646464;
  margin-right: 0;
  font-size: 0.5rem;
  width: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  margin-right: 11px !important;
}
@media (max-width: 1367px) {
  .sidebar.sidebar-menu ul li a i {
    line-height: 38px;
  }
}
.sidebar.sidebar-menu ul li.pp-apps-icon a.active svg.svg-stroke-color-path rect {
  stroke: #1770EE;
}
.sidebar.sidebar-menu ul li svg {
  fill: #000000;
}
.sidebar.sidebar-menu ul li .svg-stroke-color {
  stroke: #000000;
}
.sidebar.sidebar-menu ul li .svg-fill-stroke-none {
  fill: none !important;
  stroke: none !important;
}
.sidebar.sidebar-menu ul li .svg-stroke-color-path {
  fill: none !important;
}
.sidebar.sidebar-menu ul li .svg-stroke-color-path path {
  stroke: #000000;
}
.sidebar.sidebar-menu ul li.new-lunch a.new-lunched-title {
  color: #1361CE !important;
  font-weight: 600;
}
.sidebar.sidebar-menu ul li.insight-sidebar-menu-link a {
  background-color: #ffffff;
  color: #3A84EC !important;
}
.sidebar.sidebar-menu ul li.insight-sidebar-menu-link.insight-icon span.bazaar-badge.badge.badge-insight {
  position: relative;
  left: -11px;
  margin-top: 0 !important;
}
@media (max-width: 1367px) {
  .sidebar.sidebar-menu ul li.insight-sidebar-menu-link.insight-icon span.bazaar-badge.badge.badge-insight {
    position: relative;
    left: -11px;
    margin-top: 0 !important;
  }
}
.sidebar.sidebar-menu ul li.last-li-sidebar-phoneno {
  margin-top: auto;
}
.sidebar.sidebar-menu ul li.last-li-sidebar-phoneno a {
  margin-top: 40px;
  background: #FFF7F8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sidebar.sidebar-menu ul li.last-li-sidebar-phoneno a .menu-icon-box {
  border-radius: 40px;
  background: #FFF;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 8px;
  margin-right: 12px;
  top: -1px;
}
.sidebar.sidebar-menu ul li.last-li-sidebar-phoneno a .menu-icon-box svg {
  margin: 0;
  width: auto;
}
.sidebar.sidebar-menu ul li.last-li-sidebar-phoneno a .menu-title-label {
  padding: 0 10px 0 10px;
  color: #212121;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #D2D6DB;
}
.sidebar.sidebar-menu ul li.last-li-sidebar-phoneno a .menu-title {
  margin: 0;
  padding: 0 5px 0 10px;
  color: #C52031;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 767px) {
  .sidebar.sidebar-menu ul li.last-li-sidebar-phoneno a {
    margin-top: 30px;
  }
}
.sidebar.sidebar-menu ul li.insight-icon-gbp .badge-new-color {
  background-color: #ffffff;
  color: #3A84EC !important;
}
.sidebar.sidebar-menu ul li.insight-icon-gbp .badge.badge-insight {
  margin-top: 1px !important;
  margin-right: 38px;
}
.sidebar.sidebar-menu .sidebar-submenu {
  display: none;
  background-color: #F2F2F2;
  transition: transform 1s;
}
.sidebar.sidebar-menu .sidebar-submenu li {
  padding-left: 0;
  font-size: 0.813rem;
  transition: all 0.3s ease;
  display: block;
}
.sidebar.sidebar-menu .sidebar-submenu li a {
  padding-left: 24px !important;
  padding-bottom: 6px;
  padding-top: 6px;
}
@media (max-width: 1367px) {
  .sidebar.sidebar-menu .sidebar-submenu li a {
    padding-bottom: 4px;
    padding-top: 4px;
  }
}
.sidebar .scrollbar-track {
  opacity: 1 !important;
  transition-delay: 0s;
  background: rgb(222, 222, 222) !important;
}
.sidebar .scrollbar-track-x {
  display: none !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.sidebar .scrollbar-track-y {
  width: 5px;
}
.sidebar .scrollbar-thumb {
  background: #CACACA;
  border-radius: 6px;
}

.sidebar-open .sidebar {
  width: 305px;
  transition: width 0.5s ease;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .sidebar-open .sidebar {
    top: 55px;
    width: 300px;
    display: block;
    position: fixed;
    z-index: 14;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    transition: width 0.5s ease;
    padding-top: 0.25rem !important;
  }
}
.sidebar-open .sidebar .scrollbar-track-y,
.sidebar-open .sidebar .scrollbar-thumb {
  width: 7px;
}
.sidebar-open .sidebar[data-scrollbar] {
  position: absolute;
}

@media (max-width: 767px) {
  .sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 13;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transition: width 0.5s ease;
  }
}

@media (max-width: 767px) {
  .sidebar-open .sidebar-overlay-open {
    display: block;
  }
}

.sidebar.sidebar-menu.sidebar-new-ps ul li:hover {
  background-color: transparent;
  color: inherit;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a svg {
  fill: transparent !important;
  flex: none;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a svg .svg-stroke-color {
  fill: none !important;
  stroke: #979797 !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a svg .svg-fill-stroke-color {
  stroke: #979797;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a svg .svg-fill-color {
  fill: #979797 !important;
  stroke: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg {
  fill: #000000 !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg .svg-stroke-color {
  fill: none !important;
  stroke: #000000 !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg .svg-fill-stroke-color {
  stroke: #000000 !important;
  fill: #000000 !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg .svg-fill-color {
  fill: #000000 !important;
  stroke: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-stroke-color-path {
  fill: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-stroke-color-path path {
  stroke: #000000 !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-only-strock-color {
  fill: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-only-strock-color path {
  stroke: #000000;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active.ai-menu-process svg {
  fill: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.desktop-app-icon a .menu-title {
  margin-top: -9px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.desktop-app-icon a .version-text {
  position: absolute;
  bottom: 2px;
  padding-left: 36px;
  font-weight: 500;
}

.sidebar.sidebar-menu .sidebar-group-title {
  position: relative;
}
.sidebar.sidebar-menu .sidebar-group-title .add-links {
  position: absolute;
  right: 15px;
  top: 7px;
  display: inline-block;
  left: inherit;
  min-height: 0;
  padding: 0;
  width: auto;
  text-transform: capitalize;
  color: #3A84EC !important;
  animation: showArrow 500ms ease;
}
.sidebar.sidebar-menu .sidebar-group-title .add-links:hover {
  background-color: transparent;
}
.sidebar.sidebar-menu .sidebar-group-title .group-title {
  display: none;
  line-height: 20px;
}
@media (max-width: 1366px) {
  .sidebar.sidebar-menu .sidebar-group-title .group-title {
    line-height: 17px;
  }
}
.sidebar.sidebar-menu .sidebar-group-title .view-all-text {
  color: #3A84EC;
  cursor: pointer;
  padding-left: 32px;
}
.sidebar.sidebar-menu .sidebar-group-title svg {
  display: block;
  margin: 0;
  width: auto;
  fill: transparent !important;
}
.sidebar.sidebar-menu .sidebar-group-title .sidebar-single-title {
  padding: 0;
  min-height: 0;
  background: transparent;
}
.sidebar.sidebar-menu .sidebar-group-title .sidebar-single-title .group-title {
  font-weight: 600;
}
.sidebar.sidebar-menu .sidebar-group-title .sidebar-single-title:hover {
  background-color: transparent;
}

.sidebar-open .sidebar-menu ul li.sidebar-group-title .group-title {
  display: block;
  line-height: 20px;
}
@media (max-width: 1366px) {
  .sidebar-open .sidebar-menu ul li.sidebar-group-title .group-title {
    line-height: 17px;
  }
}
.sidebar-open .sidebar-menu ul li.sidebar-group-title svg {
  display: none;
}
.sidebar-open .sidebar-menu ul li.sidebar-group-title:has(~ .master__content ul li a.active), .sidebar-open .sidebar-menu ul li.sidebar-group-title:has(~ li a.active) {
  background-color: #F2F2F2;
}
.sidebar-open .sidebar-menu .sidebar-group-title .group-title {
  display: block;
  white-space: nowrap;
  line-height: 20px;
}
@media (max-width: 1366px) {
  .sidebar-open .sidebar-menu .sidebar-group-title .group-title {
    line-height: 17px;
  }
}
.sidebar-open .sidebar-menu .sidebar-group-title svg {
  display: none;
}
.sidebar-open .sidebar-menu .sidebar-menu-list {
  margin-top: 1px;
}
.sidebar-open .sidebar-menu .sidebar-menu-list > li + li {
  margin-top: 1px;
}

.sidebar.sidebar-new-ps:hover {
  width: 51px;
}

.sidebar-open .sidebar.sidebar-new-ps:hover {
  width: 250px;
}

.inventory-dashboard-wrap.inventory-common-wrapper .ps-inventory .deashboard-left-section {
  flex: 0 0 93%;
  max-width: 91%;
}
@media (max-width: 991px) {
  .inventory-dashboard-wrap.inventory-common-wrapper .ps-inventory .deashboard-left-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.sidebar.sidebar-menu.sidebar-new-ps {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
.sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo {
  flex: 0 0 auto;
}
.sidebar.sidebar-menu.sidebar-new-ps .sidebar-scroll-area {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
.sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie {
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie {
    min-height: calc(100vh - 154px);
    padding-bottom: 77px;
  }
}

.main-content-container.main-content-margin {
  margin-left: 16.5rem;
}

.sidebar.sidebar-menu.sidebar-new-ps {
  background-color: #ffffff;
  box-shadow: none;
  border-right: 1px solid #E5E5E5;
}
.sidebar.sidebar-menu.sidebar-new-ps .ps-border-bottom {
  border-bottom-color: #E5E5E5;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a {
  min-width: auto;
  font-weight: 400;
  padding: 0 6px 0 9px;
  display: flex;
  align-items: center;
  min-height: 35px;
  min-width: 35px;
  gap: 8px;
  color: #000000 !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a .menu-title {
  padding-left: 0 !important;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 200px;
  line-height: 16px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover {
  background-color: #ECF4FF;
  color: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover img:not(.swiggy-icon-sidebar) {
  filter: brightness(0) saturate(100%) invert(31%) sepia(90%) saturate(2489%) hue-rotate(206deg) brightness(96%) contrast(95%);
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover .menu-title {
  color: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover svg .svg-stroke-color {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover svg .svg-fill-stroke-color {
  stroke: #1770EE !important;
  fill: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover svg .svg-fill-color {
  fill: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover svg.svg-stroke-color-path path {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a:hover {
  border-radius: 6px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a {
  background-color: #ECF4FF;
  color: #1770EE !important;
  font-weight: 600;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a img:not(.swiggy-icon-sidebar) {
  filter: brightness(0) saturate(100%) invert(31%) sepia(90%) saturate(2489%) hue-rotate(206deg) brightness(96%) contrast(95%);
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a .menu-title {
  color: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a svg .svg-stroke-color {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a svg .svg-fill-stroke-color {
  stroke: #1770EE !important;
  fill: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a svg .svg-fill-color {
  fill: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li:has(> .sidebar-submenu li a.active) > a svg.svg-stroke-color-path path {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li ul.sidebar-submenu li a {
  padding-left: 14px !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active .menu-title {
  font-weight: 600;
  color: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active {
  background-color: #ECF4FF;
  color: #1770EE !important;
  font-weight: 600;
  border-radius: 6px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active img:not(.swiggy-icon-sidebar) {
  filter: brightness(0) saturate(100%) invert(31%) sepia(90%) saturate(2489%) hue-rotate(206deg) brightness(96%) contrast(95%);
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg .svg-stroke-color {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg .svg-fill-stroke-color {
  stroke: #1770EE !important;
  fill: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg .svg-fill-color {
  fill: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-stroke-color-path path {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-only-strock-color {
  fill: none !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li a.active svg.svg-only-strock-color path {
  stroke: #1770EE !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li {
  padding: 0 8px 0 8px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li .sidebar-submenu li {
  padding: 0;
  margin-top: 1px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.sidebar-group-title {
  padding: 8px 0 8px 8px;
  margin: 0 8px 0 8px;
  border-radius: 6px;
  min-height: 36px;
}
@media (max-width: 1366px) {
  .sidebar.sidebar-menu.sidebar-new-ps ul li.sidebar-group-title {
    min-height: 33px;
  }
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.sidebar-group-title:hover {
  background-color: #ECF4FF;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.sidebar-group-title.reports-title {
  padding: 0;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.sidebar-group-title.reports-title a {
  padding: 0 7px;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.sidebar-group-title.reports-title a span {
  font-weight: 600;
}
.sidebar.sidebar-menu.sidebar-new-ps .sidebar-dropdown > a::after {
  visibility: visible;
  opacity: 1;
  color: #979797;
  right: 13px;
  top: 9px;
}
.sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title {
  padding: 12px 0 12px 22px;
}
.sidebar.sidebar-menu.sidebar-new-ps .sidebar-dropdown.active > a::after {
  transform: rotate(90deg);
}

.hidden-items {
  display: none;
}

.hidden-items.show {
  display: block;
}

.sidebar-open .sidebar.sidebar-new-ps {
  width: 250px;
}
.sidebar-open .multipal-select-dropdown-col.wastage-date-filter-wrap.top-10-filter-dropdwon {
  margin-top: 0.5rem;
}

.sidebar.sidebar-new-ps {
  z-index: 998;
}
.sidebar.sidebar-new-ps .sidebar-submenu {
  position: relative;
  background-color: #ffffff;
  margin-left: 26px;
}
.sidebar.sidebar-new-ps .sidebar-submenu::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #D2D6DB;
}

.sidebar-new-badge {
  background-color: rgba(58, 132, 236, 0.1019607843);
  color: #3A84EC;
  font-weight: 500;
  padding: 3px;
  font-size: 0.625rem;
  border-radius: 4px;
}
.sidebar-new-badge svg {
  height: auto;
}

.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo {
  justify-content: center;
  padding: 0;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo .navbar-brand-custome {
  display: none !important;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo .web-view {
  display: none !important;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo .navbar-brand-collapsed {
  display: flex !important;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo:hover .web-view {
  display: inline-block !important;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo:hover .navbar-brand-collapsed {
  display: none !important;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo .menu-toggle {
  margin-right: 0px;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo .menu-toggle img {
  transform: rotate(180deg);
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps svg {
  margin: 0;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .menu-title {
  display: none;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-submenu {
  margin-left: 17px;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-submenu::before {
  left: 0;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-dropdown > a::after {
  display: none;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul > li {
  position: relative;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul > li::before {
  height: 100%;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul > li > a {
  position: relative;
  z-index: 0;
  width: 35px;
  border-radius: 4px;
  padding: 0;
  justify-content: center;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul .sidebar-submenu li::before {
  display: none;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul .sidebar-submenu li a {
  width: 100%;
  border-radius: 4px;
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title {
  padding: 6px 0;
  margin: 0 8px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}
@media (max-width: 1366px) {
  .sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title {
    min-height: 33px;
  }
}
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title svg,
.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title img {
  opacity: 1;
  margin: 0;
}
.sidebar-closed .sidebar-new-badge {
  display: none;
}
.sidebar-closed .newly-lunched-divi {
  padding: 1px;
}
.sidebar-closed .newly-lunched-divi ul {
  border: 0;
}

.sidebar.sidebar-menu.sidebar-new-ps .flyout-title {
  display: none;
}

.sidebar-new-ps .single-flyout {
  display: none !important;
}

@media (min-width: 767px) {
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps, body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps:hover {
    overflow: visible !important;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-scroll-area,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .scroll-content,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .scrollbar-wrapper {
    overflow: visible !important;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .left-menu-logo {
    position: relative;
    z-index: 5;
    background: #F8F8F8;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div {
    position: relative;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div > ul {
    position: static;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content {
    display: block !important;
    position: absolute;
    top: 0;
    min-width: 220px;
    margin: 0;
    padding: 4px 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0s linear 0.3s;
    left: 51px;
    z-index: 1050;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content .flyout-title {
    display: block;
    padding: 8px 16px 6px;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-bottom: 1px solid #ededed;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li {
    position: static;
    padding: 0;
    margin: 0;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li > a {
    display: block;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #646464 !important;
    white-space: nowrap;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li > a .menu-title {
    display: inline-block;
    color: #646464;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li > a {
    z-index: 2;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li > a img,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li > a > svg {
    display: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li.sidebar-dropdown {
    position: relative;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div:hover .master__content,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown {
    position: relative;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu {
    display: block !important;
    position: absolute;
    top: 0;
    min-width: 220px;
    margin: 0;
    padding: 4px 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0s linear 0.3s;
    left: 100%;
    z-index: 1051;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu::before {
    display: none;
    content: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li.flyout-title {
    display: block;
    padding: 8px 16px 6px;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-bottom: 1px solid #ededed;
    position: static;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li.flyout-title::before {
    display: none;
    content: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li {
    position: relative;
    padding: 0;
    margin: 0;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li::before {
    display: none;
    content: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li > a {
    display: block;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #646464 !important;
    white-space: nowrap;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li > a .menu-title {
    display: inline-block;
    color: #646464;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown:hover > .sidebar-submenu,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li.sidebar-dropdown:has(> .sidebar-submenu) > a,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li.sidebar-dropdown:has(> .sidebar-submenu) > a {
    position: relative;
    padding-right: 28px;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie > div .master__content li.sidebar-dropdown:has(> .sidebar-submenu) > a::after,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps li.sidebar-dropdown > .sidebar-submenu > li.sidebar-dropdown:has(> .sidebar-submenu) > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23979797' stroke-width='2.0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    visibility: visible;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li:has(> .single-flyout) {
    position: relative;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li > .single-flyout {
    display: block !important;
    position: absolute;
    top: 0;
    min-width: 220px;
    margin: 0;
    padding: 4px 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0s linear 0.3s;
    left: 100%;
    min-width: auto;
    z-index: 1060;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li > .single-flyout > a,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li > .single-flyout > span {
    display: block;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #646464 !important;
    white-space: nowrap;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li > .single-flyout > a .menu-title,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li > .single-flyout > span .menu-title {
    display: inline-block;
    color: #646464;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li.sidebar-group-title > .single-flyout {
    left: calc(100% + 8px);
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li:hover > .single-flyout,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps #sidebarCookie li > .single-flyout:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap {
    position: relative;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content {
    display: block !important;
    position: absolute;
    top: 0;
    min-width: 220px;
    margin: 0;
    padding: 4px 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0s linear 0.3s;
    left: 51px;
    z-index: 1050;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content .flyout-title {
    display: block;
    padding: 8px 16px 6px;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    border-bottom: 1px solid #ededed;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content li {
    position: static;
    padding: 0;
    margin: 0;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content li > a {
    display: block;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #646464 !important;
    white-space: nowrap;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content li > a .menu-title {
    display: inline-block;
    color: #646464;
    padding: 0;
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content li > a img,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content li > a > svg {
    display: none;
  }
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap:hover .master__content,
  body.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps ul.ho-management-listing-wrap .master__content:hover {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.15s ease;
  }
}

.newly-lunched-divi {
  padding: 15px;
}
.newly-lunched-divi ul {
  border: 1px solid #3A84EC;
  border-radius: 8px;
  background-color: #ECF4FF;
  padding: 10px 0;
}
.newly-lunched-divi ul .new-lunched-title svg path {
  fill: #1361CE;
}
.newly-lunched-divi ul li a:hover {
  background-color: transparent !important;
}

@media (min-width: 767px) {
  .ps-header {
    margin-left: 250px;
    transition: margin-left 0.5s ease;
  }
}
.ps-header.menu-div.navbar {
  padding: 0 0 0 0;
  z-index: 999;
}
@media (max-width: 991px) {
  .ps-header.menu-div.navbar {
    padding: 0 0 0 5px;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: flex-start;
  }
}
.ps-header.menu-div.navbar .left-menu-logo {
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .left-menu-logo {
    min-width: 40px;
    height: 40px;
    padding-left: 0 !important;
  }
}
.ps-header.menu-div.navbar .left-menu-logo #header_dashboard_logo {
  display: flex;
  gap: 10px;
}
.ps-header.menu-div.navbar .left-menu-logo #header_dashboard_logo .smartQlogo {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1024px) {
  .ps-header.menu-div.navbar .left-menu-logo #header_dashboard_logo .smartQlogo {
    display: none;
  }
}
.ps-header.menu-div.navbar .left-menu-logo .btn-sm {
  vertical-align: baseline;
  border: 1px solid transparent;
  padding: 0;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .left-menu-logo .btn-sm {
    margin-top: 1px;
  }
}
.ps-header.menu-div.navbar .left-menu-logo .btn-sm.web-view {
  display: inline-block;
  overflow: inherit;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .left-menu-logo .btn-sm.web-view {
    display: none;
  }
}
.ps-header.menu-div.navbar .left-menu-logo .btn-sm.mob-view {
  display: none;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .left-menu-logo .btn-sm.mob-view {
    display: block;
    overflow: inherit;
  }
}
.ps-header.menu-div.navbar .left-menu-logo .navbar-brand {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .left-menu-logo .navbar-brand {
    margin-right: 0;
    padding-top: 0;
    top: -2px;
    position: relative;
  }
}
.ps-header.menu-div.navbar .left-menu-logo .main-logo {
  margin-left: 8px;
  max-height: 40px;
  margin-top: 0;
  margin-bottom: 2px;
  max-width: 95px;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .left-menu-logo .main-logo {
    vertical-align: inherit;
    margin-top: 0;
    height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  .ps-header.menu-div.navbar .left-menu-logo .main-logo {
    margin-left: 0;
  }
}
.ps-header.menu-div.navbar .btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 1s;
  transform: scale(5, 5);
}
.ps-header.menu-div.navbar img.main-logo {
  height: 36px;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar img.main-logo {
    vertical-align: inherit;
    margin-top: 0;
    height: 30px;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height {
  height: 56px;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .ps-header.menu-div.navbar .dropdown-menu-height {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .ps-header.menu-div.navbar .dropdown-menu-height {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height {
    height: 40px;
    margin-right: 10px !important;
  }
}
@media (max-width: 479px) {
  .ps-header.menu-div.navbar .dropdown-menu-height {
    margin-right: 5px !important;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.dropdown-menu-height-more.setting .user-dropdwon button {
    padding: 0 4px !important;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.dropdown-menu-height-more.setting .user-dropdwon .dropdown-item {
    padding: 10px 10px;
    border-bottom: none;
    font-size: 0.688rem;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.dropdown-menu-height-more.setting .user-dropdwon .dropdown-item svg {
    margin-right: 8px;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
  max-width: 600px;
  width: auto;
  min-width: 600px;
}
@media (max-width: 1199px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
    max-width: 380px;
    width: auto;
    min-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
    max-width: 350px;
    min-width: 350px;
  }
}
@media (max-width: 991px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
    max-width: 350px;
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
    max-width: 250px;
    min-width: 250px;
  }
}
@media (max-width: 576px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
    max-width: 155px;
    min-width: 110px;
  }
}
@media (max-width: 380px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown, .ps-header.menu-div.navbar .dropdown-menu-height.restaurant-single-menu .dropdown {
    max-width: 110px;
  }
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.setting {
    display: none;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting {
  background-color: transparent;
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting .dropdown-toggle {
  background-color: transparent;
  padding: 11px 6px 11px 6px;
  border: 1px solid transparent;
  font-size: 1rem;
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting .dropdown-toggle svg {
  border-radius: 50%;
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting .dropdown-toggle::after {
  display: none;
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1 {
  padding: 5px 7px;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1 {
    display: flex;
    align-items: center;
    padding: 4px;
    margin-top: 8px;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1:hover {
  padding: 5px 7px;
  background: rgba(221, 221, 221, 0.3098039216);
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1:hover {
    display: flex;
    align-items: center;
    padding: 4px;
    margin-top: 8px;
  }
}
@media (max-width: 1600px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1 svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 1366px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1 svg {
    width: 16px;
    height: 16px;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height.setting .dropdown-menu {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
  border-radius: 7px;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height.setting .dropdown-menu {
    min-width: 7rem;
    right: 6px;
    top: 40px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
    border-radius: 7px;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad {
  font-size: 0.875rem !important;
  color: #646464;
  font-weight: 400;
  overflow-x: hidden;
  text-overflow: ellipsis;
  position: relative;
  border-radius: 0 !important;
  white-space: nowrap;
  border-radius: 0 !important;
  padding: 6.5px 14px;
  color: #000000;
  min-width: 250px;
  max-width: 250px;
  text-align: left;
  border: 1px solid #E5E5E5;
  outline: none !important;
  box-shadow: none !important;
  margin: 2px 12px;
  border-radius: 6px !important;
}
.ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad:focus, .ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad:active, .ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad:focus-visible, .ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad.active, .ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad.show {
  border: 1px solid #E5E5E5 !important;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad {
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .ps-header.menu-div.navbar .dropdown-menu-height .dropdown .Restaurant-dropdown-pad {
    padding: 6px 15px 6px 15px;
    display: inline-block;
  }
}
.ps-header.menu-div.navbar .dropdown-menu-height .dropdown.user-dropdwon.main-header-dropdown::after {
  bottom: 13%;
  left: 34%;
  margin-left: -5px;
  border-top: none;
  border-bottom: 5px solid #212121;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.ps-header.menu-div.navbar .dropdown-menu-height .dropdown.user-dropdwon.main-header-dropdown::before {
  bottom: -46%;
  left: 18%;
  margin-bottom: 5px;
  margin-left: -20px;
}
@media (max-width: 576px) {
  .ps-header.menu-div.navbar .mega-drop-down {
    display: none;
  }
}
@media (max-width: 991px) {
  .ps-header.menu-div.navbar .zoho_support_open {
    display: none;
  }
}
.ps-header.bg-light.menu-div {
  background-color: #ffffff !important;
  border-bottom: 1px solid #E5E5E5;
}
.ps-header .top-alert-msg-box {
  position: fixed;
  top: 0;
  z-index: 9999;
  border-top: 3px solid #FFD123;
  width: 100%;
  left: 0;
  right: 0;
}
.ps-header .top-alert-msg-box .top-alert-msg {
  position: absolute;
  left: 0;
  right: 0;
  background: #FFD123;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 35px 7px 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .ps-header .top-alert-msg-box .top-alert-msg {
    padding: 3px 32px 7px 32px;
  }
}
@media (max-width: 1200px) {
  .ps-header .top-alert-msg-box .top-alert-msg {
    border-radius: 0;
    width: 100%;
    padding: 8px 10px 8px 10px;
  }
}
@media (max-width: 380px) {
  .ps-header .top-alert-msg-box .top-alert-msg {
    padding: 8px 5px 8px 5px;
  }
}
.ps-header .top-alert-msg-box .top-alert-msg .top-alert-msg-text {
  color: #212121;
  margin: 0 10px 0 0;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .ps-header .top-alert-msg-box .top-alert-msg .top-alert-msg-text {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .ps-header .top-alert-msg-box .top-alert-msg .top-alert-msg-text {
    font-size: 10px;
    margin: 0 5px 0 0;
  }
}
.ps-header .top-alert-msg-box .top-alert-msg .top-alert-msg-btn svg {
  display: none;
}
@media (max-width: 1366px) {
  .ps-header .top-alert-msg-box .top-alert-msg .top-alert-msg-btn svg {
    max-height: 22px;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .ps-header .top-alert-msg-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .ps-header .collapse.navbar-collapse {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between !important;
    -webkit-box-pack: justify !important;
    border-left: 2px solid #F2F2F2;
  }
}
@media (max-width: 767px) {
  .ps-header .collapse:not(.show) {
    display: inherit;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (min-width: 767px) {
  .sidebar-closed .ps-header {
    margin-left: 51px !important;
    max-width: calc(100% - 51px) !important;
  }
}

.bg-light {
  background-color: #c52031 !important;
  color: #ffffff;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  min-width: 20px;
  height: 40px;
  font-size: var(--font0);
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: transparent;
  margin: 0 auto;
}
.c-hamburger:focus {
  outline: 0;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 2px;
  background: #000000;
}
.c-hamburger span::after, .c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  content: "";
}
.c-hamburger span::before {
  top: 5px;
}
.c-hamburger span::after {
  bottom: -20px;
}
.c-hamburger--htla.is-active span::after, .c-hamburger--htla.is-active span::before {
  width: 50%;
}
.c-hamburger--htla span {
  transition: transform 0.3s;
}
.c-hamburger--htla span::before {
  transform-origin: top right;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htla span::after {
  transform-origin: bottom right;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  top: -5px;
}
.c-hamburger--htla.is-active span {
  transform: rotate(180deg);
}
.c-hamburger--htla.is-active span::before {
  top: 0;
  transform: translateX(10px) translateY(0px) rotate(50deg);
}
.c-hamburger--htla.is-active span::after {
  bottom: 0;
  transform: translateX(1px) translateY(11px) rotate(135deg);
}

.notification-icon {
  position: relative;
  margin-right: 6px;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 400px) {
  .notification-icon {
    margin-right: 0px;
  }
}
.notification-icon:before {
  top: 150%;
  bottom: 0 !important;
  padding: 10px 10px !important;
  line-height: 0 !important;
}
.notification-icon:after {
  bottom: -50% !important;
  border-top: none !important;
  border-bottom: 5px solid #212121;
}
@media (max-width: 767px) {
  .notification-icon:after {
    bottom: -5% !important;
  }
}
.notification-icon .hovicon.effect-1 {
  padding: 8px 6px;
}
.notification-icon .hovicon.effect-1:hover {
  background: rgba(221, 221, 221, 0.3098039216);
  padding: 8px 6px;
}
@media (max-width: 1366px) {
  .notification-icon .hovicon.effect-1 {
    padding: 6px 4px !important;
  }
}
@media (max-width: 767px) {
  .notification-icon .hovicon.effect-1 {
    display: flex;
    align-items: center;
    padding: 4px !important;
    margin-top: 4px;
  }
}
.notification-icon .hovicon .effect-1 {
  padding: 8px 6px;
}
.notification-icon i {
  background: -webkit-linear-gradient(300deg, #212121, #212121);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1600px) {
  .notification-icon svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1366px) {
  .notification-icon svg {
    height: 20px;
    width: 20px;
  }
}
.notification-icon .num-count {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  font-size: 0.5rem;
  background: #1770EE;
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 2px;
  right: -4px;
  box-sizing: border-box;
  font-weight: 500;
  z-index: 1;
}
@media (max-width: 576px) {
  .notification-icon .num-count {
    right: 1px;
  }
}

@media (max-width: 767px) {
  .refer-menu {
    display: none;
  }
}
.refer-menu.quick-links::before {
  bottom: -168%;
  left: 6%;
  margin-bottom: 5px;
  margin-left: -20px;
  width: 76px;
}
.refer-menu.quick-links::after {
  bottom: -61%;
  left: 94%;
  margin-bottom: 5px;
  margin-left: -20px;
}
.refer-menu.quick-links .hovicon.effect-1 {
  padding: 8px 6px;
}
.refer-menu.quick-links .hovicon.effect-1:hover {
  background: rgba(221, 221, 221, 0.3098039216);
  padding: 8px 6px;
}
@media (max-width: 1366px) {
  .refer-menu.quick-links .hovicon.effect-1 {
    padding: 6px 4px !important;
  }
}
@media (max-width: 1600px) {
  .refer-menu.quick-links .hovicon.effect-1 svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1366px) {
  .refer-menu.quick-links .hovicon.effect-1 svg {
    width: 20px;
    height: 20px;
  }
}
.refer-menu svg {
  border-radius: 50%;
  text-align: center;
}
.refer-menu::after {
  bottom: -34%;
  left: 50%;
  margin-left: -5px;
  border-top: none;
  border-bottom: 5px solid #373737;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.refer-menu::before {
  bottom: -230%;
  left: 10%;
  margin-bottom: 5px;
  margin-left: -20px;
}
@media (max-width: 1366px) {
  .refer-menu .hovicon.effect-1.effect-1 {
    padding: 6px 7px 7px;
  }
}

.hidden {
  display: none !important;
}

.navbar .dropdown-menu {
  left: 0;
  border: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  border-radius: 0;
  box-shadow: 0 2px 5px 0 rgba(62, 57, 107, 0.1);
  overflow: hidden;
  right: 0;
  max-height: 300px;
  overflow: auto;
  width: 680px;
  padding-top: 0px;
  overflow-x: hidden;
  padding: 8px 16px 8px 22px;
}

.user-dropdwon .dropdown-menu {
  left: auto;
  right: 6px;
  top: 50px;
  height: auto;
  width: auto;
  padding: 0;
}

.user-dropdwon .dropdown-item {
  padding: 6px 18px;
  font-size: 0.813rem;
  color: #212121;
}

.top-alert-msg-box-mobile {
  display: none;
  position: fixed;
  z-index: 12;
  bottom: 0px;
  width: 100%;
  border-bottom: 5px solid #FFD123;
}
@media (max-width: 1200px) {
  .top-alert-msg-box-mobile {
    display: block;
  }
}
.top-alert-msg-box-mobile .verify-toggle {
  font-size: 30px;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD123;
  position: absolute;
  right: 0;
  top: -21px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.verify-toggle-active .verify-toggle {
  top: -63px;
}
.verify-toggle-active .arrows.arrow-up {
  margin-top: 2px;
}
.verify-toggle-active .verify-toggle-box {
  bottom: 42px;
}

.arrows {
  border: solid #212121;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin: -5px 0 0 3px;
}
.arrows.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.verify-toggle-active .arrows.arrow-up:after {
  content: "";
  border: solid #373737;
  border-width: 0 1px 1px 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  top: 8px;
  padding: 4px;
  left: 8px;
}

.verify-toggle-box {
  position: absolute;
  width: 100%;
  background: #FFD123;
  bottom: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.verify-toggle-box .top-alert-msg {
  position: absolute;
  left: 0;
  right: 0;
  background: #FFD123;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 35px 7px 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .verify-toggle-box .top-alert-msg {
    padding: 3px 32px 7px 32px;
  }
}
@media (max-width: 1200px) {
  .verify-toggle-box .top-alert-msg {
    border-radius: 0;
    width: 100%;
    padding: 8px 10px 8px 10px;
  }
}
@media (max-width: 380px) {
  .verify-toggle-box .top-alert-msg {
    padding: 8px 5px 8px 5px;
  }
}
.verify-toggle-box .top-alert-msg .top-alert-msg-text {
  color: #212121;
  margin: 0 10px 0 0;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .verify-toggle-box .top-alert-msg .top-alert-msg-text {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .verify-toggle-box .top-alert-msg .top-alert-msg-text {
    font-size: 10px;
    margin: 0 5px 0 0;
  }
}

.mega-menu {
  background-repeat: no-repeat;
  background-position: bottom left;
  right: 0;
  display: none;
  padding-top: 0;
  min-height: 100%;
}
@media (max-width: 1280px) {
  .mega-menu {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mega-menu {
    position: absolute;
  }
}
.mega-menu .mega-menu-wrap {
  margin-left: auto;
  border-radius: 0 0 8px 8px;
  right: 16px;
  overflow: hidden;
  max-width: 100%;
  top: 1px;
  position: relative;
  background: #FFF;
  width: 1300px;
  box-shadow: 0 52px 175px rgba(0, 0, 0, 0.25) !important;
}
@media (max-width: 1280px) {
  .mega-menu .mega-menu-wrap {
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mega-menu .mega-menu-wrap {
    overflow: scroll;
    height: 100vh;
    padding-bottom: 52px;
    min-height: 100%;
  }
}
.mega-menu .mega-menu-wrap .explore_btn {
  background-color: #EEF5FF;
  padding: 10px 16px;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.0784313725);
}
.mega-menu .mega-menu-wrap .explore_btn .explore_btn_link {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
}
.mega-menu .mega-menu-wrap .explore_btn .explore_btn_link .btn_content {
  flex: 1;
}
.mega-menu .mega-menu-wrap .explore_btn .explore_btn_link .btn_content h6 {
  color: #1361CE;
}
.mega-menu .mega-menu-wrap .explore_btn .explore_btn_link .btn_content p {
  margin-bottom: 0;
  color: #646464;
  font-weight: 500;
}
.mega-menu.mega-menu:hover, .mega-drop-down a:hover + .mega-menu {
  display: block;
}
.mega-menu-backdrop:before {
  content: "";
  background: rgba(55, 55, 55, 0.16);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  left: 0;
  margin-left: 0;
}

.bg-pink {
  background-color: #FFF7F8 !important;
}

.bg-light-pink {
  background-color: #ffecee;
}

.bg-light-green {
  background-color: #efffe1;
}

.bg-light-blue {
  background-color: #e7f3fe;
}

.bg-light-yellow {
  background-color: #fff9e4;
}

.ng-btn {
  padding: 6px 16px;
  outline: 0;
  text-decoration: none;
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 7px;
  border: 0;
  min-width: 65px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .ng-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.ng-btn-white {
  background-color: #ffffff;
  color: #373737;
}
.ng-btn-white:hover {
  background-color: #ffffff;
}

.mega-drop-down .tag_mega_menu {
  display: inline-block;
}
.mega-drop-down .ng-btn-mega-menu {
  padding: 17px 20px;
  background-color: #c52031;
  box-shadow: inset 0px 6px 0px #af1727;
  border-radius: 0;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .mega-drop-down .ng-btn-mega-menu.ng-btn {
    padding: 6px 10px;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1360px) {
  .mega-drop-down .ng-btn-mega-menu.ng-btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .mega-drop-down .ng-btn-mega-menu.ng-btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.mega-drop-down .ng-btn-mega-menu:hover, .mega-drop-down .ng-btn-mega-menu:focus {
  color: #ffffff;
}

@media (max-width: 767px) {
  .all-restro-select-wrapper.fancybox-content {
    vertical-align: top;
    top: 50px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4392156863);
    background: #ffffff;
    width: 100% !important;
  }
}
.all-restro-select-wrapper .restro-search-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3333333333);
  border-radius: 8px;
  padding: 0 10px;
  height: 34px;
}
.all-restro-select-wrapper .search-Input {
  outline: 0;
  border: none;
  box-shadow: none !important;
  flex: 1 1 auto;
}
.all-restro-select-wrapper .restro-clear-text {
  font-size: 0.875rem;
  color: #646464;
}
.all-restro-select-wrapper .recent-outlet-select-popup {
  background-color: #EEF5FF;
  border-left: 4px solid #1770EE;
}
@media (max-width: 767px) {
  .all-restro-select-wrapper .recent-outlet-select-popup .recent-outlet-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0 5px;
  }
}
.all-restro-select-wrapper .restro-title-name {
  font-size: 0.875rem;
  color: #646464;
  padding-left: 10px;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .all-restro-select-wrapper .restro-title-name {
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  .all-restro-select-wrapper .restro-title-name {
    font-size: 0.75rem;
  }
}
.all-restro-select-wrapper .recent-outlet-select-popup .restro-title-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding-left: 0;
}
.all-restro-select-wrapper .restro-title-name-text {
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  padding: 12px 16px;
}
.all-restro-select-wrapper .restro-title-name-text.active {
  background-color: rgba(202, 202, 202, 0.5411764706);
}
.all-restro-select-wrapper .restro-title-name-text.active svg path {
  fill: #000000;
}
.all-restro-select-wrapper .restro-title-name-text .restro-title-name {
  font-size: 0.875rem;
  color: #646464;
  padding-left: 10px;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .all-restro-select-wrapper .restro-title-name-text .restro-title-name {
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  .all-restro-select-wrapper .restro-title-name-text .restro-title-name {
    font-size: 0.75rem;
  }
}
.all-restro-select-wrapper .restaurant-list-body {
  max-height: 370px;
  overflow: auto;
  min-height: 370px;
}
@media (max-width: 1600px) {
  .all-restro-select-wrapper .restaurant-list-body {
    max-height: 343px;
    overflow: auto;
    min-height: 338px;
  }
}
@media (max-width: 767px) {
  .all-restro-select-wrapper .restaurant-list-body {
    max-height: 400px;
    min-height: 400px;
  }
}

.fancybox-content {
  padding: 0;
  border-radius: 5px;
}

.fancy-md {
  width: 805px !important;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .fancy-md {
    max-width: 100%;
  }
}

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

.all-outlet-bg-color {
  background-color: #EEF5FF;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marketplace-header-tab {
  color: #373737;
  width: auto;
  background-color: #FCEEC2;
  border-radius: 0 0 10px 10px;
  padding: 7px 10px;
  top: -3px;
  text-align: center;
  margin: 0 20px 0 0;
  font-size: 15px;
  position: relative;
  display: none;
}

.navbar .dropdown button {
  color: #ffffff;
}

input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ededed;
  color: #646464;
  width: 100%;
}

@media (max-width: 767px) {
  .dropdown-menu-height-more {
    display: none;
    padding: 0;
    margin-bottom: 0;
  }
}

.mega-menu {
  color: #979797;
}
@media (min-width: 767px) {
  .mega-menu {
    position: absolute;
  }
}

ul {
  padding: 0;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #646464;
}

.notification-popup.activeside {
  padding-top: 0;
}
.notification-popup.activeside.activeside {
  z-index: 1042;
}
.notification-popup.activeside.rightsidenav {
  top: 0;
}

.activeside-content {
  min-width: 400px;
}

.rightsidenav {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 99;
  top: 57px;
  right: 0px;
  background-color: #f8f8f8;
  overflow-x: hidden;
  padding-top: 1rem;
  padding-bottom: 4.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transform: translateX(100%);
  transition: transform 300ms linear;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .rightsidenav {
    top: 49px;
  }
}
@media (max-width: 1400px) {
  .rightsidenav {
    top: 51px;
  }
}
@media (max-width: 1199px) {
  .rightsidenav {
    top: 57px;
  }
}

.activeside {
  z-index: 2001;
  right: 0;
  transform: none;
  transition: transform 300ms linear;
}
@media only screen and (min-width: 1000px) and (max-width: 1280px) {
  .activeside {
    width: 350px;
  }
}

.nav-link.notifi-link.p-0.show-all-link {
  font-size: 0.813rem !important;
}
@media (max-width: 1366px) {
  .nav-link.notifi-link.p-0.show-all-link {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 767px) {
  .nav-link.notifi-link.p-0.show-all-link {
    float: right;
  }
}

.notifi-link {
  color: #c52031;
  font-weight: 500;
  text-decoration: underline !important;
}

.show-all-link i {
  font-size: 0.625rem;
  padding-left: 6px;
}

.notifi-label {
  margin: 8px 12px 10px;
  font-weight: 400;
  font-size: 0.75rem;
  color: #646464;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .notifi-label {
    margin: 0 0 10px 10px;
  }
}

.notifi-card {
  background: #ffffff;
  margin: 0 10px 8px;
  border-radius: 8px;
}
.notifi-card .card-title {
  font-size: 0.813rem;
  font-weight: 600;
  text-transform: capitalize;
}
.notifi-card .sub-title {
  font-size: 0.75rem;
  color: #979797;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin: 5px 0 2px;
  font-weight: 500;
}
.notifi-card .card-text {
  font-size: 0.813rem;
}
@media (max-width: 1366px) {
  .notifi-card .card-text {
    font-size: 0.75rem;
  }
}

.days--ago {
  font-weight: 500;
}

.rightsidenav a:hover {
  color: #c52031;
}

.h-98 {
  height: 98%;
}

.notifi-card.h-98 figure figcaption {
  font-size: 0.875rem;
  font-weight: 400;
  color: #646464;
  margin-top: 10px;
}

.notification-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.notification-header .notification-title {
  font-size: 16px;
  padding: 12px 5px 10px 8px;
}
@media (max-width: 1440px) {
  .notification-header .notification-title {
    font-size: 0.875rem !important;
  }
}
.notification-header .notification-close-icon {
  width: 55px;
  padding: 10px 15px 10px 15px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.notification-header .notification-close-icon svg {
  max-width: 25px;
  max-height: 25px;
}

@media (max-width: 1366px) {
  .top-alert-msg .top-alert-msg-btn .ng-btn {
    font-size: 0;
    padding: 6px 10px 6px 10px;
    min-width: auto;
  }
}
@media (max-width: 1200px) {
  .top-alert-msg .top-alert-msg-btn .ng-btn {
    font-size: 12px;
  }
}

.ng-btn-mega-menu {
  padding: 17px 20px;
  background-color: #c52031;
  box-shadow: inset 0px 6px 0px #AF1727;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .ng-btn.ng-btn-mega-menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1360px) {
  .ng-btn.ng-btn-mega-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1200px) {
  .ng-btn.ng-btn-mega-menu {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1366px) {
  .ng-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.badge-insight {
  color: #ffffff;
  background-color: #3A84EC;
  padding: 5px 7px;
  margin-top: 5px !important;
}

.sidebar.sidebar-menu ul li.price-discovery-icon a svg {
  fill: #3A84EC !important;
}

.notif-activeside-overlay .sidebar-overlay.sidebar-overlay-active-noti {
  content: "";
  display: block;
  position: absolute;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1041;
}

/* new header sass start */
/* if no boostrap css start
.d-none {
    display: none;
}
.hidden {
    display: none;
}
.modal {
    display: none;
}
.ps-header-new {
    .top-alert-msg-box {
    display: none;
    }
}
.ps-header-right-side {
    display: flex;
    display: none;
    align-items: center;
}
.ps-header-new {
    &.menu-div {
        &.navbar {
            .left-menu-logo {
                .main-logo{
                    &.d-md-block {
                        display: block !important;
                    }
                }
            }
        }
        .dropdown-menu {
            display: none;
            &.show {
                display: block;
            }
        }
    }
}
/* if no boostrap css end */
.ps-header-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-header-new.menu-div.navbar {
  min-height: 56px;
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .ps-header-new.menu-div.navbar {
    align-items: center;
    min-height: 45px;
    padding: 8px 15px;
  }
}
.ps-header-new.menu-div.navbar .left-menu-logo {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .ps-header-new.menu-div.navbar .left-menu-logo {
    height: 32px;
    min-height: 32px;
  }
}
.ps-header-new.menu-div.navbar .left-menu-logo .menu-toggle {
  margin-left: 0;
}
.ps-header-new.menu-div.navbar .left-menu-logo .menu-toggle img {
  transform: rotate(180deg);
}
.ps-header-new.menu-div.navbar .left-menu-logo .menu-toggle.is-active img {
  transform: rotate(0deg);
}
.ps-header-new.menu-div.navbar .left-menu-logo .main-logo.d-md-block {
  margin-left: 0;
  margin-bottom: 0;
}
.ps-header-new.menu-div.navbar .left-menu-logo .navbar-brand {
  padding: 0;
  margin: 0 16px 0 15px;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown .dropdown-toggle.Restaurant-dropdown-pad {
  padding-right: 34px;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.restaurant-all-menu .dropdown .dropdown-toggle.Restaurant-dropdown-pad.btn::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/chevron-down-2.svg);
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.setting .dropdown-toggle {
  padding: 0;
  border: 0;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.setting .main-header-dropdown::before {
  bottom: -90%;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.setting .main-header-dropdown::after {
  bottom: -9%;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1 {
  padding: 0;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height.setting .hovicon.effect-1:hover {
  padding: 0;
}
.ps-header-new.menu-div.navbar .refer-menu.quick-links::before {
  top: 100%;
  bottom: inherit;
}
.ps-header-new.menu-div.navbar .refer-menu.quick-links::after {
  bottom: 0%;
  margin-bottom: 0;
}
.ps-header-new.menu-div.navbar .refer-menu.quick-links .hovicon.effect-1 {
  padding: 0;
}
.ps-header-new.menu-div.navbar .notification-icon {
  margin-right: 0;
}
.ps-header-new.menu-div.navbar .notification-icon svg {
  height: 18px;
  width: 18px;
}
.ps-header-new.menu-div.navbar .notification-icon.notified svg path {
  fill: #1770EE;
}
.ps-header-new.menu-div.navbar .notification-icon .hovicon.effect-1 {
  padding: 0 !important;
}
.ps-header-new.menu-div.navbar .notification-icon::before {
  top: 100%;
  bottom: inherit !important;
}
.ps-header-new.menu-div.navbar .notification-icon::after {
  bottom: 0% !important;
}
.ps-header-new.menu-div.navbar .notification-icon.ps-chat-support-tool::before {
  top: 100% !important;
  bottom: inherit;
}
.ps-header-new.menu-div.navbar .notification-icon.ps-chat-support-tool::after {
  bottom: 0% !important;
}
.ps-header-new.menu-div.navbar .dropdown-menu-height {
  height: auto;
  margin: 0;
}
.ps-header-new.menu-div.navbar .head-pl {
  padding-left: 7px !important;
}
.ps-header-new.menu-div.navbar .head-pr {
  padding-right: 7px !important;
}
.ps-header-new.menu-div.navbar .head-pt {
  padding-top: 5.5px !important;
}
.ps-header-new.menu-div.navbar .head-pb {
  padding-bottom: 5.5px !important;
}
.ps-header-new.menu-div.navbar .head-ml {
  margin-left: 7px !important;
}
.ps-header-new.menu-div.navbar .head-mr {
  margin-right: 7px !important;
}
.ps-header-new.menu-div.navbar .head-mt {
  margin-top: 5.5px !important;
}
.ps-header-new.menu-div.navbar .head-mb {
  margin-bottom: 5.5px !important;
}
.ps-header-new .collapse.navbar-collapse {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.ps-header-new .collapse.navbar-collapse .hovicon {
  height: 34px;
  width: 34px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .ps-header-new .collapse.navbar-collapse .dropdown-menu-height {
    margin-right: auto !important;
  }
}
.ps-header-new .collapse.navbar-collapse .dropdown-menu-height .user-dropdwon::before {
  top: 100%;
  bottom: inherit !important;
}
.ps-header-new .collapse.navbar-collapse .dropdown-menu-height .user-dropdwon::after {
  bottom: 0% !important;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu {
  top: 100%;
}
@media (max-width: 1200px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu {
    width: 100%;
  }
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .mega-menu-title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .mega-menu-title-header {
    margin-bottom: 10px;
  }
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .mega-menu-title-header .view_all_addons {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1770EE;
  font-size: 0.875rem;
  font-weight: 700;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .mega-menu-title-header .view_all_addons svg {
  width: 20px;
  height: 20px;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .mega-menu-title {
  color: #646464;
  margin-bottom: 0;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container {
  display: flex;
  gap: 30px;
  padding: 40px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container {
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container {
    flex-direction: column;
  }
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left,
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right {
  flex: 1;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_center_divider {
  position: relative;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_center_divider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-color: #DEE2E5;
}
@media (max-width: 1024px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_center_divider:before {
    left: 0;
    width: 100%;
    height: 2px;
    top: inherit;
    bottom: inherit;
  }
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left_products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
}
@media (max-width: 1200px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left_products {
    grid-gap: 30px;
  }
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left_products .menu_management_products_item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left_products .menu_management_products_item .menu_management_products_item_image {
  width: 40px;
  height: 40px;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left_products .menu_management_products_item .menu_management_products_item_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_left_products .menu_management_products_item .menu_management_products_item_name p {
  margin-bottom: 0;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
@media (max-width: 1200px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right {
    gap: 30px;
  }
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .menu_management_right_addons .addon_item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .menu_management_right_addons .addon_item .addon_item_name h6 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .mega-menu-right-side-listing li a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
}
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .menu_management_right_addons,
.ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .mega-menu-right-side-listing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1200px) {
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .menu_management_right_addons,
  .ps-header-new .collapse.navbar-collapse .mega-drop-down .mega-menu .menu_management_container .menu_management_right .mega-menu-right-side-listing {
    grid-gap: 20px;
  }
}
.ps-header-new .restaurant-all-menu {
  margin: 0 auto 0 0;
}
.ps-header-new .mega-drop-down .ng-btn-mega-menu {
  display: flex;
  padding: 6.5px 14px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #C52031;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 500;
}
.ps-header-new .mega-drop-down .ng-btn-mega-menu svg {
  margin: 0 5px 0 0;
}

/* new header sass end */
#fancy-right-notifications.ps-notIcon-sidebar {
  min-width: initial !important;
}

.ps-noti-inner-card h4 {
  font-size: 0.875rem;
  margin-bottom: 7px;
}
.ps-noti-inner-card p {
  font-size: 0.75rem;
}
.ps-noti-inner-card small {
  margin-bottom: 7px;
  min-width: 65px;
}

.ps-not-labelclr {
  color: #646464 !important;
}

.login-wrapper .content-scrolling-wrapper {
  max-height: unset !important;
  overflow: unset !important;
}

.ps-login .login-form {
  margin: 10px 30px 0 0;
}
@media (max-width: 640px) {
  .ps-login .login-form {
    margin: 0px;
  }
}
@media (max-width: 1550px) {
  .ps-login.login-page-container.user_validate_sec .container {
    zoom: 95%;
  }
}
@media (max-width: 1550px) {
  .ps-login.login-page-container .container {
    zoom: 93%;
  }
}
@media (max-width: 1400px) {
  .ps-login.login-page-container .container {
    max-width: 1250px;
  }
}
.ps-login.login-page-container .logo-div {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ps-login.login-page-container .logo-div {
    padding: 0 0 40px 0;
    position: relative;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .ps-login.login-page-container .logo-div {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 1399px) {
  .ps-login.login-page-container .logo-div svg {
    height: 55px;
  }
}
@media (max-width: 1366px) {
  .ps-login.login-page-container .logo-div svg {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .ps-login.login-page-container .logo-div svg {
    width: 180px;
    height: 50px;
  }
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .ps-login.login-page-container .logo-div svg {
    width: 150px;
  }
}
.ps-login.login-page-container .login-block {
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .ps-login.login-page-container .login-block {
    padding: 0;
  }
}
.ps-login.login-page-container .login-block .fas {
  position: absolute;
  right: 35px;
  z-index: 99;
}
.ps-login.login-page-container .login-block .field-icon {
  position: relative;
  top: -28px;
  right: 18px;
  float: right;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .field-icon {
    top: -30px;
  }
}
@media (max-width: 1399px) {
  .ps-login.login-page-container .login-block .field-icon {
    top: -27px;
  }
}
.ps-login.login-page-container .login-block .new-btn-login {
  padding: 10px 43px;
}
@media (max-width: 1440px) {
  .ps-login.login-page-container .login-block .new-btn-login {
    padding: 10px 43px;
  }
}
.ps-login.login-page-container .login-block .btn-primary {
  background-color: #1770EE;
  border: 1px solid #1770EE !important;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 0;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
  margin: 10px 0 5px 0;
}
.ps-login.login-page-container .login-block .btn-primary.new-btn-login {
  font-size: 0.875rem;
  padding: 10px 20px;
}
.ps-login.login-page-container .login-block .new-box {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .new-box {
    margin-top: 13px;
  }
}
.ps-login.login-page-container .login-block .banner-sec {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/login-final.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.ps-login.login-page-container .login-block .new-user {
  position: absolute;
  bottom: 0;
  right: 30%;
  left: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ps-login.login-page-container .login-block .new-user {
    left: 13%;
    right: 13%;
    font-size: 0.875rem;
    bottom: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .new-user {
    left: unset;
    font-size: 0.75rem;
    bottom: 2px;
  }
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .new-user {
    top: 5px;
    margin: 10px 0 0 20px;
    left: 0;
    right: 0;
  }
}
.ps-login.login-page-container .login-block .new-user a {
  font-size: 1rem;
  color: #646464;
}
.ps-login.login-page-container .login-block .new-user a:hover {
  color: #646464;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .new-user a {
    font-size: 0.75rem;
  }
}
.ps-login.login-page-container .login-block .right-side-login-wrap {
  border-radius: 0 10px 10px 0;
}
.ps-login.login-page-container .login-block.forgotpossword .login-form {
  margin: 5px 45px 1rem;
}
.ps-login.login-page-container .login-block .tab-pane:first-child {
  display: block;
}
.ps-login.login-page-container .login-block .sign-text {
  font-size: 1.29rem;
  color: #000000;
  margin: 0;
  text-align: left;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .sign-text {
    font-size: 1rem;
  }
}
.ps-login.login-page-container .login-block .access-text {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}
.ps-login.login-page-container .login-block ul {
  padding-left: 0;
}
.ps-login.login-page-container .login-block li {
  list-style: none;
  position: relative;
}
.ps-login.login-page-container .login-block .user-email-icon, .ps-login.login-page-container .login-block .cuntory-code-no {
  display: none;
}
.ps-login.login-page-container .login-block .textbox {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-indent: 0px;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0 15px;
  padding-right: 12px;
  transition: all 0.2s ease-in-out;
  background: #f3f2f3;
  border: 1px solid #E4E4E4;
  line-height: 50px;
  margin-bottom: 4px;
  text-align: left;
  border-radius: 7px;
  color: #000000;
  letter-spacing: normal;
  line-height: 50px;
}
.ps-login.login-page-container .login-block .textbox.error {
  font-size: 16px !important;
}
@media (max-width: 1600px) {
  .ps-login.login-page-container .login-block .textbox.error {
    font-size: 14px !important;
  }
}
@media (max-width: 1399px) {
  .ps-login.login-page-container .login-block .textbox.error {
    font-size: 13px !important;
  }
}
@media (max-width: 1366px) {
  .ps-login.login-page-container .login-block .textbox.error {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .ps-login.login-page-container .login-block .textbox::-moz-placeholder {
    font-size: 0.875rem;
  }
  .ps-login.login-page-container .login-block p.access-text, .ps-login.login-page-container .login-block .textbox, .ps-login.login-page-container .login-block .password-text, .ps-login.login-page-container .login-block .textbox::placeholder, .ps-login.login-page-container .login-block .sub-title-forgot-page {
    font-size: 0.875rem;
  }
}
.ps-login.login-page-container .login-block .password-text {
  text-indent: 38px;
}
.ps-login.login-page-container .login-block .next-btn, .ps-login.login-page-container .login-block .submit-btn {
  padding: 3px 20px !important;
  color: #fff;
  text-transform: capitalize;
  font-size: 0.75rem !important;
  line-height: 23px;
  letter-spacing: 0.25px;
  outline: none;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  border-radius: 7px;
  border: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
  width: 100%;
  cursor: pointer;
  height: 34px;
}
.ps-login.login-page-container .login-block .or-text {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #3A84EC;
  opacity: 0.3;
}
.ps-login.login-page-container .login-block .or-text::after, .ps-login.login-page-container .login-block .or-text::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #3A84EC;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.ps-login.login-page-container .login-block .sign-in-google-div {
  width: 100%;
  text-align: center;
}
.ps-login.login-page-container .login-block .login-google-sec {
  display: flex;
  justify-content: center;
}
.ps-login.login-page-container .login-block .login-google-new {
  background: var(--clr-light1);
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  padding: 7.6px 10px;
  min-width: 100%;
  margin-top: 0;
}
.ps-login.login-page-container .login-block .login-google-new img {
  max-width: 16px;
  max-height: 16px;
}
.ps-login.login-page-container .login-block .login-google-new span {
  color: var(--clr-dark2);
  margin: 0 0 0 8px;
  font-size: var(--font14);
  font-weight: 600;
}
.ps-login.login-page-container .login-block .filled-input-option {
  height: 33px;
  background-color: #efeeee;
  border-radius: 17px;
  padding: 0 10px;
  margin: 30px 0px 30px 36px;
  position: relative;
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .filled-input-option {
    height: 33px;
    margin: 10px 0px 10px 34px;
  }
}
.ps-login.login-page-container .login-block .filled-input-option:before {
  content: "With";
  position: absolute;
  left: -35px;
}
.ps-login.login-page-container .login-block .filled-input-option .info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ps-login.login-page-container .login-block .filled-input-option .change-text span {
  display: inline-block;
  padding: 0 3px;
  color: #CACACA;
}
@media (max-width: 1550px) {
  .ps-login.login-page-container .login-block .filled-input-option .change-text span {
    padding: 0 3px;
  }
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .filled-input-option .change-text span {
    font-size: 0.813rem;
  }
}
.ps-login.login-page-container .login-block .filled-input-option .change-text a {
  color: #E05564;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 1550px) {
  .ps-login.login-page-container .login-block .filled-input-option .change-text a {
    font-size: 0.875rem;
  }
}
@media (max-width: 1280px) {
  .ps-login.login-page-container .login-block .filled-input-option .change-text a {
    font-size: 0.688rem;
  }
}
.ps-login.login-page-container .login-block label {
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  color: #979797;
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block label {
    font-size: 0.813rem;
    font-weight: 400;
  }
}
.ps-login.login-page-container .login-block .pass-key-icon {
  background: #ffffff;
  z-index: 1;
  font-size: 15px;
  color: #E05564;
  font-weight: 500;
  text-align: center;
  padding: 2px 0px;
  border-radius: 6px 0 0 6px;
}
.ps-login.login-page-container .login-block .pass-eye-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
  display: flex;
  align-items: center;
}
.ps-login.login-page-container .login-block .pass-eye-icon svg {
  display: block;
}
.ps-login.login-page-container .login-block .password-text {
  padding-right: 38px;
}
@media (max-width: 1399px) {
  .ps-login.login-page-container .login-block .forgot-link {
    padding: 10px 0 0 0;
  }
}
.ps-login.login-page-container .login-block .forgot-link a {
  cursor: pointer;
  color: #212121;
  font-size: 0.875rem;
}
.ps-login.login-page-container .login-block .forgot-link a:hover {
  text-decoration: underline !important;
  color: #212121 !important;
}
.ps-login.login-page-container .login-block .mob-banner-sec {
  display: none;
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .mob-banner-sec {
    display: block;
  }
}
.ps-login.login-page-container .login-block .login-sec {
  padding: 60px 30px 70px 30px;
  background: #FFFFFF;
  border-radius: 0 10px 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .login-sec {
    padding: 35px 10px 25px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ps-login.login-page-container .login-block .login-sec {
    padding: 10px 4px;
  }
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .login-sec {
    padding: 20px 15px;
    opacity: 0.9;
    border-radius: 10px;
  }
}
.ps-login.login-page-container .login-block .login-sec h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #1770EE;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .login-sec h2 {
    font-size: 1.125rem;
    margin-top: 24px;
    margin-bottom: 14px;
  }
}
.ps-login.login-page-container .login-block .login-sec .sign-text {
  margin: 15px 45px 5px;
}
.ps-login.login-page-container .login-block .login-sec .sub-title-forgot-page {
  text-align: left;
  font-size: 1rem;
  color: #373737;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 1rem;
  margin-top: 5px;
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .ps-login.login-page-container .login-block .login-sec .sub-title-forgot-page {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .ps-login.login-page-container .login-block .login-sec .sub-title-forgot-page {
    font-size: 0.813rem;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .login-sec .sub-title-forgot-page {
    font-size: 0.875rem;
  }
}
.ps-login.login-page-container .login-block .login-sec .sub-title-forgot-page.varification_otp {
  color: #000000;
  font-weight: 600;
  line-height: 19px;
}
.ps-login.login-page-container .login-block .email-icon-wrap .user-email-icon {
  display: inline;
  background: #ffffff;
  z-index: 1;
  font-size: 15px;
  color: #E05564;
  font-weight: 500;
  text-align: center;
  padding: 4px 0px;
  border-radius: 6px 0 0 6px;
}
.ps-login.login-page-container .login-block .email-icon-wrap .textbox {
  text-indent: 38px;
}
.ps-login.login-page-container .login-block .login-country-dropdown {
  display: none;
}
.ps-login.login-page-container .login-block .mobile-num-text .login-country-dropdown {
  display: inline;
  position: absolute;
  box-shadow: none;
  z-index: 1;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
.ps-login.login-page-container .login-block .mobile-num-text .textbox {
  text-indent: 52px;
}
.ps-login.login-page-container .login-block .mobile-num-text .selectize-input div.item {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1600px) {
  .ps-login.login-page-container .login-block .mobile-num-text .selectize-input div.item {
    font-size: 14px;
  }
}
@media (max-width: 1399px) {
  .ps-login.login-page-container .login-block .mobile-num-text .selectize-input div.item {
    font-size: 13px;
  }
}
@media (max-width: 1366px) {
  .ps-login.login-page-container .login-block .mobile-num-text .selectize-input div.item {
    font-size: 12px;
  }
}
.ps-login.login-page-container .login-block .mobile-num-text .selectize-control.single .selectize-input input {
  height: auto !important;
}
.ps-login.login-page-container .login-block .error {
  color: #c52031 !important;
  font-size: 0.75rem !important;
  text-align: left;
  margin-bottom: 6px;
}
.ps-login.login-page-container .login-block .ps-form-group input {
  background-color: #ffffff;
}
.ps-login.login-page-container .box-shadow {
  box-shadow: 0px 0px 17px 6px rgba(0, 0, 0, 0.1);
}
.ps-login.login-page-container .border-radius, .ps-login.login-page-container .border-radius-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

body:has(.login-cont-clr) {
  background: linear-gradient(140deg, #FFF 38.81%, #F0BAC1 213.37%);
}

.login-cont-clr .new-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .login-cont-clr .new-login {
    grid-template-columns: 1fr;
  }
}
.login-cont-clr .new-login .new-login-image-wrapper {
  text-align: center;
}
@media (max-width: 768px) {
  .login-cont-clr .new-login .new-login-image-wrapper {
    display: none;
  }
}
.login-cont-clr .new-login .new-login-image {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/new_login_logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 425px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .login-cont-clr .new-login .new-login-image {
    height: 365px;
  }
}
@media (max-width: 910px) {
  .login-cont-clr .new-login .new-login-image {
    height: 265px;
  }
}
.login-cont-clr .new-login .welcome-text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0D2130;
}
.login-cont-clr .new-login #login-form {
  background-color: #FFFFFF;
  max-width: 500px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 2.5rem 3.5rem;
}
@media (max-width: 1280px) {
  .login-cont-clr .new-login #login-form {
    width: 440px;
    margin: 0 10px;
  }
}
@media (max-width: 910px) {
  .login-cont-clr .new-login #login-form {
    width: 340px;
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .login-cont-clr .new-login #login-form {
    width: 390px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .login-cont-clr .new-login #login-form {
    width: 100%;
  }
}
.login-cont-clr .new-login .new-user-text {
  text-align: center;
  margin-top: 20px;
  font-size: 0.75rem;
  font-weight: 400;
}
.login-cont-clr .new-login .new-user-text a {
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}
.login-cont-clr .new-login .new-user-text a:hover {
  text-decoration: underline !important;
}
.login-cont-clr .new-login .new-user-text P {
  margin: 0px;
}
@media (max-width: 768px) {
  .login-cont-clr section.login-block {
    margin: 1.5rem 0;
  }
}

.login-logo-container {
  position: absolute;
  top: 30px;
  left: 35px;
}
.login-logo-container svg {
  width: 100px;
  height: 40px;
}
@media (max-width: 768px) {
  .login-logo-container {
    position: relative;
    text-align: center;
    top: initial;
    left: initial;
  }
}

@media (max-width: 1280px) {
  .login-wrapper {
    overflow: auto;
  }
}

.ps-copyrights-div {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.ps-copyrights-div .copyrights-text {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 15px;
  border-top: 1px solid #1770EE;
}
@media (max-width: 768px) {
  .ps-copyrights-div .copyrights-text {
    justify-content: center;
  }
}
.ps-copyrights-div .copyrights-text p {
  margin: 0;
  padding: 0 0 2px 0;
  font-size: 0.75rem;
  color: #000000;
  font-weight: 600;
}
.ps-copyrights-div .copyrights-text p span {
  font-weight: 400;
}
.ps-copyrights-div .copyrights-text ul {
  list-style: none;
  margin: 0;
  font-size: 0.75rem;
  padding: 0;
  color: #000000;
}
.ps-copyrights-div .copyrights-text ul li {
  display: inline-block;
}
.ps-copyrights-div .copyrights-text ul li a {
  color: #000000;
  margin-left: 10px;
  text-decoration: none;
}
@media (max-width: 575px) {
  .ps-copyrights-div.ps-singin-page {
    bottom: -5px;
  }
  .ps-copyrights-div.ps-singin-page .copyrights-text {
    padding: 9px 0 11px 0;
  }
}

.ng-alert-danger.hide1 {
  border-radius: 8px;
  border: 1px solid #D92D20;
  background: #FFF5F6;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 14px;
}
.ng-alert-danger.hide1 .close-tost-btn.close {
  background-color: transparent !important;
}
.ng-alert-danger.hide1 .close-tost-btn.close svg path {
  stroke: #1770EE;
  fill: #1770EE;
}
.ng-alert-danger.hide1 .linep {
  display: none;
}

.ng-alert-success.hide1 {
  border-radius: 8px;
  border: 1px solid #039855;
  background: #ECFDF3;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin-right: 14px;
}
.ng-alert-success.hide1 .close-tost-btn.close {
  background-color: transparent !important;
}
.ng-alert-success.hide1 .close-tost-btn.close svg path {
  stroke: #027A48;
  fill: #027A48;
}
.ng-alert-success.hide1 .linep {
  display: none;
}

.paragraph-text-sm {
  font-weight: 400;
  color: #000000;
  font-size: 0.75rem !important;
}
.paragraph-text-sm span {
  font-weight: 700;
}
.paragraph-text-sm a {
  margin-left: 5px;
  margin-right: 5px;
  color: #000000 !important;
}

@media (max-width: 768px) {
  .ps-mobile-none {
    display: none;
  }
}

.content-scrolling-wrapper:has(.ps-resetpassword-page) {
  max-height: unset !important;
  overflow: unset !important;
}

.login-cont-clr.ps-resetpassword-page {
  max-height: unset !important;
  overflow: unset !important;
}

.forgot-link a {
  text-decoration: underline !important;
}

.login-for.forgotpass.report-link.text-center {
  text-decoration: underline !important;
}

.text-center.forgot-link.paragraph-text-sm .login-for.forgotpass.report-link.text-center {
  text-decoration: underline !important;
}

@media (max-width: 575px) {
  .ps-login-email-page {
    max-width: 371px !important;
  }
}

.bootstrap-datetimepicker-widget {
  z-index: 997 !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.bootstrap-datetimepicker-widget .btn-new {
  background: #ffffff;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  font-size: 1.375rem;
}
@media (max-width: 1600px) {
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
}
.bootstrap-datetimepicker-widget table td.today {
  background-color: #EDEDED;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #EDEDED;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: var(--clr-dark4);
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center !important;
  border-radius: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .new-fancybox-wrapper.profit-lose-popup .bootstrap-datetimepicker-widget {
    position: absolute !important;
    top: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  #download_order_report .new-fancybox-wrapper .bootstrap-datetimepicker-widget,
  #download_report .new-fancybox-wrapper .bootstrap-datetimepicker-widget {
    position: relative !important;
    top: 4px !important;
  }
}

.table-divided .bootstrap-datetimepicker-widget table td.today {
  background-color: #EDEDED !important;
}
.table-divided .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: var(--clr-dark4) !important;
}
.table-divided .bootstrap-datetimepicker-widget table td span.active {
  background-color: #EDEDED !important;
}
.table-divided .bootstrap-datetimepicker-widget table thead tr .dow {
  background-color: transparent;
  text-align: center;
}
.table-divided .bootstrap-datetimepicker-widget table tr {
  box-shadow: none !important;
}
.table-divided .bootstrap-datetimepicker-widget table td.day {
  line-height: 26px !important;
  font-size: 16px;
  font-weight: 500;
}
.table-divided .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
  inset: 37px auto 39px 0px !important;
}

.fancy-date .bootstrap-datetimepicker-widget.dropdown-menu.top {
  position: relative !important;
  top: -4px !important;
}

.employee-health-insurance-date.new-fancybox-wrapper .bootstrap-datetimepicker-widget {
  position: relative;
  top: 4px !important;
  left: -11px !important;
}
.employee-health-insurance-date.new-fancybox-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none !important;
}
.employee-health-insurance-date.new-fancybox-wrapper .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  display: none !important;
}

#range_popup .bootstrap-datetimepicker-widget {
  position: relative;
  top: 0 !important;
}

.manual-invoice-datetipicker .bootstrap-datetimepicker-widget.dropdown-menu {
  position: relative !important;
  top: -4px !important;
}

.custom-report-wrap .bootstrap-datetimepicker-widget table thead tr:first-child th {
  border-radius: 0;
  background-color: #646464 !important;
  color: #ffffff;
  opacity: 1;
}
.custom-report-wrap .bootstrap-datetimepicker-widget table th {
  height: 28px;
  line-height: 28px;
  width: 20px;
}
.custom-report-wrap .bootstrap-datetimepicker-widget .picker-switch td span {
  height: 28px;
  line-height: 28px;
}
.custom-report-wrap .bootstrap-datetimepicker-widget .picker-switch td i {
  height: 28px;
  line-height: 28px;
}

.add-var .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
  bottom: unset !important;
}
.add-var .bootstrap-datetimepicker-widget a[data-action] {
  text-align: center !important;
}
.add-var .bootstrap-datetimepicker-widget table th {
  font-size: 0.875rem !important;
}
.add-var .bootstrap-datetimepicker-widget table td.day {
  text-align: center !important;
}
.add-var .bootstrap-datetimepicker-widget .timepicker-hour {
  text-align: center !important;
}

.bootstrap-datetimepicker-widget .timepicker-minute {
  text-align: center !important;
}
.bootstrap-datetimepicker-widget .timepicker-second {
  text-align: center !important;
}

.inv-purchase-div-wrapper .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: gray;
  padding: 0.5em !important;
  text-align: center;
  border: 0;
  font-size: 1rem !important;
}
.inv-purchase-div-wrapper .bootstrap-datetimepicker-widget table td.day.active, .inv-purchase-div-wrapper .bootstrap-datetimepicker-widget table td.day.today {
  background-color: #f8f8f8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #c52031;
  font-weight: 600;
}
.inv-purchase-div-wrapper .bootstrap-datetimepicker-widget table td.day.active:before, .inv-purchase-div-wrapper .bootstrap-datetimepicker-widget table td.day.today:before {
  border-bottom-color: #1770EE;
}
.inv-purchase-div-wrapper .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 25px;
  width: 17px;
  font-weight: 500;
  font-size: 0.75rem;
  border-radius: 0 !important;
  background-color: transparent;
}
.inv-purchase-div-wrapper .bootstrap-datetimepicker-widget a[data-action] {
  text-align: center;
}
.inv-purchase-div-wrapper .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0 !important;
}
.inv-purchase-div-wrapper .table-detail {
  position: relative;
}

.inv-purchase-div-wrapper .ps-table-wrapper .ps-table .bootstrap-datetimepicker-widget thead tr th {
  padding: 15px 5px !important;
  background-color: #ffffff;
}

.bootstrap-datetimepicker-widget .datepicker {
  background-color: #ffffff;
}

#download_order_report .bootstrap-datetimepicker-widget table td.day {
  width: 50px;
}

.bootstrap-datetimepicker-widget.top table td, .bootstrap-datetimepicker-widget.top table th {
  padding: 0.35rem;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .new-fancybox-wrapper.inventory-fancybox-datepiker .bootstrap-datetimepicker-widget {
    position: absolute !important;
    top: auto !important;
  }
}

@media (max-width: 1600px) {
  .bootstrap-datetimepicker-widget table th.picker-switch {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1600px) {
  .bootstrap-datetimepicker-widget table td.day {
    font-size: 15px;
  }
}
@media (max-width: 1600px) {
  .bootstrap-datetimepicker-widget table th {
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .fancy-datetimepicker .bootstrap-datetimepicker-widget.dropdown-menu {
    position: relative !important;
    top: -4px !important;
  }
}

.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget table td.today {
  background-color: #EDEDED !important;
}
.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #CACACA !important;
}
.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget table td span.active {
  background-color: #EDEDED !important;
}
.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget table thead tr .dow {
  background-color: transparent;
  text-align: center;
}
.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget table tr {
  box-shadow: none !important;
}
.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget table td.day {
  line-height: 26px !important;
  font-size: 16px;
  font-weight: 500;
}
.detailed-table .ng-table-divided .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top {
  inset: 37px auto 39px 0px !important;
}
.detailed-table .bootstrap-datetimepicker-widget table td {
  text-align: center !important;
  border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table th {
  text-align: center !important;
  border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
  border-radius: 0;
  background-color: #646464 !important;
  color: #ffffff !important;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  background-color: #646464 !important;
  color: #f8f8f8 !important;
}

.inventory-common-wrapper .datepicker tr td.old, .inventory-common-wrapper .datepicker tr td.new {
  opacity: 0;
}

#publish_date_form .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top.dropdown-menu.top {
  inset: 56px auto auto 0px !important;
}
#publish_date_form .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top.dropdown-menu.top table th {
  padding: 14px 4px;
}

.btn {
  text-decoration: none;
  border-radius: 5px !important;
  text-transform: capitalize !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.highcharts-button {
  display: none !important;
}

.nav-tabs {
  width: auto;
  margin-bottom: -14px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-control {
  font-size: 0.875rem;
  color: #373737;
  border-radius: 7px;
}

input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ededed;
  color: #646464;
  width: 100%;
}
@media (max-width: 1366px) {
  input {
    font-size: 0.813rem !important;
  }
}

.dashboard-card-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .dashboard-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .dashboard-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboard-card-wrapper .statistic-card .widget {
  border-radius: 8px;
  padding: 12px 16px;
  border: 1px solid #D2D6DB;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-height: 143px;
}
.dashboard-card-wrapper .statistic-card .widget:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
  transition: all 0.2s ease;
}

.box-loading-wrapper,
.sales-chart-wrapper,
.online-order-chart-wrapper,
.order-statistics-loader-wrapper,
.poc-wrapper {
  position: relative;
}

.pad-rl-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.paragraph-md-2 {
  font-weight: 500;
  color: #000000;
  font-size: 1rem !important;
}
@media (max-width: 1680px) {
  .paragraph-md-2 {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1400px) {
  .paragraph-md-2 {
    font-size: 0.813rem !important;
  }
}

.paragraph-xsm-1 {
  font-weight: 400;
  color: #000000;
  font-size: 0.75rem !important;
}
@media (max-width: 1680px) {
  .paragraph-xsm-1 {
    font-size: 0.688rem !important;
  }
}

@media (max-width: 767px) {
  .tablist-scroll {
    padding: 16px 0;
    overflow-x: auto;
  }
  .tablist-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #F8F8F8;
    height: 6px;
    padding: 1px;
  }
  .tablist-scroll::-webkit-scrollbar {
    background-color: #F5F5F5;
    height: 4px;
  }
  .tablist-scroll::-webkit-scrollbar-thumb {
    background-color: #DBDFE7;
    height: 4px;
    border-radius: 50px;
    border: 1px solid #F8F8F8;
  }
}
@media (max-width: 767px) {
  .tablist-scroll ul {
    display: table !important;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tablist-scroll ul li {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    text-align: center;
    white-space: nowrap;
  }
}

.table-divided {
  border-collapse: initial;
  border-spacing: 0 0.6rem;
  width: 100% !important;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(202, 202, 202, 0.5411764706);
}
.table-divided tbody tr {
  box-shadow: 0px 0px 3px rgba(202, 202, 202, 0.5411764706);
  background-color: transparent;
}
.table-divided tfoot tr {
  box-shadow: 0px 0px 3px rgba(202, 202, 202, 0.5411764706);
  background-color: #ffffff;
}

.has-error-text {
  display: none;
}

.success-alert-position {
  position: absolute;
  width: 100%;
}

.inv-purchase-table-wrapper {
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}

.supplier-dashboard-wrapper {
  margin-top: 16px;
}
.supplier-dashboard-wrapper .card {
  background: transparent;
  box-shadow: none;
  border: none;
}
.supplier-dashboard-wrapper .supplier-offers-card-one {
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 16px;
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/supplier-box-one-bg.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1366px) {
  .supplier-dashboard-wrapper .supplier-offers-card-one {
    background-size: 100% 100%;
  }
}
.supplier-dashboard-wrapper .supplier-post-btn {
  padding: 14px 11px;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 6px !important;
  background-color: #e05564;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: -3px;
}
@media (max-width: 1366px) {
  .supplier-dashboard-wrapper .supplier-post-btn {
    padding: 13px 9px;
    font-size: 0.75rem;
    top: -3px;
  }
}
@media (max-width: 767px) {
  .supplier-dashboard-wrapper .supplier-post-btn {
    padding: 14px 10px;
    top: -4px;
  }
}
.supplier-dashboard-wrapper .supplier-post-btn.disable {
  background-color: #cacaca;
}
.supplier-dashboard-wrapper .supplier-product-img {
  width: 100%;
  height: 40px;
  margin: 0 auto 3px;
  position: relative;
  overflow: hidden;
}
.supplier-dashboard-wrapper .supplier-product-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.supplier-dashboard-wrapper .supplier-offers-card-two {
  min-height: auto !important;
  border-radius: 10px;
  padding: 16px;
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/supplier-box-two-bg.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.supplier-dashboard-wrapper .supplier-offer-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.supplier-dashboard-wrapper .supplier-product-offer-per {
  color: #373737;
  background-color: #F6CBD0;
  padding: 2px;
  border-radius: 3px;
  font-size: 0.688rem;
  margin-top: auto;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .supplier-offers-card-one .col-xl-3.col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.dash-supp-widget-img .supplier-product-img {
  width: 100%;
  height: 80px;
  margin: 0 auto 3px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #E8F2FC;
  border-radius: 7px;
  box-shadow: none;
}
@media (max-width: 1550px) {
  .dash-supp-widget-img .supplier-product-img {
    height: 70px;
  }
}
@media (max-width: 1366px) {
  .dash-supp-widget-img .supplier-product-img {
    height: 60px;
  }
}

.offer-ver-text {
  font-size: 0.75rem;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
  background: #e05564;
  color: #ffffff;
  height: 100%;
  text-align: center;
  border-radius: 6px 0 0 6px;
}

.supplier-product-img {
  width: 100%;
  height: 100px;
  margin: 0 auto 3px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
}
.supplier-product-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}

.supplier-product-title {
  font-size: 0.813rem;
  color: #373737;
  margin-bottom: 2px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 32px;
}
@media (max-width: 1680px) {
  .supplier-product-title {
    font-size: 0.688rem;
  }
}

.supplier-widget-title {
  font-size: 0.875rem;
  color: #373737;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .supplier-widget-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .supplier-widget-title {
    font-size: 0.75rem;
  }
}

.supplier-connect-text {
  font-size: 0.75rem;
  color: #373737;
  margin-top: 15px;
}
@media (max-width: 1366px) {
  .supplier-connect-text {
    font-size: 0.688rem;
  }
}

.supplier-desc-text {
  font-size: 0.813rem;
  color: #373737;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .supplier-desc-text {
    font-size: 0.688rem;
  }
}

@media (max-width: 1200px) {
  .supplier-offers-card-one .col-xl-3.col-xl-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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

.owner-dashboard-wrapper .supplier-dashboard-wrapper {
  padding-right: 10px;
  padding-left: 10px;
}
.owner-dashboard-wrapper .supplier-dashboard-wrapper .card {
  box-shadow: none !important;
}
.owner-dashboard-wrapper .supplier-dashboard-wrapper.pb-2 {
  padding-bottom: 0px !important;
}

.input-slide-text-div {
  position: absolute;
}

.input-search-icon {
  position: absolute;
  top: 15px;
  left: 9px;
  color: #b2b2b2;
  font-size: 1.125rem;
}
@media (max-width: 1366px) {
  .input-search-icon {
    left: 5px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .input-search-icon {
    left: 7px;
    font-size: 0.875rem;
  }
}

.copy-rm-fancy-wrapper .new-fancybox-body {
  min-height: 500px;
  max-height: 500px;
}
.copy-rm-fancy-wrapper .ps-table-footer {
  flex-direction: row;
}
.copy-rm-fancy-wrapper .copyrm_fancy_icon {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 4;
  color: #b2b2b2;
  font-size: 1.125rem;
}
@media (max-width: 1366px) {
  .copy-rm-fancy-wrapper .copyrm_fancy_icon {
    left: 5px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .copy-rm-fancy-wrapper .copyrm_fancy_icon {
    left: 7px;
    font-size: 0.875rem;
  }
}
.copy-rm-fancy-wrapper .search-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #F8F8F8;
  z-index: 3;
  border-bottom: 1px solid #D2D6DB;
}
.copy-rm-fancy-wrapper .bottom-pagination-sticky {
  bottom: 0px;
}

.slide-text-wrapper {
  padding: 14px 5px 14px 35px;
  font-size: 0.875rem;
}
@media (max-width: 1680px) {
  .slide-text-wrapper {
    padding: 15px 15px 15px 30px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1366px) {
  .slide-text-wrapper {
    padding: 14px 0px 12px 26px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1366px) {
  .slide-text-wrapper {
    padding: 15px 0px 15px 25px;
    font-size: 0.688rem;
  }
}

.input-search-text-slide {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}
@media (max-width: 767px) {
  .input-search-text-slide {
    height: 19px;
  }
}

.slidem {
  overflow: hidden;
  font-weight: 600;
  color: #373737;
}

.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px;
}
.tokenfield .form-control input {
  position: relative;
}
.tokenfield .token-input {
  background: none;
  padding: 10px 10px !important;
  margin-bottom: 0 !important;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: auto;
}
.tokenfield.focus {
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.05), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
}
.tokenfield.form-control input {
  position: relative;
}

.tokenfield.form-control {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.05), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  border-radius: 6px 0 0 6px;
  padding: 4px;
  border: none;
}

.widget i.fa.fa-info-circle {
  font-size: 13px;
  color: #979797;
}

.total-sales-dropdwon .dropdown-toggle::after, .net-sales-dropdwon .dropdown-toggle::after {
  content: none;
}

.dashboard .zone-wise-title {
  font-size: 1rem;
  font-weight: 500;
  color: #373737;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .dashboard .zone-wise-title {
    font-size: 0.875rem;
  }
}

.widget-text .dropdown-toggle {
  border: 0;
  line-height: 1;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
.widget-text .total-sales-dropdwon .dropdown-menu {
  border: 0 !important;
  background-color: #EEF5FF;
  font-size: 0.875rem;
  min-width: 250px;
  border-radius: 10px;
}
.widget-text .total-sales-dropdwon .dropdown-menu .card {
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  background-color: #EEF5FF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.102);
}
.widget-text .total-sales-dropdwon .dropdown-menu .card .card-footer {
  background-color: transparent;
  font-weight: 600;
}

.declaration-div .card .justify-content-between {
  padding: 0.2rem !important;
}
@media (max-width: 1366px) {
  .declaration-div .card .justify-content-between {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .declaration-div .card .justify-content-between {
    font-size: 0.75rem;
  }
}
.declaration-div .card .card-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #646464;
}

.restaurants-link {
  color: #000000;
  font-weight: 500;
}
.restaurants-link .fas {
  font-size: 0.75rem;
  margin: 0 5px 0 5px;
  color: #646464;
}

.clearfix::after, .clearfix:before {
  content: "";
  display: table;
}

.main-banner-new {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 0;
  margin-top: 16px;
}
.main-banner-new .table-header {
  display: flex;
  align-items: center;
}
.main-banner-new .table-header .page-main-title {
  margin: 0;
}
@media (max-width: 1600px) {
  .main-banner-new .table-header .page-main-title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .main-banner-new .table-header .page-main-title {
    margin: 0 0 0 15px !important;
  }
}

.dashboard .dashboard-header .table-header {
  padding-right: 10px;
  margin-right: auto;
}
.dashboard .main-banner-new .dashboard-header {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.102);
  padding: 12px 16px;
  align-items: center;
  background-color: #ffffff;
  padding-right: 0px;
}
.dashboard .main-banner-new .dashboard-header .date-owner-dashboard .btn {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .dashboard .main-banner-new #export_all_restaurant_data_btn {
    padding: 8px 12px 8px 12px;
  }
}
.dashboard .date-owner-dashboard .calendar-control {
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
}
.dashboard.main-content-container .date-owner-dashboard {
  gap: 20px;
}
.dashboard.main-content-container .date-owner-dashboard .range-calendar.statisticsdaterange {
  right: 6px;
  color: #373737;
  border: none;
  padding: 7px 8px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  border: 1px solid #D2D6DB;
  font-weight: 400;
}
@media (max-width: 1600px) {
  .dashboard.main-content-container .date-owner-dashboard .range-calendar.statisticsdaterange {
    font-size: 0.813rem !important;
  }
}
@media (max-width: 1366px) {
  .dashboard.main-content-container .date-owner-dashboard .range-calendar.statisticsdaterange span {
    font-size: 0.75rem !important;
  }
}
.dashboard.main-content-container .supplier-dashboard-wrapper .card {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0px 3px 10px #646464;
  border: none;
}
.dashboard .supplier-inquiry-search.row {
  margin: 0;
}

.export-data-create-zone-btn {
  display: flex;
  align-items: center;
  gap: 4px;
}

#export_all_restaurant_data_btn, #add_group_restaurant {
  padding: 7.5px 8px 7.5px 8px;
  color: #373737;
  margin-top: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1600px) {
  #export_all_restaurant_data_btn, #add_group_restaurant {
    font-size: 0.813rem;
  }
}
@media (max-width: 1440px) {
  #export_all_restaurant_data_btn, #add_group_restaurant {
    padding: 0.407rem 0.75rem;
  }
}
@media (max-width: 1366px) {
  #export_all_restaurant_data_btn, #add_group_restaurant {
    font-size: 0.75rem;
  }
}
@media (max-width: 1600px) {
  #export_all_restaurant_data_btn svg, #add_group_restaurant svg {
    vertical-align: sub;
    width: 18px;
    height: 16px;
  }
}
@media (max-width: 1366px) {
  #export_all_restaurant_data_btn svg, #add_group_restaurant svg {
    width: 18px;
    height: 14px;
  }
}

@media (max-width: 1440px) {
  #export_all_restaurant_data_btn {
    margin-right: 0 !important;
  }
}

.range-calendar svg {
  width: 25px !important;
}
@media (max-width: 1440px) {
  .range-calendar svg {
    width: 25px !important;
    height: 10px;
  }
}
@media (max-width: 1366px) {
  .range-calendar svg {
    width: 20px !important;
    height: 8px;
  }
}

.outlet-static-table-wrapper .dataTable {
  width: 100% !important;
}
.outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu {
  position: relative;
}
.outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu::before {
  content: "";
  position: absolute;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/blue-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 13px;
}
@media (max-width: 1200px) {
  .outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu::before {
    content: none;
  }
}
.outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu[x-placement=bottom-start]::before {
  top: -9px;
  right: 26px;
}
@media (max-width: 1199px) {
  .outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu[x-placement=bottom-start]::before {
    right: 10px;
  }
}
.outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu[x-placement=top-start]::before {
  bottom: -9px;
  right: 26px;
  transform: rotate(180deg);
}
@media (max-width: 1199px) {
  .outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu[x-placement=top-start]::before {
    right: 10px;
  }
}
.outlet-static-table-wrapper .total-sales-dropdwon .dropdown-menu .card {
  border: 0;
}

.owner-dashboard-main {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .owner-dashboard-main {
    padding: 0;
  }
}
.owner-dashboard-main .daterangepicker.opensright::before {
  left: 50px !important;
}
.owner-dashboard-main .daterangepicker.opensright::after {
  left: 51px !important;
}

.flex-1 {
  flex: 1;
}

.nav-link {
  padding: 0;
}

a:hover, a:focus {
  text-decoration: none;
  color: #646464;
}

.res-dashboard-wrap {
  margin: 0px 10px 0 10px;
  padding-top: 15px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap {
    margin: 0px 10px 0 0px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap {
    margin-right: 0;
    padding-top: 10px;
  }
}
.res-dashboard-wrap .card-col {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .res-dashboard-wrap .card-col {
    margin-bottom: 15px;
  }
}
.res-dashboard-wrap .divNotifications-none {
  display: none;
}
@media (max-width: 1280px) {
  .res-dashboard-wrap .divNotifications-none {
    display: block;
  }
}
.res-dashboard-wrap .card-data-list-right-arrow {
  border-right: 1px solid #cacaca;
  position: absolute;
  right: 0;
  top: -2px;
  height: 50px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .card-data-list-right-arrow {
    right: -13px;
  }
}
.res-dashboard-wrap .card-data-list-right-arrow::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(168, 168, 168, 0);
  border-left-color: #b2b2b2;
  border-width: 6px;
  margin-top: -6px;
}
.res-dashboard-wrap .card-data-list-right-arrow::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 5px;
  margin-top: -5px;
}
.res-dashboard-wrap .card-note {
  color: #646464;
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 10px;
  display: none;
}
.res-dashboard-wrap .card-data-list-expenses {
  margin: auto 0 auto 0;
  width: 100%;
}
.res-dashboard-wrap .card-data-list-expenses .card-data-list {
  margin: 10px 0 10px 0;
  display: flex;
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .card-data-list-expenses .card-data-list {
    margin: 0 0 5px 0;
  }
}
.res-dashboard-wrap .card-data-list-expenses .card-data-list-txt {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 2px;
  color: #646464;
  width: 135px;
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .res-dashboard-wrap .card-data-list-expenses .card-data-list-txt {
    width: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .res-dashboard-wrap .card-data-list-expenses .card-data-list-txt {
    font-size: 0.75rem;
    line-height: 18px;
  }
}
.res-dashboard-wrap .card-data-list-expenses .card-data-list-no {
  font-size: 0.938rem;
  font-weight: 500;
  margin-left: auto;
  display: block;
  color: #373737;
  line-height: 22px;
  margin-bottom: 3px;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .card-data-list-expenses .card-data-list-no {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .card-data-list-expenses .card-data-list-no {
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .res-dashboard-wrap .card-data-list-expenses .card-data-list-no {
    line-height: 18px;
  }
}
.res-dashboard-wrap .card-data-list-color {
  width: 18px;
  height: 10px;
  border-radius: 10px;
  margin: 7px 7px 0 0;
}
.res-dashboard-wrap .expenses1 .card-data-list-color {
  background: #24d5b8;
}
.res-dashboard-wrap .expenses2 .card-data-list-color {
  background: #f34343;
}
.res-dashboard-wrap .expenses3 .card-data-list-color {
  background: #1ba9e9;
}
.res-dashboard-wrap .expenses4 .card-data-list-color {
  background: #ffc700;
}
.res-dashboard-wrap .expenses5 .card-data-list-color {
  background: #7239ea;
}
.res-dashboard-wrap .card-dropdown.refresh-icon {
  cursor: pointer;
  margin: 12px 0 0;
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .res-dashboard-wrap .card-dropdown.refresh-icon {
    margin: 6px -10px 0 !important;
  }
}
.res-dashboard-wrap .data-sync-flex.d-flex .card-dropdown.refresh-icon {
  margin: 6px 0 0;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .data-sync-flex.d-flex .card-dropdown.refresh-icon {
    margin: 6px -12px 0 !important;
  }
}
@media (max-width: 1224px) {
  .res-dashboard-wrap .data-sync-flex.d-flex .card-dropdown.refresh-icon {
    margin: 6px -16px 0 !important;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap .data-sync-flex.d-flex .card-dropdown.refresh-icon {
    margin: 6px 0 0 8px !important;
  }
}
.res-dashboard-wrap .rm-card .fa-user-tie {
  padding: 30px 42px 30px 28px;
  font-size: 2.5rem;
  border-right: 1px solid #979797 !important;
  margin: 12px 0;
  border: 0 !important;
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .res-dashboard-wrap .rm-card .fa-user-tie {
    padding: 30px 30px 30px 16px;
    font-size: 2.25rem;
  }
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .rm-card .fa-user-tie {
    padding: 30px 32px 30px 16px;
    margin: 0px 0;
  }
}
@media (max-width: 1550px) {
  .res-dashboard-wrap .rm-card .fa-user-tie {
    font-size: 1.625rem;
  }
}
.res-dashboard-wrap .rm-card .rm-btn {
  border: 1px solid #979797;
  color: #373737;
  font-weight: 500;
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .res-dashboard-wrap .rm-card .rm-btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1400px) {
  .res-dashboard-wrap .rm-card .rm-btn {
    font-size: 0.688rem;
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .rm-card .rm-btn {
    font-size: 0.625rem;
    padding: 5px 12px;
  }
}
@media only screen and (min-width: 1279px) and (max-width: 1600px) {
  .res-dashboard-wrap .rm-card .rm-btn svg {
    width: 15px;
    height: 16px;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .rm-card .rm-btn svg {
    width: 12px;
    height: 12px;
  }
}
.res-dashboard-wrap .calendar-control span {
  font-weight: 500;
  color: #646464;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .calendar-control span {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 479px) {
  .res-dashboard-wrap .dashboard-dropdown-div {
    margin-top: 0;
  }
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-div-main {
  position: relative;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-div {
  display: grid;
  margin: 20px 0;
  grid-template-columns: 30% auto 25%;
  z-index: 1;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-label {
  font-size: 0.75rem;
  color: #646464;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress {
  height: 6px;
  background-color: #f2f2f2;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-bar.red-progress {
  background-color: #75CEF1;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-value {
  font-size: 0.75rem;
  color: #646464;
  font-weight: 500;
  color: #373737;
}

.card-view-link {
  color: #373737;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .card-view-link {
    font-size: 0.75rem;
    top: 5px;
  }
}

.ml-10 {
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .dashboard-card-refresh-icon {
    height: 30px;
    padding: 6px 10px;
  }
}

.dashboard .owner-dashboard-mobile-wrapper .row {
  margin-right: -15px;
  margin-left: -14px;
}

.mobile-footer-nav-area {
  position: fixed !important;
  transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.mobile-footer-nav-area .mobile-footer-nav {
  background-color: var(--clr-light1);
  width: 100%;
  height: 55px;
}
.mobile-footer-nav-area .mobile-footer-nav ul {
  position: relative;
  z-index: 10;
  width: 100%;
}
.mobile-footer-nav-area .mobile-footer-nav ul li {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  list-style-type: none;
}
.mobile-footer-nav-area .mobile-footer-nav ul li a {
  position: relative;
  display: block;
  font-size: 0.625rem;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  color: #969393;
  z-index: 1;
  padding-top: 8px;
}
.mobile-footer-nav-area .mobile-footer-nav ul li a span {
  color: #969393;
  display: block;
  margin-top: 5px;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.active::before, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.active::before {
  content: "";
  position: absolute;
  background: rgba(197, 32, 49, 0.15);
  display: block;
  height: 55px;
  width: 100%;
  position: absolute;
  top: 0px;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.active a span, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.active a span {
  color: #1770EE;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.active a span::after, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.active a span::after {
  bottom: 38px;
  background: #1770EE;
  height: 3px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: -3px;
  border-radius: 50px;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.active a span:hover::after, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.active a span:hover::after {
  bottom: 38px;
  background: #1770EE;
  height: 3px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: -5px;
  border-radius: 50px;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.active svg path, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.active svg path {
  fill: #1770EE;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.footer-supplier-tab.active::before, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.footer-supplier-tab.active::before {
  background: rgba(38, 128, 235, 0.2);
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.footer-supplier-tab.active a svg path, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.footer-supplier-tab.active a svg path {
  fill: #2680EB;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.footer-supplier-tab.active a span, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.footer-supplier-tab.active a span {
  color: #2680EB;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.outlet-mobile-footer-nav-click.footer-supplier-tab.active a span::after, .mobile-footer-nav-area .mobile-footer-nav ul li.mobile-footer-nav-click.footer-supplier-tab.active a span::after {
  background: #2680EB;
}
.mobile-footer-nav-area .mobile-footer-nav ul li.recap-mview {
  background: #FFF7F8;
}

@media (max-width: 767px) {
  .owner-dashboard-container .container-fluid {
    padding: 0;
  }
}
.owner-dashboard-container .daterangepicker.opensright::before {
  left: 30px;
}
@media (max-width: 991px) {
  .owner-dashboard-container .daterangepicker.opensright::before {
    right: unset;
  }
}
@media (max-width: 575px) {
  .owner-dashboard-container .daterangepicker.opensright::before {
    left: 100px;
  }
}
@media (max-width: 479px) {
  .owner-dashboard-container .daterangepicker.opensright::before {
    right: 16px;
    left: auto !important;
  }
}
.owner-dashboard-container .daterangepicker.opensright::after {
  left: 31px;
}
@media (max-width: 991px) {
  .owner-dashboard-container .daterangepicker.opensright::after {
    right: unset;
  }
}
@media (max-width: 575px) {
  .owner-dashboard-container .daterangepicker.opensright::after {
    left: 101px;
  }
}
@media (max-width: 479px) {
  .owner-dashboard-container .daterangepicker.opensright::after {
    right: 17px;
    left: auto !important;
  }
}
.owner-dashboard-container .alert-danger {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .owner-dashboard-container.owner-dashboard-container-mob .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.owner-dashboard-mobile-wrapper .outlet-statistics-title {
  font-size: 0.875rem;
  color: #373737;
  font-weight: 500;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist ul {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(202, 202, 202, 0.5411764706);
  padding-bottom: 10px;
  padding-top: 5px;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist ul li {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  list-style-type: none;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist ul li .statistics-wise-tab-title {
  position: relative;
  display: block;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
  color: #646464;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist ul li.active .statistics-wise-tab-title {
  color: #373737;
  font-weight: 500;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist ul li.active .statistics-wise-tab-title::after {
  bottom: -13px;
  background: #1770EE;
  height: 3px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  border-radius: 50px;
  right: 0;
  margin: 0 auto;
  top: unset;
}
.owner-dashboard-mobile-wrapper .direct-expand.child-table-expand {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/outlet-plus-icon.svg) no-repeat center center;
}
.owner-dashboard-mobile-wrapper .calendar-control {
  padding: 6px 8px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  border: none;
  color: #646464;
}
.owner-dashboard-mobile-wrapper .tablist-scroll {
  padding: 0;
}
@media (max-width: 767px) {
  .owner-dashboard-mobile-wrapper .tablist-scroll {
    padding: 16px 0;
    overflow-x: auto;
  }
}
.owner-dashboard-mobile-wrapper .tablist-scroll ul li {
  padding: 3px 16px;
}
.owner-dashboard-mobile-wrapper .tablist-scroll {
  padding: 0;
}
.owner-dashboard-mobile-wrapper .table-divided {
  border-spacing: 0;
  width: 100% !important;
  padding: 0 5px 16px 5px;
  border-bottom: 0;
  margin-bottom: 0;
}
.owner-dashboard-mobile-wrapper .table-divided tbody tr {
  box-shadow: none;
  border-radius: 0;
}
.owner-dashboard-mobile-wrapper .table-divided tbody tr td {
  background-color: #ffffff !important;
}
.owner-dashboard-mobile-wrapper .table-divided tbody tr.zone-wise-collapse-body {
  background-color: #F8F8F8 !important;
  border: 0;
  padding: 10px;
  border-radius: 3px !important;
}
.owner-dashboard-mobile-wrapper .table-divided tbody tr.zone-wise-collapse-body td {
  border-top: 0;
  border-radius: 0;
  border-bottom: 0;
  background: transparent !important;
  padding: 8px 12px 8px !important;
}
.owner-dashboard-mobile-wrapper .table-divided td {
  border-bottom: 1px solid #f2f2f2 !important;
  border-top: 0;
  border-radius: 0;
  border-bottom: 0;
  padding: 13px 10px 13px 10px !important;
}
.owner-dashboard-mobile-wrapper .table-divided tr:first-child td {
  border-top: 0;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist ul li {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  list-style-type: none;
}
.owner-dashboard-mobile-wrapper .statistics-wise-nav-tablist::-webkit-scrollbar {
  width: 5px;
  background-color: #FFFFFF;
}
.owner-dashboard-mobile-wrapper .statistics-tab-title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #373737;
  position: relative;
}
.owner-dashboard-mobile-wrapper .statistics-tab-title::before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #969393;
  position: absolute;
  top: 5px;
  left: 0px;
}
.owner-dashboard-mobile-wrapper .statistics-tab-title.total-text-title {
  font-size: 0.813rem;
}
.owner-dashboard-mobile-wrapper .statistics-tab-title.total-text-title::before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  height: 7px;
  width: 7px;
  margin-right: 6px;
  background-color: #373737;
  font-size: 0.813rem;
  position: absolute;
  top: 5px;
  left: 0px;
}
.owner-dashboard-mobile-wrapper .statistics-tab-title-number {
  font-size: 0.875rem;
  font-weight: 500;
  color: #373737;
}

.mobile-outlet-statistics-card .px-2 {
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .widget-text {
    min-height: 20px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .widget-text .dropdown-toggle {
    z-index: 2;
  }
}

.supplier-offer-discount-box {
  background: #FF9A01;
  border-radius: 4px;
  font-size: 0.688rem;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
  color: #ffffff;
  padding: 2px 5px;
}
@media (max-width: 1550px) {
  .supplier-offer-discount-box {
    font-size: 0.625rem;
    padding: 2px 4px;
  }
}

.zonewise-statistics-table-sticky,
.outlet-statistics-table-sticky {
  position: sticky;
  top: 95px;
  z-index: 9;
  background: #ffffff;
}

.owner-dashboard-mobile-wrapper .outlet-statistics-title {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 500;
}
.owner-dashboard-mobile-wrapper .btn-red-secondary {
  background: #1770EE;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  padding: 5px 7px;
}

.zonewise-statistics-sticky {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
}

.sticky-top-bg, .sticky-top-bg1 {
  position: sticky;
  top: 0;
  transition: all 0.5s ease-out;
}

.zonewise-statistics-tab-sticky {
  position: sticky;
  top: 50px;
  z-index: 9;
  background: #ffffff;
}

.sticky-element, .sticky-element1 {
  background-color: #f1f1f1 !important;
  border-radius: 20px 20px 0 0;
}

.outlet-statistics-sticky {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #ffffff;
}

.outlet-statistics-tab-sticky {
  position: sticky;
  top: 50px;
  z-index: 9;
  background: #ffffff;
}

@media (max-width: 1366px) {
  .table thead tr td, .table tbody tr td, .table tfoot tr td {
    font-weight: 400;
    font-size: 0.75rem;
  }
}

.rmtr-link-txt-setting {
  padding: 20px 12px;
  background: #FCEAEC;
  margin-right: 8px;
}
@media (max-width: 1366px) {
  .rmtr-link-txt-setting {
    padding: 18px 10px;
  }
}
@media (max-width: 1366px) {
  .rmtr-link-txt-setting svg {
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 991px) {
  .invent-dash-links {
    background: #ffffff;
    padding: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .invent-dash-links .order-2.w-100 {
    width: 90% !important;
  }
}

@media (max-width: 991px) {
  .quick-link-dashboard-wrapper .invent-dash-links {
    padding: 0;
    margin-top: 0;
  }
}
.quick-link-dashboard-wrapper .rmtr-link-div {
  justify-content: center;
  align-items: center;
  margin: 14px 10px;
  padding: 6px 20px;
  color: #373737;
  font-weight: 500;
  text-align: center;
  display: flex;
}
@media (max-width: 1366px) {
  .quick-link-dashboard-wrapper .rmtr-link-div {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .quick-link-dashboard-wrapper .rmtr-link-div {
    min-width: 110px;
    text-align: center;
    margin: 8px 4px;
    padding: 5px;
  }
}
.quick-link-dashboard-wrapper .rmtr-link-div:hover, .quick-link-dashboard-wrapper .rmtr-link-div:active, .quick-link-dashboard-wrapper .rmtr-link-div:focus {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
}

@media (max-width: 1280px) {
  .scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767px) {
  .card.quick-link-dashboard-wrapper .invent-dash-links .d-flex.scrolling-wrapper {
    align-items: center;
    height: 100%;
  }
}

.res-dashboard-wrap-mobile {
  padding-top: 0px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-mobile {
    margin: 0px 10px 0 0px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap-mobile {
    margin-right: 0;
  }
}
.res-dashboard-wrap-mobile .google-bussiness-mobile-widget {
  padding: 16px 12px;
  background-color: #EEF5FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 8px solid #1361CE;
}
.res-dashboard-wrap-mobile .card-sales-top {
  background-color: #f2f2f2;
  padding: 12px 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px 22px 0px 0px;
  margin-top: 12px;
}
.res-dashboard-wrap-mobile .mobile-sales-title {
  font-size: 0.875rem;
  color: #373737;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .dashboard-dropdown-div .calendar-control {
  padding: 6px 8px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  border: none;
  color: #646464;
}
.res-dashboard-wrap-mobile .dashboard-dropdown-div .calendar-control span {
  font-weight: normal;
}
.res-dashboard-wrap-mobile .mobile-refresh-btn {
  color: #646464;
  font-size: 0.75rem;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  font-weight: 500;
  background-color: #ffffff;
}
.res-dashboard-wrap-mobile .btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.res-dashboard-wrap-mobile .btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #979797;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 1s;
  transform: scale(5, 5);
}
.res-dashboard-wrap-mobile .sales-sync-text {
  font-size: 0.688rem;
  margin-bottom: 0;
  color: #969393;
  margin-top: 5px;
  text-align: left;
}
.res-dashboard-wrap-mobile .card-header-position-fixed .card-sales-top {
  position: fixed;
  top: 44px;
  left: 0;
  width: 100%;
  z-index: 3;
  margin-top: 5px;
}
.res-dashboard-wrap-mobile .card-data-list-no {
  font-size: 1.563rem;
  display: block;
  color: #373737;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .card-data-list-txt {
  font-size: 0.875rem;
  color: #373737;
}
.res-dashboard-wrap-mobile .sales-title-text {
  font-size: 0.813rem;
  color: #373737;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .sales-order-text {
  font-size: 0.813rem;
  color: #646464;
}
.res-dashboard-wrap-mobile .sales-title-text-number {
  font-size: 0.875rem;
  color: #373737;
  font-weight: 600;
}
.res-dashboard-wrap-mobile .show-hidden-menu {
  cursor: pointer;
}
.res-dashboard-wrap-mobile .btn-ripple {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.res-dashboard-wrap-mobile .btn-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  background-color: #979797;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 1s;
  transform: scale(5, 5);
}
.res-dashboard-wrap-mobile .StepProgress-top-btm-brder::before {
  content: "";
  width: 20px;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 25px;
  border: 1px solid #969393;
}
.res-dashboard-wrap-mobile .StepProgress-top-btm-brder::after {
  content: "";
  width: 20px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 25px;
  border: 1px solid #969393;
}
.res-dashboard-wrap-mobile .StepProgress {
  position: relative;
  list-style: none;
  counter-reset: progress;
}
.res-dashboard-wrap-mobile .StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 19px;
  width: 10px;
  height: 100%;
  border-left: 2px solid #969393;
  z-index: 1;
}
.res-dashboard-wrap-mobile .StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}
.res-dashboard-wrap-mobile .StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #969393;
}
.res-dashboard-wrap-mobile .sales-box-pad {
  padding: 1rem 0 1rem 5rem;
}
.res-dashboard-wrap-mobile .bg-light-grey {
  background-color: #f9f9f9;
}
.res-dashboard-wrap-mobile .StepProgress-text-title {
  font-size: 0.75rem;
  color: #373737;
}
.res-dashboard-wrap-mobile .StepProgress-text-title.StepProgress-text-title-main {
  font-weight: 500;
  padding-left: 6px;
}
.res-dashboard-wrap-mobile .offline-img-icon:before {
  content: "";
  display: inline-block;
  background: url("https://d12wf4nrgjmvr4.cloudfront.net/images/mobile-offline.svg") no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 0px;
}
.res-dashboard-wrap-mobile .online-img-icon:before {
  content: "";
  display: inline-block;
  background: url("https://d12wf4nrgjmvr4.cloudfront.net/images/mobile-online.svg") no-repeat;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  position: absolute;
  left: -20px;
  top: 0px;
}
.res-dashboard-wrap-mobile .sales-percent-box {
  background: rgba(58, 132, 236, 0.2);
  padding: 5px 8px;
  border-radius: 5px;
}
.res-dashboard-wrap-mobile .online-order-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px 10px;
}
.res-dashboard-wrap-mobile .mobile-online-order-title {
  font-size: 0.875rem;
  color: #373737;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .online-order-wrapper .StepProgress-top-btm-brder::before {
  content: "";
  width: 20px;
  position: absolute;
  top: 0;
  z-index: 9;
  left: 19px;
  border: 1px solid #969393;
}
.res-dashboard-wrap-mobile .online-order-wrapper .StepProgress-top-btm-brder::after {
  content: "";
  width: 20px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 19px;
  border: 1px solid #969393;
}
.res-dashboard-wrap-mobile .online-order-wrapper .StepProgress::before {
  left: 28px;
}
.res-dashboard-wrap-mobile .online-order-wrapper .StepProgress-item::after {
  left: 23px;
  top: 18px;
}
.res-dashboard-wrap-mobile .online-order-wrapper .sales-box-pad {
  margin-right: 0px;
  margin-left: 0px;
  padding: 1rem 0 1rem 4rem;
}
.res-dashboard-wrap-mobile .StepProgress-item.zomato-step::after {
  background-color: #E23744;
  z-index: 1;
}
.res-dashboard-wrap-mobile .StepProgress-item.swiggy-step::after {
  background-color: #FC8019;
  z-index: 1;
}
.res-dashboard-wrap-mobile .StepProgress-item.home-website-step::after {
  background-color: #508cdf;
  z-index: 1;
}
.res-dashboard-wrap-mobile .StepProgress-item.online-channels-step::after {
  background-color: #5ea61f;
  z-index: 1;
}
.res-dashboard-wrap-mobile .online-border-btm::after {
  border-top: 1px solid #cacaca;
  content: "";
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
.res-dashboard-wrap-mobile .order-statistics-loader-wrapper {
  height: 100%;
}
.res-dashboard-wrap-mobile .order-statistics-box {
  background-color: #F9F9F9;
  padding: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1607843137);
  border-radius: 11px;
  height: 100%;
}
.res-dashboard-wrap-mobile .order-statistics-box .order-statistics-number {
  font-size: 0.813rem;
  color: #646464;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .order-statistics-box .order-statistics-text {
  font-size: 0.75rem;
  color: #646464;
}
.res-dashboard-wrap-mobile .point-of-contact-box {
  background: #E8F0FE;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.res-dashboard-wrap-mobile .point-of-contact-box p {
  color: #20518C;
}
.res-dashboard-wrap-mobile .point-of-contact-box p span {
  font-weight: 600;
  font-size: 0.688rem;
}
.res-dashboard-wrap-mobile .point-of-contact-box a {
  border: 1px solid #20518C;
  color: #20518C;
}
.res-dashboard-wrap-mobile .statistics-card {
  border-bottom: 1px solid #F8F8F8;
}
.res-dashboard-wrap-mobile .statistics-card-head {
  padding: 20px 10px;
}
.res-dashboard-wrap-mobile .statistics-card-head h2 {
  font-size: 0.813rem;
  color: #373737;
  font-weight: 500;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/more.svg) no-repeat calc(100% - 10px) center;
  cursor: pointer;
}

.point-of-contact-box-singleoutlet .single-outlet-id-text-wrap {
  text-align: center;
  color: #373737;
  background-color: #D1E4FF;
  border-radius: 11px;
  padding: 30px 0;
}
@media (max-width: 575px) {
  .point-of-contact-box-singleoutlet .single-outlet-id-text-wrap.col-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .point-of-contact-box-singleoutlet .single-outlet-id-text-wrap::after {
    content: "";
    display: inline-block;
    width: 2px;
    background-color: #D1E4FF;
    height: 72px;
    position: absolute;
    right: -8px;
    top: 12px;
  }
}
@media (max-width: 575px) {
  .point-of-contact-box-singleoutlet .single-outlet-id-text-wrap::after {
    content: "";
    display: inline-block;
    width: 2px;
    background-color: #D1E4FF;
    height: 72px;
    position: absolute;
    right: -8px;
    top: 12px;
  }
}
@media (max-width: 575px) {
  .point-of-contact-box-singleoutlet .single-outlet-text-wrap.col-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .point-of-contact-box-singleoutlet .contact-on-call-wrap {
    font-size: 0;
    border-radius: 50% !important;
    width: 37px;
    height: 37px;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .point-of-contact-box-singleoutlet .whatspp-icon-rm {
    padding: 8px 9px;
  }
}

.res-dashboard-wrap-main .daterangepicker {
  z-index: 99;
}
@media (max-width: 767px) {
  .res-dashboard-wrap-main .daterangepicker {
    width: auto;
    margin-top: 1px;
    z-index: 1;
    min-width: 135px;
  }
}

@media (max-width: 767px) {
  .daterangepicker.opensright::before {
    right: 83px;
    left: auto !important;
  }
}
@media (max-width: 767px) {
  .daterangepicker.opensright::after {
    right: 84px;
    left: auto !important;
  }
}

.daterangepicker .ranges li {
  font-size: 0.875rem;
  border-bottom: 1px solid rgb(229, 229, 229);
  border-radius: 0;
  color: #646464;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li.active {
  background-color: #ededed !important;
  color: #373737 !important;
}

[class~=fancybox-container], .fancybox-container {
  z-index: 1058 !important;
}

.dashboard .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.min-height-100 {
  min-height: 100px;
}

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

.dashboard .row {
  margin-left: -10px;
  margin-right: -10px;
}

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

@media (max-width: 1200px) {
  .scroll {
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 15px 0;
  }
}
@media (max-width: 1200px) {
  .scroll a {
    margin: 0 0px 0 0;
    display: inline;
    border: none !important;
  }
}

.nav.nav-tabs.scroll {
  padding: 25px 0;
}
@media (max-width: 1366px) {
  .nav.nav-tabs.scroll {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  .nav.nav-tabs.scroll {
    padding: 15px 0;
  }
}

.res-dashboard-wrap-mobile .nav.nav-tabs.scroll {
  padding: 11px 0 10px 10px;
  margin-bottom: 0;
  border: none;
}
.res-dashboard-wrap-mobile .nav-tabs .nav-link {
  margin-right: 25px;
  color: #979797;
  padding: 14px 0 0px 0;
  position: relative;
  font-size: 0.813rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .res-dashboard-wrap-mobile .nav-tabs .nav-link {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90px;
    margin-right: 10px;
  }
}
.res-dashboard-wrap-mobile .nav-tabs .nav-link:hover, .res-dashboard-wrap-mobile .nav-tabs .nav-link.active {
  color: #373737;
  background-color: transparent;
}
.res-dashboard-wrap-mobile .nav-tabs .nav-link:hover::after, .res-dashboard-wrap-mobile .nav-tabs .nav-link.active::after {
  bottom: 38px;
  background: #ffaa15;
  height: 4px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
}
.res-dashboard-wrap-mobile .mobile-tab-content {
  background: #ffffff;
  box-shadow: 0px 0px 3px #cacaca;
  border-radius: 10px;
  position: relative;
}
.res-dashboard-wrap-mobile .card-mobile-top {
  display: flex;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 0 0 2px;
}
.res-dashboard-wrap-mobile .card-mobile-top .card-data-list-no {
  font-size: 1.125rem;
  display: block;
  color: #000000;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .card-mobile-top .card-data-list-no .rs-font-family {
  color: #000000;
}
.res-dashboard-wrap-mobile .card-mobile-top .card-data-list-no .card-data-list-txt {
  font-size: 0.75rem;
  color: #373737;
}
.res-dashboard-wrap-mobile .card-col-mobile .card-dropdown {
  padding: 10px 10px 2px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.res-dashboard-wrap-mobile .card-col-mobile .card-dropdown .dashboard-dropdown-div .calendar-control {
  padding: 5px 16px !important;
  border: none;
  background: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3019607843);
  border-radius: 16px;
  display: flex;
}
.res-dashboard-wrap-mobile .card-col-mobile .card-dropdown .dashboard-dropdown-div .calendar-control svg {
  margin-top: 7px;
}
.res-dashboard-wrap-mobile .card-col-mobile .progress {
  height: 4px;
  border-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 78% !important;
  background: #ffffff;
}
.res-dashboard-wrap-mobile .mobile-cards {
  display: block;
  padding: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
}
.res-dashboard-wrap-mobile .mobile-cards-sec {
  border-radius: 10px;
  padding: 10px 16px 10px 10px;
  position: relative;
  background: #f8f8f8;
  box-shadow: 2px 2px 7px -4px 0px 0px 3px #646464;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(1) {
  background: #FDF2F3;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(1) .card-image {
  background-color: #FFF4F6;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(2) {
  background: #FFFBEE;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(2) .card-image {
  background-color: #FFFCEA;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(3) {
  background-color: #F8F8F8;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(3) .card-image {
  background-color: #F3FFE9;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(4) {
  background: #F8F8F8;
  margin-bottom: 0;
}
.res-dashboard-wrap-mobile .mobile-cards-sec:nth-child(4) .card-image {
  background-color: #DCE8F8;
}
.res-dashboard-wrap-mobile .mobile-cards-sec .card-image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-dashboard-wrap-mobile .mobile-cards-sec .card-image img {
  height: 15px;
  width: 15px;
}
.res-dashboard-wrap-mobile .mobile-cards-sec .card-data-list-no {
  display: block;
  margin-bottom: 5px;
  color: #000000;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
  padding: o;
}
.res-dashboard-wrap-mobile .mobile-cards-sec .card-data-list-no .rs-font-family {
  color: #979797;
}
.res-dashboard-wrap-mobile .mobile-cards-sec .card-data-list-txt {
  color: #373737;
  font-size: 0.75rem;
  position: relative;
  z-index: 1;
  padding: 0;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec {
  width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec .mobile-delivery-sec-right {
  display: table;
  width: 100%;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec .mobile-delivery-sec-right .online-card-list {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 20px;
  text-align: center;
  white-space: nowrap;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec .mobile-delivery-sec-right .online-card-list .card-mobile-delivery-data img {
  height: 24px;
  width: 24px;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec .mobile-delivery-sec-right .online-card-list .progressbar-div {
  width: 60px;
  margin: 0 auto;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec .mobile-delivery-sec-right .online-card-list .progressbar-div .progress {
  background-color: #D2D6DB;
}
.res-dashboard-wrap-mobile .mobile-delivery-sec .mobile-delivery-sec-right .online-card-list .progressbar-div .progress .progress-bar {
  background-color: #3A84EC;
}
.res-dashboard-wrap-mobile .card-data-list-title {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.res-dashboard-wrap-mobile .card-data-list-title .card-data-list-title-txt {
  color: #000000;
  font-size: 0.875rem !important;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .card-data-list-title .card-data-list-txt {
  font-weight: 500;
  color: #979797;
  font-size: 0.75rem;
  line-height: 18px;
}
.res-dashboard-wrap-mobile .card-data-list-no {
  font-size: 1.563rem;
  display: block;
  color: #000000;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .card-data-list-no .currency-icon {
  vertical-align: super;
  font-size: 10px;
  color: #979797;
}
.res-dashboard-wrap-mobile .progressbar-div {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  flex: 1;
  margin: 0 30px;
}
.res-dashboard-wrap-mobile .progressbar-div .progress-label {
  position: absolute;
  right: -10px;
  font-size: 0.688rem;
  color: #373737;
  bottom: -6px;
  font-weight: normal;
}
.res-dashboard-wrap-mobile .progressbar-div .progress .progress-bar {
  background-color: #F8C400;
}
.res-dashboard-wrap-mobile .card-mobile-dine-in .progress .progress-bar {
  background-color: #FF4040;
}
.res-dashboard-wrap-mobile .card-mobile-delivry .progress .progress-bar {
  background-color: #5EA61F;
}
.res-dashboard-wrap-mobile .point-of-contact-box p span {
  font-weight: 600;
  font-size: 0.688rem;
}
.res-dashboard-wrap-mobile .dineinchart, .res-dashboard-wrap-mobile .pickupchart, .res-dashboard-wrap-mobile .deliverychart {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-mobile .dineinchart, .res-dashboard-wrap-mobile .pickupchart, .res-dashboard-wrap-mobile .deliverychart {
    height: 318px !important;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap-mobile .dineinchart, .res-dashboard-wrap-mobile .pickupchart, .res-dashboard-wrap-mobile .deliverychart {
    height: 230px;
  }
}

.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-div-main {
  position: relative;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-div {
  display: grid;
  margin: 20px 0;
  grid-template-columns: 30% auto 25%;
  z-index: 1;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-label {
  font-size: 0.75rem;
  color: #646464;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress {
  height: 6px;
  background-color: #f2f2f2;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-bar.red-progress {
  background-color: #75CEF1;
}
.res-dashboard-wrap.res-dashboard-wrap-mobile .progress-value {
  font-size: 0.75rem;
  color: #646464;
  font-weight: 500;
  color: #373737;
}
.res-dashboard-wrap .card {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #ededed;
  overflow: hidden;
}
.res-dashboard-wrap .card .card-body {
  padding-bottom: 10px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .card .card-body {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .card .card-body {
    padding: 15px;
  }
}
.res-dashboard-wrap .card-header {
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  padding: 10px 18px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .card-header {
    padding: 8px 15px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .card-header {
    padding: 8px 15px;
  }
}

.market-dash-widget-wrapper .market-card-wrap {
  background: transparent;
  box-shadow: none;
  border: none;
}
.market-dash-widget-wrapper .marketplace-card-one {
  margin-bottom: 20px;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.market-dash-widget-wrapper .marketplace-card-one .bg-marketplace {
  padding: 1.25rem;
  padding-bottom: 10px;
}
@media (max-width: 1680px) {
  .market-dash-widget-wrapper .marketplace-card-one .bg-marketplace {
    padding: 16px;
  }
}
.market-dash-widget-wrapper .bg-marketplace {
  background-color: #ffe7db;
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/market-bg-chain1.svg");
  background-repeat: no-repeat;
  border-radius: 10px;
}
.market-dash-widget-wrapper .marketplace-widget-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #646464;
}
@media (max-width: 1440px) {
  .market-dash-widget-wrapper .marketplace-widget-text {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .market-dash-widget-wrapper .marketplace-widget-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .market-dash-widget-wrapper .marketplace-widget-text {
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
.market-dash-widget-wrapper .market-explore-now {
  color: #c52031;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .market-dash-widget-wrapper .market-explore-now {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .market-dash-widget-wrapper .market-explore-now {
    margin-bottom: 0;
  }
}
.market-dash-widget-wrapper .marketplace-widget-subtext {
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .market-dash-widget-wrapper .marketplace-widget-subtext {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .market-dash-widget-wrapper .marketplace-widget-subtext {
    font-size: 0.75rem;
    line-height: 16px;
  }
}
.market-dash-widget-wrapper .marketplace-card-two {
  min-height: auto !important;
}
.market-dash-widget-wrapper .marketplace-card-two .bg-marketplace {
  border-radius: 10px 10px 0 0;
}
.market-dash-widget-wrapper .marketplace-card-two .marketplace-widget-text {
  color: #646464;
}
.market-dash-widget-wrapper .bg-marketplace {
  background-color: #ffe7db;
  background-image: url("https://d12wf4nrgjmvr4.cloudfront.net/images/market-bg-chain1.svg");
  background-repeat: no-repeat;
  border-radius: 10px;
}
.market-dash-widget-wrapper .marketplace-widget-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #646464;
}
@media (max-width: 1440px) {
  .market-dash-widget-wrapper .marketplace-widget-text {
    font-size: 1rem;
  }
}
@media (max-width: 1366px) {
  .market-dash-widget-wrapper .marketplace-widget-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .market-dash-widget-wrapper .marketplace-widget-text {
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
.market-dash-widget-wrapper .marketplace-img-wrapper img {
  max-width: 90px;
}
@media (max-width: 1680px) {
  .market-dash-widget-wrapper .marketplace-img-wrapper img {
    max-width: 80px;
  }
}
@media (max-width: 1366px) {
  .market-dash-widget-wrapper .marketplace-img-wrapper img {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .market-dash-widget-wrapper .marketplace-img-wrapper img {
    max-width: 60px;
  }
}

.res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
  min-height: 362px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 364px;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 364px;
  }
}
@media (max-width: 1280px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 288px;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 271px;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 271px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 184px;
  }
}
@media (max-width: 576px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 215px;
  }
}
@media (max-width: 479px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .row div .card {
    min-height: 220px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet {
  max-height: 410px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet {
    max-height: 330px;
  }
}
@media (max-width: 1280px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet {
    max-height: 355px;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet {
    max-height: 350px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1649px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet .highcharts-title {
    font-size: 0.813rem !important;
  }
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet .highcharts-title {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet .highcharts-title {
    top: 74px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet .simplebar-track.simplebar-horizontal {
    visibility: hidden !important;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .card-customscroll-virtual-outlet .mob-padding-0 {
    padding: 0;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualout-co {
  margin-top: 30px;
}
.res-dashboard-wrap-height .res-dashboard-wrap .progress-total .card-title {
  color: #000000;
  font-size: 1.125rem;
  line-height: 19px;
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .progress-total .card-title {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .progress-total-expences {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualout-chart-group {
    margin: 0 auto;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualout-chart-group .highcharts-title {
  font-size: 1.125rem !important;
  color: #000000 !important;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualout-chart-group .highcharts-title {
    font-size: 0.875rem !important;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualoutsolid-chart {
  height: 105px;
  width: 185px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualoutsolid-chart {
    height: 130px;
    width: 160px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualoutsolid-chart {
    height: 140px;
  }
}
@media (max-width: 1280px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualoutsolid-chart {
    height: 130px;
    width: 130px;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualoutsolid-chart {
    height: 150px;
    width: 140px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualoutsolid-chart {
    height: 150px;
    width: 165px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualout-top {
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap-height .res-dashboard-wrap .virtualout-top {
    padding: 15px 0;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualout-top .virtualout-left {
  border-right: 1px solid #CCCCCC;
  width: 50%;
  text-align: right;
  padding: 0 20px 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualout-top .virtualout-right {
  padding: 0 0 0 20px;
}
.res-dashboard-wrap-height .res-dashboard-wrap .virtualout-top .virtualout-col {
  margin-top: 30px;
}

.marketplace-service-text {
  font-size: 0.688rem;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .marketplace-service-text {
    font-size: 0.625rem;
  }
}

.market-intrested-btn {
  padding: 8px 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 5px;
  background-color: #4f7d97;
  color: #ffffff !important;
}
@media (max-width: 1366px) {
  .market-intrested-btn {
    padding: 7px 12px;
    font-size: 0.75rem;
  }
}

.petpoojaplus-icon {
  fill: #ffffff;
}

.res-dashboard-wrap {
  margin: 0px 10px 0 10px;
  padding-top: 15px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap {
    margin: 0px 10px 0 0px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .order-statistics-wrap .dashboard-data, .res-dashboard-wrap .revenue-box-wrap .dashboard-data {
    flex-direction: unset;
    margin-bottom: 10px;
  }
}
.res-dashboard-wrap .card-header .nav-tabs {
  margin: 0;
  border-bottom: 0;
}
.res-dashboard-wrap .card-header .nav-tabs .nav-item .nav-link.active:after, .res-dashboard-wrap .card-header .nav-tabs .nav-item .nav-link:hover:after {
  height: 4px;
  background: #c52031;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: -24px;
  border-radius: 50px;
}
.res-dashboard-wrap .last-data-synced-msg {
  font-size: 0.875rem;
  text-align: center;
  font-weight: 500;
  margin: 10px 0 0px 0;
  min-height: 72px;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .last-data-synced-msg {
    min-height: 34px;
    margin: 0px 0 14px 0 !important;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap .last-data-synced-msg {
    margin: 0px 0 14px 60px !important;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .last-data-synced-msg {
    margin: 6px 0 10px 60px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 575px) {
  .res-dashboard-wrap .last-data-synced-msg {
    margin: 6px 0 10px 30px !important;
  }
}
.res-dashboard-wrap #show_sync.last-data-synced-msg {
  min-height: 62px;
}
@media (max-width: 767px) {
  .res-dashboard-wrap #show_sync.last-data-synced-msg {
    min-height: 50px;
  }
}
@media (max-width: 576px) {
  .res-dashboard-wrap #show_sync.last-data-synced-msg {
    min-height: 30px;
  }
}
@media (max-width: 575px) {
  .res-dashboard-wrap .data-sync-flex.d-flex .card-dropdown.refresh-icon {
    margin: 6px 0 0 -10px !important;
  }
}
.res-dashboard-wrap .last-data-synced .card {
  border: none;
  background-color: transparent;
}
.res-dashboard-wrap .last-data-synced-bottom .last-data-synced-btn {
  min-height: 46px;
  margin-bottom: 0px;
}
.res-dashboard-wrap .last-data-synced-btn .btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: #646464;
  border: 1px solid #cacaca;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .res-dashboard-wrap .last-data-synced-btn .btn {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .discount-tax-chart {
  height: 100%;
}
.res-dashboard-wrap .sales-chart-title {
  color: #373737;
  font-size: 1.875rem;
  font-weight: 500;
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .sales-chart-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .sales-chart-title {
    top: 48% !important;
  }
}
@media (max-width: 991px) {
  .res-dashboard-wrap .sales-chart-title {
    top: 55% !important;
  }
}
.res-dashboard-wrap .sales-chart-title span {
  font-weight: 500;
  font-size: 1.875rem;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .sales-chart-title span {
    font-size: 1.5rem;
  }
}
.res-dashboard-wrap .total-dinein-p {
  font-size: 1.125rem;
  color: #373737;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .total-dinein-p {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .total-dinein-p {
    font-size: 0.875rem;
    line-height: 20px !important;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .total-dinein-p {
    font-size: 0.875rem;
    padding-top: 10px;
  }
}
.res-dashboard-wrap .p-total {
  color: #646464;
  font-size: 0.875rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .p-total {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .p-total {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap .no-of-orders {
  border-left: 1px solid #cacaca;
}
.res-dashboard-wrap .top-border-quantity {
  border-top: 1px solid #cacaca;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .top-border-quantity {
    padding: 9px 0px !important;
  }
}
.res-dashboard-wrap .quantity-no {
  color: #373737;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .quantity-no {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .quantity-no {
    font-size: 0.875rem !important;
  }
}
.res-dashboard-wrap .flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  border-right: 1px solid #cacaca;
  padding: 0 3rem;
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .flex-center {
    border-right: none;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .flex-center {
    border-right: none !important;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .flex-center.flex-chart-tab.border-0 {
    border-right: 0 !important;
  }
}
.res-dashboard-wrap .flex-center.totalnum-pading {
  padding: 0 1rem 0 0;
}
@media (max-width: 575px) {
  .res-dashboard-wrap .flex-center.totalnum-pading {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.res-dashboard-wrap .card-new-sales {
  width: unset;
  height: unset;
  border-radius: 5px;
  box-shadow: unset;
  border: 1px solid #cacaca;
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .card-new-sales {
    margin-bottom: 0 !important;
    margin-right: 10px;
    width: 50%;
    max-height: 52px;
  }
}
@media (max-width: 767px) {
  .res-dashboard-wrap .card-new-sales {
    margin-bottom: 10px !important;
    width: unset !important;
    margin-left: 12px;
    margin-right: 0;
    max-height: unset;
  }
}
.res-dashboard-wrap .bg-lightgrey {
  background-color: #f2f2f2;
  border-radius: 5px 0 0px 5px !important;
}
.res-dashboard-wrap .discount-p {
  margin-bottom: 0;
  color: #646464;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  padding: 12px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .discount-p {
    padding: 9px;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .discount-p {
    padding: 24px 0px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .discount-p {
    padding: 5px !important;
  }
}
.res-dashboard-wrap .discount-no {
  margin-bottom: 0;
  color: #373737;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding: 16px 0;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap .discount-no {
    padding: 16px 10px;
  }
}
@media (max-width: 1440px) {
  .res-dashboard-wrap .discount-no {
    font-size: 0.875rem;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .discount-no {
    font-size: 0.875rem;
    padding: 16px 0;
  }
}
@media (max-width: 1199px) {
  .res-dashboard-wrap .discount-no {
    padding: 10px !important;
  }
}
@media (max-width: 1366px) {
  .res-dashboard-wrap .dineinchart-div {
    height: 90%;
  }
}

@media (max-width: 767px) {
  .flex-center {
    padding-top: 0 !important;
    border-right: none;
  }
}

@media (max-width: 1199px) {
  .flex-chart-tab {
    display: flex !important;
    flex-direction: row !important;
  }
}
@media (max-width: 767px) {
  .flex-chart-tab {
    display: unset !important;
    flex-direction: unset !important;
  }
}

@media (max-width: 767px) {
  .discount-p {
    font-size: 0.875rem;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .discount-no {
    font-size: 1.29rem;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .sales-chart-title {
    font-size: 2.25rem;
    left: 116px;
    right: 116px;
    top: -120px;
  }
}
@media (max-width: 767px) {
  .sales-chart-title span {
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .total-dinein-p {
    font-size: 1.813rem;
    padding-left: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-total {
    font-size: 1.125rem;
    padding-left: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .top-border-quantity {
    border-top: none !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .no-of-orders {
    text-align: center;
    border-left: none;
  }
}

@media (max-width: 767px) {
  .quantity-no {
    font-size: 1.29rem;
  }
}

@media (max-width: 767px) {
  .right-border-quantity {
    border-right: none !important;
    text-align: center;
  }
}

@media (max-width: 1366px) {
  .card-header.top-low-sellings-header.d-flex {
    padding: 10px 12px;
  }
}
@media (max-width: 767px) {
  .card-header.top-low-sellings-header.d-flex {
    padding: 18px 12px;
  }
}

.top-low-sellings-header .card-title #topsellingtab .nav-item .nav-link {
  font-weight: 500;
  border-color: #fff;
}
@media (max-width: 1680px) {
  .top-low-sellings-header .card-title #topsellingtab .nav-item .nav-link {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 767px) {
  .point-of-contact-box-singleoutlet .outlet-old-mob .whatspp-icon-rm {
    padding: 7px 12px;
  }
}

@media (max-width: 767px) {
  .res-dashboard-wrap-main .res-dashboard-wrap-mobile.pt-0 {
    background: #ffffff;
  }
}

.res-dashboard-wrap .discount-tax-chart {
  height: 100%;
}

.highcharts-root .highcharts-series-group .highcharts-series .highcharts-halo:nth-child(1) {
  fill: #E4AC00;
}
.highcharts-root .highcharts-series-group .highcharts-series .highcharts-halo:nth-child(2) {
  fill: #75CEF1;
}
.highcharts-root .highcharts-series-group .highcharts-series .highcharts-halo:nth-child(3) {
  fill: #9D8FD1;
}
.highcharts-root .highcharts-series-group .highcharts-series .highcharts-halo:nth-child(4) {
  fill: #99E457;
}
.highcharts-root .highcharts-series-group .highcharts-series .highcharts-halo:nth-child(5) {
  fill: #E4AC00;
}

.border-btm-blue::after {
  width: 150px;
  background-color: #D0E7FF;
  height: 3px;
  position: absolute;
  left: 0;
  content: "";
  bottom: -6px;
  border-radius: 10px;
}
@media (max-width: 1366px) {
  .border-btm-blue::after {
    width: 150px;
  }
}

.top-bar-active .res-dashboard-wrap-mobile .card-header-position-fixed .card-sales-top {
  top: 84px;
}

.sales-chart-wrapper .wave-pre-loading {
  height: 230px;
}

.online-order-chart-wrapper .wave-pre-loading {
  height: 274px;
}

.progress-div .wave-pre-loading {
  height: 18px;
}

.progress-div.progress-statistics-bar .wave-pre-loading {
  height: 31px;
}

.order-statistics-loader-wrapper .wave-pre-loading {
  height: 71px;
}

.revenue-leakage-loader-wrapper .wave-pre-loading {
  height: 65px;
}

.poc-wrapper .wave-pre-loading {
  height: 133px;
  margin-bottom: 16px;
}

.wave-pre-loading.icon-loader {
  width: 37px;
  height: 37px;
  border-radius: 30px;
}

.wave-pre-loading.dine-in-text-loader {
  height: 22px;
  width: 65px;
  margin: 5px 0;
}

.wave-pre-loading.number-dot-loader {
  height: 45px;
  width: 60px;
  margin: 5px 8px 5px 0;
}

.wave-pre-loading.sales-chart-loader {
  height: 161px;
}

.wave-pre-loading.sales-number-loader {
  height: 35px;
  margin: 7px 0;
}

.wave-pre-loading.sales-number-order-loader {
  height: 20px;
  margin: 7px 0;
}

.wave-pre-loading.outlet-virtual-text-loader {
  height: 20px;
}

.wave-pre-loading.discount-chart-loader {
  height: 130px;
}

.wave-pre-loading.Conp-head {
  width: 105px;
}

.wave-pre-loading.Conp-body {
  height: 91px;
  margin-bottom: 10px;
}

.market-filter-slider img {
  border: 2px solid transparent;
  border-radius: 10px;
}
.market-filter-slider .tag-active img {
  border: 2px solid #000000;
}

.res-dashboard-wrap-mobile .show-all-text {
  color: #000000 !important;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline !important;
}
.res-dashboard-wrap-mobile .marketplace-box .play-icon {
  position: absolute;
  top: 30%;
  left: 40%;
  background: #ededed;
  padding: 4px 10px;
  border-radius: 30px;
}
.res-dashboard-wrap-mobile .marketplace-box .filterOption {
  display: flex;
}
.res-dashboard-wrap-mobile .marketplace-box .marketplace-box-card {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 15px 5px;
}
.res-dashboard-wrap-mobile .marketplace-box .marketplace-service-title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000000;
}
.res-dashboard-wrap-mobile .marketplace-box .market-get-started-btn {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 7px;
  color: #000000;
  font-size: 0.625rem;
  padding: 5px;
  font-weight: 500;
  min-width: 92px;
  text-align: center;
}
.res-dashboard-wrap-mobile .marketplace-box .market-category-box {
  font-size: 0.625rem;
  color: #000000;
  background-color: #ededed;
  border-radius: 10px;
  padding: 3px 6px;
  margin-bottom: 0;
  margin-right: 6px;
  float: left;
  margin-top: 6px;
}
.res-dashboard-wrap-mobile .marketplace-box .service-name-icon img {
  max-width: 40px !important;
}
.res-dashboard-wrap-mobile .marketplace-box .market-service-descrptn {
  font-size: 0.688rem;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 15px;
}
.res-dashboard-wrap-mobile .marketplace-box .marketplace-box-title {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 500;
}
.res-dashboard-wrap-mobile .marketplace-box .market-service-image-slider .swiper-slide img {
  width: 130px;
  height: 130px;
}
.res-dashboard-wrap-mobile .marketplace-box .market-service-image-slider .swiper-slide video {
  max-width: 300px;
  height: 130px;
}

.res-dashboard-wrap-mobile .supplier-searchbox-wrapper {
  background: linear-gradient(#4798CA, #176A9B);
  padding: 16px;
  text-align: center;
}

.res-dashboard-wrap-mobile .supplier-searchbox-wrapper .welcome-supplier-text {
  font-size: 1.125rem;
  color: #FFFFFF;
  font-weight: 500;
}

.res-dashboard-wrap-mobile .supplier-searchbox-wrapper .search-supplier-text {
  font-size: 0.75rem;
  color: #FFFFFF;
  font-weight: 400;
}

.res-dashboard-wrap-mobile .supplier-searchbox-wrapper .supplier-tab-input-box {
  border-radius: 10px;
  position: relative;
  text-align: left;
}

.res-dashboard-wrap-mobile .has-search .form-control-feedback {
  top: 2px;
}

.res-dashboard-wrap-mobile .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.res-dashboard-wrap-mobile .supplier-searchbox-wrapper .has-search .form-control {
  padding: 11px 30px 10px;
  border-radius: 10px;
  height: calc(1.5em + 0.75rem + 9px);
}

.res-dashboard-wrap-mobile .supplier-post-btn {
  padding: 8px;
  font-weight: 500;
  font-size: 0.75rem;
  border-radius: 6px !important;
  background-color: #EEF5FF;
  color: #FFFFFF !important;
  position: absolute;
  top: 10px;
  right: 15px;
}

.res-dashboard-wrap-mobile .supplier-box-title-new {
  font-size: 0.813rem;
  color: #373737;
  font-weight: 500;
}

.res-dashboard-wrap-mobile .get-sample-btn {
  background-color: #1770EE;
  border-radius: 12px;
  padding: 5px 8px;
  color: #FFFFFF;
  font-size: 0.688rem;
}

.res-dashboard-wrap-mobile .free-sample-wrapper {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/free-sample-bg.png), linear-gradient(to left, #F3D1D5 0%, #ffffff 60%);
  background-repeat: no-repeat;
  background-size: cover;
}

.res-dashboard-wrap-mobile .supplier-new-border {
  border-bottom: 6px solid #CACACA;
}

.res-dashboard-wrap-mobile .free-sample-wrapper .supplier-box-title-new {
  font-size: 0.875rem;
  color: #373737;
  font-weight: 500;
}

.res-dashboard-wrap-mobile .small-card-wrap .swiper-slide {
  background: transparent;
}

.small-card-wrap .swiper-slider-card {
  max-width: 110px;
}

.res-dashboard-wrap-mobile .free-sample-wrapper .small-card-wrap .card-content {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/subtraction-bg-img.svg);
  min-width: 101px;
  min-height: 120px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.small-card-wrap .card-content {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.res-dashboard-wrap-mobile .free-sample-wrapper .small-card-wrap .swiper-slider-card .card-content img {
  max-width: 75px;
  position: relative;
  top: -7px;
  border-radius: 5px;
  max-height: 55px;
  min-height: 55px;
}

.res-dashboard-wrap-mobile .free-sample-wrapper .small-card-wrap .card-content figcaption {
  border-radius: 5px;
  padding: 1px;
  max-width: 86px;
  min-width: 86px;
  text-align: center;
  font-size: 0.625rem;
  line-height: 12px;
  font-weight: 500;
  position: relative;
  top: 4px;
  left: 0px;
  min-height: 28px;
  color: #373737;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 28px;
}

.small-card-wrap .card-content .bg-blue-fig {
  background: #DDEBFE;
}

.res-dashboard-wrap-mobile .small-card-wrap .card-content figcaption span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.res-dashboard-wrap-mobile .supplier-offer-img {
  width: 100%;
  height: 55px;
  position: relative;
  margin: 0px auto 5px;
  overflow: hidden;
}

.res-dashboard-wrap-mobile .supplier-offer-img img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.res-dashboard-wrap-mobile .supplier-slider-label {
  font-size: 0.688rem;
  font-weight: 500;
  color: #373737;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  height: 33px;
  padding: 2px;
  line-height: 14px;
}

.res-dashboard-wrap-mobile .supplier-slider-discount-number {
  background-color: #F44336;
  border-radius: 10px;
  padding: 3px 14px;
  color: #FFFFFF;
  text-align: center;
  font-size: 0.563rem;
  margin-bottom: 0;
  display: inline-block;
  margin-top: auto;
}

.res-dashboard-wrap-mobile .supplier-category-wrap {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/supplier-mobile-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
}

.res-dashboard-wrap-mobile .free-sample-wrapper {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/free-sample-bg.png), linear-gradient(to left, #F3D1D5 0%, #ffffff 60%);
  background-repeat: no-repeat;
  background-size: cover;
}

.res-dashboard-wrap-mobile .supplier-new-border {
  border-bottom: 6px solid #CACACA;
}

.res-dashboard-wrap-mobile .tokenfield .token-input {
  padding: 0 !important;
}

.res-dashboard-wrap-mobile .wave-pre-loading.welcome-supplier-text {
  height: 28px;
}

.res-dashboard-wrap-mobile .wave-pre-loading.search-supplier-text {
  height: 18px;
}

.res-dashboard-wrap-mobile .wave-pre-loading.supplier-tab-input-box {
  height: 40px;
}

.res-dashboard-wrap-mobile .wave-pre-loading.supplier-video {
  height: 100px;
}

.res-dashboard-wrap-mobile .wave-pre-loading.supplier-offer-box-loader {
  width: 78px;
  height: 100px;
  margin: 0 auto;
}

.res-dashboard-wrap-mobile .wave-pre-loading.similar-produts-box-loader {
  height: 150px;
}

.res-dashboard-wrap-mobile .wave-pre-loading.categories-loader-div {
  height: 100px;
}

.res-dashboard-wrap-mobile .statistics-card-body {
  position: relative;
  background-color: #F8F8F8;
  padding: 10px;
}

.res-dashboard-wrap-mobile .statistics-card-div {
  z-index: 1;
  display: grid;
  margin: 14px 0;
  grid-template-columns: 50% auto 20%;
}

.res-dashboard-wrap-mobile .statistics-card-label {
  font-size: 0.75rem;
  color: #646464;
}

.res-dashboard-wrap-mobile .statistics-card-per {
  font-size: 0.75rem;
  font-weight: 500;
  color: #373737;
  text-align: center;
}

.res-dashboard-wrap-mobile .statistics-card-value {
  font-size: 0.75rem;
  font-weight: 500;
  color: #373737;
}

.res-dashboard-wrap-mobile .statistics-card {
  border-bottom: 1px solid #F8F8F8;
}

.res-dashboard-wrap-mobile .statistics-card:last-child {
  border: none;
}

.res-dashboard-wrap-mobile .statistics-card-head h2 {
  font-size: 0.813rem;
  color: #373737;
  font-weight: 500;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/more.svg) no-repeat calc(100% - 10px) center;
  cursor: pointer;
}

.res-dashboard-wrap-mobile .statistics-card-head {
  padding: 20px 10px;
}

.res-dashboard-wrap-mobile .marketplace-filer-title {
  font-size: 0.625rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 8px;
  right: 13px;
}

.market-yellow-strip {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #FFD123;
  padding: 1px;
  font-size: 0.625rem;
  color: #373737;
  font-weight: 500;
  max-width: 106px;
  min-width: 106px;
  text-align: center;
}

@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mob-totl-title-loader {
    height: 17px;
  }
}
.mobile-outlet-statistics-card .mob-totl-sales-title-loader {
  height: 20px;
  width: 140px;
  margin: auto;
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mob-totl-sales-title-loader {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mob-amt-title-loader {
    width: 140px;
    height: 13px;
  }
}
@media (max-width: 400px) {
  .mobile-outlet-statistics-card .mob-amt-title-loader {
    width: 180px;
    margin-bottom: 10px;
  }
}
.mobile-outlet-statistics-card .mob-outlets-title-loader {
  height: 20px;
  width: 140px;
  margin: 8px auto 0;
}
@media (max-width: 767px) {
  .mobile-outlet-statistics-card .mob-outlets-title-loader {
    height: 13px;
  }
}

.owner-dashboard-mobile-wrapper .zonewise-loader-wrapper .wave-pre-loading.statistics-wise-tab-loader {
  width: 70px;
  height: 15px;
  display: block;
}
.owner-dashboard-mobile-wrapper .zonewise-loader-wrapper .wave-pre-loading.zone-wise-table-loader {
  width: 100%;
  height: 30px;
  display: block;
  border: 0 !important;
  margin: 8px 0;
  border-radius: 5px;
}

.zonewise-loader-wrap {
  margin-bottom: 16px;
}
.zonewise-loader-wrap .all_restaurant_data_div,
.zonewise-loader-wrap .all_restaurant_statistics_data_div {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #D2D6DB;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-title,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-title {
  padding: 16px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-title::before,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-title::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform-origin: center;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-title.accordian-close:before,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-title.accordian-close:before {
  transform: translateY(-50%) rotate(180deg);
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table {
  border-radius: 0 0 10px 10px;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table tbody tr,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table tbody tr {
  background-color: transparent;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table tbody td,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table tbody td {
  text-align: right;
  padding: 12px 10px !important;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table tbody td:first-child,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper .ps-table tbody td:first-child {
  text-align: left;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper thead tr th,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr th {
  text-align: right;
  padding: 12px 10px !important;
  font-weight: 600;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper thead tr th:first-child,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr th:first-child {
  text-align: left;
}
.zonewise-loader-wrap .all_restaurant_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.no-bg th,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.no-bg th {
  background-color: transparent;
}
.zonewise-loader-wrap .all_restaurant_data_div .dropdown-toggle,
.zonewise-loader-wrap .all_restaurant_statistics_data_div .dropdown-toggle {
  background-color: transparent;
}
@media (max-width: 1199px) {
  .zonewise-loader-wrap .all_restaurant_data_div .ps-table-wrapper {
    overflow: auto !important;
  }
}
.zonewise-loader-wrap .all_restaurant_data_div .ps-table-wrapper .ps-table thead tr th:first-child {
  padding-left: 37px !important;
}
.zonewise-loader-wrap .all_restaurant_data_div .ps-table-wrapper .ps-table tbody tr td:first-child {
  position: relative;
  padding-left: 37px !important;
  font-weight: 600;
}
.zonewise-loader-wrap .all_restaurant_data_div .ps-table-wrapper .ps-table tbody tr td .child-table-expand {
  position: absolute;
  left: 12px;
  top: 55%;
  transform: translateY(-50%) rotate(180deg);
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/chevron-down.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.zonewise-loader-wrap .all_restaurant_data_div .ps-table-wrapper .ps-table tbody tr td .child-table-expand.child-table-collapse {
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 1200px) {
  .zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper .dataTables_wrapper {
    overflow: auto;
  }
}
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.sorting-link th {
  padding-right: 23px !important;
}
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.sorting-link th.sorting {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/sorting.svg) no-repeat;
  background-size: 19px;
  background-position: right center;
  background-color: #EEF5FF;
}
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.sorting-link th.sorting_desc {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/sorting_desc.svg) no-repeat;
  background-size: 19px;
  background-position: right center;
  background-color: #EEF5FF;
}
.zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.sorting-link th.sorting_asc {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/sorting_asc.svg) no-repeat;
  background-size: 19px;
  background-position: right center;
  background-color: #EEF5FF;
}
@media (min-width: 1200px) {
  .zonewise-loader-wrap .all_restaurant_statistics_data_div .accordian-toggle .outlet-static-table-wrapper thead tr.sorting-link th:first-child {
    background-position: right 22% center;
    text-align: center;
  }
}

.top-card-icon-loader {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/*.top-bar-active{
    footer.footer-container {
        @include Max767{
            padding-bottom: 100px;
        }
    }
}*/
footer a {
  color: #373737;
  display: inline-block;
}

@media (max-width: 400px) {
  .mob-totl-title-loader {
    width: 85px;
  }
}

#online-pie-chart svg tspan.highcharts-text-outline {
  fill: #ffffff;
  stroke: #ffffff;
}

.pp-textfield label {
  font-size: 0.813rem;
  color: #646464;
}
@media (max-width: 1366px) {
  .pp-textfield label {
    font-size: 0.75rem;
  }
}
.pp-textfield input.form-control {
  background: transparent;
  border: none;
  border-bottom: solid 1px #D2D6DB;
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  padding-bottom: 6px;
  color: #000000;
  background: transparent;
  font-size: 0.875rem;
  padding-bottom: 10px;
  position: relative;
  height: inherit;
  height: inherit;
  bottom: 1px;
}
@media (max-width: 1366px) {
  .pp-textfield input.form-control {
    font-size: 0.813rem;
  }
}
.pp-textfield.pp-textfield-floating-label-active .pp-textfield-focused {
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.pp-textfield.pp-textfield-floating-label-active.pp-textfield-floating-label-completed label {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.pp-textfield.pp-textfield-floating-label-active.pp-textfield-floating-label-completed label.pp-input-group-label {
  font-size: 0.875rem;
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.pp-textfield.pp-textfield-floating-label-active.pp-textfield-floating-label-completed.has-error label {
  color: #1770EE;
}
.pp-textfield.pp-textfield-floating-label-active.pp-textfield-floating-label-completed.has-error label {
  color: #1770EE;
}
.pp-textfield.pp-textfield-floating-label-active.pp-textfield-floating-label-completed.has-success label {
  color: #027A48;
}
.pp-textfield.pp-textfield-floating-label-active.pp-textfield-floating-label-completed.has-warning label {
  color: #B54708;
}

.card-new-design {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #D2D6DB;
  box-shadow: none;
}
.card-new-design .selectize-input {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #D2D6DB;
  box-shadow: none;
}
.card-new-design table .new-input-group {
  border: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}
.card-new-design table .new-input-group input {
  border: 0;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6px 10px;
}
.card-new-design table .new-input-group input.form-control {
  border: 0;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1366px) {
  .card-new-design table .new-input-group input.form-control {
    font-size: 0.813rem;
  }
}
.card-new-design table .new-input-group .input-group-append {
  margin: 0;
}
.card-new-design table .new-input-group .input-group-append .input-group-text {
  border: 0;
  border-radius: 0 10px 10px 0 !important;
}
.card-new-design table .new-input-group .input-group-append .input-group-text small {
  font-weight: 500;
}
@media (max-width: 1600px) {
  .card-new-design table .new-input-group .input-group-append .input-group-text small {
    font-size: 0.75rem;
  }
}

.selectize-control.single .selectize-input {
  cursor: pointer;
}
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

#rawmaterial_grid_div .raw-material-table-wrap .selectize-control.selectize::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right center;
  width: 14px;
  height: 9px;
  display: inline-block;
  position: absolute;
  bottom: 17px;
  right: 0;
  z-index: 1;
}

.selectize-input {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.service-setting-wrapper .pp-textfield .selectize-input {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2784313725);
  border-radius: 10px;
  border: none !important;
  padding: 5px 10px;
}

.purchase-new-wrap .selectize-input {
  border-radius: 10px;
}

.purchase-new-wrap .select-td-purches .selectize-input {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #D2D6DB;
  box-shadow: none;
}

.card-new-design .selectize-input {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #D2D6DB;
  box-shadow: none;
}

.card-new-design .selectize-dropdown .active {
  background-color: #FCEDEF;
  color: #000000;
}

.new-select-border .selectize-input {
  border-radius: 7px;
}

.selectize-control.single .selectize-input:after {
  display: none !important;
}

.country-dropdown .selectize-input {
  padding: 8px 20px 8px 6px;
  border: none;
  margin: 1px 0 0 0px;
  border-radius: 10px !important;
  min-width: 64px;
  max-width: 65px;
  background-color: transparent !important;
  align-items: center;
}

.country-dropdown .selectize-input div.item {
  display: inline-block;
  text-align: center;
  min-width: 30px;
}

.country-dropdown .selectize-dropdown {
  width: 70px !important;
  border: none;
  padding: 0;
  z-index: 99;
}

.country-dropdown .selectize-dropdown-content {
  background: #fff;
  border: solid 1px #D2D6DB;
  border-top: 0;
}

.country-dropdown .selectize-control.single .selectize-input:after {
  right: 9px;
  margin-top: -4px;
  display: block !important;
}

.verify-unverify-popup-body .selectize-dropdown-content {
  max-height: 105px;
}

#itemlist .table-checkbox-width {
  min-width: 50px;
  width: 50px;
  -moz-column-width: 50px;
       column-width: 50px;
  padding: 0 10px !important;
}

.wastagedescriptiondiv .get-started-wrapper .get-started-div {
  margin: 0 auto;
  height: 100%;
  padding: 80px 40px;
  max-height: 540px;
  min-height: 540px;
}
@media (max-width: 767px) {
  .wastagedescriptiondiv .get-started-wrapper .get-started-div {
    max-height: -moz-max-content;
    max-height: max-content;
    min-height: auto;
    height: auto;
    padding-bottom: 75px !important;
  }
}
.wastagedescriptiondiv .get-started-wrapper .wastage-bg-image {
  height: 540px;
}
@media (max-width: 767px) {
  .wastagedescriptiondiv .get-started-wrapper .wastage-bg-image {
    height: auto;
  }
}
.wastagedescriptiondiv .get-started-wrapper .prev-btn {
  position: absolute;
  bottom: 36px;
  right: 170px;
  background-image: none;
  width: auto;
  height: auto;
  top: unset;
  left: unset;
}
.wastagedescriptiondiv .get-started-wrapper .next-btn {
  position: absolute;
  bottom: 30px;
  right: 40px;
  background-image: none;
  width: auto;
  height: auto;
  top: unset;
  height: 42px;
}
.wastagedescriptiondiv .get-started-wrapper .get-started-features {
  background-color: #f5f5f5;
  border-radius: 10px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/get-started-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 40px 20px;
  height: 100%;
}
.wastagedescriptiondiv .get-started-wrapper .get-started-bg-new {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .wastagedescriptiondiv .get-started-wrapper .get-started-bg-new {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
  }
}
.wastagedescriptiondiv .get-started-wrapper .get-started-bg-new::before {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/circle-bg-new.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: -1;
}
.wastagedescriptiondiv .get-started-wrapper .get-started-bg-new::after {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/square-bg-new.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 140px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: -1;
}

.pp-textfield.assign-account-manager.pp-textfield-floating-label-active .pp-textfield-focused {
  display: none;
}

@media (max-width: 1400px) {
  .online-order-left-side-pad {
    padding-left: 0;
  }
}

#sales-revenue-popup .ps-border {
  border: 1px solid #D2D6DB;
}

/* new dashboard start */
.content-scrolling-wrapper.ng-card-datepicker-open .res-dashboard-wrap-main {
  max-height: calc(100vh - 70px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .content-scrolling-wrapper.ng-card-datepicker-open .res-dashboard-wrap-main {
    overflow: auto;
  }
}

.res-dashboard-wrap-height {
  padding-bottom: 0 !important;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll {
  padding: 0 5px 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll.ng-card-custom-scroll-bottom-space .ng-card-custom-scroll-content {
  padding-bottom: 80px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll.ng-card-right-sections {
  padding-right: 15px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  background-color: rgb(222, 222, 222);
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll::-webkit-scrollbar {
  width: 1px;
  background-color: #CACACA;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(222, 222, 222);
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: #CACACA rgb(222, 222, 222);
}
@media (max-width: 991px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-custom-scroll {
    max-height: none !important;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-left-sections .ng-card-header {
  border-bottom: 1px solid #DEE2E5;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new.res-dashboard-wrap {
  margin: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .card-col {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .card-col {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.0784313725);
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header {
  padding: 12px;
  align-items: center;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header {
    padding: 10px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header .data-sync-text {
  color: #646464;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header h5 {
  line-height: 0.8rem;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header h5 .ng-card-header-link {
  color: #212121;
  padding-right: 25px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header h5 .ng-card-header-link .ng-card-header-link-icon {
  visibility: hidden;
  margin: 0 0 0 5px;
  position: absolute;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header h5:hover .ng-card-header-link span {
  text-decoration: underline;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header h5:hover .ng-card-header-link .ng-card-header-link-icon {
  visibility: visible;
}
@media (max-width: 1199px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header h5 {
    font-size: 0.75rem;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header .ps-btn.only-icon-btn.sm-btn {
  min-width: 32px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header .ps-btn.only-icon-btn.sm-btn .btn-icon {
  height: 24px;
  width: 24px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header .ps-btn.only-icon-btn.sm-btn .btn-icon.btn-icon-online-order {
  height: 22px;
  width: 22px;
}
@media (max-width: 640px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header {
    flex-wrap: wrap;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-header .ng-card-header-right {
    margin-top: 5px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .calendar-control {
  padding: 5.11px 8px;
  height: 32px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  display: flex;
  align-items: center;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .calendar-control span {
  color: #000000;
  line-height: 0.1rem;
  font-size: 0.75rem;
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .calendar-control span {
    min-width: 52px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .dashboard-card-refresh-icon {
  height: 32px;
  padding: 5px 8px 5px 8px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .sales-revenue-icon .btn {
  height: 32px;
  padding: 5px 8px 5px 8px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-body {
  padding: 15px;
  border-radius: 8px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-body {
    padding: 0.75rem;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .totlalsales-chart-new {
  min-height: 320px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list + .ng-card-text-list {
  border-top: 1px solid #D2D6DB;
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list.ng-card-text-list-hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list.ng-card-text-list-hover .ng-card-text-list-content {
  max-width: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list.ng-card-text-list-hover .ng-card-text-list-action {
  display: none;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list.ng-card-text-list-hover:hover .ng-card-text-list-content {
  max-width: 85%;
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list.ng-card-text-list-hover:hover .ng-card-text-list-content {
    max-width: 80%;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list.ng-card-text-list-hover:hover .ng-card-text-list-action {
  display: block;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list h5, .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list .ng-card-text-list-left {
  color: #1770EE;
}
@media (max-width: 1367px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group .ng-card-text-list {
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-text-list-group div.ng-card-text-list:last-child {
  border-bottom: none;
  margin-bottom: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .ng-card-header {
  background-color: #EEF5FF;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .ng-card-text-list-group div.ng-card-text-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .ng-card-body .ng-card-text-list-group {
  justify-content: space-between;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .ng-card-body .ng-card-text-list-group .vertical_hr {
  border-left: 1px solid #D2D6DB;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .ng-card-body .ng-card-text-list-group .ng-card-statistic + .ng-card-statistic {
  border-left: 1px solid #D2D6DB;
  padding-left: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .view-more-btn {
  margin-bottom: 5px;
  display: block;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-setting:after {
  display: none;
  height: 0;
  width: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading .ng-card-text-list-group .ng-card-text-list h5 {
  min-height: 19px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading .ng-card-text-list-group .ng-card-text-list h5 {
    min-height: 16px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading .ng-card-text-list-group .ng-card-text-list p {
  min-height: 20px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading .ng-card-text-list-group .ng-card-text-list p {
    min-height: 16px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading.ng-card-loading-row .ng-card-text-list-group .ng-card-text-list h5 {
  width: 16px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading.ng-card-loading-row .ng-card-text-list-group .ng-card-text-list h5.ng-card-text-list-left {
  width: 100px;
  margin: 0 auto 0 20px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading.ng-card-loading-row .ng-card-text-list-group .ng-card-text-list div {
  width: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading.ng-card-loading-row .ng-card-text-list-group .ng-card-text-list div h5, .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading.ng-card-loading-row .ng-card-text-list-group .ng-card-text-list div p {
  width: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading .ps-btn-link.wave-pre-loading {
  min-height: 18px;
  width: 92px;
  display: block;
  margin-bottom: 19px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-loading .ps-btn-link.wave-pre-loading {
    margin-bottom: 14px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-alert .ng-card-header {
  background-color: #EEF5FF;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-alert .ng-card-header .ps-label.danger-label {
  color: #ffffff;
  background-color: #D92D20;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-alert .ng-card-body {
  min-height: 78px;
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-header .data-sync-text {
    max-width: 325px;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-total-sales-main {
    margin: 10px 0 0 0;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .data-sync-text-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .data-sync-text-loading.wave-pre-loading {
  height: 20px;
  width: 350px;
  display: inline-block;
  margin: 0 5px 0 5px;
  position: relative;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-loading p.ng-title-heading-3.wave-pre-loading {
  height: 20px;
  width: 115px;
  margin: 12px 0 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-loading p.ng-title-1 .wave-pre-loading {
  height: 25px;
  width: 90px;
  display: inline-block;
  margin: 8px 5px 3px 0;
  position: relative;
  top: 7px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-loading .widget-text-order-no p.ng-title-1 .wave-pre-loading {
  height: 27px;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-loading .widget-text-order-no p.ng-title-1 .wave-pre-loading {
    height: 23px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-statistics .ng-card-loading .total-sales-dropdwon.wave-pre-loading {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-chart .ng-card-no-data {
  min-height: 352px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-sales-chart .ng-card-no-data {
    min-height: 307px;
  }
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-header .ng-card-header-text {
    margin-bottom: auto !important;
    margin-top: 0 !important;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-header .ng-card-header-right {
    margin-top: 9px !important;
    margin-bottom: auto !important;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-body {
  min-height: 230px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-loading .payment-bifurcation.wave-pre-loading {
  min-height: 200px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-loading .payment-details-per .ng-card-payment-list .payment-item-box .color-box {
  height: 12px;
  width: 12px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-loading .payment-details-per .ng-card-payment-list .payment-item-box .payment-type-name {
  height: 20px;
  width: 70px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-payment-bif .ng-card-loading .payment-details-per .ng-card-payment-list .payment-item-box .payment-item-amount-link {
  height: 20px;
  width: 100px;
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-header .ng-card-header-text {
    margin-bottom: auto !important;
    margin-top: 0 !important;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-header .ng-card-header-right {
    margin-top: 9px !important;
    margin-bottom: auto !important;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-loading .wave-pre-loading {
  min-height: 240px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-loading .wave-pre-loading {
    min-height: 190px;
  }
}
@media (max-width: 1360px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-loading .wave-pre-loading {
    min-height: 180px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-no-data {
  min-height: 250px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-no-data {
    min-height: 190px;
  }
}
@media (max-width: 1360px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-expenses .ng-card-no-data {
    min-height: 180px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .ng-card-no-data {
  min-height: 150px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-order-statistics .wave-pre-loading {
  min-height: 19px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-needs-attention .wave-pre-loading {
  min-height: 21px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-needs-attention .ng-card-header {
  background-color: #FFEDE2;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-needs-attention .ng-card-no-data {
  min-height: 209px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-needs-attention .ng-card-text-list-group .ng-card-attention {
  flex: 1;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-needs-attention .ng-card-text-list-group .ng-card-attention + .ng-card-attention {
  border-left: 1px solid #D2D6DB;
  padding-left: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-needs-attention .ng-card-text-list-group .ng-card-attention .ng-card-title {
  border-bottom: 1px solid #D2D6DB;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-task .ng-card-body {
  padding-bottom: 5px;
  min-height: 192px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-task .ng-card-body .ng-card-text-list-group div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-my-staff .ng-card-body {
  padding-bottom: 5px;
  min-height: 215px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-my-staff .ng-card-body .ng-card-text-list-group div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-my-staff .ng-card-my-staff-shift-loading {
  display: block;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-my-staff .ng-card-my-staff-shift-loading .wave-pre-loading {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 5px 0 5px;
  position: relative;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-body {
  padding: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-body .ps-tab-content {
  padding: 15px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-header {
  background-color: #ECFDF3;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .export_zomato_ratings_btn {
  gap: 0;
  min-width: auto;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .export_zomato_ratings_btn .mr-1 {
    margin-right: 0 !important;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .export_zomato_ratings_btn span.mobile-display-none {
    display: none;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-loading .zomato-review-tab {
  display: flex;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-loading .zomato-review-tab .wave-pre-loading {
  width: 42px;
  height: 42px;
  margin: 0 10px 10px 0;
  border-radius: 50%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-loading .zomato-review-top-sec h5 {
  height: 20px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-ratings-reviews .ng-card-loading .zomato-review-top-sec p {
  height: 20px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-header {
  background-color: #EEF5FF;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .quick-help-res-id-nodata {
  width: 95px;
  height: 30px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-loading .quick-help-sec-box {
  background: #ffffff;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-loading .quick-help-sec-box .quick-helper-img {
  height: 24px;
  width: 24px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-loading .quick-help-sec-box .order-2 {
  width: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-loading .quick-help-sec-box h5 {
  width: 100%;
  height: 20px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-loading .quick-help-sec-box p {
  width: 100%;
  height: 27px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-quick-help .ng-card-loading .quick-help-sec-box a {
  width: 100%;
  height: 32px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-posw .ng-card-loading .order-1 {
  width: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-posw .ng-card-loading .order-1 h5 {
  height: 34px;
  width: 100%;
  display: block;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-verify .ng-card-loading .order-1 {
  width: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card.ng-card-verify .ng-card-loading .order-1 h5 {
  height: 34px;
  width: 100%;
  display: block;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card {
  /* will remove this css demo css */
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card .ng-card-demo-data {
  padding: 15px;
  border-top: 1px solid #CACACA;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card {
  /* will remove this css  demo css */
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .dropdown-menu-setting {
  border: none;
  min-width: 300px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .dropdown-menu-setting .ng-card .ng-card-header {
  padding: 5px 15px 0 15px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body {
  min-height: auto;
  overflow: inherit;
  border: none;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no {
  min-height: 35px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-toggle {
  background: transparent;
  height: auto;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu {
  border: 0 !important;
  background-color: #EEF5FF;
  font-size: 0.875rem;
  min-width: 250px;
  border-radius: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu::before {
  content: "";
  position: absolute;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/blue-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 13px;
}
@media (max-width: 1200px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu::before {
    content: none;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu[x-placement=bottom-start]::before {
  top: -8px;
  left: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu[x-placement=top-start]::before {
  bottom: -8px;
  left: 5px;
  transform: rotate(180deg);
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu[x-placement=bottom-end]::before {
  top: -8px;
  right: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu .card {
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  background-color: #EEF5FF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.102);
  border: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .widget-text-order-no .dropdown-menu .card .card-footer {
  background-color: transparent;
  font-weight: 600;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .ng-card-total-sales-main h5.paragraph-md-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 242px;
  font-weight: 400;
  color: #646464;
}
@media (max-width: 1680px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .ng-card-total-sales-main h5.paragraph-md-1 {
    max-width: 162px;
  }
}
@media (max-width: 1399px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .ng-card-total-sales-main h5.paragraph-md-1 {
    max-width: 155px;
  }
}
@media (max-width: 640px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .ng-card-total-sales-main {
    flex-wrap: wrap;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .row div .ng-card.total-sales-new-box-wrap .ng-card-body .ng-card-total-sales-main .ng-card-wrapper {
    min-width: 120px;
    max-width: 120px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw {
  border: 1px solid #1770EE;
  background: #FFF5F6;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw h5 {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw .ng-card-posw-right-side {
  min-width: 158px;
  text-align: right;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw .ng-card-posw-right-side a {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw .ng-card-posw-right-side {
    max-width: 65px;
    flex-direction: column;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw .ng-card-posw-right-side .ps-btn-link-underline {
    order: 2;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-posw .ng-card-posw-right-side .ng-card-hide {
    order: 1;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify {
  position: relative;
  padding-left: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background-color: #1770EE;
  border-radius: 8px 0 0 8px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify h5 {
  font-size: 0.875rem;
  line-height: 1.2rem;
  margin: 0;
  display: flex;
  align-items: center;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify h5 .icon {
  margin: 0 8px 3px 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify .ng-card-verify-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify .ng-card-verify-box .ng-info {
  color: #646464;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify .ng-card-verify-right-side .ps-btn-link {
  white-space: nowrap;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify.google-bussiness-box {
  background-color: #EEF5FF;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-verify.google-bussiness-box::before {
  background-color: #1361CE;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-dayend {
  border: 1px solid #1770EE;
  background: #FFF5F6;
}
@media (max-width: 1279px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-dayend .ng-card-dayend-right-side {
    max-width: 65px;
    flex-direction: column;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-dayend .ng-card-dayend-right-side .ps-btn-link-underline {
    order: 2;
  }
  .res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-dayend .ng-card-dayend-right-side .ng-card-hide {
    order: 1;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ps-btn-link {
  color: #3A84EC;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ps-btn-link-underline {
  text-decoration: underline !important;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .quick-help-res-id {
  background: #3A84EC;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  border-radius: 30px;
  padding: 7px 10px 7px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .quick-help-sec-box {
  border-radius: 8px;
  border: 1px solid #3A84EC;
  padding: 12px;
  display: flex;
  gap: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .ng-card-help-contact-number {
  color: #000000;
  font-weight: 700;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .online-order-total {
  padding: 7px 15px 7px 0;
  margin-right: 15px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .online-order-total p {
  color: #979797;
  margin-bottom: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper {
  padding: 1rem 0 1rem 1rem;
  border-radius: 8px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes {
  padding: 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  margin-right: 15px;
  min-height: 130px;
  min-width: 155px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-icon {
  display: flex;
  align-items: center;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-icon svg {
  margin-right: 7px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-icon h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  font-weight: 400;
  font-size: 14px;
  color: #979797;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-content .card-data-list-content-box {
  display: flex;
  padding: 4px 6px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #EEF5FF;
  margin: 8px 0 0 0;
  color: #000000;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-content .online_sales_span,
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-content .other_icon {
  color: #000000;
  font-weight: 600;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-button-next, .res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-button-prev {
  background-image: none;
  border-radius: 5px;
  border: 1px solid #D2D6DB;
  background: #ffffff;
  height: 32px;
  width: 32px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-button-next svg, .res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-button-prev svg {
  height: 24px;
  width: 24px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-button-next {
  right: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-button-prev {
  left: 15px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-pagination.swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  background: #ffffff;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .horiZontalSwiper .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D9D9D9;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading {
  padding: 0 1rem 1rem 1rem;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .online-order-total h5 {
  width: 120px;
  height: 36px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .online-order-total h5 {
    height: 20px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .dashboard-slider {
  margin: 20px 0 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .dashboard-slider .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0;
  width: 200px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .dashboard-slider .swiper-wrapper .swiper-slide .card-data-list-boxes {
  padding: 9px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  margin-right: 15px;
  min-height: 130px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .dashboard-slider .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-icon {
  width: 85px;
  height: 20px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-loading .dashboard-slider .swiper-wrapper .swiper-slide .card-data-list-boxes .card-data-list-content .wave-pre-loading {
  width: 160px;
  height: 22px;
  display: block;
  margin: 4px 0 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .online-orders-card .ng-card-no-data {
  min-height: 210px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 30px 0 40px 0;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar {
    margin: 15px 0 15px 0;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 0.75rem;
  margin-right: 0.7%;
  height: 100%;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar div:first-child {
  border-radius: 4px 0 0 4px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar div:last-child {
  border-radius: 0px 4px 4px 0px;
  margin-right: 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar .ng-card-one {
  background: #ECBB02;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar .ng-card-two {
  background: #20C5C5;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar .ng-card-three {
  background: #3A84EC;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar .ng-card-four {
  background: #5EA51F;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-progress-bar .ng-card-five {
  background: #4F7D97;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list {
  display: flex;
  flex-direction: column;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-box {
    padding-top: 15px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-box-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .color-box {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-box-left {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-amount-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-amount-link .payment-item-link {
  width: 25px;
  text-align: right;
  display: inline-block;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .payment-item-amount {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .ng-card-one-box .color-box {
  background: #ECBB02;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .ng-card-two-box .color-box {
  background: #20C5C5;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .ng-card-three-box .color-box {
  background: #3A84EC;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .ng-card-four-box .color-box {
  background: #5EA51F;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-details-per .ng-card-payment-list .ng-card-five-box .color-box {
  background: #4F7D97;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-bifurcation-digital .payment-details-per .ng-card-progress-bar {
  margin: 15px 0 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .payment-bifurcation-digital .payment-details-per .ng-card-payment-list .payment-item-amount-link {
  padding: 0 5px 0 0;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .back-to-chart-link {
  cursor: pointer;
  color: #646464;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .back-to-chart-link svg {
  margin-right: 5px;
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .expenses-withdrawal {
  max-height: 270px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .expenses-withdrawal {
    max-height: 220px;
  }
}
@media (max-width: 1360px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .expenses-withdrawal {
    max-height: 200px;
  }
}
.res-dashboard-wrap-height .res-dashboard-wrap-new .expenses-chart-inner {
  max-height: 240px;
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .expenses-chart-inner {
    margin-top: 10px;
    max-height: 190px;
  }
}
@media (max-width: 1360px) {
  .res-dashboard-wrap-height .res-dashboard-wrap-new .expenses-chart-inner {
    margin-top: 8px;
    max-height: 180px;
  }
}
.res-dashboard-wrap-height .bottom-widget-boxes .card-col {
  padding: 0;
}
.res-dashboard-wrap-height .dashboard-review-tab .ps-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 12px;
}
.res-dashboard-wrap-height .dashboard-review-tab .ps-nav .nav-item .nav-link svg {
  height: 24px;
  width: 24px;
}
.res-dashboard-wrap-height .dashboard-review-tab .ps-nav .nav-item .nav-link.active {
  background-color: transparent;
}
.res-dashboard-wrap-height .dashboard-review-tab .zomato-review-top-sec p {
  font-weight: 400;
}
.res-dashboard-wrap-height .dashboard-review-tab .zomato-review-top-sec p span {
  color: #1770EE;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-dayend {
  min-width: 640px !important;
}

.dayend-select2-fixed {
  position: absolute;
  right: 0;
  top: 7px;
  width: 140px;
}

.ng-box-popupes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 25px 0 0 0;
}
.ng-box-popupes .ng-box-popup {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 18px;
  width: 48.6%;
  min-width: 48.6%;
  max-width: 48.6%;
}
.ng-box-popupes .ng-box-popup .ng-box-popup-icon svg {
  margin-top: 2px;
  margin-right: 10px;
}

.ng-box-popupes-online .ng-box-popup {
  width: 31.5%;
  min-width: 31.5%;
  max-width: 31.5%;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-online {
  min-width: 640px !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-online button[data-fancybox-close].fancybox-button {
  right: 0px;
  top: 14px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-online .online_popup-nodata {
  margin: 20px auto 20px;
  text-align: center;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-online .ng-card-loading .ng-box-popupes .wave-pre-loading {
  width: 31%;
  height: 75px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-online .ng-card-loading .ps-table-wrapper .ps-table tr .wave-pre-loading {
  display: block;
  width: 100%;
  height: 20px;
}

.fancybox-online .dashboard-dropdown-div .calendar-control {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 32px;
  padding: 5.5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fancybox-online .dashboard-dropdown-div .calendar-control svg {
  margin: 0 0 0 5px;
}

@keyframes grow_horizontal {
  from {
    transform: scaleX(0);
  }
}
.zomato-gbp-review-middle-sec {
  border: none;
  border-radius: 0;
  overflow: inherit;
  background-color: #ffffff;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #D2D6DB;
  position: relative;
  padding: 12px 0 10px;
  margin: 0 0 10px 0;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap {
  padding: 0;
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  border: none;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap:hover, .zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap.current {
  background: none;
  border: none;
  border-radius: 0;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap:hover .star-rat-count, .zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap.current .star-rat-count {
  color: #000000 !important;
  background-color: transparent;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap:hover::after, .zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap.current::after {
  content: none;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .no-off-rating {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .star-rat-count {
  display: flex;
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  align-items: center;
  padding: 0;
  justify-content: center;
  margin: 0;
  background: transparent;
  padding: 0;
  width: auto;
}
@media (max-width: 1399px) {
  .zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .star-rat-count {
    font-size: 14px;
  }
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .star-rat-count i {
  display: inline-block;
  padding-left: 3px;
  position: relative;
  top: -1px;
}
@media (max-width: 1399px) {
  .zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .star-rat-count i svg {
    width: 13px;
    height: 14px;
  }
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .barcontainer {
  background-color: #D2D6DB;
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  margin: 0 auto;
  flex: 1 1 auto;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap .barcontainer .bar {
  background-color: #039855;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 80%;
  box-sizing: border-box;
  animation: grow_horizontal 1.5s ease-out forwards;
  transform-origin: left;
  border-radius: 8px;
}
.zomato-gbp-review-middle-sec .graph-review-wrapp .star-rat-count-wrap.current .star-rat-count {
  color: #ffffff;
}
.zomato-gbp-review-middle-sec .zomato_review_div h5 span {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
}
.zomato-gbp-review-middle-sec .zomato_review_div .dropdown {
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 8px;
}
.zomato-gbp-review-middle-sec .zomato_review_div .dropdown:after {
  display: none;
}
.zomato-gbp-review-middle-sec .review-ul {
  max-height: inherit;
}
.zomato-gbp-review-middle-sec .review-ul li {
  padding: 16px 0 6px;
}
.zomato-gbp-review-middle-sec .review-ul .name-later-cricl {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #D9EEFB;
  color: #136191;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.zomato-gbp-review-middle-sec .review-ul li .review-ul-li-box {
  width: 100%;
  gap: 10px;
}
.zomato-gbp-review-middle-sec .review-ul li .listing-text {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.zomato-gbp-review-middle-sec .review-ul li .star-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
}
.zomato-gbp-review-middle-sec .review-ul li .rating-name-top {
  font-size: 0.75rem;
  font-weight: 400;
  color: #646464;
}
.zomato-gbp-review-middle-sec .review-ul li .rating-timeline {
  margin: 4px 0 0 10px;
  color: #646464;
  font-size: 0.75rem;
}

.gbp-review-graph-sec {
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 0;
}
.gbp-review-graph-sec .gbp-review-graph-top {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0 0 10px 0;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 17px;
}
.gbp-review-graph-sec .gbp-review-graph {
  display: flex;
  width: 100%;
  height: 23px;
  overflow: hidden;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-review {
  min-width: 560px !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-review .zomato_review_div {
  min-height: 240px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-review .ng-card-no-data {
  margin: 50px auto 50px;
  text-align: center;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancybox-review .export_zomato_ratings_btn {
  gap: 0;
  min-width: auto;
}

.fancybox-review .ng-dropdown-wrap.show .dropdown-menu.show {
  left: auto !important;
}
.fancybox-review .review-reting-widget .review-ul {
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: visible;
  margin: 15px 0 0 0;
}
.fancybox-review .review-reting-widget .review-ul li {
  padding: 0 0 16px 0;
  margin: 0 0 16px 0;
}
.fancybox-review .review-reting-widget .review-ul li .listing-text {
  white-space: pre-wrap;
  overflow: visible;
  text-overflow: inherit;
}

.svg-toggle-icon {
  cursor: pointer;
}

.fancybox-critical-popup .toggle-header {
  cursor: pointer;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fancybox-critical-popup .toggle-icon {
  transition: transform 0.3s ease;
  font-size: 16px;
}
.fancybox-critical-popup .toggle-icon.active {
  transform: rotate(-180deg);
}
.fancybox-critical-popup .toggle-content {
  display: none;
  margin-top: 10px;
}

/* new dashboard end */
/* Tooltip container styling */
.tooltip-container {
  position: relative;
  display: block; /* Spacing between each tooltip container */
}

/* Styling for each tooltip */
.tooltip-box {
  display: none;
  background-color: #ffffff;
  color: #000000;
  border-radius: 6px;
  position: absolute;
  width: 314px;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1042;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.tooltip-box .popup-header {
  border-bottom: 1px solid #E4E7EC;
}
.tooltip-box .popup-header h5 {
  margin: 0;
}
.tooltip-box .new-fancybox-body p {
  margin-bottom: 0;
}
.tooltip-box::before {
  content: "";
  position: absolute;
  bottom: -10px; /* Position it just below the tooltip */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Creates the left part of the triangle */
  border-right: 10px solid transparent; /* Creates the right part of the triangle */
  border-top: 10px solid #ffffff;
}

/* Highlight the tooltip during onboarding */
.tooltip-box.active {
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px 3px rgba(109, 109, 109, 0.5);
  opacity: 1;
  display: block;
  animation: fadeIn 500ms ease-in-out;
  pointer-events: all;
}

/* Button styling for "Next" */
.onboarding-process {
  position: relative;
  transition: all 2s ease-in-out;
}
.onboarding-process .ng-card.hightlighted {
  z-index: 1042;
  animation: fadeIn 500ms ease-in-out;
  pointer-events: none;
}
.onboarding-process::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 1040;
  opacity: 0.6;
  animation: fadeIn 250ms ease-in-out;
}

.ps_rojgar_banner .rojagar_banner {
  display: inline-block;
  width: 100%;
  height: auto;
}
.ps_rojgar_banner .rojagar_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 767px) {
  .ps_rojgar_banner .rojagar_banner img {
    border-radius: 8px;
  }
}

#fancy-right-notifications {
  width: 400px !important;
  min-width: 400px !important;
}

.notifi-card-loader {
  background: linear-gradient(270deg, #e6e6e6, #f5f5f5);
  margin: 0 10px 8px;
  border-radius: 8px;
}

.ps-bg-noti {
  background-color: #F8F8F8 !important;
}

.new-fancybox-body:has(.ps-all-view-noti) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-staffbox-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  border-top: 1px solid #D2D6DB;
  flex-wrap: wrap;
}
.ps-staffbox-video P {
  margin-bottom: 3px;
  color: #646464;
}
@media (max-width: 767px) {
  .ps-staffbox-video {
    display: none;
  }
}

.ps-dash-youvideo .fancybox-button.fancybox-close-small {
  display: none;
}

.create-recepe-materials-top {
  margin-top: -20px;
  position: relative;
  top: 30px;
  margin-left: -10px;
  margin-right: 0;
  margin-top: -25px;
}

.material-icons.md-dark {
  color: #000000;
}

.select2-new-arrow::after {
  display: inline-block;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  top: 15px;
  right: 13px;
  z-index: 5;
  font-size: 18px;
  color: #646464;
  font-weight: 400;
}

.tooltip-new {
  background-color: #FFF9E3;
  border-radius: 10px;
  padding: 14px;
}

.ng-text-clr-1 {
  color: #000000 !important;
}

@media (max-width: 1366px) {
  #tb_recipe_item .receipe-delete-icon,
  #tb_manual_stock .receipe-delete-icon,
  #tb_po_item .receipe-delete-icon,
  #tb_wastage_stock .receipe-delete-icon {
    padding-top: 5px;
  }
}

.ng-title-heading-2 {
  font-size: 24px;
  color: #373737;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .ng-title-heading-2 {
    font-size: 1.29rem;
  }
}
@media (max-width: 1366px) {
  .ng-title-heading-2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .ng-title-heading-2 {
    font-size: 1rem;
  }
}

.card-header {
  color: #373737;
  border-bottom: 1px solid #cacaca;
}

.ng-title {
  font-size: 1rem;
  color: #373737;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .ng-title {
    font-size: 15px;
  }
}

.ng-title-2 {
  font-size: 0.875rem;
  color: #373737;
}
@media (max-width: 1680px) {
  .ng-title-2 {
    font-size: 12px;
  }
}

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

.bg-light-blue {
  background-color: #F7FAFF !important;
}

@media (max-width: 767px) {
  .marg {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .marg {
    margin-right: 0;
  }
}

.ng-btn {
  padding: 6px 16px;
  outline: 0;
  text-decoration: none;
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 7px;
  border: 0;
  min-width: 65px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .ng-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.ng-btn.ng-btn-secondary {
  background-color: #f2f2f2;
  color: #000000;
}

.ng-btn-primary {
  background-color: #1770EE;
  color: #ffffff !important;
}

.ps-inventory .deashboard-left-section {
  flex: 0 0 94%;
  max-width: 94%;
}
@media (max-width: 1680px) {
  .ps-inventory .deashboard-left-section {
    flex: 0 0 93%;
    max-width: 93%;
  }
}
@media (max-width: 1500px) {
  .ps-inventory .deashboard-left-section {
    flex: 0 0 92%;
    max-width: 92%;
  }
}
@media (max-width: 1400px) {
  .ps-inventory .deashboard-left-section {
    flex: 0 0 91%;
    max-width: 91%;
  }
}
@media (max-width: 1279px) {
  .ps-inventory .deashboard-left-section {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (max-width: 1199px) {
  .ps-inventory .deashboard-left-section {
    flex: 0 0 89%;
    max-width: 89%;
  }
}
@media (max-width: 991px) {
  .ps-inventory .deashboard-left-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ps-inventory .col-item1 {
  flex: 1;
}
.ps-inventory .equalHMWrap {
  justify-content: space-between;
}
.ps-inventory .eqWrap {
  display: flex;
  flex-wrap: wrap;
}
.ps-inventory .eq {
  padding: 10px;
  flex: 1;
}
@media (max-width: 575px) {
  .ps-inventory .eq {
    padding: 0;
  }
}
.ps-inventory .box1Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .ps-inventory .box1Wrap {
    display: block !important;
  }
}
.ps-inventory .inv-masonary-dash-wrap .card {
  border: none;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card {
  background-color: #FFFCF5;
  border: 1px solid #D9A541 !important;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/inventory-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  min-height: 144px;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex {
  display: flex;
  gap: 20px;
}
@media (max-width: 1300px) {
  .ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex {
    flex-direction: column;
    gap: 0;
  }
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-flex-btn {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-flex-btn .copy-url-click-btn {
  position: relative;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-flex-btn .copy-clipboard {
  font-weight: 500;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  height: 1.5rem;
  width: 70px;
  font-size: 13px;
  display: none;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-flex-btn .copy-clipboard.active {
  display: block;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-img {
  height: 100px;
  width: 100px;
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-img svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1500px) {
  .ps-inventory .inv-masonary-dash-wrap .card.inventory-card .inv-flex .inv-img {
    height: 60px;
    width: 60px;
  }
}
.ps-inventory .inv-masonary-dash-wrap .card.inventory-card .newly-lunched {
  position: absolute;
  background: #20C5C5;
  color: #fff;
  padding: 2px 12px 10px 12px;
  border-radius: 8px 8px 0 0;
  top: -20px;
  z-index: -1;
  left: 0;
  font-size: 12px;
}
.ps-inventory .inv-masonary-dash-wrap .card-header {
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
.ps-inventory .inv-masonary-dash-wrap .card-footer {
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
}
.ps-inventory .inv-masonary-dash-wrap .progress-div {
  position: relative;
}
.ps-inventory .inv-masonary-dash-wrap .progress {
  background-color: #f2f2f2;
  height: 7px;
}
.ps-inventory .inv-masonary-dash-wrap .progress .progress-bar.bg-1 {
  background-color: #B2D2FF;
}
.ps-inventory .inv-masonary-dash-wrap .progress .progress-bar.bg-2 {
  background-color: #F9DE82;
}
.ps-inventory .inv-masonary-dash-wrap .progress-section div:last-child {
  margin-bottom: 0 !important;
}
.ps-inventory .inv-masonary-dash-wrap .date-filter-wrap .select2-container {
  min-width: 110px !important;
  max-width: 110px !important;
}
@media (max-width: 1680px) {
  .ps-inventory .inv-masonary-dash-wrap .date-filter-wrap .select2-container {
    min-width: 100px !important;
    max-width: 100px !important;
  }
}
.ps-inventory .inv-masonary-dash-wrap .select2-container--default .select2-selection--single, .ps-inventory .inv-masonary-dash-wrap .fancybox-popup .select2-container--default .select2-selection--single {
  padding: 0.175rem 0 0.115rem 0.75rem;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #cccccc;
  min-width: 58px;
}
@media (max-width: 1680px) {
  .ps-inventory .inv-masonary-dash-wrap .select2-container--default .select2-selection--single, .ps-inventory .inv-masonary-dash-wrap .fancybox-popup .select2-container--default .select2-selection--single {
    padding: 2px 10px 2px;
    height: calc(1.2em + 0.75rem + 2px);
  }
}
@media (max-width: 767px) {
  .ps-inventory .inv-masonary-dash-wrap .select2-container--default .select2-selection--single, .ps-inventory .inv-masonary-dash-wrap .fancybox-popup .select2-container--default .select2-selection--single {
    padding: 0px 10px 0px;
  }
}
.ps-inventory .inv-masonary-dash-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 26px;
}
@media (max-width: 1366px) {
  .ps-inventory .inv-masonary-dash-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
  }
}
.ps-inventory .inv-masonary-dash-wrap .wastage-date-filter-wrap .select2-container, .ps-inventory .inv-masonary-dash-wrap .key-statistics-wrap .select2-container {
  min-width: 123px !important;
}
@media (max-width: 1680px) {
  .ps-inventory .inv-masonary-dash-wrap .wastage-date-filter-wrap .select2-container, .ps-inventory .inv-masonary-dash-wrap .key-statistics-wrap .select2-container {
    min-width: 123px !important;
  }
}
.ps-inventory .inv-masonary-dash-wrap .stock-level-wrap .progress .progress-bar.bg-1 {
  background-color: #67ACF7;
}
.ps-inventory .inv-masonary-dash-wrap .stock-level-wrap .progress .progress-bar.bg-2 {
  background-color: #67C0E4;
}
.ps-inventory .inv-masonary-dash-wrap .stock-level-wrap .progress .progress-bar.bg-3 {
  background-color: #6AD6D9;
}
.ps-inventory .inv-masonary-dash-wrap .stock-level-wrap .progress .progress-bar.bg-4 {
  background-color: #70EBB3;
}
.ps-inventory .inv-masonary-dash-wrap .stock-level-wrap .progress .progress-bar.bg-5 {
  background-color: #94F4C8;
}
.ps-inventory .equalHM .need-help-bg-col {
  background: #FFF4F4;
}
.ps-inventory .ng-border-top-red-3 {
  border-top: 3px solid #f34343 !important;
}
.ps-inventory .ng-tab-wrap {
  background-color: #fff;
}
.ps-inventory .ng-tab-wrap .nav-tabs {
  border: none;
  margin: 0px;
}
.ps-inventory .ng-tab-wrap .nav-tabs li {
  position: relative;
}
.ps-inventory .ng-tab-wrap .nav-tabs li a {
  color: #979797;
  font-weight: 500;
  font-size: 14px;
  display: block;
  padding: 10px;
}
@media (max-width: 1680px) {
  .ps-inventory .ng-tab-wrap .nav-tabs li a {
    font-size: 13px;
    padding: 10px 5px;
  }
}
@media (max-width: 1366px) {
  .ps-inventory .ng-tab-wrap .nav-tabs li a {
    font-size: 12px;
    padding: 10px 2px;
  }
}
@media (max-width: 991px) {
  .ps-inventory .ng-tab-wrap .nav-tabs li a {
    padding: 10px;
  }
}
.ps-inventory .ng-tab-wrap .nav-tabs li.active a {
  color: #373737;
}
.ps-inventory .ng-tab-wrap .nav-tabs li.active:after {
  height: 3px;
  background: #1770EE;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0px;
  border-radius: 30px 30px 0 0;
}
.ps-inventory .table-divided {
  border-collapse: initial;
  border-spacing: 0 0.6rem;
  width: 100% !important;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(202, 202, 202, 0.5411764706);
}
.ps-inventory .table-divided tr {
  border-radius: 0.75rem;
}
.ps-inventory .consumption-compare-wrapper table th {
  padding: 0.75rem !important;
  vertical-align: middle;
}
.ps-inventory .consumption-compare-wrapper th .bg1 {
  background: #FF001A;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.ps-inventory .consumption-compare-wrapper th .bg2 {
  background: #00E8E8;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.ps-inventory .consumption-compare-wrapper th .bg3 {
  background: #56E400;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.ps-inventory .consumption-compare-wrapper td .bg1 {
  background-color: #FFEBEB;
  padding: 0 15px;
  border-radius: 15px;
}
.ps-inventory .consumption-compare-wrapper td .bg2 {
  background-color: #BAFFFF;
  padding: 0 15px;
  border-radius: 15px;
}
.ps-inventory .consumption-compare-wrapper td .bg3 {
  background-color: #DAFFC3;
  padding: 0 15px;
  border-radius: 15px;
}
.ps-inventory .consumption-compare-wrapper .consumption-table-body {
  max-height: 250px;
}
.ps-inventory .dashboard-right-section {
  min-width: 98px;
  overflow: hidden;
  background-color: #F8F8F8;
  max-width: 98px;
  z-index: 0;
  padding: 0;
  margin-top: 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 0;
  height: 100vh;
  min-height: 200px;
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .ps-inventory .dashboard-right-section {
    display: none;
  }
}
.ps-inventory .right-side-stiky {
  list-style: none;
  text-align: center;
  height: 100%;
}
.ps-inventory .right-side-stiky .lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.ps-inventory .right-side-stiky .lSSlideWrapper.usingCss {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ps-inventory .right-side-stiky .listing-text {
  font-size: 12px;
  color: #373737;
  line-height: 18px;
  margin-top: 5px;
}
.ps-inventory .right-side-stiky #rightSidebar li::after {
  content: "";
  background-color: #ededed;
  height: 2px;
  width: 35px;
  display: inline-block;
  position: relative;
  top: 0px;
}
.ps-inventory .right-side-stiky .lSSlideOuter.vertical .lSAction .lSPrev,
.ps-inventory .right-side-stiky .lSSlideOuter.vertical .lSAction .lSNext {
  transform: rotate(0deg);
  background-color: #ccc;
}
.ps-inventory .right-side-stiky .lSSlideOuter.vertical .lSAction .lSPrev::before,
.ps-inventory .right-side-stiky .lSSlideOuter.vertical .lSAction .lSNext::before {
  content: none;
}
.ps-inventory .slider__image {
  min-height: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 15px;
}
.ps-inventory .right-slide-img-box {
  width: 35px;
  height: 35px;
  background: #FFECEE;
  line-height: 35px;
  border-radius: 5px;
}

.consumption-compare-wrapper .dropdown-menu {
  min-width: 10rem !important;
}

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
}

.request-for-purchase-detail-form {
  overflow-x: hidden;
}

.raw_material_category {
  max-width: 130px;
}

.raw_material_name {
  max-width: 110px;
}

.new_manual_comment {
  min-width: 150px;
}

.new_manual_current_stock {
  min-width: 150px;
}

.inventory-dropdown ul li.active {
  background-color: #FFECEE;
  color: #1770EE !important;
}

#purchase_unit_section .select2-container--open {
  top: calc(100% - 1px) !important;
  bottom: inherit;
  z-index: 9;
}
#purchase_unit_section .select2-container--bootstrap-5 .select2-dropdown--above {
  border-bottom: 1px solid #D2D6DB !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.sticky-add-new-button {
  position: sticky;
  left: 0;
}

.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper {
  height: 362px;
  overflow-y: scroll;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper::-webkit-scrollbar-track {
  margin-top: 60px;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper::-webkit-scrollbar {
  background-color: #f8f8f8;
  width: 5px;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper::-webkit-scrollbar-thumb {
  border: 0px;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table thead {
  position: sticky;
  top: 0px;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table thead tr {
  border: 0 !important;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table thead tr th {
  vertical-align: baseline;
  border: 0 !important;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table thead tr th:first-child {
  width: 125px;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table tbody {
  max-height: 200px;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table tbody tr .ps-bg-pink-rc {
  background-color: #FFF5F6;
  text-align: left;
  word-break: break-word;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-table-wrapper .table tbody tr .ps-bg-green {
  word-break: break-word;
  text-align: left;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .multipal-select-dropdown-col .select2-container {
  width: 150px !important;
}
.inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-no-data-rc, .inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-preloader-rc {
  height: 485px;
}
@media (max-width: 1366px) {
  .inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-no-data-rc, .inv-masonary-dash-wrap .ps-recipe-costing-inv-box .ps-preloader-rc {
    height: 475px;
  }
}

.ps-recipe-costing-margins {
  border: 1px solid #D9A541 !important;
  background-color: #FFFBF0 !important;
  border-radius: 5px;
}
.ps-recipe-costing-margins .ps-lock-box {
  position: absolute;
  border: 1px solid #D9A541;
  border-radius: 50px;
  padding: 3px 4px;
  background: #FFFBF0;
  left: 50%;
  bottom: -28px;
  transform: translate(-50%, -50%);
}

.dashboard-box .card-header h5 {
  margin: 0;
  border-bottom: 1px solid var(--clr-dark4);
  padding: 20px 0 20px 0;
  position: relative;
}

.inventory-dashboard-wrap .highcharts-container text {
  font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.inventory-dashboard-wrap .highcharts-container .highcharts-axis-labels span {
  font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.mhub-wrapper {
  /* mhub Wrapper start */
  background: #fff;
  padding-bottom: 5px !important;
}
.mhub-wrapper .loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  font-size: 0;
}
.mhub-wrapper .full-page-overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 3;
  font-size: 0;
  overflow: hidden;
}
.mhub-wrapper .modal-open .loading {
  z-index: 9999;
}
.mhub-wrapper .alert-msg-fix {
  position: fixed;
  top: 5.2rem;
  right: 0;
  z-index: 18;
}
.mhub-wrapper .alert-msg-fix .alert {
  min-width: 40rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  border-right: 0;
}
.mhub-wrapper .fancybox-active .alert-msg-fix {
  z-index: 99993;
}
.mhub-wrapper .fancybox-active .loading {
  z-index: 99999;
}
.mhub-wrapper body.fancybox-active.modal-open .fancybox-container {
  z-index: 10;
}
.mhub-wrapper .modal-open .alert-msg-fix {
  z-index: 9999;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.mhub-wrapper .main-header {
  position: sticky;
  position: -webkit-sticky;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.063rem;
  width: 100%;
  color: #212121;
  z-index: 9;
  transition: 0.4s ease-out;
  background: #D2D6DB;
  background: #FFF7F8;
  backdrop-filter: blur(3px);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  padding: 0 15px 0 0;
  border-radius: 0px 0px 8px 8px;
  border-top: 1px solid #D2D6DB;
}
.mhub-wrapper .main-header .logo a svg {
  width: 8.5rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .mhub-wrapper .main-header .logo a svg {
    width: 6.5rem;
    height: auto;
    margin-left: 0.5rem;
  }
}
.mhub-wrapper .main-header a {
  text-decoration: none;
  color: inherit;
  text-transform: capitalize;
}
.mhub-wrapper .main-header .nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  padding-right: 6px;
  justify-content: flex-end;
}
.mhub-wrapper .main-header .nav-links .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
  padding-left: 14px;
}
.mhub-wrapper .main-header .nav-links .nav-link a {
  font-weight: 500;
  font-size: 14px;
  color: #212121;
}
.mhub-wrapper .main-header .nav-links .nav-link a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mhub-wrapper .main-header .nav-links .nav-link.nav-link-balance .nav-link-balance-text {
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  display: block;
  background: #fff;
}
.mhub-wrapper .main-header .nav-links .nav-link.nav-link-balance .nav-link-balance-text svg {
  margin: 0 3px 0 0;
}
.mhub-wrapper .main-header .nav-links .nav-link.nav-link-collection a {
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  display: block;
  background: #fff;
  border: 1px solid #D2D6DB;
}
.mhub-wrapper .main-header .nav-links .nav-link.nav-link-collection a svg {
  margin: 0 5px 0 0;
}
.mhub-wrapper .main-header .menu-button {
  display: none;
}
.mhub-wrapper .main-header #menu-toggle {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}
@media (max-width: 767px) {
  .mhub-wrapper .main-header #menu-toggle:checked ~ .nav-links {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 300px;
    background: #D2D6DB;
    /*flex-direction: column;*/
    flex-wrap: wrap;
    right: 0.625rem;
    top: 5.125rem;
    border-radius: 0.9375rem;
    padding: 1rem 1rem 1rem 1rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    overflow: visible;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .nav-links:after {
    bottom: 100%;
    right: 1.1rem;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #D2D6DB;
    border-width: 1.125rem;
    margin-left: 1.125rem;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .nav-links .header-top-search {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .nav-links .header-top-search .search {
    width: 100%;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .nav-links .nav-link {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .nav-links .nav-link.nav-link-collection {
    margin: 0;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .menu-button .menu-icon {
    background: transparent;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .menu-button .menu-icon:before {
    transform: rotate(-45deg);
    top: 0;
    background: #000;
  }
  .mhub-wrapper .main-header #menu-toggle:checked ~ .menu-button .menu-icon:after {
    transform: rotate(45deg);
    top: 0;
    background: #000;
  }
}
.mhub-wrapper .main-header.scrolled {
  height: 3.75rem;
  background: #fff;
  color: #212121;
  top: 0rem;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  padding: 0 6vw 0 6vw;
}
.mhub-wrapper .main-header.scrolled .logo {
  padding: 0.313rem 0;
  border-radius: 0.75rem;
  transition: 0.4s ease-out;
}
.mhub-wrapper .main-header.scrolled .logo svg {
  height: 2.625rem;
}
.mhub-wrapper .main-header.scrolled .nav-links .nav-link.nav-link-signin a.a-link-signin:hover {
  color: #212121;
}
.mhub-wrapper .main-header.scrolled .nav-links .nav-link .dropdown .dropdown-toggle svg {
  fill: #212121;
}
@media (max-width: 767px) {
  .mhub-wrapper .main-header {
    top: -1px;
    height: 3.5rem;
    justify-content: flex-start;
  }
  .mhub-wrapper .main-header .nav-links {
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
  .mhub-wrapper .main-header .menu-button {
    display: block;
    cursor: pointer;
    padding: 1rem 2rem;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 300;
    position: absolute;
    right: -0.8rem;
    top: 0.5rem;
  }
  .mhub-wrapper .main-header .menu-button .menu-icon {
    background: #000;
    display: block;
    height: 0.188rem;
    position: relative;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.15s ease-out;
    width: 1.875rem;
  }
  .mhub-wrapper .main-header .menu-button .menu-icon:before, .mhub-wrapper .main-header .menu-button .menu-icon:after {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    width: 100%;
  }
  .mhub-wrapper .main-header .menu-button .menu-icon:before {
    top: 0.5rem;
  }
  .mhub-wrapper .main-header .menu-button .menu-icon:after {
    top: -0.5rem;
  }
}
.mhub-wrapper.mhub-home .main-header {
  background: rgba(0, 0, 0, 0.04);
}
.mhub-wrapper.mhub-home .header-top-search {
  display: none;
}
.mhub-wrapper .cat-main-title {
  color: #212121;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-transform: capitalize;
}
.mhub-wrapper .hero {
  height: 60vh;
  position: relative;
  top: -4.063rem;
  min-height: 32rem;
}
.mhub-wrapper .hero .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mhub-wrapper .hero .swiper .swiper-slide {
  font-size: 0;
}
.mhub-wrapper .hero .hero-container-div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10vw;
  color: #212121;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1100px) {
  .mhub-wrapper .hero .hero-container-div {
    background: rgba(255, 255, 255, 0.4);
  }
}
.mhub-wrapper .hero .banner-title {
  font-size: 24px;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  max-width: 610px;
}
@media (max-width: 1100px) {
  .mhub-wrapper .hero .banner-title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .mhub-wrapper .hero {
    top: -3.5rem;
    height: 55vh;
    min-height: 22rem;
  }
}
.mhub-wrapper .search-tab-inner ul.search-tab-ul li {
  margin: 0 1rem 1rem 0;
}
.mhub-wrapper .search-tab-inner ul.search-tab-ul li a {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.4rem 1.7rem 1.3rem 1.7rem !important;
  min-width: 9.7rem;
}
.mhub-wrapper .search-tab-inner ul.search-tab-ul li.active a {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF8F9;
}
.mhub-wrapper .search-tab-inner ul.search-tab-ul li:hover a {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  background: #FFF8F9 !important;
}
.mhub-wrapper .top-notification {
  background: #FFEBED;
  position: relative;
  margin: -4.063rem 0 0 0;
  padding: 20px 10px 20px 10px;
}
@media (max-width: 767px) {
  .mhub-wrapper .top-notification {
    margin: -3.5rem 0 0 0;
    padding: 12px 0 12px 0;
  }
}
.mhub-wrapper .top-notification .top-notification-text {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .mhub-wrapper .top-notification .top-notification-text {
    white-space: nowrap;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .mhub-wrapper .top-notification .top-notification-text {
    width: 44%;
    font-size: 14px;
  }
}
.mhub-wrapper .top-notification .icon {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mhub-wrapper .top-notification .icon {
    width: 30px;
    height: 30px;
  }
  .mhub-wrapper .top-notification .icon svg {
    height: 20px;
    width: 20px;
  }
}
.mhub-wrapper .top-notification .btn {
  margin-left: 10px;
}
.mhub-wrapper .explore-section {
  background: #F8F8F8;
  padding: 40px 0 40px 20px;
}
.mhub-wrapper .explore-section .explore-section-slider {
  position: relative;
}
.mhub-wrapper .explore-section .explore-section-slider .swiper {
  width: 100%;
  height: 100%;
}
.mhub-wrapper .explore-section .explore-section-slider .swiper-slide {
  text-align: center;
}
.mhub-wrapper .explore-section .explore-section-slider .swiper-slide {
  max-width: 290px;
  width: 80%;
}
.mhub-wrapper .explore-section .explore-section-slider .swiper-slide:last-child {
  margin-right: 20px !important;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide .explore-slider-slide-iamges {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide .explore-slider-slide-iamges img {
  width: 49.83%;
  max-width: 49.83%;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide .explore-slider-slide-iamges img:first-child {
  border-top-left-radius: 8px;
  margin-bottom: 1px;
  margin-right: 0.21%;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide .explore-slider-slide-iamges img:nth-child(2) {
  border-top-right-radius: 8px;
  margin-bottom: 1px;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide .explore-slider-slide-iamges img:nth-child(3) {
  border-bottom-left-radius: 8px;
  margin-right: 0.21%;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide .explore-slider-slide-iamges img:nth-child(4) {
  border-bottom-right-radius: 8px;
}
.mhub-wrapper .explore-section .explore-section-slider .explore-slider-slide-text {
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 0 0;
  color: #212121;
}
@media (max-width: 767px) {
  .mhub-wrapper .explore-section {
    padding: 20px 0 20px 20px;
  }
}
.mhub-wrapper .best-food-section {
  padding: 0 20px 0 20px;
  margin: 30px 0 30px 0;
  position: relative;
}
.mhub-wrapper .best-food-section .best-food-section-tab {
  position: relative;
}
.mhub-wrapper .best-food-section .best-food-section-tab .ps-nav-wrapper .ps-nav.with-border {
  border-top: 1px solid #E5E7EB;
}
.mhub-wrapper .best-food-section .best-food-section-tab .ps-tab-content-filter {
  position: absolute;
  right: 0;
  top: 12.5px;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.mhub-wrapper .best-food-section .best-food-section-tab .ps-tab-content-filter .ps-form-group {
  display: flex;
}
.mhub-wrapper .best-food-section .best-food-section-tab .ps-tab-content-filter .ps-form-group label {
  min-width: 60px;
  margin: 8px 0 0 0;
}
.mhub-wrapper .best-food-section .best-food-section-tab .ps-tab-content-filter .ps-form-group .ps-tab-filter-dropdown {
  min-width: 150px;
}
.mhub-wrapper .best-food-section .best-food-section-tab .ps-tab-content-filter .ps-form-group .ps-tab-filter-dropdown .select2-selection__arrow {
  display: none;
}
@media (max-width: 640px) {
  .mhub-wrapper .best-food-section .best-food-section-tab .ps-tab-content-filter {
    position: relative;
    right: 0;
    top: -3px;
    max-width: 100%;
  }
}
.mhub-wrapper .infiniteScroll .media-img {
  border-radius: 12px;
  border: 1px solid rgba(210, 214, 219, 0.5);
  background: #EEFBFE;
  margin-bottom: 15px !important;
  min-height: 21rem;
}
.mhub-wrapper .infiniteScroll .media-img img {
  border-radius: 12px;
  width: 100%;
}
@media (max-width: 1680px) {
  .mhub-wrapper .infiniteScroll .media-img {
    min-height: auto;
  }
  .mhub-wrapper .infiniteScroll .media-img img {
    border-radius: 12px;
    width: 100%;
  }
}
.mhub-wrapper {
  /* mhub Wrapper end */
}

.autocomplete-active .mhub-search-overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 0;
  overflow: hidden;
}
.autocomplete-active .content-scrolling-wrapper {
  overflow: hidden !important;
}
.autocomplete-active .header-top-search {
  z-index: 10;
}
.autocomplete-active .hero .hero-container-div {
  z-index: 10;
}

.mhub-header-fixed .mhub-wrapper .main-header {
  background: #D2D6DB;
  background: #FFF7F8;
}

.mhub-header-search .mhub-wrapper.mhub-home .header-top-search {
  display: block;
}

.page-section-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
@media (max-width: 1100px) {
  .page-section-title {
    font-size: 16px;
  }
}

.page-section-title-dec {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .page-section-title-dec {
    font-size: 12px;
  }
}

.page-section-sub-title {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .page-section-sub-title {
    font-size: 14px;
  }
}

.related-tag {
  background: #F8F8F8;
  padding: 35px 2px 19px 30px;
  display: flex;
}
.related-tag .releted-title {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  height: auto;
  margin-right: 15px;
  margin-top: 6px;
  min-width: 100px;
}
.related-tag .badge-group {
  overflow-y: auto;
}
.related-tag .badge-group .badge {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  margin-right: 10px;
}

.autocomplete-suggestions {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 6px 0 7px 0;
  max-height: 200px !important;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 6px 12px;
  align-items: center;
  background: #fff;
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: #FFF8F9;
}
.autocomplete-suggestions .autocomplete-suggestion strong {
  font-weight: 600;
}
@media (max-width: 479px) {
  .autocomplete-suggestions {
    left: 2% !important;
    width: 96% !important;
  }
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy-mhub-lg .new-fancybox-body {
  max-height: none;
}
@media (max-width: 767px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy-mhub-lg .new-fancybox-body {
    padding: 10px !important;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy-mhub-lg .fancybox-button {
  right: -2px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy-mhub-lg .fancybox-button svg {
  opacity: 1;
}

.mhub-body .fancybox-navigation .fancybox-button--arrow_left {
  opacity: 1;
  visibility: visible;
  cursor: pointer !important;
  background: none;
}
.mhub-body .fancybox-navigation .fancybox-button--arrow_left div {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/mhub/mhub-popup-arrow.svg) no-repeat center center;
  rotate: 180deg;
}
.mhub-body .fancybox-navigation .fancybox-button--arrow_left div svg {
  display: none;
}
.mhub-body .fancybox-navigation .fancybox-button--arrow_right {
  opacity: 1;
  visibility: visible;
  cursor: pointer !important;
  background: none;
}
.mhub-body .fancybox-navigation .fancybox-button--arrow_right div {
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/mhub/mhub-popup-arrow.svg) no-repeat center center;
}
.mhub-body .fancybox-navigation .fancybox-button--arrow_right div svg {
  display: none;
}
.mhub-body .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}
.mhub-body .fancybox-toolbar .fancybox-button {
  opacity: 0;
  visibility: hidden;
}
.mhub-body .fancybox-toolbar .fancybox-button--close {
  /*opacity: 1;
  visibility: visible;*/
}

.mhub-popup-img .mhub-popup-img-top {
  display: block;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-left {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-left img {
  width: auto;
  border-radius: 6px;
  height: calc(100vh - 238px);
  min-height: 400px;
  max-height: 500px;
}
@media (max-width: 767px) {
  .mhub-popup-img .mhub-popup-img-top .mhub-popup-top-left img {
    height: auto;
    min-height: auto;
    max-height: auto;
  }
}
@media (max-width: 1100px) {
  .mhub-popup-img .mhub-popup-img-top .mhub-popup-top-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-left .mhub-credit-div {
  position: absolute;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: auto;
}
@media (max-width: 1100px) {
  .mhub-popup-img .mhub-popup-img-top .mhub-popup-top-left .mhub-credit-div {
    position: relative;
    margin-bottom: 15px !important;
  }
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right {
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D2D6DB;
  padding-top: 20px;
  margin-top: 25px;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-title-div .mhub-popup-title {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-title-div .mhub-popup-title-dec {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-btn {
  min-width: 200px;
  text-align: right;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-btn .btn svg {
  margin: 0 5px 0 0;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-img-details {
  border-top: 1px solid #D2D6DB;
  border-bottom: 1px solid #D2D6DB;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-img-details .mhub-popup-img-label {
  color: 212121;
  font-size: 14px;
  font-weight: 500;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-img-details .mhub-popup-img-dtls {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-related-tag {
  max-width: 100%;
  background: #fff;
}
.mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-related-tag .related-tag {
  max-width: 100%;
  overflow-y: auto;
  padding: 0;
  background: #fff;
  display: block;
}
@media (max-width: 479px) {
  .mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right {
    flex-direction: column;
  }
  .mhub-popup-img .mhub-popup-img-top .mhub-popup-top-right .mhub-popup-btn {
    min-width: auto;
    text-align: center;
    width: 100%;
    margin: 20px 0 10px 0;
  }
}
.mhub-popup-img .mhub-popup-img-bottom {
  border-top: 1px solid #D2D6DB;
  padding: 40px 0 0 0;
  margin: 40px 0 0 0;
}
.mhub-popup-img .mhub-popup-img-bottom .page-section-sub-title {
  margin: 0 0 10px 0;
}
.mhub-popup-img .mhub-popup-img-bottom .infiniteScroll .media-img {
  border-radius: 12px;
  border: 1px solid rgba(210, 214, 219, 0.5);
  background: #EEFBFE;
  margin-bottom: 15px !important;
  min-height: 13rem;
}
.mhub-popup-img .mhub-popup-img-bottom .infiniteScroll .media-img img {
  border-radius: 12px;
  max-width: 100%;
}

.mhub-customcheckbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}
.mhub-customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.mhub-customcheckbox input:checked ~ .checkmark {
  background-color: #FFF7F8;
  border: 1px solid #C52031;
}
.mhub-customcheckbox input:checked ~ .checkmark:after {
  display: block;
  margin: -2px 0 0 -2px;
}
.mhub-customcheckbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #D2D6DB;
  margin: 15px 0 0 15px;
}
.mhub-customcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #C52031;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.mhub-customcheckbox .media-img {
  border-radius: 12px;
  border: 1px solid rgba(210, 214, 219, 0.5);
  background: #EEFBFE;
  margin-bottom: 15px !important;
  min-height: 21rem;
}
.mhub-customcheckbox .media-img img {
  border-radius: 12px;
  width: 100%;
}
.mhub-customcheckbox .media-img .media-img-overlay {
  display: none;
}
.mhub-customcheckbox .media-img:hover .media-img-overlay {
  display: block;
}
.mhub-customcheckbox.active .media-img {
  border: 1px solid #c52031;
}
.mhub-customcheckbox.active .media-img .media-img-overlay {
  display: block;
}

.media-img-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), transparent 35%, transparent 65%, rgba(0, 0, 0, 0.25));
}
.media-img-overlay .primary-outline-btn {
  background: #fff;
  border: 1px solid #FDA29B;
  color: var(--Primary-Brand, #C52031);
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.mhub-bottom-fixed {
  display: none;
}

.mhub-item-check .mhub-bottom-fixed {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
  left: 0;
  padding: 16px 32px;
  border-top: 1px solid #D2D6DB;
  box-shadow: 0px -4px 7.9px 0px rgba(8, 8, 8, 0.12);
}
.mhub-item-check .mhub-bottom-fixed .mhub-bottom-fixed-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mhub-item-check .mhub-bottom-fixed .mhub-bottom-fixed-btn .btn.btn-links {
  color: #212121;
}

.best-food-section-collection .mhub-customcheckbox .media-img .media-img-overlay {
  display: block;
}

.mhub-count .mhub-wrapper.mhub-home .explore-section {
  margin-top: -68px;
}

.mhub-wrapper .search {
  position: relative;
  max-width: 46rem;
}
.mhub-wrapper .search .input-group {
  border-radius: 8px;
  z-index: 4;
}
.mhub-wrapper .search .input-group .search-input {
  border-radius: 8px;
  position: relative;
  flex: 1 1 auto;
}
.mhub-wrapper .search .input-group .search-input input.form-control {
  border-radius: 8px;
  border: 1px solid #D2D6DB !important;
  background: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px 10px 50px;
  height: auto;
}
@media (max-width: 1199px) {
  .mhub-wrapper .search .input-group .search-input input.form-control {
    padding: 10px 10px 10px 42px;
  }
}
.mhub-wrapper .search .input-group .search-input svg {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 1.375rem;
  height: 1.25rem;
}
.mhub-wrapper .search .input-group .search-input-home input.form-control {
  padding: 13px 10px 13px 50px;
}
.mhub-wrapper .search .input-group .search-input-home svg {
  top: 0.93rem;
}
.mhub-wrapper .search-popup-body-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 31.25rem;
  padding-right: 1.7rem;
}
.mhub-wrapper .search-popup-body-scroll::-webkit-scrollbar {
  width: 0.625rem;
}
.mhub-wrapper .search-popup-body-scroll::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 0.625rem;
}
.mhub-wrapper .search-popup-body-scroll::-webkit-scrollbar-thumb {
  background: #979797;
  border-radius: 0.625rem;
}
.mhub-wrapper .search-popup-body-scroll::-webkit-scrollbar-thumb:hover {
  background: #646464;
}
.mhub-wrapper .recent-search .recent-search-title {
  font-size: 0.875rem;
  font-weight: 600;
}
.mhub-wrapper .recent-search .badge {
  background-color: var(--bs-white);
  color: var(--bs-black);
  padding: 0.7rem 1rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.mhub-wrapper .search-popup {
  position: absolute;
  left: 0;
  right: 0.75rem;
  padding: 0 0.75rem 0 0.75rem;
  width: 100%;
  top: 1.375rem;
  z-index: 3;
}
.mhub-wrapper .search-popup .search-popup-body {
  background: var(--bs-white);
  padding: 2rem 0 0.5rem 1.7rem;
  box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.32);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.mhub-wrapper .search-popup .recent-search a {
  background: #f2f2f2;
}
.mhub-wrapper .search-popup .recent-search-title {
  display: block;
  text-align: left;
  padding: 0 0 1rem 0;
  color: var(--bs-black);
  font-size: 1rem;
  font-weight: 600;
}
.mhub-wrapper .search-popup .trending-search .badge {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  color: var(--bs-black);
}
.mhub-wrapper .search-popup .search-action-result .search-result-norfound p {
  color: #C52031;
  font-weight: 600;
  font-size: 0.938rem;
}
.mhub-wrapper .header-top-search {
  margin: 0 2rem 0 0;
}
@media (max-width: 1199px) {
  .mhub-wrapper .header-top-search {
    margin: 0 0.5rem 0 0;
  }
}
.mhub-wrapper .header-top-search .search {
  width: 31rem;
}
@media (max-width: 1199px) {
  .mhub-wrapper .header-top-search .search {
    width: 27rem;
  }
}
@media (max-width: 1100px) {
  .mhub-wrapper .header-top-search .search {
    width: 15rem;
  }
}
@media (max-width: 479px) {
  .mhub-wrapper .header-top-search .search {
    width: 9rem;
  }
}
.mhub-wrapper .header-top-search .search-popup {
  width: 45.125rem;
  left: -0.75rem;
  right: 0.75rem;
  top: 4.375rem;
}
.mhub-wrapper .header-top-search .search-popup .search-popup-body {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.mhub-wrapper .header-top-search .search-popup:after {
  bottom: 100%;
  left: 4rem;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: var(--bs-white);
  border-width: 1.125rem;
  margin-left: 1.125rem;
}
.mhub-wrapper .search-result-list {
  position: relative;
}
.mhub-wrapper .search-result-list .ui-autocomplete {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  border: none;
  margin: 10px 0 10px 0 !important;
}
.mhub-wrapper .search-result-list .ui-widget-content .ui-menu-item-wrapper {
  border: none;
  /*background:#979797;*/
  padding: 0.5rem 0.5rem 0.5rem 0;
  margin: 0 0 0.2rem 0;
}
.mhub-wrapper .search-result-list .ui-widget-content .ui-state-active {
  border: none;
  background: var(--bs-white);
  color: var(--bs-black);
  margin: 0 0 0.2rem 0;
}
.mhub-wrapper .searchbox-open {
  overflow: hidden;
}
.mhub-wrapper .searchbox-open .full-page-overlay {
  display: block !important;
}

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

body {
  font-size: 0.875rem;
  font-family: "InterVariable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  color: #000000;
  line-height: 1.4;
  background: #ffffff;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  font-weight: 400;
}
@media (max-width: 1366px) {
  body {
    font-size: 0.75rem;
  }
}
body.fancybox-active .menu-div.navbar {
  z-index: 999;
}
body.bodyOverlay {
  position: relative;
}
body.bodyOverlay::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 8010;
  background-color: rgba(255, 255, 255, 0.5);
}

#no-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #ffffff;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin: 0;
}
#no-js .javaDouche {
  text-align: center;
  max-width: 545px;
  line-height: 25px;
}
#no-js .javaDouche .ayo {
  line-height: 45px;
}

.main-content-container {
  padding-top: 0;
  padding-bottom: 20px;
  margin-left: 51px;
  transition: margin-left 0.5s ease;
  min-height: calc(100vh - 108px);
  position: relative;
}
@media (max-width: 767px) {
  .main-content-container {
    min-height: calc(100vh - 92px);
    padding-bottom: 50px;
    margin-left: 0;
    margin-top: 0;
  }
}

.card.card-comparision.res-wise-container {
  margin: 6px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(33, 37, 41, 0.2);
  border: none;
}
.card.loader-div {
  margin-left: 10px;
  margin-right: 10px;
  width: 99%;
}

ul {
  padding: 0;
}

.typo-fill-red-color {
  color: #EB3454;
  padding-left: 5px;
}

.pt-11 {
  padding-top: 11px !important;
}

.w-85 {
  width: 80% !important;
}

.markt-card-box {
  height: 85.5px;
}

.marketplace-page-wrapper .d-none {
  display: none !important;
}

.markt-card-box.wave-pre-loading {
  background: linear-gradient(270deg, #e6e6e6, #f1ebeb);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}
.market-top-card-wrap {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1294117647);
  background-color: #979797;
  border-bottom: 1px solid #979797 !important;
  border-radius: 10px 10px 0 0;
}
.market-top-card-wrap .left-top-section {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/mask-group.svg);
  background-repeat: no-repeat;
  background-position: -10px 0;
  padding: 44px 0;
}
@media (max-width: 1570px) {
  .market-top-card-wrap .left-top-section {
    padding: 35px 0;
  }
}
.market-top-card-wrap .top-listing {
  list-style: none;
  border: 0;
}
@media (max-width: 1200px) {
  .market-top-card-wrap .top-listing {
    padding: 6px 0;
  }
}
.market-top-card-wrap .top-listing #services-tab, .market-top-card-wrap .top-listing .integration-li {
  padding: 13.25px 15px !important;
}
.market-top-card-wrap .top-listing .ribbon {
  --f: 10px;
  --r: 10px;
  --t: -11px;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #00D0D0;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset rgba(0, 0, 0, 0.3333333333);
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 13px;
}
.market-top-card-wrap .top-listing .renewalmarketplace-li {
  border-radius: 7px;
  border: 1px solid #EEF5FF;
  background: #FFF5F6;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1300px) {
  .market-top-card-wrap .top-listing li,
  .market-top-card-wrap .top-listing #services-tab,
  .market-top-card-wrap .top-listing .integration-li {
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 12px;
    text-align: center;
    font-size: 12px;
    height: 85px;
    min-width: 136px;
    padding: 0 !important;
  }
}
@media (max-width: 1100px) {
  .market-top-card-wrap .top-listing li,
  .market-top-card-wrap .top-listing #services-tab,
  .market-top-card-wrap .top-listing .integration-li {
    min-width: 125px;
  }
}

.card.card-bg-left, .card.card-bg-right {
  background-color: #FFE2E2;
  position: absolute;
  border-radius: 20px;
  top: 50px;
  height: 146px;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.card.card-bg-left .play-icon, .card.card-bg-right .play-icon {
  position: absolute;
  left: 0;
  right: 0;
}

.card.card-bg-right {
  background-color: #C2DBFB;
}
.card.card-bg-right .play-icon {
  top: 20px;
}

.shadow {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2509803922);
}

.right-top-section .active-tab::after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background-color: #EEF5FF;
  position: absolute;
  bottom: -24px;
  border-radius: 9px 9px 0px 0px;
  left: 0;
}
@media (max-width: 1680px) {
  .right-top-section .active-tab::after {
    bottom: -24px;
  }
}
@media (max-width: 1367px) {
  .right-top-section .active-tab::after {
    bottom: -24px;
  }
}
@media (max-width: 1300px) {
  .right-top-section .active-tab::after {
    bottom: -22px;
  }
}

.fancybox-content {
  padding: 0;
  border-radius: 5px;
}

[class~=fancybox-container],
.fancybox-container {
  z-index: 1058 !important;
}

.fancybox-slide--html .fancybox-close-small {
  color: #ffffff !important;
  opacity: 1 !important;
}

.new-launch-wrap .px-10 {
  padding: 0 10px !important;
}
.new-launch-wrap .ng-title-2 {
  color: #373737;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1601px) {
  .new-launch-wrap .ng-title-2 {
    font-size: 16px;
  }
}
.new-launch-wrap .ribbon {
  --f: 10px;
  --r: 10px;
  --t: -11px;
  position: absolute;
  inset: var(--t) calc(-1 * var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) calc(50% - var(--f) / 2));
  background: #00D0D0;
  box-shadow: 0 calc(-1 * var(--f)) 0 inset rgba(0, 0, 0, 0.3333333333);
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 13px;
  z-index: 3;
}
.new-launch-wrap .ng-btn {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  border-radius: 7px;
  border: 1px solid #1770EE;
  background: #1770EE;
}
@media (max-width: 1601px) {
  .new-launch-wrap .ng-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .new-launch-wrap .ng-btn {
    padding: 7px;
  }
}
.new-launch-wrap .bg-svg svg {
  border-radius: 0px 10px 0px 0;
}
.new-launch-wrap .btn-text-right {
  color: #979797;
  vertical-align: bottom;
  padding-left: 15px;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .new-launch-wrap .btn-text-right {
    padding-left: 6px;
    font-size: 0.75rem;
  }
}
.new-launch-wrap .bordr-btm-left .ng-title-heading-2, .new-launch-wrap .bordr-btm-right .ng-title-heading-2 {
  line-height: 36px;
}
@media (max-width: 1200px) {
  .new-launch-wrap .bordr-btm-left .ng-title-heading-2, .new-launch-wrap .bordr-btm-right .ng-title-heading-2 {
    line-height: 1.25;
    font-size: 15px;
    margin-bottom: 0.75rem !important;
  }
}
.new-launch-wrap .bordr-btm-left::after, .new-launch-wrap .bordr-btm-right::after {
  content: "";
  background-color: #FFD7DB;
  height: 2px;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -22px;
  left: 0;
}
.new-launch-wrap .bordr-btm-right::after {
  background-color: #E4F0FF;
}
@media (max-width: 1601px) {
  .new-launch-wrap .btm-row-wrap {
    margin-top: 10px;
  }
}
.new-launch-wrap .btm-row-wrap .card {
  background-color: #F8F8F8;
  margin: 0 0 4px;
  padding: 0px 10px;
  height: 312px;
  overflow: hidden;
}
.new-launch-wrap .btm-row-wrap .card h3 {
  padding: 20px 8px 10px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .new-launch-wrap .btm-row-wrap .card h3 {
    font-size: 0.85rem;
  }
}
.new-launch-wrap .btm-row-wrap .card.height-auto {
  height: auto;
}
.new-launch-wrap .btm-row-wrap .card.height-auto .fetr-listing {
  height: auto;
}
.new-launch-wrap .btm-row-wrap .fetr-listing {
  list-style: none;
  height: 56%;
  overflow: hidden;
}
.new-launch-wrap .btm-row-wrap .fetr-listing li {
  position: relative;
  font-weight: 500;
  color: #373737;
  padding: 10px 30px;
  font-size: 0.8125rem;
}
@media (max-width: 1601px) {
  .new-launch-wrap .btm-row-wrap .fetr-listing li {
    padding: 10px 10px 10px 30px;
  }
}
@media (max-width: 1200px) {
  .new-launch-wrap .btm-row-wrap .fetr-listing li {
    font-size: 0.75rem;
    padding-right: 10px;
  }
}
.new-launch-wrap .btm-row-wrap .fetr-listing li::before {
  content: "";
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/right-sign.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 6px;
}
.new-launch-wrap .more-details {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline !important;
  text-align: right;
  padding: 0;
  position: sticky;
  bottom: 15px;
}
.new-launch-wrap .trms-and-cond .fetr-listing li::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #EEF5FF;
  top: 16px;
  left: 7px;
}
.new-launch-wrap .ng-subtitle {
  color: #646464;
  font-size: 13px;
  line-height: 19.5px;
  font-weight: 400;
  height: 58.48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1300px) {
  .new-launch-wrap .ng-subtitle {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media (max-width: 1601px) {
  .new-launch-wrap .col-5.text-right.pr-0 {
    padding-left: 0;
  }
}
@media (max-width: 1601px) {
  .new-launch-wrap .w-85 {
    width: 90% !important;
  }
}

.tabbing-wrap .fade {
  display: none;
}
.tabbing-wrap .fade.show {
  display: initial;
}

@media (max-width: 1367px) {
  .renewalmarketplace .col-xl-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1300px) and (min-width: 1024px) {
  .renewalmarketplace .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.renewalmarketplace .card {
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
  height: 100%;
}
.renewalmarketplace .card .card-header {
  background-color: #F2F7FF;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  color: #373737;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1601px) {
  .renewalmarketplace .card .card-header {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .renewalmarketplace .card .card-header {
    padding: 0.75rem 0.5rem;
  }
}
.renewalmarketplace .card .card-header .header-icon-logo {
  width: 60px;
  height: 60px;
}
@media (max-width: 1601px) {
  .renewalmarketplace .card .card-header .header-icon-logo {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1601px) {
  .renewalmarketplace .card .mr-3 {
    margin-right: 0.5rem !important;
  }
}
.renewalmarketplace .card h3 {
  color: #1770EE;
  font-size: 1rem;
  font-weight: 500;
}
.renewalmarketplace .card p {
  color: #979797;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.65rem;
}
@media (max-width: 1601px) {
  .renewalmarketplace .card p,
  .renewalmarketplace .card h3 {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .renewalmarketplace .card p,
  .renewalmarketplace .card h3 {
    font-size: 0.85rem;
  }
}
@media (max-width: 1100px) {
  .renewalmarketplace .card p,
  .renewalmarketplace .card h3 {
    font-size: 0.75rem;
  }
}
.renewalmarketplace .card .pay-amt {
  margin: 2rem auto;
}
.renewalmarketplace .card .pay-amt sup {
  color: #646464;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  top: -0.3rem;
}
.renewalmarketplace .card .pay-amt strong {
  color: #373737;
  font-size: 24px;
  font-weight: 600;
}
.renewalmarketplace .card .pay-amt p {
  margin-bottom: 0;
}
.renewalmarketplace .card .pay-amt button {
  background-color: #FFF3F4;
  border-radius: 48px;
  height: 72px;
  border: 0;
  width: 250px;
  font-weight: 500;
  outline: none;
  color: #646464;
  font-size: 20px;
}
@media (max-width: 1601px) {
  .renewalmarketplace .card .pay-amt button {
    height: 60px;
    width: 210px;
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .renewalmarketplace .card .pay-amt button {
    width: 190px;
    font-size: 17px;
  }
}
@media (max-width: 1367px) {
  .renewalmarketplace .card .pay-amt button {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .renewalmarketplace .card .pay-amt button {
    width: 170px;
    font-size: 16px;
  }
}
.renewalmarketplace .card .year-text {
  color: #373737;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 1601px) {
  .renewalmarketplace .card .year-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .renewalmarketplace .card .year-text {
    font-size: 0.95rem;
  }
}
@media (max-width: 1440px) {
  .renewalmarketplace .card .renewal-foter-btm {
    display: flex;
    align-items: center;
  }
}
.renewalmarketplace .card .renewal-foter-btm .ng-btn {
  padding: 12.5px 20px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 1680px) {
  .renewalmarketplace .card .renewal-foter-btm .ng-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1440px) {
  .renewalmarketplace .card .renewal-foter-btm .ng-btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 1100px) {
  .renewalmarketplace .card .renewal-foter-btm .ng-btn {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (max-width: 1680px) {
  .renewalmarketplace .card .renewal-foter-btm .ng-btn.w-100 {
    margin-top: 5px;
  }
}

.loding-pera-txt {
  height: 75px;
}

span.top-tab-card-svg-icon {
  margin-right: 5px;
}
@media (max-width: 1300px) {
  span.top-tab-card-svg-icon {
    margin-right: 0;
    display: block;
    height: 30px;
  }
}
@media (max-width: 1300px) {
  span.top-tab-card-svg-icon svg {
    width: 30px;
  }
}

.btn-loader {
  border: 0;
  height: 36px;
  margin: 0;
  width: 136px;
}

.btn-text-loader {
  height: 18px;
  display: inline-block;
  width: 130px;
  margin-left: 7px;
}

.fetr-listing-loader {
  list-style: none;
  padding: 0 15px;
}
.fetr-listing-loader .listing-li {
  height: 25px;
  margin: 15px 0;
}

.more-details-loader {
  display: inline-block;
  margin-left: auto;
  position: relative;
  left: -10px;
}

.card-header-icon-loader {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.pay-amt-loader {
  height: 60px;
  width: 250px;
  margin: 35px auto;
  border-radius: 40px;
}

.ng-btn-loader {
  height: 40px;
  border: 0;
}

.bodyWrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bodyWrapper .wrappers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.bodyWrapper .wrappers h6 {
  color: #646464;
}
.bodyWrapper .wrappers .button-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

button {
  outline: 0;
  border: 0;
}
button:focus, button:hover:focus, button:active:focus {
  outline: 0;
  border: 0;
}

.bg-pink {
  background-color: #FDA29B;
}

.get-in-touch-popup {
  flex: 1;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/Ellipse-pink.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top -50% right -50%;
  border-radius: 8px;
  background-color: #FFECEE;
  padding: 24px;
}
.get-in-touch-popup .heading-style {
  margin-bottom: 12px;
}
.get-in-touch-popup .heading-style h2 {
  color: #1770EE;
  margin-bottom: 8px;
}
.get-in-touch-popup .heading-style p {
  color: #646464;
}
.get-in-touch-popup .contact-wrapper {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.get-in-touch-popup .contact-wrapper .contact-detail {
  position: relative;
  padding-left: 30px;
}
.get-in-touch-popup .contact-wrapper .contact-detail .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
}
@media (max-width: 1440px) {
  .get-in-touch-popup .contact-wrapper .contact-detail .icon-wrapper {
    height: 18px;
    width: 18px;
  }
}
.get-in-touch-popup .contact-wrapper .contact-detail .icon-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.get-in-touch-popup .contact-wrapper .contact-detail .content-wrapper h2 {
  color: #263238;
}
.get-in-touch-popup .contact-wrapper .contact-detail .content-wrapper p {
  color: #646464;
  margin-bottom: 20px;
}
.get-in-touch-popup .contact-wrapper .contact-detail .content-wrapper a {
  color: #1770EE;
  margin-top: 20px;
  font-weight: 500;
}

.new-fancybox-wrapper.fancy_right_side_open.quick-tour-wrapper .new-fancybox-body {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/quick-tour-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media (max-width: 1680px) {
  .new-fancybox-wrapper.fancy_right_side_open.quick-tour-wrapper .new-fancybox-body {
    background-size: inherit;
  }
}
.new-fancybox-wrapper.fancy_right_side_open.quick-tour-wrapper {
  min-width: 33% !important;
}

.fancybox-is-open .fancybox-bg.ps-fancybox-bg {
  background: rgba(0, 0, 0, 0.2);
}

.quick-tour-card {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1490196078);
  border-radius: 10px;
}
.quick-tour-card .card {
  border-bottom: 1px solid #D2D6DB !important;
}
.quick-tour-card .card:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: 0 !important;
}
.quick-tour-card .card:last-child .accordion-title {
  border-radius: 0 0 10px 10px;
}
.quick-tour-card .paragraph-xsm-1 {
  color: #979797;
}
.quick-tour-card .accordion-title {
  display: block;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  cursor: pointer;
}
.quick-tour-card .card-body {
  padding: 0px 20px 20px 58px;
}
.quick-tour-card .collapse.accordion-title.collapsed .tour-url-btn {
  display: block;
  padding: 7px;
}
.quick-tour-card .collapse.accordion-title.collapsed .tour-url-btn:hover {
  background-color: #979797;
  border-radius: 30px;
}
.quick-tour-card .collapse.accordion-title .tour-url-btn {
  display: none;
}

.quick-tour-wrapper .progress {
  border-radius: 10px 10px 0 0;
  background-color: #dcdcdc;
  height: 12px;
}
.quick-tour-wrapper .progress-bar {
  background-color: #1770EE;
}
.quick-tour-wrapper .icon-margn {
  margin-top: 2.5rem;
}
@media (max-width: 1440px) {
  .quick-tour-wrapper .icon-margn {
    margin-top: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .quick-tour-wrapper .icon-margn svg {
    width: 62px;
    height: 62px;
  }
}

.ps-shadow-sm {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
}

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

.consumption-header-table thead tr th {
  background-color: #979797 !important;
  color: #ffffff;
}

.fancybox-active .select2-dropdown {
  z-index: 1060 !important;
}

#test_campaign_div {
  background-color: #ffffff !important;
}

.sidebar-closed {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.top-bar-active {
  padding-top: 45px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.top-bar-active .sidebar {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media (max-width: 767px) {
  .top-bar-active .sidebar {
    top: 100px;
  }
}

.top-alert-msg-box {
  position: absolute;
  top: 0;
  z-index: 9999;
  border-top: 3px solid #FFD123;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .top-alert-msg-box {
    display: none;
  }
}

.top-alert-msg {
  position: absolute;
  left: 0;
  right: 0;
  background: #FFD123;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 35px 7px 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
@media (max-width: 1366px) {
  .top-alert-msg {
    padding: 3px 32px 7px 32px;
  }
}
@media (max-width: 1200px) {
  .top-alert-msg {
    border-radius: 0;
    width: 100%;
    padding: 8px 10px 8px 10px;
  }
}
@media (max-width: 380px) {
  .top-alert-msg {
    padding: 8px 5px 8px 5px;
  }
}

.top-alert-msg-text {
  color: var(--clr-dark1);
  margin: 0 10px 0 0;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .top-alert-msg-text {
    font-size: 11px;
  }
}
@media (max-width: 380px) {
  .top-alert-msg-text {
    font-size: 10px;
    margin: 0 5px 0 0;
  }
}

.top-alert-msg-btn svg {
  display: none;
}
@media (max-width: 1440px) {
  .top-alert-msg-btn svg {
    max-height: 22px;
    display: inline-block;
  }
}
@media (max-width: 1440px) {
  .top-alert-msg-btn .ng-btn {
    font-size: 12px;
    padding: 6px 10px 6px 10px;
    min-width: auto;
  }
}
@media (max-width: 1200px) {
  .top-alert-msg-btn .ng-btn {
    font-size: 12px;
  }
}

.top-bar-alert-box-mobile {
  display: none;
  position: absolute;
  top: -41px;
  left: 0;
  width: 100%;
  z-index: 1050;
}
@media (max-width: 1200px) {
  .top-bar-alert-box-mobile {
    display: block;
  }
}
.top-bar-alert-box-mobile {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.top-bar-alert-box-mobile .verify-toggle {
  top: 26px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-bar-alert-box-mobile .arrows {
  margin: 15px 0 0 1px;
}
.top-bar-alert-box-mobile.verify-toggle-active {
  top: -3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.top-bar-alert-box-mobile.verify-toggle-active .verify-toggle {
  top: -16px;
}
.top-bar-alert-box-mobile.verify-toggle-active .verify-toggle .arrows.arrow-up {
  position: relative;
}
.top-bar-alert-box-mobile.verify-toggle-active .arrows.arrow-up {
  transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  margin-top: 5px;
}
.top-bar-alert-box-mobile.verify-toggle-active .arrows.arrow-up::after {
  display: none;
}
.top-bar-alert-box-mobile .close-alet-strip {
  line-height: 1;
  padding: 7px;
  position: absolute;
  right: 5px;
}

@media (max-width: 767px) {
  .top-alert-msg {
    padding: 8px 0px !important;
  }
}
@media (max-width: 479px) {
  .top-alert-msg .top-alert-msg-btn .ng-btn.mob-verify-btn {
    font-size: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.top-alert-msg .top-alert-msg-btn .ng-btn.mob-verify-btn svg {
  display: none;
}
@media (max-width: 479px) {
  .top-alert-msg .top-alert-msg-btn .ng-btn.mob-verify-btn svg {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .market-service-slider-wrap {
    display: none;
  }
}

.market-service-slider-wrap .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
}

.market-service-slider-wrap .carousel-indicators li.active {
  background-color: #1770EE;
}

.market-service-slider-wrap .carousel-indicators {
  bottom: -40px;
}

.per-position {
  position: absolute;
  top: 30px;
  right: 10px;
}

@media (max-width: 576px) {
  .rightsidenav {
    min-width: 310px;
    width: 310px;
  }
}
@media (max-width: 576px) {
  .rightsidenav.activeside-content {
    min-width: 310px;
    width: 310px;
  }
}

@media (max-width: 480px) {
  .verified-email-icon {
    top: 15px !important;
  }
}
.verified-email-icon svg {
  width: 20px;
}
.verified-email-icon.iconBtn {
  margin-left: 0;
}

.aggregators-slider-wrap .carousel .lslide {
  height: auto;
}
.aggregators-slider-wrap .lSSlideOuter .lightSlider {
  height: auto !important;
}
.aggregators-slider-wrap .lslide.active::before {
  display: none;
}

.email-template-wrap .ps-form-group textarea {
  height: unset;
}
.email-template-wrap .right-section-email-temp {
  padding: 15px;
}
.email-template-wrap .preview-btn {
  background-color: #979797;
  border-radius: 20px !important;
  color: #646464;
}
.email-template-wrap .file {
  display: block;
  text-align: center;
}
.email-template-wrap .file--upload input[type=file] {
  display: none;
}
.email-template-wrap .file--upload > label {
  background: #F1F7FF;
  border: 1px dashed #3A84EC;
  border-radius: 10px;
  cursor: pointer;
  padding: 30px;
}
.email-template-wrap .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.email-template-wrap .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  background-color: #ffffff;
}
.email-template-wrap .collapsible-link[aria-expanded=true]::before {
  content: "\f106";
}
.email-template-wrap .logo-img.active {
  border: 2px dashed #3A84EC;
  border-radius: 10px;
  padding: 50px 10px;
}
.email-template-wrap .preview-active-input {
  border: 2px dashed #3A84EC;
  border-radius: 10px;
  padding: 10px 0;
}
.email-template-wrap .templet-footer-wrapper.footer-active, .email-template-wrap .templet-phone-wrapper.footer-active, .email-template-wrap .templet-email-wrapper.footer-active, .email-template-wrap .templet-website-wrapper.footer-active {
  border: 2px dashed #3A84EC !important;
  border-radius: 10px;
}
.email-template-wrap .templet-header-wrapper.header-active {
  border: 2px dashed #3A84EC !important;
  border-radius: 10px;
}
.email-template-wrap .img-privew-wrap {
  display: flex;
  align-items: center;
}
.email-template-wrap .img-privew-wrap .imgPrview {
  display: flex;
  min-height: 80px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
}
.email-template-wrap .img-privew-wrap .upload-file-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.email-template-wrap .email-template-left-section {
  max-height: calc(100vh - 250px);
  min-height: 530px;
  padding: 15px;
  border-right: 1px solid #E5E7EB;
}
.email-template-wrap .email-template-left-section .input-wrapper-div {
  position: relative;
}
.email-template-wrap .email-template-left-section .input-wrapper-div .color-piker-icon {
  display: inline-block;
  background-color: #f5f5f5;
  width: 29px;
  height: 29px;
  text-align: center;
  border-radius: 50%;
  padding: 4px 0;
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
}

.jscolor-wrap {
  max-width: 100% !important;
}
.jscolor-wrap .jscolor-picker {
  max-width: 100% !important;
}
.jscolor-wrap .jscolor-palette {
  display: flex !important;
  flex-wrap: wrap;
  width: 100%;
  margin: -5px 0 0 -2px;
}
.jscolor-wrap .jscolor-palette .jscolor-palette-sw {
  border: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 13.1%;
  margin: 2px;
}
.jscolor-wrap .jscolor-palette .jscolor-palette-sw div {
  height: 17.5px !important;
  width: 100% !important;
  display: block;
}

@media (min-width: 1024px) {
  .rate-card-table-wrapper {
    overflow: visible;
  }
}

.inv-masonary-dash-wrap .multipal-select-dropdown-col.date-filter-wrap .select2-container {
  width: 100px !important;
}
.inv-masonary-dash-wrap .multipal-select-dropdown-col .select2-container {
  width: 120px !important;
}

@media (max-width: 767px) {
  .mobile-display-none {
    display: none;
  }
}

.new-fancybox-wrapper.popup-bg.fancy-alert-wrap .fancybox-button {
  display: none;
}

#rawmaterial_mapping_form .iconBtn.del_bgcolor {
  color: #1770EE;
  background-color: #FFECEE !important;
}
#rawmaterial_mapping_form .iconBtn.del_bgcolor svg path {
  fill: #1770EE;
}

.colform-container .colform-owner, .colform-container .colform-res-id, .colform-container .colform-res-name, .colform-container .colform-cres-id, .colform-container .colform-state, .colform-container .colform-city, .colform-container .colform-status {
  width: 15%;
}
.colform-container .colform-res-id {
  min-width: 255px;
}

.inventory-dashboard-wrap .dashboard-boxs .button[disabled=disabled] {
  background-color: #ffffff;
  opacity: 1;
}
.inventory-dashboard-wrap .dashboard-boxs button:disabled {
  background-color: #ffffff;
  opacity: 1;
}

/* marketplace visibility design start */
.visibility-of-marketplace-page {
  background-color: #ffffff;
}

.marketplace-page .page-header {
  margin-bottom: 1rem;
}
.marketplace-page .card.z-depth {
  max-width: 1600px;
  margin: 0 auto;
}
.marketplace-page .market-box-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.marketplace-page .market-box-head .market-box-head-txt {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.marketplace-page .market-box-head .curated-boxes-view-more {
  cursor: pointer;
  color: #646464;
  text-decoration: underline;
}
.marketplace-page .market-box-head .market-box-view-more {
  cursor: pointer;
  color: #646464;
  text-decoration: underline;
}
.marketplace-page .marketplace-cards {
  display: flex;
  flex-wrap: wrap;
}
.marketplace-page .marketplace-cards .marketplace-card {
  position: relative;
  margin: 0px 1.3% 25px 0;
  width: 49.3%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem;
}
.marketplace-page .marketplace-cards .marketplace-card:nth-of-type(even) {
  margin-right: 0;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-banner {
  max-width: 100%;
  text-align: center;
  min-height: 281px;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-banner img {
  border-radius: 0.625rem 0.625rem 0 0rem;
  max-width: 100%;
  max-height: 281px;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-buttons .ps-btn {
  font-size: 16px !important;
  font-weight: 500;
  width: 50%;
  padding: 19px 10px 19px 10px;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-buttons .marketplace-btn-view {
  color: #000000;
  background: #ffffff;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-buttons .marketplace-btn-interested {
  color: #1770EE;
  border-radius: 0rem 0rem 0.625rem 0rem;
  background: #FFCBD0;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-buttons .marketplace-btn-interested:hover {
  background: #E7FFD1;
  color: #5EA51F;
}
.marketplace-page .marketplace-cards .marketplace-card .marketplace-card-buttons .marketplace-btn-interested.interested {
  background: #E7FFD1;
  color: #5EA51F;
}
.marketplace-page .marketplace-cards-curated {
  display: flex;
  flex-wrap: wrap;
}
.marketplace-page .marketplace-cards-curated .marketplace-card {
  width: 24.2%;
  margin: 0 1% 20px 0;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.marketplace-page .marketplace-cards-curated .marketplace-card:nth-child(4n) {
  margin-right: 0;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-banner {
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  background: #F2F2F2;
  padding: 20px 0 20px 0;
  text-align: center;
  min-height: 104px;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-banner img {
  max-width: 100%;
  max-height: 100%;
  max-width: 64px;
  max-height: 64px;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-text {
  padding: 0 10px 0 10px;
  text-align: center;
  max-width: 260px;
  margin: 25px auto 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-text .marketplace-card-text-title {
  color: #646464;
  font-size: 16px;
  font-weight: 500;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-text .marketplace-card-text-name {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0.625rem 0.625rem;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-buttons .ps-btn {
  font-size: 16px !important;
  font-weight: 500;
  width: 50%;
  padding: 22px 10px 22px 10px;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-buttons .marketplace-btn-view {
  color: #000000;
  background: #ffffff;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-buttons .marketplace-btn-interested {
  color: #1770EE;
  border-radius: 0rem 0rem 0.625rem 0rem;
  background: #FFCBD0;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-buttons .marketplace-btn-interested:hover {
  background: #E7FFD1;
  color: #5EA51F;
}
.marketplace-page .marketplace-cards-curated .marketplace-card .marketplace-card-buttons .marketplace-btn-interested.interested {
  background: #E7FFD1;
  color: #5EA51F;
}

.marketplace-sidebar {
  background: #ffffff;
}
.marketplace-sidebar .popup-header {
  background: #F8F8F8;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-icon {
  min-width: 60px;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-icon img {
  max-width: 80px;
  max-height: 80px;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-right {
  margin: 0 15px 0 15px;
  width: 100%;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-right .card-title {
  color: #000000;
  font-size: 16px !important;
  font-weight: 500;
  margin: 0 0 10px 0;
  border: none;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-right .card-dec {
  color: #646464;
  font-size: 16px !important;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-right .ps-btn.lg-btn {
  font-weight: 600;
  display: block;
  color: #1770EE;
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-right .ps-btn.lg-btn:hover {
  background: #E7FFD1;
  color: #5EA51F;
  border: 1px solid rgba(94, 165, 31, 0.3);
}
.marketplace-sidebar .popup-header .marketplace-sidebar-header-right .ps-btn.lg-btn.interested {
  background: #E7FFD1;
  color: #5EA51F;
  border: 1px solid rgba(94, 165, 31, 0.3);
}
.marketplace-sidebar .new-fancybox-body .card-body {
  background: #ffffff;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-dec {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-list {
  border-radius: 0.625rem;
  background: #F3F8FF;
  padding: 15px;
  margin: 0 0 15px 0;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-list ul li {
  color: #000000;
  font-size: 14px !important;
  font-weight: 400;
  position: relative;
  padding: 0 0 8px 15px;
  line-height: 24px;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background: #3A84EC;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-bottom {
  border-radius: 0.625rem;
  background: #FFF6F6;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-bottom ul li {
  padding: 12px 10px 12px 10px;
  max-width: 28%;
  color: #000000;
  text-align: center;
  font-size: 12px !important;
  font-weight: 400;
  display: block;
}
.marketplace-sidebar .new-fancybox-body .marketplace-sidebar-content-bottom ul li img {
  display: block;
  margin: 0 auto 10px;
}

/* marketplace visibility design start end */
.calculation-popup-wrapper .ng-text-clr-2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .calculation-popup-wrapper .d-flex.ps-border-right {
    border-right: 0;
  }
}
@media (max-width: 1280px) {
  .calculation-popup-wrapper .flex-wrap-md {
    flex-wrap: wrap;
  }
}
.calculation-popup-wrapper .pad-top {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.calculation-popup-wrapper .ps-bg-green {
  background-color: #DEFFE3 !important;
}
.calculation-popup-wrapper .ps-bg-grey {
  background-color: #D2D6DB !important;
}
.calculation-popup-wrapper .ps-bg-pink {
  background-color: #FFF7CB !important;
}

@media (max-width: 767px) {
  #tp_ajax .ps-table .d-flex .ps-btn {
    min-width: 105px;
    padding: 4px 10px;
  }
}

.fifo-lifo-wrapper .indicator-bg {
  background-color: rgb(248, 248, 248);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(210, 214, 219);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 30px;
}
.fifo-lifo-wrapper .table-width-50 {
  width: 50%;
  max-width: 100%;
}

.fifo-lifo-sidebar-wrap .bg-grey-table {
  background-color: #F8F8F8;
}

.ps-bg-blue-new {
  background-color: #D4E6FF !important;
}

.ps-bg-success {
  background-color: #ECFDF3 !important;
}

.ps-bg-success-dark {
  background-color: #039855 !important;
}

.ps-text-success {
  color: #039855 !important;
}

.ps-bg-danger {
  background-color: #FFF5F6 !important;
}

.ps-text-danger {
  color: #D92D20 !important;
}

.ps-bg-warning {
  background-color: #FFFCF5 !important;
}

.ps-text-warning {
  color: #D9A541 !important;
}

@media (max-width: 767px) {
  .ps-login.login-page-container .login-block .forgot-link {
    padding: 0 0 0 0;
  }
}

@media (max-width: 767px) {
  .change-text {
    text-align: center;
  }
}

@media (max-width: 1366px) {
  #div_po_item .inv-purchase-table-wrapper .pp-textfield-floating-label .select2-container--bootstrap-5 {
    margin-top: 5px;
  }
}
@media (max-width: 1366px) {
  #div_po_item .inv-purchase-table-wrapper .pp-textfield .form-control {
    padding: 6px 0 8px 0;
  }
}

.add-new-btn.inv-purchase-btn-bg {
  background-color: #CCCCCC;
  color: #ffffff !important;
}

.btn.add-new-btn.inv-purchase-btn-bg:focus {
  color: #ffffff !important;
}
.btn.add-new-btn.inv-purchase-btn-bg:hover {
  color: #ffffff !important;
}
.btn.add-new-btn.inv-purchase-btn-bg:active {
  color: #ffffff !important;
}

.inv-purchase-btn-wrapper .btn.add-new-btn:hover {
  background-color: #CCCCCC;
  color: #ffffff !important;
}

.add-new-btn {
  color: #373737;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2784313725) !important;
  border-radius: 10px !important;
  opacity: 1;
  border: 0;
}
.add-new-btn:focus {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2784313725) !important;
}

.btn.add-new-btn:focus {
  color: #646464 !important;
}
.btn.add-new-btn:hover {
  color: #646464 !important;
}
.btn.add-new-btn:active {
  color: #646464 !important;
}

.market-renew-plan .plan-title-text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .market-renew-plan .qr-code-right {
    text-align: center;
    padding: 10px 70px;
  }
}
@media (max-width: 576px) {
  .market-renew-plan .qr-code-right {
    padding: 10px 40px;
  }
}
@media (max-width: 380px) {
  .market-renew-plan .qr-code-right {
    padding: 10px 20px;
  }
}
.market-renew-plan .qrcode-fig-img {
  position: relative;
}
@media (max-width: 767px) {
  .market-renew-plan .qrcode-fig-img {
    display: inline-block;
  }
}
@media (max-width: 1400px) {
  .market-renew-plan .qrcode-fig-img svg {
    height: 285px;
  }
}
@media (max-width: 991px) {
  .market-renew-plan .qrcode-fig-img svg {
    height: 200px;
    width: 200px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .market-renew-plan .qrcode-fig-img svg {
    height: auto;
    width: 100%;
  }
}
.market-renew-plan .overlay-gen-text {
  text-align: center;
  display: block;
  position: absolute;
  padding: 40% 10px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.91);
  left: 0px;
  right: -2px;
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .market-renew-plan .overlay-gen-text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .market-renew-plan .overlay-gen-text {
    font-size: 12px;
  }
}
.market-renew-plan .ng-btn-info {
  background: #3177DA;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  display: 100%;
  height: 36px;
  margin: 15px auto 0;
}
@media (max-width: 1366px) {
  .market-renew-plan .ng-btn-info {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.market-renew-plan .ng-btn-outline-info {
  background: #ffffff;
  border: 1px solid #3177DA;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #3177DA;
  border-radius: 7px;
  width: 100%;
}
@media (max-width: 1366px) {
  .market-renew-plan .ng-btn-outline-info {
    padding: 6px 10px;
    font-size: 12px;
  }
}
.market-renew-plan .or-separator {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #373737;
  position: relative;
  margin: 7px 0;
}
.market-renew-plan .or-separator::after, .market-renew-plan .or-separator::before {
  content: "";
  height: 1px;
  background-color: #D0E3FF;
  width: 42%;
  display: block;
  position: absolute;
  top: 50%;
}
.market-renew-plan .or-separator::after {
  right: 0;
}
.market-renew-plan .afterqrgenerate .ng-btn-outline-time.timer.timer {
  width: 80px;
}
@media (min-width: 1400px) {
  .market-renew-plan #payment_note {
    text-align: right;
  }
}
.market-renew-plan .plan-desc-text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 21px;
  text-align: center;
  color: #979797;
}
.market-renew-plan .custom-height-qr {
  height: auto;
}
.market-renew-plan .price--amt-text {
  font-weight: 600;
  font-size: 35px;
  line-height: 52px;
  color: #000000;
  background: #E4EFFF;
  border-radius: 39.5px;
  padding: 8px 68px;
  display: inline-block;
  margin: 0.5rem auto;
  text-align: center;
}
@media (max-width: 576px) {
  .market-renew-plan .price--amt-text {
    padding: 8px 35px;
  }
}
.market-renew-plan .price--amt-text span {
  top: -0.5rem;
  font-weight: 500;
  position: relative;
  left: 2px;
  font-size: 25px;
  line-height: 34px;
  color: #373737;
}
.market-renew-plan .price--amt-text p {
  display: inline-block;
  font-size: 0.938rem;
  margin: 5px 0 0 0;
}
@media (max-width: 576px) {
  .market-renew-plan .price--amt-text p {
    font-size: 0.813rem;
  }
}
.market-renew-plan .price--amt-text p strong {
  font-size: 35px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .market-renew-plan .price--amt-text p strong {
    font-size: 1.813rem;
  }
}
.market-renew-plan .price--amt-text p sup {
  font-size: 1.29rem;
  bottom: 0;
  font-weight: 600;
  top: -0.5em;
}
@media (max-width: 576px) {
  .market-renew-plan .price--amt-text p sup {
    font-size: 1rem;
  }
}

@media (max-width: 1366px) {
  #div_po_item .inv-purchase-table-wrapper#tb_po_item .pp-textfield .select2-container--bootstrap-5 .select2-selection--single {
    padding: 2px 24px 6px 0;
    background-size: 18px 12px;
    background-position: right 5px;
  }
}

.ps-blue-text {
  color: #1361CE !important;
}

.sales-revenue-icon-wrap a {
  position: fixed;
  right: 12px;
  top: 12%;
  z-index: 2;
}
@media (max-width: 767px) {
  .sales-revenue-icon-wrap a {
    right: 0;
  }
}

@media (max-width: 767px) {
  td.current-stock-input-width {
    min-width: 140px;
  }
}

.sales-filter-loader.wave-pre-loading {
  height: 40px;
}

.sales-revenue-chart-loader.wave-pre-loading {
  height: 300px;
}

.upload-form-img-row .col-md-6:nth-child(odd)::after {
  content: "";
  width: 1px;
  min-height: 50px;
  height: 100%;
  background-color: rgb(210, 214, 219);
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .upload-form-img-row .col-md-6:nth-child(odd)::after {
    display: none;
  }
}
.upload-form-img-row .control-label.title {
  min-width: 96px;
  margin-top: 5px;
}

li {
  position: relative;
}
li .remove-upld-img {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  display: block;
  right: 4px;
  top: 10px;
  text-align: center;
  cursor: pointer;
}
li .remove-upld-img .delete_image_class {
  margin-top: 0;
  top: 0;
  left: 0px;
  right: 0;
  width: 11px;
}

#get_image_mhub_popup .base-menu-item-list #item_name {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 4px 7px;
  background-size: 20px;
  padding: 0 8px 0 28px;
}
#get_image_mhub_popup .base-menu-item-list .dropdown-menu {
  left: 15px;
  top: 125%;
}
#get_image_mhub_popup .base-menu-item-list .dropdown-menu .dropdown-item {
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  #get_image_mhub_popup .response-msg div {
    justify-content: center;
  }
}
#get_image_mhub_popup .response-msg figure {
  margin: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  max-width: 160px;
  max-height: 160px;
  display: inline-block;
}
#get_image_mhub_popup .response-msg figure img {
  border-radius: 7px;
  cursor: pointer;
}
#get_image_mhub_popup .response-msg figure.active {
  border: 2px solid rgb(197, 32, 49);
  border-radius: 7px;
}
#get_image_mhub_popup .unselect-img {
  opacity: 0.65;
  cursor: default;
}
#get_image_mhub_popup .fancybox-close-small svg {
  opacity: 1 !important;
  top: 4px;
}
#get_image_mhub_popup .choose_image_tp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #get_image_mhub_popup .choose_image_tp {
    position: relative;
  }
}
#get_image_mhub_popup .choose_image_div {
  max-height: 350px;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(131px, 1fr));
}
#get_image_mhub_popup .choose_image_div::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
#get_image_mhub_popup .choose_image_div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
#get_image_mhub_popup .choose_image_div::-webkit-scrollbar-thumb {
  background-color: #000000;
  outline: 1px solid slategrey;
  border-radius: 2px;
}

.update-user-detail .fancybox-close-small svg {
  opacity: 1 !important;
}
@media (max-width: 1440px) {
  .update-user-detail .ps-btn.sm-btn {
    min-height: 32px;
    height: auto;
    line-height: 1;
  }
}
.update-user-detail .image-croping {
  padding-left: 20px;
  display: inline-block;
  margin-top: 5px;
}

.img-crop-wrap-popup .popup-header {
  padding: 15px 20px;
}
.img-crop-wrap-popup .popup-header h3 {
  font-size: 16px;
}

.ps-fancybox.fancybox-content .popup-footer {
  border-radius: 0 0px 8px 8px;
}

#item_name:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  #item_name:focus td.current-stock-input-width {
    min-width: 140px;
  }
}

.setup-cnversion-wrap #tb_to_stock tr td, .setup-cnversion-wrap #tb_from_stock tr td {
  vertical-align: top;
}
.setup-cnversion-wrap #tb_to_stock .margin-top-2, .setup-cnversion-wrap #tb_from_stock .margin-top-2 {
  margin-top: 2px;
}

.image-preview-thumb {
  width: 130px;
  height: 106px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-position: center;
  position: relative;
}
.image-preview-thumb::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 33, 33, 0.2);
  border-radius: 7px;
}

.image_preview_li {
  position: relative;
  display: inline-block;
}
.image_preview_li .image-preview-thumb {
  margin-top: 5px;
}
.image_preview_li .remove-upld-img {
  right: 5px;
}
.image_preview_li .remove-upld-img .delete_image_class {
  top: -1px;
}

@media (max-width: 767px) {
  .image-preview .image-preview-thumb {
    width: 100%;
    background-size: contain;
  }
}

.item-dis-dropdown {
  z-index: 4;
}

.descriptionerror {
  color: #1770EE !important;
  font-size: 0.75rem !important;
}

.inventory-dashboard-wrap .right-side-stiky .lslide.active::before {
  border-bottom: 0;
}

.ps-table-wrapper.raw-material-table-wrap .ps-table thead tr th a {
  color: #373737 !important;
}

.sales-revenue-icon .btn {
  background: #1361CE;
  border: 1px solid #1361CE !important;
}

.text-transform-unset {
  text-transform: unset !important;
}

.report-searched-page .res-rep-ajax-load .table-responsive {
  overflow: auto !important;
}

.res-dashboard-wrap .dashboard-note-new {
  color: #646464;
  font-size: 0.75rem;
  font-style: italic;
}

.ps-border {
  border: 1px solid #D2D6DB;
}

.ps-border-left {
  border-left: 1px solid #D2D6DB;
}

.ps-border-right {
  border-right: 1px solid #D2D6DB;
}

.ps-border-top {
  border-top: 1px solid #D2D6DB;
}

.ps-border-bottom {
  border-bottom: 1px solid #D2D6DB;
}

.ps-bg-grey-2 {
  background-color: #EDEDED !important;
}

.ps-bg-light-pink {
  background-color: #FFF7F8 !important;
}

#store_on_off_modal.new-fancybox-wrapper.fancy_right_side_open {
  min-width: 36% !important;
}
@media (max-width: 1680px) {
  #store_on_off_modal.new-fancybox-wrapper.fancy_right_side_open {
    min-width: 39% !important;
  }
}
@media (max-width: 640px) {
  #store_on_off_modal.new-fancybox-wrapper.fancy_right_side_open {
    max-width: 95% !important;
  }
}
#store_on_off_modal.new-fancybox-wrapper.fancy_right_side_open .new-fancybox-body .variation-checkbox-container .img-fluid {
  max-width: 36px;
}

#store_on_off_modal.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body {
  background-color: #EDEDED !important;
}

@media (max-width: 767px) {
  .new-fancybox-wrapper #custom-store-time-gen .calendar-icon .bootstrap-datetimepicker-widget.pull-right {
    right: -10rem !important;
  }
}
@media (max-width: 767px) {
  .new-fancybox-wrapper #custom-store-time-gen .calendar-icon .bootstrap-datetimepicker-widget {
    right: -10rem !important;
  }
}
.new-fancybox-wrapper #custom-store-time-gen .bootstrap-datetimepicker-widget.pull-right {
  right: 0rem !important;
}

.train-order-wrap {
  padding: 6px 8px;
  display: block;
  background: linear-gradient(90deg, #FAFAEB 0%, #FFE2E2 100%);
  border: 1px solid #F5C8B7;
  color: #646464;
}
.train-order-wrap .train-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}
.train-order-wrap .orange-text {
  color: #D9693F;
}

.train-order-tag {
  background-color: #ffffff;
  color: #D9693F !important;
  border: 1px solid #D2D6DB;
  border-radius: 5px;
  padding: 3px 6px;
  display: inline-block;
  font-weight: 600 !important;
  font-size: 12px;
}
@media (max-width: 1366px) {
  .train-order-tag {
    font-size: 11px;
  }
}

.Container-masonary {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media (max-width: 767px) {
  .Container-masonary {
    display: block;
  }
}
.Container-masonary .masonary-item {
  display: inline-block;
  width: 49%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0px;
}
@media (max-width: 1366px) {
  .Container-masonary .masonary-item {
    width: 48.5%;
  }
}
@media (max-width: 1024px) {
  .Container-masonary .masonary-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .Container-masonary .masonary-item {
    width: 100%;
  }
}

.customize-btn-wrap {
  border: 1px solid #DC9203;
  background-color: #FFFCF5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 2px;
}

.ps-border-new {
  border: 1px solid #D2D6DB;
}

#customize-right-fancy.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
  min-width: 34% !important;
}
@media (max-width: 1440px) {
  #customize-right-fancy.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    min-width: 38% !important;
  }
}
@media (max-width: 1280px) {
  #customize-right-fancy.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    min-width: 45% !important;
  }
}

.customize-pop-wrapper .ps-tooltip [data-tooltip]:before {
  min-width: 250px;
}
@media (max-width: 767px) {
  .customize-pop-wrapper .ps-tooltip [data-tooltip]:before {
    min-width: 100px;
  }
}
.customize-pop-wrapper .ui-sortable {
  list-style: none;
}
.customize-pop-wrapper .ui-state-default {
  border: 0;
  background: none;
  list-style: none;
  cursor: move;
}
.customize-pop-wrapper ul li.ui-state-default .ps-tooltip {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/info-icon-new.svg);
  z-index: inherit;
  background-repeat: no-repeat;
}
.customize-pop-wrapper ul li.ui-state-default .ps-tooltip a {
  height: 20px;
  width: 20px;
  display: block;
}

#stock_level_data_wrapper {
  z-index: 1;
}
#stock_level_data_wrapper .simplebar-mask {
  overflow: visible !important;
}
#stock_level_data_wrapper .simplebar-content-wrapper {
  overflow: visible !important;
}

.inv-masonary-dash-wrap #active-rm-chart {
  height: 250px;
}
@media (max-width: 1570px) {
  .inv-masonary-dash-wrap #active-rm-chart {
    height: 200px;
  }
}
.inv-masonary-dash-wrap .stock-level-wrap .dropdown-menu {
  left: unset !important;
  right: 0;
  margin-right: 16px !important;
}

.pending-apporve-card-radius {
  border-radius: 0 10px 10px 0;
}

.pending-purchase-card-radius {
  border-radius: 10px 0 0 10px;
}

.purchse-material-wrap .ps-form-group .input-group .input-search-icon {
  left: 8px;
  top: 6px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  #cogs_widget .top-10-filter-dropdwon {
    margin-top: 8px;
  }
}

#key_statistics_loader,
#key_statistics_loader_data {
  height: 232px;
}
@media (max-width: 1199px) {
  #key_statistics_loader,
  #key_statistics_loader_data {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #key_statistics_loader,
  #key_statistics_loader_data {
    height: auto;
  }
}

#new_purchase_loader,
#new_purchase_loader_data {
  height: 407px;
}
@media (max-width: 1570px) {
  #new_purchase_loader,
  #new_purchase_loader_data {
    height: 404px;
  }
}
@media (max-width: 767px) {
  #new_purchase_loader,
  #new_purchase_loader_data {
    height: auto;
  }
}

#cogs_loader,
#cogs_loader_data {
  height: 500px;
}
@media (max-width: 1570px) {
  #cogs_loader,
  #cogs_loader_data {
    height: 500px;
  }
}
@media (max-width: 1440px) {
  #cogs_loader,
  #cogs_loader_data {
    height: 525px;
  }
}
@media (max-width: 1280px) {
  #cogs_loader,
  #cogs_loader_data {
    height: 550px;
  }
}
@media (max-width: 767px) {
  #cogs_loader,
  #cogs_loader_data {
    height: auto;
  }
}

#active_rm_loader,
#active_rm_loader_data,
#wastage_loader,
#wastage_loader_data {
  height: 480px;
}
@media (max-width: 1570px) {
  #active_rm_loader,
  #active_rm_loader_data,
  #wastage_loader,
  #wastage_loader_data {
    height: 392px;
  }
}
@media (max-width: 1366px) {
  #active_rm_loader,
  #active_rm_loader_data,
  #wastage_loader,
  #wastage_loader_data {
    height: 386px;
  }
}
@media (max-width: 767px) {
  #active_rm_loader,
  #active_rm_loader_data,
  #wastage_loader,
  #wastage_loader_data {
    height: auto;
  }
}

#current_stock_price_loader,
#current_stock_price_loader_data {
  height: 600px;
}
@media (max-width: 1570px) {
  #current_stock_price_loader,
  #current_stock_price_loader_data {
    height: 595px;
  }
}
@media (max-width: 1200px) {
  #current_stock_price_loader,
  #current_stock_price_loader_data {
    height: 580px;
  }
}
@media (max-width: 767px) {
  #current_stock_price_loader,
  #current_stock_price_loader_data {
    height: auto;
  }
}

#consumption_comparison_loader,
#consumption_comparison_loader_data {
  height: 470px;
}
@media (max-width: 767px) {
  #consumption_comparison_loader,
  #consumption_comparison_loader_data {
    height: auto;
  }
}

#po_raise_loader,
#po_raise_loader_data {
  height: 400px;
}
@media (max-width: 767px) {
  #po_raise_loader,
  #po_raise_loader_data {
    height: auto;
  }
}
#po_raise_loader .po-raise-scroll,
#po_raise_loader_data .po-raise-scroll {
  height: 255px;
  overflow-y: auto;
}

#stock_level_loader,
#stock_level_loader_data {
  height: 368px;
}
@media (max-width: 1199px) {
  #stock_level_loader,
  #stock_level_loader_data {
    height: 485px;
  }
}
@media (max-width: 767px) {
  #stock_level_loader,
  #stock_level_loader_data {
    height: auto;
  }
}

#pending_purchases_widget #pending_purchase_loader,
#pending_purchases_widget #pending_purchase_loader_data,
#pending_purchases_widget #pending_approve_po_loader,
#pending_purchases_widget #pending_approve_po_loader_data,
#pending_po_approval_widget #pending_purchase_loader,
#pending_po_approval_widget #pending_purchase_loader_data,
#pending_po_approval_widget #pending_approve_po_loader,
#pending_po_approval_widget #pending_approve_po_loader_data {
  height: 146px;
}
@media (max-width: 1570px) {
  #pending_purchases_widget #pending_purchase_loader,
  #pending_purchases_widget #pending_purchase_loader_data,
  #pending_purchases_widget #pending_approve_po_loader,
  #pending_purchases_widget #pending_approve_po_loader_data,
  #pending_po_approval_widget #pending_purchase_loader,
  #pending_po_approval_widget #pending_purchase_loader_data,
  #pending_po_approval_widget #pending_approve_po_loader,
  #pending_po_approval_widget #pending_approve_po_loader_data {
    height: 130px;
  }
}
@media (max-width: 1366px) {
  #pending_purchases_widget #pending_purchase_loader,
  #pending_purchases_widget #pending_purchase_loader_data,
  #pending_purchases_widget #pending_approve_po_loader,
  #pending_purchases_widget #pending_approve_po_loader_data,
  #pending_po_approval_widget #pending_purchase_loader,
  #pending_po_approval_widget #pending_purchase_loader_data,
  #pending_po_approval_widget #pending_approve_po_loader,
  #pending_po_approval_widget #pending_approve_po_loader_data {
    height: 146px;
  }
}
@media (max-width: 767px) {
  #pending_purchases_widget #pending_purchase_loader,
  #pending_purchases_widget #pending_purchase_loader_data,
  #pending_purchases_widget #pending_approve_po_loader,
  #pending_purchases_widget #pending_approve_po_loader_data,
  #pending_po_approval_widget #pending_purchase_loader,
  #pending_po_approval_widget #pending_purchase_loader_data,
  #pending_po_approval_widget #pending_approve_po_loader,
  #pending_po_approval_widget #pending_approve_po_loader_data {
    height: auto;
  }
}

#current_stock_price_loader .wave-pre-loading.current-stock-chart-loader {
  height: 400px;
}

#cogs_loader .wave-pre-loading.current-stock-chart-loader {
  height: 300px;
}

.ps-inventory .inv-masonary-dash-wrap .progress-section div:nth-child(4) .dropdown-menu {
  transform: translate3d(35px, -24px, 0px) !important;
}
.ps-inventory .inv-masonary-dash-wrap .progress-section div:nth-child(5) .dropdown-menu {
  transform: translate3d(35px, -60px, 0px) !important;
}

.inv-masonary-dash-wrap .stock-level-wrap .dropdown-menu {
  transform: translate3d(35px, 28px, 0px) !important;
}

.opacity-7 {
  opacity: 0.7;
}

.floor-plan-wrapper {
  padding-bottom: 0;
}
.floor-plan-wrapper .no-table-available-height {
  height: 100%;
  max-height: 60vh;
}
.floor-plan-wrapper .no-table-available-height .no-table-available-inner {
  height: 100%;
  max-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.floor-plan-wrapper .ps-alert .alert-message {
  position: absolute;
  z-index: 2;
  right: 2%;
  top: 1%;
}
.floor-plan-wrapper .area-left-sidebar {
  height: 100%;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 30px;
}
.floor-plan-wrapper .floor-name-height {
  min-height: 47px;
}
.floor-plan-wrapper .canvasArea {
  overflow: auto;
  max-width: 100%;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/grid.svg);
  background-repeat: repeat;
  background-size: contain;
  z-index: 1;
  position: relative;
}
.floor-plan-wrapper #resultZone {
  position: relative;
}
.floor-plan-wrapper .rotation-handle {
  background: transparent;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/restart.png);
  background-size: contain;
  position: absolute;
  height: 15px;
  width: 15px;
  cursor: pointer;
  border-radius: 50%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.floor-plan-wrapper .rotation-handle.top {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.floor-plan-wrapper .rotation-handle.right {
  top: 50%;
  left: auto;
  right: -30px;
  transform: translateY(-50%);
}
.floor-plan-wrapper .rotation-handle.left {
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
}
.floor-plan-wrapper .rotation-handle.bottom {
  bottom: -30px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.floor-plan-wrapper .text-container {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ps-form-group input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.ps-form-group input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.edit-input-wrap input:focus {
  outline: none;
}

.floor-plan-table-wrap .iconBtn {
  border-radius: 8px !important;
}

.square {
  width: 60px;
  height: 60px;
  margin: 3px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 18px;
  background-color: #979797;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 2px;
  font-size: 14px;
}

.square.disabled-square {
  opacity: 0.5;
}

#styleZone {
  margin-top: 16px;
  position: sticky;
  bottom: 0;
}

.stylezone {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.stylezone input {
  max-width: 55px;
}

.draggable {
  position: absolute;
  cursor: move;
  background-color: #f2f2f2;
  color: #646464;
  padding: 10px;
  border: 1px dashed #979797;
}
.draggable.selected {
  z-index: 1;
}
.draggable:not(.selected) .resizer {
  display: none;
}
.draggable:not(.selected) .rotation-handle {
  display: none;
}
.draggable .resizer {
  display: none;
}
.draggable .rotation-handle {
  display: none;
}
.draggable.horizontalBarrier, .draggable.verticalBarrier {
  background-color: #979797;
  border-color: #646464;
}
.draggable.horizontalBarrier .rotation-handle, .draggable.verticalBarrier .rotation-handle {
  display: none;
}

.resizer {
  width: "100%";
  height: "10px";
  background: "black";
  position: "absolute";
  cursor: "ns-resize";
  display: none;
  background: #ffffff;
  border: 1px solid #1361CE;
}

.shapeButton {
  border: 0;
  margin: 0 7px;
}

#circleShape {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #DEE2E5;
  border: 1px solid #D2D6DB;
}

#horizontalBarrier {
  height: 35px;
  width: 20px;
}

#verticalBarrier {
  height: 20px;
  width: 40px;
  vertical-align: top;
}

#squareShape {
  height: 35px;
  width: 35px;
  background-color: #DEE2E5;
  border: 1px solid #D2D6DB;
}

#diamondShape {
  height: 35px;
  width: 35px;
  background-color: #DEE2E5;
  border: 1px solid #D2D6DB;
  transform: rotate(45deg);
}

#halfCShape {
  height: 35px;
  width: 35px;
  background-color: #DEE2E5;
  border: 1px solid #D2D6DB;
  border-radius: 0 0 50% 50%;
}

#rectangleShape {
  height: 35px;
  width: 75px;
  background-color: #DEE2E5;
  border: 1px solid #D2D6DB;
}

#OvalShape {
  height: 35px;
  width: 75px;
  background-color: #DEE2E5;
  border: 1px solid #D2D6DB;
  border-radius: 50%;
}

.barrierButton {
  background-color: #DEE2E5;
}

#previewZone {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
}
#previewZone .draggable {
  background-color: #FEF899;
  border: 1px dashed #646464;
}
#previewZone .draggable.verticalBarrier, #previewZone .draggable.horizontalBarrier {
  position: absolute;
  background-color: #b0b0b0;
  border: 1px dashed #646464;
  position: relative;
}
#previewZone .draggable .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}
#previewZone .draggable .text-container .table-nm,
#previewZone .draggable .text-container .duration,
#previewZone .draggable .text-container .total-amt {
  color: #000000;
}
#previewZone .draggable .text-container .duration,
#previewZone .draggable .text-container .total-amt {
  font-size: 12.5px;
}
#previewZone .draggable .text-container .total-amt {
  font-weight: 600;
}
#previewZone .draggable .text-container .total-amt .currency-icon {
  font-weight: 400;
}

.draggable.selected .resizer {
  display: block;
  display: block;
}
.draggable.selected .rotation-handle {
  display: block;
  display: block;
}

.rotation-handle {
  display: none;
}

.ps-previewCard {
  border-radius: 10px;
  border-color: #D2D6DB;
  padding: 0px !important;
}

.preview-container {
  position: relative;
  display: flex;
  height: 79vh;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.preview-container:has(.preview-dnone) {
  display: none;
}

.preview-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 22px;
}

.shape-preview.tableName {
  position: absolute;
  background-color: #FEF899;
  border: 1px dashed #646464;
  position: relative;
  color: #646464;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.shape-preview.Barriers {
  position: absolute;
  background-color: #b0b0b0;
  border: 1px dashed #646464;
  position: relative;
}
.shape-preview.Barriers .previewIcon {
  display: none;
}

.preview-note.ps-alert .alert-message {
  position: relative;
  right: 0;
  top: 0;
}

.previewIcon {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 5px;
  z-index: 1;
}
.previewIcon .preview-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.table-label {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.table-label .bill-label {
  color: #56AD3D;
  background-color: #E4FED9;
  border: 1px solid #56AD3D;
  padding: 0px 3px;
  border-radius: 4px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.table-label .assist-label {
  color: #EEB13D;
  background-color: #FEFAEF;
  border: 1px solid #EEB13D;
  padding: 0px 3px;
  border-radius: 4px;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.ps-form-group input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
.ps-form-group input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.edit-input-wrap input:focus {
  outline: none;
}

#active-rm-chart .highcharts-tooltip tspan {
  font-size: 0.9em !important;
  font-weight: bold;
}

#purchase_material_utilization_loader_data .wave-pre-loading.new-purches, #purchase_material_utilization_loader .wave-pre-loading.new-purches {
  height: 370px;
}
#purchase_material_utilization_loader_data, #purchase_material_utilization_loader {
  height: 578px;
}
@media (max-width: 1400px) {
  #purchase_material_utilization_loader_data, #purchase_material_utilization_loader {
    height: 540px;
  }
}

.top-7-droddown-wrap .dropdown-menu {
  max-height: 220px;
}
.top-7-droddown-wrap .apply-btn-sticky {
  position: sticky;
  bottom: 0px;
  background: #ffffff;
}
.top-7-droddown-wrap .purchase-dropdwon-btn {
  padding: 0.175rem 0.9rem 0.115rem 0.7rem;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 1680px) {
  .top-7-droddown-wrap .purchase-dropdwon-btn {
    padding: 2px 10px 2px;
    height: calc(1.2em + 0.75rem + 2px);
  }
}
.top-7-droddown-wrap .purchase-dropdwon-btn:hover, .top-7-droddown-wrap .purchase-dropdwon-btn:focus {
  border: 1px solid #cccccc;
}
.top-7-droddown-wrap .purchase-dropdwon-btn::after {
  margin-left: 2rem;
}
.top-7-droddown-wrap .dropdown-menu.show {
  width: 160px;
}

@media (max-width: 1680px) {
  .ps-inventory .inv-masonary-dash-wrap .wastage-date-filter-wrap .select2-container {
    min-width: 120px !important;
    width: 120px !important;
  }
}
@media (max-width: 1280px) {
  .ps-inventory .inv-masonary-dash-wrap .wastage-date-filter-wrap .select2-container {
    min-width: 112px !important;
    width: 112px !important;
  }
}

@media (max-width: 1680px) {
  .ps-inventory .inv-masonary-dash-wrap .wastage-date-filter-wrap.top-10-filter-dropdwon .select2-container {
    min-width: 100px !important;
    width: 100px !important;
  }
}

.physical-box-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/physical-menu-bg.png);
  background-repeat: no-repeat;
  background-position: -15px 110%;
  padding: 20px;
}

.ps-border-dashed {
  border: 1px dashed #D2D6DB;
}

.upload-menu-poup-wrapper input[type=file] {
  z-index: -1;
  position: absolute;
  opacity: 0;
  width: 0.1px;
}

.physical-menu-card-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 15px;
}
.physical-menu-card-wrap .menu-image-loader {
  height: 250px;
  width: 100%;
}
.physical-menu-card-wrap .menu-title-loader {
  height: 20px;
  width: 100%;
}
.physical-menu-card-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 8px 8px 0 0;
}
.physical-menu-card-wrap .card-body {
  position: relative;
  z-index: 2;
  background-color: #F2F4F6;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.physical-menu-card-wrap .card-body:hover .overlay {
  opacity: 1;
}
.physical-menu-card-wrap .card-body:hover .ps-checkbox-group {
  display: block;
}
.physical-menu-card-wrap .card-body .menu-card-image {
  width: 100%;
  height: 250px;
  margin: 0 auto 3px;
  position: relative;
  overflow: hidden;
}
.physical-menu-card-wrap .card-body .menu-card-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.physical-menu-card-wrap .dropdown-menu.show {
  top: inherit !important;
}
.physical-menu-card-wrap .dropdown-menu .dropdwon-option a {
  display: block;
}
.physical-menu-card-wrap .ps-checkbox-group {
  position: absolute;
  top: 13px;
  left: 13px;
  display: none;
  z-index: 3;
}
.physical-menu-card-wrap .dropdwon-option:hover {
  background-color: #F8F8F8;
}

.physical-default-state-height {
  height: 60vh;
}

.pi-item-popup-wrap .auto-complete-border {
  background-color: #ffffff;
  border-bottom: 1px solid #D2D6DB;
  padding: 6px 6px 2px 2px;
  pointer-events: none;
}

#purchase-utiliazation-chart .highcharts-legend-item, #purchase-utiliazation-chart button.highcharts-a11y-proxy-element {
  pointer-events: none;
  cursor: default;
}

.profit-lose-popup {
  min-width: 27%;
}
.profit-lose-popup .new-fancybox-body {
  overflow-x: hidden;
}
.profit-lose-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.profit-lose-popup {
  min-width: 22% !important;
}
@media (max-width: 1680px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.profit-lose-popup {
    min-width: 20% !important;
  }
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.profit-lose-popup .fancybox-button.fancybox-close-small {
  top: 8px;
}

/* Cash Profit & Loss report page css start */
.profit-loss-page-wrap {
  background: #EDEDED;
}
.profit-loss-page-wrap .ps-top-header-title-row-card {
  padding: 16px 24px;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .ps-top-header-title-row-card {
    padding: 14px 16px;
  }
}
.profit-loss-page-wrap .profit-loss-title {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.48px;
  min-width: 160px;
  text-align: left;
}
@media (max-width: 1680px) {
  .profit-loss-page-wrap .profit-loss-title {
    font-size: 0.938rem;
  }
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-title {
    font-size: 0.875rem;
  }
}
.profit-loss-page-wrap .ps-btn-disable {
  opacity: 0.7;
  cursor: not-allowed;
}
.profit-loss-page-wrap .profit-loss-info-div {
  padding: 14px 24px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-info-div {
    padding: 14px 24px 14px 10px;
  }
}
@media (max-width: 479px) {
  .profit-loss-page-wrap .profit-loss-info-div {
    padding: 14px 10px 14px 10px;
  }
}
.profit-loss-page-wrap .profit-loss-info-div .profit-loss-links .ps-label-pl {
  border-radius: 16px;
  border: 1px solid #D2D6DB;
  background: #ffffff;
  padding: 2px 16px;
  color: #000000;
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.36px;
  margin-right: 6px;
}
.profit-loss-page-wrap .profit-loss-info-div .profit-loss-links .ps-label-pl.ps-label-pl-active {
  color: #1770EE;
  border: 1px solid #1770EE;
}
.profit-loss-page-wrap .profit-loss-info-div .profit-loss-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profit-loss-page-wrap .profit-loss-info-div .profit-loss-info .pl-info-icon {
  margin: 0 4px 0 4px;
}
.profit-loss-page-wrap .profit-loss-info-div .profit-loss-info .pl-info-icon svg {
  margin: 0 3px 0 0;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-info-div .profit-loss-info .pl-info-icon svg {
    margin: 0;
  }
}
.profit-loss-page-wrap .profit-loss-info-div .profit-loss-info .pl-info-icon .pl-info-text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-info-div .profit-loss-info .pl-info-icon .pl-info-text {
    font-size: 0.688rem;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper {
  overflow-x: inherit;
  overflow-y: inherit;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    padding-top: 0px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead {
  position: sticky;
  top: 113px;
  z-index: 3;
}
@media (max-width: 1680px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead {
    top: 112px;
  }
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead {
    top: 110px;
    position: relative;
    top: 0px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th {
  text-align: center;
  border: 1px solid #D2D6DB;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th:first-child {
  border-left: none !important;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th:first-child {
    min-width: 280px;
  }
}
@media (max-width: 479px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th:first-child {
    min-width: 180px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th:last-child {
  border-right: none !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-text {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.42px;
}
@media (max-width: 1680px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-text {
    font-size: 0.813rem;
  }
}
@media (max-width: 479px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-text {
    font-size: 0.75rem;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-view {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.36px;
  display: block;
  margin: 2px 0 0 0;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-column {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.36px;
  text-transform: capitalize;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-amount {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.48px;
  display: block;
  padding-right: 24px;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-align {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(210, 214, 219, 0.8);
  padding: 0 0 10px 0;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-align .pl-table-heading-lock {
  margin: 0 5px 0 -20px;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-table-heading-lock-and-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th.ps-grey-bg {
  background: #F8F8F8;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th.ps-green-bg {
  background: #ECFDF3;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th.ps-green-bg .pl-table-heading .pl-table-heading-amount {
  color: #039855;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th.ps-red-bg {
  background: #FFF5F6;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th.ps-red-bg .pl-table-heading .pl-table-heading-amount {
  color: #D92D20;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr td {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: right;
  position: relative;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr td:first-child {
  border-left: none !important;
  text-align: left;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr td:last-child {
  border-right: none !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr td.text-yellow {
  color: #DC9203;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr td.text-yellow .yellow-icon {
  margin: 0 0 0 -8px;
  padding: 0 3px 0 0;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr td {
    font-size: 0.688rem;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr.subrows td {
  font-weight: 500;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr.subrows td:first-child {
  border-left: none !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tbody tr.subrows td:last-child {
  border-right: none !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr {
  border: none;
  height: auto !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr th, .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr td {
  border: 1px solid #D2D6DB;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr th, .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr td {
    min-width: 180px;
  }
}
@media (max-width: 479px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr th, .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr td {
    min-width: 130px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr th.border-right-none, .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr td.border-right-none {
  border-right: none !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr th.border-left-none, .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr td.border-left-none {
  border-left: none !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr th {
  padding: 8px 16px 8px 16px !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr td {
  padding: 12px 10px 12px 16px !important;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon {
  display: flex;
  align-items: center;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon .plus-square-icon {
  border-radius: 2.25px;
  border: 1px solid #D2D6DB;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 0 0 7px;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon .collapse-icon {
  display: block;
  width: 18px;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon .collapse-icon .profit-loss-icon-down {
  display: none;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon .collapse-icon .profit-loss-icon-up {
  display: block;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon .collapse-icon.collapsed .profit-loss-icon-down {
  display: block;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table tr .profit-loss-icon .collapse-icon.collapsed .profit-loss-icon-up {
  display: none;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table.subrows .profit-loss-icon .collapse-icon {
  margin: 0 4px 0 0;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table.subrows .profit-loss-icon .collapse-icon .profit-loss-icon-down {
  display: none;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table.subrows .profit-loss-icon .collapse-icon .profit-loss-icon-up {
  display: block;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table.subrows .profit-loss-icon .collapse-icon.collapsed .profit-loss-icon-down {
  display: block;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table.subrows .profit-loss-icon .collapse-icon.collapsed .profit-loss-icon-up {
  display: none;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .pl-btn-aligment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .btn-aligment-center-right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .btn-aligment-center-right .pl-amount-txt {
  margin: 0;
  text-align: center;
  padding-right: 32px;
  /* flex-grow: 1;*/
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .btn-aligment-center-right .pl-amount-txt.pl-amount-txt-left {
  margin: 0 7px 0 0;
  padding: 0;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .btn-aligment-section-amount {
  padding-right: 32px;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .iconBtn {
  padding: 3px !important;
  height: 22px;
  width: 22px;
  margin: 0 0 0 3px;
  border-radius: 2.75px;
  background: #F8F8F8;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .iconBtn svg {
  height: 16px;
  width: 16px;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-integrated {
  position: relative;
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-integrated .subcolumn-integrated-left-border {
  border-left: 1px solid #D2D6DB;
  position: absolute;
  height: 100%;
  top: 0;
  left: 38px;
}
@media (max-width: 1400px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-integrated .subcolumn-integrated-left-border {
    left: 20px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-integrated .subcolumn-integrated-text {
  padding: 0 0 0 45px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-integrated .subcolumn-integrated-text {
    padding: 0 0 0 25px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-direct-text {
  padding: 0 0 0 20px;
}
@media (max-width: 1400px) {
  .profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table .subcolumn-direct-text {
    padding: 0 0 0 0px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper.profit-loss-wrapper-configure .detailed-table .ps-table-wrapper .table thead {
  top: 64px;
}
@media (max-width: 768px) {
  .profit-loss-page-wrap .profit-loss-wrapper.profit-loss-wrapper-configure .detailed-table .ps-table-wrapper .table thead {
    top: 0px;
  }
}
.profit-loss-page-wrap .profit-loss-wrapper.profit-loss-wrapper-configure .detailed-table .ps-table-wrapper tr td {
  padding: 12px 16px 12px 16px !important;
}
.profit-loss-page-wrap .profit-loss-wrapper.profit-loss-wrapper-configure .detailed-table .ps-table-wrapper tr td:last-child {
  text-align: center;
}
.profit-loss-page-wrap .disable-tr {
  opacity: 0.5;
}
.profit-loss-page-wrap .disable-th .pl-table-heading .pl-table-heading-lock svg {
  opacity: 0.5;
}
.profit-loss-page-wrap .disable-th .pl-table-heading .pl-table-heading-column {
  opacity: 0.5;
}
.profit-loss-page-wrap .disable-th .pl-table-heading .pl-table-heading-amount {
  opacity: 0.5;
}
.profit-loss-page-wrap .disable-td {
  opacity: 0.5;
}

.collapse-table {
  display: flex;
  align-items: center;
  gap: 10px;
}
.collapse-table .collapse-icon .collapse-icon-up {
  display: block;
}
.collapse-table .collapse-icon .collapse-icon-down {
  display: none;
}
.collapse-table .collapse-icon:not(.collapsed) .collapse-icon-up {
  display: none;
}
.collapse-table .collapse-icon:not(.collapsed) .collapse-icon-down {
  display: block;
}

.pl-sticky-first {
  position: sticky;
  top: -2px;
  z-index: 5;
}
@media (max-width: 479px) {
  .pl-sticky-first {
    z-index: 11;
    top: -1px;
  }
}

.pl-sticky-second {
  position: sticky;
  top: 63px;
  z-index: 4;
}
.pl-sticky-second .profit-loss-info-div {
  border-bottom: 1px solid #D2D6DB;
}
@media (max-width: 768px) {
  .pl-sticky-second {
    top: 60px;
  }
}
@media (max-width: 479px) {
  .pl-sticky-second {
    z-index: 10;
  }
}

.profit-loss-wrapper .ps-green-bg {
  background-color: #ECFDF3;
}
.profit-loss-wrapper .ps-green-bg td {
  color: #039855 !important;
}
.profit-loss-wrapper .ps-green-bg-1 {
  background-color: #039855;
}
.profit-loss-wrapper .ps-green-bg-1 td {
  color: #ffffff !important;
}
.profit-loss-wrapper .ps-green-bg-1 td.text-dark {
  color: #000000 !important;
}
.profit-loss-wrapper .ps-red-bg-1 {
  background-color: #FFF5F6;
}
.profit-loss-wrapper .ps-red-bg-1 td {
  color: #D92D20 !important;
}
.profit-loss-wrapper .ps-red-bg-2 {
  background-color: #1770EE;
}
.profit-loss-wrapper .ps-red-bg-2.disable-td {
  opacity: 0.8;
}
.profit-loss-wrapper .ps-red-bg-2 td {
  color: #ffffff !important;
}
.profit-loss-wrapper .ps-blue-bg-1 {
  background-color: #D4E6FF;
}
.profit-loss-wrapper .ps-blue-bg-1 td {
  color: #1361CE !important;
}

.profit-loss-popup-loader .sidebar-popup-loader {
  width: 100%;
  height: 50px;
}

.profit-lose-dropdown-list .profit-lose-dropdown {
  display: flex;
  align-items: center;
}
.profit-lose-dropdown-list .profit-lose-dropdown div:last-child {
  margin-left: auto;
}
.profit-lose-dropdown-list .profit-lose-dropdown .ps-form-group-delete {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #ffffff;
  padding: 5.43px;
}
.profit-lose-dropdown-list .profit-lose-drag-contailner {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.profit-lose-dropdown-list .profit-lose-drag-contailner li {
  max-width: 100% !important;
  border: none;
  background: #ffffff;
}
.profit-lose-dropdown-list .profit-lose-drag-contailner li.sortable-chosen {
  margin-bottom: 0 !important;
}
.profit-lose-dropdown-list .profit-lose-drag-contailner li.sortable-ghost {
  margin-bottom: 0 !important;
}
.profit-lose-dropdown-list .profit-lose-drag-contailner .profit-lose-draggable {
  flex: 1;
}
.profit-lose-dropdown-list .profit-lose-handle {
  cursor: move;
}
.profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .profit-lose-handle, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .profit-lose-handle, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .profit-lose-handle {
  width: 6%;
}
.profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group-label, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group-label, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group-label {
  min-width: 68px;
}
.profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group {
  width: 38%;
}
.profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group.ps-form-group-month, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group.ps-form-group-month, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group.ps-form-group-month {
  width: 44%;
}
.profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group.ps-form-group-year, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group.ps-form-group-year, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group.ps-form-group-year {
  width: 32%;
}
@media (max-width: 768px) {
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown {
    flex-wrap: wrap;
  }
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group-label, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group-label, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group-label {
    order: 2;
    max-width: 50%;
    width: 50%;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
    margin-right: 0 !important;
  }
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .profit-lose-handle, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .profit-lose-handle, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .profit-lose-handle {
    order: 1;
    max-width: 30px;
    width: 30px;
    text-align: left;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group.ps-form-group-month, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group.ps-form-group-month, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group.ps-form-group-month {
    order: 4;
    margin-right: 2% !important;
    max-width: 53%;
    width: 53%;
  }
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group.ps-form-group-year, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group.ps-form-group-year, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group.ps-form-group-year {
    order: 5;
    margin-right: 0 !important;
    max-width: 45%;
    width: 45%;
  }
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group-delete-div, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group-delete-div, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group-delete-div {
    order: 3;
    margin-bottom: 10px !important;
  }
  .profit-lose-dropdown-list.profit-lose-monthly .profit-lose-dropdown .ps-form-group-delete-div .ps-form-group-delete, .profit-lose-dropdown-list.profit-lose-biannually .profit-lose-dropdown .ps-form-group-delete-div .ps-form-group-delete, .profit-lose-dropdown-list.profit-lose-quarterly .profit-lose-dropdown .ps-form-group-delete-div .ps-form-group-delete {
    width: 34px;
  }
}
.profit-lose-dropdown-list.profit-lose-yearly .profit-lose-dropdown .ps-form-group {
  width: 70%;
}
.profit-lose-dropdown-list .profit-lose-button {
  position: relative;
}
.profit-lose-dropdown-list .profit-lose-button:after {
  height: 1px;
  width: 100%;
  content: "";
  background: #D2D6DB;
  position: absolute;
  top: 50%;
  left: 0;
}
.profit-lose-dropdown-list .profit-lose-button .bg-white {
  position: relative;
  z-index: 1;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .popup-ps-alert .ps-alert .alert-message.ps-alert-support {
  align-items: baseline;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .popup-ps-alert .ps-alert .alert-message.ps-alert-support .sign-icon {
  position: relative;
  top: 2px;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper .new-fancybox-body .popup-ps-alert .ps-alert .alert-message.ps-alert-support .ps-desc {
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.33px;
  margin: 0;
}

.ps-form-commision-inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ps-form-commision-inline .ps-form-group-left {
  width: 100%;
  max-width: 150px;
}
.ps-form-commision-inline .ps-form-group-right {
  width: 100%;
}
.ps-form-commision-inline.ps-form-payment-inline .ps-form-group-left {
  max-width: 204px;
}

.ps-form-input-overlap {
  position: relative;
}
.ps-form-input-overlap input {
  padding-right: 28px;
}

.ps-form-input-overlap-text {
  position: absolute;
  right: 12px;
  top: 7px;
}

.profit-loss-top-fixed .profit-loss-page-wrap .export-btn-fixed-scroll {
  position: fixed;
  top: 56px;
  width: 96%;
  z-index: 999;
  border-top: 1px solid #dbdbd5;
  left: 73px;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .profit-loss-info-div {
  position: fixed;
  top: 123px;
  width: 95%;
  z-index: 999;
  border-top: 1px solid #dbdbd5;
  left: 73px;
  background: #ffffff;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr {
  position: fixed;
  top: 173px;
  width: 95%;
  z-index: 999;
  left: 73px;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:first-child {
  width: 36%;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:nth-child(1) {
  width: 36%;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:nth-child(2) {
  width: 15%;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:nth-child(3) {
  width: 15%;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:nth-child(4) {
  width: 15%;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:nth-child(5) {
  width: 15%;
}
.profit-loss-top-fixed .profit-loss-page-wrap .profit-loss-wrapper .ps-table-wrapper table.ps-table thead tr th:last-child {
  width: 1%;
}

.profit-lose-widget .profit-lose-widget-box {
  background: #ffffff;
}
.profit-lose-widget .profit-lose-widget-box .ng-card-body-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.profit-lose-widget .profit-lose-widget-box .ng-card-body-boxes .profit-lose-box {
  padding: 12px;
  border-radius: 3.848px;
  border: 1px solid #D2D6DB;
  text-align: center;
  width: 100%;
}
.profit-lose-widget .profit-lose-widget-box .ng-card-body-boxes .review-cost-boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.profit-lose-widget .profit-lose-widget-box .profit-lose-title {
  color: #646464;
  font-size: 9.234px;
  font-weight: 400;
}
.profit-lose-widget .profit-lose-widget-box .profit-lose-amount {
  color: #039855;
  font-size: 15.391px;
  font-weight: 600;
}
.profit-lose-widget .profit-lose-widget-box .profit-lose-amount a {
  color: #039855;
}
.profit-lose-widget .profit-lose-widget-box .profit-lose-note {
  color: #979797;
  font-size: 9.234px;
  font-weight: 500;
}
.profit-lose-widget .profit-lose-widget-box .cost-boxes .profit-lose-amount {
  color: #D92D20;
}
.profit-lose-widget .profit-lose-widget-box .cost-boxes .profit-lose-amount a {
  color: #D92D20;
}

.bottom-side-tooltip-popup[data-tooltip]:before {
  top: 46px;
  min-width: 200px;
  left: -149px;
  bottom: unset;
  background: #373737;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.bottom-side-tooltip-popup[data-tooltip]:after {
  position: absolute;
  bottom: -14px;
  left: auto;
  right: 11px;
  margin-left: 0;
  width: 0;
  border-top: 5px solid var(--clr-dark1);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: var(--font0);
  line-height: 0;
  border-bottom: 5px solid #373737;
}
.bottom-side-tooltip-popup.bottom-side-tooltip-active {
  z-index: 99;
}
@media (max-width: 768px) {
  .bottom-side-tooltip-popup[data-tooltip]:before {
    content: "" !important;
    display: none;
  }
  .bottom-side-tooltip-popup[data-tooltip]:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .profit-loss-links {
    display: none;
  }
}

.profit-loss-vertical {
  display: none;
}
@media (max-width: 768px) {
  .profit-loss-vertical {
    display: block;
  }
}

.profit-loss-view {
  display: none;
}
@media (max-width: 768px) {
  .profit-loss-view {
    display: block;
  }
}

@media (max-width: 768px) {
  .pl-mobile-vertical-list {
    display: none !important;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active {
    display: flex !important;
    flex-direction: column;
    border-top: 1px solid #D2D6DB !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08) !important;
    position: absolute;
    top: 63px;
    right: 29px;
    background: #fff;
    padding: 10px 15px 10px 15px;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active .profit-loss-vertical-list {
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-shadow: none;
    border: none !important;
    border-bottom: 1px solid #D2D6DB !important;
    border-radius: 0;
    color: #212121 !important;
    height: auto;
    min-height: auto;
    padding-bottom: 12px;
    padding-top: 8px;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active .profit-loss-vertical-list.profit-loss-freeze {
    padding-bottom: 5px;
    padding-top: 0px;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active .profit-loss-vertical-list.profit-loss-freeze .ps-btn {
    width: 100%;
    border: none !important;
    color: #212121 !important;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active .profit-loss-vertical-list.profit-loss-download-btn {
    border-bottom: none !important;
    padding-bottom: 5px;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active .profit-loss-vertical-list.profit-loss-download-btn .btn-icon {
    display: none;
  }
  .pl-mobile-vertical-list.pl-mobile-vertical-list-active .profit-loss-vertical-list.profit-loss-print-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .profit-loss-view-list {
    display: none !important;
  }
  .profit-loss-view-list.profit-loss-view-list-active {
    display: flex !important;
    flex-direction: column;
    border-top: 1px solid #D2D6DB !important;
    border-radius: 8px !important;
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08) !important;
    position: absolute;
    top: 0;
    right: 29px;
    background: #fff;
    padding: 10px 15px 10px 15px;
  }
}

.configure-pl-backtoview {
  display: none;
}

@media (max-width: 768px) {
  .profit-loss-wrapper-configure-main .configure-pl-backtoview {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .profit-loss-wrapper-configure-main .pl-config-manage-section {
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .profit-loss-wrapper-configure-main.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-btn-aligment {
    flex-wrap: wrap;
    align-items: self-start;
  }
  .profit-loss-wrapper-configure-main.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th .pl-table-heading .pl-btn-aligment .ml-2 {
    margin-left: 0 !important;
    margin-top: 5px;
  }
  .profit-loss-wrapper-configure-main.profit-loss-page-wrap .profit-loss-wrapper .detailed-table .ps-table-wrapper .table thead th:first-child {
    min-width: auto;
    max-width: 150px;
  }
}

@media (max-width: 768px) {
  .commission-div-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .commission-div-mobile label.commission-div-label {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .commission-div-mobile .commission-div-label-span {
    margin-bottom: 8px !important;
  }
  .commission-div-mobile .commission-div-btn-fetch-pre {
    margin-bottom: 8px;
  }
}

.set-column-popupopen .tooltip.fade.show {
  z-index: 9999 !important;
}
@media (max-width: 767px) {
  .set-column-popupopen .tooltip.fade.show {
    display: none;
  }
}

/* Cash Profit & Loss report page css end */
.ps-bg-dark-grey {
  background-color: #646464 !important;
}

.blue-note-box {
  background-color: #EDF5FF;
  border: 1px solid #D4E6FF;
  padding: 10px;
  border-radius: 4px;
}

.date-control {
  padding: 6px 8px;
  display: block;
  height: 34px;
  border-radius: 7px;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  outline: 0;
  color: #000000;
  font-size: 0.813rem;
  cursor: pointer;
  border: 1px solid #D2D6DB;
  transition: all 250ms ease;
}
@media (max-width: 1440px) {
  .date-control {
    height: 32px !important;
    font-size: 0.75rem;
  }
}

.search-bar-loading.wave-pre-loading {
  height: 30px;
}

.summary-box-loading.wave-pre-loading {
  height: 60px;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.predictive-analysis-pop-wrapper.fancy_right_side_open {
  min-width: 65% !important;
}
@media (max-width: 640px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.predictive-analysis-pop-wrapper.fancy_right_side_open {
    max-width: 85% !important;
  }
}

#active-rm-chart .highcharts-tooltip tspan {
  font-size: 0.9em !important;
  font-weight: bold;
}

#update_items_addon .min-height-34 {
  min-height: 34px;
}
@media (max-width: 1440px) {
  #update_items_addon .min-height-34 {
    min-height: 32px;
  }
}

.ps-1-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.online-order-text-note {
  max-width: 100%;
  overflow: visible;
  display: block;
  text-overflow: inherit;
  white-space: inherit;
}

.inv-masonary-dash-wrap #recipe_costing_widget .select2-container--default .select2-selection--single {
  padding: 0.175rem 1.3rem 0.115rem 0.75rem;
}
@media (max-width: 1680px) {
  .inv-masonary-dash-wrap #recipe_costing_widget .select2-container--default .select2-selection--single {
    padding: 1px 20px 2px 5px;
  }
}
.inv-masonary-dash-wrap #recipe_costing_widget .multipal-select-dropdown-col .select2-container {
  width: 100% !important;
}

.ps-table .last-tootltip.online-display-tooltip:before {
  text-align: center;
  white-space: pre-line;
  min-width: 130px;
  font-size: 11px;
}
@media (max-width: 1366px) {
  .ps-table .last-tootltip.online-display-tooltip:before {
    font-size: 0.625rem;
    min-width: 120px;
  }
}

.proposed-raw-matrial-tag {
  background-color: #FFFCF5;
  border: 1px solid #DC9203;
  border-left: 3px solid #DC9203;
  padding: 7px 12px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.suggest-raw-material-wrap .text-orange {
  color: #DC9203;
}
.suggest-raw-material-wrap .ps-alert .alert-message.ps-alert-danger {
  border: 1px solid #DC9203;
}

.suggest-raw-material-pop-wrap .proposed-raw-matrial-tag {
  height: 68px;
}
.suggest-raw-material-pop-wrap .proposed-raw-matrial-loader.wave-pre-loading {
  height: 68px;
}

@media (min-width: 1600px) and (max-width: 1680px) {
  .alert-banner-height {
    height: 74px;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.suggest-raw-material-pop-wrap {
  min-width: 35% !important;
}
@media (max-width: 1366px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.suggest-raw-material-pop-wrap {
    min-width: 45% !important;
  }
}
@media (max-width: 640px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.suggest-raw-material-pop-wrap {
    max-width: 85% !important;
  }
}

.datetimepicker_strucure .timepicker-picker table tr:nth-of-type(even) {
  background: #EDEDED;
}
.datetimepicker_strucure .timepicker-picker table tr:nth-of-type(odd) {
  background-color: #ffffff !important;
}

.pi-item-popup-wrap .select-item-blog {
  background-color: #F2F4F6;
  padding: 24px;
}
.pi-item-popup-wrap .select-item-blog .pi-header {
  gap: 15px;
  margin-bottom: 15px;
}
.pi-item-popup-wrap .select-item-blog .pi-header p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss {
  gap: 16px;
  justify-content: center;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .bg-red {
  background-color: #FFF5F6;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .bg-yellow {
  background-color: #FFFCF5;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .total-loss {
  border-radius: 8px;
  padding: 12px;
  flex: 1;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .total-loss .total-loss-heading,
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .total-loss .total-amount-headind {
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .total-loss .total-loss-heading {
  font-size: 12px;
  line-height: 18px;
}
.pi-item-popup-wrap .append-data-wrapper .total-maximum-loss .total-loss .total-amount-headind {
  font-size: 16px;
  line-height: 24px;
}
.pi-item-popup-wrap .prediction_chart_reset {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pi-item-popup-wrap .prediction_chart_reset .paragraph-lg-2 {
  font-size: 18px !important;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
}
.pi-item-popup-wrap .prediction_chart_reset .paragraph-sm-2 {
  font-size: 14px !important;
  line-height: 21px;
  color: #646464;
  font-weight: 400;
}
.pi-item-popup-wrap .prediction_chart .message-box .ps-desc {
  font-weight: 500;
}

.itemTextBoxData .get-item {
  background: #ffffff;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 4px;
  padding: 2px;
  padding: 0px 6px 2px;
}
.itemTextBoxData .get-item .auto-complete-border {
  border: 0;
}

.ps-table-wrapper .ps-table.item-on-off-table tbody td a {
  color: #000000;
}

.table-default-bottom-space {
  min-height: auto;
  padding-bottom: 180px;
}

.detailed-table .table-responsive.table-default-bottom-space {
  min-height: auto;
  padding-bottom: 180px;
}

/* GBP Dashboard Design start*/
.ps-select2-arrow-none .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.ps-select2-min-width {
  min-width: 180px;
}

.gpb-dashboard-wrap .wave-pre-loading {
  height: auto;
}
.gpb-dashboard-wrap .ps-btn .wave-pre-loading {
  min-width: 90px;
  min-height: 34px;
}
.gpb-dashboard-wrap .gpb-dashboard-card {
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0), 0px 0px 1px 0px rgba(0, 0, 0, 0.02), 0px 0px 1px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
  .gpb-dashboard-wrap .gpb-dashboard-card {
    padding: 18px;
  }
}
@media (max-width: 1440px) {
  .gpb-dashboard-wrap .gpb-dashboard-card {
    padding: 15px;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-card .gpb-card-header {
  border-bottom: 1px solid #D2D6DB;
  padding: 12px 24px;
  min-height: 58px;
}
@media (max-width: 1399px) {
  .gpb-dashboard-wrap .gpb-dashboard-card .gpb-card-header h5 {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .gpb-dashboard-wrap .gpb-dashboard-card .quick-actions-photos-tab .gpb-card-header {
    flex-wrap: wrap;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card .quick-actions-photos-tab .gpb-card-header .gpb-header-button {
    margin-left: auto;
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-card .gpb-card-body {
  min-height: calc(100vh - 205px);
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-card .gpb-card-body {
    min-height: calc(100vh - 190px);
  }
}
.gpb-dashboard-wrap .gpb-dashboard-card .gpb-card-body .gpb-card-content {
  padding: 20px;
}
@media (max-width: 767px) {
  .gpb-dashboard-wrap .gpb-dashboard-card .gpb-card-body .gpb-card-content {
    padding: 15px;
  }
}
.gpb-dashboard-wrap .gpb-inner-card-group {
  display: flex;
  padding: 16px;
}
@media (max-width: 1200px) {
  .gpb-dashboard-wrap .gpb-inner-card-group {
    flex-wrap: wrap;
  }
}
.gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card {
  flex-basis: 100%;
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  display: flex;
  padding: 16px;
}
@media (max-width: 1200px) {
  .gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
.gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card .gpb-inner-card-icon {
  background: #FFF7F8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 48px;
}
.gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card .gpb-inner-card-details {
  max-width: 85%;
  display: flex;
  flex-direction: column;
}
.gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card .gpb-inner-card-title {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card .gpb-inner-card-title h5 {
    font-size: 0.813rem;
  }
}
.gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card .gpb-inner-card-dec {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.gpb-dashboard-wrap .gpb-inner-card-group .gpb-inner-card .gpb-inner-card-button {
  margin-top: auto;
}
.gpb-dashboard-wrap .ng-card-wrap {
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0), 0px 0px 1px 0px rgba(0, 0, 0, 0.02), 0px 0px 1px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1500px) {
  .gpb-dashboard-wrap .ng-card-wrap {
    padding: 18px;
  }
}
@media (max-width: 1440px) {
  .gpb-dashboard-wrap .ng-card-wrap {
    padding: 15px;
  }
}
.gpb-dashboard-wrap .gpb-border {
  border: 1px solid #D2D6DB;
}
.gpb-dashboard-wrap .gpb-border-radius {
  border-radius: 8px;
}
.gpb-dashboard-wrap .gpb-box-shadow {
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.gpb-dashboard-wrap .gpb-selectoutlet {
  min-width: 200px;
}
.gpb-dashboard-wrap .gpb-selectoutlet .ps-select2-border .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
}
@media (max-width: 910px) {
  .gpb-dashboard-wrap .gpb-dashboard-title-card {
    flex-wrap: wrap;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-title {
    margin-bottom: auto;
    margin-right: 15px;
    order: 1;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-selectoutlet {
    margin-bottom: 15px;
    order: 2;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-datepicker {
    margin-left: auto;
    order: 3;
  }
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-title {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-selectoutlet {
    margin-bottom: 0;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-datepicker {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-selectoutlet {
    margin-bottom: 15px;
    margin-left: auto;
    width: 100%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-datepicker {
    width: 100%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-datepicker .calendar-control {
    display: flex;
    align-items: center;
  }
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-datepicker .calendar-control svg.svg-last-dropdown {
    margin-left: auto;
  }
}
@media (max-width: 575px) and (max-width: 380px) {
  .gpb-dashboard-wrap .gpb-dashboard-title-card .gpb-datepicker .calendar-control .calendar-control-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 78%;
    display: inline-block;
  }
}
.gpb-dashboard-wrap .gpb-title .gpb-title-logo {
  margin-right: 10px;
}
@media (max-width: 400px) {
  .gpb-dashboard-wrap .gpb-title .gpb-title-logo {
    max-width: 165px;
  }
}
.gpb-dashboard-wrap .gpb-datepicker .calendar-control {
  padding: 5.45px 10px;
}
.gpb-dashboard-wrap .gpb-datepicker .calendar-control .calendar-control-text {
  color: #000000;
  font-weight: 400;
  padding: 0 0px 0 5px;
  font-size: 0.875rem;
}
@media (max-width: 1680px) {
  .gpb-dashboard-wrap .gpb-datepicker .calendar-control .calendar-control-text {
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  .gpb-dashboard-wrap .gpb-datepicker .calendar-control .calendar-control-text {
    font-size: 0.75rem;
  }
}
.gpb-dashboard-wrap .bottom-side-tooltip {
  z-index: 0;
}
.gpb-dashboard-wrap .bottom-side-tooltip[data-tooltip]:before {
  top: 46px;
  min-width: 130px;
  left: -180px;
  bottom: unset;
  background: #373737;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
}
.gpb-dashboard-wrap .bottom-side-tooltip[data-tooltip]:after {
  position: absolute;
  bottom: -14px;
  left: auto;
  right: 25px;
  margin-left: 0;
  width: 0;
  border-top: 5px solid var(--clr-dark1);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0.75rem;
  line-height: 0;
  border-bottom: 5px solid #373737;
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
  left: 0;
  top: 27px;
  min-width: 280px;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
    min-width: 150px;
  }
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:after {
  bottom: -7px;
  right: 3px;
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-table-head[data-tooltip]:before {
  left: -75px;
  top: 54px;
  width: 240px;
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-table-head[data-tooltip]:after {
  bottom: -33px;
  right: auto;
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-right[data-tooltip]:before {
  left: auto;
  top: 27px;
  min-width: 280px;
  right: -12px;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-right[data-tooltip]:before {
    left: 0;
    min-width: 200px;
  }
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-right[data-tooltip]:after {
  bottom: -7px;
  right: 4px;
}
.gpb-dashboard-wrap .bottom-side-tooltip.bottom-side-tooltip-active {
  z-index: 3;
}
.gpb-dashboard-wrap .gpb-dashboard-card-group .gpb-dashboard-card {
  flex-basis: 100%;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top {
    flex-basis: auto;
    flex-wrap: wrap;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card {
  margin-right: 1rem;
}
.gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card:last-child {
  margin-right: 0;
}
.gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card .gpb-dashboard-card-title {
  min-height: 34px;
}
.gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card .gpb-dashboard-card-content .wave-pre-loading {
  min-height: 30px;
}
.gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-booking {
  min-width: 242px;
}
@media (max-width: 1360px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-ratiing {
    max-width: 18%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-call-cliks {
    max-width: 18%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-search-impression {
    max-width: 18%;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card {
    min-width: auto;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-menu {
    min-width: auto;
    max-width: 49%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-booking {
    min-width: auto;
    max-width: 49%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-ratiing {
    max-width: 32%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-ratiing .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
    min-width: 200px;
    right: -10px;
    left: auto;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-call-cliks {
    max-width: 32%;
    margin-bottom: 15px;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-search-impression {
    max-width: 32%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 1279px) and (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-search-impression .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
    min-width: 200px;
    right: -10px;
    left: auto;
  }
}
@media (max-width: 910px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-menu {
    max-width: 48%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-booking {
    max-width: 49%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-ratiing {
    max-width: 30%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-call-cliks {
    max-width: 31%;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-search-impression {
    max-width: 33%;
  }
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-menu {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-booking {
    max-width: 100%;
    margin-bottom: 0;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-ratiing {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-ratiing .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
    right: auto;
    left: 0;
  }
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-call-cliks {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-search-impression {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-group.gpb-dashboard-card-group-top .gpb-dashboard-card.gpb-dashboard-card-search-impression .bottom-side-tooltip.bottom-side-tooltip-left[data-tooltip]:before {
    right: 0;
    left: -60px;
  }
}
.gpb-dashboard-wrap .gbp-chart-single {
  max-width: 100%;
}
.gpb-dashboard-wrap .gbp-chart-single.wave-pre-loading {
  min-height: 400px;
  margin-top: 15px;
}
.gpb-dashboard-wrap .gpb-dashboard-card-title {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.gpb-dashboard-wrap .gpb-dashboard-card-title-inner {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.gpb-dashboard-wrap .gpb-dashboard-card-title-sub {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 500;
}
.gpb-dashboard-wrap .gpb-dashboard-card-title-sub.wave-pre-loading {
  min-height: 18px;
}
.gpb-dashboard-wrap .gpb-dashboard-card-text {
  color: #000000;
  font-size: 1.29rem;
  font-weight: 600;
}
.gpb-dashboard-wrap .gpb-dashboard-card-text.total_reviews_count {
  height: auto;
}
.gpb-dashboard-wrap .gpb-dashboard-card-text.wave-pre-loading {
  min-height: 30px;
}
.gpb-dashboard-wrap .gpb-rating-box {
  display: flex;
  align-items: center;
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev {
  display: flex;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev {
    flex-wrap: wrap;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-profile {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-profile {
    max-width: 60%;
  }
}
@media (max-width: 1360px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-profile {
    max-width: 58%;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-profile {
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review {
  width: 66%;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review {
    width: 68%;
  }
}
@media (max-width: 1360px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review {
    width: 71%;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review {
    width: 100%;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review .gpb-review-sec {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  background: #ffffff;
  padding: 0 15px 0 15px;
  max-height: 1015px;
  min-height: 380px;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review .gpb-review-sec {
    max-height: 915px;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review .gpb-review-sec {
    max-height: 400px;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review .gpb-review-sec.gpb-review-all-sec {
  max-height: 545px;
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev.gpb-dashboard-all-left-right .gpb-dashboard-profile {
  width: 100%;
  max-width: 53%;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev.gpb-dashboard-all-left-right .gpb-dashboard-profile {
    max-width: 100%;
    margin-right: 0 !important;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev.gpb-dashboard-all-left-right .gpb-dashboard-review {
  width: 46%;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-rev.gpb-dashboard-all-left-right .gpb-dashboard-review {
    width: 100%;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-left-right {
  display: flex;
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right {
    flex-wrap: wrap;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-card {
  min-height: 98px;
}
.gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-left {
  width: 100%;
  max-width: 60%;
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-left {
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 440px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-left .gpb-dashboard-card-group-website-click {
    flex-wrap: wrap;
  }
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-left .gpb-dashboard-card-group-website-click .gpb-dashboard-card {
    width: 100%;
    margin-right: 0 !important;
  }
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-left .gpb-dashboard-card-group-website-click .gpb-dashboard-card.gpb-dashboard-card-website-click {
    margin-bottom: 15px;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-right {
  width: 62%;
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-right {
    width: 100%;
    max-width: 100%;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-right .gpb-dashboard-website {
  color: #1770EE;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-right .gpb-dashboard-website {
    padding-left: 8px;
    padding-right: 8px;
    align-items: center;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-pro-left-right .gpb-dashboard-pro-right .gpb-dashboard-website .gpb-dashboard-website-icon {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF5F6;
  margin-right: 10px;
}
.gpb-dashboard-wrap .gpb-dashboard-card-bottom .gpb-dashboard-list {
  max-height: 377px;
  padding-right: 30px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-bottom .gpb-dashboard-list {
    max-height: 285px;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-bottom .gpb-dashboard-list {
    max-height: 415px;
  }
}
@media (max-width: 910px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-bottom .gpb-dashboard-list {
    max-height: 268px;
  }
}
@media (max-width: 640px) {
  .gpb-dashboard-wrap .gpb-dashboard-card-bottom .gpb-dashboard-list {
    max-height: 232px;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-list {
  min-height: 40px;
}
.gpb-dashboard-wrap .gpb-dashboard-list ol {
  list-style-type: none;
  counter-reset: ordered;
  margin: 0;
  padding: 0;
}
.gpb-dashboard-wrap .gpb-dashboard-list ol li {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 7px 0 6px 22px;
}
.gpb-dashboard-wrap .gpb-dashboard-list ol li .gpb-dashboard-list-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}
.gpb-dashboard-wrap .gpb-dashboard-list ol li .gpb-dashboard-list-label.wave-pre-loading {
  min-height: 21px;
  margin-right: 15px;
}
.gpb-dashboard-wrap .gpb-dashboard-list ol li .gpb-dashboard-list-amount.wave-pre-loading {
  min-height: 21px;
}
.gpb-dashboard-wrap .gpb-dashboard-list ol li:before {
  content: counter(ordered);
  counter-increment: ordered;
  position: absolute;
  left: 0;
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-top {
  border-radius: 8px;
  max-width: 100%;
  cursor: pointer;
  height: 280px;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-top {
    height: 210px;
  }
}
@media (max-width: 1279px) {
  .gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-top {
    height: 345px;
  }
}
@media (max-width: 910px) {
  .gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-top {
    height: 198px;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-top img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 320px;
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-top.wave-pre-loading {
  min-height: 200px;
  background: linear-gradient(270deg, #e6e6e6, #f5f5f5);
  background-size: 400% 400%;
  animation: reloading 2s ease infinite;
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-list {
  display: flex;
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-list .gpb-dashboard-img {
  border-radius: 8px;
  background: #F2F4F6;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  flex-basis: 100%;
  margin-right: 10px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 88px;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-list .gpb-dashboard-img {
    height: 58px;
  }
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-list .gpb-dashboard-img img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 88px;
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-list .gpb-dashboard-img:last-child {
  margin-right: 0;
}
.gpb-dashboard-wrap .gpb-dashboard-imgs .gpb-dashboard-img-list .gpb-dashboard-img.wave-pre-loading {
  min-height: 50px;
  height: auto;
  background: linear-gradient(270deg, #e6e6e6, #f5f5f5);
  background-size: 400% 400%;
  animation: reloading 2s ease infinite;
}
.gpb-dashboard-wrap .ps-nav-wrapper {
  border-radius: 8px;
}
.gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav.with-tab-header {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0), 0px 0px 1px 0px rgba(0, 0, 0, 0.02), 0px 0px 1px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header {
  font-size: 1rem;
  font-weight: 600;
  background: #ffffff;
  color: #000000;
  border-bottom: 1px solid #EDEDED;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media (max-width: 1440px) {
  .gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header {
    font-size: 0.875rem;
    padding: 15px 14px;
  }
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav.with-tab-header .tab-header {
    font-size: 0.813rem;
  }
}
.gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1440px) {
  .gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link {
    font-size: 0.813rem;
    padding: 14px 15px;
  }
}
@media (max-width: 1367px) {
  .gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav .nav-item .nav-link {
    font-size: 0.75rem;
  }
}
.gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav .nav-item:last-child .nav-link {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.gpb-dashboard-wrap .ps-nav-wrapper .ps-vertical-nav .nav-item:last-child .nav-link.active:before {
  border-bottom-left-radius: 50px;
}
.gpb-dashboard-wrap .no-data-dashboard {
  height: calc(100vh - 175px);
  min-height: 260px;
}
.gpb-dashboard-wrap .gbp-tabs-main .ps-nav .nav-item:first-child {
  margin-left: 24px;
}
.gpb-dashboard-wrap .gbp-tabs-main .ps-nav .nav-item .nav-link .ps-nav-label {
  background: #F3F4F6;
  color: #646464;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 22px;
  height: 22px;
  border-radius: 50%;
  padding: 0 6px 0 5px;
  min-width: 22px;
}
.gpb-dashboard-wrap .gbp-tabs-main .ps-nav .nav-item .nav-link.active .ps-nav-label {
  background: #FFF5F6;
  color: #1770EE;
}
.gpb-dashboard-wrap .gpb-dashboard-pro-rev .gpb-dashboard-review .gpb-review-sec.no-data {
  height: auto;
  border: none;
}
.gpb-dashboard-wrap .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gpb-dashboard-wrap .no-data .no-data-icon {
  margin-bottom: 18px;
}
.gpb-dashboard-wrap .no-data .no-data-title {
  color: #000000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.gpb-dashboard-wrap .no-data .no-data-title span {
  color: #D92D20;
}
.gpb-dashboard-wrap .no-data .no-data-dec {
  color: #646464;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
.gpb-dashboard-wrap .no-data .no-data-btn {
  margin: 16px 0 0 0;
}
.gpb-dashboard-wrap .no-data.no-data-setting {
  height: calc(100vh - 150px);
  min-height: 280px;
}

@media (max-width: 910px) {
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-ourlet {
    order: 2;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-ourlet .gpb-selectoutlet {
    margin-left: auto;
    margin-bottom: 0px;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-logo {
    order: 1;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-logo .gpb-title {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-ourlet .gpb-selectoutlet {
    margin-left: auto;
    margin-right: auto;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-logo .gpb-title {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-ourlet {
    order: 2;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-all-top-header .gpb-dashboard-all-top-ourlet .gpb-selectoutlet {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .gpb-dashboard-all-wrap .gpb-dashboard-card-title-inner {
    flex-wrap: wrap;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-card-title-inner .gpb-dashboard-card-title-inner-left {
    width: 100%;
  }
  .gpb-dashboard-all-wrap .gpb-dashboard-card-title-inner .gpb-dashboard-card-title-inner-right {
    width: 100%;
    margin-top: 15px;
  }
}

.edit-business-time-fancy-body div.ps-group-flex {
  border-bottom: 1px solid #D2D6DB;
}
.edit-business-time-fancy-body div.ps-group-flex.ps-group-flex:nth-last-child(2) {
  border-bottom: none;
}

.ps-group-flex {
  display: flex;
}
.ps-group-flex .ps-group-flex-label {
  min-width: 105px;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.ps-group-flex .ps-form-group-form {
  width: 100%;
}
.ps-group-flex .ps-form-group-form label {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
}
.ps-group-flex .ps-form-group-row {
  display: flex;
  width: 100%;
}
.ps-group-flex .ps-form-group-row-disable {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
.ps-group-flex .ps-group-flex-action {
  min-width: 34px;
}
.ps-group-flex .ps-form-group {
  width: 100%;
}
.ps-group-flex .ps-form-group .select2-container {
  max-width: 100%;
}
.ps-group-flex .ps-form-group .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 1px;
}

.gbp-uploadOuter {
  margin: 10px 0 0 0;
}
.gbp-uploadOuter .gbp-uploaded-img {
  position: relative;
  max-width: 160px;
  margin: 0 0 35px 0;
}
.gbp-uploadOuter .gbp-uploaded-img img {
  max-height: 140px;
  max-width: 140px;
}
.gbp-uploadOuter .gbp-uploaded-img .gbp-uploaded-img-delete {
  right: 0;
  position: absolute;
  bottom: -20px;
}
.gbp-uploadOuter .gbp-uploaded-img.gbp-uploaded-photo-sec-add {
  max-width: 100%;
}
.gbp-uploadOuter .gbp-uploaded-img.gbp-uploaded-photo-sec-add img {
  max-width: 100%;
  max-height: none;
  margin-bottom: 0;
}
.gbp-uploadOuter .dropzone {
  border-radius: 4px;
  border: 2px dashed #CCCCDB;
  background: #ffffff;
  min-height: 145px;
  padding: 10px;
}
.gbp-uploadOuter .dropzone .dz-upload-icon {
  margin: 0 0 10px 0;
}
.gbp-uploadOuter .dropzone .dz-default.dz-message {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 500;
}
.gbp-uploadOuter .dropzone .dz-default.dz-message .dz-button {
  color: #1770EE;
  font-size: 0.75rem;
  font-weight: 500;
}
.gbp-uploadOuter .dropzone .dz-preview {
  margin: 0;
}
.gbp-uploadOuter .dropzone .dz-preview .dz-details {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview .dz-progress {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview .dz-error-message {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview .dz-error-message:hover {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview .dz-success-mark {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview .dz-error-mark {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview:hover .dz-error-message {
  display: none;
}
.gbp-uploadOuter .dropzone .dz-preview:hover .dz-image img {
  filter: blur(0px);
}

.gpb-review-box-div {
  border-bottom: 1px solid #DCDCDC;
}
.gpb-review-box-div:last-child {
  border-bottom: none;
}
.gpb-review-box-div:nth-child(1) {
  border-bottom: 1px solid #DCDCDC;
}

.gpb-review-box {
  padding: 12px 0 12px 0;
  display: flex;
}
.gpb-review-box .gpb-reviewer-img {
  background: #D9EEFB;
  height: 34px;
  width: 34px;
  min-width: 34px;
  color: #136191;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 20;
  margin-right: 12px;
}
.gpb-review-box .gpb-reviewer-img.wave-pre-loading {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: linear-gradient(270deg, #e6e6e6, #f5f5f5);
  background-size: 400% 400%;
  animation: reloading 2s ease infinite;
}
.gpb-review-box .gpb-review-content {
  width: 100%;
}
.gpb-review-box .gpb-review-head {
  margin-bottom: 12px;
}
.gpb-review-box .gpb-review-head .gpb-reviewer-title {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 97%;
}
.gpb-review-box .gpb-review-head .gpb-reviewer-title .gpb-reviewer-rating.wave-pre-loading {
  height: 18px;
  margin-top: 3px;
}
.gpb-review-box .gpb-review-head .gpb-reviewer-rating svg {
  margin-right: 5px;
}
.gpb-review-box .gpb-review-head .gpb-reviewer-time {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
}
.gpb-review-box .gpb-review-head .gpb-reviewer-time.wave-pre-loading {
  height: 34px;
  width: 34px;
  border-radius: 50%;
}
.gpb-review-box .gpb-review-content-text {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.gpb-review-box .gpb-review-content-text.wave-pre-loading {
  min-height: 35px;
  height: auto;
}
.gpb-review-box .edited-label {
  color: #979797;
  font-style: italic;
  font-weight: 400;
}
.gpb-review-box .gpb-review-respond {
  color: #D92D20;
  font-size: 0.75rem;
  font-weight: 400;
}
.gpb-review-box .gpb-review-respond svg {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.gpb-review-box .gpb-review-replayed {
  border-left: 1px solid #D2D6DB;
}
.gpb-review-box .gpb-review-replayed .gpb-review-box {
  border-bottom: none;
  padding: 12px 0 0 12px;
}
.gpb-review-box .gpb-review-replayed .gpb-review-head {
  margin-bottom: 5px;
}
.gpb-review-box .gpb-review-replayed .gpb-reviewer-title {
  max-width: 100%;
}
.gpb-review-box .gpb-review-replayed .gpb-reviewer-title .gpb-dashboard-card-title-sub {
  display: flex;
  justify-content: space-between;
}
.gpb-review-box .gpb-review-replayed .gpb-reviewer-title .delete_review_reply {
  margin-right: 8px;
}
.gpb-review-box .gpb-review-replayed .gpb-review-content-text.wave-pre-loading {
  min-height: 35px;
  height: auto;
}

.review-setting .gpb-review-sec {
  max-height: calc(100vh - 210px);
}
.review-setting .gpb-review-sec.no-data {
  min-height: calc(100vh - 210px);
}

.gbp-photos-active {
  position: relative;
  border-radius: 0;
  text-align: center;
  background: #F2F4F6;
}
.gbp-photos-active .gbp-img-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gbp-photos-active .gbp-img-overlay .gbp-img-name {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
}
.gbp-photos-active img {
  max-width: 100%;
  border-radius: 8px;
  max-height: 58vh;
}

.gbp-photos-sec .gbp-photos-masonry {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 1rem;
  grid-template-rows: masonry;
  display: inherit !important;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem 1rem;
       column-gap: 1rem 1rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .gbp-photos-sec .gbp-photos-masonry {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 576px) {
  .gbp-photos-sec .gbp-photos-masonry {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.gbp-photos-sec .gbp-masonry-img {
  margin: 0;
  display: inline-block;
  margin-bottom: 0px;
  width: 100%;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 1rem 0 0 0;
  border-radius: 8px;
}
.gbp-photos-sec .gbp-masonry-img img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.gbp-photos-sec .gbp-masonry-img.gbp-masonry-img-active {
  border: 4px solid #1770EE;
}
.gbp-photos-sec .gpb-card-setting-photos {
  max-height: calc(100vh - 245px);
}
.gbp-photos-sec .gpb-card-setting-photos.no-data {
  height: calc(100vh - 245px);
  min-height: 240px;
}
.gbp-photos-sec .gbp-photos-masonry-setting {
  display: flex;
  flex-wrap: wrap;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img {
  width: 18%;
  text-align: center;
  background: #F2F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 1% 12px 1%;
  border: 1.5px solid transparent;
  border-radius: 8px;
  position: relative;
  min-height: 245px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img .gbp-masonry-img-bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 100%;
  width: 100%;
  border-radius: 8px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img img {
  border-radius: 8px;
  max-width: 100%;
  max-height: 200px;
}
@media (max-width: 1680px) {
  .gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img {
    min-height: 230px;
  }
}
@media (max-width: 1399px) {
  .gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img {
    width: 23%;
    min-height: 220px;
  }
}
@media (max-width: 1200px) {
  .gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img {
    width: 31%;
    min-height: 140px;
  }
}
@media (max-width: 479px) {
  .gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img {
    width: 48%;
    min-height: 124px;
  }
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img:hover .img-overlay-checkbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img:hover .img-overlay-checkbox .ps-checkbox-group .ps-checkobx {
  margin-bottom: 0;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img:hover .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label {
  padding: 25px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img:hover .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label:before {
  left: 10px;
  top: 10px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img:hover .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label:after {
  left: 14px;
  top: 13px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img:hover .gbp-img-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.gbp-masonry-img-active .img-overlay-checkbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.gbp-masonry-img-active .img-overlay-checkbox .ps-checkbox-group .ps-checkobx {
  margin-bottom: 0;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.gbp-masonry-img-active .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label {
  padding: 25px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.gbp-masonry-img-active .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label:before {
  left: 10px;
  top: 10px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.gbp-masonry-img-active .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label:after {
  left: 14px;
  top: 13px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.gbp-masonry-img-active .gbp-img-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img.wave-pre-loading {
  background: linear-gradient(270deg, #e6e6e6, #f5f5f5);
  background-size: 400% 400%;
  animation: reloading 2s ease infinite;
}
.gbp-photos-sec .gbp-photos-masonry-setting .gbp-masonry-img-last-add {
  color: #1770EE;
  font-size: 0.875rem;
  font-weight: 500;
  background: #FFF7F8;
  border: 1.5px dashed #FDA29B;
}
.gbp-photos-sec .img-overlay-checkbox {
  display: none;
}
.gbp-photos-sec.fancy-gbp-edit-photo-activated .gbp-photos-masonry-setting .gbp-masonry-img .gbp-img-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.gbp-photos-sec.fancy-gbp-edit-photo-activated .gbp-photos-masonry-setting .gbp-masonry-img .img-overlay-checkbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.gbp-photos-sec.fancy-gbp-edit-photo-activated .gbp-photos-masonry-setting .gbp-masonry-img .img-overlay-checkbox .ps-checkbox-group .ps-checkobx {
  margin-bottom: 0;
}
.gbp-photos-sec.fancy-gbp-edit-photo-activated .gbp-photos-masonry-setting .gbp-masonry-img .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label {
  padding: 25px;
}
.gbp-photos-sec.fancy-gbp-edit-photo-activated .gbp-photos-masonry-setting .gbp-masonry-img .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label:before {
  left: 10px;
  top: 10px;
}
.gbp-photos-sec.fancy-gbp-edit-photo-activated .gbp-photos-masonry-setting .gbp-masonry-img .img-overlay-checkbox .ps-checkbox-group .ps-checkobx label:after {
  left: 14px;
  top: 13px;
}

.gpb-setting-sections {
  display: flex;
}
@media (max-width: 991px) {
  .gpb-setting-sections {
    flex-wrap: wrap;
  }
}
.gpb-setting-sections .gpb-setting-left {
  width: 320px;
}
@media (max-width: 1399px) {
  .gpb-setting-sections .gpb-setting-left {
    width: 315px;
  }
  .gpb-setting-sections .gpb-setting-left .gpb-selectoutlet {
    min-width: 100%;
  }
  .gpb-setting-sections .gpb-setting-left .gpb-selectoutlet .ps-form-group {
    max-width: 100%;
  }
  .gpb-setting-sections .gpb-setting-left .ps-nav-wrapper .ps-vertical-nav {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .gpb-setting-sections .gpb-setting-left {
    margin-right: 0 !important;
    width: 100%;
  }
}
.gpb-setting-sections .ps-tab-content.tab-content {
  width: 100%;
}
.gpb-setting-sections .gpb-setting-right {
  width: 100%;
}
@media (max-width: 991px) {
  .gpb-setting-sections .ps-nav-wrapper-gbp-setting {
    display: none;
  }
}
.gpb-setting-sections.gpb-setting-sections-active .gpb-setting-left {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .gpb-setting-sections.gpb-setting-sections-active .ps-nav-wrapper-gbp-setting {
    display: block;
  }
}

@media (max-width: 991px) {
  .hrhamburger-gbp {
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    margin: 0 auto;
    position: fixed;
    top: 115px;
    right: 0;
    z-index: 3;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 7px;
    background-color: #C52031;
  }
  .hrhamburger-gbp .hrhamburger-close {
    display: none;
    max-width: 22px;
  }
  .hrhamburger-gbp.hrhamburger-active {
    top: 115px;
    background-color: #C52031;
  }
  .hrhamburger-gbp.hrhamburger-active .hrhamburger-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .hrhamburger-gbp.hrhamburger-active {
    top: 115px;
    background-color: #C52031;
  }
}

.outlet-details .outlet-details-title {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.outlet-details .outlet-details-title.wave-pre-loading {
  min-height: 18px;
  width: 140px;
}
.outlet-details .outlet-details-logo {
  margin: 0 0 16px 0;
}
.outlet-details .outlet-details-logo.wave-pre-loading {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.outlet-details .outlet-details-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.outlet-details .outlet-details-text ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 16px 0;
  display: flex;
  align-items: center;
}
.outlet-details .outlet-details-text ul li .outlet-details-label {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 120px;
  margin-bottom: auto;
}
.outlet-details .outlet-details-text ul li .outlet-details-label.wave-pre-loading {
  max-width: 140px;
  min-height: 18px;
}
.outlet-details .outlet-details-text ul li .outlet-details-label-details {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.outlet-details .outlet-details-text ul li .outlet-details-label-details.wave-pre-loading {
  min-height: 18px;
}
.outlet-details.outlet-details-location .outlet-details-text {
  border-bottom: 1px solid #D2D6DB;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 1399px) {
  .outlet-details.outlet-details-location .outlet-details-map .outlet-details-map-title h6 {
    font-size: 0.813rem;
  }
}
.outlet-details.outlet-details-location .outlet-details-map .outlet-details-map-title h6.wave-pre-loading {
  min-height: 21px;
  width: 140px;
}

.responsive-map-container {
  position: relative;
  padding-bottom: 25.25%; /*56.25%;*/
  padding-top: 30px;
  height: 300px;
  overflow: hidden;
  max-height: 300px;
}
.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.store-timing-data {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
}
.store-timing-data.no-data {
  border: none;
  min-height: calc(100vh - 300px);
}
.store-timing-data .store-timing-heading {
  background: #F2F4F6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.store-timing-data .store-timing-heading-days {
  border-top-left-radius: 8px;
}
.store-timing-data .store-timing-heading-days.wave-pre-loading {
  max-width: 140px;
  min-height: 45px;
}
.store-timing-data .store-timing-heading-time {
  border-top-right-radius: 8px;
}
.store-timing-data .store-timing-div {
  display: flex;
  border-bottom: 1px solid #D2D6DB;
}
.store-timing-data .store-timing-div .store-timing-left {
  padding: 16px 24px;
  color: #646464;
  min-width: 140px;
  font-size: 0.75rem;
  font-weight: 600;
}
.store-timing-data .store-timing-div .store-timing-right {
  padding: 16px 24px;
  color: #646464;
  font-size: 0.75rem;
  font-weight: 600;
}
.store-timing-data .store-timing-div:last-child {
  border-bottom: none;
}
.store-timing-data .store-timing-body .store-timing-div .store-timing-left {
  font-weight: 500;
}
.store-timing-data .store-timing-body .store-timing-div .store-timing-left.wave-pre-loading {
  max-width: 140px;
  min-height: 45px;
}
.store-timing-data .store-timing-body .store-timing-div .store-timing-right {
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-timing-data .store-timing-body .store-timing-sep {
  width: 1px;
  height: 24px;
  background: #D2D6DB;
  margin: 0 10px 0 10px;
}

.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 100%;
  background: #fff;
  border: none;
  box-shadow: none;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker .timepicker-picker {
  border-radius: 8px;
  padding: 5px 0 5px 0;
  border: 1px solid #D2D6DB;
  background: #ffffff;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker .timepicker-hours {
  border-radius: 8px;
  padding: 5px 0 5px 0;
  border: 1px solid #D2D6DB;
  background: #ffffff;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker .timepicker-minutes {
  border-radius: 8px;
  padding: 7px 0 7px 0;
  border: 1px solid #D2D6DB;
  background: #ffffff;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table {
  background: #ffffff;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table tr td {
  width: auto !important;
  height: auto !important;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: normal !important;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table tr td a {
  background: transparent;
  padding: 9px 0 9px 0;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table tr td a i {
  width: 100%;
  height: auto !important;
  font-size: 10px;
  line-height: normal;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table .btn-primary {
  color: #1770EE !important;
  background-color: transparent !important;
  border: 1px solid #FDA29B !important;
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 4px;
  min-width: 41px;
  max-width: 42px;
  text-align: center;
  padding: 0 0 0 3px;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table .timepicker-minute {
  font-size: 0.813rem;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  height: auto;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table .timepicker-hour {
  font-size: 0.813rem;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  height: auto;
}
.timepicker-widget-new .bootstrap-datetimepicker-widget.dropdown-menu .timepicker table .separator {
  line-height: normal;
}

.timepicker-widget-new-post .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 90%;
}

.inner-pages-design-wrap .gbp-dropdown .dropdown-toggle:after {
  display: none;
}
.inner-pages-design-wrap .gbp-dropdown .dropdown-menu {
  padding: 0;
  border-radius: 7px;
  min-width: 90px;
}
.inner-pages-design-wrap .gbp-dropdown .dropdown-menu .dropdown-item {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 6px 18px;
}
.inner-pages-design-wrap .gbp-dropdown .dropdown-menu .dropdown-item:hover:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.inner-pages-design-wrap .gbp-dropdown .dropdown-menu .dropdown-item:hover:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.gbp-post-sec {
  max-height: calc(100vh - 260px);
}
.gbp-post-sec.no-data {
  height: calc(100vh - 260px);
  min-height: 240px;
}
.gbp-post-sec .gbp-post {
  border: 1px solid #D2D6DB;
  border-radius: 8px;
  max-width: 500px;
  margin: 0 auto;
}
.gbp-post-sec .gbp-post-img img {
  max-width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.gbp-post-sec .gbp-post-data {
  padding: 15px;
}
.gbp-post-sec .gbp-post-data-text {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.gbp-post-sec .gbp-post-data-tag {
  color: #3A84EC;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 30px 0 0 0;
}
.gbp-post-sec .gbp-post-data-btn {
  margin: 15px 0 15px 0;
}
.gbp-post-sec .gbp-post-date-time-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 15px 0;
}
.gbp-post-sec .gbp-post-date-time-sec .gbp-post-date-time {
  color: #646464;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.gbp-post-sec .gbp-post-offer {
  border-radius: 8px;
  border: 1px dashed #D2D6DB;
  background: #F9FAFC;
  display: flex;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 10px 0;
}
.gbp-post-sec .gbp-post-offer .gbp-post-offer-title {
  color: #979797;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
}
.gbp-post-sec .gbp-post-offer .gbp-post-offer-code {
  color: #000000;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 0 15px 0;
}
.gbp-post-sec .gbp-post-offer .gbp-post-offer-time {
  color: #979797;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
}

.gbp-post-tab-loading {
  min-height: 550px;
}
.gbp-post-tab-loading .nav-link-all-loading.wave-pre-loading {
  height: 56px;
  width: 60px;
}
.gbp-post-tab-loading .nav-link-post-loading.wave-pre-loading {
  height: 56px;
  width: 112px;
}
.gbp-post-tab-loading .nav-link-offer-loading.wave-pre-loading {
  height: 56px;
  width: 118px;
}
.gbp-post-tab-loading .gbp-photos-active-loading.wave-pre-loading {
  min-height: 200px;
}
.gbp-post-tab-loading .gbp-post-data-text.wave-pre-loading {
  min-height: 60px;
}
.gbp-post-tab-loading .gbp-post-data-tag .wave-pre-loading {
  width: 60px;
  height: 20px;
  display: inline-block;
}
.gbp-post-tab-loading .gbp-post-data-btn .wave-pre-loading {
  width: 100px;
  height: 34px;
  display: inline-block;
}

.gpb-popup-post-sec .gbp-post-sec {
  max-height: 100%;
}

.fancy-gbp-post-steps {
  color: #979797;
  font-size: 0.75rem;
  font-weight: 500;
}

.ps-form-group-selected-photo {
  border-left: 1px solid #D2D6DB;
}
.ps-form-group-selected-photo span.ps-form-group-selected-photo-text {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.ps-form-group-selected-photo span.ps-form-group-selected-photo-text span {
  min-width: 9px;
  margin-right: 2px;
  text-align: right;
  display: inline-block;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_review {
  width: 420px !important;
  min-width: 26% !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_review .gpb-review-box:first-child {
  padding-top: 0;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo {
  min-width: 70% !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec {
  position: relative;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec .gbp-photos-active {
  width: 100%;
  position: sticky;
  top: 0px;
  z-index: 22;
  padding: 1.5rem;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec .gbp-photos-masonry {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 1rem;
  grid-template-rows: masonry;
  display: inherit !important;
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 1rem 1rem;
       column-gap: 1rem 1rem;
  z-index: 1;
  position: relative;
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}
@media (max-width: 1024px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec .gbp-photos-masonry {
    -moz-column-count: 4;
         column-count: 4;
  }
}
@media (max-width: 576px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec .gbp-photos-masonry {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec .gbp-photos-masonry .gbp-masonry-img {
  min-height: auto;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_photo .gbp-photos-sec .gbp-photos-masonry .gbp-masonry-img img {
  border: 1px solid #D2D6DB;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_edit_time {
  width: 550px !important;
  min-width: 30% !important;
}
.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.fancy_right_post {
  width: 550px !important;
  min-width: 30% !important;
}

.gpb-reviews-trends.wave-pre-loading {
  min-height: 400px;
}
.gpb-reviews-trends.no-data {
  min-height: 320px;
}

.overall-business-profile-views.wave-pre-loading {
  min-height: 400px;
}
.overall-business-profile-views.no-data {
  min-height: 320px;
}

.overall-business-profile-views-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.overall-business-profile-views-chart-div {
  position: relative;
}

.click-search-impressions.wave-pre-loading {
  min-height: 400px;
}
.click-search-impressions.no-data {
  min-height: 350px;
}

.rating-chart {
  max-height: 300px;
}
.rating-chart.wave-pre-loading {
  min-height: 300px;
}
.rating-chart.no-data {
  min-height: 300px;
}

.highcharts-scroll {
  overflow: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
}

/* GBP Dashboard Design end*/
.ledger-payment-table-wrapper .ledger-tooltip[data-tooltip]::before {
  min-width: 248px;
  right: 0;
  left: inherit;
  text-align: right;
}

.ng-dropdown-wrap.psdrop-hover-col .dropdown-menu .dropdown-item {
  border-bottom: 0px !important;
}
.ng-dropdown-wrap.psdrop-hover-col .dropdown-menu .dropdown-item:hover {
  background-color: #F2F2F2;
}

.bs-popover-bottom .popover-header {
  font-weight: 400;
}
.bs-popover-bottom .popover-body {
  font-weight: 300;
}
.bs-popover-bottom .popover-header::before {
  border-bottom: 0 !important;
}

.ps-searchbar .ps-form-group.calendar-icon.ledger-date-input {
  width: 205px;
  max-width: 205px;
}

.table-actions.ps-tooltip-fix::before {
  left: 0px;
}

.input-group.new-input-group.ps-inv-table-inp {
  box-shadow: none;
}

.monthpicker-container {
  position: relative;
}
.monthpicker-container .datepicker table thead {
  cursor: pointer;
  text-align: center;
}
.monthpicker-container .datepicker table thead tr th.datepicker-switch {
  font-size: 0.813rem;
}
.monthpicker-container .datepicker table tr td span:hover {
  background-color: #f2f2f2;
}
.monthpicker-container .datepicker table tr td span.active {
  background-color: #f2f2f2;
  color: #c52031;
  font-weight: 600;
}
.monthpicker-container .datepicker table tr td span {
  display: flex;
  align-items: center;
  width: 31%;
  height: 34px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  font-size: 0.813rem;
}

#dept_raw_divinput.ps-select2-border .select2-container--bootstrap-5 .select2-selection {
  padding: 5px 25px 5px 10px !important;
  display: inline-grid;
}

.ps-recipe-costing-margins.ps-inv-payment-div {
  margin: 0;
  display: inline-block;
}
.ps-recipe-costing-margins.ps-inv-payment-div .source-regular {
  min-width: 430px;
}
@media (max-width: 1400px) {
  .ps-recipe-costing-margins.ps-inv-payment-div .source-regular {
    min-width: 300px;
  }
}

.ps-inv-sal-zindex .selectize-dropdown.receiver_type_change_class {
  z-index: 50 !important;
}

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

.cancelBtn.btn {
  color: #212121;
}

.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap {
  border-radius: 6px;
  border: 1px solid #D2D6DB;
  padding: 16px;
  gap: 24px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .btn-minus, .accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .btn-plus {
  min-width: auto !important;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .prep-time-title {
  font-size: 14px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 8px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .prep-time-title span {
  font-weight: 400;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .perp-inp-wrap {
  min-height: 130px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .perp-inp-wrap .order-2 {
  max-width: 96px;
  margin-left: 10px;
  margin-right: 10px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .perp-inp-wrap .order-2 .custom-emoji-icon {
  position: absolute;
  bottom: 41px;
  display: inline-block;
  left: 17px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .perp-inp-wrap .del_time_minus, .accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .perp-inp-wrap .del_time_plus {
  padding: 12px 13px;
  text-align: center;
  width: 43px;
  border-radius: 8px;
  line-height: 1.25;
  display: inline-block;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .happy-cutmr-note, .accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .info-cutmr-note, .accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .negtv-cutmr-note {
  display: flex;
  margin: 16px auto 0;
  padding: 6px;
  gap: 6px;
  border-radius: 6px;
  background-color: #ECFDF3;
  color: #039855;
  font-weight: 500;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .info-cutmr-note {
  background-color: #E7F1FF;
  color: #3A84EC;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .info-cutmr-note svg {
  position: relative;
  top: -1px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .info-cutmr-note svg path {
  stroke: #3A84EC;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .negtv-cutmr-note {
  background-color: #FFF5F6;
  color: #1770EE;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .negtv-cutmr-note svg {
  position: relative;
  top: -1px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .negtv-cutmr-note svg path {
  stroke: #1770EE;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap hr {
  border-bottom: 0;
  border-color: #D2D6DB;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .cus-arrival-tim-wrap {
  flex-direction: column;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .cus-arrival-tim-wrap .time-badge {
  padding: 7px 26px;
  gap: 10px;
  border-radius: 18px;
  background: #ECFDF3;
  font-weight: 600;
  font-size: 16px;
  color: #212121;
  margin: 15px auto;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .cus-arrival-tim-wrap .time-note {
  color: #646464;
  font-weight: 500;
  margin: 5px 0 0;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .ps-alert-danger {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #FEC84B;
  background-color: #FFFCF5;
  color: #B54708;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  max-width: 565px;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .cu-note-text {
  color: #4F7D97;
  font-size: 12px;
  font-weight: 600;
}
.accept-online-order-fancy .new-fancybox-body .online-order-accpet-cardWrap .cu-note-text span {
  font-weight: 500;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.accept-online-order-fancy {
  min-width: 600px !important;
}
@media (max-width: 767px) {
  .ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.accept-online-order-fancy {
    min-width: auto !important;
  }
}

.linep {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1000;
  width: 100%;
}

@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.al1 {
  animation: line 5s infinite alternate;
}

.cancelBtn.btn {
  color: #212121;
}

.ledger-report-page .daterangepicker {
  z-index: 999;
}

.critical-widget-wrapper .red-left-border {
  border-left: 4px solid #1770EE;
}
.critical-widget-wrapper .critical-close-btn {
  position: absolute;
  top: -13px;
  right: -13px;
  padding: 0;
  background-color: transparent;
}
.critical-widget-wrapper .critcal-card:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.critical-widget-wrapper a:last-of-type .critcal-card.mb-3 {
  margin-bottom: 0 !important;
}
.critical-widget-wrapper .critical-icon-loader {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.critical-widget-wrapper .critical-text-loader {
  width: 100%;
  height: 24px;
}

.critical-bg-blue {
  background-color: #ECF4FF;
}

.critical-footer-suppport-text a.text-primary:hover {
  color: #1770EE !important;
  text-decoration: underline !important;
}

/*.ps-noticeable-widge{
    .noticeable-trigger-view{
      display: none !important;
    }
    &::before {
      width: 80px !important;
      @include Max576{
          top: 105%;
      }
    }
} */
.ps-chat-support-tool::before {
  width: 90px !important;
  top: 115% !important;
}
.ps-chat-support-tool::after {
  bottom: -16% !important;
}

.ps-item-wise-table th, .ps-item-wise-table td {
  text-align: center;
  width: 190px;
}
.ps-item-wise-table th:first-child, .ps-item-wise-table td:first-child {
  text-align: left;
  width: auto;
}
.ps-item-wise-table th {
  vertical-align: middle !important;
}
.ps-item-wise-table .ps-bg-success {
  background-color: #E5F9F2;
}
.ps-item-wise-table .ps-bg-green {
  background-color: #E5F9F2;
}
.ps-item-wise-table .ps-bg-blue {
  background-color: #E8F1FF;
}
.ps-item-wise-table .ps-bg-purple {
  background-color: #F3E8FF;
}
.ps-item-wise-table .ps-bg-yellow {
  background-color: #FEF7E6;
}

.ps-item-wise-ptoggle p {
  margin-top: 2rem;
  font-size: 0.75rem;
  text-align: center;
}
.ps-item-wise-ptoggle .switches-container {
  width: 11.2rem;
  display: flex;
  position: relative;
  background: #039855;
  line-height: 2rem;
  border-radius: 3rem;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 500;
}
.ps-item-wise-ptoggle .switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}
.ps-item-wise-ptoggle .switches-container label {
  width: 50%;
  text-align: center;
  cursor: pointer;
  color: white;
  margin-bottom: 0px;
}
.ps-item-wise-ptoggle .switches-container .switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.15rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.ps-item-wise-ptoggle .switches-container .switch-wrapper .switch {
  border-radius: 3rem;
  background: white;
  height: 100%;
}
.ps-item-wise-ptoggle .switches-container .switch-wrapper .switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #039855;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  position: absolute;
  top: 0;
  left: 0;
}
.ps-item-wise-ptoggle .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}
.ps-item-wise-ptoggle .switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}
.ps-item-wise-ptoggle .switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}
.ps-item-wise-ptoggle .switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.ps-w160 {
  width: 160px;
}

.reconciliation-widget-main-div {
  min-height: 360px;
}

.inventory-notific-icon:before {
  width: 127px;
  left: -100%;
}

.service-details-wrap .card-actions .ps-btn.sm-btn.primary-btn {
  margin: 15px auto 0;
}

.px-minw95 {
  min-width: 95px;
}

@media (max-width: 768px) {
  .ps-modifiedkOT {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 360px) {
  .ps-modifiedkOT {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1279px) {
  .menu-team-page .table-responsive table {
    display: block;
  }
}

.ps-menuOnOff-tool::before {
  left: -165% !important;
}

.poremove_image_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.purchase-item-image-upload-wrap {
  display: flex;
  justify-content: center;
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #D2D6DB;
}
.purchase-item-image-upload-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.new-inventory-setting-wrap .vertical-form-tabs .nav.nav-tabs li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar.sidebar-menu.sidebar-new-ps .master__content[hidden] {
  display: block;
}
.sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title-arrow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 13px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  animation: showArrow 500ms ease;
}
.sidebar.sidebar-menu.sidebar-new-ps .master-arrow-click[aria-expanded=true].sidebar-group-title-arrow::after {
  transform: rotate(90deg);
}

.sidebar-closed .sidebar.sidebar-menu.sidebar-new-ps .sidebar-group-title-arrow::after {
  display: none;
}

@keyframes agent-spin {
  to {
    transform: rotate(360deg);
  }
}
.agent-btn-loader {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.agent-btn-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: agent-spin 0.7s linear infinite;
}

#petpoojaAgent {
  display: none !important;
}
#petpoojaAgent.agent-sidebar-visible {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  min-width: 400px;
  max-width: 400px;
  z-index: 1050;
  overflow-y: auto;
  transition: min-width 0.3s ease, max-width 0.3s ease;
}
@media (max-width: 767px) {
  #petpoojaAgent.agent-sidebar-visible {
    min-width: 100%;
    max-width: 100%;
  }
}
#petpoojaAgent.agent-sidebar-visible.agent-sidebar-expanded {
  min-width: 50vw !important;
  max-width: 50vw !important;
}
@media (max-width: 767px) {
  #petpoojaAgent.agent-sidebar-visible.agent-sidebar-expanded {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}

body.agent-sidebar-open.agent-sidebar-expanded-mode .ps-header {
  margin-right: 0 !important;
  transition: margin-right 0.3s ease;
}
body.agent-sidebar-open.agent-sidebar-expanded-mode .content-scrolling-wrapper {
  margin-right: 0 !important;
  max-width: 100% !important;
  transition: margin-right 0.3s ease;
}

.ps-petpoojaAgent-side.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
  min-width: 400px !important;
  max-width: 400px !important;
}
@media (max-width: 767px) {
  .ps-petpoojaAgent-side.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
    max-width: 100% !important;
    min-width: 100% !important;
    border-radius: 0;
  }
}
.ps-petpoojaAgent-side .popup-footer {
  width: 400px !important;
}
@media (max-width: 767px) {
  .ps-petpoojaAgent-side .popup-footer {
    width: 100vw !important;
  }
}
.ps-petpoojaAgent-side .max-w-4xl {
  max-width: 100% !important;
}
.ps-petpoojaAgent-side #chatBox .message.mainmsg {
  max-width: 100%;
  min-width: 100%;
}
.ps-petpoojaAgent-side #chatBox p {
  font-size: 0.875rem;
}
.ps-petpoojaAgent-side canvas {
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ps-petpoojaAgent-side .ps-help-section {
  margin-bottom: 30px;
}
.ps-petpoojaAgent-side .ps-help-section p {
  font-size: 0.75rem !important;
  padding: 8px 14px;
  background-color: #EEF5FF;
  border-radius: 6px;
  margin-right: 10px;
  color: #3A84EC !important;
}
.ps-petpoojaAgent-side .ps-help-section:hover {
  cursor: pointer;
}
.ps-petpoojaAgent-side .ps-header-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #F2F4F6;
  padding: 16px 22px;
  position: sticky;
  top: 0px;
}
.ps-petpoojaAgent-side .ps-header-icons svg {
  cursor: pointer;
}
.ps-petpoojaAgent-side .ps-header-icons p {
  margin: 0 0 0 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #646464;
}
.ps-petpoojaAgent-side .popup-footer {
  padding: 24px !important;
  justify-content: inherit !important;
  background-color: #F2F4F6 !important;
  position: fixed;
  width: 400px;
  bottom: 0px;
}
.ps-petpoojaAgent-side .popup-footer input {
  background: #ffffff;
}
.ps-petpoojaAgent-side .popup-footer .ps-btn.sm-btn {
  min-width: 140px;
}
.ps-petpoojaAgent-side #chatBox {
  width: 100%;
  height: 73vh;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end; /* Align messages to the right */
  overflow-y: auto;
}
@media (max-width: 1366px) {
  .ps-petpoojaAgent-side #chatBox {
    height: 69vh;
  }
}
@media (max-width: 910px) {
  .ps-petpoojaAgent-side #chatBox {
    height: 56vh;
  }
}
.ps-petpoojaAgent-side #chatBox .ps-def-msg {
  max-width: 60vw;
}
.ps-petpoojaAgent-side #chatBox .message {
  margin: 2px 0;
  padding: 5px 10px;
  border-radius: 12px 12px 0 12px;
  max-width: 50%;
  word-wrap: break-word;
}
.ps-petpoojaAgent-side #chatBox .message.user {
  background-color: #F8F8F8;
  align-self: flex-end;
  color: #000000;
}
.ps-petpoojaAgent-side #chatBox .message.bot {
  color: #979797;
  display: flex;
  align-self: flex-start;
  background-color: #ffffff;
  padding: 0;
}
.ps-petpoojaAgent-side #chatBox .message.mainmsg {
  align-self: flex-start;
  border-radius: 12px 12px 12px 0;
  color: #000000;
}
.ps-petpoojaAgent-side #chatBox .timestamp-header {
  color: #979797;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}
.ps-petpoojaAgent-side .preloader {
  padding: 15px 10px;
  height: 210px;
  width: 100%;
  background-color: #EEF5FF;
  border-radius: 6px;
}
.ps-petpoojaAgent-side .ps-main-chatdiv {
  display: none;
}
.ps-petpoojaAgent-side #chatdiv1 {
  display: block;
}
.ps-petpoojaAgent-side .list-ic {
  margin-left: 8rem;
}
.ps-petpoojaAgent-side .list-ic li {
  position: relative;
}
.ps-petpoojaAgent-side .list-ic li span {
  width: 6px;
  height: 6px;
  margin-top: 4px;
  border-radius: 1em;
  background: #000000;
  position: relative;
  z-index: 3;
}
.ps-petpoojaAgent-side .list-ic li::before {
  content: "";
  position: absolute;
  background: #D2D6DB;
  z-index: -1;
}
.ps-petpoojaAgent-side .list-ic.vertical li {
  list-style-type: none;
  text-align: left;
  display: flex;
  align-items: center;
}
.ps-petpoojaAgent-side .list-ic.vertical li::before {
  top: -70px;
  left: 18px;
  width: 0.1rem;
  height: 6rem;
  z-index: 2;
}
.ps-petpoojaAgent-side .list-ic.vertical li:first-child::before {
  display: none;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard {
  width: 100%;
  padding: 15px;
  display: flex;
  margin-bottom: 26px;
  border-radius: 8px;
  cursor: pointer;
  justify-content: space-between;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard h5 {
  margin-bottom: 5px;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard.active {
  background-color: #EEF5FF;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard.active h5 {
  color: #1770EE;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard.active span {
  background-color: #1770EE;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard .ps-day {
  position: absolute;
  left: -118px;
}
.ps-petpoojaAgent-side .list-ic .ps-detailcard:hover {
  background-color: #F2F4F6;
}

body.agent-sidebar-open {
  overflow-x: hidden;
}
body.agent-sidebar-open .ps-header {
  margin-right: 400px;
  transition: margin-right 0.3s ease;
}
@media (max-width: 1199px) {
  body.agent-sidebar-open .ps-header {
    margin-right: 0;
  }
}
body.agent-sidebar-open .content-scrolling-wrapper {
  margin-right: 400px;
  max-width: calc(100vw - 400px);
  overflow-x: hidden;
  transition: margin-right 0.3s ease;
}
@media (max-width: 1199px) {
  body.agent-sidebar-open .content-scrolling-wrapper {
    margin-right: 0;
    max-width: 100%;
    overflow-x: auto;
  }
}
body.agent-sidebar-open .new-fancybox-bg {
  display: none !important;
}
body.agent-sidebar-open .fancybox-container {
  pointer-events: none;
}
body.agent-sidebar-open .fancybox-container .fancybox-content {
  pointer-events: auto;
}

body.agent-sidebar-open.agent-sidebar-expanded-mode .ps-header {
  margin-right: 0 !important;
  transition: margin-right 0.3s ease;
}
body.agent-sidebar-open.agent-sidebar-expanded-mode .content-scrolling-wrapper {
  margin-right: 0 !important;
  max-width: 100% !important;
  transition: margin-right 0.3s ease;
}

.ps-petpoojaAgent-icon::before {
  width: 100px !important;
}
@media (max-width: 576px) {
  .ps-petpoojaAgent-icon::before {
    top: 105%;
  }
}
@media (max-width: 767px) {
  .ps-petpoojaAgent-icon {
    display: none;
  }
}

.pp-select2-dropdown-main .select2-container .select2-results__option[aria-selected=true]:before {
  margin: 0 5px 0 5px;
}
.pp-select2-dropdown-main .select2-container .select2-results__option.has-sub-options:after {
  content: "";
  display: block;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/right-arrow-subdrop.svg) no-repeat;
  width: 18px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 18%;
}

.opening-stock-avg-text {
  color: #979797;
  font-size: 14px;
  font-weight: 400;
}

.restock-card-wrap {
  border-radius: 8px;
  border: 1px solid #D0D6DD;
  overflow: hidden;
  margin-bottom: 1rem;
}
.restock-card-wrap .ps-form-control, .restock-card-wrap .select2-container--bootstrap-5 {
  background-color: #FFFFFF;
}
.restock-card-wrap .table-responsive {
  max-height: 245px;
  overflow-y: auto;
  overflow-x: hidden;
}
.restock-card-wrap .table.ps-table thead {
  position: sticky;
  top: -1px;
}
.restock-card-wrap .table.ps-table thead th {
  font-size: 13px !important;
  padding-left: 14px !important;
}
.restock-card-wrap .table.ps-table thead th:first-child {
  padding-left: 14px !important;
}
.restock-card-wrap .table.ps-table thead {
  /* .thed-tr-restok{
    position: sticky;
     top: -1px;
   } */
}
.restock-card-wrap .table.ps-table th, .restock-card-wrap .table.ps-table td {
  padding: 0.75rem;
}
.restock-card-wrap .table.ps-table tbody tr td {
  padding: 0.75rem;
}
.restock-card-wrap .table.ps-table tbody td:first-child {
  padding-left: 14px !important;
}
.restock-card-wrap .table.ps-table .thed-tr-restok {
  background-color: #FFF7F8;
}

.pp-select-dropdown-sub-div .select2-container span.selection {
  visibility: hidden;
}
.pp-select-dropdown-sub-div .select2-container .select2-results__option[aria-selected=true]:before {
  margin: 0 0 0 8px;
}

.key-slider.no-device-bg::before {
  content: none;
}

.card-new-design table .new-input-group.ps-border {
  border: 1px solid #D2D6DB;
}

.current-stock-table-wrap table .new-input-group .input-group-append .input-group-text {
  padding: 6px;
}
.current-stock-table-wrap table .new-input-group input.form-control {
  padding: 6px;
}

/* zoho chat support start*/
#zsiq_float.zsiq_float {
  display: none;
}

body .siqembed.zls-sptwndw {
  bottom: 0 !important;
}

body .siqembed.zsiq-newtheme {
  width: 507px !important;
}

body .zsiq-newtheme.zls-sptwndw {
  right: 0px !important;
}

body .zsiq-newtheme.zsiq_size3[embedtheme], .zsiq_size3[embedtheme] {
  height: calc(100% - 0px) !important;
  max-height: 1000px !important;
  left: auto !important;
}

@media only screen and (min-height: 750px) and (max-height: 5000px) {
  body .zsiq_size3.zsiq-newtheme[embedtheme] {
    height: calc(100% - 0px) !important;
    max-height: 1000px !important;
    left: auto !important;
  }
}
/* zoho chat support end*/
.key-slider.no-device-bg::before {
  content: none;
}

.stor-on {
  color: #090;
  font-weight: 700;
}

.stor-off {
  color: #B42318;
  font-weight: 700;
}

.ps-bg-purple {
  background-color: #f3e8ff !important;
}

.opening-closing-table-wrap .opening-closing-sticky-div {
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 12;
}
.opening-closing-table-wrap .op-clg-td-width {
  min-width: 100px;
}
.opening-closing-table-wrap .ps-bg-purple.op-clg-td-width .minus-2[data-tooltip]::before {
  min-width: 140px;
}

.consumption-tag-wrap {
  display: block;
  margin-bottom: 5px;
  padding: 5px 5px 5px 10px;
  border-radius: 7px;
}

.consumption-tag {
  background-color: #f3e8ff;
}

.avg-purchase-tag {
  background-color: #daf8ff;
}

.consumption-cost-tag {
  background-color: #deffe3;
}

.consumption-sticky-div {
  position: sticky;
  left: 0;
  background-color: #ffffff;
}

.consumption-table-wrap .consumption-raw-matrial-grid {
  min-width: 200px;
}
@media (max-width: 767px) {
  .consumption-table-wrap .consumption-raw-matrial-grid {
    min-width: 130px;
  }
}
.consumption-table-wrap .consumption-total-grid {
  min-width: 150px;
}
@media (max-width: 767px) {
  .consumption-table-wrap .consumption-total-grid {
    min-width: 100px;
  }
}

#fancy-ebillpay .new-fancybox-body {
  min-height: 490px;
}
#fancy-ebillpay .price--amt-text {
  background-color: #FFDFE2;
}
#fancy-ebillpay .price--amt-text span {
  top: -4px;
}
#fancy-ebillpay .amt-wrap-div .year-text {
  color: #212121;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
#fancy-ebillpay .amt-wrap-div .sub-title-text {
  color: #979797;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
#fancy-ebillpay .amt-wrap-div #payment-amount-text p {
  color: #212121;
  font-family: Inter;
  font-size: 32px;
  font-weight: 600;
  line-height: 46px;
}

#logs_list .ps-table thead th {
  vertical-align: middle !important;
}

.date-time-p {
  font-size: 12px;
  font-weight: 600;
}

.ps-bg-purple {
  background-color: #f3e8ff !important;
}

.add-closing-wrap #div_po_item .inv-purchase-table-wrapper .pp-textfield-floating-label .select2-container--bootstrap-5 {
  margin-top: 0px;
}

/* recap design start*/
.recap-2024-dashboard {
  background: #FFF7F8 url(https://d12wf4nrgjmvr4.cloudfront.net/images/recap-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #D2D6DB;
  padding: 25px 10px 25px 10px;
}
.recap-2024-dashboard .recap-2024-dashboard-icon {
  margin: 0 30px 0 0;
}
.recap-2024-dashboard .recap-2024-content {
  max-width: 215px;
}
.recap-2024-dashboard .recap-2024-content .recap-2024-content-text {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  margin-bottom: 10px;
}
@media (max-width: 1360px) {
  .recap-2024-dashboard {
    padding: 18px 8px 18px 8px;
  }
  .recap-2024-dashboard .recap-2024-dashboard-icon {
    margin: 0 10px 0 0;
    max-width: 100px;
    max-height: 100px;
  }
  .recap-2024-dashboard .recap-2024-content .recap-2024-content-text {
    font-size: 13px;
  }
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.recap-popup .new-fancybox-body {
  background-color: #FBEEEF !important; /* For browsers hack */
  background-image: linear-gradient(#FBEEEF, #FFFFFF) !important;
}

/* recap design end*/
.orderwise-consumption-table-wrap .orderwise-card-pad {
  padding: 13px;
}

.restock-span[data-tooltip]::before {
  min-width: 200px;
}

.ps-border-bottom-light {
  border-bottom: 1px solid #f2f2f2;
}

.payment-total-box {
  background: #f8f8f8;
  border-radius: 10px 0 0 10px;
  width: 61%;
}
@media (max-width: 1366px) {
  .payment-total-box {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .payment-total-box {
    width: 95%;
  }
}

.ps-switch-wrapper .toggle-container {
  display: inline-flex;
  border: 1px solid #D2D6DB;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding: 3px;
  background: #EEF5FF;
}
.ps-switch-wrapper .toggle-container input[type=radio]:checked + label {
  background-color: #ffffff;
  color: #000000;
  border-radius: 30px;
}
.ps-switch-wrapper input[type=radio] {
  display: none;
}
.ps-switch-wrapper label {
  padding: 5px 10px;
  cursor: pointer;
  color: #000000;
  text-align: center;
  transition: color 0.3s ease;
  margin-bottom: 0;
}

.ps-form-group.tax-input-width {
  width: 75px;
  flex: 1;
}

.ps-selectize-input .selectize-input {
  height: 34px;
  border-radius: 7px;
  padding: 6px 8px;
  border: 1px solid #D2D6DB;
}
@media (max-width: 1440px) {
  .ps-selectize-input .selectize-input {
    height: 32px !important;
  }
}

.ps-selectize-input .selectize-input.dropdown-active {
  border-radius: 7px 7px 0 0;
}
.ps-selectize-input .selectize-control.single {
  height: 34px;
}
@media (max-width: 1366px) {
  .ps-selectize-input .selectize-control.single {
    height: 32px;
  }
}
.ps-selectize-input .selectize-control.single .selectize-input input {
  height: auto !important;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.sm-right-side {
  min-width: 30% !important;
}

li.discount-type-drodpwon-title:hover {
  background-color: #fff !important;
}

.scan-search-wrap .input-search-icon {
  top: 4px;
  left: 6px;
}
.scan-search-wrap input {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .mobile-gap-10 {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td {
  padding: 12px 5px 30px 5px;
  vertical-align: top;
}

.scan-search-wrap .input-search-icon {
  top: 4px;
  left: 6px;
}
.scan-search-wrap input {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .mobile-gap-10 {
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

@media (max-width: 479px) {
  .ps-table.ps-profit-loss-colsty thead th:first-child {
    position: sticky !important;
    left: 0px !important;
    z-index: 5;
    background: #F8F8F8;
    box-shadow: inset -1px 0 0 0 #D2D6DB;
  }
}
@media (max-width: 479px) {
  .ps-table.ps-profit-loss-colsty tbody td:first-child {
    position: sticky !important;
    left: 0px !important;
    z-index: 5;
    background: #fff;
    box-shadow: inset -1px 0 0 0 #D2D6DB;
  }
}

.ps-menu-tr-drop.dropdown-toggle {
  padding: 6px 14px;
  display: block;
  height: 34px;
  border-radius: 7px;
  width: 100%;
  outline: 0;
  color: #212121;
  font-size: 0.813rem;
  transition: all 250ms ease;
}
.ps-menu-tr-drop.dropdown-toggle::after {
  padding: 10px 18px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
  border: 0px !important;
  position: absolute;
  right: 0px;
}

.ps-potion-stomeny {
  position: sticky;
  top: 0px;
  z-index: 99;
}

.ps-menutriger-table .ps-table thead th:nth-child(2) {
  background-color: #DAF8FF;
}
.ps-menutriger-table .ps-table tbody td:nth-child(2) {
  background-color: #DAF8FF;
}

.ps-toggel-onOff label {
  color: #212121 !important;
  font-size: 0.75rem !important;
}

.discount-drop-wrap .ps-btn-input {
  background-color: #FFECEE !important;
  border-radius: 0px 5px 5px 0px !important;
  padding: 0 9px;
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 34px;
  width: 40px;
}
@media (max-width: 1366px) {
  .discount-drop-wrap .ps-btn-input {
    height: 32px;
  }
}
.discount-drop-wrap .input-group {
  border: 1px solid #cacaca;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  min-width: 80px;
}
.discount-drop-wrap .form-control {
  height: 34px;
}
@media (max-width: 1366px) {
  .discount-drop-wrap .form-control {
    height: 32px;
  }
}

.width-max-content {
  width: -moz-max-content;
  width: max-content;
}

.ps-bg-grey-light {
  background-color: #F8F8F8;
}

.raw-material-unit-tooltip [data-tooltip]::before {
  min-width: 270px;
}
@media (max-width: 440px) {
  .raw-material-unit-tooltip [data-tooltip]::before {
    min-width: 220px;
  }
}

.ps-arrow-accordion::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 600;
}

.ps-arrow-accordion[aria-expanded=true]::before {
  content: "\f106";
}

.message.mainmsg {
  position: relative;
}
.message.mainmsg #resetZoom {
  position: absolute;
  right: 0;
  margin-top: 20px;
}

.thirdparty-inner-gird .search-title-card .fa-chevron-down {
  transition: all 0.35s 0.15s;
}
.thirdparty-inner-gird .thirdparty-inner-table {
  background-color: #FFFFFF;
}
.thirdparty-inner-gird .thirdparty-inner-table .ps-table-wrapper .ps-table thead tr th {
  vertical-align: middle;
  border-top: 1px solid #E5E7EB;
}
.thirdparty-inner-gird .thirdparty-inner-table .ps-table-wrapper .ps-table tbody td .ps-label.mb-7 {
  margin-bottom: 7px !important;
}

#change_logs_fancy .ps-table thead tr th {
  font-size: 10.5pt;
  color: #212121;
  font-weight: 600;
  font-family: inherit;
}
#change_logs_fancy .ps-table .text-left {
  text-align: left !important;
}
#change_logs_fancy .ps-table tbody td {
  font-size: 13px;
  vertical-align: middle;
  color: #373737;
  font-weight: 500;
  line-height: 18px;
  font-family: #373737;
}

.add-map-cardbody-wrap .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.add-map-cardbody-wrap .control-label {
  color: #1e1b1b !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
}
.add-map-cardbody-wrap .control-label.text-right {
  text-align: left !important;
}
@media screen and (max-width: 1400px) and (min-width: 1020px) {
  .add-map-cardbody-wrap .control-label.text-right {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.add-map-cardbody-wrap .ps-radio label {
  font-weight: 500 !important;
  font-size: 0.9rem !important;
}

/* custom scrollbar using smooth scroll start*/
.ng-card-custom-scroll {
  max-height: calc(100vh - 56px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 14px 0 0;
}

.ng-card-custom-scroll .scrollbar-track div {
  transition: all 0.2s linear;
}

.ng-card-custom-scroll .scrollbar-track.scrollbar-track-y {
  transition: all 0.2s linear;
  width: 4px;
  opacity: 1 !important;
  transition-delay: 0s;
  background: rgb(222, 222, 222) !important;
  border-radius: 5px;
}

.ng-card-custom-scroll .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  width: 4px;
  transition: all 0.2s linear;
  background: #CACACA;
  border-radius: 6px;
  border-radius: 5px;
}

.ng-card-custom-scroll:hover .scrollbar-track.scrollbar-track-y {
  width: 10px;
  border-radius: 5px;
}

.ng-card-custom-scroll:hover .scrollbar-track.scrollbar-track-y .scrollbar-thumb {
  width: 10px;
  border-radius: 5px;
}

/* custom scrollbar using smooth scroll end*/
.wastage-for-radio-wrap .pp-radio-label {
  padding-top: 3px;
}

.purcase-insight-wrap .full-width-insights {
  width: 100%;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  padding: 0 1px 0 1px;
}
.purcase-insight-wrap .full-width-insights.active {
  max-height: 135px;
}
.purcase-insight-wrap .toggle-btn-insights {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.purcase-insight-wrap .toggle-btn-insights::after {
  content: "\f107";
  position: relative;
  top: 1px;
  right: 0;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  display: inline-block;
  margin: 0 0 0 8px;
}
.purcase-insight-wrap .toggle-btn-insights.active::after {
  content: "\f106";
}
.purcase-insight-wrap .insight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #1A6EE4, transparent);
  opacity: 0.5;
}
.purcase-insight-wrap .insight-card.invoice-settelment-card::before {
  background: linear-gradient(90deg, #1A6EE4, transparent);
}
.purcase-insight-wrap .insight-card.payemnt-outstabding-card::before {
  background: linear-gradient(90deg, #12B76A, transparent);
}
.purcase-insight-wrap .insight-card.pending-purchase-card::before {
  background: linear-gradient(90deg, #F79009, transparent);
}
.purcase-insight-wrap .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.purcase-insight-wrap .collapsible-link[aria-expanded=true]::before {
  content: "\f106";
}

.cta-selection-btn {
  padding: 10px;
  margin: 5px;
  width: 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  background-color: #fafafa;
}
.cta-selection-btn.cta-orange-btn {
  border: 2px solid orange;
}
.cta-selection-btn.cta-orange-btn:hover, .cta-selection-btn.cta-orange-btn:focus {
  border: 2px solid orange;
}
.cta-selection-btn.cta-red-btn {
  border: 2px solid red;
}
.cta-selection-btn.cta-red-btn:hover, .cta-selection-btn.cta-red-btn:focus {
  border: 2px solid red;
}
.cta-selection-btn.cta-green-btn {
  border: 2px solid green;
}
.cta-selection-btn.cta-green-btn:hover, .cta-selection-btn.cta-green-btn:focus {
  border: 2px solid green;
}
.cta-selection-btn.cta-gray-btn {
  border: 2px solid grey;
}
.cta-selection-btn.cta-gray-btn:hover, .cta-selection-btn.cta-gray-btn:focus {
  border: 2px solid grey;
}
.cta-selection-btn a {
  color: #1c6bd0;
  text-decoration: underline !important;
}
.cta-selection-btn .check-mark {
  position: absolute;
  right: 4px;
  top: 3px;
}
.cta-selection-btn.cta-selection-active .check-mark svg circle {
  fill: green;
}

.thirdparty-table-section .ps-table-wrapper .ps-table thead tr {
  border: 0;
}
.thirdparty-table-section .ps-table-wrapper .ps-table thead tr th {
  border: 0;
}
.thirdparty-table-section .ps-table-wrapper .ps-table tbody tr td {
  border: 0;
}

.tooltips-hover [data-tooltip].hover-active {
  z-index: 999;
}

.cta_action_btn {
  border: 2px solid #ddd;
  padding: 6px 6px;
  border-radius: 4px;
  color: #212121;
  outline: none;
}
.cta_action_btn:focus, .cta_action_btn:hover {
  outline: none;
}
.cta_action_btn .cta_green {
  border-color: #5EA61F;
}
.cta_action_btn .cta_red {
  border-color: #B42318;
}
.cta_action_btn .cta_grey {
  border-color: #B2B2B2;
}

.absolute {
  position: absolute;
}

.header-blue {
  background-color: #e7f3fe !important;
}

#filter_result #add_item[data-tooltip]::before, #filter_result #side-cat-wrap[data-tooltip]::before {
  left: -20%;
  width: 150px;
  bottom: -34px;
}
#filter_result #side-cat-wrap[data-tooltip]::before {
  width: 100px;
  left: 60%;
}
#filter_result .publishkiosk[data-tooltip]::before {
  bottom: -46px;
  left: -60%;
  width: 150px;
}
#filter_result #add_item[data-tooltip]::after, #filter_result .publishkiosk[data-tooltip]::after, #filter_result #side-cat-wrap[data-tooltip]::after, #filter_result #foodpanda_trigger[data-tooltip]::after {
  bottom: -5px;
  border-bottom: 5px solid #212121;
  border-top: 0;
}
#filter_result #foodpanda_trigger[data-tooltip]::before {
  left: 0%;
  width: 150px;
  bottom: -34px;
}

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

.inv-recipe-widget-wrap .ps-alert .alert-message.ps-alert-danger {
  background-color: #F5F6FA;
  border: 1px solid #3A84EC;
}
.inv-recipe-widget-wrap .suggest-raw-material-wrap .ps-alert .alert-message.ps-alert-danger {
  border: 1px solid #3A84EC;
}
.inv-recipe-widget-wrap .proposed-raw-matrial-tag {
  border: 1px solid #3A84EC;
  border-left: 3px solid #3A84EC;
}

.rm-duplicate-unit-tooltip[data-tooltip]::before {
  min-width: 175px;
}

.min-width-tooltip[data-tooltip]::before {
  min-width: 170px;
}

.ps-upload-file-wrap .upload-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  color: #646464;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 5px;
}
.ps-upload-file-wrap .upload-info {
  font-size: 0.75rem;
  color: #646464;
  margin-bottom: 15px;
}
.ps-upload-file-wrap .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 8px;
  background-color: #F8F8F8;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 0.813rem;
}
@media (max-width: 1366px) {
  .ps-upload-file-wrap .file-item {
    font-size: 0.75rem;
  }
}
.ps-upload-file-wrap .file-item .file-name {
  flex-grow: 1;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ps-upload-file-wrap .delete-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 2px 5px;
}
.ps-upload-file-wrap input[type=file] {
  display: none;
}

.supplier-popup-img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.supplier-popup-img embed, .supplier-popup-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

#smartwizard .tab-content .tab-pane {
  min-height: 250px;
  padding: 15px;
}
#smartwizard .tab-content .tab-pane .update-info {
  position: relative;
}
#smartwizard .toolbar-bottom {
  padding: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* renewal screen ebill_expire start*/
.renewal-screen-wrap .ng-card-wrap {
  padding: 32px 52px;
  margin: 24px 9px 14px 9px;
  border: 1px solid #D2D6DB;
  background: #FFF;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .ng-card-wrap {
    padding: 28px 42px 5px 42px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .ng-card-wrap {
    padding: 20px 25px 5px 25px;
  }
}
@media (max-width: 991px) {
  .renewal-screen-wrap .ng-card-wrap {
    padding: 15px 15px 5px 15px;
  }
}
.renewal-screen-wrap .renewal-screen-top {
  border-bottom: 1px solid #D2D6DB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 42px;
  margin-bottom: 42px;
  text-align: center;
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-top {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-id-sec {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  background: #FFF5F6;
  color: #212121;
  font-size: 22px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 12px;
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-id-sec .renewal-res-id {
  color: #C52031;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-id-sec {
    font-size: 21px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-id-sec {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-id-sec {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-name-sec {
  color: #212121;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-name-sec .renewal-res-name-label {
  color: #C52031;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-name-sec {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-name-sec {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-name-sec {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .renewal-screen-wrap .renewal-screen-top .renewal-res-name-sec {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px 0;
  }
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-expire-sec {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-support-sec {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
}
.renewal-screen-wrap .renewal-screen-top .renewal-res-support-sec .renewal-res-support-label {
  color: #C52031;
}
.renewal-screen-wrap .renewal-screen-body {
  display: flex;
  gap: 50px;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-body {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-body {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .renewal-screen-wrap .renewal-screen-body {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .renewal-screen-wrap .renewal-screen-body {
    display: none !important;
  }
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-left {
  width: 100%;
  max-width: 80%;
}
@media (max-width: 991px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-left {
    max-width: 100%;
    min-width: 100%;
  }
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan {
  display: flex;
  padding: 16px;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid #D2D6DB;
  background: #FFF;
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-plan-active {
  display: none;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan.active {
  border: 2px solid #D92D20;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan.active .renewal-plan-active {
  position: absolute;
  font-size: 12px;
  color: #C52031;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #C52031;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  right: 32px;
  top: -17px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan.active .renewal-plan-amount {
  color: #C52031 !important;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan.active:first-child {
  margin-top: 0;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan:hover {
  border: 2px solid #D92D20;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading {
  display: flex;
  flex-direction: column;
  min-width: 215px;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading {
    min-width: 180px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading {
    min-width: 140px;
    max-width: 140px;
  }
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-name {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-name {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-name {
    font-size: 13px;
  }
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-amount {
  color: #212121;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 3px;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-amount {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-amount {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-amount {
    font-size: 18px;
  }
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-text {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 6px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-heading .renewal-plan-note {
  color: #646464;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body {
  border-left: 2px solid #D2D6DB;
  padding-left: 18px;
  margin-left: 18px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body b {
  color: #212121;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body {
    padding-left: 10px;
    margin-left: 10px;
  }
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body h5 {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details ul {
  margin: 0;
  padding: 0;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details ul li {
  margin: 4px 0 4px 20px;
  padding: 0;
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details p {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details img {
  margin-bottom: 8px;
}
.renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details .renewal-list-more {
  color: #D92D20;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan {
    flex-wrap: wrap;
  }
  .renewal-screen-wrap .renewal-screen-body .renewal-screen-plan .renewal-screen-plan-body {
    border-left: none;
    border-top: 1px solid #D2D6DB;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.renewal-screen-wrap .renewal-screen-mobile-body {
  display: none;
}
@media (max-width: 767px) {
  .renewal-screen-wrap .renewal-screen-mobile-body {
    display: block !important;
  }
}
.renewal-screen-wrap .renewal-screen-mobile-body .horiZontalSwiper .swiper-wrapper .swiper-slide {
  margin: 0 8px;
  min-width: 145px;
  height: auto;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item {
  border: 2px solid #ddd;
  border-radius: 5px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item.active {
  border: 2px solid #D92D20;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item.active .renewal-plan-amount {
  color: #D92D20;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .nav-link {
  padding: 10px 10px;
  font-size: 1.15rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    min-height: 105px;
    padding: 6px;
  }
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .nav-link .top-text {
  color: #D92D20;
  font-size: 0.75rem;
  font-weight: 400;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .nav-link .renewal-plan-amount {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .nav-link .renewal-plan-amount {
    margin-top: auto;
  }
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .nav-link {
  background: transparent;
  color: #212121;
  font-weight: 600;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .renewal-plan-pera {
  font-size: 1rem;
  margin-bottom: 5px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .ps-nav .nav-item .renewal-plan-text {
  font-size: 0.8rem;
  margin-top: 5px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .tab-content {
  min-height: 400px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan {
  padding: 16px;
  border-radius: 12px;
  border: 2px solid #D2D6DB;
  background: #FFF;
  margin-bottom: 24px;
  position: relative;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-plan-active {
  display: none;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan.active {
  border: 2px solid #D92D20;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  margin-top: 35px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan.active .renewal-plan-active {
  position: absolute;
  font-size: 12px;
  color: #C52031;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #C52031;
  background: #FFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: -17px;
  transform: translate(-50%, -6%);
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan:hover {
  border: 2px solid #D92D20;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body h5 {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details ul {
  margin: 0;
  padding: 0;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details ul li {
  margin: 4px 0 4px 20px;
  padding: 0;
  color: #212121;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details p {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details p b {
  color: #212121;
  font-weight: 600;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details img {
  margin-bottom: 8px;
}
.renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan .renewal-screen-plan-body .renewal-screen-plan-details .renewal-list-more {
  color: #D92D20;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}
@media (max-width: 480px) {
  .renewal-screen-wrap .renewal-screen-mobile-body .renewal-screen-plan {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .renewal-screen-wrap .renewal-screen-mobile-body .continu-pay-btn-div {
    padding: 0.5rem 0.5rem;
  }
}
.renewal-screen-wrap .renewal-screen-mobile-body .continu-pay-btn {
  border-radius: 31px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.renewal-screen-wrap .renewal-screen-right {
  min-width: 430px;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-screen-right {
    min-width: 380px;
  }
}
@media (max-width: 991px) {
  .renewal-screen-wrap .renewal-screen-right {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.renewal-screen-wrap .renewal-qr-card {
  display: flex;
  padding: 18px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--Neutral-White, #FFF);
  /* Box-Shadow */
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .renewal-screen-wrap .renewal-qr-card {
    padding: 10px;
  }
}
.renewal-screen-wrap .renewal-qr-card-radio-group {
  padding: 15px 15px 15px 19px;
  border-radius: 10px;
  border: 0.331px solid #D2D6DB;
  width: 100%;
}
.renewal-screen-wrap .renewal-qr-card-heading {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #212121;
  margin-bottom: 8px;
}
.renewal-screen-wrap .renewal-qr-code-sec {
  border-radius: 10px;
  background: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code {
  background: #ECECEC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 16px 16px 12px 16px;
  padding: 8px;
  position: relative;
}
.renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code svg {
  max-width: 100%;
  height: auto;
}
.renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code .renewal-qr-code-span {
  position: absolute;
  height: auto;
  max-width: 90%;
  text-align: center;
}
.renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code .renewal-qr-code-btn {
  position: absolute;
  height: auto;
  max-width: 90%;
  text-align: center;
}
.renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code-label {
  color: #646464;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 50px 0;
}
@media (max-width: 1399px) {
  .renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code-label {
    margin: 0 0 20px 0;
  }
}
.renewal-screen-wrap .renewal-qr-code-sec .renewal-qr-code-list {
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 10px 10px 12px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.renewal-screen-wrap .renewal-qr-code-seprater {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 16px 0;
  width: 100%;
}
.renewal-screen-wrap .renewal-qr-code-seprater span {
  color: #373737;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 15px 0 15px;
}
.renewal-screen-wrap .renewal-qr-code-seprater:after {
  content: "";
  position: absolute;
  background: #DFDFDF;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.renewal-screen-wrap .renewal-services-payment-button {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .renewal-screen-wrap .renewal-services-payment-button {
    flex-wrap: wrap;
  }
  .renewal-screen-wrap .renewal-services-payment-button .submit-btn-first {
    min-width: 238px;
  }
}
.renewal-screen-wrap .renewal-pay-btn {
  min-height: 40px;
  height: auto;
  text-align: center;
}
.renewal-screen-wrap .bottom-footer-fixed {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 9;
}

.ebill-get-in-touch {
  background-color: #FFECEE;
  border-radius: 0.5rem;
  padding: 1.5rem;
  background: url(https://d12wf4nrgjmvr4.cloudfront.net/images/e-bill-popup-bg.svg);
  background-size: cover;
  background-position: center center;
}

.pop-up-title-des {
  padding: 0 0 1.5rem 0;
  color: #646464;
  font-weight: 400;
}

.ebill-get-in-touch-bottom .col-left-icon {
  max-width: 3rem;
}

.ebill-get-in-touch-bottom .ng-title-heading-3 {
  color: #263238;
  font-weight: 500;
}

.ebill-get-in-touch-bottom .ng-title {
  color: #646464;
  font-weight: 400;
}

.ebill-get-in-touch-bottom a.ng-title {
  font-weight: 500;
  margin-bottom: 1rem;
}

/* renewal screen ebill_expire end*/
.dashboard-left-section-card .link-arrow {
  display: none;
}
.dashboard-left-section-card:hover .link-arrow {
  display: block;
}

.bottom-down-tooltip [data-tooltip]:before {
  top: 22px;
  min-width: 130px;
  left: -80px;
  line-height: 1.3;
  bottom: unset;
}
.bottom-down-tooltip [data-tooltip]:after {
  position: absolute;
  bottom: -1px;
  left: 1px;
  margin-left: 0;
  width: 0;
  border-top: 5px solid var(--clr-dark1);
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: var(--font0);
  line-height: 0;
  border-bottom: 5px solid #373737;
}

@media (min-width: 1024px) {
  .inv-dashboard-right-side-pad {
    padding-left: 10px;
  }
}

.connection-unit-wrap .basic-conversion-tag {
  visibility: hidden;
}
.connection-unit-wrap .basic-conversion-right-wrap:hover .basic-conversion-tag {
  visibility: visible;
}
.connection-unit-wrap .input-width {
  width: 120px;
}

.ps-ebill-expire-main .ebill-expire-page {
  margin: 1rem 0 1rem 0;
}
.ps-ebill-expire-main .ebill-expire-page .ng-title-heading-1 {
  text-align: center;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  line-height: normal;
}
.ps-ebill-expire-main .ebill-expire-page .ng-title-heading-3 {
  font-weight: 400;
  color: #000000;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
  margin-bottom: 0.75rem;
}
.ps-ebill-expire-main .ebill-expire-page .ng-title {
  color: #000000;
  padding: 1.5rem 0 1.5rem 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.ps-ebill-expire-main .ebill-expire-page .ng-title .ng-text-clr-5 {
  font-weight: 500;
}
.ps-ebill-expire-main .ebill-expire-page .ng-pera {
  font-size: 0.75rem;
  font-weight: 400;
}
.ps-ebill-expire-main .ebill-res-id {
  max-width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
.ps-ebill-expire-main .ebill-res-idtext {
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  background: #FFECEE;
  color: #373737;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px 10px 20px;
}
.ps-ebill-expire-main .ebill-res-id-label {
  margin: 0 0 0 5px;
}
.ps-ebill-expire-main .ebill-res-id-txt {
  color: #C52031;
  padding-left: 0.3rem;
}
.ps-ebill-expire-main .ebill-res-expire-label {
  color: #C52031;
  padding: 0 0 0 0.5rem;
}
.ps-ebill-expire-main .ebill-bottom-box {
  border-radius: 0.625rem;
  text-align: center;
  padding: 0 0 1rem 0;
  max-width: 58rem;
  margin: 0 auto;
}
.ps-ebill-expire-main .ebill-bottom-box .row div:last-child {
  border-right: none;
}
.ps-ebill-expire-main .ebill-bottom-box .ng-title {
  color: #979797;
  font-weight: 400;
  display: block;
  padding: 0.5rem 0 0 0;
  line-height: 1.25rem;
}
.ps-ebill-expire-main .ebill-bottom-box .col-data {
  background-color: #f8f8f8;
  padding: 17px 0px;
  border-radius: 8px;
  width: 120px;
}
.ps-ebill-expire-main .ebill-bottom-box .col-data p {
  margin-bottom: 0;
  margin-top: 7px;
  color: #646464;
  font-size: 0.75rem;
  font-weight: 600;
}
.ps-ebill-expire-main .ebill-expire-box {
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 100px 0 0 0;
  position: relative;
  max-width: 87.5rem;
  margin: 0 auto 0;
  padding: 3rem 0 3rem 0;
}
.ps-ebill-expire-main .ebill-expire-page.ps-ebill-preloader .ps-main-icon-pre {
  height: 103px;
  width: 140px;
}
.ps-ebill-expire-main .ebill-expire-page.ps-ebill-preloader .ps-main-icon-id {
  width: 140px;
  margin: 15px 0;
}
.ps-ebill-expire-main .ebill-expire-page.ps-ebill-preloader .ps-main-icon-head {
  height: 42px;
  width: 290px;
  margin: 15px 0;
}
.ps-ebill-expire-main .ebill-expire-page.ps-ebill-preloader .ps-main-icon-pera {
  height: 30px;
  width: 290px;
  margin: 15px 0;
}
.ps-ebill-expire-main .ebill-expire-page.ps-ebill-preloader .ps-main-icon-button {
  height: 34px;
  width: 231px;
  margin: 15px 0;
}
.ps-ebill-expire-main .ebill-expire-page.ps-ebill-preloader .ps-boxs .ps-main-icon-pre {
  height: 94px;
  width: 121px;
}

.purchase-excise-input-width {
  width: 75px;
}

.purchase-sub-total-dropdwon .dropdown-menu .card {
  font-size: 0.813rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(247, 236, 237);
  box-shadow: 0px 0px 13px 2px rgba(55, 55, 55, 0.2196078431);
}
.purchase-sub-total-dropdwon .dropdown-menu.show {
  left: -15px !important;
  top: 0 !important;
  margin-top: 0;
  padding-top: 0;
}
.purchase-sub-total-dropdwon .dropdown-toggle::after {
  display: none;
}

@media (max-width: 767px) {
  .new-inventory-setting-wrap .vertical-form-tabs {
    position: fixed;
    top: 50px;
    border-radius: 0 !important;
  }
}
.new-inventory-setting-wrap .vertical-form-tabs .nav-tabs .nav-link.active {
  background-color: #FFEBEB;
}
.new-inventory-setting-wrap .vertical-form-tabs .nav-tabs .nav-link.active .search-count-number {
  border-color: #1770EE;
  color: #1770EE;
}
.new-inventory-setting-wrap .vertical-form-tabs {
  position: sticky;
  top: 0;
}
.new-inventory-setting-wrap .tab-content {
  display: none;
}
.new-inventory-setting-wrap .tab-content.active {
  display: inherit;
}
.new-inventory-setting-wrap .input-search-icon {
  position: absolute;
  top: 4px;
  left: 3px;
  color: #979797;
  font-size: 0.938rem;
  z-index: 4;
}
.new-inventory-setting-wrap .bottom-side-tooltip [data-tooltip]:before {
  top: 22px;
  min-width: 300px;
  left: 0px;
  line-height: 1.3;
  bottom: unset;
}
.new-inventory-setting-wrap .bottom-side-tooltip [data-tooltip]:after {
  bottom: -2px;
  left: 3px;
}
.new-inventory-setting-wrap .search-sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .new-inventory-setting-wrap .search-sticky {
    position: unset;
  }
}
.new-inventory-setting-wrap .ng-card-wrap .control-label {
  margin-bottom: 15px;
  display: flex;
  font-weight: 500;
  color: #000000;
  font-size: 0.875rem;
}
@media (max-width: 1366px) {
  .new-inventory-setting-wrap .ng-card-wrap .control-label {
    display: inline-block;
    font-size: 0.75rem;
  }
}
.new-inventory-setting-wrap .ng-card-wrap .label-line {
  position: relative;
  overflow: hidden;
  display: block;
  flex: 1 1 auto;
}
.new-inventory-setting-wrap .ng-card-wrap .label-line:after {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #EDEDED;
  height: 1px;
  top: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .new-inventory-setting-wrap .ng-card-wrap .label-line:after {
    display: none;
  }
}
.new-inventory-setting-wrap .ng-card-wrap .two-line-text-lable-line .label-line:after {
  top: 25px;
}
.new-inventory-setting-wrap .card-checkbox-wrap {
  position: absolute;
  width: 100%;
  z-index: 13;
  top: -3px;
  left: 25px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5019607843);
}
.new-inventory-setting-wrap .card-checkbox-wrap .card-body {
  max-height: 170px;
}
.new-inventory-setting-wrap .set-radio label {
  cursor: pointer;
}
.new-inventory-setting-wrap .search-bar-wrap {
  background-color: #EDEDED;
}
.new-inventory-setting-wrap .search-bar-wrap .search-close-icon {
  position: absolute;
  right: 7px;
  top: 8px;
  z-index: 5;
}
.new-inventory-setting-wrap .no-data-blank-state {
  border-top: 0 !important;
}
.new-inventory-setting-wrap .collapsible-link::before {
  content: "\f068";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 3px;
}
.new-inventory-setting-wrap .collapsible-link[aria-expanded=false]::before {
  content: "\f067";
}
.new-inventory-setting-wrap .search-count-number {
  width: 24px;
  height: 24px;
  line-height: 23px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-size: 14px;
  border: 1px solid #D2D6DB;
}

.tooltip-new {
  background-color: #FFF9E3;
  border-radius: 10px;
  padding: 14px;
}

.wave-pre-loading.inv-setting-left-loader {
  height: 47px;
  margin: 0 auto 15px;
}

.bg-grey-dark {
  background-color: #E3E3E3 !important;
}

.table-divided .bg-grey-dark {
  background: #f2f2f2 !important;
}

.bottom-side-tooltip [data-tooltip]:before {
  bottom: -31px;
  min-width: 90px;
  left: -50px;
  line-height: 1.3;
}
.bottom-side-tooltip [data-tooltip]:after {
  position: absolute;
  bottom: -1px;
  left: 1px;
  margin-left: 0;
  width: 0;
  border-top: 5px solid #000000;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  border-bottom: 5px solid #000000;
}

.vertical-form-tabs .nav.nav-tabs li a {
  margin: 0 0;
  display: block;
  color: #646464;
  font-size: 0.875rem;
  padding: 14px 16px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .vertical-form-tabs .nav.nav-tabs li a {
    font-size: 0.813rem;
  }
}
@media (max-width: 1366px) {
  .vertical-form-tabs .nav.nav-tabs li a {
    font-size: 0.75rem;
  }
}
.vertical-form-tabs .nav.nav-tabs {
  display: block;
  margin-right: -3px;
  z-index: 1;
  border-bottom: none;
  padding: 0px;
  background: #ffffff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-top-left: 4px;
  -moz-border-radius-bottom-left: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 4px;
}
.vertical-form-tabs .nav.nav-tabs li.active a {
  color: #ffffff;
}
.vertical-form-tabs {
  background-color: #F8F8F8;
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
}
.vertical-form-tabs .nav-tabs .nav-link.active {
  background-color: #F2F2F2;
  margin: 0;
  color: #000000;
  border-top: 0;
}
.vertical-form-tabs .nav-tabs .nav-link.active:before {
  content: "";
  border-left: 4px solid #E05564;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  border-radius: 0 4px 4px 0;
}

.ng-bg-grey-2 {
  background-color: #F2F2F2;
}

@media (max-width: 767px) {
  .resrtict-info-box .pl-2.fw-500 {
    display: flex;
  }
}

@media (max-width: 767px) {
  .inventoy--setting--page .overlay-open {
    z-index: 14;
  }
}

@media (max-width: 767px) {
  .top-bar-active .new-inventory-setting-wrap .vertical-form-tabs {
    top: 90px;
  }
}

@media (max-width: 767px) {
  .mobile-sidebar-common {
    min-height: auto;
    position: fixed;
    right: -500px;
    transition: all 0.5s ease;
    z-index: 15;
    width: 70%;
    top: 50px;
    bottom: 0;
    background-color: #ffffff;
    padding: 0;
    overflow-y: auto;
  }
}
.mobile-sidebar-common::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border: 1px solid 1px solid rgba(226, 41, 62, 0.3);
  position: relative;
  right: 10px;
  border-radius: 5px;
}
.mobile-sidebar-common::-webkit-scrollbar-track:hover {
  background: transparent;
}
.mobile-sidebar-common::-webkit-scrollbar-track:active {
  background: transparent;
}
.mobile-sidebar-common::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-sidebar-common::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 5px;
}
.mobile-sidebar-common::-webkit-scrollbar-thumb:hover {
  background: #646464;
}
.mobile-sidebar-common::-webkit-scrollbar-thumb:active {
  background: #646464;
}
.mobile-sidebar-common::-webkit-scrollbar-corner {
  background: transparent;
}
.mobile-sidebar-common::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.mobile-sidebar-hamburger {
  display: none;
}
@media (max-width: 767px) {
  .mobile-sidebar-hamburger {
    display: block;
    margin: 0 auto;
    position: fixed;
    bottom: 10%;
    right: 15px;
    z-index: 3;
    border: 0;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .mobile-sidebar-common.hamburger-open {
    right: 0px;
    transition: all 0.5s ease;
  }
}

.add-item-recipe-wrap .shadow-new {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1882352941);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1882352941);
}
.add-item-recipe-wrap .recipe-sticky-header {
  position: sticky;
  z-index: 11;
  width: 100%;
  top: 0;
}
.add-item-recipe-wrap .recipe-blocks .accordion > .card:first-of-type {
  border-bottom: 1px solid #D2D6DB;
}

.raw-material-calendar-icon {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/calendar.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px !important;
  padding-right: 0 !important;
}

.ps-running-table .nav-tabs.ps-nav {
  border-radius: 10px 0 0 0;
}

.purchase-import-dropdown-wrap .input.file {
  display: none;
}

.ps-blue-text-2 {
  color: #3A84EC;
}

.ps-alert .alert-message.ps-alert-support.recipe-banner-wrap {
  border: 2px solid #3A84EC;
  padding: 10px !important;
}

.recipe-generate-pop-wrap .border-dashed.show {
  border-top: 1px dashed #D2D6DB;
}
.recipe-generate-pop-wrap .recipe-genrate-loader {
  height: 25px;
  background: linear-gradient(270deg, #EEF5FF, #EEF8FA);
}
.recipe-generate-pop-wrap .down-arrow-accordion, .recipe-generate-pop-wrap .delete-btn-accordion {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recipe-generate-pop-wrap .recipe-arrow-accordion[aria-expanded=true] .down-arrow-accordion svg {
  rotate: 180deg;
}

.recipe-banner-wrap {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/recipe-generate-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.recipe-banner-wrap .blue-btn-dark {
  border-color: #3A84EC;
  color: #3A84EC;
  background-color: #ffffff;
  font-weight: 600;
}
.recipe-banner-wrap .blue-btn-dark:hover {
  border-color: #3A84EC;
  color: #3A84EC;
  background-color: #ffffff;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blink-text {
  animation: blink 1.2s infinite;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.recipe-generate-pop-wrap {
  min-width: 35% !important;
}

#scan-add-fancy-right .barcode-select-padding .ps-table-wrapper.table-responsive {
  padding-bottom: 250px;
}
#scan-add-fancy-right .sticky-barcode-div {
  position: sticky;
  top: -16px;
  z-index: 15;
  background: #ffffff;
}
#scan-add-fancy-right .ps-form-group .selectize-control.single .selectize-input input {
  width: auto !important;
  height: auto !important;
}
#scan-add-fancy-right .selectize-control.single .selectize-input span.name {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 12px;
}
#scan-add-fancy-right .selectize-control.single .selectize-input span.company {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 12px;
}

#scan-add-fancy-right.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open {
  min-width: 55% !important;
}

.ps-table-wrapper .scan-barcode-table-wrap.ps-table tbody tr.duplicate-tag-padding td {
  padding-bottom: 28px;
}
.ps-table-wrapper .scan-barcode-table-wrap.ps-table tbody tr td {
  vertical-align: top;
}

.setting-delivery-charge-pop-wrapper .bg-grey {
  background-color: #F8F8F8;
}
@media (min-width: 1200px) {
  .setting-delivery-charge-pop-wrapper .percentage-input-width {
    width: 70%;
  }
}
.setting-delivery-charge-pop-wrapper .restaurant-list-height {
  max-height: 230px;
  overflow: auto;
}
.setting-delivery-charge-pop-wrapper .accordion-sticky-pad {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 16px 0;
  z-index: 9;
}

.request-call-sidebar-wrapper {
  background-color: #EEF5FF;
  margin-top: auto;
  padding: 5px 0;
}
.request-call-sidebar-wrapper li:hover {
  background-color: #EEF5FF !important;
}
.request-call-sidebar-wrapper li a:hover {
  background-color: #EEF5FF !important;
}

@media (max-width: 767px) {
  .sidebar.sidebar-menu.sidebar-new-ps.inventory-sidebar-wrap #sidebarCookie {
    min-height: calc(100vh - 53px);
  }
}

.letter-spacing-half {
  letter-spacing: 0.5;
}

.swiggy_oos_div .reject-order-list .out-off-stock-icon {
  background-color: #FFFFFF;
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}

.oos-strikethrough {
  text-decoration: line-through !important;
}

.call-cust-pin-inner {
  border-radius: 12px;
  background-color: #F2F2F2;
  padding: 12px;
}

.call-cust-pin-inner .oos-mob-and--pin-no {
  border-radius: 8px;
  border: 1px solid #D2D6DB;
  padding: 12px;
  text-align: center;
  height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.light-grey-bg {
  background-color: #F2F2F2;
}

.time-ago-font {
  font-weight: 400;
  font-size: 10px !important;
  line-height: 1;
  color: #646464 !important;
}

.toaster-generic-title {
  color: rgb(36, 34, 34);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}

.left-sticky {
  position: sticky;
  left: 1px;
  z-index: 1;
}

.sticky-left-border {
  border-left: 1px solid #E5E7EB !important;
  border-right: 1px solid #E5E7EB !important;
}

.item--name {
  left: 60px;
}
.item--name span {
  font-size: 14px;
  font-weight: 500;
}

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

.auto_mfr_single_div {
  min-width: 105px;
}

.complaint-title {
  font-size: var(--font14);
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.complaint-sub-title {
  font-size: 14px;
  color: #646464;
  font-weight: 400;
  margin-bottom: 5px;
}

.complaint-rating-wrapper .open-tag {
  color: #ffffff;
  background-color: #3177DA;
  border: 1px solid #3177DA;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 3px 8px;
  font-size: 13px;
}
.complaint-rating-wrapper .close-tag {
  color: #ffffff;
  background-color: #5CA21F;
  border: 1px solid #5CA21F;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 3px 8px;
  font-size: 13px;
}
.complaint-rating-wrapper .expire-tag {
  color: #ffffff;
  background-color: #E05564;
  border: 1px solid #E05564;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 3px 8px;
  font-size: 13px;
}
.complaint-rating-wrapper .expiry-header-active {
  background-color: #FFE7E9;
  border-left: 3px solid #E05564;
}
.complaint-rating-wrapper .open-header-active {
  background-color: #DDEBFF;
  border-left: 3px solid #3177DA;
}
.complaint-rating-wrapper .close-header-active {
  background-color: #EBFFD9;
  border-left: 3px solid #5CA21F;
}
.complaint-rating-wrapper .card-body-feedback-box {
  border: 1px solid #646464;
  background-color: #f8f8f8;
  border-radius: 6px;
  position: relative;
  margin-bottom: 15px;
}
.complaint-rating-wrapper .card-body-feedback-box:after {
  border: 1px solid;
  border-color: rgb(0, 0, 0) transparent rgba(100, 100, 100, 0) rgb(100, 100, 100);
  height: 12px;
  width: 12px;
  z-index: 0;
  position: absolute;
  left: 13px;
  top: -6px;
  transform: rotate(45deg);
  content: "";
  background: #ffffff;
}
.complaint-rating-wrapper .complaints-left-box {
  background: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC !important;
  padding: 0 0 10px 0;
}

.give-refund-pop-wrapper .radio-tile-group .input-container {
  position: relative;
  height: 70px;
  width: 151px;
  margin-right: 15px;
}
.give-refund-pop-wrapper .radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.give-refund-pop-wrapper .radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #F0F6FF;
  border: 1px solid #3177DA;
  color: var(--clr-dark1);
}
.give-refund-pop-wrapper .radio-tile-group .input-container .radio-tile {
  width: 100%;
  height: 100%;
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.give-refund-pop-wrapper .radio-tile-group .input-container .radio-tile .radio-tile-label {
  padding: 24px 38px;
  cursor: pointer;
}
.give-refund-pop-wrapper p.radio-btn-recommended {
  position: absolute;
  width: 98%;
  background: #ddd;
  padding: 2px;
  border-radius: 0 0 9px 9px;
  bottom: 2px;
  font-size: 11px !important;
  text-align: center;
  left: 2px;
}
.give-refund-pop-wrapper p.input-note {
  color: #4F7D97 !important;
  font-size: 12px !important;
}
.give-refund-pop-wrapper .cross-line {
  display: table;
  white-space: nowrap;
  position: relative;
}
.give-refund-pop-wrapper .cross-line::before {
  border-top: 2px solid #E05564;
  content: "";
  display: table-cell;
  position: absolute;
  top: 14px;
  width: 20%;
}
.give-refund-pop-wrapper .cross-line::after {
  border-top: 2px solid #E05564;
  content: "";
  display: table-cell;
  position: absolute;
  top: 14px;
  width: 20%;
  right: 0;
}
.give-refund-pop-wrapper .cross-line > span {
  padding: 0 15px;
  line-height: 30px;
  color: var(--clr-dark1);
}

.feedback-fancy-img-pop .card-body img {
  max-width: 500px;
  max-height: 500px;
}

.feedback-img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 100px;
  max-height: 100px;
  text-align: center;
  margin-right: 10px;
}
.feedback-img-wrap img {
  max-height: 100px;
}

.complaint-rating-wrapper .marketservice_scrollspy_nav .nav-link.active p:before, .marketservice_scrollspy_nav .nav-link:hover p:before {
  display: none;
}

.complaint_scrollspy_nav {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
  position: sticky;
  top: 0.25rem;
  overflow-y: auto;
  margin-bottom: 0.1rem;
}
.complaint_scrollspy_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: var(--clr-light1);
  border: 1px solid 1px solid rgba(226, 41, 62, 0.3);
  position: relative;
  right: 10px;
  border-radius: 5px;
}
.complaint_scrollspy_nav::-webkit-scrollbar {
  width: 5px;
  background-color: var(--clr-light1);
  background-color: rgba(255, 255, 255, 0.1);
}
.complaint_scrollspy_nav::-webkit-scrollbar-thumb {
  background-color: var(--clr-gray1);
  border-radius: 5px;
}
.complaint_scrollspy_nav::-webkit-scrollbar-corner {
  background: transparent;
}
.complaint_scrollspy_nav::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.complaint_scrollspy_nav::-webkit-scrollbar-thumb:hover, .marketservice_scrollspy_nav::-webkit-scrollbar-thumb:active {
  background: var(--clr-dark2);
}

.complaint_scrollspy_nav::-webkit-scrollbar-track:hover, .marketservice_scrollspy_nav::-webkit-scrollbar-track:active {
  background: transparent;
}

#customer_complaints_detail .feedback-img-wrap {
  border-radius: 7px;
  margin-right: 12px;
}
#customer_complaints_detail .feedback-img-wrap .img-fluid {
  height: 200px;
  border-radius: 8px;
  border: 1px solid #ddd;
  min-width: 150px;
}

#rejected-fancybox-pop .complaint-title, #give-refund-fancybox .complaint-title {
  font-size: 16px;
  font-weight: 600;
}
#rejected-fancybox-pop .complaint-sub-title, #give-refund-fancybox .complaint-sub-title {
  color: #565454;
  font-size: 14px;
  font-weight: 500;
}
#rejected-fancybox-pop .fancybox-close-small, #give-refund-fancybox .fancybox-close-small {
  right: -4px !important;
}

.toast-custom-position-div {
  right: 15px;
  left: unset !important;
}

.text-transform-none {
  text-transform: none;
}

.sales-e-way-bill-tag {
  position: relative;
  bottom: -3px;
}

.sidebar.sidebar-menu.sidebar-new-ps ul li.barcode-genrate-icon-wrap a.active svg {
  fill: transparent !important;
}
.sidebar.sidebar-menu.sidebar-new-ps ul li.barcode-genrate-icon-wrap a.active svg path {
  stroke: #000000;
}

.height-ruler-line {
  position: absolute;
  height: 100%;
  border-left: 1px dashed #D2D6DB;
  left: -32px;
  top: 0;
  z-index: 1;
}

.height-ruler-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(-90deg);
  background: white;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  width: 60px;
  text-align: center;
}

.width-ruler-line {
  position: absolute;
  width: 100%;
  border-top: 1px dashed #D2D6DB;
  top: -22px;
  height: 0px;
  right: 0;
  z-index: 1;
}

.width-ruler-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  background: white;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #D2D6DB;
  border-radius: 6px;
  width: 60px;
  text-align: center;
}

.barcode-svg-wrap .width-ruler-line {
  top: -18px;
}
.barcode-svg-wrap .height-ruler-line {
  left: -18px;
}
@media (max-width: 1100px) {
  .barcode-svg-wrap .height-ruler-line {
    left: -8px;
  }
}

.custom-top-left-line-wrap .width-ruler-line {
  top: 90px;
  width: 30%;
  left: 0;
}
@media (max-width: 1680px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 27%;
  }
}
@media (max-width: 1600px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 25.5%;
  }
}
@media (max-width: 1570px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 24.5%;
  }
}
@media (max-width: 1440px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 22.5%;
  }
}
@media (max-width: 1400px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 22.2%;
  }
}
@media (max-width: 1280px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .custom-top-left-line-wrap .width-ruler-line {
    width: 16%;
  }
}
.custom-top-left-line-wrap .height-ruler-line {
  left: 32%;
  height: 63px;
  top: -16px;
}
.custom-top-left-line-wrap .height-ruler-label {
  transform: translate(-50%, -50%) rotate(0deg);
  top: 40%;
}

.highlight-ruler-line.height-ruler-line {
  border-color: #1770EE;
}

.highlight-ruler-line.width-ruler-line {
  border-color: #1770EE;
}

.highlight-ruler-line .height-ruler-label {
  border-color: #1770EE;
  background: #EEF5FF;
}
.highlight-ruler-line .width-ruler-label {
  border-color: #1770EE;
  background: #EEF5FF;
}

@media (max-width: 1100px) {
  #barcode_border_parent.p-5 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
}

#add_barcode_form .ps-searchbar {
  gap: 13px;
}

.barcode-summary-table-wrap .dataTables_filter {
  float: left !important;
}
.barcode-summary-table-wrap label {
  display: flex;
  align-items: center;
}
.barcode-summary-table-wrap input {
  border: 1px solid #D2D6DB;
  border-radius: 7px;
  padding: 5px;
}

@media (max-width: 767px) {
  .barcodegeneration-tbl-wrap .bottom-footer-sticky {
    height: auto;
  }
}

.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new {
  margin-left: 11px;
  height: 34px;
  width: 34px;
  padding: 6px !important;
  border-radius: 5.818px;
  background: #F8F8F8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new:hover {
  background: #F8F8F8;
}
.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new:focus, .ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new:active:focus, .ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new:hover:focus {
  box-shadow: 0px 0px 0px 4px rgba(26, 115, 232, 0.102);
  border: 1px solid #3A84EC;
}
.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new:first-child {
  margin-left: 0;
}
.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new svg,
.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1601px) {
  .ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new svg,
  .ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .iconbtn-new img {
    height: 18px;
    width: 18px;
  }
}
.ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .ps-btn-circle-descrip:focus, .ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .ps-btn-circle-descrip:active:focus, .ps-table-wrapper.new-purchase-td-pad .ps-table tbody td .ps-btn-circle-descrip:hover:focus {
  box-shadow: 0px 0px 0px 4px rgba(26, 115, 232, 0.102);
  border: 1px solid #3A84EC;
}

.ps-nav-wrapper .swiper-wrapper.ps-nav .nav-item .svg-fluid svg {
  width: 34px;
  height: 34px;
}

.rm-category-tabs-nav {
  background-color: #e7f3fe;
  border-radius: 8px;
}
.rm-category-tabs-nav .tab-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: calc(100% - 40px);
  vertical-align: middle;
  color: #000000;
  z-index: 1;
  margin-bottom: 3px;
}
.rm-category-tabs-nav .rm-category-box-item {
  padding: 13px !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 7px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  border: 2px solid transparent;
}
.rm-category-tabs-nav .rm-category-box-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background-color: #ffffff;
  border-radius: 7px;
  transition: all 0.3s ease;
}
.rm-category-tabs-nav .rm-category-box-item.active .category-number-badge {
  border: 1px solid #1377da;
  background-color: #EEF5FF;
  z-index: 1;
}
.rm-category-tabs-nav .rm-category-box-item.active::before {
  width: 100%;
  border: 2px solid #1377da;
}
.rm-category-tabs-nav .category-number-badge {
  width: 30px;
  height: 30px;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 0.875rem;
  border: 1px solid #D2D6DB;
  margin-left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 1366px) {
  .rm-category-tabs-nav .category-number-badge {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
  }
}

.ps-inventory .inv-dashboard-right-side-pad .notification-div-heght {
  max-height: 300px;
}
.ps-inventory .inv-dashboard-right-side-pad .notification-div-heght div:last-child {
  margin-bottom: 0 !important;
}

.ps-view-btnimg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  cursor: pointer;
}
.ps-view-btnimg .view-image {
  width: 100%;
  height: 100%;
}

#get-on-off-store-noti .num-count {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  font-size: 0.5rem;
  background: #1770EE;
  width: 1rem;
  height: 1rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 10px;
  right: 20px;
  box-sizing: border-box;
  font-weight: 500;
  z-index: 1;
}

.centr-db-store-track .notifi-card-alert {
  position: absolute;
  z-index: 14;
  top: 6px;
  right: 7px;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert {
  background-color: #FFFFFF;
  max-width: 500px;
  border: 1px solid #ffcdd1;
}
@media (max-width: 575px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert {
    max-width: 430px;
    margin-right: 0 !important;
  }
}
@media (max-width: 440px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert {
    max-width: 400px;
  }
}
@media (max-width: 380px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert {
    max-width: 370px;
  }
}
@media (max-width: 360px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert {
    max-width: 300px;
  }
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .header-wrap {
  padding-top: 7px;
  padding-bottom: 5px;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text {
  font-size: 15px;
  display: inline-flex;
}
@media (max-width: 991px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text {
    font-size: 13px;
  }
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text span {
  display: inline-block;
  max-width: 250px;
}
@media (max-width: 575px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text span {
    max-width: 210px;
  }
}
@media (max-width: 440px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text span {
    max-width: 177px;
  }
}
@media (max-width: 360px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert .online-ord-text span {
    max-width: 120px;
  }
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .days--ago {
  color: #646464;
  font-size: 12px;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .online-res-text-title {
  color: #1770EE;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .online-res-text-title.swiggy-text-wrap {
  color: #FC8019;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .order-id-text {
  color: #212121;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: 18px;
  font-size: 0.85rem;
}
@media (max-width: 991px) {
  .centr-db-store-track .notifi-card-alert .inner-card-alert .order-id-text {
    font-size: 0.81rem;
  }
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .order-id-text span {
  font-weight: 600;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .order-id-text.order-content-text {
  color: #646464;
  font-weight: 500;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .cross-icon-event {
  position: absolute;
  right: -9px;
  top: -10px;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .status-text {
  margin-bottom: 2px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #212121;
  display: block;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .status-text.placed-status-text {
  color: #007E8D;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .status-text.dispatch-status-text {
  color: #D9A541;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .status-text.foodready-status-text {
  color: #3A84EC;
}
.centr-db-store-track .notifi-card-alert .inner-card-alert .view-details-text {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline !important;
  display: inline-block;
}

#fancy-store-noti .notifi-card {
  box-shadow: 0 0 3px 2px rgba(196, 196, 196, 0.5803921569);
  margin: 0 10px 10px;
}
#fancy-store-noti .notifi-card .card-text-title {
  font-size: 15px;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 6px;
  line-height: 1;
}
#fancy-store-noti .notifi-card .days--ago {
  color: #646464;
  font-weight: 500;
}
#fancy-store-noti .fancybox-close-small {
  top: 3px !important;
}
#fancy-store-noti {
  min-width: 40% !important;
}

.text-black {
  color: #212121 !important;
}

.d-flex.right-btn-list .inventory-dropdown .dropdown-menu.action-quick-new li {
  padding: 0;
}
.d-flex.right-btn-list .inventory-dropdown .dropdown-menu.action-quick-new li a {
  padding: 9px 14px;
}

@media (min-width: 1024px) {
  .add-transfer-table-overflow {
    overflow: inherit;
  }
}

.ps-agentsty-icon {
  position: relative;
}

.ps-right {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
}
.ps-right i {
  background: initial !important;
  -webkit-text-fill-color: initial !important;
}

.ps-agent {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ps-agent span {
  color: #fff;
}

.new-purchase-sales-wrapper .selectize-control.single .selectize-input span.name {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 12px;
}
.new-purchase-sales-wrapper .selectize-control.single .selectize-input span.company {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .new-purchase-sales-wrapper .bottom-footer-sticky {
    height: auto;
  }
}

.new-purchase-td-pad .selectize-dropdown-content {
  max-height: 160px;
}

@media (max-width: 767px) {
  .new-purchase-sales-wrapper .new-purchase-td-pad .ps-selectize-input .selectize-control.single {
    min-width: 230px;
  }
}

.next-step-wrap {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 5px;
  border: 1px solid #B3D3FF;
  background-color: #EEF5FF;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: width 0.3s ease;
  color: #000000;
  border-right: 0;
}
.next-step-wrap .create-recipe-text {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.5s ease, opacity 0.3s ease, margin-left 0.3s ease;
  opacity: 0;
  margin-left: 0;
}
.next-step-wrap:hover .create-recipe-text {
  max-width: 300px;
  opacity: 1;
  margin-left: 4px;
}
.next-step-wrap:hover .arrow {
  transform: translateX(3px);
}
.next-step-wrap .arrow {
  transition: transform 0.3s ease;
}

.raw-material-files-dropdwon .dropdown-item.discount-type-drodpwon-title:hover {
  background-color: #ffffff;
  color: #000000;
}
.raw-material-files-dropdwon .dropdown-item.discount-type-drodpwon-title a {
  cursor: default;
}

.app-logo-img-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 12px auto 10px;
  border-radius: 7px;
}
@media (max-width: 1366px) {
  .app-logo-img-wrap {
    height: 90px;
  }
}
.app-logo-img-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}

.quick-recipe-wrapper .quick-recipe-title-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #FFF5F6;
}
@media (max-width: 1366px) {
  .quick-recipe-wrapper .quick-recipe-title-icon {
    width: 32px;
    height: 32px;
  }
}
.quick-recipe-wrapper .selected-item {
  background-color: #F2F2F2;
  border-radius: 7px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 4px solid #1770EE;
  margin-top: 16px;
}
.quick-recipe-wrapper .primary-border-bottom {
  border-bottom: 2px solid #1770EE;
}

.new-input-qty .new-input-group {
  border: 1px solid #D2D6DB;
  box-shadow: nones;
  border-radius: 10px;
}
.new-input-qty .new-input-group input {
  border: 0;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 6px 10px;
}
.new-input-qty .new-input-group input.form-control {
  border: 0;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1366px) {
  .new-input-qty .new-input-group input.form-control {
    font-size: 0.813rem;
  }
}
.new-input-qty .new-input-group input[disabled] {
  cursor: not-allowed;
  border: 1px solid #D9D9D9;
  background-color: #F5F5F5;
  color: #D9D9D9;
}
.new-input-qty .new-input-group .input-group-append {
  margin: 0;
}
.new-input-qty .new-input-group .input-group-append .input-group-text {
  border: 0;
  border-radius: 0 10px 10px 0 !important;
}
.new-input-qty .new-input-group .input-group-append .input-group-text small {
  font-weight: 500;
}
@media (max-width: 1600px) {
  .new-input-qty .new-input-group .input-group-append .input-group-text small {
    font-size: 0.75rem;
  }
}

.generate-recipe-tag {
  font-size: 0.75rem;
  line-height: 18px;
  color: #3A84EC;
  background-color: #EEF5FF !important;
  font-weight: 600;
}

.create-recipe-tag {
  font-size: 0.75rem;
  line-height: 18px;
  color: #D92D20;
  background-color: #FFF5F6 !important;
  font-weight: 600;
}

.recipe-ready-tag {
  font-size: 0.75rem;
  line-height: 18px;
  color: #437616;
  background-color: #ECFDF3 !important;
  font-weight: 600;
}

.ps-table-wrapper .ps-table thead tr th.wastage-addon-table-th {
  background-color: #F8F8F8;
}

.explore-recipe-ai-tooltip[data-tooltip]::before {
  min-width: 250px;
  left: unset;
  right: -20%;
}

.purchase-description-tooltip[data-tooltip]::before {
  min-width: 120px;
  text-align: left;
  right: -40px;
  left: unset;
}

.bg-light-blue {
  background-color: #ECF4FF;
  border-radius: 4px;
  padding: 8px 10px;
}

.bg-light-red {
  background-color: #FFF5F6;
  border-radius: 4px;
  padding: 8px 10px;
}

.bg-light-green {
  background: #ECFDF3;
  border-radius: 4px;
  padding: 8px 10px;
}

.ps-gap5 {
  gap: 5px;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.fancy_right_side_open.form-width {
  min-width: 28% !important;
}

.map-rm-border-bottom {
  border-bottom: 1px solid #E5E7EB;
}

.purchase-description-tooltip[data-tooltip]::before {
  min-width: 120px;
  text-align: left;
  right: -40px;
  left: unset;
}

.agreement-document li {
  background: #F2F2F2;
  display: table;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 320px;
}

.min-width-tooltip-130[data-tooltip]::before {
  min-width: 130px;
}

#table_addon_index .expand .expand-minus {
  display: none;
}
#table_addon_index .expand .expand-plus {
  display: flex;
}
#table_addon_index .expand-minus {
  display: flex;
}
#table_addon_index .expand-plus {
  display: none;
}

.menu-team-page ul.dropdown-menu li.dropdown-item {
  padding: 0;
}
.menu-team-page ul.dropdown-menu li.dropdown-item input {
  margin: 0px 5px;
  display: block;
  width: 97%;
  padding: 4px 12px;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.menu-team-page ul.dropdown-menu li.dropdown-item a {
  padding: 4px 12px;
}

.main-content-container .dropdown-menu.show {
  border: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5019607843);
  border-radius: 7px;
  top: 5px !important;
  padding: 0.5rem 0;
  margin-top: 3px;
}

.base-menu-bottom-tooltip[data-tooltip]:before {
  bottom: unset;
  top: 40px;
  min-width: 120px;
}
.base-menu-bottom-tooltip[data-tooltip]:after {
  border-top: transparent;
  border-bottom: 5px solid #000000;
  top: 35px;
}

.ps-quick-add-popup .note {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.ps-quick-add-popup .note p {
  margin: 0 0 0 5px;
  color: #979797 !important;
  font-size: 0.75rem;
  font-weight: 400;
}
.ps-quick-add-popup .note.error p {
  color: #D92D20 !important;
}
.ps-quick-add-popup .ps-form-group.error input:focus, .ps-quick-add-popup .ps-form-group.error input:active:focus, .ps-quick-add-popup .ps-form-group.error input:hover:focus {
  box-shadow: 0px 0px 0px 4px rgba(217, 45, 32, 0.15), 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  border-color: #D92D20;
}

.terminal-wrapper {
  /* container */
  color: #111827;
  line-height: 1.4;
  /* top banner -------------------------------------------------------------- */
}
.terminal-wrapper .alert-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #EFF6FF;
  border-radius: 6px;
  font-size: 14px;
}
.terminal-wrapper .alert-left,
.terminal-wrapper .alert-right {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
}
.terminal-wrapper .alert-left strong,
.terminal-wrapper .alert-right strong {
  font-weight: 600;
  color: #212121;
}
.terminal-wrapper .alert-left svg,
.terminal-wrapper .alert-right svg {
  flex-shrink: 0;
}
.terminal-wrapper {
  /* section headings -------------------------------------------------------- */
}
.terminal-wrapper .section-title {
  margin: 24px 0 12px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.terminal-wrapper .section-title .count {
  font-weight: 500;
}
.terminal-wrapper {
  /* station cards ----------------------------------------------------------- */
}
.terminal-wrapper .station-card {
  background: #F9FAFB;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 24px;
}
.terminal-wrapper .inner-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
}
.terminal-wrapper .inner-card:not(:last-child) {
  margin-bottom: 12px;
}
.terminal-wrapper .inner-card .value {
  font-weight: 600;
}

.ps-fancybox.fancybox-content.new-fancybox-wrapper.ps-view-info-popup {
  min-width: 34% !important;
}

.ps-table-newborder {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
}
.ps-table-newborder tr td:first-child {
  height: 50.8px;
}

.ps-qr-mobile-pr {
  display: none;
}
@media (max-width: 640px) {
  .ps-qr-mobile-pr {
    display: block;
  }
}
.ps-qr-mobile-pr .ps-qr-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ps-qr-mobile-pr .ps-qr-mobile h5 {
  color: #646464;
  font-size: 0.875rem;
  font-weight: 600;
}
.ps-qr-mobile-pr #reader {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
.ps-qr-mobile-pr #scanner-wrapper {
  position: relative;
  margin-top: 20px;
  border: 2px solid #cccccc;
  background: #ffffff;
  padding-top: 40px;
}
.ps-qr-mobile-pr .scanner-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.ps-qr-mobile-pr .close-btn {
  font-size: 18px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #125ABE;
}
.ps-qr-mobile-pr #output {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #3A84EC;
}
.ps-qr-mobile-pr #output .ps-qrcode-info {
  padding: 10px;
  border: 1px solid #B3D3FF;
  background-color: #EEF5FF;
  border-radius: 8px;
  display: flex;
}

.or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.or-divider::before, .or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px dotted #979797;
}
.or-divider:not(:empty)::before {
  margin-right: 10px;
}
.or-divider:not(:empty)::after {
  margin-left: 10px;
}
.or-divider span {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.wastage-addon-toggle-tooltip[data-tooltip]::before {
  min-width: 170px;
  left: unset;
  right: 0;
}

.dashboard-google-bussiness-sidebar .cuisine-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #D2D6DB;
  background-color: #ffffff;
  padding: 5px 8px;
  min-height: 34px;
  border-radius: 7px;
  width: 100%;
  outline: 0;
  color: #000000;
  font-size: 0.813rem;
  transition: all 250ms ease;
}
.dashboard-google-bussiness-sidebar .cuisine-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #000000;
  cursor: auto;
  border: 1px solid #D2D6DB;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  margin: 2px;
  padding: 2px 8px;
  float: left;
}
.dashboard-google-bussiness-sidebar .cuisine-tag .remove-tag {
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
}
.dashboard-google-bussiness-sidebar .cuisine-input-field {
  height: 0;
}
.dashboard-google-bussiness-sidebar .cuisine-input-field:focus, .dashboard-google-bussiness-sidebar .cuisine-input-field:hover:focus, .dashboard-google-bussiness-sidebar .cuisine-input-field:active:focus {
  box-shadow: none;
}
.dashboard-google-bussiness-sidebar .ps-label.disabled {
  pointer-events: none;
}
.dashboard-google-bussiness-sidebar .ps-form-group.website-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/home-website-icon.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  padding-left: 32px !important;
  opacity: 1;
}
.dashboard-google-bussiness-sidebar .ps-form-group.facebook-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/Facebook.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  padding-left: 32px !important;
  opacity: 1;
}
.dashboard-google-bussiness-sidebar .ps-form-group.instagram-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/instagram_circle.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  padding-left: 32px !important;
  opacity: 1;
}
.dashboard-google-bussiness-sidebar .ps-form-group.twitter-icon input {
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/x_twitter.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 8px top 6px;
  padding-left: 32px !important;
  opacity: 1;
}
.dashboard-google-bussiness-sidebar .popup-header.google-bussiness-header-sidebar {
  background-color: rgb(244, 249, 255) !important;
  background-image: url(https://d12wf4nrgjmvr4.cloudfront.net/images/google-bussiness-bg.png) !important;
  background-repeat: no-repeat !important;
  background-position: right -65px !important;
  background-size: 228px !important;
  min-height: 124px;
}
.dashboard-google-bussiness-sidebar .fancybox-close-small {
  display: none;
}

.ps-border-dashed {
  border: 1px dashed #D2D6DB;
}

.supplier-mapping-through-btn {
  border: 1px solid #D2D6DB;
  border-radius: 7px;
  padding: 12px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .supplier-mapping-through-btn {
    width: 100%;
  }
}
.supplier-mapping-through-btn:focus, .supplier-mapping-through-btn:hover:focus, .supplier-mapping-through-btn:active:focus {
  border: 1px solid #D2D6DB;
}
.supplier-mapping-through-btn:hover {
  background-color: #F8F8F8;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0 !important;
}

.data-analytics-tabs .swiper-slide img {
  width: auto;
  height: auto;
}

#sms_campaign_list.sms-campaign-list {
  clear: both;
}

#tb_recipe_item .recipe-name-wrap .error {
  position: relative;
}

.billing-ai-agent-icon svg {
  width: 28px;
  height: 28px;
  display: inline-block;
}

/*.agent-expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 80px;
  background: linear-gradient(180deg, #FF5264 0%, #BB3442 18.72%, #781620 50.41%);
  border-radius: 120px;
  cursor: pointer;
  position: relative;
  @include Max767{
    height: 28px;
    width: 28px;
  }
} */
.btn-text {
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px; /* 150% */
  margin-left: 5px;
}
@media (max-width: 767px) {
  .btn-text {
    display: none;
  }
}

#gear-rotating {
  transform-box: fill-box;
  transform-origin: center;
  animation: rotateGear 2.5s linear infinite;
}

@keyframes rotateGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.billing-icon-wrapper-container {
  background: linear-gradient(180deg, #B11D2C 0%, #5F1018 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  height: 55px;
  position: absolute;
  left: 3px;
  width: 201px;
}/*# sourceMappingURL=main.css.map */