.pagination .page-item.active>.page-link {
  background-color: #40bb60;
  border: 1px solid #40bb60;
  color: #fff;
}

.pagination .page-item>.page-link {
  color: #40bb60;
}

.amrioptable thead tr th,
.amrioptable tbody tr td {
  text-align: left
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
  background: #3FBB60;
}

.select2-container--bootstrap-5 {
  width: 100%
}

.landing-bx {
  border-radius: 16px;
  max-height: 170px;
  height: 160px;
}

.landing-block1 {
  background: #FFF4DE;
}

.landing-block2 {
  background: #FFE2E6;
}

.landing-block3 {
  background: #E9FCFF;
}

.landing-bx p {
  font-size: 1rem;
}

#navbarSupportedContent.navbar-collapse {
  flex-grow: unset;
}

/* Enhanced Tooltip Styles */
.tooltip {
  font-size: 0.8rem;
  z-index: 1060;
}

.tooltip-inner {
  background-color: #343a40;
  color: white;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  max-width: 280px;
  text-align: left;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #343a40;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #343a40;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #343a40;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #343a40;
}

.signup-wrapper {
  min-height: 100vh;
  /* Fill the viewport height */
  display: flex;
  align-items: center;
  /* Vertical center */
  justify-content: center;
  /* Horizontal center (optional) */
}

.mobile-info-card {
  margin-top: 1rem;
}

.info-card {
  background-color: #DEE2E6;
  color: #6C757D;
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Floating pill button */
#list-carousel .pill {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  background: var(--accent-green);
  color: white;
  padding: .6rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(37, 121, 64, 0.18);
  transform: translateY(-40px);
  width: fit-content;
}

#list-carousel .pill .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

#list-carousel .content-card {
  margin-top: 10px;
  background: var(--card-bg);
  border-radius: var(--card-radius);
  padding: 28px 30px;
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
  margin-bottom: 40px;
}

#list-carousel .content-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--muted-white);
}

#list-carousel .check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#list-carousel .check-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.9);
  font-size: .97rem;
}

#list-carousel .check-icon {
  min-width: 34px;
  min-height: 34px;
  border-radius: 50%;
  background: rgba(70, 192, 107, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-green);
  border: 2px solid rgba(70, 192, 107, 0.12);
  margin-top: 4px;
  flex: 0 0 34px;
}

/* Pagination bar (3 segments) */
#list-carousel .custom-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  width: 160px;
}

#list-carousel .custom-pagination .segment {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.25);
}

#list-carousel .custom-pagination .segment.active {
  background: linear-gradient(90deg, rgba(69, 192, 107, 1) 0%, rgba(54, 166, 90, 1) 100%);
  box-shadow: 0 4px 12px rgba(69, 192, 107, 0.18);
}

/* small stepper under card to match mock */
#list-carousel .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

/* Make Swiper slide content vertically aligned */
#list-carousel .swiper-slide {
  display: block;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .container-custom {
    padding: 0 10px;
  }

  .pill {
    transform: translateY(-20px);
    font-size: .95rem;
  }

  #list-carousel .content-title {
    font-size: 1.25rem;
  }

  .hero {
    padding: 28px 16px;
    align-items: flex-end;
  }
}

/* New Design Changes Start Here */
/* Header Bar Styling */
.header-bar {
  background: #F8F9FA;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-info {
  display: flex;
  gap: 10px;
}

.header-info h5 {
  color: #111827;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px;
}

.header-info p {
  color: #6B7280;
  margin: 0;
  font-size: 14px;
}

.create-folder-btn {
  background: #3FBB60;
  border: none;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.create-folder-btn:hover {
  background: #369951;
  transform: translateY(-1px);
  color: white;
}

/* Card Styling */
.card {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #F3F4F6;
}

.card:hover {
  /* transform: translateY(-2px); */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Save Trees Section */
.save-trees-section {
  text-align: center;
  padding: 60px 20px;
}

.save-trees-section h3 {
  color: #111827;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 24px;
}

.save-trees-section p {
  color: #6B7280;
  font-size: 16px;
  line-height: 1.5;
  max-width: 500px;
  margin: 0 auto;
}
/*V2 Tech 5*/
@media (min-width: 1200px) {
  .container{
      max-width: 1128px;
  }
  .crd-brd-rt{
      border-right: 1px solid #DEE2E6;
  }
}
.navbar .container{
  max-width: 1240px;
}
.navbar-nav .nav-link.active, .login-txt{
  color: #3FBB60;
  font-weight: 700;
}
/* About Us Page Styles */
    .about-hero {
        background: linear-gradient(135deg, #3FBB60 0%, #52C470 100%);
        padding: 150px 0 60px;
        position: relative;
        overflow: hidden;
    }

    .about-hero h1 {
        color: white;
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .about-hero h2{
      color:white;
      font-size: 20px;
      font-weight: 600;
    }

    .about-hero p {
        color: rgba(255, 255, 255, 0.95);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        max-width: 800px;
        margin: 0 auto;
    }


    /* Who We Are Section */
    .who-we-are {
        padding: 80px 0;
    }

    .who-we-are h2 {
        font-size: 32px;
        font-weight: 700;
        color: #101828;
    }

    .who-we-are h2 span {
        color: #3FBB60;
    }
    .who-we-are .lead-text {
        color: #6B7280;
    }

    .value-card {
        text-align: left;
        border: 1px solid #F4F5F6;
        border-radius: 12px;
        padding: 24px;
        transition: all 0.3s ease;
        min-height: 300px
    }
    .value-card.wgp {
        text-align: center;
        min-height: auto;
    }

    .value-card:hover {
        transform: translateY(-5px);
    }
    .value-card.wgp .value-icon{
        margin: 0 auto 20px;
    }

    .value-icon {
        width: 48px;
        height: 48px;
        margin: 0 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .value-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .value-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: #101828;
        margin-bottom: 15px;
    }

    .value-card p {
        color: #6B7280;
        font-size: 15px;
        line-height: 1.6;
    }

    /* What We Stand For Section */
    .what-we-stand {
        padding: 40px 0;
    }

    .what-we-stand h2 {
        font-size: 32px;
        font-weight: 700;
        color: #101828;
    }

    .what-we-stand h2 span {
        color: #3FBB60;
    }

    .what-we-stand .lead-text {
        color: #6B7280;
        font-size: 16px;
        line-height: 1.8;
    }
    .what-we-stand .receipt-image {
        text-align: center;
    }

    .stand-card {
        background: white;
        border-radius: 16px;
        padding: 16px 20px;
        margin-bottom: 15px;
        display: flex;
        gap: 20px;
        transition: all 0.3s ease;
        border: 1px solid #E5E7EB;
    }

    .stand-card:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-3px);
    }

    .stand-icon {
        width: 56px;
        height: 56px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .stand-card.cyan {
        background: #E6F3FF;
    }

    .stand-card.blue {
        background: #E7E6FF;
    }

    .stand-card.green {
        background: #EAFFE6;
    }

    .stand-card.yellow {
        background: #FFFFE6;
    }

    .stand-icon img {
        width: 48px;
        height: 48px;
    }

    .stand-content h5 {
        font-size: 18px;
        font-weight: 600;
        color: #101828;
        margin-bottom: 5px;
    }

    .stand-content p {
        color: #6B7280;
        font-size: 14px;
        line-height: 1.6;
        margin: 0;
    }

    /* Our Mission Section */
    .our-mission {
        padding: 80px 0;
    }

    .our-mission h2 {
        font-size: 32px;
        font-weight: 700;
        color: #101828;
    }

    .our-mission p {
        color: #6B7280;
        font-size: 16px;
        line-height: 1.8;
    }

    .mission-image {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }
    .paperless-receipt-image {
        background: #DBE8FF;
    }

    .mission-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Our Promise Section */
    .our-promise {
        background: rgba(243, 244, 245, 0.5);
        padding: 80px 0;
    }

    .our-promise h2 {
        font-size: 32px;
        font-weight: 700;
        color: #101828;
    }

    .our-promise .lead-text {
        color: #6B7280;
        font-size: 16px;
        line-height: 1.8;
    }
    .pdx-150, .our-promise .lead-text {
        padding: 0 150px;
    }

    .promise-card {
        text-align: center;
        padding: 30px 20px;
    }

    .promise-icon {
        width: 80px;
        height: 80px;
        margin: 0 auto 20px;
    }

    .promise-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .promise-card h5 {
        font-size: 20px;
        font-weight: 600;
        color: #101828;
        margin-bottom: 15px;
    }

    .promise-card p {
        color: #6B7280;
        font-size: 15px;
        line-height: 1.6;
    }
    .every-paper-receipt {
        background-color: #ebffe7;
        background-repeat: round;
        text-align: center;
        background-image: url('../img/every-bg.png');
    }
    .every-paper-receipt h3{
        padding: 200px;
        color: #344054;
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
    }
/* Paperless List Styles */
    .paperless-list {
        list-style: none;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .paperless-list-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 15px;
    }

    .paperless-list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .list-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .paperless-list-item span {
        color: #6B7280;
        font-size: 15px;
        line-height: 1.6;
        flex: 1;
    }
/* FAQ Section Enhanced Styles */
    .faqs {
        padding: 80px 0;
    }

    .faqs h3 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 60px;
        color: #101828;
    }

    .accordion-item {
        background: white;
        /* border: 1px solid #E5E7EB; */
        /* border-radius: 12px; */
        border-bottom: 0;
        border-top: 0;
        margin-bottom: 16px;
        transition: all 0.3s ease;
    }
    .accordion-item.active {
        background: #ebf8ef;
        border: 1px solid #3FBB60;
        border-radius: 12px;
        margin-bottom: 16px;
        transition: all 0.3s ease;
    }
    .accordion-item.active .accordion-button{
        border-radius: 0;
    }

    .accordion-button {
        font-size: 18px;
        font-weight: 600;
        color: #101828;
        padding: 16px 24px;
        background: white;
        height: auto;
        border: 1px solid #F4F5F6;
        border-radius: 12px;
        transition: all 0.3s ease;
    }
    .accordion-item.active .accordion-button:focus {
        box-shadow: none;
        outline: none;
        border: none;
        border-bottom: 1px solid #E5E7EB;
    }
    .accordion-button:focus {
        box-shadow: none;
        outline: none;
        border: 1px solid #E5E7EB;
    }

    .accordion-body {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 1.8;
        color: #475467;
        background: #ECF8EF;
        border-radius: 0 0 12px 12px;
    }
/* Join the Paperless Revolution Section Styles */
  .paperless-revolution {
      background-color: #ECF8EF;
      position: relative;
      overflow: hidden;
  }

  .paperless-content {
      position: relative;
      z-index: 2;
  }

  .paperless-revolution h2 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px;
      line-height: 1.2;
  }

  .paperless-revolution h2 .highlight {
      color: #3FBB60;
  }

  .paperless-revolution .lead-text {
      font-size: 16px;
      line-height: 1.8;
      color: #475467;
      margin-bottom: 40px;
      max-width: 600px;
  }

  .paperless-cta {
      background: #3FBB60;
      color: white;
      border: none;
      padding: 16px 32px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
  }

  .paperless-cta:hover {
      background: #2ea050;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(63, 187, 96, 0.3);
      color: white;
      text-decoration: none;
  }

  .paperless-image-wrapper {
      position: relative;
      text-align: right;
  }

  .paperless-devices {
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 2;
  }

  .mobile-badge {
      font-family: "Anton", sans-serif;
      position: relative;
      display: flex;
      width: 226px;
      float:right;
      bottom: 20px;
      /* right: 16px; */
      background: #3FBB60;
      color: white;
      padding: 12px 24px;
      border-radius: 50px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 4px 12px rgba(63, 187, 96, 0.3);
      z-index: 3;
      transform: rotate(-4.26deg);
  }
/* How It Works Page Styles */
.how-it-works-steps {
    padding: 80px 0;
    position: relative;
}

.how-it-works-steps .container {
    position: relative;
}

.step-row:last-child {
    margin-bottom: 0;
}

.step-content {
    position: relative;
}

.step-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 20px;
    line-height: 1.2;
}

.step-content h2 span {
    color: #3FBB60;
}

.step-content .lead-text {
    font-size: 16px;
    line-height: 1.8;
    color: #475467;
    max-width: 550px;
}

.step-image {
    position: relative;
    padding: 20px;
}

.step-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
}
/* ===== TIMELINE ===== */

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #e0e0e0;
    transform: translateX(-50%);
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 0;
    background: #28a745;
    transform: translateX(-50%);
    transition: height 0.2s ease-out;
}

.timeline-item {
    position: relative;
    margin-bottom: 75px;
}

.timeline-dot {
    position: absolute;
    top: 0;
    left: 50%;
    width: 48px;
    height: 48px;
    background: #C3EACE;
    color: #3FBB60;
    border-radius: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 2;
}
.timeline-dot.active{
    background: #3FBB60;
    color: #fff;
}
.tac-security{
  min-height: 454px;
  background-image: url('../img/tac-security-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tac-security img{
  width: 321px;
}
/*V2 Tech 5 End*/

/* Responsive */
@media (max-width: 480px) {
    .every-paper-receipt{
        background-image: none;
    }
}

@media(min-width: 481px) and (max-width: 768px) {
    .mobile-badge {
        right: 16px;
    }
}
@media(min-width: 769px) and (max-width: 992px) {
    .mobile-badge {
        right: 16px;
    }
}
@media (max-width: 991px) {
    .timeline-line,
    .timeline-progress{
        left: 20px;
        transform: none;
    }
    .timeline-dot {
        left: 5px;
        width: 36px;
        height: 36px;
        transform: none;
    }
}
/* Mobile Navigation Styles */
@media (max-width: 768px) {
  .about-hero h1 {
    font-size: 32px;
  }

  .who-we-are h2,
  .what-we-stand h2,
  .our-mission h2,
  .our-promise h2{
      font-size: 28px;
  }

  .stand-card {
      flex-direction: column;
  }

  .who-we-are,
  .what-we-stand,
  .our-mission,
  .our-promise{
      padding: 50px 0;
  }
  .pdx-150, .our-promise .lead-text{
      padding: 0;
  }
  .every-paper-receipt h3{
      padding: 20px;
  }
  .paperless-list-item span {
      font-size: 14px;
  }

  .list-icon {
      width: 20px;
      height: 20px;
  }
  .faqs h3 {
      font-size: 28px;
      margin-bottom: 40px;
  }

  .accordion-button {
      font-size: 16px;
      padding: 18px 20px;
  }

  .accordion-body {
      padding: 18px 20px;
      font-size: 14px;
  }
  .paperless-revolution h2 {
      font-size: 32px;
      margin-bottom: 20px;
  }

  .paperless-revolution .lead-text {
      font-size: 16px;
      margin-bottom: 30px;
  }

  .paperless-image-wrapper {
      text-align: center;
      margin-top: 40px;
  }

  .mobile-badge {
      font-family: "Anton", sans-serif;
      font-size: 12px;
      padding: 8px 16px;
      bottom: 10px;
      width: 171px;
  }
  .create-folder-btn {
    width: 100%;
    justify-content: center;
  }

  .desktop-nav .nav-tabs,
  .mobile-nav-wrapper .nav-item {
    border-bottom: none;
    background: #fff;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
  }

  .mobile-nav-container {
    position: relative;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .mobile-nav-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .mobile-nav-wrapper:active {
    cursor: grabbing;
  }

  .desktop-nav .nav-item,
  .mobile-nav-wrapper .nav-item {
    flex: 0 0 33.333%;
    min-width: 50%;
    background-color: transparent;
  }

  .desktop-nav .nav-tabs .nav-link,
  .mobile-nav-wrapper .nav-item .nav-link {
    border: none;
    border-radius: 0 !important;
    color: #6B7280;
    font-weight: 500;
    padding: 12px 8px;
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }

  .desktop-nav .nav-tabs .nav-link.active,
  .mobile-nav-wrapper .nav-item .nav-link.active {
    background-color: #ECF8EF;
    color: #3FBB60;
    border-radius: 0;
    font-weight: 600;
  }

  .desktop-nav .nav-tabs .nav-link i,
  .mobile-nav-wrapper .nav-item .nav-link i {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }

  /* Navigation dots */
  .nav-dots {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    gap: 6px;
  }

  .nav-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D1D5DB;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .header-content {
    flex-direction: column;
    gap: 20px;
  }

  .save-trees-section {
    padding: 40px 15px;
  }

  .save-trees-section h3 {
    font-size: 20px;
  }

  .mobile-nav-container {
    display: block;
  }

  .desktop-nav {
    display: none;
  }

  .how-it-works-steps {
      padding: 50px 0;
  }

  .step-row {
      margin-bottom: 60px;
  }

  .step-content h2 {
      font-size: 24px;
      margin-bottom: 16px;
  }

  .step-content .lead-text {
      font-size: 14px;
  }

  .step-image {
      padding: 10px;
      text-align: center;
  }
}

/* Desktop Navigation Styles */
@media (min-width: 769px) {
  .mobile-nav-container {
    display: none;
  }

  .desktop-nav {
    display: block;
  }

  /* Top nav tabs */
  .desktop-nav .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: center;
  }

  .desktop-nav li.nav-item,
  .mobile-nav-wrapper li.nav-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 0 0;
    background-color: #f1f1f1;
  }

  .desktop-nav .nav-tabs .nav-link {
    border-left: 2px solid #DEE2E6;
    border-radius: 0 !important;
    color: #777;
    font-weight: 400;
    padding: 8px;
    width: 100%;
    background-color: #f1f1f1;
  }

  .desktop-nav .nav-tabs .nav-link.active {
    background-color: #ECF8EF;
    color: #3FBB60;
    border-radius: 6px;
    border-top: 2px solid #3FBB60;
  }

  .desktop-nav .nav-tabs .nav-link i {
    display: block;
    /* font-size: 1.2rem; */
  }
}

.dropdown-wrapper {
  position: relative;
  flex: 1;
}

.select-with-icon {
  padding-left: 45px !important;
}

.select-with-icon option {
  padding-left: 20px;
}

.dropdown-wrapper::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.store-wrapper::before {
  background-image: url('../img/select-store-icon.svg');
}
.category-wrapper::before {
  background-image: url('../img/select-category-icon.svg');
}
.location-wrapper::before {
  background-image: url('../img/select-location-icon.svg');
}
.folder-wrapper::before {
  background-image: url('../img/select-folder-icon.svg');
}
.notification-dot {
    position: relative;
}

.notification-dot::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: pulse-dot 2s infinite;
}

.receipt-notification-dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    background-color: #ef4444;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.card {
    position: relative;
}
.notification-indicator {
    position: relative;
}

.notification-indicator::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    background-color: #ef4444;
    border-radius: 50%;
    border: 2px solid white;
    animation: pulse-notification 2s infinite;
}

@keyframes pulse-notification {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    }
    50% {
        opacity: 0.8;
        box-shadow: 0 0 0 4px rgba(239, 68, 68, 0);
    }
}
