.elementor-3580 .elementor-element.elementor-element-60b9061{padding:30px 30px 10px 30px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3580 .elementor-element.elementor-element-9337f5a > .elementor-widget-container{background-color:#FFFFFF14;padding:25px 25px 25px 25px;}body.elementor-page-3580:not(.elementor-motion-effects-element-type-background), body.elementor-page-3580 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-e6e8f96 );}/* Start custom CSS for shortcode, class: .elementor-element-9337f5a */.elementor-3580 .elementor-element.elementor-element-9337f5a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 15px; /* Adjust the border-radius to your preference */
}
 
.elementor-3580 .elementor-element.elementor-element-9337f5a img {
    display: block;
    width: 100%;
    border-radius: 15px; /* Match the border-radius of the container */
}
 
.elementor-3580 .elementor-element.elementor-element-9337f5a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px; /* Match the border-radius of the container */
    padding: 2px; /* Adjust the padding to your preference */
    background: linear-gradient(111deg, rgba(204,0,3,1) 0%, rgba(204,0,170,1) 23%, rgba(13,0,204,1) 39%, rgba(0,186,204,1) 51%, rgba(0,204,19,1) 65%, rgba(204,195,0,1) 77%, rgba(204,12,0,1) 100%);
        z-index: -9;
    background-size: 200% 200%; /* Ensure the gradient is large enough to animate */
    -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: animateGradient 5s ease-in-out infinite; /* Add animation and smooth transition */
}
 
@keyframes animateGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

th {
    font-size: 24px;
}/* End custom CSS */
/* Start custom CSS */.pmpro_levels_table .pmpro_btn {
  display: block;
  color: black;
  font-size: 20px;
  background-color: cadetblue;
  border: 2px solid white;
  border-radius: 25px;
}


.elementor-widget-wrap.elementor-element-populated {
    color: white;
}/* End custom CSS */