@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.black-light-new {
  color: #7e838a;
}

.border-color {
  color: #e5e5e5;
}

.primary-color {
  color: #818c9f;
}

.danger-color {
  color: #c22525;
}

.secondary-color {
  color: #50cec3;
}

.button-color {
  color: #4e5662;
}

.button-hover-primary {
  color: #1e988d;
}

.stroke-color {
  color: #e7e7e7;
}

.stroke-color-dark {
  color: #cfc9c9;
}

.bg-tertiary-color {
  background-color: #2d3748;
}

.tertiary-color {
  color: #2d3748;
}

.footer-text-color {
  color: #abb7c2;
}

.active-color {
  color: #27ae60;
}

.inactive-color {
  color: #e2b93b;
}

.body-bg-color {
  color: #f8f9fa;
}

.white-color {
  color: #ffffff;
}

.bg-light-gray {
  background-color: #f1f1f1;
}

.strip-color {
  background-color: #e36161;
}

.badge-color {
  color: #fc4848;
}

/* 12px */
/* 14px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 28px */
/* 30px */
/* 36px */
/* 48px */
/* 60px */
/* 72px */
/* 96px */
/* 128px */
/* 16px */
/* 20px */
/* 24px */
/* 28px */
/* 28px */
/* 32px */
/* 36px */
/* 40px */
body {
  font-family: "Poppins", sans-serif !important;
  background: #f8f9fa;
}

.text-xs {
  font-size: 0.75rem;
  /* 12px */
}

.text-sm {
  font-size: 0.875rem;
  /* 14px */
}

.text-base {
  font-size: 1rem;
  /* 16px */
}

.text-lg {
  font-size: 1.125rem;
  /* 18px */
}

.text-xl {
  font-size: 1.25rem;
  /* 20px */
}

.text-xl-mid {
  font-size: 1.375rem;
  /* 22px */
}

.text-2xl {
  font-size: 1.5rem;
  /* 24px */
}

.text-2xl-mid {
  font-size: 1.75rem;
  /* 28px */
}

.text-3xl {
  font-size: 1.875rem;
  /* 30px */
}
@media (max-width: 767px) {
  .text-3xl {
    font-size: 1.5rem;
  }
}

.text-4xl {
  font-size: 2.25rem;
  /* 36px */
}

.text-5xl {
  font-size: 3rem;
  /* 48px */
}

.text-6xl {
  font-size: 3.75rem;
  /* 60px */
}

.text-7xl {
  font-size: 4.5rem;
  /* 72px */
}

.text-8xl {
  font-size: 6rem;
  /* 96px */
}

.text-9xl {
  font-size: 8rem;
  /* 128px */
}

.lheight-xs {
  line-height: 1rem;
  /* 16px */
}

.lheight-sm {
  line-height: 1.25rem;
  /* 20px */
}

.lheight-base {
  line-height: 1.5rem;
  /* 24px */
}

.lheight-lg {
  line-height: 1.75rem;
  /* 28px */
}

.lheight-xl {
  line-height: 1.75rem;
  /* 28px */
}

.lheight-2xl {
  line-height: 2rem;
  /* 32px */
}

.lheight-3xl {
  line-height: 2.25rem;
  /* 36px */
}

.lheight-4xl {
  line-height: 2.5rem;
  /* 40px */
}

.lheight-auto {
  line-height: 1;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

@media (min-width: 768px) {
  .line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.z-9 {
  z-index: 9;
}

.form-switch.dark-light-switch .icon-box-one {
  position: absolute;
  top: 7px;
  width: 100%;
}
.form-switch.dark-light-switch .icon-box-one .sun-ico {
  filter: brightness(0) invert(1);
  width: 14px;
  position: relative;
  top: 1px;
  left: 0.5px;
}
.form-switch.dark-light-switch .icon-box-one .moon-ico {
  filter: none;
  position: relative;
  top: 1px;
  left: 1px;
}
.form-switch.dark-light-switch .switch {
  width: 60px;
  height: 32px;
  border-radius: 34px;
  box-shadow: 0 2px 4px rgba(1, 1, 0, 0.1);
}
.form-switch.dark-light-switch .switch input:checked + .slider:before {
  transform: translateX(28px);
}
.form-switch.dark-light-switch .switch .slider {
  background-color: #ffffff;
  box-shadow: none;
}
.form-switch.dark-light-switch .switch .slider::before {
  bottom: 4px;
}
.form-switch.dark-light-switch .slider {
  width: 60px;
  height: 32px;
  top: 0;
}
.form-switch.dark-light-switch .slider::before {
  background: #50cec3;
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .form-switch.dark-light-switch .slider {
    height: 28px;
    top: 2px;
  }
  .form-switch.dark-light-switch .slider::before {
    top: 2px;
  }
}

.mxw-136 {
  max-width: 136px;
}

.min-h-280 {
  min-height: 280px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .ui-datepicker-calendar {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .text-5xl {
    font-size: 2.5rem;
  }
}

.navbar.navbar-expand-xl {
  position: relative;
}

.dark-logo-box {
  max-width: 170px;
  min-width: 170px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 0);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .dark-logo-box {
    left: 24px;
  }
}
.dark-logo-box > img {
  max-height: 44px;
}

.custom-left-margin {
  margin-left: 0;
  position: absolute;
  left: 31%;
}
@keyframes blinkText {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.custom-left-margin .warning-strip span {
  animation: blinkText 1s infinite;
}

.nav-manager-pay-immediately .custom-left-margin {
  left: 7%;
}
@media (max-width: 1400px) {
  .nav-manager-pay-immediately .custom-left-margin {
    left: 9%;
  }
}
.nav-manager-pay-immediately .custom-left-margin .warning-strip {
  font-size: 11.5px;
  min-height: 30px;
}
@media (min-width: 1701px) and (max-width: 2000px) {
  .nav-manager-pay-immediately .custom-left-margin .warning-strip {
    left: 10%;
  }
}
@media (max-width: 1400px) {
  .nav-manager-pay-immediately .custom-left-margin .warning-strip {
    font-size: 10.5px;
  }
}
@media (max-width: 1400px) {
  .nav-manager-pay-immediately .navbar-nav .nav-item {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .nav-manager-pay-immediately .navbar-nav .nav-item .nav-link {
    font-size: 12px !important;
  }
  .nav-manager-pay-immediately .new-dropdown-adds .space-between-box .button-group.new-tally-error .bootstrap-select > .dropdown-toggle {
    width: 165px;
  }
}

@media (min-width: 768px) {
  .custom-left-margin {
    margin-left: 0;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .custom-left-margin {
    left: 32%;
    top: 13px;
  }
}
@media (min-width: 901px) and (max-width: 1024px) {
  .custom-left-margin {
    left: 34%;
    top: 13px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .custom-left-margin {
    left: 36%;
    top: 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .custom-left-margin {
    margin-left: 135px;
    position: static;
  }
}
@media (min-width: 1281px) and (max-width: 1350px) {
  .custom-left-margin {
    left: 15%;
  }
}
@media (min-width: 1351px) and (max-width: 1380px) {
  .custom-left-margin {
    left: 11%;
  }
}
@media (min-width: 1381px) and (max-width: 1400px) {
  .custom-left-margin {
    left: 15.5%;
  }
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .custom-left-margin {
    left: 18%;
  }
}
@media (min-width: 1551px) and (max-width: 1700px) {
  .custom-left-margin {
    left: 19%;
  }
}
@media (min-width: 1701px) and (max-width: 2000px) {
  .custom-left-margin {
    left: 24%;
  }
}
@media (min-width: 2001px) {
  .custom-left-margin {
    left: 25%;
  }
}

@media (min-width: 992px) {
  .mt-32 {
    margin-top: 32px;
  }
}

.btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-align: center;
  font-family: inherit;
  border-radius: 0;
  padding: 5px 18px;
  border-radius: 10px;
  outline: 0 !important;
  position: relative;
  z-index: 2;
  transition: background 1s;
  text-transform: capitalize;
  box-shadow: none !important;
  overflow: hidden;
}
.btn.btnOutline {
  background-color: transparent !important;
  border: solid 1px #50cec3 !important;
  color: #50cec3 !important;
}
.btn.btnOutline > span {
  color: #50cec3 !important;
}
.btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 1s;
  opacity: 0.3;
  border-radius: 10px;
}
.btn::before span {
  position: relative;
  z-index: 9;
}
.btn:hover::before {
  width: 100%;
}
.btn:hover::before span {
  position: relative;
  z-index: 9;
}
.btn.btnPrimary {
  background-color: #50cec3;
  border: solid 1px #50cec3;
  color: #ffffff;
}
.btn.btnPrimary:active {
  border-color: #50cec3 !important;
  background: #50cec3 !important;
}
.btn.btnPrimary::before {
  border-color: #50cec3 !important;
  background-color: #50cec3;
  z-index: -1;
}
.btn.btnSecondary {
  background-color: #4e5662;
  border: solid 1px #4e5662;
  color: #ffffff;
}
.btn.btnSecondary::before {
  background-color: #2d3748;
  z-index: -1;
}
.btn.btnSecondary:active {
  background-color: #2d3748;
}
.btn.btnSmall {
  padding: 3px 6px;
}
@media (max-width: 768px) {
  .btn.btnSmall {
    min-width: 33px;
  }
}
.btn.btnAction {
  height: 28px;
  width: 28px;
  min-width: 28px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.btn.btnAction::before {
  border-radius: 5px;
}
.btn.btnDanger {
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #c22525;
  padding: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}
.btn.btnDanger.w-auto-text {
  width: auto;
  padding: 0 10px;
  font-size: 12px;
  min-height: 22.5px;
  line-height: 21px;
  border: solid 1px #c22525;
}
.btn.btnDanger.delete-btn {
  width: auto;
  min-width: 67px;
  max-width: 67px;
  height: 32px;
  border-radius: 10px;
  text-align: center;
}
.btn.btnDanger:active {
  background: #c22525;
  border: none;
}
.btn:disabled {
  opacity: 0.5;
}
.btn:focus {
  box-shadow: none;
}

.disable-a {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .links-text {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .links-text {
    max-width: 83%;
  }
}

.badge {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 6px 10px;
  min-width: 80px;
}
.badge.badge-success {
  border: 1px solid #27ae60;
  color: #27ae60;
}
.badge.badge-warning {
  border: 1px solid #e2b93b;
  color: #e2b93b;
}

.navbar-toggler {
  outline: 0;
  box-shadow: none !important;
}

.offcanvas .offcanvas-start {
  left: 0;
  transition: none !important;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none !important;
  left: 0;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    position: relative;
    top: 12px;
    background: rgba(1, 1, 0, 0.8);
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    height: 100vh;
  }
  .navbar-collapse .navbar-nav {
    padding: 0 15px;
  }
}

.w-220 {
  width: 220px !important;
  min-width: 220px;
}
@media (max-width: 767px) {
  .w-220 {
    width: 270px !important;
    min-width: 270px;
  }
}

.voucher-h-auto {
  min-height: calc(100vh - 160px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .voucher-h-auto {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }
}

.min-max-width-195 {
  min-width: 195px;
  max-width: 195px;
  width: 195px;
}

.min-width-180 {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}

.min-width-210 {
  min-width: 210px;
  max-width: 210px;
  width: 210px;
}

.min-width-160 {
  min-width: 160px;
  max-width: 160px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-170 {
  min-width: 170px;
}

.width-170 {
  width: 170px;
}

.gap-12 {
  gap: 12px;
}

.gap-10 {
  gap: 10px;
}

input:disabled {
  pointer-events: none;
  opacity: 0.5 !important;
}

input[readonly] {
  background-color: #e7e7e7 !important;
  opacity: 0.5;
}
input[readonly].form-control:focus {
  border: 1px solid #e7e7e7 !important;
}

.form-control {
  box-shadow: none !important;
  border-radius: 10px !important;
  height: 40px;
  border: 1px solid #e7e7e7 !important;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2d3748;
}
.form-control::-moz-placeholder {
  color: #abb7c2;
  font-weight: 400;
}
.form-control::placeholder {
  color: #abb7c2;
  font-weight: 400;
}
.form-control:focus-visible {
  outline: none;
}
.form-control.input-sm {
  height: 30px;
  border-radius: 5px !important;
}
.form-control.error {
  color: #2d3748;
}

input.form-control:focus, input.form-select:focus,
select.form-control:focus,
select.form-select:focus {
  border: solid 1px #50cec3 !important;
}

textarea.form-control {
  min-height: 86px;
  resize: none;
}

.hide-show-ico {
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 9;
}
.hide-show-ico .show-pwd-ico {
  display: inline-table;
  cursor: pointer;
}
.hide-show-ico .hide-pwd-ico {
  display: none;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-contol,
  .form-select {
    font-size: 12px;
  }
}

.wh-blank-28 {
  min-width: 28px;
  width: 28px;
  height: 28px;
}

.form-select {
  box-shadow: none !important;
  border-radius: 10px !important;
  height: 40px;
  border: 1px solid #e7e7e7 !important;
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2d3748;
}
.form-select.error {
  color: #2d3748;
}
.form-select.select-sm {
  height: 40px;
}

.checkbox-input {
  display: flex;
  align-items: center;
}
.checkbox-input > img {
  width: 24px;
}
.checkbox-input input[type=checkbox] {
  width: 24px;
  height: 24px;
  box-shadow: none !important;
  border-color: #abb7c2;
  cursor: pointer;
  border-radius: 5px;
}
.checkbox-input input[type=checkbox]:checked {
  background-color: #50cec3;
  border-color: #50cec3;
}

.pointer {
  cursor: pointer;
}

/*************Login start here**************/
.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 20px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 20px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 20px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 10px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-12 {
  margin-bottom: 12px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-12 {
  margin-top: 12px;
}

.top-0 {
  top: 0;
}

.wh-62 {
  min-width: 62px;
  min-height: 62px;
  width: 62px;
  height: 62px;
}

.wh-60 {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
}

.wh-40 {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
}

.wh-30 {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
}

.wh-16 {
  min-width: 16px;
  width: 16px;
  height: 16px;
}
.wh-16.return-w {
  min-width: 28px;
  width: 28px;
  height: 28px;
}

.wh-35 {
  min-width: 35px;
  min-height: 32px;
  width: 35px;
  height: 32px;
}

.border-rad50 {
  border-radius: 50px;
}

.border-rad10 {
  border-radius: 10px;
}

.h-min-210 {
  height: 210px;
  min-height: 210px;
}

.w-300 {
  width: 300px;
}

.w-min-180 {
  width: 180px;
  min-width: 180px;
}

.w-150 {
  width: 150px;
}

.w-120 {
  width: 120px;
}

.w-90 {
  width: 90px;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f8f9fa;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #50cec3;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .inventory-h-300 {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.br-10 {
  border-radius: 10px !important;
}

.br-top-10 {
  border-radius: 10px 10px 0 0;
}

.br-bottom-10 {
  border-radius: 0 0 10px 10px;
}

.br-30 {
  border-radius: 30px;
}

.new-w-26 {
  min-width: 26px;
}
.new-w-26 > img {
  width: 26px;
}

/*********Dropdodwn common***********/
ul.dropdown-menu {
  overflow: hidden;
  padding: 0;
}
ul.dropdown-menu li {
  border-bottom: 1px solid #e7e7e7;
}
ul.dropdown-menu li:last-child {
  border: 0;
}
ul.dropdown-menu li a {
  padding: 8px 16px;
  font-size: 0.875rem;
}

.btn span {
  position: relative;
  z-index: 9;
  color: #ffffff;
}

.min-width-120 {
  min-width: 120px;
  max-width: 120px;
}

.min-width-110 {
  min-width: 110px;
  max-width: 110px;
}

.min-width-80 {
  min-width: 80px;
  max-width: 80px;
}

.error {
  font-size: 12px;
  color: #c22525;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  width: 100%;
}

/******Disabled********/
a.disable-a[disabled] {
  opacity: 0.5;
}

.option-h-auto .table-layout-one .table-responsive {
  max-height: calc(100vh - 320px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .option-h-auto .table-layout-one .table-responsive {
    max-height: calc(100vh - 410px);
  }
}
.option-h-auto .table-layout-one .table-responsive table tbody tr td select.form-select.td-custom-select {
  max-width: 130px;
}

@media (min-width: 768px) {
  .wizard-scroll-new > form {
    min-height: calc(100vh - 220px);
    max-height: calc(100vh - 220px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-small-tabs h2.text-base {
    font-size: 13px;
  }
  .text-small-tabs span.text-sm {
    font-size: 12px;
  }
  .text-small-tabs .minw-120 {
    min-width: 90px;
  }
}

.wizard-scroll {
  min-height: calc(100vh - 220px);
  max-height: calc(100vh - 220px);
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll {
    min-height: calc(100vh - 260px);
    max-height: calc(100vh - 260px);
  }
}
.wizard-scroll.scroll-h-365 {
  min-height: calc(100vh - 365px);
  max-height: calc(100vh - 365px);
}
.wizard-scroll.scroll-h-205 {
  min-height: calc(100vh - 205px);
  max-height: calc(100vh - 205px);
}
.wizard-scroll.scroll-h-255 {
  min-height: calc(100vh - 255px);
  max-height: calc(100vh - 255px);
}
.wizard-scroll.scroll-h-260 {
  min-height: calc(100vh - 260px);
  max-height: calc(100vh - 260px);
}
.wizard-scroll.scroll-h-270 {
  min-height: calc(100vh - 232px);
  max-height: calc(100vh - 232px);
}
.wizard-scroll.scroll-h-270.new-h-scroll {
  min-height: calc(100vh - 220px);
  max-height: calc(100vh - 220px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll.scroll-h-270 {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
  }
  .wizard-scroll.scroll-h-270.tab-h-270 {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
  }
  .wizard-scroll.scroll-h-270.new-h-scroll {
    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
  }
}
.wizard-scroll.scroll-h-290 {
  min-height: calc(100vh - 232px);
  max-height: calc(100vh - 232px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-scroll.scroll-h-290 {
    min-height: calc(100vh - 330px);
    max-height: calc(100vh - 330px);
  }
}
.wizard-scroll.scroll-h-b-270 {
  min-height: calc(100vh - 175px);
  max-height: calc(100vh - 175px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll.scroll-h-b-270 {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
  }
}
.wizard-scroll.scroll-h-280 {
  min-height: calc(100vh - 280px);
  max-height: calc(100vh - 280px);
}
.wizard-scroll.scroll-h-280.scroll-h-310 {
  min-height: calc(100vh - 310px);
  max-height: calc(100vh - 310px);
}
.wizard-scroll.scroll-h-280.scroll-h-310.min-max-360 {
  min-height: calc(100vh - 315px);
  max-height: calc(100vh - 315px);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .wizard-scroll.scroll-h-280.scroll-h-310.min-max-360 {
    min-height: calc(100vh - 360px);
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.scroll-h-280.scroll-h-310.min-max-360 {
    min-height: calc(100vh - 360px);
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.scroll-h-280.scroll-h-310.min-max-360 {
    min-height: calc(100vh - 405px);
    max-height: calc(100vh - 405px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-scroll.scroll-h-280 {
    min-height: calc(100vh - 370px);
    max-height: calc(100vh - 370px);
  }
}
.wizard-scroll.scroll-info-170 {
  min-height: calc(100vh - 170px);
  max-height: calc(100vh - 170px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-scroll.scroll-info-170 {
    min-height: calc(100vh - 230px);
    max-height: calc(100vh - 230px);
  }
}
.wizard-scroll.scroll-h-auto {
  max-height: unset;
}
.wizard-scroll.scroll-h-auto .table-layout-one .table-responsive {
  max-height: calc(100vh - 205px);
}
.wizard-scroll.scroll-h-200 {
  min-height: calc(100vh - 164px);
  max-height: calc(100vh - 164px);
}
.wizard-scroll.scroll-h-350 {
  min-height: calc(100vh - 350px);
  max-height: calc(100vh - 350px);
}
.wizard-scroll.scroll-h-158 {
  min-height: calc(100vh - 158px);
  max-height: calc(100vh - 158px);
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .view-staff-tabs .wizard-scroll.scroll-h-280 {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-staff-tabs .wizard-scroll.scroll-h-280 {
    min-height: calc(100vh - 400px);
    max-height: calc(100vh - 400px);
  }
}

@media (max-width: 991px) {
  .m-t-devices {
    flex-direction: column;
    padding-top: 10px;
  }
  .m-t-devices button {
    margin-top: 10px;
  }
  .m-t-devices button,
  .m-t-devices a {
    width: 100%;
    padding: 9px 18px;
  }
}

ul.nav.nav-pills.mb-2 {
  margin-bottom: 1rem !important;
}

.scroll-new-215 {
  min-height: calc(100vh - 240px);
  max-height: calc(100vh - 240px);
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .scroll-new-215 {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
  }
}

/**********Select dropdown**********/
.width-138 {
  max-width: 138px;
  min-width: auto;
  width: 138px;
}

.button-alignments .btnDanger {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .button-alignments .btnDanger {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .button-alignments .btnDanger {
    margin-top: 30px !important;
  }
}
@media (max-width: 991px) {
  .button-alignments .btnPrimary {
    margin-top: 0px !important;
  }
}

.flex-1 {
  flex: 1;
}

.space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu {
  max-height: initial !important;
  min-height: auto !important;
  overflow: visible !important;
}
.space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu > .inner {
  max-height: 150px !important;
  min-height: auto !important;
}
.space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li:last-child {
  border-bottom: 0;
}
.space-between-box.drop-full-height.group-icons .button-group .bootstrap-select > .dropdown-menu .dropdown-menu .dropdown-item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 292px;
}
.space-between-box.drop-full-height.group-icons .button-group .bootstrap-select > .dropdown-menu .dropdown-menu .dropdown-item span.text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 290px;
}
.space-between-box.drop-full-height.drop-h-user .button-group .dropdown-menu {
  max-width: 162px;
}
.space-between-box.drop-full-height.drop-h-user .button-group .bootstrap-select > .dropdown-menu {
  min-height: auto !important;
}
.space-between-box.drop-full-height.drop-h-user .button-group .bootstrap-select > .dropdown-menu > .inner {
  max-height: 150px !important;
}
.space-between-box.drop-full-height.drop-h-user .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li:last-of-type, .space-between-box.drop-full-height.drop-h-user .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li:last-child {
  border-bottom: 0 !important;
}
.space-between-box.drop-full-height.search-icon-remove .button-group .bootstrap-select > .dropdown-menu > .inner {
  max-height: 175px !important;
}
.space-between-box.drop-full-height.search-icon-remove .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li a span {
  max-width: 270px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.space-between-box.drop-full-height.search-icon-remove .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li:last-of-type, .space-between-box.drop-full-height.search-icon-remove .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li:last-child {
  border-bottom: 0 !important;
}

.space-between-box .button-group .bootstrap-select {
  position: relative;
}
.space-between-box .button-group .bootstrap-select .dropdown-toggle {
  background-color: transparent;
  outline: 0;
  border: 0;
}
.space-between-box .bootstrap-select .dropdown-toggle:focus,
.space-between-box .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: 0 !important;
}
.space-between-box.min-dropdown-hauto .button-group .bootstrap-select > .dropdown-menu {
  min-height: initial !important;
}

table thead tr th.select-input-th .bootstrap-select .filter-option .filter-option-inner .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 165px;
}

.w-28 {
  width: 25px;
  height: 25px;
}
.w-28 > img {
  width: 13px;
}

.maxw-250 {
  max-width: 250px;
  width: 250px;
}

.maxw-125 {
  max-width: 125px;
  width: 125px;
}
.maxw-125 .checkbox-input {
  justify-content: center;
  width: 125px;
}

.maxw-95 {
  width: 95px;
  max-width: 95px;
}

.email-h-auto {
  max-height: 245px;
  overflow: auto;
  overflow-x: hidden;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .email-h-auto {
    max-height: 302px;
  }
}
@media (min-width: 1400px) {
  .email-h-auto {
    max-height: 245px;
  }
}

.emoji-macros.emoz-new {
  max-height: 221px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 7px;
}
@media (max-width: 1399px) {
  .emoji-macros.emoz-new {
    max-height: 70px;
    margin-top: 5px;
  }
  .emoji-macros.emoz-new a {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .text-tab-wrap {
    text-wrap: wrap !important;
  }
}

.home-login-wrap .input-group.search-input input {
  background: #ffffff;
}
@media (min-width: 1200px) {
  .home-login-wrap .input-group.search-input input {
    padding-right: 15px;
  }
}
.home-login-wrap button:focus-visible,
.home-login-wrap a:focus-visible {
  border: solid 1px #c22525 !important;
}

.ellipses-one {
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}
.ellipses-one > .text-truncate {
  max-width: 200px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .resource-table-fixed .ellipses-one {
    min-width: 180px;
    max-width: 180px;
    width: 180px;
  }
}

.ellipses-two {
  min-width: 200px;
  max-width: 500px;
  width: 500px;
}
.ellipses-two > .text-truncate {
  max-width: 500px;
}
.ellipses-two > .text-truncate.trun-w-two {
  width: 400px;
  max-width: 400px;
}

.ellipses-three {
  min-width: 200px;
  max-width: 330px;
  width: 330px;
}
.ellipses-three > .text-truncate {
  max-width: 330px;
}

.text-clamp3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.para-h1 {
  min-height: 16px;
}

.minw-34 {
  min-width: 34px;
  width: 34px;
}

.minw-38 {
  min-width: 38px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.minw-38 > img {
  max-height: 38px;
}

.maxw-350 {
  max-width: 350px;
}

.maxw-120 {
  max-width: 120px;
  width: 120px;
}
.maxw-120 .td-inputs .form-control {
  width: 120px;
}

@media (max-width: 1199px) {
  .w100 {
    width: 100%;
  }
}

.minw-290 {
  min-width: 290px;
}

.minw-180 {
  min-width: 180px;
}

@media (min-width: 1024px) {
  .minw-300 button.dropdown-toggle {
    min-width: 200px;
    max-width: 200px;
  }
}

.width-50 {
  width: 50px;
  max-width: 50px;
}

@media (min-width: 768px) {
  .maxw-275 {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .maxw-275 {
    white-space: pre-wrap;
  }
}

.line-initial {
  line-height: inherit;
}

@media (min-width: 768px) {
  .mxw-250 {
    max-width: 250px;
  }
}

@media (min-width: 768px) {
  .mxw-220 {
    max-width: 195px;
  }
}

@media (min-width: 768px) {
  .min-width-400 {
    min-width: 400px;
  }
}

.maxw-160 {
  max-width: 160px;
  width: 160px;
  min-width: 160px;
}

.maxw-400 {
  max-width: 400px;
  width: 400px;
}

.maxw-290 {
  max-width: 290px;
}
.maxw-290 .file-upload {
  min-height: 133px;
}
.maxw-290 .file-upload .file-label {
  text-align: center;
}

.error-file-msg {
  position: absolute;
  bottom: 13px;
}
.error-file-msg p {
  margin-bottom: 0px;
}

.ellipses-two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
}
@media (min-width: 767px) {
  .ellipses-two-line {
    min-height: initial;
  }
}

.w-22 {
  min-width: 22px;
}

.h40 {
  height: 40px;
}

.min-h400 {
  min-height: 400px;
}

.no-card-box {
  max-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
}
.no-card-box .text-top-one {
  position: absolute;
  top: 6px;
}

.min-width-250 {
  min-width: 250px;
  max-width: 250px;
}

@media (max-width: 575px) {
  .w-m-100 {
    width: 100%;
  }
}

input[readonly].date-picker-icon {
  background-color: transparent !important;
  opacity: 1;
}

.product-search input {
  font-size: 13px !important;
}

.loader-center > img {
  display: flex;
  margin: auto;
  margin-top: 10px;
}
.loader-center.loader-dashboard {
  z-index: 999 !important;
}

.mt-10 {
  margin-top: 10px;
}

.min-h-500 {
  min-height: 500px;
}

.w-99 {
  width: 99px;
  min-width: 99px;
}

.w-84 {
  width: 84px;
  min-width: 84px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-6 {
  padding-top: 6px;
}

.mxw-170 {
  max-width: 170px;
  min-width: 170px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .mxw-170 {
    max-width: 120px;
    min-width: 120px;
  }
}

.dropdown .dropdown-menu.add-drop-width {
  max-width: 130px;
  min-width: 130px;
}

.paratext-error {
  min-height: 30px;
  margin-top: -10px;
}
.paratext-error .error {
  color: #c22525 !important;
}

@media (max-width: 991px) {
  body.body-bg-hidden {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  body.body-bg-hidden .bg-dark-black {
    background-color: #010100;
    min-height: 100vh;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-wrap.bg-dark-black {
    background-color: transparent;
  }
}

.bg-dark-black {
  background-color: #010100;
}

.pt-100 {
  padding-top: 100px;
}

.top-header {
  padding: 0;
  border-bottom: solid 1px #e7e7e7;
  position: sticky;
  top: 0px;
  background: #f8f9fa;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-header {
    position: relative;
  }
}
.top-header .new-logo-nav > .brand-new-logo {
  display: none;
}
@media (max-width: 1200px) {
  .top-header .new-logo-nav button.navbar-toggler {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .top-header .navbar button.navbar-toggler {
    padding: 4px;
  }
  .top-header .navbar button.navbar-toggler .navbar-toggler-icon {
    width: 24px;
    height: 20px;
  }
}
@media (max-width: 1199px) {
  .top-header .navbar .dark-logo-box .light-logo {
    max-width: 110px;
  }
}
.top-header .navbar .navbar-nav {
  align-items: center;
}
@media (max-width: 1200px) {
  .top-header .navbar .navbar-nav {
    align-items: start;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .top-header .navbar .navbar-nav li .form-switch h3 {
    color: #ffffff;
  }
}
.top-header .navbar .navbar-nav .nav-item {
  padding-left: 11px;
  padding-right: 11px;
}
.top-header .navbar .navbar-nav .nav-item.active .nav-link::before, .top-header .navbar .navbar-nav .nav-item:hover .nav-link::before {
  background-color: #50cec3;
  width: 100%;
}
.top-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3748;
  position: relative;
  padding: 0px;
}
.top-header .navbar .navbar-nav .nav-item .nav-link.no-border::before {
  content: unset;
}
@media (max-width: 1199px) {
  .top-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px;
    color: #ffffff;
  }
  .top-header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    min-width: 250px;
    background-image: url("../Images/icons/white-arrow.svg");
  }
}
@media (max-width: 575px) {
  .top-header .navbar .navbar-nav .nav-item .nav-link {
    min-width: 100px;
  }
}
.top-header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #50cec3;
  margin: auto;
  inset: auto 0 -7px 0;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .top-header .navbar .navbar-nav .nav-item .nav-link::before {
    inset: auto 0 4px 0;
    content: unset;
  }
}
.top-header .navbar .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
@media (max-width: 767px) {
  .top-header .navbar .navbar-nav .nav-item {
    width: 100%;
  }
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu[data-bs-popper] {
  right: 0;
  left: auto;
}
.dropdown a.dropdown-toggle {
  position: relative;
}
.dropdown a.dropdown-toggle::after {
  border: 0;
  background-image: url("../Images/icons/arrow-down.svg");
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  left: -1px;
}
.dropdown .dropdown-menu {
  border: 1px solid #e7e7e7;
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2d3748;
}
@media (max-width: 767px) {
  .dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
  }
}
.dropdown .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.875rem;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 99;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.custom-button-drodown .dropdown .dropdown-menu[data-popper-placement] {
  right: 0 !important;
  left: auto !important;
}

aside {
  overflow: auto;
  /* width */
}
aside::-webkit-scrollbar {
  width: 0;
}
aside ul.nav-pills li.nav-item a.nav-link {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #818c9f;
  line-height: initial;
  padding: 12px;
  gap: 12px;
  margin: 0 12px 2px 12px;
}
aside ul.nav-pills li.nav-item a.nav-link span.user-icons {
  background-color: #ffffff;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 10px;
  box-shadow: 0px 3.5px 5.5px 0px rgba(1, 1, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
aside ul.nav-pills li.nav-item a.nav-link.actives {
  background-color: #ffffff;
  color: #2d3748;
  box-shadow: 0px 3.5px 5.5px 0px rgba(1, 1, 0, 0.05);
}
aside ul.nav-pills li.nav-item a.nav-link.actives span {
  background-color: #50cec3;
}
aside ul.nav-pills li.nav-item a.nav-link.actives span img {
  filter: brightness(0) invert(1);
}
aside ul.nav-pills li.nav-item:hover a.nav-link {
  background-color: #ffffff;
  color: #2d3748;
  box-shadow: 0px 3.5px 5.5px 0px rgba(1, 1, 0, 0.05);
}
aside ul.nav-pills li.nav-item:hover a.nav-link span {
  background-color: #50cec3;
}
aside ul.nav-pills li.nav-item:hover a.nav-link span img {
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  .home-login-wrap .input-group.search-input input.form-control {
    max-width: 250px;
    min-width: 250px;
  }
}

.search-input {
  max-width: 302px;
}
@media (min-width: 1200px) {
  .search-input.mxw-100 {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .search-input {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .search-input {
    max-width: 420px;
  }
}
.search-input .form-control {
  box-shadow: none !important;
  border-radius: 10px !important;
  height: 40px;
  border: 1px solid #e7e7e7 !important;
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2d3748;
  padding-right: 40px;
}
.search-input .form-control::-moz-placeholder {
  color: #abb7c2;
  font-weight: 400;
}
.search-input .form-control::placeholder {
  color: #abb7c2;
  font-weight: 400;
}
.search-input .input-group-append {
  z-index: 8;
}
.search-input .input-group-append .search-button {
  background: transparent;
  outline: 0;
  position: absolute;
  top: 7px;
  right: 0.875rem;
}
.search-input .input-group-append .search-button img {
  width: 16px;
}

.table-layout-one .table-responsive {
  overflow: auto;
  min-height: 40px;
}
.table-layout-one table {
  margin-bottom: 0;
}
.table-layout-one table.table-height {
  min-height: 450px;
}
.table-layout-one table thead tr {
  background-color: #f5f5f5;
}
.table-layout-one table thead tr th {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2d3748;
  letter-spacing: 0.5px;
  background-color: #f5f5f5;
  padding: 8.5px 12px;
  height: 40px;
  text-wrap: nowrap;
  vertical-align: middle;
  position: sticky;
  top: 0;
  z-index: 9;
  white-space: nowrap;
  line-height: initial;
}
.table-layout-one table thead tr th button {
  padding: 0 0;
}
.table-layout-one table tbody tr:last-child td {
  border-bottom: 0px;
  overflow: hidden;
}
.table-layout-one table tbody tr td {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2d3748;
  padding: 5px 12px;
  line-height: 29px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tab-responsive-one .services-dropdown {
    max-width: 150px;
  }
  .tab-responsive-one .services-dropdown .bootstrap-select {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .right-section-wrapper {
    min-height: calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
  }
  .right-section-wrapper::-webkit-scrollbar {
    width: 7px;
    border-radius: 2px;
  }
  .right-section-wrapper::-webkit-scrollbar-track {
    background: #f8f9fa;
  }
  .right-section-wrapper::-webkit-scrollbar-thumb {
    background: #50cec3;
  }
}
.right-section-wrapper.right-blank-page {
  min-height: unset;
  max-height: unset;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.right-section-wrapper.right-blank-page footer {
  position: static;
}

.sidebar-icon-pos {
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .sidebar-icon-pos {
    position: relative;
  }
}

.table-layout-one {
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  overflow: hidden;
}
.table-layout-one.no-radius {
  border-radius: 0;
}
.table-layout-one.no-radius table thead tr th:first-child,
.table-layout-one.no-radius table thead tr th:last-child {
  border-radius: 0;
}
.table-layout-one .table-responsive {
  background: #ffffff;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
}
@media (min-width: 768px) {
  .table-layout-one .table-responsive {
    max-height: calc(100vh - 180px);
  }
  .table-layout-one .table-responsive.wizard-scroll.max-355vh {
    max-height: calc(100vh - 355px);
    min-height: 200px;
  }
  .table-layout-one .table-responsive.wizard-scroll.min-max-550 {
    max-height: 550px;
  }
  .table-layout-one .table-responsive.wizard-scroll.max-330vh {
    max-height: calc(100vh - 330px);
    min-height: 200px;
  }
  .table-layout-one .table-responsive.wizard-scroll.max-285vh {
    max-height: calc(100vh - 285px);
    min-height: 200px;
  }
  .table-layout-one .table-responsive.max-h-345 {
    max-height: 345px !important;
  }
  .table-layout-one .table-responsive.min-h-210 {
    max-height: calc(100vh - 223px);
  }
  .table-layout-one .table-responsive.edit-center-scroll {
    max-height: calc(100vh - 225px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-layout-one .table-responsive {
    max-height: calc(100vh - 235px);
  }
  .table-layout-one .table-responsive.tab-min-260 {
    max-height: calc(100vh - 275px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.edit-center-scroll {
    max-height: calc(100vh - 247px);
  }
}
.table-layout-one .table-responsive::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.table-layout-one .table-responsive::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.table-layout-one .table-responsive::-webkit-scrollbar-thumb {
  background: #50cec3;
}

@media (min-width: 1200px) {
  .default-table-scroll .login-h-cards {
    min-height: calc(100vh - 175px);
    max-height: calc(100vh - 175px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .default-table-scroll .login-h-cards {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .text-size-sm {
    font-size: 14px;
  }
}

.line-height-1 {
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .locate-tab select {
    max-width: 270px;
  }
}

ul.social-privacy li {
  list-style: none;
  position: relative;
}
ul.social-privacy li a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #abb7c2;
  text-decoration: none;
}
ul.social-privacy li a:hover {
  color: #2d3748;
}
ul.social-privacy li a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 4px;
  left: auto;
  right: -9px;
  background-color: #abb7c2;
}
ul.social-privacy li:last-child a::after {
  display: none;
}

footer {
  background: #f8f9fa;
  margin-top: 0;
  padding: 10px 24px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  footer {
    width: 100%;
    position: static;
    margin-top: 24px;
  }
}

.text-place-color {
  color: #868686;
}

.create-tab-ui ul.nav.nav-pills {
  overflow: hidden;
  border: solid 1px #e7e7e7;
}
@media (max-width: 767px) {
  .create-tab-ui ul.nav.nav-pills {
    background: transparent !important;
    border: 0;
    border-radius: 0px !important;
  }
}
.create-tab-ui ul.nav.nav-pills li {
  flex: 1;
}
.create-tab-ui ul.nav.nav-pills li button {
  min-height: 45px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3748;
  background: #ffffff;
  gap: 1rem;
  border-right: solid 1px #e7e7e7;
  border-radius: 0px;
  position: relative;
  transition: 0s all;
}
.create-tab-ui ul.nav.nav-pills li button::after {
  content: "";
  position: absolute;
  right: -15px;
  border: solid 1px #e7e7e7;
  border-bottom: 0;
  border-left: 0;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  display: block;
  z-index: 8;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .create-tab-ui ul.nav.nav-pills li button::after {
    display: none;
  }
}
.create-tab-ui ul.nav.nav-pills li button.active, .create-tab-ui ul.nav.nav-pills li button:hover {
  color: #2d3748;
}
.create-tab-ui ul.nav.nav-pills li button.active::before, .create-tab-ui ul.nav.nav-pills li button:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: #50cec3;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  display: block;
  left: 0;
}
.create-tab-ui ul.nav.nav-pills li button span.circles-round {
  min-width: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #50cec3;
  border: solid 2px #50cec3;
  color: #ffffff;
}
.create-tab-ui ul.nav.nav-pills li button span.circles-round.fill-circle {
  position: relative;
  font-size: 0px;
}
.create-tab-ui ul.nav.nav-pills li button span.circles-round.fill-circle::after {
  content: "";
  background-image: url(../Images/icons/fill-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  .create-tab-ui ul.nav.nav-pills li {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    background-color: transparent !important;
  }
  .create-tab-ui ul.nav.nav-pills li button {
    padding-left: 30px;
    border: solid 1px #e7e7e7;
  }
}
.create-tab-ui ul.nav.nav-pills li:first-child button {
  padding-left: 30px;
}
.create-tab-ui ul.nav.nav-pills li:last-child button {
  border-right: 0;
}
@media (max-width: 767px) {
  .create-tab-ui ul.nav.nav-pills li:last-child button {
    border-right: solid 1px #e7e7e7;
  }
}
.create-tab-ui ul.nav.nav-pills li a {
  text-decoration: none;
}
.create-tab-ui .tab-content .scroll {
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.create-tab-ui .tab-content .table.table-input-text td .td-inputs input.form-control {
  border-radius: 4px 4px 0 0 !important;
  height: 27px;
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.create-tab-ui.tab2 .tab2-inner {
  min-height: calc(100vh - 210px);
  max-height: calc(100vh - 210px);
  overflow: auto;
  border-radius: 0 0 10px 10px;
}
.create-tab-ui.tab2 .tab2-inner .table-layout-one {
  border-radius: 0 0 10px 10px;
}
.create-tab-ui.tab2 .tab2-inner .table-layout-one .table-responsive {
  max-height: -moz-max-content;
  max-height: max-content;
}
.create-tab-ui.tab2 .tab2-inner .table-layout-one .table-responsive table tr th:first-child {
  border-top-left-radius: 0;
}
.create-tab-ui.tab2 .tab2-inner .table-layout-one .table-responsive table tr th:last-child {
  border-top-right-radius: 0;
}
.create-tab-ui.tab2 ul.nav.nav-pills {
  border: none;
  border-bottom: 1px solid #50cec3;
  background: transparent !important;
}
@media (max-width: 767px) {
  .create-tab-ui.tab2 ul.nav.nav-pills {
    background: transparent !important;
    border: 0;
    border-radius: 0px !important;
  }
}
.create-tab-ui.tab2 ul.nav.nav-pills li {
  flex: 0 0 160px;
  margin-right: 5px;
}
.create-tab-ui.tab2 ul.nav.nav-pills li button {
  min-height: 45px;
  justify-content: center;
  padding-left: 15px;
  border-radius: 12px 12px 0 0;
  border: none;
  text-wrap: nowrap;
}
.create-tab-ui.tab2 ul.nav.nav-pills li button::after {
  content: unset;
}
.create-tab-ui.tab2 ul.nav.nav-pills li button.active, .create-tab-ui.tab2 ul.nav.nav-pills li button:hover {
  color: #ffffff;
  background: #50cec3;
}
.create-tab-ui.tab2 ul.nav.nav-pills li button.active::before, .create-tab-ui.tab2 ul.nav.nav-pills li button:hover::before {
  content: unset;
}
@media (max-width: 767px) {
  .create-tab-ui.tab2 ul.nav.nav-pills li {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    background-color: transparent !important;
  }
}
.create-tab-ui.tab2 ul.nav.nav-pills li:first-child button {
  padding-left: 15px;
}
.create-tab-ui.tab2 ul.nav.nav-pills li:last-child button {
  border-right: 0;
}
@media (max-width: 767px) {
  .create-tab-ui.tab2 ul.nav.nav-pills li:last-child button {
    border-right: solid 1px #e7e7e7;
  }
}
.create-tab-ui.view-staff-tabs .create-tab-ui.tab2 ul.nav.nav-pills {
  justify-content: flex-start;
}
.create-tab-ui.view-staff-tabs .create-tab-ui.tab2 ul.nav.nav-pills li {
  flex: initial;
}
.create-tab-ui.view-staff-tabs .create-tab-ui.tab2 ul.nav.nav-pills li button {
  padding-left: 16px !important;
}
@media (min-width: 1280px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills li {
    flex: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills li {
    flex: none;
  }
}
.create-tab-ui.view-staff-tabs ul.nav.nav-pills li button {
  gap: 7px;
  text-align: left;
  white-space: nowrap;
  font-size: 13px;
  padding-left: 30px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills li button {
    padding-right: 30px;
  }
}
@media (min-width: 1280px) and (max-width: 1340px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills li button {
    padding-left: 24px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills li button {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .create-tab-ui.view-staff-tabs ul.nav.nav-pills li button {
    padding-right: 20px;
    font-size: 12px;
  }
}
.create-tab-ui.view-staff-tabs ul.nav.nav-pills li button span.circles-round {
  min-width: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.create-tab-ui.view-staff-tabs ul.nav.nav-pills li:first-child button {
  padding-left: 16px !important;
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button {
    font-size: 12px;
    padding-left: 28px !important;
  }
}
@media (min-width: 1251px) and (max-width: 1399px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button {
    font-size: 12px;
    padding-left: 30px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .view-clients-custom .search-input {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .view-clients-custom .search-input input.form-control {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 1199px) {
  .view-clients-custom .search-input {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.td-inputs input.form-control {
  border: none !important;
  border-bottom: solid 1px #50cec3;
  box-shadow: none !important;
  border-radius: 0px !important;
  border-bottom: solid 1px #e5e5e5 !important;
  background: rgba(80, 206, 195, 0.08);
  height: 27px;
}
.td-inputs p {
  text-align: left;
}

.accordion .accordion-item {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item:focus-visible {
  outline: none;
}
.accordion .accordion-item .accordion-header {
  border-radius: 10px;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header.active .accordion-button .rotate-icon {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header:focus-visible {
  outline: none;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3748;
  background: #ffffff;
  box-shadow: none;
  line-height: 20px;
  padding: 12px 16px !important;
  padding-right: 50px !important;
  transition: 0s all;
}
.accordion .accordion-item .accordion-header .accordion-button.right-0-auto::after {
  right: 0;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  right: 16px;
  background-image: url(../Images/icons/accordionArrow.svg);
  width: 21px;
  height: 22px;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 12px 0 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion.accordion {
  padding: 0 16px;
  margin-bottom: 16px;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion.accordion:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion.accordion .accordion-header {
  border-radius: 10px 10px 0 0;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion .accordion-item .accordion-header .accordion-button {
  padding: 10px 16px !important;
  padding-right: 60px !important;
  border-radius: 0px;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion .accordion-item .accordion-header .accordion-button::after {
  right: 24px;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}

.login-form form .forgot-pass {
  right: 0;
  bottom: -22px;
  z-index: 99;
}
.login-form form .forgot-pass:hover {
  color: #ffffff;
}

.banner-bg {
  background-image: url("../Images/bg-login.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  min-height: 100vh;
  background-attachment: unset;
  /*****************Appointment section starts here**********************/
}
@media (max-width: 1199px) {
  .banner-bg {
    min-height: 440px;
    background-attachment: unset;
  }
}
.banner-bg.forgot-bg {
  background-image: url("../Images/forgot-banner.png");
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-attachment: unset;
  overflow: hidden;
}
.banner-bg.forgot-bg .header-white-label {
  min-height: 100vh;
}
.banner-bg.forgot-bg .header-white-label .navbar-brand {
  top: 20px;
}
.banner-bg.forgot-bg .wrap-login-box {
  top: 15px;
}
@media (max-width: 991px) {
  .banner-bg.forgot-bg .wrap-login-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-bg.forgot-bg .wrap-login-box .search-input {
    max-width: 100%;
  }
  .banner-bg.forgot-bg .wrap-login-box .search-input .form-control {
    max-width: 100%;
    width: 100%;
  }
  .banner-bg.forgot-bg .wrap-login-box .btnPrimary {
    width: 100%;
    margin-top: 10px;
  }
}
.banner-bg.forgot-bg .search-input .form-control {
  max-width: 250px;
  height: 40px;
}
.banner-bg.forgot-bg .login-form {
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  align-items: center;
}
.banner-bg.forgot-bg .login-form .home-login-wrap {
  width: 470px;
  max-width: 100%;
  border-radius: 10px;
  padding: 24px;
  background: rgba(1, 1, 0, 0.75);
}
.banner-bg.forgot-bg .login-form .home-login-wrap input.form-control,
.banner-bg.forgot-bg .login-form .home-login-wrap button.btnPrimary {
  height: 50px;
}
@media (max-width: 575px) {
  .banner-bg.forgot-bg .login-form .home-login-wrap {
    width: 100%;
  }
}
.banner-bg.forgot-bg .navbar-brand {
  position: absolute;
  top: 20px;
  left: 12px;
}
@media (max-width: 575px) {
  .banner-bg.forgot-bg .navbar-brand {
    left: 15px;
  }
}
.banner-bg.home {
  background-image: url("../Images/home.svg");
}
@media (max-width: 767px) {
  .banner-bg.home .home-login-wrap {
    background-color: rgba(1, 1, 0, 0.8);
    border-radius: 10px;
    padding: 0;
    height: 91vh;
  }
}
.banner-bg.home .header-wrap {
  z-index: 9;
}
.banner-bg.home .header-wrap .navbar-collapse {
  display: none;
}
@media (max-width: 991px) {
  .banner-bg.home .header-wrap .new-login-forms {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    margin: auto;
  }
  .banner-bg.home .header-wrap .new-login-forms .search-input {
    max-width: 100%;
    width: 420px;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 575px) {
  .banner-bg.home .header-wrap .new-login-forms .search-input {
    max-width: 100%;
    width: 300px;
  }
}
@media (max-width: 450px) {
  .banner-bg.home .header-wrap .new-login-forms .search-input {
    max-width: 100%;
    width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-bg.home .header-wrap .navbar .navbar-collapse {
    margin: auto;
    align-items: flex-start;
  }
  .banner-bg.home .header-wrap .new-login-forms {
    display: flex;
    justify-content: flex-end;
  }
}
.banner-bg.appointment-main {
  background-image: url("../Images/oppointment.png");
  min-height: auto;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .banner-bg.appointment-main {
    padding: 40px 0;
  }
}
.banner-bg.appointment-main .right-inner-images .right-images img {
  border-radius: 50px;
}

/*****************Feature section starts here**********************/
.feature-main .feature-inner .feature-box {
  padding: 74px 0;
}
@media (max-width: 1199px) {
  .feature-main .feature-inner .feature-box {
    padding: 0;
  }
  .feature-main .feature-inner .feature-box .text-lg {
    font-size: 14px;
  }
}
.feature-main .feature-inner .feature-box .round-icon {
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .feature-main .feature-inner .feature-box .round-icon {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
  }
  .feature-main .feature-inner .feature-box .round-icon > img {
    max-width: 22px;
  }
}
.feature-main .feature-inner .feature-box .round-icon + div {
  word-wrap: break-word;
  word-break: break-word;
}

/*********Mobile section starts here***********/
@media (max-width: 1199px) {
  .mobile-main .phone-imb-box {
    display: flex;
    justify-content: center;
  }
  .mobile-main .phone-imb-box > img {
    max-width: 300px;
  }
}
.mobile-main .customer-mobile ul > li {
  padding: 0 0 24px 33px;
  position: relative;
}
@media (max-width: 1199px) {
  .mobile-main .customer-mobile ul > li {
    padding: 0 0 6px 30px;
    font-size: 15px;
  }
  .mobile-main .customer-mobile ul > li::before {
    width: 18px !important;
    height: 18px !important;
  }
}
.mobile-main .customer-mobile ul > li:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url("../Images/icons/star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}

/*********Slider 2 section starts here***********/
.slider2-main {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .slider2-main {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .slider2-main .owl-stage {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .slider2-main .owl-carousel {
    padding-left: 0% !important;
  }
}
.slider2-main .slider-imgs-text .slider-imgs-text-inner {
  padding-left: 16%;
  overflow: hidden;
  padding-right: 0;
}
@media (min-width: 1400px) {
  .slider2-main .slider-imgs-text .slider-imgs-text-inner {
    padding-left: calc(100vw - 85%);
  }
}
@media (max-width: 1366px) {
  .slider2-main .slider-imgs-text .slider-imgs-text-inner {
    padding-left: 12%;
  }
}
@media (max-width: 991px) {
  .slider2-main .slider-imgs-text .slider-imgs-text-inner {
    padding-left: 14px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .slider2-main .slider-imgs-text .slider-imgs-text-inner {
    padding-left: 14px;
  }
}

/*********Salon section starts here***********/
@media (max-width: 767px) {
  .mxw-90 {
    max-width: 80%;
  }
}

@media (max-width: 450px) {
  .testimonial-main .mxw-90 {
    max-width: 70%;
  }
  .testimonial-main .mxw-90.text-3xl {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .testimonial-main .owl-carousel .owl-nav {
    top: -88px !important;
  }
}
.testimonial-main.pt-3 {
  padding-top: 0 !important;
}

.salon-main .salon-inner {
  margin-top: 125px;
  min-height: 325px;
}
@media (max-width: 1199px) {
  .salon-main .salon-inner .pb-40 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .salon-main .salon-inner {
    margin-top: 100px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .salon-main .salon-inner {
    margin-top: 70px;
  }
}
.salon-main .salon-inner .salon-inner-img {
  top: -100px;
}
@media (max-width: 1199px) {
  .salon-main .salon-inner .salon-inner-img > img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .salon-main .salon-inner .salon-inner-img {
    top: -70px;
  }
}
.salon-main .salon-inner .salon-inner-img .leaf {
  bottom: -40px;
  right: -30px;
}
@media (max-width: 1199px) {
  .salon-main .salon-inner .salon-inner-img .leaf {
    bottom: -22px;
    right: -13px;
  }
}
.salon-main .salon-inner .salon-inner-data {
  margin-top: -65px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .salon-main .salon-inner .salon-inner-data {
    margin-top: -62px;
  }
}

.free-main {
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .free-main {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .free-main {
    margin-top: 20px;
    padding: 25px 0;
  }
}
.free-main .free-img {
  margin-top: -95px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .free-main .free-img {
    display: flex;
  }
  .free-main .free-img > img {
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .free-main .free-img {
    margin-top: 0;
  }
}

.contact-main .search-input {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .contact-main .pt0 {
    padding-top: 0 !important;
  }
}
.contact-main .contact-right {
  border-left: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .contact-main .contact-right {
    border: 0;
  }
}
.contact-main .contact-right .text-data {
  color: #4e5662;
}
@media (max-width: 767px) {
  .contact-main .contact-right .text-data {
    font-size: 15px;
  }
}
.contact-main .contact-right .text-data:hover, .contact-main .contact-right .text-data:focus, .contact-main .contact-right .text-data:active {
  color: #2d3748;
}

.icon {
  font-size: 30px;
  cursor: pointer;
}

.sidebar {
  transition: 0.3s ease-in-out;
  box-shadow: 0px 7px 25px 0px rgba(1, 1, 0, 0.12);
  top: 53px !important;
  background-color: #f8f9fa;
  visibility: hidden;
}
.sidebar.show {
  visibility: visible;
  transform: none;
}
@media (max-width: 1199px) {
  .sidebar {
    top: 56px !important;
  }
}

/**********Select with search input in table th*********/
table thead tr th:first-child {
  border-top-left-radius: 10px;
}
table thead tr th:last-child {
  border-top-right-radius: 10px;
}
table thead tr th.select-input-th {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
table thead tr th.select-input-th.right-btn-space .select-input .btn {
  background-position: top 6px right 0;
  max-width: 400px;
  padding-right: 15px;
}
table thead tr th.select-input-th.right-btn-space .bootstrap-select .filter-option .filter-option-inner .filter-option-inner-inner {
  max-width: unset;
}
table thead tr th.select-dropdown-th {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
table thead tr th.select-dropdown-th .custom-dropdown a::after {
  position: absolute;
  left: unset;
  right: 0;
  background-image: url(../Images/icons/arrow-down.svg);
}
table thead tr th .select-input {
  background-color: transparent;
  border: 0 !important;
}
table thead tr th .select-input .btn {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
}
table thead tr th .select-input .btn:hover::before,
table thead tr th .select-input .btn:hover::after {
  opacity: 0;
  border: none;
}
table thead tr th .select-input.active_status .btn {
  width: 120px;
}
table thead tr th .select-input.active_status .dropdown-menu.show {
  min-width: 120px;
  max-width: 120px;
  padding: 0;
}
table thead tr th .select-input.active_status .dropdown-menu .inner {
  overflow-x: hidden !important;
}
table thead tr th .select-input.pkgType > .dropdown-menu.show {
  min-width: 165px;
  max-width: 165px;
  margin-top: 7px !important;
  padding: 0;
}
table thead tr th .select-input > .dropdown-menu.show {
  min-width: 228px;
  max-width: 228px;
  margin-top: 9px !important;
  padding: 0;
}
table thead tr th .bootstrap-select .dropdown-toggle:focus,
table thead tr th .bootstrap-select select.mobile-device:focus + .dropdown-toggle {
  outline: unset !important;
  background-color: transparent;
  border-color: transparent;
}
table thead tr th .bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #e7e7e7;
  padding: 2px;
}
table thead tr th .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}
table thead tr th .bootstrap-select .dropdown-menu li .dropdown-item.active,
table thead tr th .bootstrap-select .dropdown-menu li .dropdown-item:active {
  background-color: transparent;
  padding: 7px 16px;
}
table thead tr th .bootstrap-select .dropdown-menu .bs-searchbox {
  padding: 0;
}
table thead tr th .bootstrap-select .dropdown-menu .bs-searchbox .form-control {
  box-shadow: none !important;
  height: 33px !important;
  border: none !important;
  border-bottom: 1px solid #e7e7e7 !important;
  border-radius: 0px !important;
}

/**********Common scrollbar**************/
.dropdown .dropdown-menu::before {
  content: unset;
}

/**********Dropdown arrow from background image*************/
.dropdown-toggle {
  background-image: url(../Images/icons/arrow-down.svg);
  background-size: inherit;
  background-repeat: no-repeat;
  width: 100%;
  background-position: right;
  background-color: transparent;
  border-color: transparent;
}
.dropdown-toggle::after {
  content: unset;
}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item.active, .dropdown-item:focus, .dropdown-item:focus-visible {
  background-color: #f8f9fa;
}

.custom-dropdown .dropdown-menu.show {
  margin-top: 8px !important;
  padding: 0;
}

/***************Button hover animation**************/
button.navbar-toggler {
  border: solid 1px #e7e7e7;
}

/*********Box shadow for btn********/
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: unset;
  outline: none;
}

.btn:first-child:active {
  background-color: #2d3748;
  color: #ffffff;
}

/**************Testimonial**************************/
.testimonial-main .owl-carousel .owl-stage {
  padding: 0 !important;
}
.testimonial-main .owl-carousel .owl-nav {
  position: absolute;
  top: -115px;
  right: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .testimonial-main .owl-carousel .owl-nav {
    top: -82px;
  }
}
@media (max-width: 767px) {
  .testimonial-main .owl-carousel .owl-nav {
    top: -60px;
  }
}
@media (max-width: 520px) {
  .testimonial-main .owl-carousel .owl-nav {
    top: -103px;
  }
}
.testimonial-main .owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-color: #50cec3;
  color: #50cec3;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .testimonial-main .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}
.testimonial-main .owl-carousel .owl-nav button span {
  opacity: 0;
}
.testimonial-main .owl-carousel .owl-nav button.owl-next, .testimonial-main .owl-carousel .owl-nav button.owl-prev {
  width: 15px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial-main .owl-carousel .owl-nav button.owl-next:hover, .testimonial-main .owl-carousel .owl-nav button.owl-next:active, .testimonial-main .owl-carousel .owl-nav button.owl-next:focus, .testimonial-main .owl-carousel .owl-nav button.owl-prev:hover, .testimonial-main .owl-carousel .owl-nav button.owl-prev:active, .testimonial-main .owl-carousel .owl-nav button.owl-prev:focus {
  background-color: #50cec3;
}
.testimonial-main .owl-carousel .owl-nav button.owl-next.disabled, .testimonial-main .owl-carousel .owl-nav button.owl-prev.disabled {
  background-color: transparent;
}
.testimonial-main .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../Images/icons/next-arrow.svg);
  transform: rotate(180deg);
}
.testimonial-main .owl-carousel .owl-nav button.owl-next {
  background-image: url(../Images/icons/next-arrow.svg);
}
.testimonial-main .owl-carousel .item .testimonial-box {
  min-height: 365px;
  height: 365px;
  padding: 50px 35px 35px 50px;
}
@media (max-width: 1199px) {
  .testimonial-main .owl-carousel .item .testimonial-box {
    min-height: unset;
    height: unset;
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .mobile-btns .btnPrimary,
  .mobile-btns .btnSecondary {
    width: 100%;
    display: block;
  }
}

.slider-content {
  position: relative;
  display: inline;
}
.slider-content:before {
  top: -4px;
}
.slider-content:before, .slider-content:after {
  content: url("../Images/icons/slider-start.svg");
  position: absolute;
  display: none;
}
.slider-content:after {
  bottom: -10px;
  right: -22px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: unset !important;
  outline-offset: 0 !important;
}

.bootstrap-select .dropdown-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}

.home-login-wrap .input-group.search-input input {
  margin-bottom: 0px;
}
.home-login-wrap .input-group.search-input label.error {
  position: absolute;
  left: 2px;
  bottom: -22px;
  z-index: 9;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home-login-wrap .input-group.search-input label.error {
    margin-top: 5px;
  }
}

.new-error-msg {
  font-size: 12px;
  line-height: initial;
  position: absolute;
  bottom: -25px;
  left: 2px;
}
.new-error-msg.new-err-updated {
  bottom: -40px;
}
@media (max-width: 1400px) {
  .new-error-msg {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .new-error-msg {
    position: static;
    margin-top: -18px;
    max-width: 70%;
    line-height: 1.2;
  }
}

.top-header .navbar .navbar-nav .nav-item {
  position: relative;
}

.services-card h4 {
  font-size: 13px !important;
}

.bottom-spacing-cols .package-detail {
  margin-bottom: 24px;
}

.date-picker-icon {
  background-image: url("../Images/icons/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 14px top 10px;
  background-size: auto;
  cursor: pointer;
}

.top-1 {
  top: 1px;
}

.custom-th-dropdwon .bootstrap-select > .dropdown-menu {
  max-height: 200px !important;
  overflow: auto;
  position: absolute !important;
}
@media (min-width: 1200px) {
  .custom-th-dropdwon .bootstrap-select > .dropdown-menu {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    transform: inherit !important;
    z-index: 999;
  }
  .custom-th-dropdwon .bootstrap-select > .dropdown-menu .inner ul.dropdown-menu {
    max-height: 200px !important;
    overflow: auto;
  }
}
@media (min-width: 1300px) {
  .custom-th-dropdwon .bootstrap-select > .dropdown-menu {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .box-input-250 {
    max-width: 230px;
  }
}

@media (min-width: 768px) {
  .mxw-input-230 input.form-control {
    max-width: 230px;
  }
}

.search-input .bootstrap-select.form-control button.dropdown-toggle {
  padding-left: 10px;
  padding-right: 24px;
  background-position: right 7px top 10px;
  outline: 0 !important;
  background-color: transparent;
}

.package-detail .services-card .d-flex > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline;
}
@media (min-width: 1200px) {
  .package-detail .services-card .d-flex > p {
    width: 44%;
  }
  .package-detail .services-card .d-flex > p:last-child {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .form-min-height {
    min-height: 300px;
  }
}

/**********Select dropdown**********/
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: unset !important;
  outline-offset: 0 !important;
}

.bootstrap-select .dropdown-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}

/**********13 june 2024 start code scss**********/
.custom-button-drodown .dropdown button.dropdown-toggle {
  min-width: 114px;
  background-image: none;
  position: relative;
  text-align: left;
}
.custom-button-drodown .dropdown button .set-right-arrow {
  position: absolute;
  top: 15px;
  right: 15px;
}

.button-edit button {
  display: flex;
  justify-content: space-between;
  padding-right: 15px !important;
}

.accordion .accordion-item .accordion-header.button-edit .accordion-button {
  padding-right: 15px !important;
}
.accordion .accordion-item .accordion-header.button-edit .accordion-button::after {
  top: 16px;
  right: 46px;
}
.accordion .accordion-item .accordion-header.button-edit.delete-icons .accordion-button {
  padding-right: 15px !important;
}
.accordion .accordion-item .accordion-header.button-edit.delete-icons .accordion-button::after {
  top: 16px;
  right: 76px;
}

.button-edit .btn.btnAction {
  height: 22px;
  width: 22px;
  min-width: 22px;
}
.accordion .accordion-item .accordion-collapse .accordion-body .sub-accordion.sub-accord-new .accordion-header .accordion-button::after {
  right: 15px;
  display: none;
}

.accordion.other-resourse .accordion-item .accordion-header .accordion-button::after {
  display: block !important;
}

.table-layout-one table tbody tr td {
  vertical-align: middle;
  z-index: 0;
}
.table-layout-one table tbody.service-list.ui-sortable tr td div a.secondary-color {
  color: #50cec3 !important;
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 40px;
  /* Rounded slider */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  width: 46px;
  height: 22px;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e7e7e7;
  transition: 0.4s;
  border-radius: 34px;
  box-shadow: 0px 1.4px 1.87px 0.7px rgba(1, 1, 0, 0.1) inset;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3.5px;
  background: linear-gradient(180deg, #ffffff 0%, #e8eaea 100%);
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(1, 1, 0, 0.2);
}
.switch input:checked + .slider {
  background-color: #50cec3;
}
.switch input:checked + .slider:before {
  transform: translateX(23px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.custom-radio-new {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* Create the inner circle of the custom radio button */
  /* Show the inner circle when the radio button is checked */
}
.custom-radio-new input[type=radio] {
  display: none;
}
.custom-radio-new .radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #abb7c2;
  border-radius: 50%;
  position: relative;
  transition: background 0.2s;
}
.custom-radio-new .radio-btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #50cec3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  transition: opacity 0.2s;
  opacity: 0;
}
.custom-radio-new input[type=radio]:checked + .radio-btn::after {
  opacity: 1;
}

.wizard-scroll.scroll-h-300 {
  min-height: calc(100vh - 300px);
  max-height: calc(100vh - 300px);
}
.wizard-scroll.scroll-h-310 {
  min-height: calc(100vh - 310px);
  max-height: calc(100vh - 310px);
}

.border-bottom-gray-color {
  border-bottom: solid 1px #e7e7e7;
}

.service-addlist {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 24px;
}

@media (max-width: 575px) {
  .custom-button-drodown {
    width: 100%;
  }
}

.file-upload {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px dashed #abb7c2;
  background-color: #ffffff;
  border-radius: 5px;
  transition: border-color 0.3s;
  min-height: 177px;
}
.file-upload .upload-file-img {
  position: unset !important;
}
.file-upload input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}

.file-input {
  display: none;
}

.file-label {
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.3s;
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.upload-contents {
  background-color: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}

.btn-download {
  background: transparent !important;
  outline: 0;
}

.ellipses-one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 200px;
}

.mxw-200 {
  max-width: 200px;
}

.location-card {
  border: solid 1px #e7e7e7;
}

.btn.btnSuccess {
  min-width: 51px;
  height: 22.5px;
  background: #27ae60;
  padding: 0px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.finger-box {
  padding: 11px;
  background: #e7e7e7;
  border-radius: 10px;
}

.scanner-box {
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .scanner-box {
    min-height: 250px;
  }
}
@media (max-width: 1280px) {
  .scanner-box {
    min-height: unset;
  }
}

.files-card {
  border: solid 1px #abb7c2;
  border-radius: 10px;
  min-height: 72px;
}

.files-card-new {
  border: solid 1px #e5e5e5;
  border-radius: 10px;
}

.btnAction.small-actions {
  width: 22px;
  height: 22px;
}

.finger-box.active-box {
  background: rgba(39, 174, 96, 0.2);
}

.min-h-280 {
  min-height: 280px !important;
}

.min-tableh-180 {
  min-height: calc(100vh - 180px) !important;
  max-height: calc(100vh - 180px) !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .min-tableh-180 {
    min-height: calc(100vh - 220px) !important;
    max-height: calc(100vh - 220px) !important;
  }
}

.scroll-h-new-180 {
  min-height: calc(100vh - 180px) !important;
  max-height: calc(100vh - 180px) !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .scroll-h-new-180 {
    min-height: calc(100vh - 215px) !important;
    max-height: calc(100vh - 215px) !important;
  }
}

.wizard-scroll.scroll-h-170 {
  min-height: calc(100vh - 170px);
  max-height: calc(100vh - 170px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-scroll.scroll-h-170 {
    min-height: calc(100vh - 210px);
    max-height: calc(100vh - 210px);
  }
}
.wizard-scroll.scroll-h-160 {
  min-height: calc(100vh - 160px);
  max-height: calc(100vh - 160px);
}
.wizard-scroll.scroll-h-175 {
  min-height: calc(100vh - 175px);
  max-height: calc(100vh - 175px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wizard-scroll.scroll-h-175 {
    min-height: calc(100vh - 210px);
    max-height: calc(100vh - 210px);
  }
}
.wizard-scroll.scroll-h-250 {
  min-height: calc(100vh - 250px);
  max-height: calc(100vh - 250px);
}
.wizard-scroll.scroll-h-220 {
  min-height: calc(100vh - 220px);
  max-height: calc(100vh - 220px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll.scroll-h-220 {
    min-height: calc(100vh - 250px);
    max-height: calc(100vh - 250px);
  }
}
.wizard-scroll.scroll-h-180 {
  min-height: calc(100vh - 180px);
  max-height: calc(100vh - 180px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll.scroll-h-180 {
    min-height: calc(100vh - 210px);
    max-height: calc(100vh - 210px);
  }
}
.wizard-scroll.scroll-h-215 {
  min-height: calc(100vh - 240px);
  max-height: calc(100vh - 240px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll.scroll-h-215 {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
  .wizard-scroll.scroll-h-215.custom-ipaid-scroll {
    min-height: calc(100vh - 310px);
    max-height: calc(100vh - 310px);
  }
}
@media (min-width: 1200px) {
  .wizard-scroll.scroll-h-285 {
    min-height: calc(100vh - 230px);
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .wizard-scroll.scroll-h-285 {
    min-height: calc(100vh - 310px);
    max-height: calc(100vh - 310px);
  }
}
.wizard-scroll.scroll-h-165 {
  min-height: calc(100vh - 180px);
  max-height: calc(100vh - 180px);
}

.table-layout-one .table-responsive.scroll-none {
  max-height: none;
}
.table-layout-one .table-responsive.scroll-h-165 {
  min-height: calc(100vh - 165px);
  max-height: calc(100vh - 165px);
}
.table-layout-one .table-responsive.scroll-h-265 {
  min-height: calc(100vh - 265px);
  max-height: calc(100vh - 265px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.scroll-h-265 {
    min-height: calc(100vh - 285px);
    max-height: calc(100vh - 285px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .y-scroll-new .accordion.accordian-type2 .accordion-item h2.accordion-header.ui-sortable-handle {
    touch-action: inherit;
  }
}

.office-card-height .table-layout-one .table-responsive {
  min-height: calc(100vh - 210px);
  max-height: calc(100vh - 210px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .office-card-height .table-layout-one .table-responsive {
    min-height: calc(100vh - 240px);
    max-height: calc(100vh - 240px);
  }
}

@media (min-width: 1200px) {
  .staff-working-shift1 .table-layout-one .table-responsive,
  .staff-working-shift2 .table-layout-one .table-responsive {
    min-height: calc(100vh - 320px);
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shift-scroll-tab {
    min-height: calc(100vh - 365px);
    max-height: calc(100vh - 365px);
    overflow: auto;
  }
}

@media (min-width: 768px) {
  .ps-new-40 {
    padding-left: 40px !important;
  }
}

.new-heading-txt h1 {
  margin-top: 25px;
}
/**********13 june 2024 end code scss**********/
@media (min-width: 768px) {
  .edit-center-scroll .table-layout-one .table-responsive {
    max-height: calc(100vh - 232px);
  }
  .edit-center-scroll .table-layout-one .table-responsive.scroll-h-txt {
    max-height: calc(100vh - 270px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .edit-center-scroll .table-layout-one .table-responsive {
    max-height: calc(100vh - 270px);
  }
  .edit-center-scroll .table-layout-one .table-responsive.scroll-h-txt {
    max-height: calc(100vh - 310px);
  }
}
@media (min-width: 1200px) {
  .edit-center-scroll.office-edit-scroll .table-layout-one .table-responsive {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .edit-center-scroll.office-edit-scroll .table-layout-one .table-responsive {
    min-height: calc(100vh - 375px);
    max-height: calc(100vh - 375px);
  }
  .edit-center-scroll.office-edit-scroll .table-layout-one .table-responsive .td-inputs .form-control {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .edit-center-scroll.office-edit-scroll.import-serve-h .scroll-h-220 {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .edit-center-scroll.office-edit-scroll.import-serve-h .scroll-h-220 {
    min-height: calc(100vh - 400px);
    max-height: calc(100vh - 400px);
  }
}
@media (min-width: 1200px) {
  .edit-center-scroll.office-edit-scroll.import-serve-h .scroll-h-220 .table-layout-one .table-responsive {
    min-height: calc(100vh - 410px);
    max-height: calc(100vh - 410px);
  }
}
@media (min-width: 1200px) {
  .edit-center-scroll.office-edit-scroll.import-serve-h .table-layout-one .table-responsive {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .edit-center-scroll.office-edit-scroll.import-serve-h .table-layout-one .table-responsive {
    min-height: calc(100vh - 375px);
    max-height: calc(100vh - 375px);
  }
}

.top-messages-show {
  max-width: 440px;
  text-align: center;
  position: absolute;
  top: 4px;
  right: 6px;
  z-index: 99;
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: initial;
}
@media (min-width: 768px) {
  .top-messages-show {
    top: 4px;
    left: 50%;
    transform: translate(-50%, 50px);
  }
}

.thankyou-success {
  min-height: 40px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: initial;
  background-color: rgba(39, 174, 96, 0.2);
  color: #27ae60;
  border-radius: 10px;
  line-height: initial;
}

.warning-strip {
  z-index: 99;
  min-height: 26px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: initial;
  background-color: rgba(227, 97, 97, 0.2);
  color: red;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .warning-strip {
    font-size: 12px;
  }
}

.danger-strip {
  min-height: 40px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: initial;
  background-color: rgba(227, 97, 97, 0.2);
  color: red;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .danger-strip {
    font-size: 12px;
  }
}

.warning-orange-strip {
  min-height: 40px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: initial;
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .warning-orange-strip {
    font-size: 12px;
  }
}

.footer-strip {
  z-index: 99;
  min-height: 30px;
  padding: 3px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: initial;
  background-color: #50cec3;
  color: #2d3748 !important;
  border-radius: 5px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .footer-strip {
    font-size: 12px;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .footer-strip {
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  .txt-lg-mob {
    font-size: 14px;
  }
}

.location-ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #e5e5e5;
  gap: 24px;
}
.location-ul li {
  list-style: disc;
  line-height: 1;
  padding: 6px 0;
}
@media (min-width: 1200px) {
  .location-ul li:last-child {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .location-ul li {
    padding: 1px 0;
  }
}
.location-ul li a {
  color: #2d3748;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .location-ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .location-ul {
    padding: 5px 25px;
  }
}
@media (min-width: 1200px) {
  .location-ul {
    flex-direction: row;
    align-items: center;
  }
}

.search-input .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.space-between-box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.space-between-box .button-group.new-tally-error label.error {
  position: absolute;
  bottom: -25px;
}
.space-between-box .button-group.new-tally-error .bootstrap-select > .dropdown-toggle {
  padding: 0.375rem 0.75rem;
  padding-right: 20px;
  min-height: 40px;
  background-position: right 10px top 16px;
  font-weight: normal;
  color: #2d3748;
}
.space-between-box .button-group.new-tally-error .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.space-between-box.new-arrow-removes .button-group.new-tally-error .bootstrap-select > .dropdown-toggle {
  background-image: none;
}
.space-between-box.new-arrow-removes .button-group.new-tally-error span.bs-ok-default.check-mark {
  display: none !important;
}
.space-between-box.time-arrow-removes .button-group.new-tally-error span.bs-ok-default.check-mark {
  display: none !important;
}
.space-between-box.newico-remove .button-group.new-tally-error span.bs-ok-default.check-mark {
  display: none !important;
}

@media (min-width: 768px) {
  .min-w-290 {
    min-width: 290px;
  }
}
@media (max-width: 767px) {
  .min-w-290 {
    min-width: 250px;
  }
}

.youtube-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  border: solid 1px #e7e7e7;
}

.no-record-found {
  min-height: 450px;
  flex-direction: column;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .no-record-found {
    min-height: 280px !important;
  }
}
.no-record-found.min-h-600 {
  min-height: 460px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .no-record-found.min-h-600 {
    min-height: 280px !important;
  }
}
@media (max-width: 1400px) {
  .no-record-found.min-h-600 {
    min-height: 475px;
  }
}
@media (max-width: 1225px) {
  .no-record-found.min-h-600 {
    min-height: 500px;
  }
}
@media (max-width: 991px) {
  .no-record-found.min-h-600 {
    min-height: 520px;
  }
}
.no-record-found.not-record-auto {
  min-height: inherit;
}
.no-record-found.blank-page-205 {
  min-height: calc(100vh - 226px);
  max-height: calc(100vh - 226px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .no-record-found.blank-page-205 {
    min-height: calc(100vh - 270px);
    max-height: calc(100vh - 270px);
  }
}
.no-record-found.blank-page-216 {
  min-height: calc(100vh - 216px);
}
.no-record-found.blank-page-h-drop-220 {
  min-height: calc(100vh - 220px);
}

.blank-page-160 {
  min-height: calc(100vh - 160px) !important;
  max-height: calc(100vh - 160px) !important;
}

.blank-page-175 {
  min-height: calc(100vh - 175px) !important;
  max-height: calc(100vh - 175px) !important;
}

.blank-page-170 {
  min-height: calc(100vh - 170px);
  max-height: calc(100vh - 170px);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blank-page-170 {
    min-height: calc(100vh - 190px);
    max-height: calc(100vh - 190px);
  }
}

.blank-page-215 {
  min-height: calc(100vh - 230px);
}

.blank-page-325 {
  min-height: calc(100vh - 345px);
}

@media (min-width: 768px) {
  .margin-spacing-one {
    margin-top: 27px;
  }
}

.files-card-new {
  padding: 11px 14px;
}
@media (min-width: 1200px) {
  .files-card-new.new-f-card {
    margin-left: 15px;
  }
}

.custom-button-drodown .dropdown button .set-right-arrow {
  top: 13px;
  right: 11px;
}

.accordion.accordian-type2 .accordion-item {
  position: relative;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item .accordion-header {
  padding: 16px 16px !important;
  padding-right: 15px !important;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item .accordion-header .edit-delete-icons {
  top: 14px;
  right: 15px;
  z-index: 9;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item .accordion-header > button.accordion-button {
  padding: 0 0 !important;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item .accordion-header .btn.btnAction {
  width: 22px;
  height: 22px;
  min-width: 22px;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item.subCatDiv {
  margin-top: 15px;
  margin-bottom: 0;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item.subCatDiv:first-child {
  margin-top: 5px;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item.subCatDiv + div .accordion-body {
  margin-top: 0;
  padding-top: 0;
}
.accordion.accordian-type2 .accordion-item .accordion-body .sub-accord-new .accordion-item.subCatDiv + div .accordion-body .card .border-0 {
  margin-bottom: 15px;
}
.accordion.accordian-type2 .accordion-item .accordion-header {
  background-color: #ffffff !important;
  padding: 12px 16px !important;
}
.accordion.accordian-type2 .accordion-item .accordion-header.space-top-bottom {
  padding: 17px 16px !important;
}
.accordion.accordian-type2 .accordion-item .accordion-header .accordion-button {
  padding: 0 0 !important;
}
.accordion.accordian-type2 .accordion-item .accordion-header .accordion-button.collapsed .rotate-icon {
  transform: rotate(0deg);
}
.accordion.accordian-type2 .accordion-item .accordion-header .accordion-button .rotate-icon {
  transform: rotate(180deg);
}
.accordion.accordian-type2 .accordion-item .accordion-header .accordion-button span img {
  border-radius: 7px;
}
.accordion.accordian-type2 .accordion-item .accordion-header.button-edit.delete-icons .accordion-button {
  padding-right: 0 !important;
}
.accordion.accordian-type2 .accordion-item .accordion-header.button-edit.delete-icons .accordion-button::after {
  display: none;
  top: 4px;
  right: -1px;
}
.accordion.accordian-type2 .accordion-item .accordion-header .edit-delete-icons {
  position: static;
  top: 16px;
  right: 15px;
}

.services-dropdown .button-group.button-new-select .bootstrap-select {
  background-image: none;
  padding: 0 0;
}
@media (max-width: 450px) {
  .services-dropdown .button-group.button-new-select .bootstrap-select {
    width: 100% !important;
  }
}
.services-dropdown .button-group.button-new-select .bootstrap-select > .dropdown-toggle {
  padding: 0.375rem 0.75rem;
  padding-right: 22px;
  min-height: 40px;
  background-position: right 10px top 17px;
  outline: 0 !important;
  background-color: transparent;
  box-shadow: none !important;
  background-size: 12px;
  border: 0;
  font-weight: normal;
  color: #2d3748;
}
@media (max-width: 767px) {
  .services-dropdown .button-group.button-new-select .bootstrap-select > .dropdown-toggle {
    font-size: 12px;
    max-width: 324px;
  }
}
.services-dropdown .button-group.button-new-select .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-menu .inner {
  max-height: 150px !important;
  overflow: auto;
  border: none !important;
}
.services-dropdown .button-group.button-new-select .bootstrap-select .filter-option .filter-option-inner .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.services-dropdown.full-width-select .bootstrap-select.form-select {
  width: 100% !important;
}
.services-dropdown.full-width-select .bootstrap-select.form-select .filter-option .filter-option-inner .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-dropdown-new .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
  max-height: 228px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .services-dropdown-new .dropdown-menu {
    max-width: 23%;
    width: 100%;
  }
}
.services-dropdown-new .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 16px;
  display: block;
  font-size: 14px;
  color: #2d3748;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.services-dropdown-new .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.services-dropdown-new .dropdown-menu .dropdown-item:hover, .services-dropdown-new .dropdown-menu .dropdown-item:focus {
  background-color: #f8f9fa;
}

@media (max-width: 1024px) {
  .text-sm-20 {
    font-size: 24px;
  }
}

@media (min-width: 1300px) {
  table.table-fixed-width {
    table-layout: fixed;
  }
}
.kg-inputs {
  position: relative;
}
.kg-inputs .form-control {
  padding-right: 110px;
}
.kg-inputs span {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 13px;
}

.new-tab-slider .owl-theme .owl-nav {
  margin-top: 0;
  position: relative;
}
.new-tab-slider .owl-theme .owl-nav .owl-prev,
.new-tab-slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -37px;
  background-color: transparent;
  background-image: url("../Images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 575px) {
  .new-tab-slider .owl-theme .owl-nav .owl-prev,
  .new-tab-slider .owl-theme .owl-nav .owl-next {
    top: -42px;
  }
}
.new-tab-slider .owl-theme .owl-nav .owl-prev span,
.new-tab-slider .owl-theme .owl-nav .owl-next span {
  display: none;
}
.new-tab-slider .owl-theme .owl-nav .owl-prev {
  transform: rotate(90deg);
  left: -2px;
}
@media (max-width: 575px) {
  .new-tab-slider .owl-theme .owl-nav .owl-prev {
    left: -3px;
  }
}
.new-tab-slider .owl-theme .owl-nav .owl-next {
  right: -2px;
  transform: rotate(270deg);
}
@media (max-width: 575px) {
  .new-tab-slider .owl-theme .owl-nav .owl-next {
    right: -3px;
  }
}
.new-tab-slider .owl-theme .owl-dots {
  display: none;
}
@media (max-width: 575px) {
  .new-tab-slider .owl-theme .nav-item button {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .new-tab-slider.owl-carousel {
    display: flex;
    z-index: inherit;
  }
}

.new-tab-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: relative;
}
.new-tab-slider.owl-theme .owl-nav .owl-prev,
.new-tab-slider.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -37px;
  background-color: transparent;
  background-image: url("../Images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
}
@media (max-width: 767px) {
  .new-tab-slider.owl-theme .owl-nav .owl-prev,
  .new-tab-slider.owl-theme .owl-nav .owl-next {
    top: -42px;
  }
}
.new-tab-slider.owl-theme .owl-nav .owl-prev span,
.new-tab-slider.owl-theme .owl-nav .owl-next span {
  display: none;
}
.new-tab-slider.owl-theme .owl-nav .owl-prev {
  transform: rotate(90deg);
  left: -5px;
}
@media (max-width: 767px) {
  .new-tab-slider.owl-theme .owl-nav .owl-prev {
    left: -5px;
  }
}
.new-tab-slider.owl-theme .owl-nav .owl-next {
  right: -2px;
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .new-tab-slider.owl-theme .owl-nav .owl-next {
    right: -2px;
  }
}
.new-tab-slider.owl-theme .owl-dots {
  display: none;
}
@media (max-width: 575px) {
  .new-tab-slider.owl-theme .nav-item button {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .new-tab-slider.owl-carousel {
    display: flex;
    z-index: inherit;
  }
}

.form-select.td-custom-select {
  border-radius: 4px 4px 0 0 !important;
  height: 30px;
  border: none !important;
  font-size: 14px;
  border-bottom: solid 1px #50cec3 !important;
  box-shadow: none !important;
  background-color: rgba(80, 206, 195, 0.1);
  outline: 0;
}
.form-select.td-custom-select.mxw-250 {
  max-width: 130px;
}
.form-select.td-custom-select:focus, .form-select.td-custom-select:hover {
  border: none !important;
  border-bottom: solid 1px #50cec3 !important;
}

.btn-transparent-one {
  margin-bottom: 13px !important;
}
@media (max-width: 1399px) {
  .btn-transparent-one {
    margin-bottom: 10px !important;
  }
}
.btn-transparent-one .btn-links {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(80, 206, 195, 0.15);
  color: #50cec3;
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  border-radius: 10px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .btn-transparent-one .btn-links {
    font-size: 13px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  .btn-transparent-one .btn-links {
    max-width: 95%;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .table-layout-one .table-responsive {
    max-height: calc(100vh - 200px);
  }
}
@media (max-width: 575px) {
  .new-mobile-btns {
    justify-content: space-between;
  }
  .new-mobile-btns .custom-button-drodown {
    width: 46.5%;
  }
  .new-mobile-btns .dropdown .dropdown-toggle {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 12px;
    min-width: 100% !important;
    width: 115px;
  }
  .new-mobile-btns a {
    flex: 0 0 50%;
    max-width: 46.5%;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.bg-light-color {
  background-color: #f5f5f5;
}

@media (max-width: 1199px) {
  .call-ul-action {
    position: absolute;
    right: 64px;
    top: 0px;
  }
  .call-ul-action .wh-35 {
    min-width: 26px;
    min-height: 26px;
    width: 26px;
    height: 26px;
  }
  .call-ul-action span .help-ico {
    width: 10px;
  }
  .call-ul-action span .call-ico {
    width: 15px;
  }
}

.incentive-table .table-responsive table tbody tr:last-child td {
  border-bottom: none;
}
@media (min-width: 768px) {
  .incentive-table .table-responsive {
    min-height: calc(100vh - 385px);
    max-height: calc(100vh - 385px);
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .incentive-table .table-responsive.inc-cal-table {
    min-height: calc(100vh - 472px);
    max-height: calc(100vh - 472px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .incentive-table .table-responsive.inc-cal-table {
    min-height: calc(100vh - 515px);
    max-height: calc(100vh - 515px);
  }
}

.even-odd-color tr:nth-child(odd) {
  background: #f0fefd;
}
.even-odd-color tr:nth-child(odd) td {
  background-color: transparent;
}
.even-odd-color tr:nth-child(even) {
  background: #ffffff;
}
.even-odd-color tr:nth-child(even) td {
  background-color: transparent;
}

.no-record-cal-h + .no-record-found {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .no-record-cal-h + .no-record-found.sal-not-found {
    min-height: calc(100vh - 320px);
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .no-record-cal-h + .no-record-found {
    min-height: calc(100vh - 450px);
    max-height: calc(100vh - 450px);
  }
}
@media (min-width: 1200px) {
  .no-record-cal-h + .no-record-found {
    min-height: calc(100vh - 410px);
    max-height: calc(100vh - 410px);
  }
}

.pointer-none {
  pointer-events: none;
}

.staff-price-titles {
  position: absolute;
  cursor: default;
  top: 20px;
  right: 80px;
  z-index: 999;
}
@media (max-width: 767px) {
  .staff-price-titles {
    right: 50px;
  }
}

.birthday-box .birth-card {
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  background-color: #e7e7e7;
  display: flex;
  min-height: 83px;
}
.birthday-box .birth-card.fills-card {
  background-color: #50cec3;
  background-image: url("../Images/birth-bg.png");
  background-size: cover;
  border: solid 1px #50cec3;
}
.birthday-box .birth-card.fills-card h3 {
  color: #ffffff !important;
}
.birthday-box .birth-card.fills-card p {
  color: #ffffff !important;
}

.text-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.minw-42 {
  min-width: 42px;
  width: 42px;
}
.minw-42.new-w-49 {
  min-width: 49px;
  width: 49px;
}

.birth-box-scroll {
  max-height: 353px;
  overflow: auto;
  padding-right: 7px;
}

.birthday-not-found {
  min-height: 260px;
}
@media (min-width: 1200px) {
  .birthday-not-found {
    min-height: calc(100vh - 413px);
  }
  .birthday-not-found > img {
    width: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .user-info-tab .custom-button-drodown .dropdown button.dropdown-toggle {
    min-width: 95px;
  }
  .user-info-tab .search-input {
    max-width: 220px;
  }
  .user-info-tab .search-input .form-control {
    max-width: 220px;
  }
  .user-info-tab a.btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}

.w-49 {
  width: 49px;
  min-width: 49px;
}

.w-65 {
  width: 65px;
  min-width: 65px;
}

.user-preview-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
}
.user-preview-pic::before {
  content: "";
  background-color: rgba(1, 1, 0, 0.52);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.user-preview-pic > img.preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.user-preview-pic .upload-new-user {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  cursor: pointer;
}
.user-preview-pic .upload-new-user .btn {
  border-radius: 50%;
}
.user-preview-pic .upload-new-user .btn.btnDanger {
  width: 28px;
  min-width: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.user-preview-pic .edit-file-input {
  cursor: pointer;
}

@media (min-width: 768px) {
  .rules-check-0 .input-custom-details {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .input-custom-details {
    gap: 8px !important;
  }
}
.input-custom-details .form-control {
  min-width: 90px;
  width: 90px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .input-custom-details .form-control {
    min-width: 70px;
    width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .input-custom-details .form-control {
    min-width: 70px;
    width: 70px;
  }
  .input-custom-details .form-control .incent-range .text-sm,
  .input-custom-details .form-control .sal-incent-range .text-sm {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .input-custom-details .form-control {
    min-width: auto;
    width: 100%;
  }
}

.insent-list {
  border: solid 1px #e7e7e7;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .insent-list {
    min-height: 216px;
  }
}

.minw-120 {
  min-width: 120px;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .search-input input.form-control {
    max-width: 250px;
  }
}

.scaner-card button.btnSuccess, .scaner-card button.btnDanger {
  min-width: 61px;
}

#addGroup .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

.error-bottom-new {
  bottom: -37px !important;
}

.error-fs11 {
  font-size: 11px !important;
}

.img_preview-wrapper .mxw-200 h3 {
  display: block;
}
@media (max-width: 1400px) {
  .img_preview-wrapper .mxw-200 h3 {
    max-width: 120px;
  }
}

.birth-card-color {
  background-color: #f6f9f9;
  border-radius: 10px;
  min-height: 410px;
}
@media (max-width: 1199px) {
  .birth-card-color {
    min-height: 365px;
  }
}

.no-data-para {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #2d3748;
  margin-top: 16px !important;
}

.ticket-card-inner {
  background-color: #f9f6ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.ticket-card-inner h3 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ticket-card-inner .help-icon-box > img {
  width: 30px;
  height: 30px;
}

.service-accord .table-layout-one table tbody tr td:last-child {
  padding-left: 0;
  padding-right: 0;
}

.ui-datepicker {
  width: 300px !important;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  border: solid 1px #e7e7e7;
  z-index: 1055 !important;
  background: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: transparent;
  border: 0;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 21px;
  border-radius: 50%;
  border: solid 1px transparent;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #ffffff;
  font-weight: bold !important;
  background: #50cec3;
}

.ui-widget-header {
  background-color: transparent;
  border: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #2d3748;
  font-weight: bold !important;
  border: solid 1px #e5e5e5;
}

.ui-datepicker th {
  font-size: 12px;
  font-weight: 400;
  color: #2d3748;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  opacity: 1;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0;
  top: 2px;
  left: 2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
  background-image: url("../Images/icons/calender-icon.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 1;
  position: relative;
  top: 5px;
  left: 6px;
  width: 23px;
  height: 23px;
  transition: none;
  cursor: pointer;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next {
  opacity: 1;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0;
  top: 2px;
  right: 2px;
}
.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  background-image: url("../Images/icons/calender-icon.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left;
  opacity: 1;
  position: relative;
  top: 5px;
  right: 6px;
  width: 23px;
  height: 23px;
  transition: none;
  cursor: pointer;
  transform: rotate(180deg);
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 0;
  background-color: transparent;
  outline: 0;
  font-weight: 500;
  color: #2d3748;
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  gap: 14px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400 !important;
}

.bg-white-card {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .table-layout-one table tbody tr td .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu {
    min-width: 300px;
  }
}

.location-card a.btnPrimary {
  width: 22px;
  height: 22px;
  min-width: 22px;
}

.add-text-spacing .custom-radio-new {
  padding-left: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .staff-modules .services-dropdown .button-group.button-new-select .bootstrap-select {
    max-width: 150px;
  }
}

@media (max-width: 575px) {
  .grid-lay-mob {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 10px !important;
  }
}

.tab-modules-one {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tab-modules-one .mobile-btns > form {
    position: absolute;
    top: 3px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .tab-modules-one .mobile-btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-modules-one .grid-mob-one {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
  }
  .tab-modules-one .grid-mob-one .services-dropdown .dropdown {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .tab-modules-one .order-4-mob {
    order: 4;
    margin-bottom: 4px;
  }
  .tab-modules-one .mobile-btns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-modules-one .mobile-btns > form {
    width: 100%;
  }
  .tab-modules-one .grid-mob-one {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .tab-modules-one .services-dropdown:last-child {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mx-auto-tab {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 601px) and (max-width: 1199px) {
  .new-grid-slide .owl-stage-outer .owl-stage {
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .new-grid-slide .owl-stage-outer .owl-stage .owl-item {
    width: 100% !important;
  }
}

.new-br-10 {
  border-radius: 0px 0px 10px 10px !important;
}

.text-small-tabs,
.no-record-cal-h {
  border-radius: 10px 10px 0px 0px !important;
}

.max-w-480 {
  max-width: 480px;
}

.fs-54 {
  font-size: 54px;
}

.welcome-wrapper {
  position: relative;
  overflow: hidden;
  background-image: url("../Images/screen.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  max-height: calc(100vh - 96px);
}
.welcome-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 136px);
  bottom: auto;
  background-image: url("../Images/round.svg");
  width: 273px;
  height: 283px;
  z-index: 1;
}
@media (max-width: 767px) {
  .welcome-wrapper::before {
    top: 30px;
    display: none;
  }
}
.welcome-wrapper .welcome-row {
  height: calc(100vh - 102px);
}
@media (max-width: 767px) {
  .welcome-wrapper {
    background-size: contain;
    max-height: -moz-max-content;
    max-height: max-content;
    background-image: none;
  }
  .welcome-wrapper .welcome-row {
    height: auto;
  }
}

.min-h-235 {
  min-height: 235px;
}
@media (max-width: 767px) {
  .min-h-235 {
    min-height: auto;
  }
}

.z-new-0 {
  z-index: 0 !important;
}

select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.new-dropdown-adds .space-between-box {
  max-width: 250px;
}
@media (max-width: 1199px) {
  .new-dropdown-adds .space-between-box .form-control,
  .new-dropdown-adds .space-between-box .form-select {
    background-color: #2d2e2f !important;
    border: solid 1px #444040 !important;
    color: #ffffff;
  }
  .new-dropdown-adds .space-between-box .bootstrap-select button.dropdown-toggle {
    background-image: url("../Images/icons/white-arrow.svg") !important;
    border: solid 1px #444040 !important;
    color: #ffffff !important;
  }
  .new-dropdown-adds .space-between-box .bootstrap-select .dropdown-menu {
    border: 1px solid #444040 !important;
    background: #121212;
  }
  .new-dropdown-adds .space-between-box .bootstrap-select .dropdown-menu li {
    border-bottom: solid 1px #444040;
  }
  .new-dropdown-adds .space-between-box .bootstrap-select .dropdown-menu li .dropdown-item {
    background-color: transparent !important;
    color: #ffffff;
  }
  .new-dropdown-adds .space-between-box .bootstrap-select .dropdown-menu li:last-child {
    border-bottom: 0px;
  }
}
.new-dropdown-adds .space-between-box .button-group.new-tally-error .bootstrap-select > .dropdown-toggle {
  padding: 4px 0.75rem;
  padding-right: 30px;
  min-height: 30px;
  width: 250px;
  background-position: right 10px top 12px;
}
.new-dropdown-adds .space-between-box.drop-full-height.search-icon-remove .button-group .bootstrap-select > .dropdown-menu .inner ul.dropdown-menu li a span {
  display: block;
}

.card-layout-mxw {
  max-width: 900px;
}

@media (min-width: 1200px) {
  .new-col-width {
    max-width: 13%;
  }
}

@media (min-width: 1200px) {
  .new-col-width-two {
    max-width: 20.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .input-place-fonts input.form-control {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1450px) {
  .text-xs-13 {
    font-size: 13px;
  }
}

.reward-checkboxs {
  position: relative;
}
.reward-checkboxs .custom-radio-new input[type=radio] {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.reward-checkboxs .custom-radio-new label.error {
  position: absolute;
  bottom: -27px;
  z-index: 0;
}

.calendar-new-design .fc-event.fc-custom-event {
  background-color: rgba(80, 206, 195, 0.3) !important;
  border-radius: 9px;
  border: solid 0px transparent !important;
  border-left: solid 3px #50cec3 !important;
}
@media (min-width: 768px) {
  .calendar-new-design .fc-view table .fc-body .fc-widget-content .fc-scroller.fc-time-grid-container {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
    overflow: auto;
  }
}
.calendar-new-design .fc-view table .fc-body .fc-widget-content .fc-slats td {
  font-size: 14px;
  color: #818c9f;
  font-weight: 500;
}
.calendar-new-design .fc-view table .fc-body .fc-widget-content .fc-slats td > span {
  font-size: 14px;
  color: #818c9f;
  font-weight: 500;
}
.calendar-new-design .fc th {
  color: #50cec3 !important;
  font-size: 14px;
  font-weight: 500;
}
.calendar-new-design .fc th span {
  color: #50cec3 !important;
  font-size: 14px;
  font-weight: 500;
}
.calendar-new-design .icon-with-input .form-control {
  height: 34px;
}
.calendar-new-design .new-date-group .btn-custom {
  border: solid 1px #e7e7e7;
  font-size: 14px;
  font-weight: 400;
  color: #2d3748;
  border-left: 0;
}
.calendar-new-design .new-date-group .btn-custom.active {
  background-color: #50cec3;
  color: #ffffff;
}
.calendar-new-design .new-date-group .btn-custom:first-child {
  border-radius: 50px 0 0 50px !important;
  border-left: solid 1px #e7e7e7;
}
.calendar-new-design .new-date-group .btn-custom:nth-child(5) {
  border-radius: 0 50px 50px 0 !important;
}
.calendar-new-design .new-date-group .btn-custom:last-child {
  border-radius: 0 50px 50px 0 !important;
}
.calendar-new-design .new-date-group .btn-custom-grp {
  border: solid 1px #e7e7e7;
  font-size: 14px;
  font-weight: 400;
  color: #2d3748;
  padding-left: 14px;
  padding-right: 27px;
  background-position: right 7px top 12px;
  background-size: 12px;
}
.calendar-new-design .new-date-group .btn-custom-grp.active {
  background-color: #50cec3;
  color: #ffffff;
  background-image: url("../Images/icons/white-arrow.svg");
}
.calendar-new-design .new-date-group .btn-custom-grp:active {
  background-color: transparent !important;
}
.calendar-new-design .calendar-cards {
  background-color: #ffffff;
}
.calendar-new-design .space-between-box .button-group.new-tally-error .bootstrap-select > .dropdown-toggle {
  padding: 0.275rem 0.75rem;
  min-height: 34px;
  background-position: right 10px top 13px;
}

.ui-loader-background.left-0 {
  left: 0;
  display: none !important;
}

.light-blue-color {
  color: #7cfff4;
}

#dialog-outstanding .modal-dialog {
  max-width: 300px;
  padding-top: 3px;
}

.popover.bs-popover-auto .popover-body a.close {
  position: absolute;
  right: 12px;
  top: 3px;
  font-size: 18px;
  text-decoration: none;
  color: #c22525;
}
.popover.bs-popover-auto .popover-body a.close.close-top-sec {
  top: 2px;
  right: 10px;
}
.popover.bs-popover-auto .popover-body a.close.close-top-sec > img {
  width: 16px;
}
.popover.bs-popover-auto .popover-body .unstyled {
  margin: 0;
  padding: 0;
}
.popover.bs-popover-auto .popover-body .unstyled li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.popover.bs-popover-auto .popover-body .unstyled li a {
  text-decoration: none;
  color: #818c9f;
  font-weight: 500;
}
.popover.bs-popover-auto .popover-body .unstyled li > img {
  width: 26px;
  height: 26px;
}
.popover.bs-popover-auto .popover-body .unstyled li:last-child {
  margin-bottom: 0;
}

div.popover.bs-popover-auto.fade {
  opacity: 1;
}

.client-flow-wrap .search-input {
  max-width: 100%;
}
@media (min-width: 768px) {
  .client-flow-wrap .search-input.client-search {
    width: 320px;
    max-width: 100%;
  }
}
.client-flow-wrap .search-input.client-search .custom-autocomplete.client-search-ul {
  max-width: 100%;
}
@media (min-width: 768px) {
  .client-flow-wrap .search-input.client-search .custom-autocomplete.client-search-ul {
    width: 320px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .client-flow-wrap .search-input.client-search input.form-control {
    max-width: inherit;
  }
}
.client-flow-wrap .search-input.client-search .client-search-scroll {
  top: 44px;
  background-color: #ffffff;
  position: absolute;
  z-index: 99;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 0;
}
.client-flow-wrap .search-input.client-search .client-search-scroll ul.client-search-ul {
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.client-flow-wrap .search-input.client-search .client-search-scroll ul.client-search-ul li {
  border-bottom: 1px solid #e7e7e7;
  gap: 10px;
}
.client-flow-wrap .search-input.client-search .client-search-scroll ul.client-search-ul li p {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .dropdown-elipses-one-new.ellipses-goods .dropdown-menu {
    max-width: 300px;
  }
}
.dropdown-elipses-one-new.ellipses-goods.new-height-drops .dropdown-menu > .inner.show {
  max-height: 182px !important;
}
.dropdown-elipses-one-new .dropdown-menu {
  max-width: 345px;
}
.dropdown-elipses-one-new .dropdown-menu li a {
  display: block !important;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-elipses-one-new .dropdown-menu li a span {
  display: block !important;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.due-invoice-box {
  width: 580px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  border: solid 1px #50cec3;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accept-reports .services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-menu {
  max-width: 220px;
}
.accept-reports .services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-menu .inner {
  max-width: 220px;
}

.dropdown-elipses-one .inner ul.dropdown-menu li a.dropdown-item,
.dropdown-elipses-one .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 360px;
}
.dropdown-elipses-one.drop-elp-new .inner ul.dropdown-menu li a.dropdown-item,
.dropdown-elipses-one.drop-elp-new .inner ul.dropdown-menu li a span {
  max-width: 345px;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .dropdown-elipses-one.drop-elp-two .inner ul.dropdown-menu li a.dropdown-item,
  .dropdown-elipses-one.drop-elp-two .inner ul.dropdown-menu li a span {
    max-width: 295px;
  }
}
.dropdown-elipses-one.drop-elp-455 .inner ul.dropdown-menu li a.dropdown-item,
.dropdown-elipses-one.drop-elp-455 .inner ul.dropdown-menu li a span {
  max-width: 455px;
  width: 100%;
}

.m-phone-input .w-65 {
  min-width: 94px;
}

.mxs-240 .services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-toggle {
  max-width: 240px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mxs-240 .services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-toggle {
    max-width: 200px;
  }
}
.mxs-240 .services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-menu .inner {
  max-width: 240px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mxs-240 .services-dropdown .button-group.button-new-select .bootstrap-select .dropdown-menu .inner {
    max-width: 210px;
  }
}

.wizard-scroll.view-clients-335 {
  min-height: inherit;
  max-height: calc(100vh - 380px);
}
.wizard-scroll.view-clients-335.info-tab-scroll {
  max-height: calc(100vh - 335px);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .wizard-scroll.view-clients-335.info-tab-scroll {
    max-height: calc(100vh - 370px);
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .wizard-scroll.view-clients-335.info-tab-scroll {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 1280px) and (max-width: 1399px) {
  .wizard-scroll.view-clients-335.info-tab-scroll {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.view-clients-335.info-tab-scroll {
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.view-clients-335.info-tab-scroll {
    max-height: calc(100vh - 410px);
  }
}
.wizard-scroll.scroll-h-280.scroll-h-310.secondary-h-auto {
  min-height: inherit;
  max-height: calc(100vh - 320px);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .wizard-scroll.scroll-h-280.scroll-h-310.secondary-h-auto {
    max-height: calc(100vh - 370px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.scroll-h-280.scroll-h-310.secondary-h-auto {
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.scroll-h-280.scroll-h-310.secondary-h-auto {
    max-height: calc(100vh - 400px);
  }
}

@media (min-width: 1200px) {
  .table-layout-one .table-responsive.wizard-scroll.prepared-card-h {
    max-height: calc(100vh - 340px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.wizard-scroll.prepared-card-h {
    max-height: calc(100vh - 420px);
  }
}
@media (min-width: 1280px) {
  .table-layout-one .table-responsive.wizard-scroll.max-355vh {
    max-height: calc(100vh - 350px);
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .table-layout-one .table-responsive.wizard-scroll.max-355vh {
    max-height: calc(100vh - 410px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.wizard-scroll.max-355vh {
    max-height: calc(100vh - 395px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-layout-one .table-responsive.wizard-scroll.max-355vh {
    max-height: calc(100vh - 438px);
  }
}
.table-layout-one .table-responsive.wizard-scroll.max-285vh {
  min-height: inherit;
}
@media (min-width: 1280px) {
  .table-layout-one .table-responsive.wizard-scroll.max-285vh {
    max-height: calc(100vh - 275px);
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .table-layout-one .table-responsive.wizard-scroll.max-285vh {
    max-height: calc(100vh - 310px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.wizard-scroll.max-285vh {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-layout-one .table-responsive.wizard-scroll.max-285vh {
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 1280px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh {
    max-height: calc(100vh - 280px);
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh {
    max-height: calc(100vh - 345px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh {
    max-height: calc(100vh - 375px);
  }
}
.table-layout-one .table-responsive.wizard-scroll.max-330vh.item-wise-sales {
  max-height: calc(100vh - 330px);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.item-wise-sales {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.item-wise-sales {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.item-wise-sales {
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 1281px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.add-card-hs {
    max-height: calc(100vh - 270px);
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.add-card-hs {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.add-card-hs {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-layout-one .table-responsive.wizard-scroll.max-330vh.add-card-hs {
    max-height: calc(100vh - 360px);
  }
}

.discounts-tab-scroll .table-layout-one .table-responsive {
  max-height: calc(100vh - 270px);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .discounts-tab-scroll .table-layout-one .table-responsive {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .discounts-tab-scroll .table-layout-one .table-responsive {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .discounts-tab-scroll .table-layout-one .table-responsive {
    max-height: calc(100vh - 360px);
  }
}

.wizard-scroll.rewards-scroll {
  min-height: inherit;
  max-height: calc(100vh - 320px);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .wizard-scroll.rewards-scroll {
    max-height: calc(100vh - 372px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.rewards-scroll {
    max-height: calc(100vh - 400px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.rewards-scroll {
    max-height: calc(100vh - 360px);
  }
}

td.mx-width-custom-210 div.mx-width-custom-210 {
  padding-right: 0;
  min-width: 200px;
  max-width: 200px;
}

.packages-sales-tab-scroll {
  min-height: inherit;
  max-height: calc(100vh - 270px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .packages-sales-tab-scroll {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .packages-sales-tab-scroll {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .packages-sales-tab-scroll {
    max-height: calc(100vh - 360px);
  }
}
.packages-sales-tab-scroll .table-layout-one .table-responsive {
  min-height: inherit;
  max-height: 350px;
}
@media (max-width: 1400px) {
  .packages-sales-tab-scroll .table-layout-one .table-responsive {
    max-height: 300px;
  }
}
.packages-sales-tab-scroll .table-layout-one .table-responsive.h-auto-placeholder-remove {
  max-height: inherit;
}

.prepareds-tab-scroll {
  min-height: inherit;
  max-height: calc(100vh - 270px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .prepareds-tab-scroll {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .prepareds-tab-scroll {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .prepareds-tab-scroll {
    max-height: calc(100vh - 360px);
  }
}
.prepareds-tab-scroll .table-layout-one .table-responsive {
  min-height: inherit;
  max-height: 350px;
}
@media (max-width: 1400px) {
  .prepareds-tab-scroll .table-layout-one .table-responsive {
    max-height: 300px;
  }
}
.prepareds-tab-scroll .table-layout-one .table-responsive.h-auto-placeholder-remove {
  max-height: inherit;
}
.prepareds-tab-scroll .panel-body table tr td button {
  outline: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent;
}
.prepareds-tab-scroll .panel-body table tr td button.new-td-btns {
  background: #c22525;
  border-radius: 5px !important;
  min-width: 28px;
  width: 28px;
  height: 28px;
}
.prepareds-tab-scroll .panel-body table tr td table thead tr th:first-child {
  border-top-left-radius: 0;
}
.prepareds-tab-scroll .panel-body table tr td table thead tr th:last-child {
  border-top-right-radius: 0;
}

.member-ship-lists {
  min-height: inherit;
  max-height: calc(100vh - 270px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .member-ship-lists {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .member-ship-lists {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .member-ship-lists {
    max-height: calc(100vh - 360px);
  }
}
.member-ship-lists .wizard-scroll.scroll-h-250 {
  min-height: inherit;
  max-height: 350px;
}
@media (max-width: 1400px) {
  .member-ship-lists .wizard-scroll.scroll-h-250 {
    max-height: 300px;
  }
}
.member-ship-lists .wizard-scroll.scroll-h-250.h-auto-placeholder-remove {
  max-height: inherit;
}

.gift-reedem-cards {
  min-height: inherit;
  max-height: calc(100vh - 270px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .gift-reedem-cards {
    max-height: calc(100vh - 330px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .gift-reedem-cards {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gift-reedem-cards {
    max-height: calc(100vh - 360px);
  }
}
.gift-reedem-cards .wizard-scroll.scroll-h-250 {
  min-height: inherit;
  max-height: 350px;
}
@media (max-width: 1400px) {
  .gift-reedem-cards .wizard-scroll.scroll-h-250 {
    max-height: 300px;
  }
}
.gift-reedem-cards .wizard-scroll.scroll-h-250.h-auto-placeholder-remove {
  max-height: inherit;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .text-mh-48 {
    font-size: 13px;
    min-height: auto;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .text-mh-48-new {
    font-size: 13px;
    min-height: auto;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .h-50-radio {
    height: auto !important;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .h-50-radio-new {
    min-height: 42px;
    font-size: 13px;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .fs-new-13 {
    font-size: 13px !important;
  }
}

.no-record-found.blank-page-205.new-place-holders {
  min-height: calc(100vh - 240px);
  max-height: calc(100vh - 240px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .no-record-found.blank-page-205.new-place-holders {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .no-record-found.clients-vectors-h {
    min-height: 365px !important;
  }
}

.cen-box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.no-record-found.new-place-two-data {
  min-height: calc(100vh - 400px) !important;
  max-height: calc(100vh - 400px);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .no-record-found.new-place-two-data {
    min-height: calc(100vh - 340px) !important;
    max-height: calc(100vh - 340px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .no-record-found.new-place-two-data {
    min-height: calc(100vh - 490px);
    max-height: calc(100vh - 490px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .no-record-found.new-place-two-data {
    min-height: calc(100vh - 525px);
    max-height: calc(100vh - 525px);
  }
}

.no-record-found.now-scroll-placeholders {
  min-height: inherit !important;
  max-height: inherit !important;
  padding-top: 55px !important;
  padding-bottom: 55px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.min-max-width-210 {
  min-width: 210px;
  max-width: 210px;
}

.mx-width-250 {
  max-width: 200px;
}

.mx-width-custom-160 {
  max-width: 160px;
  min-width: 210px;
}

.min-width-only-200 {
  min-width: 200px;
}

.mx-width-custom-210 {
  min-width: 210px;
  max-width: 210px;
}

.tab-height-advance {
  position: relative;
  max-height: calc(100vh - 313px);
  overflow-y: auto;
  overflow-x: hidden;
}
.tab-height-advance::-webkit-scrollbar {
  width: 0;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .tab-height-advance {
    max-height: calc(100vh - 385px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-height-advance {
    max-height: calc(100vh - 420px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-height-advance {
    max-height: calc(100vh - 400px);
  }
}
.tab-height-advance #reloadable-section > hr,
.tab-height-advance #reloadable-section2 > hr {
  display: none;
}

.button-right-shift {
  position: absolute;
  top: 0;
  right: 0;
}

.edit-icon-td {
  min-width: 158px;
  justify-content: space-between;
}
.edit-icon-td p img.return-w {
  min-width: 22px;
  width: 22px;
  height: 22px;
  filter: inherit !important;
}

@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-md-30.new-margin {
    margin-top: 0px;
  }
}

.view-staff-tabs.view-clients-custom ul.nav.nav-pills {
  justify-content: flex-start;
}
.view-staff-tabs.view-clients-custom ul.nav.nav-pills li {
  flex: auto;
  max-width: 250px;
}
.view-staff-tabs.view-clients-custom ul.nav.nav-pills li:last-child {
  max-width: -moz-max-content;
  max-width: max-content;
}
.view-staff-tabs.view-clients-custom ul.nav.nav-pills li:last-child button::after {
  display: none;
  border: 0;
}

.loader-common-new img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1060;
}
.loader-common-new .loader-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1059;
}

.text-r-spaces {
  position: relative;
  z-index: 9;
}

.create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills {
    justify-content: flex-start;
  }
}
.create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li {
  flex: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button {
  font-size: 13px;
  padding-left: 14px !important;
  border-right: 0px;
}
.create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button::after {
  top: 4px;
  right: 0;
}
@media (min-width: 1280px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button::after {
    top: 7px;
  }
}
@media (max-width: 1400px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button {
    font-size: 12px;
  }
}
.create-tab-ui.view-staff-tabs.view-clients-custom.invetory-tab-new ul.nav.nav-pills li button {
  padding-left: 12px !important;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom.invetory-tab-new ul.nav.nav-pills li button {
    font-size: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .create-tab-ui.view-staff-tabs.view-clients-custom.invetory-tab-new ul.nav.nav-pills li button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 12px;
  }
}
.create-tab-ui.view-staff-tabs.view-clients-custom.invetory-tab-new ul.nav.nav-pills li button.active::before, .create-tab-ui.view-staff-tabs.view-clients-custom.invetory-tab-new ul.nav.nav-pills li button:hover::before {
  left: -15px;
}
.create-tab-ui.view-staff-tabs.view-clients-custom.invetory-tab-new ul.nav.nav-pills li button .fs-c {
  font-size: 10px;
}

td,
tr,
table {
  -webkit-touch-callout: none;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

button.icon-button-one,
a.icon-button-one {
  width: 32px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  padding: 0px 0;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button::after {
  top: 6px;
  right: 0;
}

.wizard-scroll.purchase-order-h-195 {
  min-height: initial;
  max-height: inherit;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .wizard-scroll.purchase-order-h-195 {
    max-height: calc(100vh - 195px);
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .wizard-scroll.purchase-order-h-195 {
    max-height: calc(100vh - 236px);
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .wizard-scroll.purchase-order-h-195 {
    max-height: calc(100vh - 240px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.purchase-order-h-195 {
    max-height: calc(100vh - 240px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.purchase-order-h-195 {
    max-height: calc(100vh - 240px);
  }
}
.wizard-scroll.purchase-order-new-195 {
  min-height: initial;
  max-height: inherit;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .wizard-scroll.purchase-order-new-195 {
    max-height: calc(100vh - 242px);
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .wizard-scroll.purchase-order-new-195 {
    max-height: calc(100vh - 250px);
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .wizard-scroll.purchase-order-new-195 {
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.purchase-order-new-195 {
    max-height: calc(100vh - 290px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.purchase-order-new-195 {
    max-height: calc(100vh - 290px);
  }
}
.wizard-scroll.add-purchase-order-h {
  min-height: initial;
  max-height: inherit;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .wizard-scroll.add-purchase-order-h {
    max-height: calc(100vh - 245px);
  }
}
@media (min-width: 1281px) and (max-width: 1399px) {
  .wizard-scroll.add-purchase-order-h {
    max-height: calc(100vh - 245px);
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .wizard-scroll.add-purchase-order-h {
    max-height: calc(100vh - 295px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.add-purchase-order-h {
    max-height: calc(100vh - 295px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.add-purchase-order-h {
    max-height: calc(100vh - 295px);
  }
}
.wizard-scroll.inventory-h-300 {
  min-height: initial;
  max-height: inherit;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .wizard-scroll.inventory-h-300 {
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .wizard-scroll.inventory-h-300.show-invent-h {
    max-height: calc(100vh - 350px);
  }
}
.wizard-scroll.inventory-h-300.transfer-h-custom {
  max-height: calc(100vh - 390px);
}
@media (min-width: 992px) and (max-width: 1340px) {
  .wizard-scroll.inventory-h-300.transfer-h-custom {
    max-height: calc(100vh - 440px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.inventory-h-300.transfer-h-custom {
    max-height: calc(100vh - 510px);
  }
}
@media (min-width: 992px) and (max-width: 1365px) {
  .wizard-scroll.inventory-h-300 {
    max-height: calc(100vh - 343px);
  }
}
@media (min-width: 1366px) {
  .wizard-scroll.inventory-h-300 {
    max-height: calc(100vh - 304px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wizard-scroll.inventory-h-300 {
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 768px) {
  .wizard-scroll.inventory-h-300 .accordion .accordion-item .accordion-body .table-layout-one .table-responsive.scroll-h-365 {
    max-height: 300px;
  }
}

.pr-cus-1 {
  padding-right: 1px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .purchaseReturnModal .modal-dialog {
    max-width: 700px;
  }
  .purchaseReturnModal .modal-dialog .btn-set-tab .btnPrimary {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.accordion.accordian-new-card .accordion-item {
  position: relative;
}
.accordion.accordian-new-card .accordion-item .accordion-collapse .accordion-body .sub-accordion .accordion-item .accordion-header .accordion-button {
  padding: 16px 16px !important;
  padding-right: 12px !important;
}
.accordion.accordian-new-card .accordion-item .accordion-collapse .accordion-body .sub-accordion .accordion-item .accordion-header .accordion-button::after {
  right: 15px;
}

.maxw-121 {
  max-width: 121px;
  width: 121px;
  min-width: 121px;
}

.file-upload.min-h-90 {
  min-height: 64px;
}
.file-upload.min-h-90 label.file-label {
  padding-top: 0;
  padding-bottom: 0;
}

.mxwidth-100 {
  max-width: 100% !important;
}

.custm-vendor-btn {
  min-width: 120px;
}

.drop-w-175 {
  width: 220px;
  max-width: 100%;
}

.ps-12 {
  padding-left: 12px;
}

.grid-box-one {
  flex-wrap: wrap;
}
.grid-box-one .space-between-box .button-new-select button.dropdown-toggle {
  width: 220px;
  max-width: 100%;
}
.grid-box-one .dropdown-elipses-one .inner ul.dropdown-menu li a.dropdown-item,
.grid-box-one .dropdown-elipses-one .inner ul.dropdown-menu li span {
  max-width: 212px;
}
.grid-box-one .select-w-220 select {
  width: 220px;
}
.grid-box-one select {
  width: 175px;
  max-width: 100%;
}
.grid-box-one .location-ones {
  width: 250px;
}

.grid-box-one.accept-reports .space-between-box .button-new-select button.dropdown-toggle {
  min-width: 220px;
  width: 100%;
  max-width: 220px;
}

.invetory-tab-new .space-between-box .dropdown-elipses-one .dropdown.bootstrap-select > .dropdown-menu.show {
  min-width: 220px;
  width: 100%;
}

.tooltip {
  z-index: 1053;
}

.mxs-240 .services-dropdown.return-good-button .button-group.button-new-select .bootstrap-select .dropdown-toggle {
  border: 0 !important;
}

.salon-h-300 .table-layout-one .table-responsive {
  max-height: calc(100vh - 300px);
}
@media (min-width: 768px) and (max-width: 1332px) {
  .salon-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 350px);
  }
}
@media (min-width: 1281px) and (max-width: 1333px) {
  .salon-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 300px);
  }
}
@media (min-width: 1334px) and (max-width: 1399px) {
  .salon-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 300px);
  }
}

.good-returns-h-300 .table-layout-one .table-responsive {
  max-height: calc(100vh - 400px);
}
@media (min-width: 992px) and (max-width: 1332px) {
  .good-returns-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 450px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .good-returns-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 520px);
  }
}
@media (min-width: 1281px) and (max-width: 1333px) {
  .good-returns-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 400px);
  }
}
@media (min-width: 1334px) and (max-width: 1399px) {
  .good-returns-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 400px);
  }
}

@media (min-width: 768px) and (max-width: 930px) {
  .inventory-tab-views .mxwidth-260,
  .inventory-tab-views .select-w-220 {
    max-width: 210px;
  }
  .inventory-tab-views .select-w-220 .dropdown.bootstrap-select {
    width: 200px !important;
  }
}

@media (min-width: 768px) and (max-width: 930px) {
  .invetory-tab-new .inventory-tab-views .space-between-box .dropdown-elipses-one .dropdown.bootstrap-select > .dropdown-menu.show {
    min-width: 190px;
    max-width: 190px;
  }
}

.select-custom-dropdown .bootstrap-select .dropdown-menu.inner {
  max-height: 228px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .reports-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 233px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reports-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 345px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .reports-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 285px);
  }
}
@media (min-width: 992px) {
  .reports-h-300.owner-table-fixed .table-layout-one .table-responsive {
    max-height: calc(100vh - 180px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .reports-h-300.owner-table-fixed .table-layout-one .table-responsive {
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .reports-h-300.owner-table-fixed .table-layout-one .table-responsive {
    max-height: calc(100vh - 180px);
  }
}

@media (min-width: 992px) {
  .account-msg-tables .table-layout-one .table-responsive {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .account-msg-tables .table-layout-one .table-responsive {
    max-height: calc(100vh - 360px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .account-msg-tables .table-layout-one .table-responsive {
    max-height: calc(100vh - 320px);
  }
}

.checkbox .checkbox-input span {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .report-lists .col {
    flex: auto;
    max-width: 200px;
  }
}

.search-main-layout .mainWrapper {
  position: relative;
  z-index: 9;
}

.search-accordians .accordion .accordion-item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.search-accordians .accordion .accordion-item .accordion-header {
  border-radius: 0px 0px 0px 0px;
}
.search-accordians .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0px 0px 0px 0px;
  background-color: #caf7f3;
}
.search-accordians .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  top: 18px;
}
.search-accordians .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../Images/icons/arrow-down.svg");
  top: 13px;
  width: 15px;
  height: 15px;
  background-size: 15px;
}
.search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item {
  padding: 0;
  margin: 0;
  border: 0;
}
.search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item a {
  font-size: 14px;
  font-weight: 400;
  color: #818c9f;
  padding: 9px 10px;
  display: block;
  text-decoration: none;
  border-bottom: solid 1px #f5f5f5;
}
.search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item a.active, .search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item a:hover {
  background-color: hsla(0, 0%, 85.1%, 0.15);
  color: #2d3748;
}
.search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item:last-child a {
  border-bottom: 0;
}

.text-none {
  text-decoration: none;
}

.line-initial-one {
  line-height: initial;
}

.blank-page-170.inventory-vector-space {
  min-height: calc(100vh - 300px);
  max-height: calc(100vh - 300px);
}
@media (min-width: 1330px) and (max-width: 1400px) {
  .blank-page-170.inventory-vector-space {
    min-height: calc(100vh - 325px);
    max-height: calc(100vh - 325px);
  }
}
@media (min-width: 768px) and (max-width: 1329px) {
  .blank-page-170.inventory-vector-space {
    min-height: calc(100vh - 350px);
    max-height: calc(100vh - 350px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .blank-page-170.inventory-vector-space {
    max-height: calc(100vh - 285px);
  }
}

@media (max-width: 1100px) {
  .elipses-tab-device .min-width-120,
  .elipses-tab-device .mx-width-custom-210,
  .elipses-tab-device .min-max-width-210,
  .elipses-tab-device .min-width-160,
  .elipses-tab-device .min-width-180,
  .elipses-tab-device .min-width-170,
  .elipses-tab-device .min-width-150,
  .elipses-tab-device .p-name-width-new,
  .elipses-tab-device .p-search-name-new,
  .elipses-tab-device .p-name-width,
  .elipses-tab-device .p-name-width-two,
  .elipses-tab-device .p-search-name-width,
  .elipses-tab-device .measure-width {
    min-width: inherit;
    max-width: inherit;
    white-space: nowrap;
  }
  .elipses-tab-device .min-width-120 .mx-width-custom-210,
  .elipses-tab-device .mx-width-custom-210 .mx-width-custom-210,
  .elipses-tab-device .min-max-width-210 .mx-width-custom-210,
  .elipses-tab-device .min-width-160 .mx-width-custom-210,
  .elipses-tab-device .min-width-180 .mx-width-custom-210,
  .elipses-tab-device .min-width-170 .mx-width-custom-210,
  .elipses-tab-device .min-width-150 .mx-width-custom-210,
  .elipses-tab-device .p-name-width-new .mx-width-custom-210,
  .elipses-tab-device .p-search-name-new .mx-width-custom-210,
  .elipses-tab-device .p-name-width .mx-width-custom-210,
  .elipses-tab-device .p-name-width-two .mx-width-custom-210,
  .elipses-tab-device .p-search-name-width .mx-width-custom-210,
  .elipses-tab-device .measure-width .mx-width-custom-210 {
    min-width: inherit;
    max-width: inherit;
  }
  .elipses-tab-device .min-width-120 .text-truncate,
  .elipses-tab-device .mx-width-custom-210 .text-truncate,
  .elipses-tab-device .min-max-width-210 .text-truncate,
  .elipses-tab-device .min-width-160 .text-truncate,
  .elipses-tab-device .min-width-180 .text-truncate,
  .elipses-tab-device .min-width-170 .text-truncate,
  .elipses-tab-device .min-width-150 .text-truncate,
  .elipses-tab-device .p-name-width-new .text-truncate,
  .elipses-tab-device .p-search-name-new .text-truncate,
  .elipses-tab-device .p-name-width .text-truncate,
  .elipses-tab-device .p-name-width-two .text-truncate,
  .elipses-tab-device .p-search-name-width .text-truncate,
  .elipses-tab-device .measure-width .text-truncate {
    text-overflow: inherit;
    white-space: nowrap;
  }
}

@media (max-width: 1100px) {
  .search-main-layout .p-name-width-new,
  .search-main-layout .p-search-name-new,
  .search-main-layout .p-name-width,
  .search-main-layout .p-name-width-two,
  .search-main-layout .p-search-name-width,
  .search-main-layout .measure-width,
  .search-main-layout .gift-card-width {
    min-width: inherit;
    max-width: inherit;
    white-space: nowrap;
  }
  .search-main-layout .p-name-width-new .text-truncate-no,
  .search-main-layout .p-name-width-new .text-truncate1,
  .search-main-layout .p-search-name-new .text-truncate-no,
  .search-main-layout .p-search-name-new .text-truncate1,
  .search-main-layout .p-name-width .text-truncate-no,
  .search-main-layout .p-name-width .text-truncate1,
  .search-main-layout .p-name-width-two .text-truncate-no,
  .search-main-layout .p-name-width-two .text-truncate1,
  .search-main-layout .p-search-name-width .text-truncate-no,
  .search-main-layout .p-search-name-width .text-truncate1,
  .search-main-layout .measure-width .text-truncate-no,
  .search-main-layout .measure-width .text-truncate1,
  .search-main-layout .gift-card-width .text-truncate-no,
  .search-main-layout .gift-card-width .text-truncate1 {
    white-space: nowrap;
  }
}

#previewTableBody .maxw-121 {
  max-width: 140px;
  width: 140px;
  min-width: 140px;
}

@media (max-width: 1200px) {
  .table-layout-one table tbody tr td {
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-decoration-line: none;
  }
  .table-layout-one table tbody tr td a {
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-decoration-line: none;
  }
}

.mxwidth-200 {
  max-width: 220px;
}

.mxwidth-260 {
  max-width: 260px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .view-clients-custom .grid-box-one .search-input.mxwidth-200 {
    max-width: 190px;
  }
  .view-clients-custom .grid-box-one .space-between-box .button-new-select button.dropdown-toggle {
    width: 190px;
    max-width: 100%;
  }
}
.table-responsive table tbody td .td-inputs input.form-control {
  border-bottom: solid 1px #50cec3 !important;
}

.right-2 {
  right: 2px;
}

.form-control-plaintext {
  width: auto;
}

.line-h-0 {
  line-height: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .purchase-order-btn .btn {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.purchase-order-btn .preview-custom-new {
  padding-top: 5px;
}

@media (min-width: 768px) {
  .form-control.input-min-190 {
    min-width: 190px;
    max-width: 250px;
  }
}

.cust-right-1 {
  right: 0;
}

.cust-right-2 {
  right: 2px;
}

.show-fs-13 {
  font-size: 13.5px !important;
}

@media (min-width: 768px) and (max-width: 1329px) {
  .invetory-tab-new .blank-page-170.inventory-vector-space {
    min-height: calc(100vh - 390px);
    max-height: calc(100vh - 390px);
  }
}

.inventory-vector-manage {
  background-color: #ffffff;
}
.inventory-vector-manage.pyc-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.file-upload.drag-new {
  position: relative;
  min-height: 80px;
  padding: 7px 15px;
  border-width: 1px;
}
.file-upload.drag-new .preview-item {
  position: static;
}
.file-upload.drag-new .preview-item .remove-btn {
  width: 22px;
  height: 22px;
  top: -10px;
  right: -11px;
  font-size: 16px;
  line-height: 13px;
}
.file-upload.drag-new label.file-label {
  padding-top: 16px;
  padding-bottom: 4px;
}
.file-upload.drag-new span.file-name {
  max-width: 200px;
}

@media (min-width: 768px) {
  #previewModal .modal-dialog,
  .accept-priviews .modal-dialog {
    max-width: 98%;
  }
}
#previewModal .modal-content .modal-body .table-layout-one .table-responsive,
.accept-priviews .modal-content .modal-body .table-layout-one .table-responsive {
  max-height: calc(100vh - 350px);
}

.blank-page-320 {
  min-height: calc(100vh - 340px);
  max-height: calc(100vh - 340px);
}
@media (min-width: 768px) and (max-width: 1340px) {
  .blank-page-320 {
    min-height: calc(100vh - 375px);
    max-height: calc(100vh - 375px);
  }
}

.input-new-attend .fix-new-w {
  width: 100px;
  max-width: 100px;
  white-space: normal !important;
}

.gift-card-width {
  min-width: 282px;
  max-width: 282px;
  width: 282px;
}

.p-name-width-new {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}
.p-name-width-new .text-truncate1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
}
.p-name-width-new .text-truncate1 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}

.p-search-name-new {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}
.p-search-name-new .text-truncate1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}
.p-search-name-new .text-truncate1 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}

.attach-widths {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
}
.attach-widths .delete-report-btn {
  flex-wrap: wrap;
}

.p-name-width {
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}
.p-name-width .text-truncate1,
.p-name-width .text-truncate-no {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}
.p-name-width .text-truncate1 a,
.p-name-width .text-truncate-no a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}

.p-name-width-two {
  min-width: 440px;
  max-width: 440px;
  width: 440px;
}

.p-search-name-width {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.p-search-name-width .text-truncate1,
.p-search-name-width .text-truncate-no {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}
.p-search-name-width .text-truncate1 a,
.p-search-name-width .text-truncate-no a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}

.order-q-width {
  min-width: 90px;
  max-width: 90px;
}

.avail-pro-width {
  min-width: 90px;
  max-width: 90px;
}
.avail-pro-width input[type=text] {
  max-width: 80px;
  padding-left: 5px;
  padding-right: 5px;
}

.total-pro-width {
  min-width: 90px;
  max-width: 90px;
}

.total-p-width {
  min-width: 118px;
  max-width: 118px;
}

.measure-width {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}
.measure-width .text-truncate1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  line-height: initial;
}

.invetory-tab-new .accordian-new-card .accordion-item .accordion-body .accordion-item {
  padding-right: 10px;
}

@media (max-width: 1400px) {
  .invetory-tab-new .p-name-width {
    min-width: 185px;
    max-width: 185px;
    width: 185px;
  }
  .invetory-tab-new .p-search-name-width {
    min-width: 165px;
    max-width: 165px;
    width: 165px;
  }
  .invetory-tab-new .table-layout-one table thead tr th {
    font-size: 13px;
    padding: 8.5px 3px;
  }
  .invetory-tab-new .table-layout-one table tbody tr td {
    font-size: 12px;
    padding: 5px 3px;
  }
}
@media (max-width: 1400px) {
  .invetory-tab-new.table-remove-spaces .table-layout-one table thead tr th {
    font-size: 13px;
    padding: 8.5px 10px;
  }
  .invetory-tab-new.table-remove-spaces .table-layout-one table tbody tr td {
    font-size: 12px;
    padding: 5px 10px;
  }
}

@media (max-width: 1400px) {
  #previewModal .table-layout-one table thead tr th {
    font-size: 13px;
    padding: 8.5px 8px;
  }
  #previewModal .table-layout-one table tbody tr td {
    font-size: 12px;
    padding: 5px 8px;
  }
}
#previewModal .toast-defaults .alert {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1050;
  padding: 5px 15px;
  min-height: 52px;
  max-width: 520px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  line-height: initial;
  border-radius: 10px;
  line-height: initial;
}
#previewModal .toast-defaults p {
  max-width: 350px;
}
#previewModal .toast-defaults img.info-icos {
  width: 28px;
  height: 28px;
  min-width: 28px;
}
#previewModal .toast-defaults img.close-btns {
  width: 15px;
}
#previewModal .toast-defaults.toast-success .alert-success {
  background-color: #d1e7dd;
}
#previewModal .toast-defaults.toast-success .alert-success p {
  color: #0f5132;
}
#previewModal .toast-defaults.toast-danger .alert-danger {
  background-color: #f8d7da;
}
#previewModal .toast-defaults.toast-danger .alert-danger p {
  color: #842029;
}
#previewModal .toast-defaults.toast-warning .alert-warning {
  background-color: #fff3cd;
}
#previewModal .toast-defaults.toast-warning .alert-warning p {
  color: #664d03;
}

.search-accordians .accordion .accordion-item .accordion-body {
  max-height: 250px;
  overflow: auto;
}

@media (min-width: 1200px) {
  #testdialog .resolve-modal-h .table-layout-one .table-responsive {
    max-height: calc(100vh - 450px);
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  #testdialog .resolve-modal-h .table-layout-one .table-responsive {
    max-height: calc(100vh - 342px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #testdialog .resolve-modal-h .table-layout-one .table-responsive {
    max-height: calc(100vh - 450px);
  }
}

.search-accordians {
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
}
.search-accordians::-webkit-scrollbar {
  width: 0;
  height: 7px;
  border-radius: 2px;
}
.search-accordians::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.search-accordians::-webkit-scrollbar-thumb {
  background: #50cec3;
}
@media (min-width: 1200px) {
  .search-accordians {
    max-height: calc(100vh - 310px);
  }
}

.showing-r-txt {
  position: absolute;
  top: -7px;
  color: #c22525;
  font-size: 11px;
  left: auto;
  right: -34px;
  width: 274px;
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .showing-r-txt {
    right: -40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .showing-r-txt {
    position: static;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .user-text-size p.text-sm {
    font-size: 12.3px;
  }
}

.btn-default-new {
  background-color: transparent !important;
  padding: 5px 7px !important;
}

.sidebar-report-ico.new-icon-side {
  height: 36px;
  min-height: 36px;
  border: solid 1px #e5e5e5;
}

.search-main-layout .report-aside {
  width: 23.5%;
}
@media (max-width: 767px) {
  .search-main-layout .report-aside {
    width: 100%;
    position: static;
  }
}

.example-sidebar .search-main-layout .report-full {
  margin-top: 33px;
}

.space-between-box-new.filter-reports-one {
  align-items: center !important;
}
.space-between-box-new.filter-reports-one .icon-with-input .form-control {
  max-width: 220px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .space-between-box-new.filter-reports-one .icon-with-input .form-control {
    max-width: 185px;
  }
}

.dashboard-filter-cal .icon-with-input .form-control {
  max-width: 220px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard-filter-cal .icon-with-input .form-control {
    max-width: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-filter-cal .icon-with-input .form-control {
    max-width: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-filter-cal .w-220 {
    width: 150px !important;
    min-width: 150px;
  }
  .dashboard-filter-cal .w-220 .space-between-box .button-group .bootstrap-select {
    max-width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard-filter-cal .w-220 {
    width: 165px !important;
    min-width: 165px;
  }
  .dashboard-filter-cal .w-220 .space-between-box .button-group .bootstrap-select {
    max-width: 165px;
  }
}
@media (max-width: 767px) {
  .dashboard-filter-cal .w-220 {
    width: 100% !important;
    min-width: 100%;
  }
  .dashboard-filter-cal .mobile-btns {
    width: 100%;
  }
  .dashboard-filter-cal .dropdown.bootstrap-select {
    width: 100% !important;
  }
  .dashboard-filter-cal .icon-with-input {
    width: 100%;
  }
  .dashboard-filter-cal .icon-with-input .form-control {
    max-width: 100%;
  }
}

.font-600 {
  font-weight: 600 !important;
}

.toast-defaults .alert {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1050;
  padding: 5px 15px;
  min-height: 52px;
  max-width: 520px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  line-height: initial;
  border-radius: 10px;
  line-height: initial;
  transition: 0s all;
}
.toast-defaults .alert svg {
  transition: 0s all;
}

.search-main-layout .dropdown-elp-one .inner ul.dropdown-menu.inner,
.dashboard-filter-cal .dropdown-elp-one .inner ul.dropdown-menu.inner {
  max-height: 188px;
  overflow: auto;
}
.search-main-layout .dropdown-elp-one .inner ul.dropdown-menu li a.dropdown-item,
.search-main-layout .dropdown-elp-one .inner ul.dropdown-menu li a span,
.dashboard-filter-cal .dropdown-elp-one .inner ul.dropdown-menu li a.dropdown-item,
.dashboard-filter-cal .dropdown-elp-one .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
  width: 100%;
}
@media (min-width: 1200px) {
  .search-main-layout .dropdown-elp-one.status-drop-h .inner ul.dropdown-menu.inner,
  .dashboard-filter-cal .dropdown-elp-one.status-drop-h .inner ul.dropdown-menu.inner {
    max-height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-main-layout .space-between-box .button-group .bootstrap-select,
  .dashboard-filter-cal .space-between-box .button-group .bootstrap-select {
    max-width: 200px;
  }
}

.location-top-proforma .dropdown-elp-one .inner ul.dropdown-menu.inner {
  max-height: 188px;
  overflow: auto;
}
.location-top-proforma .dropdown-elp-one .inner ul.dropdown-menu li a.dropdown-item,
.location-top-proforma .dropdown-elp-one .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
  width: 100%;
}

.msg-per-drop .dropdown-elp-one .inner ul.dropdown-menu.inner {
  max-height: 188px;
  overflow: auto;
}
.msg-per-drop .dropdown-elp-one .inner ul.dropdown-menu li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
  width: 100%;
}
.msg-per-drop .dropdown-elp-one .inner ul.dropdown-menu li a.dropdown-item,
.msg-per-drop .dropdown-elp-one .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
  width: 100%;
}

@media (max-width: 1200px) {
  .search-accordians .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 12px;
  }
}
.search-accordians .accordion .accordion-item .accordion-body ul li a {
  font-size: 12px;
}

@media (min-width: 1300px) {
  .search-main-layout .report-aside .search-accordians {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .search-main-layout .report-aside .search-accordians {
    max-height: calc(100vh - 370px);
  }
}
.search-main-layout .report-full .reports-h-300 .table-layout-one .table-responsive {
  max-height: calc(100vh - 267px);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .search-main-layout .report-full .reports-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 349px);
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  .search-main-layout .report-full .reports-h-300 .table-layout-one .table-responsive {
    max-height: calc(100vh - 270px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-main-layout .report-full .reports-h-300 .no-record-found {
    min-height: calc(100vh - 350px);
    max-height: calc(100vh - 350px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-main-layout .report-full .reports-h-300 .no-record-found {
    min-height: calc(100vh - 340px);
    max-height: calc(100vh - 340px);
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .search-main-layout .report-full .reports-h-300 .no-record-found {
    min-height: 360px !important;
  }
}
.search-main-layout .report-full .reports-h-300.report-with-btn .table-layout-one .table-responsive {
  max-height: calc(100vh - 268px);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .search-main-layout .report-full .reports-h-300.report-with-btn .table-layout-one .table-responsive {
    max-height: calc(100vh - 320px);
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  .search-main-layout .report-full .reports-h-300.report-with-btn .table-layout-one .table-responsive {
    max-height: calc(100vh - 273px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-main-layout .report-full .reports-h-300.report-with-btn .no-record-found {
    min-height: calc(100vh - 400px);
    max-height: calc(100vh - 400px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-main-layout .report-full .reports-h-300.report-with-btn .no-record-found {
    min-height: calc(100vh - 390px);
    max-height: calc(100vh - 390px);
  }
}
.search-main-layout .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li.selected a.dropdown-item span.check-mark {
  position: absolute;
  display: inline-block;
  right: 5px;
  left: auto;
  top: 5px;
  width: 18px;
  height: 26px;
  border-radius: 0;
}
.search-main-layout .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li.selected.disabled {
  display: none;
}
.search-main-layout .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li a.dropdown-item span.check-mark {
  display: none;
}
.search-main-layout .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li a.dropdown-item span.check-mark::after {
  border-radius: 0;
  content: "";
  position: relative;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
}
.search-main-layout .services-dropdown.select-arrow-tick.single-selection-r-arrow .inner ul.dropdown-menu li.selected a.dropdown-item span.check-mark {
  display: none !important;
}

@media (max-width: 1250px) {
  .flex-wrap-1200 {
    flex-wrap: wrap;
  }
}

.min-w-100 {
  min-width: 120px;
}

.tooltip-target {
  display: inline-block;
}

.custom-tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
  margin: auto;
  max-width: 400px;
}

.table-layout-one table tbody tr td.p-name-width {
  position: relative;
}

.text-center-tables thead tr th {
  text-align: center !important;
}
.text-center-tables tbody tr td {
  text-align: center !important;
}

.services-td-h {
  max-height: 44px;
  overflow: auto;
  line-height: initial;
}

@media (min-width: 768px) {
  .report-full .fixedtable-wrapper form.form-vertical {
    overflow: hidden;
  }
}

.feed-modal-table .table-layout-one table tbody td.py-5.bg-white {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.feed-modal-table .table-layout-one table tbody td.py-5.bg-white > img.img-fluid {
  max-width: 100px;
}

.delete-report-btn .btn.btnDanger {
  width: 28px;
  min-width: 28px;
  height: 28px;
}

.closeout-form-modal .form-group {
  margin-bottom: 10px;
}
.closeout-form-modal .form-group label em {
  color: red;
}
.closeout-form-modal .form-control {
  height: 34px;
  font-size: 13px;
}
.closeout-form-modal textarea.form-control {
  min-height: 60px;
}

#testdialog .modal-xlg .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .reports-h-300.feed-modal-table .table-layout-one .table-responsive {
    max-height: calc(100vh - 542px);
  }
}

#myForm .closeout-form-modal .form-group {
  margin-bottom: 13px !important;
}
#myForm .closeout-form-modal.closemb-12 {
  margin-bottom: 12px !important;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #myForm .closeout-form-modal.closeout-forms .form-group {
    margin-bottom: 6px !important;
  }
  #myForm .closeout-form-modal.closeout-forms .form-group label {
    line-height: initial;
    margin-bottom: 2px !important;
    font-size: 13px;
  }
  #myForm .closeout-form-modal.closeout-forms .form-control {
    height: 30px;
  }
}

.search-main-layout .bs-actionsbox .btn-group button.actions-btn {
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .modal .report-scl-table .table-layout-one .table-responsive {
    max-height: calc(100vh - 355px);
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .modal .report-scl-table .table-layout-one .table-responsive {
    max-height: calc(100vh - 394px);
  }
}

.modal-psr {
  position: relative;
}

.reports-h-300.two-header-fixes .table-layout-one {
  border-radius: 0px;
}
.reports-h-300.two-header-fixes .table-responsive {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.reports-h-300.two-header-fixes .table-responsive table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.reports-h-300.two-header-fixes .table-responsive table thead tr th {
  position: sticky;
  top: 0;
  background-color: #f5f5f5;
  z-index: 9;
  border: 1px solid #2d3748;
  border-bottom: 2px solid #2d3748;
  border-radius: 0;
}
.reports-h-300.two-header-fixes .table-responsive table thead tr th:first-child {
  top: 0;
  z-index: 9;
  background-color: #f5f5f5;
  border: 1px solid #2d3748;
  border-bottom: 2px solid #2d3748;
  border-radius: 0;
}
.reports-h-300.two-header-fixes .table-responsive table thead tr:nth-child(2) th {
  top: 41px;
  z-index: 3;
  background-color: #f5f5f5;
  border: 1px solid #2d3748;
  border-bottom: 2px solid #2d3748;
  border-radius: 0px;
}
.reports-h-300.two-header-fixes .table-responsive table tbody td {
  border: 1px solid #2d3748;
  vertical-align: middle;
}
.reports-h-300.two-header-fixes .table-responsive table tbody tr:last-child {
  position: sticky;
  bottom: 0;
}
.reports-h-300.two-header-fixes .table-responsive table tbody tr:last-child th {
  background-color: #f5f5f5;
}
.reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(odd) {
  background: #f0fefd;
}
.reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(odd) td {
  background-color: transparent;
}
.reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(even) {
  background: #ffffff;
}
.reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(even) td {
  background-color: transparent;
}
.reports-h-300.two-header-fixes.two-heads-new .table-responsive table thead tr:nth-child(2) th {
  top: 62px;
}

.redeam-badges .text-bg-primary {
  background-color: #6ab5ae !important;
  color: #ffffff !important;
  font-size: 12px;
  padding: 4px 5px;
  min-width: 65px;
}

.border-img-4 {
  border-radius: 4px;
}

.reports-h-300 .table-layout-one .table-responsive table tr.footer-bottom-fixed {
  position: sticky;
  bottom: -1px;
  z-index: 9;
}
.reports-h-300 .table-layout-one .table-responsive table tr.footer-bottom-fixed td {
  background-color: #eeeeee !important;
}

.vendor-drop-new .dropdown-elp-one .inner ul.dropdown-menu li a span.check-mark {
  display: none;
}

.vendor-drop-new.new-purchase-drop .bootstrap-select .dropdown-menu.inner {
  max-height: 152px;
  overflow: auto;
}

#dialog-event-form .modal-dialog,
.reports-m-h .modal-dialog {
  max-height: calc(100vh - 110px);
}

.text-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
}

.text-wrapper.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.text-content,
.show-more-less {
  display: inline;
  vertical-align: bottom;
}

.show-more-less {
  margin-left: 5px;
  color: #50cec3;
  cursor: pointer;
  white-space: nowrap;
  background: #ffffff;
}

#purchase_order_form form .form-control-plaintext,
#dialog-event-form2 form .form-control-plaintext,
#dialog-event-form3 form .form-control-plaintext,
.text-bold-reports form .form-control-plaintext {
  font-weight: 600;
}

.search-main-layout .table-layout-one table thead tr th {
  z-index: 9;
}

.mt-3-cus {
  margin-top: 6px;
  margin-bottom: 3px !important;
}

.mxw-190 {
  max-width: 190px;
}

.dash-card-lists .card {
  min-height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  border: 0;
  overflow: hidden;
}
.dash-card-lists .card .d-flex h2,
.dash-card-lists .card .d-flex p {
  line-height: initial;
}
.dash-card-lists .card .d-flex h2 span.d-block,
.dash-card-lists .card .d-flex p span.d-block {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  -webkit-decoration-line: none !important;
}
.dash-card-lists .card .dash-img-box {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.dash-card-lists .card .dash-img-box > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.dash-card-lists .card.dash-card-one {
  background-color: #b55432;
}
.dash-card-lists .card.dash-card-two {
  background-color: #009b8f;
}
.dash-card-lists .card.dash-card-three {
  background-color: #3675eb;
}
.dash-card-lists .card.dash-card-three .dash-img-box > img {
  width: 24px !important;
  height: auto !important;
}
.dash-card-lists .card.dash-card-four {
  background-color: #e58f0d;
}
.dash-card-lists .card.dash-card-four .dash-img-box > img {
  width: 24px !important;
  height: auto !important;
}
.dash-card-lists .m-count {
  border-top: solid 1px #ddd;
}
.dash-card-lists .m-count.py-2-c {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.dash-card-lists .m-count p {
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .dash-card-lists .m-count p {
    font-size: 13px !important;
  }
}
.dash-card-lists .m-count.count-one {
  background-color: #973e1f;
}
.dash-card-lists .m-count.count-two {
  background-color: #067b72;
}
.dash-card-lists .m-count.count-three {
  background-color: #2858b2;
}
.dash-card-lists .m-count.count-four {
  background-color: #d3850f;
}

.w-60-c {
  max-width: 65px;
}
@media (max-width: 1400px) {
  .w-60-c {
    max-width: 60px;
  }
}

.mx-300-c {
  max-width: 280px;
}

.rating-box {
  border: solid 1px #50cec3;
}
.rating-box .feed-inner-box {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .rating-box .feed-inner-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
  .rating-box .feed-inner-box h3 {
    font-size: 14px;
  }
  .rating-box .feed-inner-box p {
    font-size: 12px;
  }
  .rating-box .feed-inner-box h3,
  .rating-box .feed-inner-box p {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .rating-box .feed-inner-box.feed-new-srv {
    align-items: center !important;
  }
  .rating-box .feed-inner-box.feed-new-srv h3 {
    margin-bottom: 0 !important;
  }
}
.rating-box textarea.form-control {
  min-height: 116px;
}

@media (max-width: 767px) {
  .star-ratings {
    min-width: 110px;
    justify-content: flex-end;
  }
}
.star-ratings li {
  list-style: none;
}
.star-ratings li > img {
  width: 24px;
}
@media (max-width: 767px) {
  .star-ratings li > img {
    width: 15px;
  }
}

.thank-layouts {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .thank-layouts {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 60px 0;
  }
}
.thank-layouts .thank-contains {
  display: flex;
  justify-content: center;
  text-align: center;
}
.thank-layouts .price-texts {
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}

@media (min-width: 992px) {
  .rule-mx-w select.form-select {
    max-width: 260px;
  }
}

.rules-check-0 input[type=checkbox] {
  margin-left: 0;
}

.chart-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
}

.user-states {
  text-align: center;
}
.user-states .use-state-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-states .use-state-box > img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .laundry-tabs .table-layout-one .table-responsive {
    max-height: calc(100vh - 275px) !important;
  }
}
@media (min-width: 992px) {
  .laundry-tabs .table-layout-one .table-responsive {
    max-height: calc(100vh - 270px) !important;
  }
}
.laundry-tabs .table-layout-one .table-responsive table tbody tr td .td-inputs {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .create-tab-ui.laundry-tabs ul.nav.nav-pills li {
    margin-bottom: 5px;
  }
}
.create-tab-ui.laundry-tabs .tab-content .table.table-input-text td .td-inputs input.form-control {
  border-bottom: solid 1px #50cec3 !important;
}

@media (min-width: 768px) {
  .expense-popup {
    max-width: 97%;
  }
}
@media (min-width: 768px) {
  .expense-popup .table-responsive {
    max-height: 200px;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .expense-inner-height {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expense-inner-height .custom-radio-new {
    min-width: 80px;
  }
  .expense-inner-height .custom-radio-new span.text-sm {
    font-size: 11.5px;
  }
}
@media (min-width: 992px) {
  .expense-inner-height .custom-radio-new {
    min-width: 95px;
  }
}

.add-ticket-modal .modal-dialog {
  margin-block: 6px;
}
.add-ticket-modal .modal-dialog .modal-content {
  padding-bottom: 0;
}
.add-ticket-modal .modal-dialog .modal-content .modal-body .card-new-border .card {
  border: solid 1px #e5e5e5;
}
.add-ticket-modal .modal-dialog .modal-content .btn {
  font-size: 13px;
  padding: 3px 13px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-content .btn {
    font-size: 12px;
    padding: 2px 13px;
  }
}
.add-ticket-modal .modal-dialog .modal-content .btn.btnOutline {
  background-color: hsla(174.76, 56.25%, 56.08%, 0.1) !important;
}
.add-ticket-modal .modal-dialog .modal-content .btn.btnAction {
  width: 24px;
  height: 24px;
}
.add-ticket-modal .modal-dialog .modal-content .btn > img {
  width: 15px;
}
@media (min-width: 768px) {
  .add-ticket-modal .modal-dialog {
    max-width: 97%;
  }
}
.add-ticket-modal .modal-dialog .modal-header > img {
  position: absolute;
  top: 7px;
  right: 5px;
  cursor: pointer;
  width: 34px;
}
.add-ticket-modal .modal-dialog .modal-body {
  padding-top: 5px;
  max-height: calc(100vh - 65px);
  overflow: auto;
}
.add-ticket-modal .modal-dialog .modal-body input:-webkit-autofill,
.add-ticket-modal .modal-dialog .modal-body input:-webkit-autofill:hover,
.add-ticket-modal .modal-dialog .modal-body input:-webkit-autofill:focus,
.add-ticket-modal .modal-dialog .modal-body textarea:-webkit-autofill,
.add-ticket-modal .modal-dialog .modal-body select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
@media (min-width: 1200px) {
  .add-ticket-modal .modal-dialog .modal-body .cust-col4 {
    width: 36.33%;
    padding-right: 4px;
  }
  .add-ticket-modal .modal-dialog .modal-body .cust-col4 input#phone {
    min-width: 100px;
  }
}
@media (min-width: 1200px) {
  .add-ticket-modal .modal-dialog .modal-body .cust-col5 {
    width: 38.33%;
  }
}
@media (min-width: 1200px) {
  .add-ticket-modal .modal-dialog .modal-body .cust-col2 {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .add-ticket-modal .modal-dialog .modal-body .cust2-col4 {
    width: 38%;
  }
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables {
  position: relative;
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables .space-between-box .inner ul.dropdown-menu li a {
  font-size: 12px;
  padding: 4px 14px;
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables .space-between-box .inner ul.dropdown-menu li a span {
  font-size: 12px;
}
@media (min-width: 1201px) and (max-width: 1280px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables {
    min-height: calc(100vh - 434px) !important;
    max-height: calc(100vh - 434px);
  }
}
@media (min-width: 1281px) and (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables {
    min-height: calc(100vh - 500px) !important;
    max-height: calc(100vh - 500px);
  }
}
@media (min-width: 1401px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables {
    max-height: calc(100vh - 545px);
  }
}
@media (min-width: 1401px) and (max-width: 1599px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables {
    min-height: 200px !important;
  }
}
@media (min-width: 1600px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables {
    min-height: 290px !important;
  }
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive tbody tr td .calendar-dropdown-one .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu > .inner {
  max-height: 100px !important;
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive {
  max-height: 115px;
}
.add-ticket-modal .modal-dialog .modal-body .card .card-header {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .card .card-header {
    font-size: 13px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .form-control,
.add-ticket-modal .modal-dialog .modal-body .form-select {
  height: 28px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 4px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .form-control,
  .add-ticket-modal .modal-dialog .modal-body .form-select {
    height: 26px;
    font-size: 12px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .form-control.date-picker-icon {
  background-size: 12px;
  background-position: right 5px top 5px;
}
@media (min-width: 320px) and (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .form-control.date-picker-icon {
    background-size: 10px;
    width: 100% !important;
  }
}
.add-ticket-modal .modal-dialog .modal-body .mb-2 {
  margin-bottom: 6px !important;
}
.add-ticket-modal .modal-dialog .modal-body .text-sm {
  font-size: 13px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .text-sm {
    font-size: 12px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .text-sm.mb-1 {
  margin-bottom: 3px !important;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .text-sm.mb-1 {
    margin-bottom: 2px !important;
  }
}
.add-ticket-modal .modal-dialog .modal-body .custom-radio-new .radio-btn {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.add-ticket-modal .modal-dialog .modal-body .custom-radio-new .radio-btn::after {
  width: 10px;
  height: 10px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body textarea.form-control {
    min-height: 55px;
  }
}
@media (min-width: 1401px) {
  .add-ticket-modal .modal-dialog .modal-body textarea.form-control {
    min-height: 70px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select.form-control {
  padding-top: 3px;
}
.add-ticket-modal .modal-dialog .modal-body .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select .dropdown-toggle {
  background-position: right 10px top 6px;
  padding-right: 25px;
  padding-top: 0;
  font-size: 13px;
  border: 0 !important;
}
.add-ticket-modal .modal-dialog .modal-body .card {
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #e7e7e7;
}
@media (max-width: 1280px) {
  .add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive .min-width-180 {
    min-width: 130px;
    width: 130px;
    max-width: 130px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card .card-header {
  background-color: #7e838a;
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive {
  min-height: 115px !important;
  max-height: 115px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive {
    min-height: 90px !important;
    max-height: 90px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive table tbody tr {
  background-color: #f6f6f6;
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive table tbody tr td {
  background-color: #f6f6f6;
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive table tbody tr td .no-record-found.py-5 {
  background: #f6f6f6 !important;
  min-height: auto !important;
  padding: 12px 0 !important;
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive table tbody tr td .no-record-found.py-5 > img {
  width: 60px;
}
.add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive table tbody tr td .no-record-found.py-5 p {
  font-size: 12px;
  margin-top: 8px !important;
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one table thead tr th {
  padding: 5px 12px;
  height: 36px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one table thead tr th {
    font-size: 12px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one table tbody tr td {
  font-size: 13px;
  line-height: initial;
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one table tbody tr td .calendar-dropdown-one .space-between-box .select-arrow-tick .bootstrap-select.show-tick button.dropdown-toggle {
  max-width: 200px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .table-layout-one table tbody tr td {
    font-size: 12px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .table-layout-one table tbody tr td .checkbox-input input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.add-ticket-modal .ui-autocomplete {
  z-index: 9999 !important;
  border-radius: 10px;
  max-height: 200px;
  top: 43px;
  width: 270px !important;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #ccc;
  position: absolute !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #eeeeee;
}
.add-ticket-modal .ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  background: transparent !important;
  color: #2d3748 !important;
  font-weight: 500 !important;
  border: 0 !important;
  margin: 0 !important;
  display: flex;
  white-space: nowrap;
  gap: 5px;
  align-items: center;
  font-size: 15px;
}
.add-ticket-modal .ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper > img {
  width: 15px;
}
.add-ticket-modal .ui-menu .ui-menu-item {
  padding: 5px 5px 5px 10px;
  border-bottom: solid 1px #e7e7e7;
}
.add-ticket-modal .ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}

.table-layout-one table tbody tr td .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select.form-control {
  position: static;
  max-width: 130px;
}

.remove_evsr {
  margin: auto;
}

.w-51 {
  min-width: 51px;
  width: 51px;
}

.min-h-40 {
  min-height: 40px;
}

#staffRevenueChart {
  height: 350px !important;
}

.location-p-lists .table-layout-one table tbody tr td {
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  -webkit-decoration-line: none !important;
}

.dark-mode .add-ticket-modal .modal-dialog .modal-body .card .table-layout-one .table-responsive table tbody tr td .no-record-found.py-5 {
  background: #010100 !important;
}
.dark-mode .top-service-tables tbody tr td input {
  background-color: #2d2e2f !important;
  border: solid 1px #444040 !important;
  color: #ebebeb;
  outline: 0;
}
.dark-mode .chart-placeholder .tertiary-color {
  color: #2d3748;
}
.dark-mode label.custom-radio-new span.tertiary-color > img {
  filter: invert(100%) brightness(1000%);
}
.dark-mode .insta-bill-modules .ui-menu .ui-menu-item > div {
  background: transparent !important;
  color: #ebebeb !important;
}
.dark-mode .add-ticket-modal .modal-dialog .modal-content .modal-body .card .card-header {
  color: #ebebeb !important;
}
.dark-mode .add-ticket-modal .modal-dialog .modal-body .card .table-layout-one table tbody tr td {
  background-color: #010100;
}
.dark-mode .add-ticket-modal .ui-menu .ui-menu-item {
  border-bottom: solid 1px #444040;
}
.dark-mode .add-ticket-modal .ui-menu .ui-menu-item img {
  filter: invert(100%) brightness(1000%);
}
.dark-mode .add-ticket-modal .ui-menu .ui-menu-item img.cal-same-color {
  filter: initial;
}
.dark-mode .add-ticket-modal .ui-autocomplete {
  border: solid 1px #444040 !important;
  background: #121212 !important;
}
.dark-mode .add-ticket-modal .ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  background: transparent !important;
  color: #ebebeb !important;
}

.owner-msg-lay {
  padding-right: 10px;
  padding-bottom: 10px;
}
.owner-msg-lay label.checkbox-input {
  font-size: 14px;
  line-height: 20px;
}
.owner-msg-lay .floating-label-form-group {
  margin-bottom: 0;
}
.owner-msg-lay .floating-label-form-group label {
  margin-bottom: 5px;
}
.owner-msg-lay .floating-label-form-group label.control-label {
  font-weight: 600;
}
.owner-msg-lay .checkbox {
  margin-top: 10px;
}
.owner-msg-lay .icon-with-input > img {
  display: none;
}
@media (min-width: 768px) {
  .owner-msg-lay {
    max-height: calc(100vh - 175px);
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .owner-msg-lay {
    max-height: calc(100vh - 200px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .owner-msg-lay {
    max-height: calc(100vh - 200px);
  }
}

.dashboard-main-layout .chart-card {
  position: relative;
}
@media (min-width: 1280px) {
  .dashboard-main-layout .chart-card.min-h-445 {
    min-height: 445px;
  }
}
.dashboard-main-layout .chart-card h2,
.dashboard-main-layout .chart-card p {
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .dashboard-main-layout .chart-card {
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  .dashboard-main-layout .chart-card {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .dashboard-main-layout .dash-inner {
    padding-right: 10px;
    max-height: calc(100vh - 185px);
    overflow: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-main-layout .dash-inner {
    max-height: calc(100vh - 240px);
  }
}

@media (min-width: 1200px) {
  .location-p-lists .no-record-found {
    min-height: calc(100vh - 200px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .location-p-lists .reports-h-300.owner-table-fixed .table-layout-one .table-responsive {
    max-height: calc(100vh - 215px);
  }
}

@media (max-width: 1300px) {
  .text-m-14s {
    font-size: 13px;
  }
}

.charts-tab-one li button.nav-link {
  color: #2d3748;
  border-bottom: solid 1px transparent;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
}
.charts-tab-one li button.nav-link.active, .charts-tab-one li button.nav-link:hover {
  background-color: transparent !important;
  color: #50cec3;
  border-bottom: solid 1px #50cec3;
}

@media (min-width: 768px) {
  .calendar-container-cls {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 10px;
  }
}
.calendar-container-cls .fc-timeline-lane-frame .fc-timeline-event-harness .fc-custom-border {
  border-left-width: 6px !important;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th {
  background: #f1f1f1;
  font-weight: 500;
}
.calendar-container-cls.fc.fc-theme-standard .fc-resource-timeline table.fc-scrollgrid thead tr th .fc-scroller .fc-timeline-header table tbody tr th .fc-timeline-slot-frame > a {
  font-weight: normal;
  text-decoration: none;
  color: #2d3748;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc.fc-theme-standard .fc-resource-timeline table.fc-scrollgrid thead tr th .fc-scroller .fc-timeline-header table tbody tr th .fc-timeline-slot-frame > a {
    font-size: 13px;
  }
}
.calendar-container-cls.fc.fc-theme-standard .fc-resource-timeline table.fc-scrollgrid tbody tr td .fc-timeline-events .fc-timeline-event-harness a .fc-event-main .fc-event-title,
.calendar-container-cls.fc.fc-theme-standard .fc-resource-timeline table.fc-scrollgrid tbody tr td .fc-timeline-events .fc-timeline-event-harness a .fc-event-main .fc-blocked-content {
  overflow: hidden;
}
.calendar-container-cls.fc.fc-theme-standard .fc-resource-timeline table.fc-scrollgrid tbody tr td .fc-timeline-events .fc-timeline-event-harness a .fc-event-main .fc-event-title span,
.calendar-container-cls.fc.fc-theme-standard .fc-resource-timeline table.fc-scrollgrid tbody tr td .fc-timeline-events .fc-timeline-event-harness a .fc-event-main .fc-blocked-content span {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 5px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.calendar-container-cls.fc.fc-theme-standard .fc-timegrid table.fc-scrollgrid tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 1000;
  min-width: 150px;
  width: 150px;
}
.calendar-container-cls.fc.fc-theme-standard .fc-timegrid table.fc-scrollgrid tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table tbody tr td:first-child > .fc-timegrid-slot-label-frame {
  text-align: left;
}
@media (max-width: 767px) {
  .calendar-container-cls.fc.fc-theme-standard .fc-timegrid table.fc-scrollgrid tbody tr td .fc-scroller-harness .fc-scroller .fc-timegrid-body .fc-timegrid-slots table tbody tr td:first-child > .fc-timegrid-slot-label-frame {
    font-size: 13px;
  }
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid tr th:first-child {
  border-top-left-radius: 0;
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid tr th:last-child {
  border-top-right-radius: 0;
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-event-title,
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-blocked-content {
  color: #0d1619;
  font-size: 11.5px;
  font-weight: 400;
  padding: 0;
  padding-bottom: 0;
  line-height: 15px;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-event-title,
  .calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-blocked-content {
    font-size: 11px;
  }
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-event-title strong,
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-blocked-content strong {
  font-weight: 600;
  letter-spacing: 0.2px;
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-event-title > span,
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-blocked-content > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 2px;
  line-height: inherit;
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-event-title > span img:not(.cal-same-color),
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-blocked-content > span img:not(.cal-same-color) {
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(100%);
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-event .fc-event-main .fc-blocked-content {
  color: #ffffff;
}
.calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-custom-border {
  border-left-width: 7px !important;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc.fc-theme-standard .fc-scrollgrid .fc-timegrid-body tbody td .fc-timegrid-col-events .fc-timegrid-event-harness a.fc-custom-border {
    border-left-width: 7px !important;
  }
}
.calendar-container-cls.fc .fc-toolbar {
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1300px) {
  .calendar-container-cls.fc .fc-toolbar {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .calendar-container-cls.fc .fc-toolbar {
    justify-content: flex-start;
  }
}
.calendar-container-cls.fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
  margin-left: auto;
}
@media (max-width: 767px) {
  .calendar-container-cls.fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    flex-direction: column;
  }
  .calendar-container-cls.fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) #fc-location-container {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .calendar-container-cls .location-dropdown-container .mxw-250 {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .calendar-container-cls .location-dropdown-container {
    min-width: 100%;
  }
}
.calendar-container-cls .location-dropdown-container .inner ul.dropdown-menu li.no-results {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calendar-container-cls .location-dropdown-container .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 185px;
  width: 100%;
}
.calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 {
  padding-left: 0;
  padding-right: 0;
  min-width: 220px;
}
@media (min-width: 768px) and (max-width: 950px) {
  .calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 {
    min-width: 180px;
    width: 180px !important;
  }
}
.calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 .dropdown-toggle.btn-light {
  outline: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  width: 200px;
  padding: 3px 0;
  padding-left: 1rem;
  padding-right: 1.5rem;
  line-height: initial;
  color: #2d3748 !important;
  font-weight: 400;
}
.calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 .dropdown-toggle + .dropdown-menu {
  margin-top: 5px !important;
}
.calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 .dropdown-menu input.form-control {
  width: 200px !important;
}
.calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 .inner {
  max-height: 150px !important;
  overflow: auto;
  border: none !important;
}
.calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px;
  width: 100%;
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex.gap-2 {
  gap: 0 !important;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  background: #ffffff;
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex.gap-2 input[readonly] {
  background-color: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  transition: none !important;
  max-width: 192px;
  font-size: 13px;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 950px) {
  .calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex.gap-2 input[readonly] {
    max-width: 195px;
  }
}
@media (max-width: 450px) {
  .calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex.gap-2 input[readonly] {
    font-size: 11px;
  }
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex button.btn-outline-secondary {
  border: 0 !important;
  background: transparent !important;
  font-size: 0px;
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex button.btn-outline-secondary::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid 2px #2d3748;
  border-right: 0;
  border-top: 0;
  transform: rotate(45deg);
  border-radius: 0;
  top: 11px;
  left: 14px;
  opacity: 1;
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex button#fc-next-btn {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .calendar-container-cls .fc-toolbar-chunk #fc-location-container .home-cal-dropdown {
    width: 100%;
  }
}
.calendar-container-cls .fc-toolbar-chunk #fc-location-container input.form-control {
  width: 220px;
  padding-left: 1rem;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 950px) {
  .calendar-container-cls .fc-toolbar-chunk #fc-location-container input.form-control {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .calendar-container-cls .fc-toolbar-chunk #fc-location-container input.form-control {
    width: 100%;
  }
}
.calendar-container-cls table.fc-col-header thead tr th {
  font-weight: 500;
  color: #2d3748;
  font-size: 14px;
  padding: 5px;
  line-height: 18px;
  background: #f5f5f5 !important;
  border: 0 !important;
}
.calendar-container-cls table.fc-col-header thead tr th .fc-scrollgrid-sync-inner {
  margin: auto;
}
.calendar-container-cls table.fc-col-header thead tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .d-flex.align-items-center.gap-2 {
  flex-direction: column;
  gap: 2px !important;
}
.calendar-container-cls table.fc-col-header thead tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .d-flex.align-items-center.gap-2 > img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.calendar-container-cls table.fc-col-header thead tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .d-flex.align-items-center.gap-2 span.staff-name-span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 117px;
}
@media (max-width: 1400px) {
  .calendar-container-cls table.fc-col-header thead tr th .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion .d-flex.align-items-center.gap-2 span.staff-name-span {
    font-size: 13px;
  }
}
.calendar-container-cls table.fc-col-header thead tr th,
.calendar-container-cls table.fc-col-header thead tr td {
  height: 40px;
  max-height: 40px;
  vertical-align: middle;
}
.calendar-container-cls .fc-toolbar-chunk {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .calendar-container-cls .fc-toolbar-chunk {
    width: 100%;
  }
}
.calendar-container-cls .fc-toolbar-chunk button.fc-button-primary {
  background-color: transparent !important;
  color: #2d3748 !important;
  border: 0 !important;
  padding: 0 0;
  margin-left: 0;
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDropdown-button.fc-button-primary .dropdown button.dropdown-toggle {
  background: #ffffff !important;
  border: 0 !important;
  color: #2d3748;
  border: solid 1px #e5e5e5 !important;
  padding: 6px 18px;
  font-weight: normal;
  font-size: 13px;
  position: relative;
  padding-right: 33px;
  transition: none !important;
}
@media (max-width: 767px) {
  .calendar-container-cls .fc-toolbar-chunk button.fc-customDropdown-button.fc-button-primary .dropdown button.dropdown-toggle {
    font-size: 12px;
  }
}
.calendar-container-cls .fc-toolbar-chunk button.fc-customDropdown-button.fc-button-primary .dropdown button.dropdown-toggle::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid 1px #2d3748;
  border-right: 0;
  border-top: 0;
  transform: rotate(-45deg);
  border-radius: 0;
  top: 9px;
  left: auto;
  right: 13px;
  opacity: 1;
}
.calendar-container-cls .loader-center {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 101;
  display: flex;
  align-content: center;
  justify-content: center;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.calendar-container-cls .loader-center > img {
  display: flex;
  margin: auto;
  margin-top: auto;
  align-content: center;
}
.calendar-container-cls .fc-timegrid-axis-cushion {
  visibility: hidden;
}
.calendar-container-cls .fc-view-harness {
  overflow: visible !important;
}
.calendar-container-cls .fc-view-harness {
  overflow-x: auto !important;
  min-height: calc(100vh - 145px);
  max-height: calc(100vh - 145px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .calendar-container-cls .fc-view-harness {
    min-height: calc(100vh - 205px);
    max-height: calc(100vh - 205px);
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .calendar-container-cls .fc-view-harness {
    min-height: calc(100vh - 165px);
    max-height: calc(100vh - 165px);
  }
}
.calendar-container-cls .fc-dom-1 {
  overflow-x: auto !important;
}
.calendar-container-cls .slider-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.calendar-container-cls .slider-container #columnWidthValue,
.calendar-container-cls .slider-container #rowHeightValue {
  font-size: 13px;
}
.calendar-container-cls .slider-container label {
  min-width: 100px;
}
.calendar-container-cls.fc .fc-listDay-view {
  min-height: 300px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .calendar-container-cls.fc .fc-listDay-view .fc-scroller {
    overflow-x: auto !important;
  }
}
.calendar-container-cls.fc .fc-listDay-view .fc-scroller table.fc-list-table tbody tr th,
.calendar-container-cls.fc .fc-listDay-view .fc-scroller table.fc-list-table tbody tr td {
  font-size: 14px;
}
.calendar-container-cls.fc .fc-listDay-view .fc-list-empty {
  border-radius: 0;
  min-height: calc(100vh - 240px);
  max-height: calc(100vh - 240px);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .calendar-container-cls.fc .fc-listDay-view .fc-list-empty {
    min-height: calc(100vh - 290px);
    max-height: calc(100vh - 290px);
  }
}
.calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr:nth-child(odd) {
  background: #f0fefd !important;
}
.calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr:nth-child(even) {
  background: #ffffff !important;
}
.calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr th .fc-list-day-cushion span.fc-list-day-text {
  font-weight: 600 !important;
  color: #2d3748 !important;
}
.calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr.fc-custom-heading td {
  font-weight: 600 !important;
  color: #2d3748 !important;
}
.calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr.fc-event td .badge.text-bg-primary {
  font-size: 12px;
}
.calendar-container-cls .calendar-dropdown-c ul.dropdown-menu {
  overflow: visible;
}
.calendar-container-cls .calendar-dropdown-c .dropdown-submenu {
  position: relative;
}
.calendar-container-cls .calendar-dropdown-c .dropdown-submenu .dropdown-toggle {
  background-position: right 12px top 15px;
}
.calendar-container-cls .calendar-dropdown-c .dropdown-submenu .submenu {
  position: absolute;
  top: 0;
  left: -158px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  min-width: 154px;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .calendar-container-cls .calendar-dropdown-c .dropdown-submenu .submenu {
    left: auto;
    right: 158px;
  }
}
.calendar-container-cls .calendar-dropdown-c .dropdown-submenu .submenu .dropdown-item {
  background-color: transparent;
  color: #2d3748;
}
.calendar-container-cls .calendar-dropdown-c .dropdown-submenu:hover .submenu, .calendar-container-cls .calendar-dropdown-c .dropdown-submenu:focus .submenu, .calendar-container-cls .calendar-dropdown-c .dropdown-submenu:active .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}

.slider-container #columnWidthValue,
.slider-container #rowHeightValue {
  font-size: 13.5px;
}
@media (max-width: 1280px) {
  .slider-container #columnWidthValue,
  .slider-container #rowHeightValue {
    font-size: 12.5px;
  }
}

.card-cus-gift {
  background-color: #FBF9F9;
  border-radius: 10px;
}

.calemdar-gift-card {
  background-image: url("../Images/icons/gift-new-card.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 112px;
  background-position: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .calemdar-gift-card {
    min-height: 141px;
  }
}
@media (max-width: 767px) {
  .calemdar-gift-card {
    background-position: center;
    background-size: contain;
  }
}

.gift-ico-box img.gift-loc-icon {
  max-width: 16px;
}

.badges-inactives {
  text-transform: uppercase;
  background-color: rgba(42, 41, 41, 0.5) !important;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 400;
  border-radius: 30px;
  min-width: auto;
  padding: 2px 7px;
  line-height: initial;
}

.badges-appoints {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: rgb(0, 169, 176) !important;
  font-size: 11px;
  font-weight: 400;
  border-radius: 30px;
  min-width: auto;
  padding: 2px 7px;
  line-height: initial;
}

.gift-text-badge {
  display: flex;
  justify-content: center;
  min-height: 112px;
  flex-direction: column;
}

.zoom-custom-height {
  display: flex;
  box-shadow: none !important;
  border: 0 !important;
  position: fixed;
  right: 320px;
  bottom: 7px;
  z-index: 101;
  align-items: center;
  gap: 1rem !important;
  padding: 0 !important;
  max-width: 450px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .zoom-custom-height {
    right: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .zoom-custom-height {
    right: 24px;
    bottom: 47px;
  }
}
@media (max-width: 767px) {
  .zoom-custom-height {
    right: 5px;
    left: 9px;
    bottom: 0;
  }
}
.zoom-custom-height .slider-container {
  display: flex;
  gap: 7px;
  align-items: center;
  /* Webkit Browsers (Chrome, Safari) */
  /* Firefox */
}
.zoom-custom-height .slider-container label {
  line-height: initial;
  font-size: 11.5px;
  color: #2d3748;
  font-weight: 500;
  white-space: nowrap;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .zoom-custom-height .slider-container label {
    font-size: 11.5px;
  }
}
@media (max-width: 767px) {
  .zoom-custom-height .slider-container label {
    font-size: 11px;
  }
}
.zoom-custom-height .slider-container input[type=range].custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 3px;
  outline: none;
}
.zoom-custom-height .slider-container input[type=range].custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background: #50cec3;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -5px;
  /* Align with track */
}
.zoom-custom-height .slider-container input[type=range].custom-range::-webkit-slider-runnable-track {
  height: 6px;
  background: linear-gradient(to right, #50cec3 0%, #50cec3 var(--progress), #ddd var(--progress), #ddd 100%);
  border-radius: 3px;
}
.zoom-custom-height .slider-container input[type=range].custom-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  background: #50cec3;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.zoom-custom-height .slider-container input[type=range].custom-range::-moz-range-track {
  height: 6px;
  background: #ddd;
  border-radius: 3px;
}
.zoom-custom-height .slider-container input[type=range].custom-range::-moz-range-progress {
  background-color: #50cec3;
  height: 6px;
  border-radius: 3px;
}

.popover.bs-popover-auto {
  min-width: 250px;
}
.popover.bs-popover-auto .popover-body {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.popover.bs-popover-auto .popover-body .pop_calender hr {
  border-top: 0;
  margin: 2px 0;
}
.popover.bs-popover-auto .popover-body .pop_calender > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 7px;
}
.popover.bs-popover-auto .popover-body .pop_calender > span img {
  width: 16px;
}
.popover.bs-popover-auto .popover-body .pop_calender > span img:not(.cal-same-color) {
  filter: invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}
.popover.bs-popover-auto .popover-body ul.unstyled li {
  margin-bottom: 10px;
}
.popover.bs-popover-auto .popover-body ul.unstyled li a {
  font-size: 14px;
  color: #2d3748;
  font-weight: 500;
}
.popover.bs-popover-auto .popover-body ul.unstyled li img {
  width: 20px;
  height: 20px;
}
.popover .radius-50 {
  border-radius: 50%;
}

.text-red-new {
  color: #b15252;
}

.close_payments_main form .card {
  border: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.close_payments_main form .card .card-header {
  border-bottom: none;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .close_payments_main form .card .card-header {
    min-height: 35px;
  }
}
.close_payments_main form .card .card-header h3 {
  font-size: 1rem;
  margin-bottom: 0;
  color: #2d3748;
  font-weight: 500;
}
.close_payments_main form .card .card-footer {
  border-top: 0;
}
.close_payments_main form .card .card-body {
  padding: 0 0;
}
.close_payments_main form .card .card-body .textarea-newh textarea.form-control {
  min-height: 145px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card .card-body .textarea-newh textarea.form-control {
    min-height: 95px;
  }
}
.close_payments_main form .card .card-body ul.list-unstyled li {
  gap: 1rem;
  border-bottom: solid 1px #f2f2f2;
  padding: 4px 14px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card .card-body ul.list-unstyled li {
    padding: 3px 14px;
  }
}
.close_payments_main form .card .card-body ul.list-unstyled li:last-child {
  border-bottom: 0;
}
.close_payments_main form .card .card-body ul.list-unstyled li span {
  color: #3d405b;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .close_payments_main form .card .card-body ul.list-unstyled li span {
    font-size: 12px;
  }
}
.close_payments_main form .card .card-body ul.list-unstyled li input[readonly] {
  background-color: transparent !important;
}
.close_payments_main form .card .card-body ul.list-unstyled li input {
  opacity: 1;
  border: 0 !important;
  outline: 0;
  width: 105px;
  min-width: 105px;
  margin-bottom: 0;
  height: 28px;
  font-size: 13px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card .card-body ul.list-unstyled li input {
    font-size: 12px;
    height: 22px;
  }
}
@media (max-width: 1199px) {
  .close_payments_main form .card .card-body ul.list-unstyled li input {
    text-align: right !important;
    padding-right: 0 !important;
  }
}
.close_payments_main form .card .card-body ul.list-unstyled li input.border-inputs {
  border: solid 1px #e7e7e7 !important;
}
.close_payments_main form .card .card-body ul.list-unstyled li textarea.form-control {
  min-height: 158px;
}
.close_payments_main form .card.cards-primary .card-body {
  min-height: 230px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card.cards-primary .card-body {
    min-height: 170px;
  }
}
.close_payments_main form .card.cards-primary .card-header,
.close_payments_main form .card.cards-primary .card-footer {
  background: rgb(201, 255, 250);
}
.close_payments_main form .card.cards-secondarys .card-body {
  min-height: 230px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card.cards-secondarys .card-body {
    min-height: 170px;
  }
}
.close_payments_main form .card.cards-secondarys .card-header,
.close_payments_main form .card.cards-secondarys .card-footer {
  background: rgb(210, 231, 244);
}
.close_payments_main form .card.cards-thirds .card-body {
  min-height: 264px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card.cards-thirds .card-body {
    min-height: 204px;
  }
}
.close_payments_main form .card.cards-thirds .card-header,
.close_payments_main form .card.cards-thirds .card-footer {
  background: rgb(232, 241, 240);
}
.close_payments_main form .card.cards-fours .card-body {
  min-height: 264px;
}
@media (max-width: 1400px) {
  .close_payments_main form .card.cards-fours .card-body {
    min-height: 204px;
  }
}
.close_payments_main form .card.cards-fours .card-header,
.close_payments_main form .card.cards-fours .card-footer {
  background: rgb(254, 221, 255);
}
.close_payments_main form .card.cards-fifths .card-header,
.close_payments_main form .card.cards-fifths .card-footer {
  background: rgb(160, 243, 193);
}
.close_payments_main form .card.cards-sixth {
  border: solid 1px #e5e5e5;
}
.close_payments_main form .card.cards-sixth .card-header {
  border-bottom: solid 1px #e5e5e5;
}
.close_payments_main form .card.cards-sixth .card-footer {
  border-top: solid 1px #e5e5e5;
}
.close_payments_main form .card.cards-sixth .card-header,
.close_payments_main form .card.cards-sixth .card-footer {
  background-color: #faf9f9;
}
.close_payments_main .close_payments_main #cashManagementTab form .card .card-body ul.list-unstyled li input.border-inputs {
  padding-right: 12px !important;
}

@media (min-width: 1200px) {
  .closepay-popup .modal-body {
    max-height: calc(100vh - 65px);
    overflow: auto;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .closepay-popup .table-layout-one .table-responsive {
    max-height: calc(100vh - 490px);
  }
}

.cancel-requests textarea {
  min-height: 60px !important;
  height: 60px;
}

.create-tab-ui.tab2.close_payments_main ul.nav.nav-pills {
  border-bottom: solid 1px #e5e5e5 !important;
}
.create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button {
  background: #f4f4f4;
  color: #2d3748;
}
@media (max-width: 1400px) {
  .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button {
    font-size: 13px;
    min-height: 34px;
  }
}
.create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button.active, .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button:hover {
  background: #50cec3 !important;
  color: #ffffff !important;
}

.font-italic {
  font-style: italic;
}

@media (max-width: 450px) {
  .h3-mo {
    font-size: 14px;
  }
}

.manual-cards {
  background-color: #FBF9F9;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: solid 1px #e7e7e7;
  position: relative;
  padding: 10px 12px 8px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .manual-cards .text-xs {
    font-size: 10px;
  }
}
.manual-cards .manuals-img-box {
  position: relative;
}
.manual-cards .manuals-img-box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .manual-cards .manuals-img-box::after {
    top: 6px;
    left: 32px;
  }
}
.manual-cards.red-tick .manuals-img-box::after {
  background-image: url("../Images/icons/red-tick-ico.svg");
}
.manual-cards.green-tick .manuals-img-box::after {
  background-image: url("../Images/icons/green-tick-ico.svg");
}
.manual-cards.blue-tick .manuals-img-box::after {
  background-image: url("../Images/icons/blue-tick-ico.svg");
}
.manual-cards.gray-tick .manuals-img-box::after {
  background-image: url("../Images/icons/gray-tick-ico.svg");
}
.manual-cards.log-tick .manuals-img-box::after {
  background-image: url("../Images/icons/leave-icos.svg");
}
.manual-cards .custom-radio-new {
  position: absolute;
  top: 8px;
  right: 4px;
  z-index: 1;
}
.manual-cards .custom-radio-new > span.tertiary-color > img {
  filter: invert(100%) brightness(1000%);
}
.manual-cards .custom-radio-new .radio-btn {
  width: 16px;
  height: 16px;
}
.manual-cards .custom-radio-new .radio-btn::after {
  width: 12px;
  height: 12px;
}
@media (max-width: 450px) {
  .manual-cards p,
  .manual-cards h3 {
    font-size: 10px;
  }
}
.manual-cards .manuals-img-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.manual-cards .manuals-img-box > img {
  border-radius: 50%;
  width: 60px !important;
  min-width: 60px;
  height: 60px !important;
}
@media (max-width: 991px) {
  .manual-cards .manuals-img-box {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .manual-cards .manuals-img-box > img {
    width: 40px !important;
    min-width: 40px;
    height: 40px !important;
  }
}

ul.autocomplete.list-group li.list-group-item {
  font-size: 13px;
}

.blog-time-modal .modal-header {
  background-color: #50cec3;
}

.product-issue-modal .visibility-hidden {
  visibility: hidden;
}

.calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select .dropdown-toggle {
  min-height: -moz-max-content;
  min-height: max-content;
  background-position: right 10px top 12px;
  padding-right: 25px;
}
.calendar-dropdown-one .space-between-box .inner ul.dropdown-menu li {
  font-size: 13px;
}
.calendar-dropdown-one .space-between-box .inner ul.dropdown-menu li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 13px;
}
.calendar-dropdown-one .space-between-box .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  width: 100%;
}
.calendar-dropdown-one.cus-width-350 .space-between-box .inner ul.dropdown-menu li a {
  max-width: 330px;
}
.calendar-dropdown-one.cus-width-350 .space-between-box .inner ul.dropdown-menu li a span {
  max-width: 300px;
}
.calendar-dropdown-one.cus-width-350 .space-between-box .inner ul.dropdown-menu li a span.check-mark {
  display: none;
}
.calendar-dropdown-one .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li.selected a.dropdown-item span.check-mark {
  position: absolute;
  display: inline-block;
  right: 5px;
  left: auto;
  top: 5px;
  width: 18px;
  height: 26px;
  border-radius: 0;
}
.calendar-dropdown-one .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li.selected.disabled {
  display: none;
}
.calendar-dropdown-one .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li a.dropdown-item span.check-mark {
  display: none;
}
.calendar-dropdown-one .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li a.dropdown-item span.check-mark::after {
  border-radius: 0;
  content: "";
  position: relative;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
}
.calendar-dropdown-one .services-dropdown.select-arrow-tick.single-selection-r-arrow .inner ul.dropdown-menu li.selected a.dropdown-item span.check-mark {
  display: none !important;
}

@media (min-width: 768px) {
  .border-left-right {
    border-left: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
  }
}

.cus-width-350 {
  max-width: 330px;
}

.calendar-modal .appoint-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px !important;
  margin-top: 70px;
  min-height: 245px;
  max-height: 245px;
}
.calendar-modal .appoint-box.blue {
  background-color: #e8ecf2;
}
.calendar-modal .appoint-box.pink {
  background-color: #f0e0e9;
}
.calendar-modal .appoint-box .appoint-imgbox {
  margin-top: -90px;
}
.calendar-modal .appoint-box .appoint-imgbox > img {
  max-width: 150px;
  max-height: 120px;
}
.calendar-modal .appoint-box h2 {
  font-size: 16px;
  font-weight: 600;
  color: #3d405b;
  margin-top: 10px;
}
.calendar-modal .appoint-box p {
  color: #3d405b;
  font-size: 14px;
  font-weight: 400;
}

#dialog-note .modal-header {
  display: flex;
  justify-content: flex-end;
  border-bottom: 0;
  padding: 0 0;
}
#dialog-note .modal-header button.close_note {
  background: black !important;
  color: #ffffff;
  padding: 0px 0 0px;
  width: 30px;
  height: 30px;
  margin: 0 0;
  z-index: 99;
  font-size: 24px !important;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 0;
  border: 0 !important;
  position: absolute;
  right: -14px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #dialog-note .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 24px;
  }
}

.pink-note .calendar-modal .appoint-box.blue {
  background-color: #f0e0e9;
}

.txt-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.txt-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-backdrop.show.second-backdrop {
  z-index: 1055;
}

#dialog-note {
  z-index: 1056;
}

.single-note .modal-dialog {
  max-width: 480px;
  position: relative;
}
.single-note .modal-dialog .modal-header button.close_note {
  right: 38px !important;
  top: 100px;
}
.single-note .modal-dialog .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.blog-full-dropdown .space-between-box .button-group .bootstrap-select {
  width: 100% !important;
}
.blog-full-dropdown .space-between-box .inner ul.dropdown-menu.inner {
  max-height: 180px;
  overflow-y: auto;
}
.blog-full-dropdown .space-between-box .dropdown-elp-one .inner ul.dropdown-menu li a {
  max-width: 360px;
}
.blog-full-dropdown .space-between-box .dropdown-elp-one .inner ul.dropdown-menu li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 330px;
  width: 100%;
}

.blog-heaings {
  background: #50cec3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .table-layout-one.table-staff-branch .table-responsive {
    max-height: calc(100vh - 530px);
  }
}
@media (min-width: 1200px) {
  .table-layout-one.table-staff-branch .table-responsive {
    max-height: calc(100vh - 410px);
  }
}

.product-repeat-box .form-control {
  font-size: 13px;
}
.product-repeat-box .form-select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.insta-bill-modules .toast-defaults .alert {
  position: fixed;
}
.insta-bill-modules .custom-radio-new .radio-btn {
  width: 14px !important;
  height: 14px !important;
}
.insta-bill-modules .loader-center {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  z-index: 101;
  display: flex;
  align-content: center;
  justify-content: center;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.insta-bill-modules .loader-center > img {
  display: flex;
  margin: auto;
  margin-top: auto;
  align-content: center;
}
.insta-bill-modules .ui-autocomplete {
  z-index: 9999 !important;
  border-radius: 10px;
  max-height: 200px;
  top: 55px;
  left: 12px;
  width: 250px !important;
  overflow: auto;
  overflow-x: hidden;
  background: #ffffff;
  border: 1px solid #ccc;
  position: absolute !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #eeeeee;
}
@media (max-width: 1199px) {
  .insta-bill-modules .ui-autocomplete {
    max-height: 140px;
  }
}
.insta-bill-modules .ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  background: transparent !important;
  color: #2d3748 !important;
  font-weight: 500 !important;
  border: 0 !important;
  margin: 0 !important;
  display: flex;
  white-space: nowrap;
  gap: 5px;
  align-items: center;
  font-size: 15px;
}
.insta-bill-modules .ui-menu .ui-menu-item {
  padding: 5px 5px 5px 10px;
  border-bottom: solid 1px #e7e7e7;
}
.insta-bill-modules .ui-menu .ui-menu-item > div {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  word-break: break-word;
}
.insta-bill-modules .ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}
.insta-bill-modules .right-section-wrapper {
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow: inherit;
  padding-bottom: 24px !important;
}
.insta-bill-modules .table-layout-one .table-responsive {
  min-height: 160px;
  max-height: 200px;
}
@media (min-width: 992px) {
  .insta-bill-modules .table-layout-one .table-responsive.prev-outstanding-bill {
    max-height: calc(100vh - 180px);
  }
  .insta-bill-modules .table-layout-one .table-responsive.prev-outstanding-bill .footer-bottom-fixed {
    position: sticky;
    bottom: 0;
  }
}
.insta-bill-modules .bill-view-new .table-layout-one .table-responsive {
  min-height: 328px;
  max-height: 328px;
}
.insta-bill-modules .right-insta-table .table-layout-one .table-responsive {
  min-height: 80px;
  max-height: 200px;
}
.insta-bill-modules button.btn-transparents {
  background: transparent !important;
  outline: 0;
  border: 0;
  padding: 0 0;
  color: #ffffff;
  font-weight: 600;
}
.insta-bill-modules .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select.form-control .dropdown-toggle {
  background-position: right 10px top 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.insta-bill-modules .insta-custom-packages .table-layout-one .table-responsive {
  min-height: 50px;
  max-height: -moz-max-content;
  max-height: max-content;
}

@media (min-width: 768px) {
  .table-layout-one table tbody tr td .calendar-dropdown-one .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu {
    min-width: 160px;
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .table-layout-one table tbody tr td .calendar-dropdown-one .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu {
    min-width: 160px;
    max-width: 180px;
  }
}

.calendar-dropdown-one.free-issue-dropdown .space-between-box .button-group.new-tally-error .bootstrap-select .dropdown-toggle {
  min-height: 40px;
  background-position: right 10px top 16px;
  font-size: 13px;
}
@media (min-width: 1200px) {
  .calendar-dropdown-one.free-issue-dropdown .space-between-box .button-group.new-tally-error .bootstrap-select > .dropdown-menu > .inner {
    max-width: 160px;
  }
}

.bill-view-new .table-layout-one .table-responsive .footer-item-total {
  position: sticky;
  left: 0;
  right: 0;
  top: 292px;
  bottom: -1px;
  z-index: 9;
  background-color: #eeeeee !important;
  font-size: 12px !important;
}
@media (max-width: 1400px) {
  .bill-view-new .table-layout-one .table-responsive .footer-item-total {
    top: 287px;
  }
}

.min-w-12p {
  min-width: 12px;
}

.insta-sale-modules .insta-inputs .ui-autocomplete {
  top: 31px;
  left: 57px;
}
.insta-sale-modules .insta-inputs .s-c-inputs {
  max-width: 100%;
  padding-right: 26px;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .insta-sale-modules .insta-inputs .s-c-inputs {
    width: 140px;
  }
}
@media (min-width: 1400px) {
  .insta-sale-modules .insta-inputs .s-c-inputs {
    width: 165px;
  }
}
.insta-sale-modules .create-tab-ui .btn {
  font-size: 12px;
  padding: 3px 18px;
}
.insta-sale-modules .create-tab-ui ul.nav.nav-pills li {
  max-width: 120px;
  padding: 0 2px;
}
.insta-sale-modules .create-tab-ui ul.nav.nav-pills li button {
  min-height: 34px;
  border-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.insta-sale-modules .create-tab-ui ul.nav.nav-pills li button:first-child {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: block;
}
@media (max-width: 1400px) {
  .insta-sale-modules .create-tab-ui ul.nav.nav-pills li button:first-child {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 1400px) {
  .insta-sale-modules .create-tab-ui ul.nav.nav-pills li button {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
}
.insta-sale-modules .create-tab-ui ul.nav.nav-pills li button::after {
  display: none;
}
.insta-sale-modules .text-sm {
  font-size: 13px;
}
@media (max-width: 1400px) {
  .insta-sale-modules .text-sm {
    font-size: 12px;
  }
}
.insta-sale-modules .text-sm .mb-1 {
  margin-bottom: 3px;
}
.insta-sale-modules .custom-radio-new .radio-btn {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.insta-sale-modules .custom-radio-new .radio-btn::after {
  width: 10px;
  height: 10px;
}
.insta-sale-modules .checkbox-input input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.insta-sale-modules .mb-2 {
  margin-bottom: 6px !important;
}
@media (min-width: 768px) {
  .insta-sale-modules .bill-view-t .table-layout-one .table-responsive table tbody tr td,
  .insta-sale-modules .bill-view-new .table-layout-one .table-responsive table tbody tr td {
    max-width: 130px;
  }
  .insta-sale-modules .bill-view-t .table-layout-one .table-responsive table tbody tr td.s-select,
  .insta-sale-modules .bill-view-new .table-layout-one .table-responsive table tbody tr td.s-select {
    word-wrap: break-word;
  }
}
@media (max-width: 1400px) {
  .insta-sale-modules .bill-view-t .table-layout-one .table-responsive table tbody tr td,
  .insta-sale-modules .bill-view-new .table-layout-one .table-responsive table tbody tr td {
    font-size: 11px;
  }
}
@media (max-width: 1440px) {
  .insta-sale-modules .bill-view-t .table-layout-one .table-responsive table tbody tr td.p-name-width,
  .insta-sale-modules .bill-view-new .table-layout-one .table-responsive table tbody tr td.p-name-width {
    min-width: 180px;
    width: 180px;
  }
}
@media (min-width: 1441px) {
  .insta-sale-modules .bill-view-t .table-layout-one .table-responsive table tbody tr td.p-name-width,
  .insta-sale-modules .bill-view-new .table-layout-one .table-responsive table tbody tr td.p-name-width {
    min-width: 250px;
    width: 250px;
  }
}
@media (max-width: 1400px) {
  .insta-sale-modules .bill-view-t .table-layout-one table tbody tr td .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select.form-control,
  .insta-sale-modules .bill-view-new .table-layout-one table tbody tr td .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select.form-control {
    max-width: 115px;
  }
}
.insta-sale-modules .right-insta-table .table-layout-one table tbody tr td.pay-m-width .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select.form-control {
  max-width: 88px;
}
.insta-sale-modules .right-insta-table .table-layout-one table tbody tr td.pay-m-width .calendar-dropdown-one .space-between-box .button-group.new-tally-error .bootstrap-select .dropdown-menu {
  min-width: 140px;
  max-width: 140px;
}
.insta-sale-modules .table-layout-one table thead tr th {
  padding: 5px 12px;
  height: 36px;
  font-size: 13px;
}
@media (max-width: 1400px) {
  .insta-sale-modules .table-layout-one table thead tr th {
    font-size: 12px;
  }
}
.insta-sale-modules .table-layout-one table tbody tr td {
  font-size: 13px;
  line-height: initial;
}
.insta-sale-modules .form-control,
.insta-sale-modules .form-select {
  height: 28px;
  font-size: 13px;
  padding-top: 3px;
  padding-bottom: 4px;
}
@media (max-width: 1400px) {
  .insta-sale-modules .form-control,
  .insta-sale-modules .form-select {
    font-size: 11.5px;
  }
}
.insta-sale-modules .border-bottom-insta {
  border-bottom: solid 1px #e7e7e7;
}
.insta-sale-modules .ticket-info-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
  font-size: 13px;
  color: #2d3748;
  margin-top: 5px;
  margin-bottom: 12px;
}
.insta-sale-modules .ticket-info-bar span {
  white-space: nowrap;
  font-size: 13px;
}
.insta-sale-modules .ticket-info-bar .history-link {
  margin-left: auto;
  color: #50cec3;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
}
.insta-sale-modules .ticket-info-bar .history-link:hover {
  text-decoration: underline;
}

.calendar-dropdown-one .space-between-box .button-group select.return-staff-dropdown {
  width: 130px;
  max-width: 100%;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .insta-bill-modules .loccusshow .flex-wrap.gap-md-3 {
    gap: 10px !important;
  }
}

.cash-rightbar .card-header {
  background: #7e838a;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.min-wd-100 {
  min-width: 100px;
}

@media (min-width: 768px) {
  .attendance-popup {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .attendance-popup .tickets-card {
    padding-right: 10px;
    max-height: calc(100vh - 260px);
    overflow: auto;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attendance-popup .tickets-card {
    max-height: calc(100vh - 295px);
    padding-right: 10px;
    overflow: auto;
    overflow-x: hidden;
  }
}

.customdailyreport.daily-newreport .daily-report-popup .modal-dialog {
  width: 1140px !important;
  max-width: 100%;
}
.customdailyreport.daily-newreport .daily-newreport h2.headingh2 {
  font-size: 20px;
  font-weight: 500;
  color: black;
  padding: 5px 10px;
  background-color: #faf7ff;
  display: inline-block;
}
.customdailyreport.daily-newreport .daily-card-one {
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05) !important;
  border: solid 1px #e7e7e7;
  padding: 0;
  border-radius: 6px;
  margin-bottom: 5px;
  clear: both;
  overflow: hidden;
}
.customdailyreport.daily-newreport .daily-left-card {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .customdailyreport.daily-newreport .daily-left-card {
    padding: 8px;
  }
}
@media (max-width: 575px) {
  .customdailyreport.daily-newreport .daily-left-card {
    margin-bottom: 0;
  }
}
.customdailyreport.daily-newreport .daily-left-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 5px;
}
.customdailyreport.daily-newreport .daily-left-card h3.txt-yellow {
  color: #fda505;
}
.customdailyreport.daily-newreport .daily-left-card h3.txt-red {
  color: #df243d;
}
.customdailyreport.daily-newreport .daily-left-card p {
  font-size: 14px;
  color: #3d405b;
  font-weight: 500;
}
@media (max-width: 575px) {
  .customdailyreport.daily-newreport .daily-left-card p {
    margin-bottom: 0;
  }
}
.customdailyreport.daily-newreport .daily-left-card ul {
  margin: 0 0 0 0;
  padding: 0;
}
.customdailyreport.daily-newreport .daily-left-card ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.customdailyreport.daily-newreport .daily-left-card ul li img {
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .customdailyreport.daily-newreport .daily-left-card ul li img {
    width: 12px;
  }
}
.customdailyreport.daily-newreport .daily-left-card ul li p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .customdailyreport.daily-newreport .daily-left-card ul li p {
    font-size: 13px;
  }
}
.customdailyreport.daily-newreport .daily-right-card {
  border-left: solid 1px #e7e7e7;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card {
  margin-left: 0;
  border-bottom: solid 1px #e7e7e7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 2px 10px;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card:last-child > div > p {
  margin-bottom: 0;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card h3 {
  margin-top: 0;
  font-size: 16px;
  color: #2d3748;
  font-weight: 600;
  margin-bottom: -1px;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card p {
  font-size: 11.5px;
  color: #2d3748;
  font-weight: 400;
  margin-bottom: 0;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card > ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.customdailyreport.daily-newreport .daily-right-card .flex-card > ul li img {
  margin-right: 10px;
}
@media (max-width: 1400px) {
  .customdailyreport.daily-newreport .daily-right-card .flex-card > ul li img {
    width: 12px;
  }
}
.customdailyreport.daily-newreport .daily-right-card .flex-card > ul li p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.custom-daily-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .custom-daily-boxes {
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .custom-daily-boxes {
    margin-top: 10px;
  }
}

.daily-newreport h2.headingh2 {
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
  display: inline-block;
  margin-bottom: 3px;
}

.d-flex-box {
  display: flex;
}
.d-flex-box > img {
  margin-right: 12px;
  width: 24px;
  min-width: 24px;
  margin-top: 3px;
}
.d-flex-box h4 {
  font-size: 18px;
  color: #2d3748;
  font-weight: 400;
}

.daily-customcol {
  padding: 7px 10px !important;
}
.daily-customcol .d-flex-mobile > h3 {
  font-size: 16px;
  color: #2d3748;
  font-weight: 600;
}
.daily-customcol .d-flex-mobile > h4 {
  font-size: 12px;
  color: #2d3748;
  font-weight: 400;
}
.daily-customcol .d-flex-mobile > h4 > span {
  color: #818c9f;
}

.daily-card-one h3.pay-title {
  font-size: 12px;
  color: #2d3748;
  font-weight: 500;
  margin-bottom: 5px;
}
.daily-card-one.daily-customcol.payment-modules {
  min-height: auto;
  max-height: inherit;
}
.daily-card-one.daily-customcol.payment-modules h3.pay-title {
  margin-top: 0;
  margin-bottom: 0;
}
.daily-card-one.daily-customcol.payment-modules .d-flex-box h3 {
  font-size: 16px;
  color: #2d3748;
  font-weight: 600;
}
.daily-card-one.daily-customcol.payment-modules .d-flex-box h4 {
  font-size: 12px;
  color: #2d3748;
  font-weight: 400;
}
.daily-card-one.daily-customcol.payment-modules .d-flex-box h4 span {
  color: #818c9f;
}

.pay-flex-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pay-flex-box > img.img-responsive {
  width: 20px;
}

.product-daily-box h3 {
  font-size: 18px;
  color: #2d3748;
}
.product-daily-box + p {
  margin-bottom: 0;
}
.product-daily-box > p {
  margin-bottom: 5px;
}
.product-daily-box .flex-cardtwo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-daily-box .flex-cardtwo h3 {
  font-size: 16px;
  color: #2d3748;
  font-weight: 500;
  margin-bottom: 0;
}
.product-daily-box .flex-cardtwo p {
  font-size: 14px;
  color: #50cec3;
  font-weight: 400;
  margin-bottom: 0;
}
.product-daily-box p {
  font-size: 12px;
  color: #2d3748;
  font-weight: 400;
}

@media (min-width: 768px) {
  .daily-report-popup {
    max-width: 90%;
  }
}

.daily-r-cards {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .daily-r-cards {
    max-height: calc(100vh - 165px);
    overflow: auto;
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
  .daily-card-one.daily-customcol > .row {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .product-daily-box h3 {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .daily-card-one.daily-customcol > .row {
    flex-wrap: wrap;
  }
  .row.custom-col-box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .daily-card-one.daily-customcol {
    min-height: inherit;
    max-height: inherit;
  }
}
@media (max-width: 767px) {
  .daily-card-one {
    min-height: auto;
    max-height: inherit;
  }
  .daily-card-one.daily-customcol {
    min-height: auto;
    max-height: initial;
  }
  .daily-card-one.daily-customcol > .row {
    display: flex;
    flex-wrap: wrap;
  }
  .daily-customcol .col-md-2 {
    width: 50%;
  }
  .daily-customcol .col-md-2:first-child {
    width: 100%;
  }
  .daily-customcol .d-flex-mobile > p {
    margin-bottom: 15px !important;
  }
  .row.custom-col-box {
    display: flex;
    flex-wrap: wrap;
  }
  .row.custom-col-box .col-md-2 {
    width: 50%;
  }
  .daily-left-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .daily-left-card ul {
    margin-top: 0;
  }
}
#calendar_container ul.custom-autocomplete {
  z-index: 9999 !important;
  border-radius: 10px;
  max-height: 230px;
  width: 270px !important;
  overflow: auto;
  top: 110px;
  width: 315px !important;
  right: 19.1%;
  background: #ffffff;
  border: 1px solid #ccc;
  position: absolute !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: solid 1px #eeeeee;
}
#calendar_container ul.custom-autocomplete li.list-group-item {
  background: transparent !important;
  color: #50cec3 !important;
  font-weight: 500 !important;
  border: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  align-items: center;
  font-size: 14px;
  padding: 5px 5px 5px 10px;
  border-bottom: solid 1px #e7e7e7 !important;
}
#calendar_container ul.custom-autocomplete li.list-group-item h5 {
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
  width: 100%;
}
#calendar_container ul.custom-autocomplete li.list-group-item a {
  font-size: 12px;
  font-weight: 500;
  color: #50cec3;
}
#calendar_container .ui-menu .ui-menu-item {
  padding: 5px 5px 5px 10px;
  border-bottom: solid 1px #e7e7e7;
}
#calendar_container .ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}

#searchclear {
  position: absolute;
  top: 1px;
  right: 6px;
  cursor: pointer;
}
#searchclear > img {
  width: 12px;
}

#searchclearFname,
#searchclearLname {
  position: absolute;
  top: 24px;
  right: 19px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  #searchclearFname,
  #searchclearLname {
    top: 23px;
  }
}
#searchclearFname > img,
#searchclearLname > img {
  width: 12px;
}

.cust2-col4 {
  position: relative;
}
.cust2-col4 input.form-control {
  padding-right: 24px !important;
}

.inline-flex-btns {
  gap: 16px;
}
@media (max-width: 1199px) {
  .inline-flex-btns {
    gap: 8px;
  }
}
.inline-flex-btns .inner-flex-ico {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  background: #f0fefd;
  padding: 7px;
  border-radius: 10px;
}
.inline-flex-btns .inner-flex-ico:last-child {
  border-right: 0;
}
.inline-flex-btns .btn.btnOutline > span {
  color: #2d3748 !important;
}

#msgDiv a {
  color: #50cec3;
}

#model-popup .table-layout-one .table-responsive {
  min-height: 180px;
}
@media (min-width: 1200px) {
  #model-popup .table-layout-one.table-staff-branch .table-responsive {
    min-height: 220px;
  }
}
@media (min-width: 768px) {
  #model-popup .table-layout-one.table-staff-branch .table-responsive tbody tr td .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu > .inner {
    max-height: 110px !important;
  }
}

#dialog-outstanding > .modal-dialog .modal-content {
  padding: 20px 20px;
  border-radius: 10px !important;
  border: none;
  background: #e8ecf2;
}
#dialog-outstanding > .modal-dialog .modal-header {
  margin-bottom: 0;
  text-align: center;
  border-bottom: none;
  position: relative;
  padding: 0;
}
#dialog-outstanding > .modal-dialog .modal-header button.close_outstanding {
  background: #2d3748 !important;
  border: solid 0 #ffffff !important;
  color: #ffffff !important;
  position: absolute;
  right: -10px;
  top: -12px;
  z-index: 99;
  padding: 0 0 7px;
  margin: 0;
  font-size: 22px !important;
  line-height: 24px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0 !important;
}

.calendar-modal .outstanding-box {
  text-align: center;
  padding: 20px;
  border-radius: 10px !important;
  margin-top: -14px;
}
.calendar-modal .outstanding-box.blue {
  background-color: #e8ecf2;
}
.calendar-modal .outstanding-box h2 {
  font-size: 16px;
  font-weight: 700;
  color: #2d3748;
}
.calendar-modal .outstanding-box p {
  color: #3d405b;
  font-size: 14px;
  font-weight: 500;
}

.txt-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.txt-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.calendar-dropdown-one.w-220 .space-between-box .button-group.new-tally-error .bootstrap-select.form-control, .calendar-dropdown-one.width-220 .space-between-box .button-group.new-tally-error .bootstrap-select.form-control {
  max-width: 100%;
  width: 150px;
}

.expense-img-preview .image-box-new,
.expense-img-preview .img_preview_sec.img_preview_sec-new {
  gap: 8px;
  padding: 8px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .expense-img-preview .image-box-new,
  .expense-img-preview .img_preview_sec.img_preview_sec-new {
    max-height: 160px;
    overflow: auto;
  }
}
.expense-img-preview .image-box-new .img-size-expense,
.expense-img-preview .img_preview_sec.img_preview_sec-new .img-size-expense {
  height: 67px;
}

@media (min-width: 1200px) {
  .staff-management-daily {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .staff-management-daily .table-layout-one .table-responsive {
    min-height: 180px;
    max-height: calc(100vh - 373px);
    overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .staff-management-daily .table-layout-one .table-responsive {
    max-height: calc(100vh - 281px);
  }
}
.staff-management-daily .table-layout-one table thead tr th {
  font-size: 12px;
}
.staff-management-daily .table-layout-one table tbody tr td {
  font-size: 12px;
  line-height: initial;
}

@media (max-width: 1200px) {
  .mt-24-cus {
    margin-top: 24px;
  }
}

.space-between-box .dropdown-elp-one .inner ul.dropdown-menu li.no-results {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-item-total b {
  font-weight: 600;
}

.right-insta-sale .cash-rightbar .create-tab-ui ul.nav.nav-pills {
  border-radius: 0 0 0 0 !important;
}
.right-insta-sale .create-tab-ui .cash-rightbar .tab-content .tab-pane form .p-3.pt-0 {
  padding-bottom: 0 !important;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content {
  padding: 0 !important;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content .tab-pane {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content .tab-pane form .p-3.pt-0 {
  padding-bottom: 0 !important;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content .tab-pane#pills-service form {
  margin-bottom: 0;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content .tab-pane#pills-customPkg {
  padding: 0 !important;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content .tab-pane#pills-customPkg .insta-custom-packages.mb-1 {
  margin-bottom: 0 !important;
}
.right-insta-sale .create-tab-ui.tab-first-sec .tab-content .tab-pane#pills-customPkg form {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 8px;
}
.right-insta-sale .create-tab-ui ul.nav.nav-pills {
  border-radius: 10px 10px 0px 0px !important;
}
.right-insta-sale .create-tab-ui .tab-content {
  background-color: #ffffff;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
}
.right-insta-sale .create-tab-ui .tab-content .p-3.pt-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.right-insta-sale .tab-space-remove-one + .create-tab-ui .tab-content form {
  margin-bottom: 0;
}
.right-insta-sale .cash-rightbar.tab-space-remove-two .create-tab-ui .tab-content form {
  margin-bottom: 0;
}

.right-insta-table .table-layout-one table thead tr th {
  font-size: 12px;
  padding: 5px 6px;
}
.right-insta-table .table-layout-one table tbody tr td {
  font-size: 12px;
}
.right-insta-table .table-layout-one table tbody tr td select.form-control.form-select {
  width: 110px;
  font-size: 12px;
  padding-left: 12px;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-assumption-new .service-addlist {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-assumption-new {
    max-height: calc(100vh - 124px);
    overflow: auto;
  }
}
.product-assumption-new p b {
  font-weight: 600;
}

.parent-msg {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.exist-msg-div {
  display: inline-flex;
  padding: 5px 10px;
  background-color: hsla(0, 0%, 90.59%, 0.6);
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #c22525;
  margin-bottom: 5px;
}
.exist-msg-div a {
  margin-left: 4px;
}

.loader-center-new {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
  left: 47%;
}

.loader-center.loader-retention {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.calendar-container-cls a.fc-event.fc-event-mirror {
  background-color: #50cec3;
  border: solid 1px #50cec3;
}
.calendar-container-cls .fc-timegrid-col-frame a.fc-event {
  overflow: hidden;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.red-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/red-tick-ico.svg");
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.red-tick span.staff-name-span {
  color: #c22525;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.green-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/green-tick-ico.svg");
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.green-tick span.staff-name-span {
  color: #27ae60;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.blue-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/blue-tick-ico.svg");
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.blue-tick span.staff-name-span {
  color: #cb9104;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.gray-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/gray-tick-ico.svg");
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.gray-tick span.staff-name-span {
  color: #746f6f;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.log-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/leave-icos.svg");
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th.log-tick span.staff-name-span {
  color: #2141F8;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th .fc-scrollgrid-sync-inner .img-wrapper-class {
  position: relative;
}
.calendar-container-cls.fc.fc-theme-standard table.fc-scrollgrid thead tr th .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  content: "";
  position: absolute;
  top: 5px;
  left: auto;
  right: -5px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .receipt-table-one .table-layout-one .table-responsive {
    max-height: calc(100vh - 410px);
  }
}

.fc-scroller-harness .fc-scroller table tbody tr .red-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/red-tick-ico.svg");
}
.fc-scroller-harness .fc-scroller table tbody tr .red-tick span.staff-name-span {
  color: #c22525;
}
.fc-scroller-harness .fc-scroller table tbody tr .green-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/green-tick-ico.svg");
}
.fc-scroller-harness .fc-scroller table tbody tr .green-tick span.staff-name-span {
  color: #27ae60;
}
.fc-scroller-harness .fc-scroller table tbody tr .blue-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/blue-tick-ico.svg");
}
.fc-scroller-harness .fc-scroller table tbody tr .blue-tick span.staff-name-span {
  color: #cb9104;
}
.fc-scroller-harness .fc-scroller table tbody tr .gray-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/gray-tick-ico.svg");
}
.fc-scroller-harness .fc-scroller table tbody tr .gray-tick span.staff-name-span {
  color: #746f6f;
}
.fc-scroller-harness .fc-scroller table tbody tr .log-tick .fc-scrollgrid-sync-inner .img-wrapper-class::after {
  background-image: url("../Images/icons/leave-icos.svg");
}
.fc-scroller-harness .fc-scroller table tbody tr .log-tick span.staff-name-span {
  color: #2141F8;
}
.fc-scroller-harness .fc-scroller table tbody tr .img-wrapper-class {
  position: relative;
}
.fc-scroller-harness .fc-scroller table tbody tr .img-wrapper-class::after {
  content: "";
  position: absolute;
  top: 5px;
  left: auto;
  right: -5px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .giftcard-tables .table-layout-one .table-responsive {
    max-height: calc(100vh - 450px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .giftcard-tables .table-layout-one .table-responsive {
    max-height: calc(100vh - 560px);
  }
  .giftcard-tables .table-layout-one .table-responsive thead tr th {
    font-size: 13px;
  }
  .giftcard-tables .table-layout-one .table-responsive tbody tr td {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gift-c-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .close-payments-heights {
    max-height: calc(100vh - 280px);
    overflow: auto;
    overflow-x: hidden;
    padding-right: 7px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .calendar-body footer.border-top,
  .insta-bill-modules footer.border-top {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .calendar-body footer.border-top,
  .insta-bill-modules footer.border-top {
    padding: 10px 0px;
    padding-bottom: 22px;
  }
}

#customer-modal-popup .modal-content .modal-header img.close-icon-one {
  position: absolute;
  right: 5px;
  width: 36px;
  cursor: pointer;
}

.insta-bill-modules .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu > .inner ul.dropdown-menu li.no-results {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .insta-bill-modules .table-layout-one.customer-list-table .table-responsive {
    max-height: calc(100vh - 190px);
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: auto;
  }
}

.expences-table-remove-scroll .table-responsive table thead tr th {
  font-size: 13px;
  padding: 7px 8px;
}
@media (max-width: 1400px) {
  .expences-table-remove-scroll .table-responsive table thead tr th {
    padding: 7px 5px;
  }
}
.expences-table-remove-scroll .table-responsive table tbody tr td {
  font-size: 13px;
  padding: 5px 8px;
}
@media (max-width: 1400px) {
  .expences-table-remove-scroll .table-responsive table tbody tr td {
    padding: 5px 5px;
  }
}
.expences-table-remove-scroll .table-responsive table tbody tr td.p-name-width {
  min-width: 175px;
  max-width: 175px;
  width: 175px;
}
.expences-table-remove-scroll .table-responsive table tbody tr td.min-width-120 {
  min-width: 110px;
  max-width: 110px;
  width: 110px;
}

.help-modals .ticket-card-inner {
  margin-bottom: 1rem;
}
.help-modals .ticket-card-inner {
  background-color: transparent;
  flex-direction: row;
  gap: 10px;
  padding: 0 !important;
  justify-content: flex-start;
}
.help-modals .ticket-card-inner span.help-icon-box {
  margin-bottom: 0 !important;
}
.help-modals .ticket-card-inner span.help-icon-box > img {
  width: 26px;
  height: 26px;
}
.help-modals .ticket-card-inner h3 {
  font-size: 13px;
  width: auto;
}
@media (min-width: 768px) {
  .help-modals .ticket-inner-height {
    min-height: 370px;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.help-modals .heading-bg-col {
  font-size: 14px;
}

.bill-info-popup-modal .modal-dialog {
  max-width: 330px;
  text-align: center;
}
.bill-info-popup-modal .modal-dialog .modal-content .modal-body .info-ico-one {
  width: 40px;
}

@media (max-width: 1400px) {
  .closepay-popup .create-tab-ui.tab2 ul.nav.nav-pills li button {
    min-height: 32px;
    font-size: 13px;
  }
}
.closepay-popup .close_payments_main form .card .card-header h3 {
  font-size: 14px;
}
.closepay-popup .close_payments_main form .card .card-footer p {
  font-size: 13px;
}

.custom-switch-open {
  outline: 0 !important;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.1294117647);
  border: 0;
  padding: 12px 3px;
  border-radius: 20px 0 0 20px;
  background: #ffffff;
  position: fixed;
  right: 0;
  top: 175px;
  z-index: 999;
}

.calendar-toggle-btn.offcanvas-end {
  left: auto !important;
  z-index: 1060;
}
.calendar-toggle-btn ul.feature-list-new {
  max-height: 170px;
  overflow-y: auto;
}
.calendar-toggle-btn ul.feature-list-new li {
  position: relative;
  padding-left: 19px;
  list-style: none;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 18px;
}
@media (max-width: 1400px) {
  .calendar-toggle-btn ul.feature-list-new li {
    font-size: 11px;
    margin-bottom: 3px;
  }
}
.calendar-toggle-btn ul.feature-list-new li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url("../Images/icons/circle-box1.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: left;
  width: 10px;
  height: 10px;
}
.calendar-toggle-btn button.right-shift-btns {
  position: absolute;
  right: 415px;
  top: 14px;
  background-color: #ffffff;
  opacity: 1;
  width: 34px;
  height: 34px;
  padding: 0 0;
  border-radius: 50%;
  font-size: 14px;
}
.calendar-toggle-btn .radio-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 50px;
  padding: 10px 20px;
}
.calendar-toggle-btn .radio-switch input[type=radio] {
  display: none;
}
.calendar-toggle-btn .radio-switch .switch-option {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #2d3748;
}
.calendar-toggle-btn .radio-switch .switch-option .icon {
  font-size: 24px;
  margin-bottom: 4px;
}
.calendar-toggle-btn .radio-switch .switch-option span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: -26px;
  color: #717DA6;
}
.calendar-toggle-btn .radio-switch .switch-background {
  width: 66px;
  height: 55px;
  background: #D9D9D9;
  position: absolute;
  border-radius: 0;
  top: 13px;
  left: auto;
  right: auto;
  overflow: hidden;
}
.calendar-toggle-btn .radio-switch .switch-background::before, .calendar-toggle-btn .radio-switch .switch-background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 50%;
  left: 0;
  right: 0;
}
.calendar-toggle-btn .radio-switch .switch-background::before {
  top: -75%;
}
.calendar-toggle-btn .radio-switch .switch-background::after {
  bottom: -75%;
}
.calendar-toggle-btn .radio-switch #newView ~ label[for=newView],
.calendar-toggle-btn .radio-switch #oldView ~ label[for=oldView] {
  width: 60px;
  height: 60px;
  min-height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EAEAEA;
}
.calendar-toggle-btn .radio-switch #newView ~ label[for=newView] .icon > img {
  width: 35px;
}
.calendar-toggle-btn .radio-switch #oldView ~ label[for=oldView] .icon > img {
  width: 30px;
}
.calendar-toggle-btn .radio-switch #newView ~ label[for=newView] .icon > img,
.calendar-toggle-btn .radio-switch #oldView ~ label[for=oldView] .icon > img {
  filter: brightness(0) invert(0);
}
.calendar-toggle-btn .radio-switch #newView:checked ~ label[for=newView],
.calendar-toggle-btn .radio-switch #oldView:checked ~ label[for=oldView] {
  background-color: #50cec3;
  color: #ffffff;
}
.calendar-toggle-btn .radio-switch #newView:checked ~ label[for=newView] span,
.calendar-toggle-btn .radio-switch #oldView:checked ~ label[for=oldView] span {
  color: #2d3748;
}
.calendar-toggle-btn .radio-switch #newView:checked ~ label[for=newView] .icon > img,
.calendar-toggle-btn .radio-switch #oldView:checked ~ label[for=oldView] .icon > img {
  filter: brightness(0) invert(1);
}

.use-state-box {
  position: relative;
}
.use-state-box::after {
  content: "";
  position: absolute;
  top: 5px;
  left: auto;
  right: -5px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 50%;
}
.use-state-box.red-tick::after {
  background-image: url("../Images/icons/red-tick-ico.svg");
}
.use-state-box.green-tick::after {
  background-image: url("../Images/icons/green-tick-ico.svg");
}
.use-state-box.blue-tick::after {
  background-image: url("../Images/icons/blue-tick-ico.svg");
}
.use-state-box.gray-tick::after {
  background-image: url("../Images/icons/gray-tick-ico.svg");
}
.use-state-box.log-tick::after {
  background-image: url("../Images/icons/leave-icos.svg");
}

.span-hor-ver {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: initial;
}
.span-hor-ver > img {
  width: 18px;
}
.span-hor-ver > img.done-imk {
  width: 15px;
  display: block;
  margin-left: auto;
  position: relative;
  left: 8px;
}

.cust-footer-logo img {
  width: 75px;
}
.cust-footer-logo p {
  font-size: 11px;
}

.calendar-body .bootstrap-select .dropdown-menu,
.insta-bill-modules .bootstrap-select .dropdown-menu {
  max-width: 100%;
}
.calendar-body .bootstrap-select .dropdown-menu li.no-results,
.insta-bill-modules .bootstrap-select .dropdown-menu li.no-results {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}

.insta-bill-modules #pills-packages .form-control {
  font-size: 13px;
}
.insta-bill-modules #pills-packages .ui-menu .ui-menu-item {
  font-size: 12px;
}

.calendar-container-cls.fc .fc-timegrid-axis-cushion,
.calendar-container-cls.fc .fc-timegrid-slot-label-cushion {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc .fc-timegrid-axis-cushion,
  .calendar-container-cls.fc .fc-timegrid-slot-label-cushion {
    font-size: 13px;
  }
}
.calendar-container-cls.fc .fc-resource-timeline-flat .fc-datagrid-expander-placeholder {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc .fc-resource-timeline-flat .fc-datagrid-expander-placeholder {
    font-size: 13px;
  }
}
.calendar-container-cls.fc .fc-scroller-harness .fc-scroller table tbody tr .img-wrapper-class {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc .fc-scroller-harness .fc-scroller table tbody tr .img-wrapper-class {
    font-size: 13px;
  }
}
.calendar-container-cls.fc .fc-scroller-harness .fc-scroller table tbody tr .staff-name-span {
  font-size: 14px;
}
@media (max-width: 1400px) {
  .calendar-container-cls.fc .fc-scroller-harness .fc-scroller table tbody tr .staff-name-span {
    font-size: 13px;
  }
}

.add-ticket-modal .modal-dialog .modal-body .card-new-border .card-b-tsize {
  border-top: 0 !important;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one table tbody tr td {
  font-size: 12px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one table tbody tr td {
    font-size: 11px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table thead tr th {
  font-size: 13px;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:first-child {
  width: 75px;
  min-width: 75px;
  max-width: 75px;
}
@media (min-width: 1601px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:first-child {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:nth-child(2) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:nth-child(3) {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:nth-child(3) {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
  }
}
@media (min-width: 1601px) and (max-width: 1799px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:nth-child(3) {
    width: 245px;
    min-width: 245px;
    max-width: 245px;
  }
}
@media (min-width: 1800px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:nth-child(3) {
    width: 270px;
    min-width: 270px;
    max-width: 270px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-rating-left table tbody tr td:last-child {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size .table-responsive {
  min-height: 154px !important;
  max-height: 154px !important;
}
@media (max-width: 1400px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size .table-responsive {
    min-height: 128px !important;
    max-height: 128px !important;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table thead {
  position: sticky;
  top: 0;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table thead tr th {
  background: #7e838a !important;
  color: #ffffff;
  min-height: 39px;
  font-size: 14px;
  font-weight: 500;
  height: 39px;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child .min-width-180 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: auto;
}
@media (min-width: 1800px) and (max-width: 1920px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child {
    max-width: 405px;
    width: 405px;
    min-width: 405px;
  }
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child .min-width-180 {
    max-width: 395px;
    width: 395px;
    min-width: 395px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child {
    max-width: 355px;
    min-width: 355px;
    width: 355px;
  }
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child .min-width-180 {
    max-width: 345px;
    min-width: 345px;
    width: 345px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child {
    max-width: 290px;
    min-width: 290px;
    width: 290px;
  }
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child .min-width-180 {
    max-width: 280px;
    min-width: 280px;
    width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
  }
  .add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:first-child .min-width-180 {
    max-width: 240px;
    min-width: 240px;
    width: 240px;
  }
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:nth-child(2) {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  white-space: nowrap;
}
.add-ticket-modal .modal-dialog .modal-body .card-new-border .table-layout-one.table-t-size table tbody tr td:nth-child(3) {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  white-space: nowrap;
}

.combo-data-show .cust-combo-radius {
  border-radius: 5px;
  overflow: auto;
}
.combo-data-show ul#combo-search-results {
  position: absolute;
  z-index: 10;
  max-height: 150px;
  overflow: auto;
  border-radius: 5px;
}

.add-ticket-modal .modal-dialog .modal-body .table-layout-one .table-responsive.top-service-tables tbody tr td .calendar-dropdown-one .space-between-box.drop-full-height .button-group .bootstrap-select > .dropdown-menu > .inner {
  max-height: 155px !important;
}

.calendar-container-cls .fc-header-toolbar #fc-location-container .location-dropdown-container + .form-select.select-sm {
  height: 33px;
}
.calendar-container-cls .fc-header-toolbar #fc-location-container .location-dropdown-container .dropdown-toggle.btn-light {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}
.calendar-container-cls .fc-header-toolbar #fc-location-container .location-dropdown-container .services-dropdown .button-group.button-new-select .form-select.select-sm {
  height: 33px;
}
.calendar-container-cls .fc-header-toolbar #fc-location-container .location-dropdown-container .services-dropdown .button-group.button-new-select .bootstrap-select > .dropdown-toggle {
  padding: 0.175rem 0.75rem;
  min-height: 33px;
  font-size: 13px;
  background-position: right 10px top 13px;
  padding-right: 24px;
}
.calendar-container-cls .fc-header-toolbar #fc-location-container .location-dropdown-container .services-dropdown .button-group.button-new-select .dropdown-menu .inner li a {
  padding: 5px 16px;
  font-size: 13px;
}
.calendar-container-cls .fc-header-toolbar #fc-location-container .home-cal-dropdown .form-control {
  height: 33px;
  font-size: 13px;
}
.calendar-container-cls .fc-header-toolbar .fc-toolbar-chunk .form-control.form-control-sm {
  height: 33px;
}

.calendar-container-cls.fc .fc-toolbar {
  margin-bottom: 5px;
}

.calendar-body .right-section-wrapper {
  padding-top: 3px !important;
}
@media (min-width: 1024px) {
  .calendar-body .right-section-wrapper {
    min-height: calc(100vh - 70px);
    max-height: calc(100vh - 70px);
  }
}

@media (min-width: 768px) {
  .calendar-body footer.border-top {
    padding: 4px 24px;
  }
}

.pt-cus-6 {
  padding-top: 6px;
}

@media (min-width: 768px) {
  .add-laundry-section .card-loundry-one {
    min-height: calc(100vh - 230px);
    max-height: calc(100vh - 230px);
    overflow: auto;
  }
}
.add-laundry-section a.btn.btnDanger {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .table-start-tab .table-layout-one .table-responsive {
    max-height: calc(100vh - 230px);
    overflow: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .common-center-retain .create-tab-ui ul.nav.nav-pills li {
    margin-bottom: 0 !important;
  }
  .common-center-retain .create-tab-ui ul.nav.nav-pills li button {
    padding-left: 28px;
    font-size: 13px;
  }
  .common-center-retain .create-tab-ui ul.nav.nav-pills li button:first-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .common-center-retain .create-tab-ui .tab-content {
    max-height: calc(100vh - 222px);
    overflow: auto;
    overflow-x: hidden;
    padding-right: 5px;
    min-height: 350px;
  }
}
.common-center-retain .chart-card {
  min-height: 60px;
  position: relative;
}
.common-center-retain .chart-card .highcharts-figure {
  margin-bottom: 0;
  padding-top: 5px;
}
.common-center-retain .center-places {
  min-height: 250px;
  gap: 12px !important;
}
.common-center-retain .center-places p {
  font-size: 16px;
}

.common-center-retain .space-between-box .inner ul.dropdown-menu li a,
.add-laundry-list .space-between-box .inner ul.dropdown-menu li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.common-center-retain .bootstrap-select .dropdown-menu .inner,
.add-laundry-list .bootstrap-select .dropdown-menu .inner {
  max-height: 150px !important;
  overflow: auto;
}
.common-center-retain .bootstrap-select .dropdown-menu li.no-results,
.add-laundry-list .bootstrap-select .dropdown-menu li.no-results {
  font-size: 14px;
}
.common-center-retain .bootstrap-select .dropdown-menu,
.add-laundry-list .bootstrap-select .dropdown-menu {
  max-width: 100%;
}

.column-w-laundry .space-between-box {
  width: 250px;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .column-w-laundry .space-between-box {
    width: 215px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .column-w-laundry .space-between-box {
    width: 200px;
  }
  .column-w-laundry .space-between-box .form-control {
    font-size: 13px;
  }
}
.column-w-laundry form .search-input {
  width: 250px;
  max-width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .column-w-laundry form .search-input {
    width: 215px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .column-w-laundry form .search-input {
    width: 200px;
  }
  .column-w-laundry form .search-input .form-control {
    font-size: 13px;
  }
}

.wizard-scroll.loundry-accordians {
  min-height: calc(100vh - 190px);
  max-height: calc(100vh - 190px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wizard-scroll.loundry-accordians {
    min-height: calc(100vh - 230px);
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 840px) and (max-width: 991px) {
  .wizard-scroll.loundry-accordians {
    min-height: calc(100vh - 230px);
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 768px) and (max-width: 839px) {
  .wizard-scroll.loundry-accordians {
    min-height: calc(100vh - 280px);
    max-height: calc(100vh - 280px);
  }
}

@media (min-width: 768px) {
  .add-laundry-list .wizard-scroll {
    min-height: calc(100vh - 230px) !important;
    max-height: calc(100vh - 230px) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .add-laundry-list .wizard-scroll {
    min-height: calc(100vh - 240px) !important;
    max-height: calc(100vh - 240px) !important;
  }
}

.templates-btn-text-div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  gap: 24px;
  width: 100%;
  position: relative;
}
.templates-btn-text-div #convertedContent {
  word-break: break-all;
  border: solid 1px #ddd;
  padding: 10px;
  border-radius: 5px !important;
  width: 100%;
  min-height: 100px;
  font-size: 14px;
  line-height: initial;
}
.templates-btn-text-div img.btn-delete {
  position: absolute;
  right: 102px;
  top: -11px;
  width: 24px;
  cursor: pointer;
  border-radius: 50% !important;
}
.templates-btn-text-div button {
  text-wrap: nowrap;
  min-width: 88px;
}

.add-ticket-modal form .text-sm.font-normal.tertiary-color.mb-1 {
  font-weight: 600;
}

.insta-bill-modules .text-sm.font-normal.tertiary-color.mb-1 {
  font-weight: 600;
}
.insta-bill-modules label.form-label {
  font-weight: 600 !important;
}

@media (min-width: 1400px) {
  .icon-with-input textarea#temp_content {
    min-height: 235px;
  }
}

.dark-mode {
  background: #1f2021;
}
.dark-mode .templates-btn-text-div #convertedContent {
  border: solid 1px #444040;
}
.dark-mode .chart-placeholder {
  background: #121212 !important;
}
.dark-mode .chart-placeholder p.tertiary-color {
  color: #ebebeb;
  margin-top: 3px;
}
.dark-mode .charts-tab-one li button.nav-link {
  color: #ebebeb;
}
.dark-mode .charts-tab-one li button.nav-link.active, .dark-mode .charts-tab-one li button.nav-link:hover {
  color: #50cec3;
}
.dark-mode .dashboard-main-layout .chart-card.dark-chart-one {
  background: #121212 !important;
}
.dark-mode .dashboard-main-layout .chart-card.dark-chart-one h2.text-black {
  color: #ebebeb !important;
}
.dark-mode.calendar-body .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button {
  background: #121212 !important;
  color: #ebebeb !important;
}
.dark-mode.calendar-body .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button.active, .dark-mode.calendar-body .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button:hover {
  background: #50cec3 !important;
  color: #ffffff !important;
}
.dark-mode .common-center-retain .bootstrap-select .dropdown-menu li.no-results,
.dark-mode .add-laundry-list .bootstrap-select .dropdown-menu li.no-results {
  background: #010100;
  color: #ebebeb;
}
.dark-mode .common-center-retain .chart-card {
  background: #121212 !important;
}
.dark-mode .common-center-retain .center-places {
  background: #121212 !important;
}
.dark-mode .common-center-retain .center-places p {
  color: #ebebeb !important;
}
.dark-mode .add-laundry-section .card-loundry-one.bg-white {
  background: #121212 !important;
}
.dark-mode .combo-data-show ul#combo-search-results {
  background: #121212;
  border: solid 1px #444040;
}
.dark-mode .combo-data-show ul#combo-search-results li.list-group-item {
  background: #121212;
  border: solid 1px transparent;
  border-bottom: solid 1px #444040;
  color: #ebebeb;
}
.dark-mode .combo-data-show ul#combo-search-results li.list-group-item:last-child {
  border-bottom: 0;
}
.dark-mode .calendar-container-cls .calendar-dropdown-c .dropdown-submenu .dropdown-toggle {
  filter: brightness(0) invert(1);
}
.dark-mode .span-hor-ver > img {
  filter: brightness(0) invert(1);
}
.dark-mode .insta-bill-modules #pills-packages .ui-menu .ui-menu-item {
  color: #ffffff;
}
.dark-mode .right-insta-sale .create-tab-ui .tab-content {
  border-radius: 0;
}
.dark-mode .calendar-body .bootstrap-select .dropdown-menu,
.dark-mode .insta-bill-modules .bootstrap-select .dropdown-menu {
  max-width: 100%;
}
.dark-mode .calendar-body .bootstrap-select .dropdown-menu li.no-results,
.dark-mode .insta-bill-modules .bootstrap-select .dropdown-menu li.no-results {
  background: #010100;
  color: #ebebeb;
}
.dark-mode .white-logo-dark {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}
.dark-mode .cust-footer-logo img {
  filter: brightness(0) invert(1);
}
.dark-mode .custom-switch-open {
  background-color: #383838;
}
.dark-mode .custom-switch-open .l-arrow {
  filter: brightness(0) invert(1);
}
.dark-mode .calendar-toggle-btn {
  background-color: #1f2021;
}
.dark-mode .calendar-toggle-btn .radio-switch #newView:checked ~ label[for=newView] span,
.dark-mode .calendar-toggle-btn .radio-switch #oldView:checked ~ label[for=oldView] span {
  color: #ffffff;
}
.dark-mode .calendar-toggle-btn button.right-shift-btns {
  background-color: #898989;
}
.dark-mode .calendar-toggle-btn .switch-background::before, .dark-mode .calendar-toggle-btn .switch-background::after {
  content: "";
  background: #1f2021;
}
.dark-mode .calendar-toggle-btn ul.feature-list-new li {
  color: #ffffff;
}
.dark-mode .calendar-toggle-btn ul.feature-list-new li::before {
  filter: brightness(0) invert(1);
}
.dark-mode .exist-msg-div {
  background-color: #010100;
}
.dark-mode .right-insta-sale .create-tab-ui .tab-content {
  background-color: #121212;
}
.dark-mode .daily-newreport h2.headingh2 {
  color: #ebebeb;
}
.dark-mode .daily-customcol .d-flex-mobile > h3 {
  color: #ebebeb;
}
.dark-mode .daily-card-one.daily-customcol.payment-modules .d-flex-box h3,
.dark-mode .daily-card-one.daily-customcol.payment-modules .d-flex-box h4 {
  color: #ebebeb;
}
.dark-mode .customdailyreport.daily-newreport .daily-card-one {
  background: #121212;
  border: solid 1px #444040;
}
.dark-mode .customdailyreport.daily-newreport .daily-right-card {
  border-left: solid 1px #444040 !important;
}
.dark-mode .customdailyreport.daily-newreport .daily-right-card .flex-card {
  border-bottom: solid 1px #444040 !important;
}
.dark-mode .customdailyreport.daily-newreport .daily-right-card .flex-card:last-child {
  border-bottom: solid 1px transparent !important;
}
.dark-mode .insta-bill-modules .ui-menu .ui-menu-item {
  border-bottom: solid 1px #444040;
  background: transparent !important;
  border-top: 0px !important;
}
.dark-mode .insta-bill-modules .ui-menu .ui-menu-item:hover, .dark-mode .insta-bill-modules .ui-menu .ui-menu-item:focus {
  background: #121212 !important;
  background: transparent !important;
  border-top: 0px !important;
}
.dark-mode .insta-bill-modules .ui-menu .ui-menu-item img {
  filter: invert(100%) brightness(1000%);
}
.dark-mode .insta-bill-modules .ui-autocomplete {
  border: solid 1px #444040 !important;
  background: #121212 !important;
}
.dark-mode .insta-bill-modules .ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  background: transparent !important;
  color: #ebebeb !important;
}
.dark-mode .insta-service-table .table-layout-one .table-responsive .footer-item-total {
  background-color: #2d2e2f !important;
}
.dark-mode .insta-service-table .table-layout-one .table-responsive .footer-item-total span {
  color: #ebebeb !important;
}
.dark-mode .inline-flex-btns .inner-flex-ico {
  background: rgba(240, 254, 253, 0.15);
}
.dark-mode .inline-flex-btns .btn.btnOutline > span {
  color: #ebebeb !important;
}
.dark-mode #calendar_container ul.custom-autocomplete {
  background-color: #2d2e2f !important;
  border: solid 1px #444040 !important;
}
.dark-mode #calendar_container ul.custom-autocomplete li.list-group-item {
  border-bottom: solid 1px #5a5858 !important;
}
.dark-mode #calendar_container ul.custom-autocomplete li.list-group-item:last-child {
  border-bottom: 0px !important;
}
.dark-mode #calendar_container ul.custom-autocomplete li.list-group-item h5 {
  color: #ebebeb;
}
.dark-mode .d-flex-box h3,
.dark-mode .d-flex-box h4,
.dark-mode .d-flex-box p {
  color: #ebebeb;
}
.dark-mode .daily-card-one h3.pay-title {
  color: #ebebeb;
}
.dark-mode .customdailyreport.daily-newreport .daily-left-card p {
  color: #ebebeb;
}
.dark-mode .customdailyreport.daily-newreport .daily-right-card {
  border-left: solid 1px #e5e5e5;
}
.dark-mode .customdailyreport.daily-newreport .daily-right-card .flex-card {
  border-bottom: solid 1px #e5e5e5;
}
.dark-mode .customdailyreport.daily-newreport .daily-right-card .flex-card h3,
.dark-mode .customdailyreport.daily-newreport .daily-right-card .flex-card p {
  color: #ebebeb;
}
.dark-mode .customdailyreport .daily-customcol .d-flex-mobile h4 {
  color: #ebebeb;
}
.dark-mode .product-daily-box h3,
.dark-mode .product-daily-box p {
  color: #ebebeb;
}
.dark-mode .staff-management .panel-default {
  color: #ebebeb;
}
.dark-mode .insta-sale-modules .border-bottom-insta {
  border-bottom: solid 1px #444040;
}
.dark-mode .insta-sale-modules label {
  color: #ebebeb;
}
.dark-mode .insta-sale-modules .ticket-info-bar {
  color: #ebebeb;
}
.dark-mode .gender-icons > img {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .dark-mode .border-left-right {
    border-left: solid 1px #5a5858;
    border-right: solid 1px #5a5858;
  }
}
.dark-mode .manual-cards {
  background-color: #121212;
  border: solid 1px #121212;
}
.dark-mode .badges-attendance.leave-new {
  border: solid 1px #eb5757 !important;
}
.dark-mode .slider-container #columnWidthValue,
.dark-mode .slider-container #rowHeightValue {
  color: #ebebeb;
}
.dark-mode .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills {
  border-bottom: solid 1px #5a5858 !important;
  background: transparent !important;
}
.dark-mode .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button {
  background: transparent;
  color: #ebebeb;
}
.dark-mode .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button.active, .dark-mode .create-tab-ui.tab2.close_payments_main ul.nav.nav-pills li button:hover {
  background: #121212 !important;
  color: #ebebeb !important;
}
.dark-mode .create-tab-ui.tab2.close_payments_main form .card .card-body ul.list-unstyled li {
  border-bottom: solid 1px #5a5858;
}
.dark-mode .create-tab-ui.tab2.close_payments_main form .card .card-body ul.list-unstyled li input.border-inputs {
  border: solid 1px #444040 !important;
}
.dark-mode .close_payments_main form .card {
  background-color: #121212;
}
.dark-mode .close_payments_main form .card .card-header h3 {
  color: #2d3748 !important;
}
.dark-mode .close_payments_main form .card .card-footer p {
  color: #2d3748 !important;
}
.dark-mode .close_payments_main form .card .card-body ul.list-unstyled li span {
  color: #ebebeb;
}
.dark-mode .close_payments_main form .card.cards-sixth {
  border: solid 1px #5a5858 !important;
}
.dark-mode .close_payments_main form .card.cards-sixth .card-header {
  border-bottom: solid 1px #5a5858 !important;
}
.dark-mode .close_payments_main form .card.cards-sixth .card-footer {
  border-top: solid 1px #5a5858 !important;
}
.dark-mode .close_payments_main form .card.cards-sixth .card-header,
.dark-mode .close_payments_main form .card.cards-sixth .card-footer {
  background: #1f2021 !important;
}
.dark-mode .close_payments_main form .card.cards-sixth .card-header h3,
.dark-mode .close_payments_main form .card.cards-sixth .card-header p,
.dark-mode .close_payments_main form .card.cards-sixth .card-footer h3,
.dark-mode .close_payments_main form .card.cards-sixth .card-footer p {
  color: #ebebeb !important;
}
.dark-mode .calendar-container-cls.fc-theme-standard table.fc-scrollgrid thead tr th {
  background: #010100 !important;
  color: #ebebeb !important;
  border-right: solid 0 #5a5858 !important;
  border-bottom: solid 0 #5a5858 !important;
}
.dark-mode .calendar-container-cls.fc-theme-standard table.fc-scrollgrid thead tr th a {
  color: #ebebeb !important;
}
.dark-mode .calendar-container-cls.fc-theme-standard table.fc-scrollgrid tbody tr td {
  color: #ebebeb;
}
.dark-mode .calendar-container-cls.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #5a5858;
}
.dark-mode .calendar-container-cls.fc-theme-standard .fc-scrollgrid tr th {
  border-right: solid 1px #5a5858;
}
.dark-mode .calendar-container-cls.fc-theme-standard .fc-scrollgrid tr td {
  border: 1px solid #5a5858;
}
.dark-mode .calendar-container-cls table.fc-col-header thead tr th {
  color: #ebebeb;
  background: #010100 !important;
}
.dark-mode .ui-datepicker .ui-datepicker-title {
  color: #ebebeb;
}
.dark-mode .popover.bs-popover-auto {
  background-color: #2d2e2f;
}
.dark-mode .popover.bs-popover-auto .popover-body .pop_calender > span img:not(.cal-same-color) {
  filter: brightness(0) invert(1);
}
.dark-mode .popover.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-top-color: #2d2e2f;
}
.dark-mode .popover.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-bottom-color: #2d2e2f;
}
.dark-mode .popover.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-left-color: #2d2e2f;
}
.dark-mode .popover.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-right-color: #2d2e2f;
}
.dark-mode .popover.bs-popover-auto .popover-header {
  background: #010100;
  color: #ebebeb;
}
.dark-mode .popover.bs-popover-auto .popover-body {
  color: #ebebeb;
}
.dark-mode .popover.bs-popover-auto .popover-body .pop_calender {
  color: #ebebeb;
}
.dark-mode .popover.bs-popover-auto .popover-body ul.unstyled li a {
  color: #ebebeb;
}
.dark-mode .zoom-custom-height {
  background: transparent !important;
}
@media (max-width: 767px) {
  .dark-mode .zoom-custom-height {
    background: #010100 !important;
  }
}
.dark-mode .zoom-custom-height .slider-container label {
  color: #ebebeb;
}
.dark-mode .card-cus-gift {
  background-color: #121212;
}
.dark-mode .calendar-container-cls.fc.fc-theme-standard .fc-listDay-view.fc-list {
  border: 1px solid #5a5858;
}
.dark-mode .calendar-container-cls.fc.fc-theme-standard .fc-listDay-view tr td,
.dark-mode .calendar-container-cls.fc.fc-theme-standard .fc-listDay-view tr th {
  border: 1px solid #5a5858;
  font-size: 0.875rem;
  border-right: 0;
  border-left: 0;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view {
  border: 1px solid var(--fc-border-color);
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-list-empty {
  background-color: #121212 !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-list-empty .fc-list-empty-cushion {
  color: #ebebeb;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr:nth-child(odd) {
  background: #010100 !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr:nth-child(even) {
  background: #121212 !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr th .fc-list-day-cushion {
  background: #010100 !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr th .fc-list-day-cushion span.fc-list-day-text {
  color: #ebebeb !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr:hover td {
  background: #010100 !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr.fc-custom-heading td {
  color: #ebebeb !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr.fc-event td {
  color: #ebebeb !important;
}
.dark-mode .calendar-container-cls.fc .fc-listDay-view .fc-scroller .fc-list-table tbody tr.fc-event td .badge.text-bg-primary {
  background: #50cec3 !important;
  font-size: 12px;
}
.dark-mode .calendar-container-cls .location-dropdown-container + .bootstrap-select.mxw-250 .dropdown-toggle.btn-light {
  color: #ebebeb !important;
}
.dark-mode .calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex.gap-2 {
  background: #2d2e2f !important;
  border: solid 1px #444040 !important;
}
.dark-mode .calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex.gap-2 input[readonly] {
  background: #2d2e2f !important;
  border: solid 1px #444040 !important;
  border-left: 2px solid #444040 !important;
  border-right: 2px solid #444040 !important;
}
.dark-mode .calendar-container-cls .fc-toolbar-chunk button.fc-customDateNav-button .d-flex button.btn-outline-secondary::before {
  border: solid 2px #ffffff;
  border-right: 0;
  border-top: 0;
}
.dark-mode .calendar-container-cls .fc-toolbar-chunk .fc-customDropdown-button.fc-button-primary .dropdown button.dropdown-toggle {
  background: #2d2e2f !important;
  border: solid 1px #444040 !important;
  color: #ebebeb;
}
.dark-mode .calendar-container-cls .fc-toolbar-chunk .fc-customDropdown-button.fc-button-primary .dropdown button.dropdown-toggle::before {
  border: solid 2px #ffffff;
  border-right: 0;
  border-top: 0;
}
.dark-mode .calendar-container-cls table.fc-col-header thead tr th,
.dark-mode .calendar-container-cls table.fc-col-header thead tr td {
  background: #2d2e2f;
  border-bottom: solid 1px #5a5858;
  border-right: solid 1px #5a5858;
  color: #ebebeb;
  vertical-align: middle;
  font-size: 14px;
}
.dark-mode .calendar-container-cls table.fc-scrollgrid .fc-timegrid-body tbody tr td {
  color: #ebebeb;
  vertical-align: middle;
}
.dark-mode .owner-msg-lay label {
  color: #ebebeb;
}
.dark-mode #testdialog .modal-content .table-responsive tbody tr td.py-5.bg-white {
  background-color: #121212 !important;
}
.dark-mode .ui-datepicker {
  border: solid 1px #010100;
  background: #010100;
}
.dark-mode .ui-datepicker th {
  color: #ebebeb;
}
.dark-mode .ui-datepicker select.ui-datepicker-month,
.dark-mode .ui-datepicker select.ui-datepicker-year {
  color: #ebebeb;
}
.dark-mode .ui-datepicker .ui-state-default,
.dark-mode .ui-datepicker .ui-widget-content .ui-state-default,
.dark-mode .ui-datepicker .ui-widget-header .ui-state-default {
  color: #ebebeb;
}
.dark-mode .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon,
.dark-mode .ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
  filter: invert(1);
}
.dark-mode .ui-datepicker select.ui-datepicker-month,
.dark-mode .ui-datepicker select.ui-datepicker-year {
  background-image: url("../Images/icons/white-arrow.svg");
  background-size: 11px;
  background-position: right 10px top 8px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #010100;
}
.dark-mode .reports-h-300 .table-layout-one .table-responsive table tr.footer-bottom-fixed {
  position: sticky;
  bottom: 0;
}
.dark-mode .reports-h-300 .table-layout-one .table-responsive table tr.footer-bottom-fixed td {
  background-color: #2d2e2f !important;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table thead tr th {
  background-color: #f5f5f5;
  border: 1px solid #555555 !important;
  border-bottom: 2px solid #555555 !important;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table thead tr th:first-child {
  background-color: #f5f5f5;
  border: 1px solid #555555 !important;
  border-bottom: 2px solid #555555 !important;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table thead tr:nth-child(2) th {
  background-color: #f5f5f5;
  border: 1px solid #2d3748;
  border-bottom: 2px solid #2d3748;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table tbody td {
  border: 1px solid #333;
  vertical-align: middle;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table tbody tr:last-child {
  position: sticky;
  bottom: 0;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table tbody tr:last-child th {
  background-color: #f5f5f5;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(odd) {
  background: #010100;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(odd) td {
  background-color: transparent;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(even) {
  background: #121212;
}
.dark-mode .reports-h-300.two-header-fixes .table-responsive table.even-odd-color tr:nth-child(even) td {
  background-color: transparent;
}
.dark-mode .services-dropdown.select-arrow-tick .inner ul.dropdown-menu li a.dropdown-item span.check-mark::after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.dark-mode .closeout-form-modal .form-group label {
  color: #ebebeb;
}
.dark-mode .search-accordians .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}
.dark-mode .search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item a {
  background-color: #2d2e2f;
  border-bottom: solid 1px #444040;
  color: #ebebeb;
}
.dark-mode .search-accordians .accordion .accordion-item .accordion-body ul.list-group li.list-group-item a:hover {
  background-color: #444040;
}
.dark-mode .report-forms .sidebar-report-ico {
  background: #2d2e2f !important;
  border: solid 1px #444040 !important;
}
.dark-mode .togg-btn {
  background-color: #2d2e2f !important;
}
.dark-mode .togg-btn.btn-default-new img {
  filter: invert(1);
}
.dark-mode .inventory-vector-manage {
  background-color: #121212;
}
.dark-mode .file-upload.drag-new .preview-item .remove-btn {
  filter: brightness(0) invert(1);
  background: rgba(0, 0, 0, 0.2);
}
.dark-mode .table-responsive table tbody td .td-inputs input.form-control {
  border-bottom: solid 1px #e5e5e5 !important;
}
.dark-mode .top-header .navbar .navbar-nav .nav-item.active .nav-link::before, .dark-mode .top-header .navbar .navbar-nav .nav-item:hover .nav-link::before {
  background-color: #ffffff !important;
}
.dark-mode .top-header .navbar .navbar-nav .nav-item .nav-link:hover::before {
  background-color: #ffffff !important;
}
.dark-mode .edit-icon-td p img {
  filter: invert(1);
}
.dark-mode .filter-grays {
  filter: invert(1);
}
.dark-mode .td-inputs input.form-control {
  border-bottom: solid 1px #e5e5e5 !important;
}
.dark-mode .even-odd-color tr:nth-child(even) {
  background-color: #010100;
}
.dark-mode .even-odd-color tr:nth-child(even) td {
  background-color: #010100;
}
.dark-mode .even-odd-color tr:nth-child(odd) {
  background-color: #121212;
}
.dark-mode .even-odd-color tr:nth-child(odd) td {
  background-color: #121212;
}
.dark-mode .even-odd-color.owner-setting tbody tr:nth-child(3) {
  background-color: #010100;
}
.dark-mode .even-odd-color.owner-setting tbody tr:nth-child(3) td {
  background-color: #010100;
}
.dark-mode .client-flow-wrap .search-input.client-search .client-search-scroll {
  background-color: #121212;
  border: 1px solid #2d2e2f;
  border-top: 0;
  border-bottom: 0;
}
.dark-mode .client-flow-wrap .search-input.client-search .client-search-scroll ul.client-search-ul {
  border: 1px solid #444040;
  background-color: #2d2e2f;
}
.dark-mode .client-flow-wrap .search-input.client-search .client-search-scroll ul.client-search-ul li {
  background-color: #2d2e2f;
  border: 0;
  border-bottom: 1px solid #444040;
}
.dark-mode .client-flow-wrap .search-input.client-search .client-search-scroll ul.client-search-ul li img {
  filter: invert(1);
}
.dark-mode .due-invoice-box {
  background-color: #121212;
}
.dark-mode .insent-list,
.dark-mode .files-card-new {
  border: solid 1px #444040;
}
.dark-mode .modal .modal-header {
  border-bottom: solid 1px #444040;
}
.dark-mode .modal .modal-footer {
  border-top: solid 1px #444040;
}
.dark-mode .files-card {
  border: solid 1px #444040;
}
.dark-mode .remove-select-corner .services-dropdown .button-group.button-new-select .bootstrap-select > .dropdown-toggle {
  background-image: unset !important;
}
.dark-mode .bg-white-card {
  background-color: #121212;
}
.dark-mode .birth-box-scroll .birth-card h3.tertiary-color,
.dark-mode .birth-box-scroll .birth-card p.tertiary-color {
  color: #2d3748;
}
.dark-mode .no-data-para {
  color: #ebebeb;
}
.dark-mode .birth-card-color {
  background-color: #121212;
}
.dark-mode .table-layout-one .table-responsive {
  background: #121212;
}
.dark-mode .sidebar-icon {
  background: #2d2e2f !important;
  border: solid 1px #444040;
}
.dark-mode .sidebar-icon > img {
  filter: brightness(0) invert(1);
}
.dark-mode button.navbar-toggler {
  background: #2d2e2f !important;
  border: solid 1px #444040;
}
.dark-mode button.navbar-toggler > span {
  filter: brightness(0) invert(1);
}
.dark-mode .tertiary-color {
  color: #ebebeb;
}
.dark-mode .bg-white.bg-dark-white {
  background: #121212 !important;
}
.dark-mode .dark-logo-box img.light-logo {
  filter: brightness(0) invert(1);
}
.dark-mode .top-header {
  background: #1f2021;
  border-bottom: solid 1px #383838;
}
.dark-mode .top-header .navbar .navbar-nav .nav-item .nav-link {
  color: #e7e7e7;
}
.dark-mode .top-header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  background-image: url("../Images/icons/white-arrow.svg");
}
.dark-mode .top-header .form-switch h3 {
  color: #e7e7e7;
}
.dark-mode .accordion .accordion-item .accordion-header {
  background-color: #121212 !important;
}
.dark-mode .accordion .accordion-item .accordion-header button.accordion-button {
  background-color: #121212 !important;
  color: #ebebeb;
  transition: 0s all;
}
.dark-mode .form-control,
.dark-mode .form-select {
  background-color: #2d2e2f !important;
  border: solid 1px #444040 !important;
  color: #ebebeb;
}
.dark-mode .form-select {
  background-image: url("../Images/icons/white-arrow.svg") !important;
  background-size: 12px;
}
.dark-mode .table-layout-one {
  border-top: solid 1px #383838;
  border-bottom: solid 1px #383838;
}
.dark-mode .table-layout-one table {
  border-color: #383838;
}
.dark-mode .table-layout-one table thead tr {
  background-color: #2d2e2f !important;
}
.dark-mode .table-layout-one table thead tr th {
  background-color: #2d2e2f !important;
  color: #ebebeb;
  border-bottom: solid 1px #444040 !important;
}
.dark-mode .table-layout-one table tbody tr td {
  background-color: #121212;
  color: #ebebeb;
}
.dark-mode .search-input .bootstrap-select.form-control button.dropdown-toggle {
  color: #ebebeb;
}
.dark-mode .services-card.bg-white {
  background-color: #121212 !important;
}
.dark-mode .services-card.bg-white p {
  color: #ebebeb;
}
.dark-mode .services-dropdown .button-group.button-new-select .bootstrap-select .filter-option .filter-option-inner .filter-option-inner-inner {
  color: #ebebeb;
}
.dark-mode .search-input .input-group-append .search-button img {
  filter: brightness(0) invert(1);
}
.dark-mode .bootstrap-select button.dropdown-toggle {
  background-image: url("../Images/icons/white-arrow.svg") !important;
  border: solid 1px #444040 !important;
  color: #ebebeb !important;
}
.dark-mode .bootstrap-select .form-select {
  background-image: url("../Images/icons/white-arrow.svg") !important;
  background-size: 12px;
}
.dark-mode .bootstrap-select .form-select + button.dropdown-toggle {
  background-image: none !important;
}
.dark-mode .dropdown .dropdown-menu {
  border: 1px solid #444040 !important;
  background: #121212;
}
.dark-mode .dropdown .dropdown-menu li {
  border-bottom: solid 1px #444040;
}
.dark-mode .dropdown .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.dark-mode .dropdown .dropdown-menu li .dropdown-item {
  background-color: transparent !important;
  color: #ebebeb;
}
.dark-mode .dropdown .dropdown-menu li .submenu .dropdown-item {
  background-color: #121212 !important;
  color: #ebebeb;
}
.dark-mode .bootstrap-select .dropdown-menu li {
  border-bottom: solid 1px #444040;
}
.dark-mode .bootstrap-select .dropdown-menu li .dropdown-item {
  background-color: transparent !important;
  color: #ebebeb;
}
.dark-mode .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.dark-mode .create-tab-ui ul.nav.nav-pills {
  border: 0;
  border-bottom: solid 1px #444040;
  background-color: #121212 !important;
}
.dark-mode .create-tab-ui ul.nav.nav-pills li button {
  background-color: #121212;
  color: #ebebeb;
  border-right: #444040;
  border: solid 1px transparent;
}
.dark-mode .create-tab-ui ul.nav.nav-pills li button::after {
  background: #121212;
  border: solid 1px #444040;
  border-left: 0;
  border-bottom: 0;
}
.dark-mode .create-tab-ui.tab-dark-trans ul.nav.nav-pills {
  border: 0;
  border-bottom: solid 1px #444040;
  background-color: transparent !important;
}
.dark-mode .create-tab-ui.view-staff-tabs.view-clients-custom ul.nav.nav-pills li button {
  border: 0;
}
.dark-mode table thead th .bootstrap-select {
  border: 0 !important;
}
.dark-mode table thead th .bootstrap-select button.dropdown-toggle {
  border: 0 !important;
  color: #ebebeb;
}
.dark-mode .custom-radio-new .radio-btn {
  border: solid 1px #50cec3;
}
.dark-mode .checkbox-input input[type=checkbox] {
  border: solid 1px #50cec3;
  background-color: transparent;
}
.dark-mode .border-bottom-gray-color {
  border: solid 1px #444040;
}
.dark-mode .service-addlist {
  border-bottom: solid 1px #444040;
}
.dark-mode aside.sidebar {
  background-color: #121212;
}
.dark-mode aside.sidebar ul.nav-pills li.nav-item a.actives {
  background-color: #2d2e2f;
}
.dark-mode aside.sidebar ul.nav-pills li.nav-item:hover a.nav-link,
.dark-mode aside.sidebar ul.nav-pills li.nav-item:hover a.actives {
  background-color: #2d2e2f;
}
.dark-mode aside.sidebar ul.nav-pills li.nav-item a.nav-link {
  color: #ebebeb;
}
.dark-mode .modal-content {
  background-color: #1f2021;
}
.dark-mode .file-upload {
  background-color: #1f2021;
  border: 1px dashed #abb7c2;
}
.dark-mode .upload-file-img {
  position: static !important;
}
.dark-mode .upload-file-img > img {
  filter: brightness(0) invert(1);
}
.dark-mode .upload-contents {
  background-color: #4a4a4a;
}
.dark-mode .btn.btnSecondary {
  background-color: #2d3748;
  border: solid 1px #2d3748;
}
.dark-mode .card.border-0 {
  background-color: #121212;
}
.dark-mode .card.border-0.bg-transparent {
  background-color: #121212 !important;
}
.dark-mode .card.border-0.bg-transparent.incentives-bg {
  background-color: transparent !important;
}
.dark-mode .checkbox-input input[type=checkbox]:checked {
  background-image: url("../../assets_new/Images/icons/true-tick.svg");
  background-size: 13px;
}
.dark-mode .text-black {
  color: #ebebeb !important;
}
.dark-mode .no-record-found {
  background-color: #121212 !important;
}
.dark-mode .text-dark-white {
  color: #ebebeb !important;
}
.dark-mode .dashboard-main-layout .chart-card {
  background-color: #121212 !important;
}
.dark-mode .dashboard-main-layout .chart-card h2,
.dark-mode .dashboard-main-layout .chart-card p {
  color: #ebebeb !important;
}
.dark-mode .dashboard-main-layout .text-black,
.dark-mode .dashboard-main-layout .text-light-chart {
  color: #ebebeb !important;
}
.dark-mode ul.social-privacy li a:hover {
  color: #abb7c2;
}
.dark-mode .form-switch.dark-light-switch .icon-box-one .moon-ico {
  filter: brightness(0) invert(1);
}
.dark-mode .form-switch.dark-light-switch .switch .slider {
  background-color: #2d3748;
}
.dark-mode .date-picker-icon {
  background-image: url("../Images/icons/calendar-white-icon.svg");
}
.dark-mode .td-inputs p {
  color: #ebebeb;
}
.dark-mode .button-color {
  color: #ebebeb;
}
.dark-mode input[readonly].form-control:focus {
  border: 1px solid #2d2e2f !important;
}
.dark-mode .modal .modal-header .modal-title {
  color: #ebebeb;
}
.dark-mode footer.border-top {
  background: #2d2e2f;
  border-top: solid 1px #444040 !important;
}
.dark-mode .kg-inputs span {
  color: #ebebeb;
}
.dark-mode .location-card {
  background: transparent !important;
  border: solid 1px #444040 !important;
}
.dark-mode .info-ico-one {
  filter: brightness(0) invert(1);
}
.dark-mode .icon-with-input {
  color: #ebebeb;
}
.dark-mode .salon-main .salon-inner {
  background: #010100;
}
.dark-mode .bg-light-color {
  background: #010100;
}
.dark-mode .testimonial-img-username p {
  color: #ebebeb;
}
.dark-mode .contact-main .contact-right .text-data {
  color: #ebebeb;
}
.dark-mode .testimonial-main .owl-carousel .item .testimonial-box {
  background-color: #010100 !important;
}
.dark-mode .hide-show-ico img {
  filter: brightness(0) invert(1);
}
.dark-mode .salon-main .primary-color,
.dark-mode .contact-main .primary-color {
  color: #ebebeb;
}
.dark-mode .youtube-icons {
  background-color: #2d2e2f;
  border: solid 1px #444040;
}
.dark-mode .form-select.td-custom-select {
  border-radius: 4px 4px 0 0 !important;
  height: 30px;
  border: none !important;
  font-size: 14px;
  border-bottom: solid 1px #ffffff !important;
  box-shadow: none !important;
  background-color: rgba(45, 46, 47, 0.1);
  outline: 0;
}
.dark-mode .form-select.td-custom-select:focus, .dark-mode .form-select.td-custom-select:hover {
  border: none !important;
  border-bottom: solid 1px #ffffff !important;
}
.dark-mode .location-ul {
  background-color: #2d3748;
}
.dark-mode .location-ul li {
  color: #ebebeb;
}
.dark-mode .location-ul li a {
  color: #ebebeb;
}
.min-w-140 {
  min-width: 140px;
}

.new-select {
  min-width: 190px;
}
.new-select button {
  top: 10px;
  right: 8px;
}

.new-input {
  min-width: 230px;
}
.new-input input {
  border-radius: 100px;
}
.new-input:before {
  position: absolute;
  content: url("../Images/icons/arrow-down.svg");
  top: 16%;
  left: 10px;
  cursor: pointer;
  transform: rotate(90deg);
}
.new-input:after {
  position: absolute;
  content: url("../Images/icons/arrow-down.svg");
  top: 16%;
  right: 10px;
  cursor: pointer;
  transform: rotate(-90deg);
}
.new-input .border-part {
  border-left: 1px solid #e7e7e7;
  height: 34px;
  width: 180px;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 1px solid #e7e7e7;
}

.mobile-input {
  min-width: 190px;
}

.packages-deails.insta-sale .new-radio-bg {
  background-color: #FAFAFA;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  min-width: 150px;
  padding: 6px 12px;
}
.packages-deails.insta-sale .border-bottom-light {
  border-bottom: 1px solid #e7e7e7;
}
.packages-deails.insta-sale .form-select.select-bottom-border {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.packages-deails.insta-sale .insta-sale-service-table .table-responsive {
  max-height: 250px;
}
.packages-deails.insta-sale .insta-sale-service-table .table-responsive tfoot {
  position: sticky;
  z-index: 10;
  bottom: 0;
}
.packages-deails.insta-sale .insta-sale-service-table .table-responsive tfoot .tfoot-inner div {
  width: 25%;
}
.packages-deails.insta-sale .white-card .create-tab-ui ul.nav.nav-pills li button {
  padding-left: 30px;
}
.packages-deails.insta-sale .white-card .create-tab-ui ul.nav.nav-pills li button:after {
  width: 20px;
  height: 20px;
  right: -10px;
}
.packages-deails.insta-sale .white-card .card-header {
  background-color: #ffffff;
}
.packages-deails.insta-sale .dark-card .card-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.packages-deails.insta-sale .dark-card .card-header .dark-card-heading {
  background-color: #4e5662;
  padding: 8px 13px;
}

.giftcardDetail .search-input {
  max-width: 100%;
}
.giftcardDetail .mobile-price-qa-details {
  background-color: #FBF9F9;
}
.giftcardDetail .basic-details {
  background-color: #e7e7e7;
}

.modal .card-details-bg {
  background-color: #FBF9F9;
}
.modal .cash-management .wizard-scroll {
  border: 1px solid #e5e5e5;
}
.modal .cash-management .wizard-scroll .card-heading {
  background-color: #faf9f9;
}
.modal .cash-management .wizard-scroll .row-data {
  padding: 6px 16px;
}
.modal .cash-management .wizard-scroll .row-data input {
  height: 32px;
}
.modal .card-radio {
  background-color: #FBF9F9;
}

.badges-attendance {
  font-size: 0.75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  border: solid 1px #fc4848;
  color: #fc4848 !important;
  border-radius: 5px;
  background: rgba(252, 72, 72, 0.21);
  font-size: 14px;
  font-weight: 400;
  padding: 2px 15px;
}
.badges-attendance .absent {
  background-color: #e7e7e7;
  padding: 2px 7px;
  border-radius: 100px;
}
.badges-attendance .leave {
  background-color: rgba(194, 37, 37, 0.1);
  padding: 2px 7px;
  border-radius: 100px;
}
.badges-attendance.absent-new {
  background-color: #e5e5e5;
  border: solid 1px #e5e5e5;
  padding: 2px 7px;
  border-radius: 100px;
  font-size: 12px;
  color: #4e5662 !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.badges-attendance.leave-new {
  background: rgba(252, 72, 72, 0.1);
  border: solid 1px #e5e5e5;
  padding: 2px 10px;
  border-radius: 100px;
  font-size: 12px;
  color: #eb5757 !important;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.border-bottom-light {
  border-bottom: 1px solid #e7e7e7;
}

.w-49 {
  width: 49px;
  min-width: 49px;
}

.h-26 {
  height: 26px;
}

.p-12 {
  padding: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.max-h-345 {
  min-height: 345px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.max-w-100 {
  max-width: 100%;
}

.table-layout-one.border-all {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.date-picker-icon {
  background-image: url(../Images/icons/calendar-icon.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.dark-mode ::ng-deep select,
.dark-mode ::ng-deep input {
  background-color: #000 !important;
  color: #ffffff !important;
}
.dark-mode select,
.dark-mode input {
  appearance: none;
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
}
.dark-mode .packages-deails.insta-sale .new-radio-bg .tertiary-color {
  color: #2d3748;
}
.dark-mode .packages-deails.insta-sale .radio-img img {
  filter: invert(1);
}
.dark-mode .even-odd-color tr:nth-child(even) td {
  background-color: #010100 !important;
}
.dark-mode .card-radio,
.dark-mode .card-details-bg {
  background-color: #010100 !important;
}
.dark-mode .badges-attendance {
  font-size: 0.75rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.dark-mode .badges-attendance .absent {
  background-color: #2d3748;
  padding: 2px 7px;
  border-radius: 100px;
}
.dark-mode .badges-attendance .leave {
  background-color: #ffffff;
  padding: 2px 7px;
  border-radius: 100px;
}
.dark-mode .table-layout-one.border-all {
  border-left: unset;
  border-right: unset;
}
.dark-mode .modal .radio-img img {
  filter: invert(1);
}
.dark-mode .modal .date-picker-icon {
  background-image: url(../Images/icons/calendar-white-icon.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

body.dark-mode {
  background: #1f2021 !important;
}

.table-responsive.wizard-scroll.min-max-550 {
  min-height: 550px;
  max-height: 550px;
}

@media (min-width: 800px) and (max-width: 1600px) and (min-width: 1250px) {
  .h-50-radio.top {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fs-12-custom {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .asideMain .report-full {
    width: 100% !important;
    position: static;
  }
}
@media (max-width: 767px) {
  .asideMain .fixedtable-wrapper {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

@media (max-width: 767px) {
  .search-main-layout .space-between-box-new {
    justify-content: flex-start !important;
  }
  .search-main-layout .space-between-box-new .select-w-220 {
    width: 100%;
  }
  .search-main-layout .space-between-box-new .form-group.floating-label-form-group,
  .search-main-layout .space-between-box-new .icon-with-input .form-control {
    width: 100%;
    max-width: 100%;
  }
  .search-main-layout .space-between-box-new .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  .search-main-layout .space-between-box-new.filter-reports-one {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .invetory-tab-new .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
  .invetory-tab-new .grid-box-one {
    width: 100%;
    gap: 1rem;
    margin-bottom: 30px !important;
  }
  .invetory-tab-new .grid-box-one .space-between-box,
  .invetory-tab-new .grid-box-one .select-w-220 {
    width: 100%;
  }
  .invetory-tab-new .grid-box-one .space-between-box .button-new-select button.dropdown-toggle,
  .invetory-tab-new .grid-box-one .select-w-220 .button-new-select button.dropdown-toggle {
    width: 100%;
    max-width: 100%;
  }
}

.fc-timegrid-axis-frame.fc-scrollgrid-shrink-frame.fc-timegrid-axis-frame-liquid {
  height: auto !important;
}

.checkbox-sm {
  cursor: pointer;
  font-size: 13px;
}
.checkbox-sm input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.dark-mode .checkbox-sm {
  color: #ebebeb;
}
.dark-mode .checkbox-sm input {
  background-size: 10px !important;
}

.outline-primary {
  background-color: transparent !important;
  width: auto !important;
  background-image: none !important;
  background-image: none;
  border: 1px solid #50cec3 !important;
  border-radius: 10px;
}

.show-hide-column-dropdown {
  min-width: 280px !important;
}
.show-hide-column-dropdown .column-search {
  font-size: 12px;
  height: 30px;
}

.inner-sh-scroll {
  max-height: 230px;
  overflow-y: auto;
}

.in-header-search {
  min-width: 108px;
  max-width: 160px;
  margin: 0 auto;
}
.in-header-search input {
  height: 20px !important;
  font-size: 12px;
  padding-block: 0;
  padding-right: 19px;
}
.in-header-search button {
  right: 8px;
  top: 3px;
  border: 0;
  background: transparent;
}
.in-header-search img {
  width: 10px;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.dark-mode .fixedtable-wrapper .mb-0.fs-12.fw-medium {
  color: #ebebeb;
}

.min-width-155 {
  min-width: 155px !important;
}

.min-width-165 {
  min-width: 165px !important;
}

.min-width-220 {
  min-width: 220px !important;
}

#invoiceTable th span > span {
  white-space: nowrap;
  display: inline-flex;
  gap: 4px;
}

.mw-300 {
  min-width: 325px !important;
}

body:has(.add-ticket-modal.show) .modal-backdrop {
  background: transparent !important;
  opacity: 0 !important;
  display: none;
}

.add-ticket-modal {
  overflow: visible;
  top: -100%;
}
.add-ticket-modal .modal-dialog {
  top: 100%;
}

body:has(.add-ticket-modal.show) .fc-header-toolbar .fc-toolbar-chunk:not(:first-child) {
  pointer-events: none;
}

.min-h-null.min-h-null {
  min-height: initial !important;
}

.adv-table-h.adv-table-h.adv-table-h {
  max-height: calc(100vh - 480px) !important;
}

.clock-dial {
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1843137255);
  background-color: #fff;
  width: 90px;
}
.clock-dial span {
  font-size: 12px;
}
.clock-dial svg {
  width: 25px;
  height: 25px;
  rotate: 90deg;
}

.dark-mode .white-in-dark span {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */