:root {
  --text-color: #222;
  --background-color: #fff;
  --element-background: #f4f4f4;
  --border-color: #ddd;
  height: -webkit-fill-available !important;
  overflow: hidden;
}

@media (prefers-color-scheme: white) {
  :root {
    --text-color: #fff;
    --background-color: #222;
    --element-background: #333;
    --border-color: #444;
  }
}

/*CUSTOM CSS*/
p {
  font-family: 'Inter', sans-serif !important;
}

.webweb-custom-list {
  padding: 8px 8px !important;
}

.header-address-bar {
  top: 7px !important;
  left: 6px !important;
  font-size: 12px !important;
}

.header-address-bar-left {
  top: 33% !important;
  right: 3% !important;
}

.header-input-bar {
  padding-left: 4% !important;
  font-size: 14px !important;
  background-color: #eeeeee;
}

.image-listview > li a.webweb-custom:after {
  right: 0px !important;
}

.appHeader .webweb-dropdown-menu {
  margin-top: 0px !important;
}

.webweb-custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  margin-right: 16px;
}

.webweb-custom-overlay:hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  margin-right: 16px;
  flex-flow: column;
}

.webweb-profileBox {
  right: 0 !important;
  left: auto;
}

.webweb-badge-pos {
  position: absolute !important;
  top: 70% !important;
  right: 17% !important;
  cursor: pointer !important;
}

.webweb-sidebar-buttons {
  right: 0 !important;
  left: auto;
}

.webweb-input-color {
  background-color: transparent;
  border: transparent;
}

.bg-lightGray {
  background-color: #e1e1e1 !important;
  color: #ffffff;
}

.webweb-w-10 {
  width: 10% !important;
}

.webweb-w-20 {
  width: 20% !important;
}

.webweb-w-80 {
  width: 80% !important;
}

.webweb-w-40 {
  width: 40% !important;
}

.webweb-sidebar-fixed-footer {
  position: absolute !important;
}

.webweb-checkbox .form-check-label:before {
  content: '';
  display: block;
  width: 16px !important;
  height: 16px !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.webweb-checkbox .form-check-label:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 16px !important;
  height: 16px !important;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #e1e1e1;
}

.dropdown .webweb-dropdown-lg,
.dropup .dropdown-menu {
  border: 1px solid transparent;
  min-width: 300px;
  padding: 8px 0;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  margin-top: 3px !important;
}

.webweb-carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -1.2rem;
  margin-left: 15%;
  list-style: none;
}

.sidebar-appBottomMenu {
  min-height: 56px;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e1e1e1;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: env(safe-area-inset-bottom);
}

.sidebar-appBottomMenu.no-border {
  border: 0 !important;
  box-shadow: 0 !important;
}

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

.sidebar-appBottomMenu.rounded .item:before {
  display: none;
}

.sidebar-appBottomMenu .item {
  font-size: 9px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sidebar-appBottomMenu .item:before {
  content: '';
  display: block;
  height: 2px;
  border-radius: 0 0 10px 10px;
  background: transparent;
  position: absolute;
  left: 4px;
  right: 4px;
  top: 0;
}

.sidebar-appBottomMenu .item .col {
  width: 100%;
  padding: 0 4px;
  text-align: center;
}

.sidebar-appBottomMenu .item i.bi,
.sidebar-appBottomMenu .item i.icon,
.sidebar-appBottomMenu .item ion-icon {
  display: inline-flex;
  margin: 1px auto 3px auto;
  font-size: 26px;
  line-height: 1em;
  color: #141515;
  transition: none;
  display: block;
  margin-top: 1px;
  margin-bottom: 3px;
}

.sidebar-appBottomMenu .item .action-button {
  display: inline-flex;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  background: #edcd2f;
}

.sidebar-appBottomMenu .item .action-button.large {
  width: 60px;
  height: 60px;
  margin-top: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.sidebar-appBottomMenu .item .action-button i.bi,
.sidebar-appBottomMenu .item .action-button i.icon,
.sidebar-appBottomMenu .item .action-button ion-icon {
  color: #fff !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.sidebar-appBottomMenu .item strong {
  margin-top: 4px;
  display: block;
  color: #141515;
  font-weight: 400;
  transition: none;
}

.sidebar-appBottomMenu .item:active {
  opacity: 0.8;
}

.sidebar-appBottomMenu .item.active:before {
  background: transparent;
}

.sidebar-appBottomMenu .item.active i.bi,
.sidebar-appBottomMenu .item.active i.icon,
.sidebar-appBottomMenu .item.active ion-icon,
.sidebar-appBottomMenu .item.active strong {
  color: #edcd2f !important;
  font-weight: 500;
}

.sidebar-appBottomMenu .item:hover i.bi,
.sidebar-appBottomMenu .item:hover i.icon,
.sidebar-appBottomMenu .item:hover ion-icon,
.sidebar-appBottomMenu .item:hover strong {
  color: #141515;
}

.sidebar-appBottomMenu.text-light {
  color: #fff;
}

.sidebar-appBottomMenu.text-light .item {
  color: #fff;
  opacity: 0.7;
}

.sidebar-appBottomMenu.text-light .item i.bi,
.sidebar-appBottomMenu.text-light .item i.icon,
.sidebar-appBottomMenu.text-light .item ion-icon,
.sidebar-appBottomMenu.text-light .item strong {
  color: #fff;
}

.sidebar-appBottomMenu.text-light .item.active {
  opacity: 1;
}

.sidebar-appBottomMenu.text-light .item.active i.bi,
.sidebar-appBottomMenu.text-light .item.active i.icon,
.sidebar-appBottomMenu.text-light .item.active ion-icon,
.sidebar-appBottomMenu.text-light .item.active strong {
  color: #fff !important;
}

.sidebar-appBottomMenu.bg-primary,
.sidebar-appBottomMenu.bg-secondary,
.sidebar-appBottomMenu.bg-success,
.sidebar-appBottomMenu.bg-warning,
.sidebar-appBottomMenu.bg-danger,
.sidebar-appBottomMenu.bg-info,
.sidebar-appBottomMenu.bg-light,
.sidebar-appBottomMenu.bg-dark {
  border: 0;
}

.sidebar-appBottomMenu.bg-primary .item:before,
.sidebar-appBottomMenu.bg-secondary .item:before,
.sidebar-appBottomMenu.bg-success .item:before,
.sidebar-appBottomMenu.bg-warning .item:before,
.sidebar-appBottomMenu.bg-danger .item:before,
.sidebar-appBottomMenu.bg-info .item:before,
.sidebar-appBottomMenu.bg-light .item:before,
.sidebar-appBottomMenu.bg-dark .item:before {
  display: none;
}

body.dark-mode-active .sidebar-appBottomMenu {
  background: #0f1c2f;
  border-top-color: #1b283b;
}

body.dark-mode-active .sidebar-appBottomMenu .item i.bi,
body.dark-mode-active .sidebar-appBottomMenu .item i.icon,
body.dark-mode-active .sidebar-appBottomMenu .item ion-icon,
body.dark-mode-active .sidebar-appBottomMenu .item strong {
  color: #ffffff;
}

body.dark-mode-active .sidebar-appBottomMenu .item:hover i.bi,
body.dark-mode-active .sidebar-appBottomMenu .item:hover i.icon,
body.dark-mode-active .sidebar-appBottomMenu .item:hover ion-icon,
body.dark-mode-active .sidebar-appBottomMenu .item:hover strong {
  color: #ffffff;
}

body.dark-mode-active .sidebar-appBottomMenu.bg-light .item i.bi,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item i.icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item ion-icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item strong {
  color: #141515;
}

body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover i.bi,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover i.icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover ion-icon,
body.dark-mode-active .sidebar-appBottomMenu.bg-light .item:hover strong {
  color: #141515;
}

.fs-small {
  font-size: 12px !important;
}

.form-group.boxed .custom-disabled-color {
  background-color: #eeeeee !important;
}

.dropdown-item-submenu {
  display: flex;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  /* margin-left: 25px; */
}

.dropup .dropdown-menu .dropdown-item-submenu {
  padding: 12px 16px;
  line-height: 1.2em;
  color: #141515;
  font-size: 15px;
  display: flex;
  align-items: center;
}

#dynamicIframe {
  width: 100%;
}

.custom-cart-image {
  max-width: 66px !important;
  max-height: 56px !important;
  height: auto !important;
  width: 100% !important;
}

.editor-toolbar button {
  width: 25px !important;
}

.nestable-item .nestable-list,
.nestable-item-copy .nestable-list {
  margin-top: 0px !important;
}

.nestable-item,
.nestable-item-copy {
  margin: 0px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-25 {
  font-size: 25px;
}

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

.image-listview > li.custom-line:after {
  left: 0px !important;
}

.accordion .accordion-header .btn:before,
.accordion .accordion-header .custom-line:before {
  left: 0px !important;
}

.custom-line-accordian:before {
  left: 0px !important;
}

.custom-extraHeader {
  position: fixed;
  left: 0;
  top: 56px;
  height: 40px;
  right: 0;
  width: 100%;
  padding: 5px 16px;
  margin-top: env(safe-area-inset-top);
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.webweb-bg-secondary {
  background-color: #e7e7e7 !important;
}

.webweb-border-secondary {
  border: 1px solid #e7e7e7 !important;
}

.webweb-bg-secondary-badge {
  background-color: #e7e7e7 !important;
  color: #586d7f !important;
}

.konva-parent-custom canvas {
  width: 380px !important;
  height: 380px !important;
  display: flex !important;
  justify-content: center !important;
}

.konva-parent-custom div {
  width: 380px !important;
  height: 380px !important;
  display: flex !important;
  justify-content: center !important;
}

.phoneInput input {
  padding: 0 40px 0 16px !important;
  border: none !important;
  outline: none !important;
}

.webweb-accordian-bg {
  background-color: #f7f7f7 !important;
}

.custom-active {
  background-color: #f5f5f5 !important;
}

.chatFooter {
  bottom: 56px !important;
}

.splide__arrows {
  z-index: 0 !important;
}

/* .splide__track {
    z-index: -1 !important;
} */

.splide__pagination {
  z-index: 0 !important;
  bottom: 30px !important;
}

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

.webweb-responsive-addressbar {
  position: fixed !important;
  top: 56px !important;
  right: 0 !important;
  left: 0% !important;
  z-index: 310 !important;
}

.desktop-view-nav {
  display: block !important;
}

.mobile-view-nav {
  display: none !important;
}

.custom-subtitle .wmde-markdown-var {
  height: 100px !important;
}

.appHeader .dropdown-menu {
  margin-top: 0px !important;
}

.card .card-img-overlay {
  background: transparent !important;
}

@media only screen and (max-width: 990px) {
  .webweb-responsive-addressbar {
    position: fixed !important;
    top: 56px !important;
    right: 0 !important;
    left: 0% !important;
    z-index: 500 !important;
  }

  .desktop-view-nav {
    display: block !important;
  }

  .mobile-view-nav {
    display: none !important;
  }
}

@media only screen and (max-width: 700px) {
  .chatFooter {
    /* bottom: 56px !important; */
    padding: 0 !important;
  }

  .webweb-responsive-addressbar {
    position: fixed !important;
    top: 56px !important;
    right: 0 !important;
    left: 0% !important;
    z-index: 5 !important;
  }

  .desktop-view-nav {
    display: none !important;
  }

  .mobile-view-nav {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* .ticketbadge {
    padding: 5px 5px;
    display: flex !important;
    gap: 4px !important;
  } */

  .ticketbadge {
    padding: 5px 5px;
    position: relative;
    right: 5px;
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents wrapping of badges */
  }

  .chatFooter {
    /* bottom: 56px !important; */
    padding: 0;
  }

  .header-address-bar {
    left: 6px !important;
    font-size: 12px !important;
  }

  .header-address-bar-left {
    right: 7% !important;
  }

  .header-input-bar {
    padding-left: 12% !important;
    font-size: 12px !important;
  }

  .webweb-w-10 {
    width: 15% !important;
  }

  .webweb-w-80 {
    width: 70% !important;
  }

  .konva-parent-custom canvas {
    width: 280px !important;
    height: 280px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .konva-parent-custom div {
    width: 280px !important;
    height: 280px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .desktop-view-nav {
    display: none !important;
  }

  .mobile-view-nav {
    display: block !important;
  }
}

@media (max-width: 426px) {
  /* .message-view {
    margin-bottom: 10px !important;
    padding: 0px 10px 5px 10px !important;
  } */

  .chatFooter {
    position: sticky !important;
    bottom: 0px !important;
  }

  .tit {
    right: 6rem !important;
  }
}

.message-view {
  overflow-y: auto;
  touch-action: pan-y; /* Allow vertical scrolling */
}

.message-item {
  position: relative;
  touch-action: none; /* Prevent default touch actions on message items */
}

.content {
  will-change: transform;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.col-dry {
  color: #bdbdbd !important;
}

.splide__arrow--next {
  right: -0.5rem !important;
}
.splide__arrow--prev {
  left: -0.5rem !important;
}
.custom-border-start {
  border-left: solid 2px #ffffff !important;
}

.dropdown-sm {
  font-size: 13px !important;
  line-height: 0.8 !important;
}

.accordion-item .accordion-button {
  padding-right: 0px !important;
}

/* .main #appCapsule {
  padding: 0;
  margin-bottom: env(safe-area-inset-bottom);
  margin-top: env(safe-area-inset-top);
} */

.fab-ton {
  bottom: 70px !important;
}

/* .convo-badges :not(:first-child) {
  background: none !important;
  border: 1px solid;
} */

.fab-button .fab {
  border-radius: 50% !important;
  background: #00e676;
}

.tit {
  right: 40.5rem;
}

#contact-list {
  color: #4f5050;
  margin-top: 3px;
  font-size: 12px;
  margin: 0;
  line-height: 1.2em;
}

/* .image-listview > li .item .image {
  width: 28px !important;
  height: 28px !important;
} */

.Engagement {
  width: 24px;
  height: 24px;
}

.fileds input {
  border: none;
  box-shadow: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  outline-color: #e2e8f0;
  outline-width: 1px;
  font-size: 15px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #f1f5f9;
  border-radius: 0.5rem;
  width: 100%;
}

.pulls-right {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  outline-color: #cbd5e1 !important;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #0f172a;
  border: none;
  box-shadow: none;
  border-radius: 0.5rem;
  width: 100%;
}

.dark-mode-active .pulls-right {
  background: #fff !important;
  color: #000;
}
.dark-mode-active .varify {
  color: #fff;
}

.varify {
  width: 32px;
  height: 32px;
  text-align: center;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #d2d2d2;
  margin: 0 4px;
}

.varify:focus {
  border-bottom: 1.5px solid #0f172a;
  outline: none;
}

p {
  color: #a3a3a3;
  font-size: 14px;
  width: 200px;
  margin-top: 4px;
}

.nav-tabs.lined .nav-item .nav-link.active {
  border-bottom-color: #0f172a !important;
}

.pw-reset {
  text-align: center;
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  gap: 0.5rem;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
