PNG %k25u25%fgd5n!
/home/mkuwqnjx/palaknaturals.com/wp-content/plugins/echo-rewards/react-app/styles/frontend.css
@tailwind base;
@tailwind components;
@tailwind utilities;
.echorewards-modal .echorewards-modal-container {
  display: flex;
}
.echorewards-modal .echorewards-close-modal svg path {
  transition: all 0.3 ease;
}
.echorewards-modal .echorewards-close-modal:hover svg path {
  fill: #EF4444;
}
.echorewards-modal .echorewards-modal-content {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 52px 15px 30px;
}
.echorewards-modal.social-share .echorewards-modal-inner {
  width: 100% !important;
  max-width: 480px !important;
}
.echorewards-modal.social-share .echorewards-modal-inner .echorewards-modal-header {
  padding: 16px 16px 8px !important;
  align-items: flex-start !important;
}
.echorewards-modal.social-share .echorewards-modal-inner .echorewards-modal-header .echorewards-close-modal {
  margin-bottom: 0 !important;
}
.echorewards-modal.social-share .echorewards-modal-inner .echorewards-modal-body {
  padding: 16px !important;
  padding-top: 0 !important;
}
.echorewards-modal.social-share .echorewards-modal-inner .echorewards-modal-footer {
  display: none !important;
}

/* ModalTransitions.css */
.echorewards-modal-enter {
  opacity: 0;
}

.echorewards-modal-enter-active {
  opacity: 1;
  transition: opacity 300ms;
}

.echorewards-modal-exit {
  opacity: 1;
}

.echorewards-modal-exit-active {
  opacity: 0;
  transition: opacity 300ms;
}

/* Modal content transitions */
.echorewards-modal-inner-enter {
  opacity: 0;
  transform: scale(0.9);
}

.echorewards-modal-inner-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms, transform 300ms;
}

.echorewards-modal-inner-exit {
  opacity: 1;
}

.echorewards-modal-inner-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 300ms, transform 300ms;
}

@media only screen and (max-width: 375px) {
  .echo-rewards-myaccount .reward-points ul {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .echo-rewards-myaccount .reward-points ul li {
    flex-direction: column !important;
    align-items: center !important;
  }
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__control {
  border-radius: 5px;
  min-height: 32px !important;
  box-shadow: none !important;
  border-color: #8C8F94 !important;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__value-container {
  padding-left: 10px !important;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__single-value {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__indicator-separator {
  display: none !important;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__indicator svg {
  fill: #000 !important;
  height: 16px;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__dropdown-indicator {
  padding: 0 !important;
  padding-right: 5px !important;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__option {
  display: flex;
  font-size: 13px;
  padding: 5px 8px;
  align-items: center;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__option .icon {
  height: 24px;
  width: 24px;
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.echo-rewards-myaccount .echorewards-react-select .echorewards-select__input {
  outline: 0;
  box-shadow: none !important;
}

.floatingwidget-left {
  top: calc(50% + 70px) !important;
}

.floatingwidget-right {
  top: calc(50% - 70px) !important;
}

/*# sourceMappingURL=frontend.css.map */