.style-11 .plan-name{
  color:#0D0A2C;
  font-size: 24px;
  letter-spacing: -0.9px;
  font-weight: 600; 
}

.style-11 .overline {
   display:flex;
  justify-content:center;
  color: #4a3aff;
   
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 160%;
    text-transform: uppercase;
}
}

.pricing-main.style-11  .pricing-item{
  
}

.style-11 .price strong{
font-size: 76px;
font-weight: 400;
line-height: 91px;
letter-spacing: -3px;
text-align: center;
}

.style-11 .plan-validity{
/*   background: -webkit-linear-gradient(45deg, #4A3AFF, #B454FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  margin-bottom:16px;
}

 .pricing-main.style-11 .toggle {
    position: relative;
    width: 56px;
    height: 24px;
    border-radius: 100px;
    background: -webkit-linear-gradient(45deg, #4A3AFF, #B454FF 100%);
    overflow: hidden;
    border: none !important;
}
.pricing-main.style-11 .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 62%;
    background-color: #FFF !IMPORTANT;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
   border:1px solid #4a3aff;
}

 .pricing-main.style-11 .pricing-item:nth-child(2){
  border:1px solid #4A3AFF !important;
  }
  
.pricing-main.style-11 .price{
  border-bottom: 1px solid #D6D6D6;
}

.pricing-main.style-11  .pricing-info-listing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom:16px;
  border-bottom: 1px solid #D6D6D6;
}

.pricing-main.style-11 .pricing-item{

  gap: 32px;
}

/* DARK THEME */

body.rp_theme_dark .style-11 .plan-validity{
  background: -webkit-linear-gradient(45deg, #FFF, #FFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom:16px;
}

body.rp_theme_dark .pricing-main.style-11 .pricing-item .button.uk-button-default {
    color: #fff !important;
    border-color: #fff !important;
}

body.rp_theme_dark  .pricing-main.style-11 .pricing-item:nth-child(2){
  background:#000 !important;
  }
  