.btn-verifymama {
    background: linear-gradient(to right, #005C42, #63D477);
    color: white !important;
    border: none; /* Remove default border */
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 15px;
  }

  .btn-verifymama:hover {
    opacity: 0.9; /* Optional: Add a hover effect */
    color: white;

  }
  

  .pagination .page-item.active .page-link {
    background: linear-gradient(to right, #005C42, #63D477); /* Apply the gradient */
    border-color: #005C42; /* Optional: change border color */
    color: white; /* Optional: set the text color */
}

.pagination .page-item .page-link {
    color: #005C42; /* Default text color */
    border-color: #ddd; /* Default border color */
}

.pagination .page-item .page-link:hover {
    background-color: #63D477; /* Hover effect (Optional) */
    color: white;
}

  .btn-outline-verifymama {
    background-color: transparent;
    background-image: none;
    display: inline-block;
    /* padding: 5px 10px; */
    text-align: center;
    border: 2px solid #0caf4a;
    border-radius: 5px;
    color: #0caf4a;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative; /* Ensure positioning for pseudo-elements */
    overflow: hidden; /* Prevents gradient overflow on hover */
}

.btn-outline-verifymama:hover {
    color: white;
    border-color: #0caf4a;
}

.btn-outline-verifymama::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #005C42, #63D477);
    z-index: -1; /* Places it behind the button text */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.btn-outline-verifymama:hover::before {
    transform: scaleX(1);
}




.vertical-menu {
  --vz-vertical-menu-bg: black; /* Sidebar-specific variable override */
  background-color: var(--vz-vertical-menu-bg) !important; /* Ensures it applies */
}

  /* Primary button style */
  .btn-primary {
      background-color: #007bff;
      color: white;
      border: 1px solid #007bff;
  }
  .btn-primary:hover {
      background-color: #0056b3;
      border-color: #0056b3;
  }

  /* Outline button style */
  .btn-outline-primary {
      background-color: transparent;
      color: #007bff;
      border: 1px solid #007bff;
  }
  .btn-outline-primary:hover {
      background-color: #007bff;
      color: white;
  }
  .custom-card {
      width: 400px;
      /* Set the desired width */
      height: 400px;
      /* Set the desired height */
      padding: 20px;
      border: 1px solid #007bff;
      /* Optional: custom border color */
      border-radius: 0.5rem;
      /* Optional: custom border radius */
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      /* Optional: shadow for effect */
  }

  .otp {
      display: none;
      /* Hide the div by default */
      margin-top: 10px;
      padding: 10px;
      /* border: 1px solid #ccc;
      background-color: #f9f9f9; */
  }






  table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}



.navbar-nav .nav-item  a{
    color: white !important;
    text-decoration: none !important;
}


.navbar-nav .nav-item a:hover {
    color: #f0f0f0 !important;
}

.badge {
    padding: 5px 10px;
    font-size: 0.9rem;
    border-radius: 5px;
}

.custom-card {
    width: 400px;
    /* Set the desired width */
    height: 400px;
    /* Set the desired height */
    padding: 20px;
    border: 1px solid #007bff;
    /* Optional: custom border color */
    border-radius: 0.5rem;
    /* Optional: custom border radius */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: shadow for effect */
}

.otp {
    display: none;
    /* Hide the div by default */
    margin-top: 10px;
    padding: 10px;
    /* border: 1px solid #ccc;
    background-color: #f9f9f9; */
}

.wallet-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.balance-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.balance-amount {
    padding-bottom: 8px;
    font-size: 2rem;
    /* font-weight: bold; */
    color: #333;
}

.refresh {
    cursor: pointer;
    color: #3a83c4;
    text-decoration: underline;
}

.free-credits {
    color: red;
    font-size: 0.9rem;
}

.recharge-btn {
    background-color: #0caf4a;
    color: white;
}

.wizard-card {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.price-badge {
    /* Allow text to wrap to the next line if necessary */
    white-space: normal;

    /* Remove ellipsis */
    text-overflow: clip;

    /* Other styling for position and design */
    float: right;
    margin-top: 0px;
    padding: 5px 10px;
    background-color: #eed77d;
    color: #000;
    border-radius: 20px;
    font-size: 0.9rem;
    text-align: center;
    height: auto;
    /* Allow the height to adjust based on content */
    width: auto;
    /* Allow width to expand based on content */
    margin-left: auto;
    margin-right: 0;
}


.card-explore-btn {
    background-color: #028246;
    color: white;
}

.tab-content {
    margin-top: 30px;
}

/* Custom active tab color */
.nav-tabs .nav-link.active {
    background-color: #028246 !important;
    color: white !important;
}

/* Optional: Adjust hover color for the tab links */
.nav-tabs .nav-link:hover {
    color: #171817 !important;
}

.nav-tabs .nav-link.active {
    background-color: #028246 !important;
    color: white !important;
}

.nav-tabs .nav-link:hover {
    color: #028246 !important;
}

.custom-card {
    width: 150px;
    height: 400px;
    /* Custom height */
    border: 1px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
    position: absolute;
    top: 20px;
    right: 20px;
}

.explore-btn {
    background-color: 028246;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.zoom-button {
    font-size: 14px;
    background: #028246;
    /* padding: px 10px; */
    animation: zoomAnimation 2s infinite ease-in-out;

    &:hover {
        animation: none;

    }
}

@keyframes zoomAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* Zoom in */
    }

    100% {
        transform: scale(1);
        /* Zoom out */
    }
}


.package-info {
    text-align: left;
}

.package-name {
    /* background: #028246; */
    font-weight: bold;
    font-size: 1.2em;
}

.package-amount {
    font-size: 1em;
}

.sagar {
    padding: 10px 20px;
    font-size: 1.1em;
}


.button-ser {
    margin-top: 20px;

    /* text-align: center; */
    height: 30px;
    width: 80%;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.button-ser .span {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;

    transition: all 0.5s ease-in-out;
}

.button-ser .text1 {
    background-color: #028246;
    color: #fff;
    font-size: 13px !important;
    transform: translateY(0) scale(1.2);
}

.button-ser .text2 {
    background-color: #028246;
    color: #fff;
    font-size: 14px !important;
    transform: translateY(50px);
}

.button-ser:hover .text1 {
    transform: translateY(-50px) scale(0) rotate(120deg);
}

.button-ser:hover .text2 {
    transform: translateY(0) scale(1.2);
}

/* Default navigation link styling */
/* Default navigation link styling */

.navbar-nav .nav-item a.activenav {
    color: #028239 !important; /* Green text color */
    font-weight: bold;
}

.gradient-icon {
    background: linear-gradient(to right, #005C42, #63D477); /* Gradient for the icon */
    -webkit-background-clip: text; /* Clip the gradient to the text */
    -webkit-text-fill-color: transparent; /* Make the text transparent to show the gradient */
    font-size: 22px; /* Ensure the icon size stays consistent */
    transition: background 0.3s ease-in-out; /* Smooth transition for gradient changes */
}


/* Hover effect for all links */

/* Focus state for keyboard navigation */





.controls-container {
  display: flex;
  justify-content: space-between; /* Space between pagination (left) and search (right) */
  align-items: center; /* Vertically align the items in the center */
  margin-bottom: 10px; /* Optional: Add space below the controls */
}

.pagination-controls, .search-controls {
  display: flex;
  align-items: center; /* Vertically align items within each control */
}

.pagination-controls select, .search-controls input {
  padding: 5px;
}
.pagination-wrapper {
  display: flex;
  justify-content: flex-end; /* Align to the right */
  margin-top: 10px; /* Optional: Add some space at the top */
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.pagination-container button {
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
}

.pagination-container span {
  font-size: 16px;
  font-weight: bold;
}

.pagination-container button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.pagination-container button:hover:not(:disabled) {
  background-color: #007bff;
  color: white;
}





.controls-container {
  display: flex;
  justify-content: space-between; /* Space between pagination (left) and search (right) */
  align-items: center; /* Vertically align the items in the center */
  margin-bottom: 10px; /* Optional: Add space below the controls */
}

.pagination-controls, .search-controls {
  display: flex;
  align-items: center; /* Vertically align items within each control */
}

.pagination-controls select, .search-controls input {
  padding: 5px;
}
.pagination-wrapper {
  display: flex;
  justify-content: flex-end; /* Align to the right */
  margin-top: 10px; /* Optional: Add some space at the top */
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.pagination-container button {
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
}

.pagination-container span {
  font-size: 16px;
  font-weight: bold;
}

.pagination-container button:disabled {
  background-color: #ddd;
  cursor: not-allowed;
}

.pagination-container button:hover:not(:disabled) {
  background-color: #007bff;
  color: white;
}


.font-size-label{
    font-size: 12px !important;
}






.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

/* Hide Checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #ff0000, #ff6347); 
    transition: 0.4s;
    border-radius: 34px;
}


.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

/* Checked State */
input:checked + .slider {
    background: linear-gradient(to right, #005C42, #63D477);
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.toggle-status1 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: #028246;
}
.toggle-status2 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    color: #d12323;
}

.text-verifymama {
    display: inline-block; /* બટન જેમ દેખાવા માટે */
    background: linear-gradient(to right, #005C42, #63D477); /* Gradient પૃષ્ઠભૂમિ */
    -webkit-background-clip: text; /* Gradient ટેક્સ્ટ પર લાગુ કરવા માટે */
    -webkit-text-fill-color: transparent; /* Gradient ટેક્સ્ટ દર્શાવવા માટે */
    font-weight: bolder; /* ટેક્સ્ટને ઘાટુ બનાવે છે */
    font-size: 16px; /* બટન ટેક્સ્ટ સાઈઝ */
    padding: 10px 20px; /* બટન માપ માટે પેડિંગ */
    border: 2px solid #63D477; /* Gradientને મેચ કરતા બોર્ડર */
    border-radius: 8px; /* બટનના ખૂણાઓ નરમ */
    text-align: center; /* ટેક્સ્ટનું કેન્દ્રસ્થાન */
    transition: all 0.3s ease; 
  }
.text-verifymama:hover{
    background: #63D477; /* Hover પર પૃષ્ઠભૂમિ રંગ */
    color: white; /* Hover પર ટેક્સ્ટ રંગ */
    -webkit-text-fill-color: white; /* ટેક્સ્ટ Hover પર સફેદ દેખાશે */
}
  .divider {
    width: 1px;
    background-color: #ccc; 
    height: 100px; 
    margin: 0 15px; /* બાજુઓમાં સ્પેસ */
  }


   .custom-header {
            padding: 20px;
            color: #4a9eff;
            font-size: 24px;
        }

        .custom-stepper-container {
            padding: 40px;
        }

        .custom-stepper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 800px;
            margin: 0 auto;
            position: relative;
        }

        .custom-step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 1;
            padding-top: 35px !important;
        }

        .custom-step-number {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #2a2f3e;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
            color: white;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .custom-step.active .custom-step-number {
            background-color: #4a9eff;
        }

        .custom-step.completed .custom-step-number {
            background-color: #4CAF50;
            color: white;
        }

        .custom-step.completed .custom-step-number span {
            display: none;
        }

        .custom-step.completed .custom-step-number::after {
            content: "✓";
            font-size: 16px;
        }

        .custom-line {
            flex: 1;
            height: 5px;
            background-color: red;
            margin: 0 10px;
            margin-top: 30px;
            border-radius: 5px;
        }

        .custom-line.active {
            background-color: #4CAF50;
        }

        .custom-step-label {
            font-size: 14px;
            color: #ffffff;
            position: absolute;
            bottom: -30px;
            white-space: nowrap;
        }

        .custom-button-container {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .custom-button {
            background-color: #4a9eff;
            color: white;
            border: none;
            padding: 10px 30px;
            border-radius: 25px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .custom-button:hover {
            background-color: #357abd;
        }

        .custom-button[disabled] {
            background-color: #aaa;
            cursor: not-allowed;
        }

        .custom-content {
            margin-top: 30px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            
            padding: 20px;
            border-radius: 10px;
        }
 .disabled-link {
    pointer-events: none !important; /* Disables clicking */
    color: #888 !important; /* Light gray color to indicate it's disabled */
    cursor: not-allowed !important; /* Change cursor to indicate it's not clickable */
}

.disabled-link img {
    opacity: 0.5 !important; /* Reduce image opacity for the disabled state */
}
.no-services-card {
    
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
}

.no-services-card h5 {
    font-size: 1.5rem;
   
    font-weight: bold;
    margin-bottom: 10px;
}

.no-services-card p {
    font-size: 1rem;
   
}

.no-services-card .btn-explore {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.no-services-card .btn-explore:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}