@import './variables.css';
@import './table.css';
@import './modalPopup.css';

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base) !important;
  color: var(--primary-foreground);
  font-size: 16px;
  word-break: break-word;
  direction: ltr;
  text-align: start;
}

body .storeBodyContainer,
body .adminBodyWrapper {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

body .storeBodyContainer {
  background-color: var(--store-background-primary);
}

.tabIndex :focus {
  outline: none;
}

.card-header button {
  padding: 0 !important;
}

.card-body {
  padding: 10px 20px !important;
}

.cardSection .card {
  border: none !important;
}

.printOnly {
  display: none;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: inherit !important;
}

.mainContainer {
  background: var(--background-primary);
  border-radius: var(--radius-3);
  padding: 30px;
  margin: 0 auto;
  max-width: var(--page-inner-width);
  background-image: url('../SiteImages/bg-pattern-pharmacy-store-panel.png') !important;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0px 10px 0px var(--secondary-shadow);
}

.placeError {
  color: red;
}

/* scroll start */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--senary-shadow);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-bg);
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  width: 3px;
}

.sideMenuScroll ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.sideMenuScroll ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--primary-shadow);
  border-radius: 10px;
}

.sideMenuScroll ::-webkit-scrollbar-thumb {
  background: var(--primary-bg) !important;
  border-radius: 10px;
}

.sideMenuScroll ::-webkit-scrollbar-corner {
  width: 3px;
}

/* scroll end */

/* sign up form error start */

.arrow_box {
  position: relative;
  background: red;
  border: 4px solid red;
  z-index: 1;
  position: absolute;
  right: 12px;
  top: -15px;
  color: var(--white-foreground);
  padding: 0;
  text-align: center;
  font-size: 12px !important;
  border-radius: 4px;
  z-index: 6;
  font-weight: 500;
}

.arrow_box::after,
.arrow_box::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box::after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: red;
  border-width: 6px;
  margin-left: -6px;
}

.arrow_box::before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: red;
  border-width: 10px;
  margin-left: -10px;
}

/* sign up form error end */

/* Toaster - Start */

.redux-toastr .toastr.rrt-error {
  background-color: var(--toaster-error) !important;
}

.redux-toastr .toastr.rrt-success {
  padding: 10px 0 !important;
}

.redux-toastr .toastr.rrt-error {
  padding: 10px 0 !important;
}

.redux-toastr .toastr .close-toastr {
  bottom: 20px !important;
  font-size: 24px !important;
  top: auto !important;
  right: 5px !important;
  opacity: 1.5 !important;
  color: var(--white-foreground) !important;
  font-weight: 700 !important;
}

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

.rrt-middle-container {
  font-family: inherit !important;
}

.rrt-success {
  background-color: var(--toaster-success) !important;
}

.rrt-error {
  background-color: var(--toaster-error) !important;
}

/* Toaster - End */

/* switch start */

.switchLabel {
  vertical-align: middle;
}

.react-switch-handle {
  box-shadow: none !important;
}

.switchLabelText {
  margin: 0;
  color: var(--primary-foreground);
}

.react-switch-bg div:first-child {
  width: 32px !important;
  z-index: 1;
  right: 0;
  left: unset;
  color: var(--toaster-success);
  position: absolute !important;
  transform: scale(0.6);
}

.react-switch-bg div:last-child {
  width: 32px !important;
  z-index: 1;
  left: 0;
  right: unset;
  color: var(--secondary-foreground);
  transform: scale(0.6);
}

.switchLabelTextHeader {
  margin: 0;
  font-size: 16px;
  color: var(--primary-foreground);
  font-weight: 500;
}

/* switch end */

/* store tab start */

.nav-tabs {
  gap: 18px;
  border-bottom: 0 !important;
}

.nav-tabs .nav-link.active {
  color: var(--primary-foreground) !important;
  background-color: var(--background-primary);
  border-color: var(--primary-bg) !important;
  border: none;
  border-bottom: 3px solid;
  font-weight: 600;
}

.nav-tabs .nav-link {
  position: relative;
  color: var(--secondary-foreground) !important;
  background-color: var(--background-primary);
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
}

.nav-tabs .nav-link:hover {
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
}

.nav-tabs .nav-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}

.nav-tabs .nav-link.active {
  color: var(--primary-foreground) !important;
  border-color: var(--primary-bg) !important;
  font-weight: 600;
}

.nav-tabs .nav-link.active:hover {
  border-color: var(--primary-bg) !important;
}

/* store tab end */

/* global placeholder start */

input::-webkit-input-placeholder {
  color: var(--secondary-foreground);
}

input:-moz-placeholder {
  color: var(--secondary-foreground);
}

input::-moz-placeholder {
  color: var(--secondary-foreground);
}

input:-ms-input-placeholder {
  color: var(--secondary-foreground);
}

input::-ms-input-placeholder {
  color: var(--secondary-foreground);
}

input::placeholder {
  color: var(--secondary-foreground);
}

/* global placeholder end */

.badgeSuccess .badge-success {
  padding: 6px 8px 6px !important;
  text-align: center !important;
  line-height: 11px !important;
  vertical-align: middle !important;
  margin-bottom: 1px !important;
  border-radius: 12px !important;
}

/***************** view page accordion Start *******************/

.orderAccordion .accordion>.card {
  border: inherit;
  background: transparent;
}

.orderAccordion .accordion>.card .card-header {
  background: transparent;
  padding: 0;
  border: inherit;
  margin-bottom: 0;
}

.orderAccordion .arrowBtn {
  background: transparent;
  box-shadow: inherit;
  border: inherit;
}

.orderAccordion .card-header button,
.orderAccordion .card-header button:hover,
.orderAccordion .card-header button:focus {
  border: inherit;
  outline: 0 !important;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  text-align: start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--primary-foreground);
}

.orderAccordion .card {
  padding: 8px 0 0 16px;
}

.orderAccordion .card-body {
  padding: 0px 0px 0px 28px !important;
}

.adminEarning .card {
  padding: 8px 0 0 16px;
}

.adminEarning .card-body {
  padding: 0px 0px 0px 26px !important;
}

/***************** view page accordion end *******************/

/* auto suggest start */

.autosuggest {
  display: inline-block;
}

.autosuggest .react-autosuggest__container {
  position: relative;
}

.autosuggest .react-autosuggest__input {
  width: 490px;
  height: 44px;
  border: 1px solid var(--primary-border);
  border-radius: 6px;
  padding: 6px 12px;
}

.autosuggest .react-autosuggest__input--focused {
  outline: none;
}

.autosuggest .react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.autosuggest .react-autosuggest__suggestions-container {
  display: none;
}

.autosuggest .react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 41px;
  width: 490px;
  border: 1px solid var(--primary-border);
  background-color: var(--background-primary);
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
  border-top: inherit;
}

.autosuggest .react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.autosuggest .react-autosuggest__suggestion {
  cursor: pointer;
  padding: 4px 15px;
}

.autosuggest .react-autosuggest__suggestion--highlighted {
  background-color: var(--common-hover-bg);
}

/* auto suggest end */

/* custom Tooltip start */

.imageUploadTooltipContainer {
  padding: 8px;
  text-align: center !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  background-color: var(--common-tooltip-color) !important;
  border: 1px solid var(--common-tooltip-color) !important;
  color: var(--white-foreground) !important;
}

.imageUploadTooltipContainer.bs-popover-top>.arrow::after,
.imageUploadTooltipContainer.bs-popover-top>.arrow::before {
  border-top-color: var(--common-tooltip-color) !important;
}

.imageUploadTooltipContainer.bs-popover-bottom>.arrow::after,
.imageUploadTooltipContainer.bs-popover-bottom>.arrow::before {
  border-bottom-color: var(--common-tooltip-color) !important;
}

.tooltipLabelContainer {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dz-hidden-input {
  overflow-x: hidden;
}

.pwdShowIconSection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  transform: translateY(-50%);
}

/* custom Tooltip end */


/* common view page start */

.viewDetailsGrid {
  display: grid;
  grid-template-columns: 460px 1fr;
  border-top: 1px solid var(--primary-border);
  word-break: break-word;
  padding: 12px;
  gap: 12px;
  color: var(--primary-foreground);
}

.viewPageSubtitle {
  grid-template-columns: 100% !important;
  text-align: start;
  font-weight: 700;
}

.viewDetailsGridLeft {
  text-align: start;
  font-weight: 700;
}

.viewDetailsGridRight {
  text-align: start;
}

/* common view page end */

.singleButtonFlexEnd {
  display: flex;
  justify-content: flex-end;
}

.doubleButtonFlexEnd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}

.oneColumnGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.twoColumnGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px;
}

.threeColumnGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 24px;
}

.commonErrorMessage {
  color: var(--error-foreground);
  display: block;
  text-align: start;
  font-size: 16px;
}

/* manual GeoSuggest Start */

.manualGeoSuggestContainer {
  position: relative;
}

.manualGeoSuggestListWrapper,
.safariManualGeoSuggestListWrapper .suggestItem {
  border: 1px solid var(--focusInputBorder);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 400px;
  padding: 0;
  margin-top: -1px;
  background: var(--background-primary);
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  border-radius: 0 0 4px 4px;
}

.manualGeoSuggestList,
.safariManualGeoSuggestListWrapper .suggestItem {
  padding: 8px 10px;
  font-size: 14px;
  color: var(--primary-foreground);
  text-align: start;
}

.manualGeoSuggestList:hover {
  background-color: var(--list-hover-bg);
  cursor: pointer;
}

.manualGeoSuggestListWrapper::after {
  content: '';
  display: block;
  background-image: url(../powered_by_google.png);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 80px 12px;
  width: 100%;
  height: 20px;
}

.signUpFormPlaceSuggest .manualGeoSuggestListWrapper {
  z-index: 15;
}

/* manual GeoSuggest Start */

/* phone addon input field start */

.phoneNumberAddonBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.phoneNumberAddonInputContainer {
  flex-grow: 1;
}

.phoneNumberAddonInputContainer input {
  width: 100%;
}

.phoneNumberAddonBtnContainer input {
  border-radius: var(--radius-1) 0 0 var(--radius-1) !important;
  max-width: 100px;
}

.phoneNumberAddonInputContainer input {
  border-radius: 0 var(--radius-1) var(--radius-1) 0 !important;
}

.phoneNumberAddonBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-bg) !important;
  color: var(--white-foreground) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  max-width: 100px;
  height: 44px;
  text-align: center;
  border-radius: var(--radius-1) 0 0 var(--radius-1);
}

/* phone addon input field end */

.storePasswordInput {
  padding-right: 42px !important;
}

.commonBorderLink,
.commonBorderLink:hover,
.commonBorderLink:focus {
  display: inline-block;
  color: var(--primary-link-foreground) !important;
  border-bottom: 1px solid var(--primary-link-foreground);
  text-decoration: none !important;
  cursor: pointer;
}

.viewPageAccordionWrapper {
  display: grid;
  gap: 12px;
  grid-template-columns: 100%;
}

.viewBookingAccordion {
  border: 1px solid var(--primary-border) !important;
  border-radius: 5px;
}

.viewBookingAccordionHeader {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  border-bottom: 1px solid var(--primary-border) !important;
  border-width: 0 0 1px 0 !important;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  text-align: start;
}

.isOpenViewBookingAccordionHeader {
  border: 0 !important;
}

.viewBookingAccordionBody {
  padding: 12px;
  border-width: 0 1px 1px 1px;
}

.viewBookingAccordionClose {
  transition: all 0.3s linear;
  flex-shrink: 0;
}

.viewBookingAccordionOpen {
  position: relative;
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

/* loader start */

.adminBodyWrapper .Loader__background {
  z-index: 1 !important;
  height: calc(100vh - 102px) !important;
  height: calc(100svh - 102px) !important;
  height: calc(100dvh - 102px) !important;
}

.storeBodyContainer .Loader__background {
  z-index: 1 !important;
  height: calc(100vh - 136px) !important;
  height: calc(100svh - 136px) !important;
  height: calc(100dvh - 136px) !important;
}

.adminBodyWrapper .uploadImageDisplay .Loader__background,
.orderManageMentTableLoader .Loader__background,
.storeBodyContainer .uploadImageDisplay .Loader__background {
  height: 100% !important;
}

.orderManageMentTableLoader {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* loader end */

hr {
  border-top: 1px solid var(--primary-border);
}

.languageItemWrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px 36px;
  margin-top: 20px;
}

/* custom radio button design start */

.customRadioBtnContainer {
  position: relative;
}

.customRadioBtnContainer .customRadioBtnInputBox {
  position: relative;
  top: 4px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.customRadioBtnContainer input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}

.customRadioCheckDot {
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: var(--radius-rounded);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.customRadioCheckDot {
  border: 1px solid var(--primary-bg);
}

.customRadioCheckDot::after {
  content: "";
  position: absolute;
  width: calc(20px - 8px);
  height: calc(20px - 8px);
  border-radius: var(--radius-rounded);
  display: none;
}

.customRadioBtnContainer input:checked~.customRadioCheckDot::after {
  display: block;
}

.customRadioBtnContainer input:checked~.customRadioCheckDot::after {
  background: var(--primary-bg);
}

/* custom radio button design end */

.buttonGroupContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  grid-gap: 18px;
  flex-wrap: wrap;
}

.buttonGroupDivider {
  padding-top: 24px;
  border-top: 1px solid var(--primary-border);
  margin-top: 24px;
  color: var(--primary-foreground);
}

/* header start */

.storePanelSwitchFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.homeMainWrapper {
  padding-top: var(--header-height);
}

.headerMenuContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  gap: 36px;
}

.headerMenuItem {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--primary-foreground);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  text-decoration: unset;
  outline: unset;
}

.headerMenuItemBtn,
.headerMenuItemBtn:hover,
.headerMenuItemBtn:focus {
  background: var(--primary-bg);
  padding: 7px 20px;
  border-radius: var(--radius-5);
  color: var(--white-foreground);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-decoration: unset;
  outline: unset;
  display: flex;
  align-items: center;
  gap: 6px;
}

.headerMenuItemBtn svg {
  width: 22px;
  height: 15px;
}

.headerMenuDropdownBtn,
.headerMenuDropdownBtn:hover,
.headerMenuDropdownBtn:active,
.headerMenuDropdownBtn:active:hover,
.headerMenuDropdownBtn:active:focus {
  background-color: var(--primary-gray-bg) !important;
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
  border-radius: var(--radius-5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 12px 6px 8px !important;
  gap: 6px;
  grid-gap: 6px;
  cursor: pointer;
  color: var(--primary-foreground) !important;
}

.headerMenuDropdownImgContainer {
  width: 35px;
  height: 35px;
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-5);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-primary);
}

.headerMenuDropdownDefaultImg {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: inherit;
}

.headerMenuDropdownImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.headerMenuDropdownBtn[aria-expanded="true"].dropdown-toggle::after {
  transform: rotate(180deg);
}

.headerMenuDropdownBtnContainer .dropdown-menu {
  padding: 0;
  border-radius: var(--radius-1);
  border: unset;
  box-shadow: 0px 4px 10px 0px var(--tertiary-shadow);
  background: var(--background-primary);
}

.headerMenuDropdownBtnContainer .dropdown-item,
.headerMenuDropdownBtnContainer .dropdown-item:hover,
.headerMenuDropdownBtnContainer .dropdown-item:focus {
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary-foreground);
  background-color: transparent;
  border-bottom: 1px solid var(--primary-border);
  box-shadow: unset;
  outline: unset;
  text-align: start;
  cursor: pointer;
}

.headerMenuDropdownBtnContainer .dropdown-item:hover,
.headerMenuDropdownBtnContainer .dropdown-item:focus {
  background-color: var(--common-hover-bg);
}

.headerMenuDropdownBtnContainer .dropdown-item.active,
.headerMenuDropdownBtnContainer .dropdown-item.active:hover,
.headerMenuDropdownBtnContainer .dropdown-item.active:focus,
.headerMenuDropdownBtnContainer .dropdown-item:active,
.headerMenuDropdownBtnContainer .dropdown-item.active:hover,
.headerMenuDropdownBtnContainer .dropdown-item.active:focus {
  color: var(--primary-link-foreground);
  text-decoration: unset;
  background-color: transparent;
}

/* header end */

/* home page start */
.homepageContainer {
  max-width: var(--max-content-width);
  padding-left: 24px;
  padding-right: 24px;
}

.homePagePaddingTop {
  padding-top: 80px;
}

.homePagePaddingBottom {
  padding-bottom: 80px;
}

.homePageHeading {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: var(--primary-foreground);
}

.homePageSubHeading {
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  color: var(--primary-foreground);
}

.homePageDescription {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: var(--primary-foreground);
}

.storeSliderContainer .swiper-slide-active .storeSliderActive {
  animation: textShowUp 0.5s ease both;
}

@keyframes textShowUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes textShowUp {
  from {
    transform: translate3d(0, 40px, 0)
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* home page end */

/* common input & textarea, select, link design start  */

.form-group {
  margin-bottom: 0 !important;
}

.form-control:focus {
  border-color: var(--secondary-border);
  background-color: var(--primary-input-bg);
  outline: 0;
  box-shadow: none;
}

.commonLabelText {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary-foreground);
  margin-bottom: 6px;
  text-align: start;
}

.commonInputField,
.commonTextAreaField,
.commonSelectField {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--primary-foreground);
  border: 1px solid var(--primary-border);
  background-color: var(--primary-input-bg);
  border-radius: var(--radius-1);
  width: 100%;
}

.commonInputField {
  padding: 9px 18px;
  height: 44px;
  resize: none;
}

.commonPasswordInputField {
  padding: 9px 44px 9px 18px;
}

.commonTextAreaField {
  padding: 11px 18px;
  min-height: 120px;
  max-height: 120px;
  resize: none;
}

.commonTextAreaFieldGrpHeight {
  min-height: 138px;
  max-height: 138px;
}

.commonSelectField {
  display: block;
  width: 100%;
  padding: 9px 40px 9px 18px;
  height: 44px;
  background-image: url('../chevron-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 50%;
  background-size: 25px 25px;
  appearance: none;
}

.commonTableSelectField {
  background-image: url('../chevron-down-white.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 3px) 50%;
  background-size: 25px 25px;
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-bg);
  color: var(--white-foreground);
  padding: 6px 30px 6px 10px;
  border-radius: var(--radius-1);
  outline: none;
  box-shadow: none;
  appearance: none;
}

.commonSelectField:focus,
.commonTextAreaField:focus,
.commonInputField:focus {
  border: 1px solid var(--secondary-border);
  background-color: var(--primary-input-bg);
  outline: 0;
  box-shadow: none;
}

.commonTableSelectField:focus {
  border: 1px solid var(--primary-bg);
  background-color: var(--primary-bg);
  outline: 0;
  box-shadow: none;
}

/* common input & textarea, select design end  */

/* Add on field design start */

.prefixAddonBtn,
.suffixAddonBtn {
  padding: 6px 12px;
  background: var(--primary-bg);
  color: var(--white-foreground);
  border: 1px solid var(--primary-bg);
}

.suffixInputAddonContainer .form-control {
  border-right-width: 0 !important;
}

.prefixInputAddonContainer .form-control {
  border-left-width: 0 !important;
}

.addonMobileWrapper.prefixInputAddonContainer .input-group-prepend .input-group-text {
  white-space: normal;
}

/* Add on field design end */

.chartjs-external-tooltip {
  position: absolute;
  background: var(--background-primary);
  border: 1px solid var(--primary-border);
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 12px;
  color: var(--primary-foreground);
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 9999;
  max-width: 220px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.1s ease;
}