/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

body.modal-open {
  overflow: hidden;
}
.esimcard-res-tab-tab-btn{
/*    border-radius: 10px;*/
}
.esimcard-res-modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.esimcard-res-modal-content {
    background: linear-gradient(to bottom, #000000, #d32f2f);
    color: white;
    padding: 20px;
    width: 500px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 10%;
}

.esimcard-res-modal-header {
    display: flex;
    justify-content: center;
}

.esimcard-res-logo {
    width: 60px;
}

.esimcard-res-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.esimcard-res-modal-body{
    padding: 50px;
}

.esimcard-res-modal-body h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.esimcard-res-info-table-top{
    display: flex;
    justify-content: space-between;
}

.esimcard-res-info-table {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 15px;
    width: 100%;
}
.esimcard-res-info-table h2, .esimcard-res-info-table h3{
    text-align: center;
    background: #f2f2f2;
    padding: 10px;
    margin-top: 0px;
    font-size: 16px;
}
.esimcard-res-info-image{
    width: 45%;
    align-content: center;
}

.esimcard-res-info-image img{
    box-shadow: unset;
    width: 200px;
}

.esimcard-res-info-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ddd;
    border-bottom: 1px solid #ccc;
}

.esimcard-res-info-row:last-child {
    border-bottom: none;
}

.esimcard-res-info-row strong {
    color: #fff;
}

.esimcard-res-supported-section, .esimcard-res-supported-section-top {
    display: flex;
    justify-content: space-between;
}

.esimcard-res-supported-countries, .esimcard-res-supported-networks {
    width: 45%;
/*    text-align: left;*/
/*    max-height: 350px;*/
/*    overflow-y: scroll;*/
}
.esimcard-res-network{
    /*max-height: 350px;
    overflow-y: scroll;*/
}
.esimcard-res-supported-countries-top, .esimcard-res-supported-networks-top {
    width: 45%;
}
.esimcard-res-supported-countries h3, .esimcard-res-supported-networks h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.esimcard-res-supported-countries select, .esimcard-res-network {
    display: block;
/*    width: 100%;*/
    padding: 10px;
/*    background-color: #333;*/
/*    color: white;*/
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.esimcard-res-network {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 5px;
}

.esimcard-res-badge {
    background-color: #4caf50;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 12px;
}

.custom-variation-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 350px;
    overflow-y: scroll;
}

.custom-variation-option {
    width: calc(33% - 10px);
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
/*    text-align: center;*/
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.variation-badge {
    display: inline-block;
    background-color: var(--disc-back-color);
    color: var(--disc-color);
    padding: 3px 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 0px 20px 0px 20px;
    margin-left: 10px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.custom-variation-option input[type="radio"] {
    margin-right: 8px;
}
.variation-details{
    display: flex;
    justify-content: space-between;
}
.custom-variation-option .variation-details {
    flex: 1;
}

.custom-variation-option .variation-data {
    font-weight: bold;
    font-size: 14px;
    display: block;
    color: var(--type-color);
}

.custom-variation-option .variation-duration {
    font-size: 14px;
    color: var(--limit-color);
    display: block;
}

.custom-variation-option .variation-price {
    color: var(--price-color);
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.variation-price{
    margin-top: 10px;
}

.custom-variation-option:hover,
.custom-variation-option input[type="radio"]:checked + .variation-details {
/*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);*/
    border-color: var(--disc-back-color);
}

.custom-bullet-points {
    list-style-type: none;
/*    padding-left: 20px;*/
    color: #333;
    font-size: 16px;
/*    margin-top: -15px;*/
    margin: 0 0 1em 1.3em;
    margin-left: 0px;
}

.custom-bullet-points li {
    margin-bottom: 5px;
}
.custom-bullet-points li::before {
    content: "✔ ";
}
table.variations {
    display: none;
}

.woocommerce-variation.single_variation{
    display: none !important;
}


.custom-variation-wrapper input[type="radio"]:focus,
.custom-variation-wrapper input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: none;
}

/* Style the product thumbnail */
.custom-thumbnail-before-title img {
    border-radius: 50%;
    width: 50px; /* Set the size of the thumbnail */
    height: 50px !important; /* Set the size of the thumbnail */
    object-fit: cover; /* Make sure the image covers the circle */
    margin-right: 10px; /* Space between thumbnail and title */
    vertical-align: middle; /* Align the thumbnail vertically with the title */
}

/* Adjust the title layout */
.woocommerce-page .single-product .product .product_title {
    display: inline-block;
    vertical-align: middle; /* Align the title with the thumbnail */
    font-size: 24px; /* Adjust the font size as needed */
}

.esim-category-tabs {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
}

.esim-tabs-navigation {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.esim-tabs-navigation .esim-tab a {
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.esim-tabs-navigation .esim-tab a.active {
    border-bottom: 3px solid teal;
    color: teal;
}

.esim-products-wrapper {
    padding-top: 20px;
}

.esim-products {
/*    display: none; /* Hide all products by default */*/
}

.esim-products-wrapper img{
    height: 130px !important;
}

ul.wc-block-product-template__responsive.columns-3.wc-block-product-template.wp-block-woocommerce-product-template {
/*    display: none;*/
}

/*Tabs*/
.category-tabs {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.category-tabs a {
    padding: 10px 20px;
    display: inline-block;
    margin: 0 5px;
    background-color: var(--inactive-background-color);
    color: var(--inactive-text-color);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.category-tabs a:hover {
    background-color: var(--active-background-color);
    color: var(--active-text-color);
}

.category-tabs a.active {
    background-color: var(--active-background-color); /* Active tab background color */
    color: var(--active-text-color); /* Active tab text color */
    font-weight: bold;
    border: 2px solid var(--active-border-color);
}

/*Accordion style Starts*/
.esimcard-accod-container {
/*    max-width: 800px;*/
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.esimcard-accod-item {
    border-bottom: 1px solid #ddd;
}

.esimcard-accod-header {
    padding: 15px;
    background: #f7f7f7;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.esimcard-accod-header.active {
    background: #e3e3e3;
}

.esimcard-accod-content {
    display: none;
    padding: 20px;
    background: #fff;
    display: none;
    gap: 20px;
    align-items: flex-start;
}

.esimcard-accod-content.active {
    display: flex;
}

.esimcard-accod-left {
    flex: 1;
}

.qr-code {
    width: 150px;
    height: 150px;
    transition: transform 0.3s;
    cursor: pointer;
}

.qr-code:hover {
    transform: scale(1.1);
}

.esimcard-accod-right {
    flex: 2;
}

.esimcard-accod-container table {
    width: 100%;
    border-collapse: collapse;
}

.esimcard-accod-container table th, .esimcard-accod-container table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.esimcard-accod-container table th {
    background: #f7f7f7;
}
/*Accordion style Ends */

/*Tabs style Starts */
.esimcard-tabs-container {
/*    max-width: 800px;*/
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.esimcard-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    background: #f3f3f3;
}

.esimcard-tab {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background: #f3f3f3;
    border: none;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
    border-radius: 5px 5px 0 0;
}

.esimcard-tab.active {
    background: #fff;
    color: #0073e6;
    border-bottom: 2px solid #0073e6;
}
.esimcard-tab.active:focus-visible, .esimcard-tab.active:focus {
/*    visibility: unset;*/
}
.esimcard-tab:not(.active):hover {
    background: #e9e9e9;
}

.esimcard-tabs-content {
    padding: 20px;
    background: #fff;
}

.esimcard-tab-content {
    display: none;
}

.esimcard-tab-content.active {
    display: block;
}
/*Tabs style Ends */

.esimcard-res-tab-tabs {
    display: flex;
    background-color: #fff;
/*    border-bottom: 2px solid #ddd;*/
}
.esimcard-res-tab-tab-btn {
    flex: 1;
    padding: 10px 15px;
    background: var(--inactive-background-color);
    color: var(--inactive-text-color);
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
    text-align: center;
}

.esimcard-res-tab-tab-btn:hover {
    background-color: var(--active-background-color);
    color: var(--active-text-color);
}

.esimcard-res-tab-tab-btn.active {
    background-color:var(--active-background-color);
    color: var(--active-text-color);
    font-weight: bold;
}
.show-count-esim-var{
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: var(--numbers-bg-color);
    color: var(--numbers-color);
    display: inline-block;
    font-weight: normal;
    margin-left: 3px;
    line-height: 21px;
    display: none;
}

/*Compatibility Modal*/
.check-compatibility-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--compatibility-back-color); /* Blue background */
    color: var(--compatibility-color); /* White text */
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for professional feel */
    transition: all 0.3s ease;
    border: 1px solid var(--compatibility-border-color);
    float: right;
    margin-top: -50px;
    cursor: pointer;
}

.check-compatibility-btn:hover {
/*    background-color: #007bff; */
/*    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); */
    transform: translateY(-2px); /* Subtle upward movement on hover */
/*    color: #fff;*/
}

/* Popup Container */
.eSimcard-compatibility-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 20px;
  animation: fadeIn 0.3s ease-in-out;
  display: none;
}

/* Header Section */
.eSimcard-compatibility-header {
/*  text-align: center;*/
  position: relative;
}

.eSimcard-compatibility-header h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}

.eSimcard-compatibility-header p {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
}

.supported-link {
  color: #007bff;
  text-decoration: none;
}

.supported-link:hover {
  text-decoration: underline;
}

/* Close Button */
.eSimcard-compatibility-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #999;
}

.eSimcard-compatibility-close:hover {
  color: #333;
}

/* Search & Filter Section */
.eSimcard-compatibility-body, .eSimcard-compatibility-response {
  margin-top: 15px;
}

.eSimcard-compatibility-response {
  height: 300px;
  max-height: 400px;
  overflow-y: scroll;
/*  background-color: red;*/
}
.eSimcard-compatibility-response .each-item{
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
    background: #f2f2f2;
    cursor: pointer;
}
.eSimcard-compatibility-response .each-item:hover{
    color: #007bff;
}

.eSimcard-compatibility-search {
  display: flex;
  align-items: center;
  gap: 10px;
}

.show-loader{
    height: 30px !important;
    display: none;
}

.eSimcard-compatibility-search input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.filter-dropdown {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f8f8f8;
}

/* Overlay */
.eSimcard-compatibility-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -55%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/*Shop page redesign for Local and Regionl products*/
.eSimCard-custom-product-layout {
/*    text-align: center;*/
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    transition: box-shadow 0.5s ease-in-out;
}
.eSimCard-custom-product-span{
    display: flex;
    gap: 10px;
}
.eSimCard-custom-product-layout:hover {
    box-shadow: 0px 0px 6px 0px #8d7575;
}

.eSimCard-custom-product-layout span img {
    height: 70px !important;
    width: 70px !important;
    border-radius: 50%;
}

.eSimCard-custom-product-layout span .eSimCard-h3-span h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
}
.eSimCard-custom-product-layout span .eSimCard-h3-span span{
    font-size: 14px;
}
.eSimCard-custom-product-layout .custom-arrow-link {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: var(--active-icon-color);
    display: grid; 
    place-items: center;
}
.eSimCard-custom-product-layout .custom-arrow-link:hover {
    color:var(--active-text-icon-hover-color);
}
.eSimCard-custom-product-layout .custom-arrow-link:focus, .eSimCard-custom-product-layout .custom-arrow-link:focus-visible, .tab-button:focus, .tab-button:focus-visible {
    outline: none;
    box-shadow: none;
}
.eSimCard-custom-product-layout-link {
    text-decoration: none; /* Removes default underline */
    color: inherit; /* Ensures the text color remains unchanged */
    display: block; /* Makes the link cover the block area */
}

.eSimCard-custom-product-layout {
    position: relative; /* Retains the original styling of the div */
}

.eSimCard-h3-span h3{
    color: var(--product-title-color);
}
.eSimCard-h3-span span{
    color: var(--product-sub-title-color);
}

/* All eSims */
.eSimcard-reseller-all-esims.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
/*  justify-content: space-between;*/
}

.eSimcard-reseller-all-esims.card {
/*  background: linear-gradient(to bottom right, #006d6d, #008080);*/
  background: var(--my-esims-gradient-color);
/*  color: white;*/
  color: var(--my-esims-primary-color);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
/*  width: 22%;*/
/*  min-width: 250px;*/
  width: 48%;
/*  text-align: center;*/
/*  font-family: Arial, sans-serif;*/
}

.eSimcard-reseller-all-esims.card h3 {
  margin-bottom: 10px;
  font-size: 18px;
/*  color: #fff;*/
  color: var(--my-esims-primary-color);
}

.eSimcard-reseller-all-esims.card p {
/*  margin: 5px 0;*/
  font-size: 14px;
}

.eSimcard-reseller-all-esims.details-btn {
  margin-top: 15px;
  padding: 10px 20px;
/*  border: 1px solid #fff;*/
  border: 1px solid var(--my-esims-primary-color);
  background: transparent;
/*  color: #fff;*/
  color: var(--my-esims-primary-color);;
  border-radius: 5px;
  cursor: pointer;
/*  font-weight: bold;*/
  transition: background 0.3s;
/*  width: 100%;*/
  text-decoration: none;
  text-align: center;
  display: block;
}

.eSimcard-reseller-all-esims.details-btn:hover {
/*  background: #fff;*/
  background: var(--my-esims-primary-color);
/*  color: #008080;*/
  color: var(--my-esims-secondary-color);
}

.mrgn-top-3px{
    margin-top: 20px;
}

/*Single eSim Details*/
.eSimCard-reseller-myesims-container {
      display: flex;
      gap: 20px;
/*      background-color: #ffffff;*/
/*      padding: 20px;*/
/*      border-radius: 8px;*/
/*      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    }
    .eSimCard-reseller-myesims-left {
      /*background-color: #174d45;
      color: #fff;*/
      background-color: var(--single-esim-box-back-color);
      color: var(--single-esim-box-text-color);
      border-radius: 8px;
      padding: 20px;
      width: 60%;
      display: flex;
      flex-direction: column;
      gap: 10px;
      position: relative;
    }
    .eSimCard-reseller-myesims-left-svg {
        position: absolute;
        height: 80%;
        top: -17px;
        opacity: 0.9;
        width: 80%;
        right: 0px;
    }
    .eSimCard-reseller-myesims-left h1 {
      font-size: 16px;
      font-weight: bold;
      color: var(--single-esim-box-text-color);
    }
    .show-single-popup{
        color: var(--single-esim-box-text-color); 
        text-decoration: underline;
        cursor: pointer;
    }
    .eSimCard-reseller-myesims-info {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .eSimCard-reseller-myesims-info hr{
        width: 100%;
        margin: 0px;
        opacity: 0.4;
    }
    .eSimCard-reseller-myesims-info div {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .eSimCard-reseller-myesims-info div span {
      font-size: 14px;
    }
    .esimcard-res-qr-and-sub{
        display: flex;
        justify-content: left;
    }
    .eSimCard-reseller-myesims-qr {
      text-align: center;
/*      margin-top: 20px;*/
    }
    .eSimCard-reseller-myesims-qr img {
      width: 120px;
      height: 120px;
    }
    .eSimCard-reseller-myesims-buttons {
      display: flex;
      flex-direction: column-reverse;
      margin-left: 20px;
      gap: 10px;
/*      margin-top: 20px;*/
    }
    .esimcard-res-qr-code{
/*        margin-bottom: 0px;*/
    text-align: left;
    }
    .eSimCard-reseller-myesims-buttons span {
/*      background-color: #fff;*/
/*      color: #174d45;*/
      border: 1px solid var(--single-esim-box-text-color);
      border-radius: 4px;
      padding: 10px;
      cursor: pointer;
      font-size: 14px;
      display: flex;
/*      display: none;*/
    }
    .eSimCard-reseller-myesims-buttons span:hover {
      /*background-color: #eee;
      color: #174d45;*/
    }
    .eSimCard-reseller-myesims-right {
      background-color: #fff;
      border-radius: 8px;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 40%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      height: fit-content;
      padding-bottom: 80px;
    }
    .eSimCard-reseller-myesims-right h2 {
      font-size: 18px;
      color: var(--single-esim-primary-color);
      font-weight: bold;
    }
    .eSimCard-reseller-myesims-right .progress {
      margin: 20px;
      position: relative;
      width: 150px;
      height: 150px;
    }
    .eSimCard-reseller-myesims-right .progress .circle {
/*      background: conic-gradient(#e5e5e5 0% 35%, #174d45 35% 100%);*/
      background: var(--single-esim-usage-gradient);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }
    .eSimCard-reseller-myesims-right .progress .circle span {
      font-size: 12px;
      font-weight: bold;
      z-index: 10;
    }
    .center-radius {
        position: absolute;
        height: 90%;
        width: 90%;
        background: #fff;
        border-radius: 50%;
        top: 5%;
        left: 5%;
    }
    .eSimCard-reseller-myesims-right .alert {
      background-color: #fff5e5;
      color: #e69900;
      border: 1px solid #e5c28f;
      padding: 10px;
      border-radius: 4px;
      text-align: center;
      margin-top: 10px;
      font-size: 14px;
    }
/*  Bottom Tabs  */
.esimcard-res-bottom-tabs-main{

}
.eSimCard-bottom-tab-main-buttons {
  display: flex;
/*  justify-content: center;*/
  gap: 1rem; /* Space between buttons */
}

.tab-button {
  padding: 10px 20px;
  font-size: 12px;
  border: 1px solid #797979; /* Use your brand color */
/*  border-radius: 8px; */
  color: #797979; /* Text color matches the border */
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease; /* Smooth hover effects */
}

.tab-button.active {
/*  background-color: #3B6E6A;*/
background-color: rgba(59, 110, 106, 0.13);
  color: var(--single-esim-primary-color);;
  border-color: var(--single-esim-primary-color);;
}

.tab-button:hover:not(.active) {
  background-color: rgba(59, 110, 106, 0.13);
  color: var(--single-esim-primary-color);;
  border-color: var(--single-esim-primary-color);;
}

.eSimCard-bottom-tabs-view, .eSimCard-bottom-tabs-view-android {
  width: 100%;
/*  max-width: 600px;*/
/*  margin: 0 auto;*/
}

.eSimCard-bottom-tabs-view-android {
  display: none;
}

.eSimCard-bottom-tabs-view .tabs {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 10px 0;
}

.eSimCard-bottom-tabs-view-android .tabs {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 10px 0;
}

.eSimCard-bottom-tabs-view .tab {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.eSimCard-bottom-tabs-view-android .tab {
  font-size: 16px;
  color: #999;
  cursor: pointer;
  transition: color 0.3s;
}

.eSimCard-bottom-tabs-view .tab.active {
  color: var(--single-esim-primary-color);; /* Active tab color */
  font-weight: bold;
  border-bottom: 3px solid var(--single-esim-primary-color);;
}
.eSimCard-bottom-tabs-view-android .tab.active {
  color: var(--single-esim-primary-color); /* Active tab color */
  font-weight: bold;
  border-bottom: 3px solid var(--single-esim-primary-color);
}

.eSimCard-bottom-tabs-view .progress-bar {
  position: relative;
  height: 4px;
  background-color: #eaeaea;
  margin-top: -13px;
  z-index: -1;
}

.eSimCard-bottom-tabs-view-android .progress-bar {
  position: relative;
  height: 4px;
  background-color: #eaeaea;
  margin-top: -13px;
  z-index: -1;
}

.eSimCard-bottom-tabs-view .progress-bar .progress {
  position: absolute;
  height: 100%;
  width: 10%; /* Adjust width to highlight progress */
  background-color: #1C867A; /* Progress color */
  transition: width 0.3s;
}

.eSimCard-bottom-tabs-view-android .progress-bar .progress {
  position: absolute;
  height: 100%;
  width: 10%; /* Adjust width to highlight progress */
  background-color: #1C867A; /* Progress color */
  transition: width 0.3s;
}

.eSimCard-bottom-tabs-view .steps {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.eSimCard-bottom-tabs-view-android .steps {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.eSimCard-bottom-tabs-view .steps .step, .eSimCard-bottom-tabs-view-android .steps .step{
    width: 48%;
}

.qrcode-display h5{
    color: #797979;
    text-align: center;
    font-size: 15.918px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 5px 0px;
}
.qrcode-display p{
    color: #323232;
    text-align: center;
    font-size: 13.265px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.eSimCard-bottom-tabs-view .steps .step .qrcode-display, .qrcode-display{
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    text-align: center;
}
.eSimCard-bottom-tabs-view .steps .step .qrcode-display-img, .qrcode-display-img{
    height: 200px;
    width: 200px;
}
.eSimCard-bottom-tabs-view .steps .step h4, .eSimCard-bottom-tabs-view-android .steps .step h4{
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 6px 0px;
}
.qrcode-display .qrcode-display-buttons{
    margin-top: 20px;
}
.qrcode-display .qrcode-display-buttons span{
    width: 40%;
    padding: 5px;
    cursor: pointer;
    font-size: 12.571px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.qrcode-display .qrcode-display-buttons span.qrcode-display-share{
    border-radius: 6.633px;
    border: 1.327px solid var(--single-esim-primary-color);
    color: var(--single-esim-primary-color);
}

.qrcode-display .qrcode-display-buttons span.qrcode-display-save{
    border-radius: 6.633px;
    background-color: var(--single-esim-primary-color);;
    box-shadow: 0px 0px 22.286px 0px rgba(0, 0, 0, 0.09);
    border: 1.327px solid var(--single-esim-primary-color);;
    color: var(--single-esim-secondary-color);;
    margin-left: 4px;
}

.qrcode-display .qrcode-display-buttons span.qrcode-display-share:hover{
    background-color: var(--single-esim-primary-color);
    color: var(--single-esim-secondary-color);
}

.qrcode-display .qrcode-display-buttons span.qrcode-display-save:hover{
    color: var(--single-esim-primary-color);
    background-color: var(--single-esim-secondary-color);
}
.steps-points span{
    display: flex;
    color: #797979;
    font-size: 14px;
    font-style: normal;
/*    font-weight: 700;*/
    line-height: 24px; /* 218.75% */
}
.only-in-case{
    color: #797979;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 218.75% */
}
.qrcode-display.roaming .case{
    display: flex;
    justify-content: center;
    padding: 16px !important;
    padding-top: 5px !important;
    gap: 10px;
}
.qrcode-display.roaming .case span{
    color: #797979;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.svg-standard-size{
    height: 20px;
    width: 20px;
}
.copyButton{
    cursor: pointer;
}
.download-qr-code{
    display: none;
}
.qrcode-display-roaming-bottom{
    display: flex;
    justify-content: space-between;
}
.apn-head{
    color: var(--single-esim-primary-color) !important;
}
.steps-android-manual{
    display: none;
}
.manual-entry{
    display: flex;
    justify-content: space-between;
}
.manual-entry .manual-entry-span{
    display: flex;
}
.bottom-content{
    color: #797979;
    font-size: 16.286px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    text-align: left;
    margin-top: 4px;
}
.manual-entry-span span{
    color: var(--single-esim-primary-color) !important;
    font-size: 11px;
    line-height: 20px;
}
.manual-entry-span img{
    cursor: pointer;
}
.qrcode-display.roaming.pdn{
    padding: 8px !important;
}
.qrcode-display-roaming-bottom span{
    display: flex;
}
.click-to-install-esim{
    display: flex;
    width: 70%;
    padding: 15px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 13px;
    background: var(--single-esim-primary-color);
    border: 1px solid var(--single-esim-primary-color);
    color: var(--single-esim-secondary-color);
    cursor: pointer;
}
.click-to-install-esim:hover, .click-to-install-esim:focus{
    color: var(--single-esim-primary-color);
    background-color: var(--single-esim-secondary-color);
}
.steps-ios-qr, .steps-ios-manual{
    display: none;
}
.esim-data{
    display: flex; 
    margin-bottom: 5px;
}
.esim-data span{
/*    color: #3E8C7C;*/
    color: var(--single-esim-primary-color);
    line-height: 21px;
}
.div-after-svg{
    z-index: 10;
}

 /* Full-Screen Overlay */
.eSimCard-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 999; /* Layer below popup */
}

/* General Popup Styles */
.eSimCard-coverage-countries {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; /* Above overlay */
    width: 60%;
/*    max-width: 700px;*/
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
/*    font-family: Arial, sans-serif;*/
    color: #333;
}

/* Popup Header */
.eSimCard-coverage-countries-header {
    padding: 15px 20px;
    /*background-color: #174d45;
    color: #fff;*/
    background-color: var(--single-esim-box-back-color);
    color: var(--single-esim-box-text-color);
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Popup Content */
.eSimCard-coverage-countries-content {
    padding: 0 20px 20px;
    max-height: 300px; /* Scrollable area */
    overflow-y: auto;
}

/* Table Design */
.eSimCard-coverage-countries-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.eSimCard-coverage-countries-table th,
.eSimCard-coverage-countries-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.eSimCard-coverage-countries-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    position: sticky; /* Sticky header for scrolling */
    top: 0;
    z-index: 10;
}

.eSimCard-coverage-countries-table img {
    width: 30px;
    height: auto;
    border-radius: 4px;
}

/* Close Button */
.eSimCard-coverage-countries-close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 20px;
/*    color: #fff;*/
    color: var(--single-esim-box-text-color);
    cursor: pointer;
}

/*Astra*/
.astra-shop-summary-wrap{
    display: none !important;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail, .woocommerce-placeholder.wp-post-image{
    display: none !important;
}
.astra-shop-thumbnail-wrap:hover>.ast-on-card-button .ahfb-svg-iconset{
    display: none !important;
}
.astra-shop-thumbnail-wrap .ast-on-card-button .ahfb-svg-iconset{
    display: none !important;
}
.woocommerce-js ul.products li.product a img{
    margin: unset !important;
}
.woocommerce-js ul.products li.product h3{
    padding: .9em 0 0 0 !important;
    margin-bottom: -4px !important;
}
.ast-article-post{
    margin-bottom: unset !important;
}

/*variation modal*/
/* Base styles for modal */
.eSimCard-modal-for-variationdata-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dim background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden; /* Hidden by default */
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.eSimCard-modal-for-variationdata-overlay.active {
    visibility: visible;
    opacity: 1;
}

.eSimCard-modal-for-variationdata {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    width: 60%;
/*    max-width: 500px;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: fadeIn 0.3s ease;
}

/* Header */
.modal-header {
    background-color: #007bff; /* Blue header */
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h2 {
    margin: 0;
    font-size: 20px;
}

.eSimCard-modal-for-variationdata-overlay .close-modal {
    background: none;
    border: none;
/*    color: white;*/
    font-size: 18px;
    cursor: pointer;
/*    float: right;*/
    position: absolute;
    right: 10px;
    top: 5px;
}

/* Content */
.modal-content {
    padding: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/* Footer */
.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.modal-footer .btn {
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-footer .btn.cancel {
    background-color: #f4f4f4;
    color: #333;
}

.modal-footer .btn.cancel:hover {
    background-color: #ddd;
}

.modal-footer .btn.confirm {
    background-color: #007bff;
    color: white;
}

.modal-footer .btn.confirm:hover {
    background-color: #0056b3;
}

.filter-dropdown{
    width: 40%;
    padding: unset !important;
    -webkit-appearance: auto !important;
}

/* Animation */
/*@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}*/

.ast-on-card-button.ast-onsale-card{
    display: none;
}

/*My account page*/
.woocommerce-MyAccount-navigation ul{
    padding-left: 0px;
}
.eSimCard-bottom-tab-main-buttons button{
    background-color: unset;
}
.esimcard-res-network-networks, .esimcard-res-network-countries{
    max-height: 250px;
    overflow-y: scroll;
}
.esimcard-res-qr-code{
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.esim-regular-price{
    font-size: 13px;
    color: silver;
    text-decoration: line-through;
}

/* Bottom tabs redesign of order and thankyou page  */
.esimcard-accod-left {
    padding-bottom: 20px;
}

 .esim-res-cstm-tbl {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Table Rows and Cells */
.esim-res-cstm-tbl th, 
.esim-res-cstm-tbl td {
    border: 1px solid #ddd;
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    word-break: break-word;
}

/* Header Styling */
.esim-res-cstm-tbl th {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Alternate Row Background */
.esim-res-cstm-tbl tr:nth-child(even) {
    background-color: #f9f9f9;
}

#tab-title-sim_description{
    display: none !important;
}

@media (max-width: 600px) {
/*    Archive*/
    .eSimCard-custom-product-layout span .eSimCard-h3-span span{
        font-size: 13px;
    }
    .eSimCard-custom-product-layout .custom-arrow-link{
/*        display: none;*/
    }
    .woocommerce-js ul.products li.product a img{
        height: 40px !important;
        width: 40px !important;
    }
    .woocommerce-js ul.products li.product h3{
        padding: 0em 0 0 0 !important;
    }
    .ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.mobile-columns-2 ul.products:not(.elementor-grid), .woocommerce-page.mobile-columns-2 ul.products:not(.elementor-grid){
        grid-template-columns: unset !important;
    }
/*    Single*/
    .check-compatibility-btn {
        box-shadow: unset;
        border: unset;
        margin-top: -40px;
        padding: 5px;
    }
    .variation-details{
        display: flex;
/*        text-align: center;*/
    }
    .variation-details .variation-price{
        display: unset;
    }
    .esimcard-res-supported-section, .esimcard-res-supported-section-top{
        display: block;
    }
    .esimcard-res-supported-countries, .esimcard-res-supported-networks{
        margin-top: 30px;
        width: unset;
    }
    .esimcard-res-info-table-top{
        display: block;
    }
    .esimcard-res-modal-body, .modal-content{
        padding: 20px;
    }
    .esimcard-res-info-image, .esimcard-res-info-table{
        width: unset;
    }
    .eSimcard-compatibility-popup{
        width: 95%;
    }
    .eSimCard-modal-for-variationdata {
        width: 95%; /* Slightly wider for smaller screens */
    }

    .modal-header h2 {
        font-size: 18px;
    }

    .modal-content {
        font-size: 14px;
    }

    .modal-footer .btn {
        font-size: 12px;
    }
    .eSimCard-reseller-myesims-container{
        display: block;
    }
    .eSimCard-reseller-myesims-left{
        width: unset;
    }
    .eSimCard-bottom-tabs-view .steps{
        display: block;
    }
    .eSimCard-bottom-tabs-view .steps .step, .eSimCard-bottom-tabs-view-android .steps .step{
        width: unset;
    }
    .eSimCard-bottom-tabs-view .steps{
        display: block;
    }
    .eSimCard-bottom-tabs-view-android .steps{
        display: block;
    }
    .eSimCard-reseller-myesims-container{
        padding: 15px 0px;
    }
    .click-to-install-esim{
        width: unset;
        margin-bottom: 25px;
    }
    .eSimcard-reseller-all-esims.container{
        display: block;
        margin-top: 20px;
    }
    .eSimcard-reseller-all-esims.card{
        width: unset;
        margin-bottom: 20px;
    }
    .variation-badge{
        padding: 0px 10px;
        font-size: 10px;
    }
    .eSimCard-reseller-myesims-buttons span{
        font-size: 13px;
    }
    .eSimCard-reseller-myesims-right{
        width: unset;
    }
    .custom-variation-option{
        width: calc(49% - 10px);
    }
    .response-cart a{
        display: flex;
    }
    .open-single-view{
        display: flex;
    }
    .esim-custom-mobile-block-view{
        display: block !important;
        text-align: end;
    }
    /* Bottom tabs redesign of order and thankyou page  */
    .esimcard-accod-left {
        display: flex;
        justify-content: center;
    }
    .esim-res-cstm-tbl th, 
    .esim-res-cstm-tbl td {
        display: block;
        width: 100%;
        text-align: left;
    }

    .esim-res-cstm-tbl th {
        background-color: #f1f1f1;
    }

    .esim-res-cstm-tbl tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .esim-res-cstm-tbl td::before {
        /*content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;*/
    }
    .esimcard-res-network-networks, .esimcard-res-network-countries{
        max-height: 100px;
    }
    .package-description{
        max-height: 70px;
        overflow-y: scroll;
    }
    /* Scrollbar styles for the .package-description class */
    .package-description::-webkit-scrollbar {
      width: 8px; /* Adjust scrollbar width */
    }

    .package-description::-webkit-scrollbar-track {
      background: transparent; /* Transparent track */
    }

    .package-description::-webkit-scrollbar-thumb {
      background: white; /* White scrollbar thumb */
      border-radius: 4px; /* Rounded corners */
    }

    .package-description::-webkit-scrollbar-thumb:hover {
      background: #e0e0e0; /* Slightly darker color on hover */
    }

    /* For Firefox */
    .package-description {
      scrollbar-color: white transparent; /* Thumb and track colors */
      scrollbar-width: thin; /* Narrow scrollbar */
    }
	 
	.eSimCard-coverage-countries-content{
	   overflow-wrap: unset;
		word-break: keep-all;
		max-height: 100%;
	}

	.eSimCard-coverage-countries{
	   width:95%;
	   height: 90%;
	}
}

.send-otp, .verify-otp, .register-now {
    cursor: pointer;
}

.otp-name-section {
    display: none;
}

.error-m{
    padding-top: 15px;
    color: red;
}

/* Reset Password */

.esim-popup-reset-pass-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}
.esim-popup-reset-pass-container {
    background: #fff;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.esim-popup-reset-pass-header {
    font-size: 18px;
    margin-bottom: 10px;
}
.esim-popup-reset-pass-input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.esim-popup-reset-pass-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.esim-popup-reset-pass-btn:hover {
    background: #0056b3;
}
.esim-popup-reset-pass-close {
    background: none;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.esim-popup-reset-pass-open {
    visibility: visible;
    opacity: 1;
}
.esim-reset-pass-error, .esim-reset-pass-error-1{
    color: red;
}
.esim-popup-further-det{
    display: none;
}
.esim-popup-reset-pass-container label, .esim-popup-reset-pass-container p{
    float: left;
}
.esim-popup-further-det label, .esim-popup-further-det button {
    margin-top: 10px;
    margin-bottom: 5px;
}
/* Credits */
 .woocommerce-remaining-credit {
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    color: white;
    padding: 20px;
    border-radius: 10px;
/*    text-align: center;*/
    margin-top: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.woocommerce-remaining-credit h2 {
    margin: 0;
    font-size: 20px;
}
.woocommerce-remaining-credit .credit-amount {
    font-size: 26px;
    font-weight: bold;
    margin-top: 5px;
}

/* Credits History */
.esim-dashboard-pur-history-container {
/*    width: 90%;*/
/*    max-width: 900px;*/
    max-height: 500px;
    overflow-y: scroll;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.esim-dashboard-pur-history-title {
    text-align: left;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.esim-dashboard-pur-history-table {
    width: 100%;
    border-collapse: collapse;
}

.esim-dashboard-pur-history-table th,
.esim-dashboard-pur-history-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.esim-dashboard-pur-history-table th {
    background-color: #f8f8f8;
    font-weight: bold;
    color: #333;
}

.esim-dashboard-pur-history-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.esim-dashboard-pur-history-table tr:hover {
    background-color: #f1f1f1;
}

.esim-dashboard-pur-history-amount.negative {
    color: red;
    font-weight: bold;
}

.esim-dashboard-pur-history-amount.positive {
    color: green;
    font-weight: bold;
}

.esim-dashboard-pur-history-description {
    font-size: 14px;
    color: #555;
}

@media (max-width: 768px) {
    .esim-dashboard-pur-history-table th,
    .esim-dashboard-pur-history-table td {
        padding: 8px;
        font-size: 14px;
    }
}
.div-top-tbl{
    max-height: 400px;
    overflow-y: scroll;
}

.custom-coupon-wrapper {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.custom-coupon-wrapper form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-coupon-wrapper input[type="text"] {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    flex: 1;
    min-width: 200px;
}

.custom-coupon-wrapper button {
    padding: 10px 20px;
    border-radius: 6px;
    background-color: #0071a1;
    color: white;
    border: none;
    cursor: pointer;
}

.custom-coupon-wrapper button:hover {
    background-color: #005b82;
}

/*Transactions*/

.esim-my-transactions {
      /*max-width: 600px;
      margin: 0 auto;*/
    }

    .transaction-card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      padding: 16px;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .transaction-info {
      display: flex;
      align-items: center;
    }

    .icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px;
      flex-shrink: 0;
    }

    .icon.upload {
      background-color: #ffe5e5;
      color: #d00;
    }

    .icon.download {
      background-color: #e5ffe5;
      color: #0a0;
    }

    .text-content {
      display: flex;
      flex-direction: column;
    }

    .text-content .title {
      font-size: 0.95rem;
      font-weight: 600;
    }

    .text-content .date {
      font-size: 0.75rem;
      color: #888;
      margin-top: 4px;
    }

    .amount {
      font-size: 1rem;
      font-weight: bold;
    }

    .amount.positive {
      color: #0a0;
    }

    .amount.negative {
      color: #d00;
    }

    @media (min-width: 768px) {
      .transaction-card {
        padding: 20px;
      }

      .text-content .title {
        font-size: 1rem;
      }

      .amount {
        font-size: 1.1rem;
      }
    }

    @media (max-width: 425px) {
        .esim-dashboard-pur-history-title {
            margin-top: 15px;
        }
        /*.esim-dashboard-pur-history-container {
            max-height: unset;
            overflow-y: unset;
        }*/
      }

.single-line-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;   /* Limit to 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Optional: adds "..." at the end */
  white-space: normal;
}