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

.style-1 .overline {
   display:flex;
  justify-content:center;
  color:#4A3AFF !important;
}

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

.style-1 .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-1 .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-1 .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);
}

 .pricing-main.style-1 .pricing-item:nth-child(2){
  border-image-source: linear-gradient(to right, #4A3AFF, #B454FF) !important;
/*     border: 10px solid !important; */
  border-image-slice: 1 !important;
  border-width: 3px !important;
  }
  
.pricing-main.style-1 .price{
  border-bottom: 1px solid #D6D6D6;
}


/* DARK THEME */

body.rp_theme_dark .style-1 .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-1 .pricing-item .button.uk-button-default {
    color: #fff !important;
    border-color: #fff !important;
}

body.rp_theme_dark  .pricing-main.style-1 .pricing-item:nth-child(2){
  background:#000 !important;
  }
  
body.rp_theme_dark .pricing-main.style-1 {
      background-image: linear-gradient(to right, rgba(22, 25, 33, 1),rgba(39, 41, 50, 1)); !important;
}

body.rp_theme_dark .body-container .pricing-main :not(.button):not(.hs-button) .overline{
      color:#4A3AFF !important;
}