/* Container to hold the grid of cards */
.payment-wrapper {
  width: 330px; /* Reduced from 450px for medium size */
padding: 10px;
  /* display: inline-block; */
}

.preview {
  width: 100%;
  height: 160px; /* Reduced height for smaller feel */
  background-image: url("medical1.png");
  background-size: cover;
  background-position: center;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background-color: #f0f0f0;
}

.payment-box {
  background-color: white;
  padding: 15px; /* Tighter padding */
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 
    0 1px 3px rgba(0,0,0,0.02),
    0 10px 20px -5px rgba(0,0,0,0.08); /* Modern soft shadow */
}

.card-title {
  font-size: 1.1rem;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.packge h5 {
  display: inline-block;
  background-color: #eef4ff;
  padding: 4px 12px;
  color: #4a7dff;
  border-radius: 20px;
  font-size: 12px; /* Smaller font */
  margin: 0;
}
#payment-nav{
  display: flex;
  align-items: center;
}
.download-btn {
    background-color: #2ed573; /* Green */
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
     display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.download-btn:hover {
    background-color: #26af5e;
font-size: 1rem;
    transition: 0.5s;
}
.pay-unlock-btn:hover {
    background-color: #26af5e;

    transition: 0.5s;
}
.pay-unlock-btn {
      background-color: #2ed573;  /* Gold/Orange */
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
        display: flex;
    align-items: center;
    gap: 10px;
    
}
.p-skelton{

  /* padding: 10px; */
display: flex;
flex-direction: column;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  min-height: 60vh;       /* Takes up full viewport height */
  margin: 0;
  width: 100%;

}
.chat-btn:hover {
   opacity: 0.9;
 
transition: 0.5s;
}
.chat-btn{
   background-color: #000000; /* Gold/Orange */
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
#chat{
  position: relative;
  top: 2px;
}
.badge-count {
    background: #ff0015;
 width: 30px;
 height: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 100%;
margin-left: 10px;
color: white;
font-size: 15px;
}
.divder {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #777;
  font-size: 11px;
  margin: 10px 0;
}

.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
}
#sign-out:hover{
  color: red;
  transition: 0.5s;
  cursor: pointer;
}
#sign-out a:hover{
  color: red;
  transition: 0.5s;
  cursor: pointer;
}
.total h3 {
  color: #00b42a;
  font-size: 1.3rem;
  margin: 0;
}

.pay-btn   {
background-color: #000000;
  color: white;
  padding: 14px; /* Slightly smaller button */
  border: none;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  margin-top: 12px;
  font-weight: 600;
  font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
gap:5px;
}

.pay-btn:hover {
 opacity: 0.9;
transition: 0.5s;
}
  /* Centers the loader in the middle of the section */
    .loader-container2 {
      /* display: flex; */
      flex-direction: column;
      align-items: center;
      /* justify-content: center; */
      padding: 0;
      width: 100%;
    
      display: flex;
      justify-content: center;
    }

    /* The actual animated spinner */
    .spinner2 {
      width: 30px;
      height: 30px;
      border: 4px solid #f3f3f3;
      /* Light gray background ring */
      border-top: 4px solid #000000;
      /* Your primary blue color */
      border-radius: 50%;
      /* Makes it a circle */
      animation: spin 1s linear infinite;
      /* Rotation speed */
      margin-bottom: 10px;

    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      /* outline: 1px solid red; */
    }

    h1,
    h2,
    h3,
    h4,
    th {
      font-family: "Poppins", sans-serif;
      font-weight: 700;
    }
.revision-btn {
    background-color: #ff9800; /* Orange */
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.revision-btn:hover {
    background-color: #e68a00;
    transform: translateY(-2px);
}


    /* ACTIVE */
    li.active .navigations {
      background: #000;
    }

    .profile-data {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;

    }

    .main {
      width: 100%;
    }

    li.active .navigations svg,
    li.active .navigations h4 {
      color: #fff;
    }

    .navigations {
      /* padding: 20px; */
      border-radius: 10px;
      padding: 20px;
      cursor: pointer;
      color: black;

    }

    p,
    a,
    button,
    span,
    label,
    input,
    strong,
    td {
      font-family: "Inter", sans-serif;
    }

    html {
      scroll-behavior: smooth;
    }

    /* HTML: <div class="loader"></div> */
    .loader {
      width: 50px;
      aspect-ratio: 1;
      border-radius: 50%;
      border: 8px solid lightblue;
      border-right-color: orange;
      animation: l2 1s infinite linear;
    }

    @keyframes l2 {
      to {
        transform: rotate(1turn)
      }
    }

    body {
      background-color: #f4f5f9;
    }

    .navigations {
      display: flex;
      /* background-color: red; */
      align-items: center;
      /* padding-top: 20px; */
      gap: 5px;
    }

    .box {
      background-color: rgb(255, 255, 255);
      padding: 40px;
      width: 310px;
      height: 160px;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;

      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);


    }

    .circle {
      background-color: #c7daff;
      padding: 10px;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .A-t {
      width: 150px;
      padding: 5px;
    }

    .descrption {
      /* background-color: aquamarine; */
      width: 200px;
      font-size: 12px;
      /* padding: 5px; */
    }

    .count {
      /* background-color: chocolate; */
      padding: 5px;
      font-size: 20px;
      position: relative;
      top: 10px;
    }

    .signout {
      display: flex;
      align-items: center;
      /* background-color: red; */
      padding: 10px;
      gap: 10px;
      cursor: pointer;
    }
    .signout:hover{
      color: red;
      transition: 0.5s;
    }
    table {
      border-collapse: separate;
      /* Adds 10px of space horizontally and vertically between cells */
      border-spacing: 80px 0px;
      width: 100%;
    }

    td,
    th {
      /* Adds 15px of space on all sides inside the cell */
      padding: 15px;
      color: #000;

    }

    .sidebar {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-right: 1px solid #b9b9b9;
      width: 250px;
      padding: 10px;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;



      z-index: 100;
    }

    .nav-log {
      /* background-color: aqua; */
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      height: 250px;
      /* padding: 10px; */
    }

    .logo {
      padding: 10px;
      padding-top: 20px;
    }

    .nav ul li {
      display: block;
      margin: 20px;
    }

    .nav {
      padding-top: 20px;
      /* padding-left: -80px; */
      display: flex;
      justify-content: flex-start;
    }

    .dashboard {
      display: flex;

    }

    .main {
      margin-left: 260px;
      /* SAME as sidebar width */
      padding: 24px;
      min-height: 100vh;
    }

    .stats {
      display: flex;
      flex-wrap: wrap;
      padding-top: 20px;
      gap: 30px;
      /* padding: 20px; */
      /* justify-content: center; */
    }
.action{
 width: 170px;

}
.action p{
  font-size: 12px;
  color: #6a7282;
}


    .table-container {
      width: 100%;
      max-width: 1000px;
      margin: auto;
    }

    table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0 12px;
    }

    th {
      text-align: left;
      padding: 10px 20px;
      color: #000000;
      font-weight: 600;
    }

    td {
      background-color: rgb(255, 255, 255);
      padding: 15px 20px;

    }

    /* Desktop Rounded Corners */
    td:first-child {
      border-radius: 12px 0 0 12px;

    }

    td:last-child {
      border-radius: 0 12px 12px 0;
    }

    tbody tr {
      background: white;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    /* Badges & Buttons */
    .status {
      /* padding: 5px 12px; */
      font-size: 15px;
      font-weight: bold;
   display: flex;
        justify-content: center;
        align-items: center;
    }

    .working {
      background: #e3f2fd;
      color: #1976d2;
      padding: 10px;
      border-radius: 10px;

    }

    .pending {
      background: #fff3e0;
      color: #f57c00;
      padding: 10px;
      border-radius: 10px;
    }

    .completed {
      background: #e8f5e9;
      color: #388e3c;
      padding: 20px;
      padding: 10px;
      border-radius: 10px;
    }



    .tracker {
      padding: 20px;
    }

    #c-i {
      position: relative;
      top: 2px;
    }

    /* RESPONSIVE SETTINGS */
    @media screen and (max-width: 768px) {

      /* Hide the headers (Task Name, Package, etc) */
      thead {
        display: none;
      }

      /* Make each row look like a card */
      tr {
        display: block;
        background: white;
        margin-bottom: 20px;
        border-radius: 12px;
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      }

      td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none !important;
        padding: 10px 15px;
        text-align: right;
      }

      /* Label the data using the 'data-label' attribute */
      td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #888;
        text-align: left;
      }
    }

    @keyframes shimmer {
      0% {
        background-position: -400px 0;
      }

      100% {
        background-position: 400px 0;
      }
    }

    .skeleton {
      background: linear-gradient(90deg,
          #f0f0f0 25%,
          #e6e6e6 37%,
          #f0f0f0 63%);
      background-size: 400px 100%;
      animation: shimmer 1.4s infinite linear;
      border-radius: 6px;
    }

    .skeleton-line {
      height: 14px;
      width: 100%;
    }

    .skeleton-btn {
      width: 60px;
      height: 30px;
      border-radius: 20px;
    }

    /* Centers the loader in the middle of the section */
    .loader-container {
      /* display: flex; */
      flex-direction: column;
      align-items: center;
      /* justify-content: center; */
      padding: 0;
      width: 100%;
    }

    /* The actual animated spinner */
    .spinner {
      width: 30px;
      height: 30px;
      border: 4px solid #f3f3f3;
      /* Light gray background ring */
      border-top: 4px solid #000000;
      /* Your primary blue color */
      border-radius: 50%;
      /* Makes it a circle */
      animation: spin 1s linear infinite;
      /* Rotation speed */
      margin-bottom: 10px;
    }

    /* Text style below the spinner */
    .loader-container p {
      color: #666;
      font-family: sans-serif;
      font-size: 14px;
    }

    /* The animation logic */
    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    /* modal */
    .modal-overlay {
      display: none;
      /* Hidden by default */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(4px);
      z-index: 1000;
      align-items: center;
      justify-content: center;
    }

    .modal-content {
      background: white;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      max-width: 400px;
      width: 90%;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      animation: modalPop 0.3s ease-out;
    }

    @keyframes modalPop {
      from {
        transform: scale(0.8);
        opacity: 0;
      }

      to {
        transform: scale(1);
        opacity: 1;
      }
    }

    .modal-icon {
      font-size: 50px;
      margin-bottom: 15px;
    }

    .modal-actions {
      display: flex;
      gap: 10px;
      justify-content: center;
      margin-top: 20px;
    }

    .btn-secondary {
      background: #eee;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      cursor: pointer;
    }

    .btn-danger {
      background: #ff4d4d;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      cursor: pointer;
    }

    /* Delte Button */
    .delete-btn {
      background-color: #ffeded;
      color: #ff4d4d;
      border: 1px solid #ffcccc;
      padding: 8px;
      border-radius: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    }

    .delete-btn:hover {
      background-color: #ff4d4d;
      color: white;
    }

    .profile-container {
      display: flex;
      align-items: center;
      gap: 20px;

    }

    .notifactions,
    .add {
      cursor: pointer;
    }

    #Dashboard,
    #tasks,
    #payments {
      /* display: none; */
      -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
      animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    }

    .all {
      background-color: #dbdbdb;
      ;
      padding: 10px;
      width: 100px;
      display: flex;
      justify-content: center;
      border-radius: 30px;
      padding: 10px;

    }

    .all p {
      font-size: 14px;
    }

    .filter-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
    }

    .filters {
      display: flex;
      gap: 20px;
    }

    /* The active state for your filter buttons */
    /* Default style for buttons */
    .filters .all {
      background-color: #dbdbdb;
      /* Light gray default */
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    /* Active style (The one that is clicked or loaded) */
    .filters .all.active-filter {
      background-color: #000 !important;
      /* Black background */
    }

    .filters .all.active-filter p {
      color: #fff !important;
      /* White text */
    }

#loadMoreBtn{
   /* display: none; */
    margin: 20px auto; 
    display: block;
     padding: 10px 20px;
      cursor: pointer; 
      background-color: black;
      color: white; 
      border: none;
       border-radius: 10px;
}
#loadMoreBtn:hover{
  opacity: 0.9;
  transition: 0.5s;
}
.menu{
  display: none;
}

    .task-card {
  width: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-top: 20px;
  display: none;
}

/* Header styling with light background */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #faf9f6; /* Off-white from image */
}

.task-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #000;
}

.delete-icon-btn {
  background: #fff0f0;
  border: none;
  color: #ff4d4d;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.delete-icon-btn:hover {
  background: #ffdada;
}

/* Body rows */
.card-body {
  padding: 20px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.label {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.value {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

/* Specific styling for Status */
.status-pending {
  font-weight: 400;
}

/* Footer Chat Button */
.card-footer {
  padding: 0 20px 20px 20px;
}

.chat-full-btn {
  width: 100%;
  background: #000;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.chat-full-btn:hover {
  background: #333;
}
#paymentCardGrid{
  display: flex; 
  flex-wrap: wrap;
   gap: 10px; 
   padding: 10px; 
   justify-content: flex-start;
}
/* Parent container needs relative positioning */
.notifactions {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.badge {
  position: absolute;
  top: -10px;          /* Adjust vertical position */
  right: -10px;        /* Adjust horizontal position */
  background-color: #ff3b30; /* Notification Red */
  color: white;
  font-size: 10px;
  font-weight: bold;
  min-width: 20px;
  height: 20px;
  border-radius: 50%; /* Makes it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
   /* Adds a clean gap between bell and badge */
}

/* Hide badge if count is 0 */
.badge:empty, .badge[data-count="0"] {
  display: none;
}
.notif-dropdown {
  display: none; /* Hidden by default */
  position: absolute;
  top: 40px;
  right: 0;
  width: 350px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 15px;
  z-index: 1000;
  border: 1px solid #f0f0f0;
}

/* Toggle visibility */
.notif-dropdown.active {
  display: block;
}

.notif-dropdown h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: sans-serif;
}

.notif-dropdown hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 10px 0;
}

.notif-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 5px;
}

.notif-text {
  font-size: 0.9rem;
  color: #333;
  font-family: sans-serif;
  line-height: 1.4;
}

.notif-icon {
  flex-shrink: 0;
}
    /* ----------------------------------------------
 * Generated by Animista on 2026-1-8 13:23:4
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

    /**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
    @-webkit-keyframes fade-in {
      0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }

    @keyframes fade-in {
      0% {
        opacity: 0;
      }

      100% {
        opacity: 1;
      }
    }
   .descrption{

padding-left: 12px;
box-sizing: border-box;
width: 150px;
   }
    @media screen and (max-width:999px) {
      td{
        font-size: 12px;
      }
      tr{
        display: none;
      }
      .filter-wrap{
        flex-direction: column-reverse;
        gap: 20px;
      }
      .filters{
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
      }
      
.sidebar {
    position: fixed;
    top: 0;
    left: -100%; /* Hidden by default off-screen */
    width: 250px;    /* Covers 80% of the page */
    height: 100vh;
    z-index: 1000;
    background-color: #f4f5f9; /* Ensure background is solid */
    transition: left 0.3s ease-in-out;
    box-shadow: 5px 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
  }
  .nav{
   position: relative;
   right: 20px;
  }
  /* When this class is added via JS, the sidebar slides in */
  .sidebar.active {
    left: 0;
  }

  /* Optional: Background overlay to dim the rest of the page */
  .sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }

  .sidebar-overlay.active {
    display: block;
  }

.mobile-only {
display: flex;
flex-direction: column;
gap: 20px;

}
/* Container to hold the grid of cards */
.payment-wrapper {
width: 100% !important;
padding: 0;

}


#paymentCardGrid{
  
  width: 100% !important;
  padding: 0 !important;
  margin-top: 20px;
}
      .search-box{
        width: 100%;
      }
   
    .main{
      margin: 0 !important;
    }
   .box{
     width: 100% !important;
     /* flex-direction: column; */
     /* justify-content: flex-end; */
    
   }
   .task-card{
    display: block;
   }
   .descrption{
    position: relative;
    /* left: 60px; */
    /* padding: 0; */
   }
   .top-t h1{
    font-size: 25px;
    display: flex;
    }
    .top-t{
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .menu{
      display: block;
      cursor: pointer;
    } 
  }
  @media (max-width:393px){
  .status h3{
    padding: 0;
    font-size: 12px;
    
  }
  .action p{
font-size: 10px;

  }
    .status {
        width: 100px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
  .descrption{
    width:100px;

  }
#Dash-text{
  font-size: 20px;
}
  }
@media (max-width: 618px) {
  #notifDropdown {
    /* Change to fixed to cover the screen */
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    
    /* Ensure it's on top of everything */
    z-index: 9999; 
    
    /* Reset borders for a clean full-screen look */
    border: none;
    border-radius: 0;
    
    /* Ensure internal scrolling if there are many notifications */
    overflow-y: auto;
    padding: 20px;
    background: white;
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
/* ----------------------------------------------
 * Generated by Animista on 2026-1-16 11:58:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

  /* Add a 'Close' feel to the header for mobile */
  #notifDropdown h3 {
    padding-top: 10px;
    font-size: 1.5rem;
  }
}
/* Payment */


    .instruction p {
        background-color: black;
        color: white;
        width: 20px;
        height: 20px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        font-size: 12px;
    

    }
    .logo{
            text-align: center;
            padding: 20px;
       
    }
.easypaisa{
    background-color: white;
     padding: 20px;
        background-color: white;
        border-radius: 10px;
        display: none;
}
    .verification input {
        padding: 10px;
        width: 100%;
        border: 1px solid #ebe9e9;
        border-radius: 10px;
    }
    .verification{
    padding: 10px;
    width: 100%;
}
    .verification input:focus {
        outline: none;
    }

    


    .list {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }

    

    .list-qr {
        display: flex;
        flex-direction: column;
     
    }

    .verify-button button {
        background-color: black;
        color: white;
        border: none;
        padding: 12px;
        margin-top: 20px;
        width: 100%;
        border-radius: 10px;
        cursor: pointer;
    }
    .verify-button button:hover{
 opacity: 0.9;
 transition: 0.5s;
    }

    :root {
        --primary: #7c73e6;
        --border: #e0e0e0;
        --text: #333;
        --subtext: #777;
    }


    .payment-container {
        background: white;
        width: 100%;
        max-width: 400px;
        padding: 40px;
        border-radius: 8px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .payment-container h2 {
        font-size: 20px;
        margin-bottom: 8px;
        color: var(--text);
    }

    .subtitle {
        font-size: 13px;
        color: var(--subtext);
        margin-bottom: 25px;
    }

    .option-card {
        display: block;
        position: relative;
        border: 1px solid var(--border);
        border-radius: 4px;
        padding: 15px;
        margin-bottom: 12px;
        cursor: pointer;
        transition: 0.2s;
    }

    /* The purple border for selected item */
    .option-card:has(input:checked) {
        border: 2px solid var(--primary);
    }

    .option-card input {
        display: none;
    }

    .card-content {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .card-content img {
        width: 40px;
        height: auto;
    }

    .card-content span {
        font-size: 14px;
        font-weight: 500;
    }

    /* The checkmark box in the image */
    .option-card:has(input:checked) .checkmark::after {
        content: '✓';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--primary);
        color: white;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        border-radius: 2px;
    }

    .btn {
        width: 100%;
        padding: 14px;
        border-radius: 4px;
        border: none;
        font-weight: 600;
        cursor: pointer;
        margin-top: 10px;
    }

    .btn-continue {
        background: var(--primary);
        color: white;
        margin-top: 20px;
    }

    .btn-back {
        background: transparent;
        border: 1px solid var(--border);
        color: var(--subtext);
    }

    .btn:hover {
        opacity: 0.9;
    }

    .Payment {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        /* background-color: #7c73e6; */
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

    .Payment h1 {
        color: rgb(1, 201, 1);
        font-size: 30px;
        margin-top: 5px;
    }
    #paymentOverlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Darken back */
    backdrop-filter: blur(8px); /* The Blur Effect */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
    @media(max-width:474px){
.list span{
    font-size: 12px;
}

    }
