 .icon-loyalty {
    margin-bottom: 0.2rem;
    width: 20px;
    /* Adjust the width as per your preference */
    height: 20px;
    /* Adjust the height as per your preference */
  }

 .card-loyalty {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: #f9f9f9;
  }
  @media (min-width: 403px) and (max-width: 991px) {
.last_element {
      margin-top: 2rem;
      /* CSS properties for the .last_element class within the media query */
    }
  }
.card-body-loyalty {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
  }

.coinspromotionheader {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
  }

 .text-muted-loyalty {
    font-size: 14px;
    color: #999;
    margin-top: 1.2rem;
    margin-bottom: -1rem;
  }

 .coins-icon-loyalty {
    font-size: 24px;
    margin-right: 10px;
    color: #f5a623;
  }
 .toggle-arrow-loyalty {
    font-size: 19px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: auto;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }

 .toggle-arrow.collapsed {
    transform: translateY(-50%) rotate(90deg);
  }

.hidden-paragraph-loyalty {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
  }

  .loyalty-icon {
    width: 24px;
    height: 24px;
    position: relative;
    perspective: 1000px;
    animation: spin 2s infinite linear;
  }
  
.loyalty-icon:hover {
    animation-play-state: paused;
  }
  
 .loyalty-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 2.5rem;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transform: translateZ(50px);
  }
  
  @keyframes spin {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  .card-loyalty {
    background-size: cover;
}

.card-img-coin {
    width: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.inline-content {
    display: inline-block;
    vertical-align: middle;
}

.no-margin {
    margin: 0;
}

.hover-effect:hover {
    animation: rotate 1s infinite linear;
}

@keyframes rotate {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* styles.css */

.loyaltycoinscss-container {
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
border-radius: 5px;
}

.loyaltycoinscss-heading {
text-align: center;
color: #333;
}

.loyaltycoinscss-nav-tabs {
margin-top: 30px;
border-bottom: none;
}

.loyaltycoinscss-nav-tabs li {
display: inline-block;
}

.loyaltycoinscss-nav-tabs li a {
padding: 10px 20px;
color: #999;
text-decoration: none;
border-radius: 5px 5px 0 0;
transition: background-color 0.3s;
}

.loyaltycoinscss-nav-tabs li.active a {
background-color: #333;
color: #fff;
}

.loyaltycoinscss-tab-content {
margin-top: 20px;
}

.loyaltycoinscss-tab-pane {
display: none;
padding: 20px;
background-color: #fff;
border-radius: 5px;
}

.loyaltycoinscss-tab-pane.fade.in.active {
display: block;
}
/* loyaltycoinsstyles.css */

.loyaltycoinscss-table {
width: 100%;
border-collapse: collapse;
}

.loyaltycoinscss-table th,
.loyaltycoinscss-table td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}

.loyaltycoinscss-table th {
background-color: #f5f5f5;
font-weight: bold;
}

.loyaltycoinscss-table tbody tr:nth-child(even) {
background-color: #f9f9f9;
}

.loyaltycoinscss-table tbody tr:hover {
background-color: #f5f5f5;
}