/**
 * Theme Name: Tradeify
 * Description: A custom theme exclusively for Tradeify 
 * Author: Tradeify
 * Template: blocksy
 * Text Domain: blocksy
 */

.draft {
  display: none !important;
}

/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Gordita";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  /* Downloads only latin glyphs */
  src: local("Gordita Bold"),
    url("fonts/G-Bold.woff2") format("woff2"),
    url("fonts/Gordita-Bold.woff") format("woff");
}

@font-face {
  font-family: "Gordita";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  /* Downloads only latin glyphs */
  src: local("Gordita Regular"),
    url("fonts/G-Regular.woff2") format("woff2"),
    url("fonts/Gordita-Regular.woff") format("woff");
}

@font-face {
  font-family: "Gordita";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  /* Downloads only latin glyphs */
  src: local("Gordita Medium"),
    url("fonts/G-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Roboto-Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Roboto-Medium.ttf")
    format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Roboto-Bold.ttf")
    format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Roboto-Black.ttf")
    format("truetype");
}

button,
.button {
  transition: all 0.3s ease-in-out;
}

html,
body,
input,
textarea,
select,
optgroup,
button,
a,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
kbd,
code,
samp,
label,
figcaption,
blockquote,
blockquote p,
.price,
.menu a,
.ct-label,
.site-title,
.entry-meta,
.widget-title,
.contact-info,
.ct-item-title,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.site-description,
.page-description,
.mobile-menu ul a,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
.entry-summary .price,
.woocommerce-tabs .tabs,
.ct-language-switcher ul[data-placement],
.ct-widget > *:not(.widget-title) {
  font-family: "Gordita", "Helvetica Neue", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
button,
a.button {
  font-weight: bold !important;
}

/* GENERAL */

#main-container {
  height: 100%;
}

#main-container .tdy-modal-overlay {
  content: "";
  width: 100vw;
  height: inherit;
  background-color: rgba(16, 24, 40, 0.6);
  position: absolute;
  z-index: 51;
}

html.modal-open {
  overflow: hidden;
}

html {
  overflow-x: hidden;
  --tfyNavy: #132a3a;
  --tfyGreen: #10d48e;
  --frost10: #e9f0f5;
  --frost80: #475a67;
  --frost5: #ebeef0;
  --navy80: #2d4353;
  --greenText: #067647;
  --redText: #b42318;
  --amberText: #b54708;
  --greenDot: #17b26a;
  --redDot: #f04438;
  --amberDot: #f79009;
  --blueDot: #0a84ff;
  --greenBorder: #abefc6;
  --redBorder: #fecdca;
  --amberBorder: #fedf89;
  --greenBg: #ecfdf3;
  --redBg: #fef3f2;
  --amberBg: #fffaeb;
  --blue800: #1e516e;
}

.button,
.submit,
.ct-button,
.entry-tags a,
.added_to_cart,
[type="submit"],
.ct-button-ghost,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
.forminator-design--none .forminator-button {
  padding-left: 2rem;
  padding-right: 2rem;
}

p.submit {
  padding: 0px;
}

textarea,
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  transition: all 0.225s ease-in-out;
}

textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
  border-width: 3.5px;
}

select,
textarea,
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
fieldset {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.small-print {
  opacity: 0.65;
  font-size: 12.8px;
}

input::placeholder,
textarea::placeholder {
  font-weight: normal;
}

.button,
.submit,
.ct-button,
.entry-tags a,
.added_to_cart,
[type="submit"],
.ct-button-ghost,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
.forminator-design--none .forminator-button {
  letter-spacing: 0.1em;
}

ol {
  padding-left: 1.5rem;
}

ol,
.entry-content ul {
  line-height: 2.4em;
}

body .entry-content ul:not(.woocommerce-error) {
  padding-left: 0;
  list-style: none;
}

body .entry-content ul > li {
  padding-left: 0.25rem;
}

body .entry-content ul:not(.menu) > li:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='21' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.807 3.7L9.331 14.453a1.6 1.6 0 01-1.092.538 1.6 1.6 0 01-1.156-.381l-5.44-4.664a1.557 1.557 0 01-.155-2.218 1.61 1.61 0 012.248-.157l4.238 3.633 8.43-9.563a1.61 1.61 0 012.248-.158c.664.57.733 1.562.155 2.219z' fill='%2310D48E'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 1em;
  width: 1.38em;
  margin-right: 0.5rem;
  display: inline-block;
}

.lowercase a,
a.lowercase {
  text-transform: initial;
  letter-spacing: normal;
}

/* HEADER */
.ct-header-cta a.ct-button {
  font-size: 11px;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}

div[data-device="desktop"] .site-branding {
  margin-top: -3%;
}

div[data-device="desktop"] li.menu-item-has-children {
  position: relative;
}

div[data-device="desktop"]
  nav#header-menu-1
  li.menu-item-has-children
  ul.sub-menu {
  top: initial;
  bottom: -1rem;
  background: #ffffff;
  border-radius: 6px;
  font-weight: bold;
}

div[data-device="desktop"]
  div[data-sticky="yes:shrink"]
  nav#header-menu-1
  li.menu-item-has-children
  ul.sub-menu {
  bottom: -2.1rem;
}

div[data-device="desktop"] li.menu-item-has-children ul.sub-menu li a {
  font-weight: bold;
  color: #132a3a;
  font-size: 14px;
}

div[data-device="desktop"] li.menu-item-has-children ul.sub-menu li a:hover {
  color: #10d48e;
}

.mobile-menu #menu-mobile-navigation > li {
  margin-bottom: 0.5rem;
}

.mobile-menu #menu-mobile-navigation .child-indicator {
  margin-left: 0px;
}

.mobile-menu #menu-mobile-navigation .child-indicator svg {
  border: none;
  transform: scale(1.2);
  margin-bottom: -2px;
}

body .hide-logged-out,
body.logged-in .hide-logged-in {
  display: none;
}

body.logged-in .hide-logged-out {
  display: flex;
}

.dashboard-flex.free #dashboard-menu li.premium {
  position: relative;
  cursor: not-allowed;
}

.dashboard-flex.free #dashboard-menu li.premium a {
  pointer-events: none;
}

.dashboard-flex.free #dashboard-menu li.premium:before {
  content: "Requires Premium Membership.";
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 140px;
  line-height: 1.6em;
  padding: 8px 16px;
  font-size: 10px;
  letter-spacing: 0.05em;
  border-radius: 6px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px #e7eaeb,
    0px 0px 0px 1px #e7eaeb;
  background: #ffffff;
  color: #132a3a;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.dashboard-flex.free #dashboard-menu li.premium:hover:before {
  transform: translateY(-30px);
  opacity: 1;
}

.dashboard-flex.free #dashboard-menu li.premium a {
  opacity: 0.5;
}

.dashboard-flex.free #dashboard-menu li.premium a:before {
  content: "";
  background: url(../../uploads/2021/07/Lock-closed.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: -12px;
  opacity: 0.5;
}

.dashboard-flex div.submit {
  padding: 0px;
}

.dashboard-flex .mp-hide-pw.hide-if-no-js {
  display: none;
}

.dashboard-flex .mepr-unauthorized-message {
  margin-top: 1rem;
}

.dashboard-flex #mepr_loginform {
  max-width: 500px;
}

.shepherd-enabled.shepherd-element {
  top: 25px !important;
  left: 10px !important;
}

/* SECTION/GROUP MARGINS */

.default-margin {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.banner.default-margin.small-top-margin {
  margin-top: 3rem;
}

.default-margin + .banner.default-margin.small-top-margin {
  margin-top: -5rem;
}

h2.margin-bottom {
  margin-bottom: 4rem;
}

h2.margin-top {
  margin-top: 6rem !important;
}

/* HERO */
.hero {
  max-width: 772px !important;
  margin: auto;
}

.hero h2 {
  font-size: 16px;
  font-weight: normal !important;
}

.hero-illustration {
  margin-top: 2em;
  position: relative;
}

.hero-illustration > div:first-child {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

.hero-illustration:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 28%;
  width: 100%;
  height: 72%;
  background-image: url('data:image/svg+xml,%3Csvg width="1440" height="204" viewBox="0 0 1440 204" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M-33 199.467C108.038 59.7163 457.544 -11.7061 934 166.967C1077 208.967 1154.5 117.468 1265.5 90.4672C1376.5 63.4668 1403.5 -26.0328 1486.5 17.9672" stroke="%2310D48E" stroke-width="12"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#hero-video video {
  max-width: calc(100% - 2rem);
  width: 800px;
  border-radius: 16px;
}

.logo-container {
  margin-top: 1em;
}

[class*="_inner-container"] > img:not(.alignwide):not(.alignfull) {
  width: 100%;
}

.hero iframe {
  border-radius: 6px;
  box-shadow: 0px 4px 24px rgba(19, 42, 58, 0.16);
}

/*  CTA FORM BLOCK */

.cta-form-container {
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 532px !important;
}

.cta-form input.email {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-weight: bold;
}

.cta-form input.button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
  display: block;
  text-align: center;
}

.cta-form input.button:hover {
  transform: none;
}

.cta-form {
  margin-bottom: 1rem;
}

.cta-form-container .small-print {
  text-align: center;
  font-style: italic;
}

/* MESSAGE BUBBLE BLOCK */
.message-container,
[class*="_inner-container"] > .message-container:first-child,
.message-container.alignleft {
  max-width: 655px !important;
  width: 100% !important;
  float: none !important;
  margin: 0.75rem auto 2rem auto !important;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  z-index: 1;
}

.message-container.alignright,
[class*="_inner-container"] > .message-container.alignright:first-child {
  flex-direction: row;
}

.message-profile {
  max-width: 82px;
  margin-right: 1rem;
  margin-bottom: -20px;
  align-items: flex-end;
  align-self: flex-end;
  flex-shrink: 0;
  flex-grow: 0;
}

.message-container.alignright .message-profile {
  margin-right: initial;
  margin-left: 1rem;
}

.message-profile img {
  width: 40px;
  height: 40px;
}

.message {
  flex-grow: 0;
  padding: 1.3rem 2rem 0.3rem 2rem;
  border-radius: 8px 8px 8px 1px;
  box-shadow: 1px 2px 30px -1px rgba(19, 42, 58, 0.12);
  background: #ffffff;
  color: #132a3a !important;
}

.wp-block-columns.navy-bg .message h1,
.wp-block-columns.navy-bg .message h2,
.wp-block-columns.navy-bg .message h3,
.wp-block-columns.navy-bg .message h4,
.wp-block-columns.navy-bg .message h5,
.wp-block-columns.navy-bg .message h6,
.wp-block-columns.navy-bg .message p,
.wp-block-columns.navy-bg .message ol,
.wp-block-columns.navy-bg .message ul,
.wp-block-columns.navy-bg .message span,
.wp-block-columns.navy-bg .message a:not(.button):not(.wp-block-button__link),
.wp-block-columns.navy-bg .pricing-card h1,
.wp-block-columns.navy-bg .pricing-card h2,
.wp-block-columns.navy-bg .pricing-card h3,
.wp-block-columns.navy-bg .pricing-card h4,
.wp-block-columns.navy-bg .pricing-card h5,
.wp-block-columns.navy-bg .pricing-card h6,
.wp-block-columns.navy-bg .pricing-card p,
.wp-block-columns.navy-bg .pricing-card ol,
.wp-block-columns.navy-bg .pricing-card ul,
.wp-block-columns.navy-bg .pricing-card span,
.wp-block-columns.navy-bg
  .pricing-card
  a:not(.button):not(.wp-block-button__link) {
  color: #132a3a !important;
}

.message-container.alignright .message {
  border-radius: 8px 8px 1px 8px;
}

.message a {
  text-decoration: none;
}

.wp-block-column .message {
  max-width: 374px;
}

.wp-block-column:first-child .message-container {
  margin-left: -3.75rem !important;
  justify-content: flex-end;
}

.wp-block-column:nth-child(2) .message-container.alignright {
  justify-content: flex-start;
}

.wp-block-column:nth-child(2) .message-container.alignright:only-child {
  justify-content: flex-end;
  margin-top: 1.75rem !important;
}

/* COLUMNS */

.wp-block-column:first-child:nth-last-child(2) > figure,
.wp-block-column:first-child:nth-last-child(2) ~ .wp-block-column > figure {
  max-width: 470px;
}

.wp-block-column:first-child:nth-last-child(2) ~ .wp-block-column > figure {
  margin-left: auto;
}

.wp-block-column:first-child:nth-last-child(2) > figure {
  margin-right: auto;
}

.wp-block-columns.navy-bg {
  position: relative;
}

.wp-block-columns.navy-bg:before {
  content: "";
  position: absolute;
  width: 85vw;
  background: #132a3a;
  border-radius: 12px;
  z-index: -1;
  height: 130%;
  top: -12%;
  left: -27vw;
}

.wp-block-columns.navy-bg h2,
.wp-block-columns.navy-bg h3,
.wp-block-columns.navy-bg h4,
.wp-block-columns.navy-bg h5,
.wp-block-columns.navy-bg h6,
.wp-block-columns.navy-bg p,
.wp-block-columns.navy-bg ol,
.wp-block-columns.navy-bg ul,
.wp-block-columns.navy-bg span,
.wp-block-columns.navy-bg a:not(.button):not(.wp-block-button__link),
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6,
.banner p,
.banner ol,
.banner ul,
.banner span,
.banner a:not(.button):not(.wp-block-button__link) {
  color: #ffffff !important;
}

.wp-block-columns.navy-bg {
  margin-top: 4rem;
  margin-bottom: 6rem !important;
}

.wp-block-columns > .wp-block-column > figure.wp-block-image > img {
  border-radius: 8px;
}

.wp-block-columns.navy-bg.extended.default-margin {
  margin-top: 7rem;
}

.icon-grid h4,
.icon-grid h3 {
  margin-top: 1rem;
}

/* SLIDER */

.testimonial-slider-container .swiper-wrapper,
.testimonial-slider-container .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}

.testimonial-slide {
  padding: 2rem 3rem;
  border-radius: 8px;
  background: #eef0f1;
}

.testimonial-footer {
  display: flex;
}

.testimonial-photo {
  align-self: center;
  margin-left: -3px;
  margin-right: 1.25rem;
}

.testimonial-footer h5 {
  margin-bottom: 2px;
}

/* PRICING CARD */

.pricing-card {
  max-width: 470px;
  background: #ffffff;
  color: #132a3a !important;
  border-radius: 12px;
  box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}

.pricing-card ul {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card h2 {
  margin-top: 0px;
}

.pricing-card h2 > span {
  font-size: 0.65em;
  vertical-align: top;
  margin-top: 0.25em;
  display: inline-block;
}

/* BANNER */
.banner {
  background: #132a3a;
  border-radius: 12px;
  position: relative;
  max-width: 950px !important;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem 2rem 1rem 2rem;
}

.banner .cta-form input.email {
  border-color: #ffffff;
  color: #ffffff;
}

.banner .cta-form .button {
  color: #132a3a;
  background: #ffffff;
}

.banner .cta-form .button:hover,
.banner .cta-form .button:active,
.banner .cta-form .button:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.banner .cta-form-container p {
  color: #ffffff;
}

/* TOGGLE, FAQ, ACCORDION */

.toggle {
  border: 3px solid #132a3a;
  margin: 2.5rem auto;
  max-width: 665px !important;
  padding: 1.25rem 2rem calc(1.25rem - calc(0.2rem + 10px));
  border-radius: 8px;
}

.toggle-content p:last-child {
  margin-bottom: 14px !important;
}

.toggle-trigger {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.toggle-icon {
  height: 1.2em;
  position: relative;
  width: 1.2em;
  display: inline-block;
  margin-top: 4px;
  flex-shrink: 0;
}

.toggle-icon::before,
.toggle-icon::after {
  background-color: #132a3a;
  content: "";
  position: absolute;
  transition: transform 0.25s ease-out;
}

.toggle-icon::before {
  height: 100%;
  left: 50%;
  top: 0px;
  width: 3px;
  border-radius: 10px;
}

.toggle-icon::after {
  height: 3px;
  left: 2px;
  top: 50%;
  border-radius: 4px;
  margin-top: -1px;
  width: 100%;
}

.toggle[open] .toggle-icon {
  cursor: pointer;
}

.toggle[open] .toggle-icon::before {
  transform: rotate3d(0, 0, 1, 90deg);
}

.toggle[open] .toggle-icon::after {
  transform: rotate3d(0, 0, 1, 180deg);
}

/* STAGES */
.stage .wp-block-columns > .wp-block-column:first-child figure {
  display: inline-block;
  margin-bottom: 0px;
}

.stage .wp-block-columns > .wp-block-column:first-child figure img {
  height: 1.5rem;
  width: auto;
  margin-top: -0.45rem;
  margin-right: 0.35rem;
}

.stage .wp-block-columns > .wp-block-column:first-child figure + h4,
.stage .wp-block-columns > .wp-block-column:first-child figure + h3 {
  display: inline-block;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wp-block-group.stage:nth-of-type(even) {
  position: relative;
}

.wp-block-group.stage:nth-of-type(even):before {
  content: "";
  position: absolute;
  background: #f2f4f5;
  height: 150%;
  width: 200vw;
  z-index: -1;
  left: -50vw;
  top: -27.5%;
}

/* VISUALS AND CIRCLES, BLOBS, ETC. */
.hero,
.circles,
.pricing-card {
  position: relative;
}

.circles:before,
.circles:after,
.banner:before,
.banner:after,
.hero:before,
.hero:after,
.pricing-card:before {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  z-index: -1;
  border: 12px solid #10d48e;
  top: -43px;
  right: -29px;
  border-radius: 100%;
}

.circles:after,
.banner:after {
  width: 118px;
  height: 118px;
  top: initial;
  right: initial;
  left: 80px;
  bottom: -47px;
}

.hero:before {
  width: 66px;
  height: 66px;
  top: 30%;
  right: initial;
  left: -63%;
}

.hero:after {
  top: 77%;
  right: -63%;
}

.pricing-card:before {
  right: initial;
  left: -43px;
}

body:not(.home):not(.page-id-160):not(.page-id-320) .hero:after {
  content: none;
}

/* FOOTER */
footer.ct-footer {
  margin-top: 10rem;
}

footer .widget_media_image > a {
  display: block;
  max-width: 132px;
}

footer.ct-footer ul.widget-menu {
  margin-left: 0px;
}

/* MEMBERSHIP memberpress */

.mepr_error {
  padding-top: 10px !important;
  border-radius: 8px;
  border-width: 3px !important;
}

.course-progress,
.course-progress .user-progress {
  border-radius: 1000px;
}

.course-progress .user-progress {
  font-size: 14px;
  padding: 2px 0px;
}

/* MEMBERSHIP REGISTRATION PAGES */
body.memberpressproduct-template-page-membership-registration-php {
  background: #f3f8fc;
}

.registration-form-card {
  background: #ffffff;
  padding: 3.5rem 4.25rem;
  box-shadow: 2px 4px 24px rgba(19, 42, 58, 0.16);
  border-radius: 12px;
}

.registration-benefits {
  display: flex;
  flex-direction: column;
  position: relative;
}

.registration-benefits ul {
  margin-top: 3rem;
  max-width: 27.5rem;
}

.registration-benefits ul li {
  position: relative;
}

.registration-benefits ul li h5 {
  margin-bottom: 0px;
}

.registration-benefits ul:not(.menu) li:before {
  position: absolute;
  left: -1.7em;
  top: 0.25em;
}

.registration-grid input.mepr-submit {
  width: 100% !important;
}

.backup-link {
  margin-top: 2rem;
}

.backup-link a {
  font-weight: bold;
}

.registration-terms {
  opacity: 0.7;
  margin-top: auto;
  margin-bottom: 1rem;
}

.registration-terms > span,
.registration-terms a {
  display: block;
}

.registration-terms > span {
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 6px;
}

.registration-form-card .mepr_price {
  display: none;
}

.mp_wrapper .mp-form-row:not(:last-child) {
  margin-bottom: 1rem;
}

.mp_wrapper textarea,
.mp_wrapper select,
.mp_wrapper input[type="text"],
.mp_wrapper input[type="url"],
.mp_wrapper input[type="email"],
.mp_wrapper input[type="tel"],
.mp_wrapper input[type="number"],
.mp_wrapper input[type="password"] {
  margin-top: 6px;
}

.registration-form-card .mepr-form-has-errors {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
}

.mobile-only {
  display: none !important;
}

.mepr_error ul li:before {
  content: none !important;
}

.registration-form-card.circles:before {
  right: initial;
  left: -34px;
}

.mepr-stripe-card-element {
  margin-top: 6px;
  border-radius: 8px;
}

/* MEMBERPRESS LOGIN PAGE */
.login-card div.submit,
.mepr_forgot_password_form div.submit {
  padding: 0px !important;
}

.login-card {
  max-width: 500px !important;
  padding: 3rem 3rem 1.5rem 3rem;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 2px 4px 24px rgba(19, 42, 58, 0.16);
}

.login-card div.submit,
.login-card div.submit input {
  width: 100% !important;
}

.login-card h3 {
  margin-bottom: 1em;
}

/* CONTACT */
form.wpforms-form {
  max-width: 400px;
  margin: 1rem auto auto auto;
}

form.wpforms-form button {
  width: 100%;
}

.wpforms-confirmation-container {
  padding: 1.5rem 2rem 0.1rem 2rem;
  border-radius: 8px;
  background: #10d48e;
  display: inline-block;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
}

/* BLOG */
article.type-post.post figure img {
  border-radius: 8px;
}

/* CONFETTI */
.trigger-confetti.default-margin {
  margin-bottom: 0px;
  padding-bottom: 10rem;
}

.trigger-confetti.default-margin.no-margin-bottom {
  margin-bottom: -10rem;
}

/* MEMBERS AREA AND DASHBOARD */

#mepr-account-nav a {
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

#mepr-account-nav .mepr-active-nav-tab a {
  color: #132a3a;
  background: rgba(16, 212, 142, 0.2);
}

#wpua-upload-existing {
  color: #132a3a;
  background: transparent;
  border: 2px solid #132a3a;
}

#wpua-file-existing {
  max-width: 240px;
}

#wpua-images-existing,
#wpua-max-upload-existing {
  display: none;
}

#dashboard-menu {
  display: none;
  flex-shrink: 0;
  position: relative;
}

#dashboard-menu ul li {
  margin-bottom: 1rem;
}

#dashboard-menu ul li a {
  color: #ffffff;
  font-weight: bold;
  display: block;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#dashboard-menu ul li a:hover {
  opacity: 0.9;
}

#dashboard-menu ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -4px;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

#dashboard-menu ul li.current-menu-item a:before {
  background-color: #ffffff;
}

#dashboard-menu ul {
  flex-direction: column;
}

.sidebar-cta,
.sidebar-cta.alt-button {
  background: #ffffff;
  color: #132a3a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 28px;
}

h1.dashboard-title {
  font-size: 25px;
}

.dashboard-content .flex {
  display: flex;
}

.dashboard-top-container {
  justify-content: space-between;
}

.dashboard-avatar {
  align-self: baseline;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.dashboard-avatar h6 {
  margin: 0px;
  margin-top: 4px;
  align-self: center;
}

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

.dashboard-company-details {
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  text-align: right;
  margin-top: auto;
}

body.page-template-page-members-area {
  background: #f0f3f4;
}

.modal-outer {
  display: grid;
  position: fixed;
  height: 100vh;
  width: 100vw !important;
  z-index: 9999;
  top: 0;
  left: 0;
  place-items: center;
  background: rgba(107, 114, 128, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}

.modal-outer.open {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.modal-outer.preview {
  position: relative;
  width: 100%;
  margin: 2rem;
  height: auto;
  opacity: 1;
  pointer-events: all;
  float: none !important;
  visibility: visible;
}

.modal-inner {
  width: 512px;
  min-width: 200px;
  max-width: 95vw;
  border-radius: 8px;
  padding: 0px;
  background: #ffffff;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),
    0px 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-outer iframe,
.modal-outer object,
.modal-outer embed {
  border-radius: 8px;
}

table {
  border-radius: 4px;
}

table thead {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

table thead tr {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

table tbody,
table tfoot {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

table tbody tr:last-child,
table tfoot tr:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#mepr-account-subscriptions-table {
  border: none;
  background: #ffffff;
  border-radius: 4px;
}

#mepr-account-subscriptions-table thead {
  border: none;
  background: rgba(19, 42, 58, 0.02);
  border-radius: 4px;
}

#mepr-account-subscriptions-table thead tr {
  border: none;
}

#mepr-account-subscriptions-table tr,
#mepr-account-subscriptions-table tr th,
#mepr-account-subscriptions-table tr td {
  border-color: #f1f4f5 !important;
}

#mepr-account-subscriptions-table thead tr th {
  border: none !important;
  border-right: 1px solid #f1f4f5 !important;
  padding: 0.5rem 1rem;
}

#mepr-account-subscriptions-table thead tr th:first-child {
  border-top-left-radius: 4px;
}

#mepr-account-subscriptions-table thead tr th:last-child {
  border-top-right-radius: 4px;
  border: none !important;
}

#mepr-account-subscriptions-table tbody tr td {
  padding: 0.5rem 1rem;
}

.upgrade-banner {
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: center;
}

.upgrade-banner h2 {
  font-size: 1.8rem;
}

.upgrade-banner ul.flex {
  justify-content: space-around;
}

.upgrade-banner a.button {
  background: #ffffff;
  color: #132a3a;
  transition: all 0.2s ease-in-out;
}

/* TABS */
.wp-block-columns.navy-bg.extended.tabs-section:before {
  top: -4rem;
  height: calc(100% + 8rem);
}

.wp-block-columns.navy-bg.extended.tabs-section:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  z-index: -2;
  border: 12px solid #10d48e;
  top: calc(100% + 8rem - 105px);
  right: -91px;
  border-radius: 100%;
}

.tfy-tabs-container {
  display: grid;
  grid-template-columns: 5fr 7fr;
  column-gap: 2rem;
  overflow-y: hidden;
  margin-top: 3rem;
}

.tfy-tabs-container nav button:not(:last-child) {
  margin-bottom: 1rem;
}

.tfy-tabs-container .tab-content {
  opacity: 0;
  pointer-events: none;
  height: 0px;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.tfy-tabs-container .tab-content.active {
  opacity: 1;
  height: initial;
  pointer-events: all;
  visibility: visible;
}

.tabs-btn:not(.active):not(:hover):not(:focus) {
  padding-left: 0px;
}

.tabs-btn.active {
  background: #ffffff;
  color: #132a3a;
  transform: translateX(1rem);
}

.tabs-btn.active:hover {
  background: #ffffff;
  color: #132a3a;
  transform: translateX(1rem);
}

.trading-grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
}

.normal-font-size .toggle-trigger h4,
.normal-font-size .toggle-trigger h3 {
  font-size: 1rem;
}

.max-w-1120.margin-top {
  margin-top: 4rem;
}

.card.dark {
  background: #132a3a;
  color: #ffffff;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  position: relative;
}

.card.dark:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  z-index: -2;
  border: 12px solid #10d48e;
  bottom: -43px;
  right: -43px;
  border-radius: 100%;
}

.card.dark p {
  margin: 0px;
  width: 100% !important;
  max-width: 100% !important;
}

.card.dark h2,
.card.dark h3,
.card.dark h4,
.card.dark h5,
.card.dark h6 {
  color: #ffffff;
}

.max-w-1120 {
  max-width: 1120px !important;
  margin-left: auto;
  margin-right: auto;
}

.full-navy-bg {
  position: relative;
}

.full-navy-bg:before {
  content: "";
  position: absolute;
  width: 130vw;
  background: #132a3a;
  border-radius: 12px;
  z-index: -1;
  height: calc(100% + 10rem);
  top: -6rem;
  left: -15vw;
}

.full-navy-bg .toggle {
  background: #ffffff;
  border-color: #ffffff;
}

.full-navy-bg .wp-block-group__inner-container > h1,
.full-navy-bg .wp-block-group__inner-container > h2,
.full-navy-bg .wp-block-group__inner-container > h3,
.full-navy-bg .wp-block-group__inner-container > h4,
.full-navy-bg .wp-block-group__inner-container > h5,
.full-navy-bg .wp-block-group__inner-container > h6,
.full-navy-bg .wp-block-group__inner-container > p {
  color: #ffffff !important;
}

.full-navy-bg .normal-font-size {
  max-width: 100% !important;
  width: 100% !important;
}

/* WOOCOMMERCE */
body:not(.page-template-page-dashboard).woocommerce-checkout {
  padding: 0px !important;
  /* background:#F0F3F4; */
}

#payment .payment_methods li.wc_payment_method,
#payment .payment_methods li.woocommerce-PaymentMethod {
  border: none !important;
}

.body.page-template-page-checkout form.checkout {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
}

body.page-template-page-checkout form.checkout .ct-order-review {
  box-shadow: 1px 2px 30px -2px rgba(19, 42, 58, 0.08);
  border: none;
}

/* body.woocommerce-checkout input, body.woocommerce-checkout textarea{
    background:#ffffff;
} */
.registration-grid {
  --columnPadding: 4rem;
}

.registration-grid .registration-benefits {
  background: #132a3a;
  color: white;
  min-height: 100vh;
  padding: var(--columnPadding);
  flex-shrink: 0;
  z-index: 3;
}

.tfy-checkout .sign-up-card-content {
  width: 520px;
  max-width: 100%;
}

.woocommerce-error.tfy-checkout-error {
  margin-bottom: 0px;
  padding: 0.5rem 0.75rem;
  margin-top: 4px;
}

.woocommerce-error.tfy-checkout-error a {
  text-decoration: underline;
  font-weight: bold;
}

.woocommerce-error.tfy-checkout-error:before {
  display: none;
}

.registration-benefits ul li h5 {
  color: white;
  font-size: 18px;
  margin-bottom: 4px;
}

.registration-benefits ul {
  list-style: none;
  padding: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.registration-benefits ul li:not(:last-child) {
  margin-bottom: 3rem;
}

.registration-grid .registration-benefits.circles:before {
  top: -25px;
  right: -52px;
}

.registration-form-card.circles:before {
  display: none;
}

.registration-grid .woocommerce-billing-fields h3,
.registration-grid .woocommerce-additional-fields,
.registration-grid #order_review_heading {
  display: none;
}

.registration-grid form.woocommerce-checkout {
  display: block;
}

#checkout-steps {
  display: flex;
  width: 200%;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}

#checkout-steps > div {
  flex-basis: 50%;
  transition: all 0.3s ease-in-out;
}

#checkout-steps > #tfy-checkout-customer-info {
  align-self: baseline;
}

#checkout-steps > .checkout-step {
  transition: all 0.3s ease-in-out;
}

#checkout-steps > .checkout-step:not(.active) {
  opacity: 0;
  filter: blur(4px);
}

.checkout-step:not(.active) .ct-order-review {
  display: none;
}

#checkout-steps .ct-order-review {
  border: none;
  padding: 0px;
}

.backup-link {
  position: absolute;
  top: 0px;
  right: 2rem;
}

#tfy-checkout-next {
  transition: all 0.3s ease-in-out;
}

#tfy-checkout-next.inactive {
  opacity: 0;
  filter: blur(4px);
  transform: translateX(-100%);
}

/* Checkout Table */

.tfy-checkout table.woocommerce-checkout-review-order-table {
  margin-bottom: 2rem;
}

.tfy-checkout table.woocommerce-checkout-review-order-table thead,
.tfy-checkout table.woocommerce-checkout-review-order-table tbody,
.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .cart-subtotal,
.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .order-total:not(.recurring-total),
.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .recurring-totals,
.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .cart-subtotal,
.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .order-total
  th,
.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .recurring-total
  td:not(.first-payment-date) {
  display: none;
}

.tfy-checkout #payment .payment_methods > li > label,
.tfy-checkout #payment .payment_methods > li .payment_box p {
  display: none !important;
}

.tfy-checkout table.woocommerce-checkout-review-order-table tbody,
.tfy-checkout table.woocommerce-checkout-review-order-table tbody tr.cart_item {
  border: none !important;
}

.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .recurring-total
  td {
  text-align: left !important;
}

.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tbody
  .product-total {
  width: 100%;
  text-align: left;
  padding: 0px !important;
  border: none !important;
}

.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tfoot
  .order-total
  td {
  text-align: left;
  padding: 0px !important;
  font-size: 14px;
}

.tfy-checkout
  table.woocommerce-checkout-review-order-table
  tbody
  .cart_item
  .product-total {
  display: block;
  width: 100%;
  border: none;
  text-align: left !important;
}

.tfy-checkout #payment .payment_methods > li,
.tfy-checkout #payment .payment_methods > li .payment_box {
  padding: 0px !important;
  border: none !important;
}

.tfy-checkout .form-row:not(:last-child) {
  margin-bottom: 2rem;
}

.tfy-checkout ul.wc_payment_methods {
  max-width: 400px;
}

.tfy-checkout .woocommerce-checkout-payment .place-order {
  margin-top: 0px;
}

.tfy-checkout
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-privacy-policy-text
  p {
  font-size: 12px;
  opacity: 0.6;
}

#tfy-checkout-payment {
  position: relative;
}

#tfy-checkout-back {
  font-size: 14px;
  background: transparent;
  color: #132a3a;
  text-transform: initial;
  letter-spacing: normal;
  opacity: 0.7;
  font-weight: normal !important;
  padding: 0px;
}

#tfy-checkout-back svg {
  height: 16px;
  margin-top: -4.5px;
}

.woocommerce-error.tfy-checkout-error {
  flex-direction: column;
  align-items: start;
  min-height: 40px;
}

.tfy-checkout-error a {
  text-align: left;
}

.trial-checkout-summary {
  background: rgba(19, 42, 58, 0.05);
  padding: 1rem 1.5rem;
  min-width: 280px;
  border-radius: 8px;
  display: inline-block;
}

.tfy-checkout .after-trial {
  margin: 0px;
}

.tfy-checkout .after-trial {
  font-size: 14px;
  letter-spacing: 0.05em;
  opacity: 0.7;
  margin-top: -0.5rem;
}

.tfy-green {
  color: #10d48e;
}

.tfy-checkout .first-payment-date {
  opacity: 0.7;
  font-weight: normal;
  margin-top: 1rem !important;
  display: block !important;
}

.tfy-checkout .ct-order-review table.shop_table {
  margin-bottom: 1.5rem;
}

.tfy-checkout
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem;
}

.tfy-checkout
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper
  > p:last-child {
  margin-bottom: 0px;
}

.tfy-checkout .ct-customer-details {
  max-width: 400px;
}

/* NEW DASHBOARD */
body.page-template-page-dashboard {
  background: #f0f3f4;
}

body.page-template-page-dashboard.logged-in {
  padding-top: 3rem;
}

#dashboard-header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: grid;
  place-items: center;
  z-index: 999;
  background: #ffffff;
  padding: 1rem 2rem;
  box-shadow: 1px 2px 30px -1px rgb(19 42 58 / 12%);
}

body.admin-bar #dashboard-header {
  top: 32px;
}

#dashboard-header a.button {
  font-size: 14px;
  padding: 0.75rem 1rem;
  /* height: 48px; */
  min-height: 48px;
}

#dashboard-nav {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}

#dashboard-header #menu-dashboard-menu {
  gap: calc(2rem - 8px);
}

#dashboard-header nav ul.menu > li.current_page_item a,
#dashboard-header nav ul.menu li.is-active a {
  font-weight: bold;
}

#dashboard-header nav ul.menu > li.current_page_item,
#dashboard-header nav ul.menu li.is-active {
  border-bottom: 2px solid #10d48e;
}

#dashboard-header .menu li.menu-item,
#dashboard-header .menu li {
  padding: 0 4px;
}

#dashboard-header-container {
  display: flex;
  margin: auto;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  background: #ffffff;
  align-items: center;
  z-index: 99999999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#dashboard-header .site-branding img {
  margin-top: -0.75rem;
  max-width: 140px;
}

.dashboard-avatar {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  align-self: center;
}

.dashboard-avatar .account-submenu {
  width: calc(100% + 3rem);
  min-width: 200px;
  flex-shrink: 0;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: -50%;
  padding: 0 1.5rem;
  line-height: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 0px;
  font-size: 14px;
  letter-spacing: 0.01em;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  filter: blur(1px);
}

.dashboard-avatar ul {
  margin-bottom: 0px;
  padding: 0px;
  list-style: none;
}

.dashboard-avatar ul li {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.dashboard-avatar ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dashboard-avatar ul li svg {
  margin-right: 0.75rem;
  width: 22px;
  height: 0px;
  transition: all 0.3s ease-in-out;
}

.dashboard-avatar:hover .account-submenu {
  max-height: 30rem;
  padding: 1.5rem;
  line-height: 1.5;
  box-shadow: 1px 30px 30px -1px rgba(19, 42, 58, 0.12);
  filter: initial;
}

.dashboard-avatar:hover ul li {
  opacity: 1;
}

.dashboard-avatar:hover ul li svg {
  height: 22px;
}

body .entry-content .woocommerce-MyAccount-navigation ul > li:before {
  display: none;
}

body .entry-content .woocommerce-MyAccount-navigation ul > li {
  padding-left: 0px;
}

.woocommerce-MyAccount-content form {
  max-width: 600px;
}

.woocommerce-MyAccount-content fieldset {
  border: none;
  padding: 5rem 0 2rem 0;
}

.woocommerce-MyAccount-content fieldset legend {
  display: block;
  margin-bottom: -1rem;
  transform: translateY(2.5rem);
  font-size: 1.25rem;
}

#dashboard-header-container-mobile {
  margin: auto;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  position: relative;
}

#dashboard-nav-mobile {
  display: flex;
  align-items: center;
}

#dashboard-nav-mobile svg {
  width: 16px;
  align-self: baseline;
  position: absolute;
  right: 0px;
  top: 4px;
}

#dashboard-nav-mobile .site-branding {
  display: none;
}

#dashboard-nav-mobile {
  position: absolute;
  left: 52px;
  top: 4px;
}

#dashboard-nav-mobile ul.menu {
  flex-direction: column;
}

#dashboard-nav-mobile ul {
  flex-shrink: 0;
  background: #ffffff;
  line-height: 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: 24px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  gap: 1rem;
  padding: 0px 1rem 1.5rem 1rem;
}

#dashboard-nav-mobile ul li {
  border: none !important;
}

#dashboard-nav-mobile ul li.current-menu-item,
#dashboard-nav-mobile ul li.is-active {
  order: 0;
}

#dashboard-nav-mobile:not(.tapped) ul li:not(.current-menu-item),
#dashboard-nav-mobile:not(.tapped) ul li:not(.is-active) {
  transition: all 0.3s ease-in-out;
  filter: blur(1px);
  order: 1;
}

#dashboard-nav-mobile.tapped ul {
  max-height: 30rem;
  padding-bottom: 1.5rem;
  box-shadow: 1px 30px 30px -1px rgba(19, 42, 58, 0.12);
  filter: initial;
}

#dashboard-header-container-mobile {
  display: none;
}

#dashboard-header-container-mobile .site-branding {
  display: flex;
}

#dashboard-header-container-mobile .site-branding.tablet-only {
  display: none;
}

#mobile-trade-now {
  position: fixed;
  bottom: 0px;
  background: white;
  width: 100%;
  padding: 0.75rem 0.5rem 0.5rem 0.5rem;
  text-align: center;
  z-index: 999;
  box-shadow: 0px -2px 12px 0px rgb(19 42 58 / 12%);
  display: none;
}

.no-access {
  max-width: 440px;
  margin: 4rem auto;
}

.dashboard-upgrade {
  margin: 4rem auto;
}

.dashboard-upgrade h1 {
  font-size: 1.5rem;
}

.access-lock-svg {
  max-width: 5rem;
}

.upgrade-banner .premium-benefits {
  list-style: none;
  padding: 0px;
}

.no-credits {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3rem;
  background: #132a3a;
  border-radius: 12px;
  max-width: 600px;
}

.no-credits h4,
.no-credits h6 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-size: 24px;
}

.no-credits .quantity input {
  background: #ffffff;
}

.no-credits button:not(:disabled),
.no-credits .button:not(:disabled) {
  background: #10d48e;
  max-width: 240px;
}

.no-credits button:not(:disabled):hover,
.no-credits .button:not(:disabled):hover {
  background: #ffffff !important;
  color: #132a3a !important;
}

/* QUICK UPGRADE CHECKOUT POPUPS */
.page-template-page-dashboard.logged-in .woocommerce:not(.ct-woo-account) {
  position: fixed;
  top: 50%;
  overflow-y: auto;
  left: 50%;
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  transform: translate(-50%, -60%) scale(0.8);
  opacity: 0;
  z-index: -1;
  width: 640px;
  max-width: 95% !important;
  max-height: 80vh;
  box-shadow: 1px 2px 30px 2px rgb(19 42 58 / 16%);
  pointer-events: none;
  filter: blur(4px);
  transition: all 0.3s ease-in-out;
}

.page-template-page-dashboard.logged-in
  .woocommerce:not(.ct-woo-account).open
  + .checkout-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  max-width: initial;
  z-index: -3;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  transition-delay: 300ms;
}

.page-template-page-dashboard.logged-in
  .woocommerce:not(.ct-woo-account).open
  .ct-order-review {
  padding-top: 1rem;
}

.page-template-page-dashboard.logged-in
  .woocommerce:not(.ct-woo-account).open
  + .checkout-overlay {
  pointer-events: all;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
}

.page-template-page-dashboard.logged-in .woocommerce:not(.ct-woo-account).open {
  z-index: 9999;
  pointer-events: all;
  opacity: 1;
  filter: none;
  transform: translate(-50%, -50%) scale(1);
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .ct-customer-details,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  #payment
  .payment_methods
  > li
  > label,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  #payment
  .payment_methods
  > li
  #stripe-payment-data
  > p:first-child {
  display: none;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .ct-order-review,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .payment_methods,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  #payment
  .payment_methods
  > li {
  border: none !important;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  #payment
  .payment_methods
  > li {
  padding: 0px;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .payment_methods {
  padding: 0px !important;
  list-style: none;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .payment_methods:before {
  display: none;
}

.page-template-page-dashboard.logged-in
  .woocommerce:not(.ct-woo-account)
  form.checkout {
  display: block;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  #payment
  .payment_methods
  > li
  .payment_box {
  padding: 0px;
  border: none !important;
}

body .entry-content .woocommerce ul > li:before {
  display: none;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account).open
  table.shop_table {
  padding: 1rem 2rem;
  border-radius: 12px;
  background: rgba(19, 42, 58, 0.1);
  display: inline-grid;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  thead,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tfoot
  .cart-subtotal,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .cart_item
  .product-total,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tr.recurring-totals {
  display: none !important;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tbody,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tbody
  tr,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tr
  td,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tr
  th {
  border: none !important;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tr
  td,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  tr
  th {
  padding: 0.5rem 0;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .cart_item {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .order-total {
  display: flex;
  justify-content: space-between;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .order-total
  th,
.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .order-total
  td {
  font-size: 1.25rem;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .form-row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-privacy-policy-text
  p {
  font-size: 12px;
  opacity: 0.6;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .woocommerce-checkout-payment
  .place-order {
  padding: 0px;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  .woocommerce-checkout-payment {
  margin: 0px;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  #order_review_heading {
  font-size: 1.5rem !important;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .order-total.recurring-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.page-template-page-dashboard
  .woocommerce:not(.ct-woo-account)
  table.shop_table
  .order-total.recurring-total
  .first-payment-date {
  grid-column: 1 / -1;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.8;
}

#apiResult .notice {
  padding: 1.5rem 2rem;
  border-radius: 12px;
  margin-top: 1rem;
  display: inline-flex;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  background: #ffffff;
  z-index: 99;
  box-shadow: 1px 2px 12px 0px rgb(19 42 58 / 12%);
  animation: slideInFromRight 0.3s ease-out 0s 1,
    slideOutFromRight 0.3s ease-out 5s 1;
  animation-fill-mode: forwards;
}

#apiResult .notice:empty {
  display: none;
}

#apiResult .notice p {
  margin-bottom: 0px;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    filter: none;
  }
}

@keyframes slideOutFromRight {
  0% {
    transform: translateX(0);
    opacity: 1;
    filter: none;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    filter: blur(4px);
    pointer-events: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.button.secondary {
  background-color: rgba(19, 42, 58, 0.1);
  color: var(--buttonInitialColor);
  text-transform: none;
  letter-spacing: 0.05em;
}

.button.secondary:hover {
  background: #132a3a;
  color: #ffffff;
}

.woocommerce-MyAccount-content .upgrade-banner {
  padding-top: 3rem;
}

/* GENERIC CHECKOUT PAGE AND UPGRADE LINK */
.page-template-page-checkout header,
.checkout-container .woocommerce-additional-fields,
.checkout-container table.shop_table thead {
  display: none;
}

body #payment .payment_methods > li,
body #payment .payment_methods > li .payment_box,
.checkout-container table.shop_table tr,
.checkout-container table.shop_table td,
.checkout-container table.shop_table th {
  border: none;
}

#payment .payment_methods > .wc_payment_method > label {
  padding: 18px 25px 18px 0 !important;
}

body #payment .payment_methods > li .payment_box {
  padding: 0px;
}

.page-template-page-checkout header div[data-sticky="fixed:shrink"] > div {
  background: transparent !important;
}

.page-template-page-checkout .checkout-header {
  max-width: calc(100% - 2rem);
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-container {
  padding-top: 2rem !important;
}

.tfy-checkout-title {
  margin-top: 2rem;
}

.checkout-container table.shop_table {
  display: grid;
  padding: 1rem 2rem;
  border-radius: 12px;
  background: rgba(19, 42, 58, 0.1);
}

.checkout-container
  .woocommerce
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-privacy-policy-text
  p {
  font-size: 12px;
  opacity: 0.6;
}

.checkout-container .woocommerce-checkout-payment .place-order {
  margin-top: 0px;
}

.checkout-container table.shop_table tr {
  display: flex;
  justify-content: space-between;
}

.checkout-container table.shop_table td {
  padding-left: 0px;
  padding-right: 0px;
}

.checkout-container table.shop_table .order-total.recurring-total {
  flex-wrap: wrap;
}

.checkout-container
  table.shop_table
  .order-total.recurring-total
  .first-payment-date {
  width: 100%;
}

.checkout-container
  .woocommerce
  .woocommerce-billing-fields
  p.form-row:last-child {
  margin-bottom: 0px;
}

.checkout-container .woocommerce table.shop_table .order-total.recurring-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.checkout-container
  .woocommerce
  table.shop_table
  .order-total.recurring-total
  .first-payment-date {
  grid-column: 1 / -1;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.8;
}

.checkout-container .woocommerce table.shop_table .order-total th,
.checkout-container .woocommerce table.shop_table .order-total td {
  font-size: 1.25rem;
}

form.woocommerce-checkout h3#order_review_heading {
  margin-top: 0px;
}

/* DASHBOARD TABLES */

.woocommerce-MyAccount-content table.shop_table thead {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background: rgbA(19, 42, 58, 0.05);
}

.woocommerce-MyAccount-content table.shop_table thead tr {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.woocommerce-MyAccount-content table.shop_table tr:not(:last-child) td,
.woocommerce-MyAccount-content table.shop_table tbody tr:not(:last-child) th,
.woocommerce-MyAccount-content table.shop_table tfoot tr:not(:last-child) th {
  border-bottom: 1px solid var(--account-nav-divider-color, #e7eaeb) !important;
}

.woocommerce-MyAccount-content table.shop_table thead th {
  border: none;
}

.woocommerce-MyAccount-content table thead tr th:first-child {
  border-top-left-radius: 10px;
}

.woocommerce-MyAccount-content table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.woocommerce-MyAccount-content table.shop_table tr > *:first-child {
  padding-left: 1rem;
}

.woocommerce-MyAccount-content table.shop_table tr > *:last-child {
  padding-right: 1rem;
}

.woocommerce-MyAccount-content table.shop_table tr td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.woocommerce-MyAccount-content
  td.woocommerce-orders-table__cell-order-actions
  .button {
  width: max-content;
}

.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  display: flex;
  justify-content: space-between;
}

.woocommerce-MyAccount-content
  .shop_table.subscription_details
  tr
  td:last-child {
  font-weight: bold;
}

table.shop_table a.cancel,
table.shop_table a.wcs_deletion_error,
.woocommerce-MyAccount-content table.shop_table a.button.cancel,
.woocommerce-MyAccount-content table.shop_table a.button.wcs_deletion_error {
  color: var(--wp--preset--color--vivid-red);
  background: transparent;
  padding: 0px;
  letter-spacing: 0.05em;
}

table.shop_table a.cancel {
  margin-right: 2rem;
}

table.shop_table a.cancel + a {
  margin-right: -2rem;
}

.woocommerce-MyAccount-content
  .woocommerce-customer-details
  .woocommerce-column__title {
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-size: 16px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce-MyAccount-content table.shop_table + .button {
  background-color: rgba(19, 42, 58, 0.1);
  color: var(--buttonInitialColor);
  text-transform: none;
  letter-spacing: 0.025em;
}

.woocommerce-MyAccount-content table.shop_table {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-collapse: separate !important;
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-content table.shop_table tbody {
  border-bottom: 0px;
}

.woocommerce-MyAccount-content table.shop_table tbody td,
.woocommerce-MyAccount-content table.shop_table tfoot td {
  border: none;
}

.woocommerce-MyAccount-content header {
  margin-bottom: 0.5rem;
}

.woocommerce-MyAccount-content table + header {
  margin-top: 3rem;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
  margin-top: 0px;
}

.dashboard-header-end-wrap {
  display: flex;
  gap: 2rem;
}

h4.tfy-greeting {
  margin-top: 0.5rem !important;
}

h4.tfy-greeting {
  margin-top: 0.5rem !important;
}

.dashboard-card {
  background: #ffffff;
  border: 1px solid rgba(19, 42, 58, 0.05);
  box-shadow: 0px 1px 2px rgb(19 42 58 / 6%);
  border-radius: 10px;
  padding: 1.5rem;
}

.card-header {
  display: flex;
  gap: 16px;
  align-items: baseline;
}

.card-header h3 {
  margin: 0px !important;
}

.card-data > p,
.card-data > div:first-child > p {
  color: var(--navy80);
  opacity: 0.75;
  font-size: 14px;
  margin-bottom: 4px;
}

.card-data h4,
.card-data h5 {
  margin: 0px !important;
}

.copyboard {
  cursor: pointer;
}

body.woocommerce-add-payment-method
  .woocommerce-PaymentMethods
  .woocommerce-PaymentBox.woocommerce-PaymentBox--stripe.payment_box.payment_method_stripe {
  display: block !important;
}

body.woocommerce-add-payment-method #payment .payment_methods > li > label {
  display: none;
}

body.logged-in.page-template-page-checkout .woocommerce-billing-fields {
  display: none;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 50px;
  background-color: #fff;
  color: #132a3a;
  text-align: center;
  border-radius: 3px;
  padding: 4px 0 2px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: -60px;
  font-size: 10px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* WOOCOMMERCE THANK YOU PAGE */
.woocommerce-order-received .woocommerce-thankyou-order-details {
  border-radius: 10px;
  background: #ffffff;
  border: none !important;
  margin-bottom: 1.5rem !important;
}

.woocommerce-order-received ul.woocommerce-order-overview.order_details li {
  border-color: rgba(0, 0, 0, 0.05) !important;
}

.woocommerce-order-received
  ul.woocommerce-order-overview.order_details
  li:last-child {
  border-bottom: none !important;
}

body .woocommerce-order p {
  font-size: 16px;
}

.woocommerce-order-received .woocommerce-order-details > h2,
.page-template-page-checkout.woocommerce-order-received header {
  display: block;
}

.woocommerce-order-received table {
  background: #ffffff !important;
}

.woocommerce-order-received .checkout-container table.shop_table tr {
  align-items: center;
}

.woocommerce-order-received
  .checkout-container
  table.shop_table
  tr
  .order-actions {
  padding-top: 0px;
  padding-bottom: 0px;
}

.woocommerce-order-received section.woocommerce-customer-details {
  max-width: 400px;
}

.woocommerce-order-received
  section.woocommerce-customer-details
  .woocommerce-column__title {
  border: none;
  font-size: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #ffffff;
  padding-bottom: 0px;
}

.woocommerce-order-received section.woocommerce-customer-details address {
  font-size: 16px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;
}

body.woocommerce-order-received
  .woocommerce-notice.woocommerce-thankyou-order-received {
  display: block;
  text-align: center;
  padding: 0px;
}

body.woocommerce-order-received
  .woocommerce-notice.woocommerce-thankyou-order-received:before,
body.woocommerce-order-received
  .woocommerce-notice.woocommerce-thankyou-order-received:after {
  display: none;
}

body.woocommerce-order-pay .shop_table {
  margin-bottom: 1rem;
}

body.woocommerce-order-pay .woocommerce-info {
  margin-bottom: 1rem !important;
}

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
  margin-bottom: 1rem;
}

.woocommerce-SavedPaymentMethods.wc-saved-payment-methods > li {
  padding-left: 0px;
}

.reset-confirm-wrapper,
.delete-confirm-wrapper {
  margin: 16px 0px 16px 0px;
}

.reset-button-container .button,
.delete-button-container .button {
  margin-right: 1rem;
}

.reset-button-container .reset-meta {
  opacity: 0.6;
  margin-top: 1rem;
  padding-left: 0.5rem;
  display: flex;
  gap: 8px;
  align-items: center;
}

.reset-button-container .reset-meta svg {
  margin-top: -4px;
}

.reset-button-container p {
  margin-bottom: 0px;
}

.reset-button-container a {
  text-decoration: underline;
}

.tfy-checkout form button {
  width: 100%;
}

/* SIGN UP */
.tfy-checkout {
  background: #e9f0f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.sign-up-wrapper {
  max-width: 95%;
  width: 520px;
}

.sign-up-card {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  display: inline-block;
}

.sign-up-card .g-recaptcha {
  display: flex;
  justify-content: center;
}

.sign-up-card-header {
  padding-top: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e7eaeb;
}

.sign-up-card-header .h2 {
  font-size: 31.25px;
  line-height: 44.53px;
  margin-bottom: 0px;
}

.sign-up-card-content {
  padding-top: 32px;
  padding-bottom: 24px;
}

.card {
  --padding: 2rem;
}

.card .card-h-p {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

/* STEPPER */
.stepper {
  display: flex;
  max-width: 100%;
  padding: 0px;
  --circle-size: clamp(2rem, 5vw, 3rem);
  --spacing: clamp(0.25rem, 2vw, 2rem);
  --circle-size: 3rem;
  --spacing: 2rem;
}

.select-plan .stepper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.step {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  position: relative;
}

.step .step-number {
  margin: 2px auto 8px auto;
  width: 2rem;
  height: 2rem;
  display: block;
  background: #ffffff;
  border-radius: 1000px;
  border: 2px solid #132a3a;
  color: #132a3a;
  line-height: 2;
  font-weight: bold;
  outline: 4px solid #e9f0f5;
  z-index: 9;
}

.step.active .step-number {
  background-color: #10d48e;
  border-color: #10d48e;
  color: #ffffff;
}

.step h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

li.step:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(var(--circle-size) / 2 - calc(var(--circle-size) / 8));
  width: 100%;
  left: 50%;
  height: 2px;
  background-color: rgba(19, 42, 58, 0.2);
  z-index: 0;
}

.backup-login a {
  font-weight: bold;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-thankyou-order-received {
  font-size: 1rem !important;
  border-radius: 4px !important;
}

.woocommerce-error {
  background-color: #FEF3F2 !important;
  color: #B42318 !important;
  border: 2px solid #FECDCA;
  font-weight: 500;
}

.woocommerce-info {
  background-color: #e3f0ff !important;
  color: #007aff !important;
  border: 2px solid #b3d4ff;
  font-weight: 500;
}

.woocommerce-message {
  background-color: #ECFDF3 !important;
  color: #067647 !important;
  border: 2px solid #ABEFC6;
  font-weight: 500;
}

.tfy-checkout .woocommerce-error {
  max-width: 100% !important;
  width: 100% !important;
  padding: 1rem 1rem 1rem 3rem;
  min-height: auto;
  margin-bottom: 1.5rem !important;
  margin-top: -0.5rem !important;
}

.tfy-checkout .woocommerce-error:before {
  top: 18px !important;
  left: 1rem !important;
}

.woocommerce-error a,
.woocommerce-error a.showlogin {
  padding: 0px;
  background: transparent;
  text-decoration: underline;
  font-size: 1rem;
  min-height: auto;
  opacity: 0.9;
}

.woocommerce-error a:hover,
.woocommerce-error a.showlogin:hover {
  opacity: 1;
  background: transparent;
}

.tfy-checkout .woocommerce-privacy-policy-text,
.tfy-checkout .woocommerce-error li > strong:first-child {
  display: none;
}

.frost80 {
  color: var(--frost80);
}

label,
.form-row label {
  font-size: 1rem !important;
  font-weight: normal !important;
}

/* PLAN SELECTOR */

.select-path {
  margin: 32px auto;
}

.plans {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* gap: 2rem; */
  /* width: 75%; */
}

.plans.c-plans-1 .plan-li .plan {
  border-radius: 12px;
}

.plans.c-plans-1 .plan-li .plan-wrapper {
  border-right: none;
}

.plans.c-plans-2 .plan-li:first-of-type .plan {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.plans.c-plans-2 .plan-li:last-of-type .plan {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.plans.c-plans-2 .plan-li:first-of-type::after,
.plans.c-plans-3 .plan-li:first-of-type::after,
.plans.c-plans-4 .plan-li:first-of-type::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 3rem);
  top: 1.5rem;
  right: 0px;
  background: linear-gradient(
    180deg,
    rgba(233, 240, 245, 0) 0%,
    #e9f0f5 20%,
    #e9f0f5 80%,
    rgba(233, 240, 245, 0) 100%
  );
  opacity: 0.2;
  border-radius: 4px;
}

.plans.c-plans-3 .plan-li .plan {
  border-radius: 0;
}

.plans.c-plans-3 .plan-li.popular .plan,
.plans.c-plans-4 .plan-li.popular .plan {
  border-radius: 12px;
}

.plans.c-plans-3 .plan-li:first-of-type .plan,
.plans.c-plans-4 .plan-li:first-of-type .plan {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.plans.c-plans-3 .plan-li:last-of-type .plan,
.plans.c-plans-4 .plan-li:last-of-type .plan {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.plans input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  text-indent: -9999px;
}

.plan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #1e516e;
  color: white;
  cursor: default;
}

.plan-attr .attr-details {
  font-size: 14px;
  display: flex;
  padding-top: 3px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.plan-attr .attr-icon {
  max-width: 20px;
  margin-right: 12px;
}

.plan-li {
  max-width: 404.33px;
  width: 100%;
}

.plan-li.popular .plan {
  background-color: white;
}

.plan-li.popular .badge {
  font-weight: 500;
}

.plan-li.popular .plan-header .heading {
  color: #132a3a;
}

.plan-li.popular .plan-header .price {
  color: #132a3a;
}

.plan-li.popular .plan-header a {
  background-color: #132a3a;
  color: white;
}

.plan-li.popular .plan-header a:hover {
  background-color: #10d48e;
}

.plan-li.popular .plan-content {
  color: #132a3a;
}

.plans input[type="radio"]:checked + .plan {
  --borderColor: #132a3a;
  --borderWidth: 2px;
}

.plans input[type="radio"]:checked + .plan .plan-header:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #132a3a;
  background-image: url("svg/checkmark.svg");
  border-radius: 100px;
  align-self: center;
  margin-left: auto;
}
.plan {
  overflow: clip;
}

.plan-header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: flex;
  align-items: start;
  flex-direction: column;
  cursor: default;
  background: #1e445c;
  border-bottom: var(--borderWidth) solid var(--borderColor);
}
.plan-li.popular .plan-header {
  background: #f3f8fc;
}

.plan-header .heading {
  color: white;
  padding-top: 8px;
  margin-left: 4px;
  font-size: 20px;
  line-height: 1.25em;
  margin: 0;
}

.plan-header .acc-type {
  margin-top: 4px;
  font-size: 14px;
}

.plan-header .plan-icon {
  background: #c6e2f1;
  border-radius: 8rem;
  padding: 8px;
  box-shadow: 0px 0px 0px 4px #83a3b5;
}
.plan-header p {
  color: #e6f1f8;
  margin-bottom: 0;
}
.plan-li.popular .plan-header p {
  color: #1e516e;
}
.plan-header .plan-icon svg path {
  stroke: #1e445c;
  stroke-width: 1.5;
}
.plan-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.plan-wrapper {
  --paddingX: 32px;
}
.plan-wrapper > div {
  padding-left: var(--paddingX);
  padding-right: var(--paddingX);
}
.plan-header {
  padding-top: 24px;
  padding-bottom: 20px;
}
.plan-header .badge {
  background: #ecfdf5;
}
.plan-header .flex {
  width: 100%;
}

.plan-content {
  color: #e6f1f8;
  cursor: default;
  padding-top: 20px;
  padding-bottom: 24px;
}
.plan-li.popular .plan-header {
  padding-top: 32px;
  padding-bottom: 28px;
}
.plan-li.popular .plan-content {
  padding-bottom: 40px;
}
.plan-li.popular .plan-content,
.plan-li.popular .price .period {
  color: #1e516e;
}
.plan-li:not(.popular) .plan-content .price {
  color: #e6f1f8;
}
.plan-content .price .number {
  font-size: 32px;
  font-weight: bold;
  margin-right: 2px;
}
.plan-li:not(.popular) .price .number {
  color: #fff;
}
.flex.flex-col {
  flex-direction: column;
}
.plan hr {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(233, 240, 245, 0) 0%,
    #e9f0f5 5%,
    rgba(233, 240, 245, 0.9) 80%,
    rgba(233, 240, 245, 0) 100%
  );
  opacity: 0.2;
  border-radius: 8px;
  margin: 0;
  margin-left: -4px;
}
.plan-li.popular .plan hr {
  opacity: 1;
}

.plan-header a {
  width: 100%;
  background-color: white;
  color: #132a3a;
}

.plan-header .price,
.plan-header p {
  font-weight: normal;
}

.plan-header .price .number {
  font-weight: bold;
  font-size: 2rem;
}

.plan-footer .plan-continue {
  width: 100%;
}

/* PLAN SELECTOR */
.frost-bg {
  background: var(--frost10);
}


.sign-up-logo {
  margin-bottom: 2rem;
}

.select-plan .plans-content .plans {
  padding-left: 50px;
  padding-right: 50px;
}

.plan-selector {
  max-width: 100%;
  margin: auto;
  padding-bottom: 210px !important;
  background: #ffffff;
}

.plan-selector .title {
  padding-top: 3.75rem;
}

.plan-selector .title h1 {
  font-size: 60px;
  text-align: center;
  color: white;
}

.plan-selector .title p {
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: white;
}

.plans-header {
  padding: 1.5rem 2rem 1rem 2rem;
  border-bottom: 2px solid var(--frost10);
}

.plans .plan-li.popular .plan-content .plan-attr {
  border-top-color: #e5e7eb;
}

.plans-content .plan-attr {
  display: flex;
}
.plans-content .button.plan-continue {
  width: 100%;
  margin-top: 0.5rem;
}
.plan-li:first-of-type {
  position: relative;
}

.plans-content:not(.empty) {
  padding-bottom: 2rem;
  display: flex;
}

.plan-selector-wrapper {
  width: 100%;
  display: flex;
  margin: 3.75rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plan-selector-wrapper .selector-btns {
  display: inline-flex;
  position: relative;
  background-color: #1e516e;
  border-radius: 8px;
  padding: 4px;
  gap: 2px;
}

.plan-selector-wrapper .plan-select-btn {
  padding: 9px 24px;
  font-size: 14px;
  color: white;
  border-radius: 6px;
  border: none;
  background-color: #1e516e;
  font-weight: 500;
  transition: 0.3s all ease-out;
  position: relative;
  gap: 6px;
}
.plan-selector-wrapper .plan-select-btn {
  font-weight: 500 !important;
}
.plan-select-btn:not(.active):not(:last-of-type):after {
  content: "";
  width: 1px;
  height: 1.5rem;
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    rgba(233, 240, 245, 0) 0%,
    #e9f0f5 20%,
    #e9f0f5 80%,
    rgba(233, 240, 245, 0) 100%
  );
  opacity: 0.2;
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.plan-select-btn.active {
  background-color: white;
  color: #132a3a;
}

.plan-select-btn.active:focus {
  background-color: white;
  color: #132a3a;
}

.plan-select-btn:hover,
.plan-select-btn.active:hover {
  background-color: white !important;
  color: #132a3a !important;
}

.plan-selector-wrapper > .plan-select-btn:not(:last-of-type) {
  margin-bottom: 14px;
}

.plan-cta-wrap {
  margin-top: 2rem;
}

.plan-cta-wrap > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.button.plan-continue {
  margin: auto;
}

.step-wrapper {
  max-width: 95%;
  width: 520px;
  margin: auto;
}

.checkout-container {
  max-width: calc(100% - 2rem);
  width: 1200px;
  margin: auto;
}

.woocommerce .ct-order-review {
  border: none;
}

.woocommerce .ct-order-review,
.ct-customer-details > div {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
}

.ct-customer-details > div:not(:last-child) {
  margin-bottom: 2rem;
}

.woocommerce-checkout:not(.subscribed) .ct-order-review .cart-subtotal,
.woocommerce-checkout:not(.subscribed)
  .ct-order-review
  .order-total:not(.recurring-total),
.woocommerce-checkout:not(.subscribed) .ct-order-review .recurring-totals,
.woocommerce-checkout:not(.subscribed) .product-quantity,
.woocommerce-checkout:not(.subscribed) .recurring-total {
  display: none !important;
}

body .non-subscription .woocommerce-checkout .product-quantity {
  display: inline-block !important;
}

.checkout-container .woocommerce .form-row:not(:last-child) {
  margin-bottom: 2rem;
}

#billing_address_1_field {
  margin-bottom: 1rem;
}

.ct-customer-details > div,
body .woocommerce .ct-order-review {
  padding: 0px;
}

.ct-customer-details > div h3 {
  padding: 2rem 2rem 1.5rem 2rem;
  border-bottom: 2px solid var(--frost10);
  font-size: 1.5rem;
}

.ct-customer-details
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper,
.ct-order-review #order_review {
  padding: 1rem 2rem 2rem 2rem;
}

.ct-order-review #order_review_heading {
  padding: 2rem 2rem 1.5rem 2rem;
  border-bottom: 2px solid var(--frost10);
  font-size: 1.5rem;
}

.ct-order-review table.shop_table {
  background: #ffffff;
  padding: 0px;
  margin-bottom: 2rem;
}

.ct-order-review table.shop_table tr.cart_item .product-name {
  font-weight: bold;
  font-size: 1rem;
}

.ct-order-review table.shop_table tr.cart_item .product-total {
  font-size: 1rem;
}

#payment .payment_methods > li {
  padding-left: 0px;
  padding-right: 0px;
}

.size14 {
  font-size: 14px;
  line-height: 20px;
}

.sign-up-footer {
  padding: 44px 2rem 2rem 2rem;
  display: flex;
  justify-content: space-between;
}

.sign-up-footer span,
.sign-up-footer a {
  display: block;
  opacity: 0.9;
  font-size: 14px;
}

.card .badge {
  transform: none;
}

.card .card-header {
  display: block;
}

.card .card-header h1,
.card .card-header h2,
.card .card-header h3 {
  margin-bottom: 0px;
}

.card .card-header h1,
.card .card-header h2,
.terms-header,
.woocommerce.ct-woo-unauthorized .u-columns h2 {
  font-size: 31.25px;
  line-height: 44.53px;
}

.woocommerce.ct-woo-unauthorized .u-columns h2 {
  padding: 32px 32px 16px 32px;
  border-bottom: 2px solid #e7eaeb;
}

.card {
  max-width: 100%;
}

.woocommerce .woocommerce-terms-and-conditions-wrapper > p:last-child {
  margin-bottom: 0px;
}

.woocommerce
  .woocommerce-checkout-payment
  .place-order
  .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1.5rem;
}

.card-container.terms-container {
  padding: 0px;
}

.plans-content .plans .plan-li.popular .plan {
  border-radius: 12px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 1px 2px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1420px) {
  #plan-comparison .plan-selector {
    padding-left: 0;
    padding-right: 0;
  }

  .plans-content .plans {
    padding: 0;
  }
}

@media only screen and (max-width: 1260px) {
  .plans-content .plans .plan-li {
    min-width: 405.33px;
  }

  .plans.c-plans-4,
  .plans.c-plans-3 {
    overflow: overlay;
    justify-content: start;
  }

  .plans-content .plans .plan-li .plan .plan-wrapper {
    border: none;
  }
}

@media only screen and (max-width: 1024px) {
  .plans {
    max-width: 100%;
    width: 100%;
  }

  .plan-selector-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin: 2.75em 0;
  }

  .plan-selector .title h1 {
    font-size: 42px;
  }

  .plan-selector .title p {
    padding: 0 20px;
  }

  .plan-selector-wrapper .plan-select-btn {
    font-size: 0.8rem;
  }

  .plans-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 960px) {
  .plans.c-plans-2 {
    overflow: overlay;
    justify-content: start;
  }
}

@media only screen and (max-width: 800px) {
  .plan-selector {
    padding: 2rem 1rem;
  }

  .plans .plan {
    min-width: 344px;
  }
  .plan-wrapper {
    --paddingX: 1.25rem;
  }
  .plan-header > div.flex.justify-between {
    flex-direction: column-reverse;
    align-items: start;
    gap: 0.75rem;
  }
  .plan-header .plan-icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: 4px;
    margin-left: 0;
    margin-right: -4px;
  }
  .plan-header {
    padding-top: 20px;
  }
  .plan-content {
    padding-top: 20px;
  }
  .plan-li.popular .plan-header {
    padding-top: 28px;
  }
}

@media only screen and (max-width: 540px) {
  .plans-content .plans .plan-li {
    max-width: 344px;
    min-width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .plan-selector .title h1 {
    font-size: 36px;
  }

  .plan-selector .title p {
    font-size: 20px;
  }

  .plan-selector-wrapper .selector-btns {
    flex-direction: column;
  }

  .plan-selector-wrapper .selector-btns .plan-select-btn {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }

  .plan-selector-wrapper .selector-btns .plan-select-btn:not(:last-of-type) {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 400px) {
  .plans .plan {
    min-width: 240px;
  }

  .plan .plan-header,
  .plan .plan-content,
  .plan .plan-content .plan-attr,
  .plan-content .badge {
    font-size: 0.8rem;
  }

  .plan-attr .attr-icon {
    max-width: 16px;
    margin-right: 10px;
  }
}

/* DASHBOARD */
.header-dashboard-logo img {
  margin-top: -8px;
}

.ct-header-cta a.ct-button.header-start-trading {
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.25rem 0.55rem 1.25rem;
}

div[data-device="desktop"]
  nav#header-menu-1
  ul#menu-dashboard-menu
  li.menu-item-has-children
  ul.sub-menu {
  top: 75%;
  bottom: initial;
}

.ct-acount-nav {
  display: none;
}

.woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}

#tradeifyDashboard {
  order: 1;
}

#tradeifyDashboard > div {
  margin-bottom: 2rem;
}

#tradeifyDashboard > div.dashboard-credits,
#tradeifyDashboard > div.dashboard-header {
  margin-bottom: 1rem;
}

#tradeifyDashboard .track-card-container {
  margin-bottom: 3rem;
}

.page-template-page-dashboard-new #main {
  background: var(--frost10);
}

.page-template-page-dashboard-new footer {
  margin-top: 0px;
}

#tradeifyDashboard .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#tradeifyDashboard .h2 {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 0px;
}

.track-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

.track-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--frost5);
  --horizontalPadding: 1.5rem;
  --verticalPadding: 1rem;
}

.card-content-attr.horizontal .attr-heading {
  margin-bottom: 10px;
}

.card-content-attr.horizontal .attr-heading p.red {
  color: #b42318;
}

.card-content-attr.horizontal .attr-content h4 {
  font-size: 20px;
  color: #507085;
}

.card-content-attr.horizontal .attr-content.red h4 span {
  color: #b42318;
}

.card-content-attr.horizontal .attr-content.green h4 span {
  color: #067647;
}

.card-content-attr.horizontal .attr-content .progress-bar-wrapper {
  width: 100%;
  height: 10px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.card-content-attr.horizontal .attr-content .progress-bar {
  height: 10px;
  border-radius: 30px;
}

.card-content-attr.horizontal .attr-content.red .progress-bar-wrapper {
  background-color: #b4231833;
}

.card-content-attr.horizontal .attr-content.green .progress-bar-wrapper {
  background-color: #e1e1e1;
}

.card-content-attr.horizontal .attr-content.red .progress-bar {
  background-color: #b42318;
}

.card-content-attr.horizontal .attr-content.green .progress-bar {
  background-color: #067647;
}

.horizontal .reach-target {
  display: flex;
}

.horizontal .reach-target img {
  height: 20px;
  margin-right: 0.5rem;
}

.horizontal .reach-target p {
  margin: 0;
}

.horizontal .reach-target {
  margin-bottom: 1rem;
}

#tradeifyDashboard {
  --greenText: #067647;
  --redText: #b42318;
  --amberText: #b54708;
  --greenDot: #17b26a;
  --redDot: #f04438;
  --amberDot: #f79009;
  --blueDot: #0a84ff;
  --greenBorder: #abefc6;
  --redBorder: #fecdca;
  --amberBorder: #fedf89;
  --blueBorder: #b3d4ff;
  --greenBg: #ecfdf3;
  --redBg: #fef3f2;
  --amberBg: #fffaeb;
  --blueBg: #e3f0ff;
}

.track-card > div {
  display: flex;
  justify-content: space-between;
}

.track-card-header {
  padding: var(--verticalPadding) var(--horizontalPadding);
  border-bottom: 1px solid var(--frost5);
}

.track-card .track-card-content {
  justify-content: start;
}

@media only screen and (max-width: 1480px) {
  .track-card-header {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .track-card-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1200px) {
  .track-card-header {
    flex-direction: column;
  }

  .track-card-header .username {
    order: 2;
  }

  .track-card-header .status {
    display: flex;
    justify-content: space-between;
    order: 1;
    margin-bottom: 12px;
  }

  .track-card-header .status p {
    order: 2;
    padding-top: 4px;
    margin-bottom: 0;
  }

  .track-card-header .status div {
    order: 1;
  }
}

@media only screen and (max-width: 820px) {
  .track-card-container {
    grid-template-columns: auto;
  }

  .track-card-header {
    flex-direction: row;
  }

  .track-card-header .username {
    order: 1;
  }

  .track-card-header .status {
    align-items: center;
    flex-direction: column;
    order: 2;
  }

  .track-card-header .status p {
    order: 1;
    margin-bottom: 4px;
    padding-top: 0;
  }

  .track-card-header .status div {
    order: 2;
  }
}

@media only screen and (max-width: 560px) {
  .track-card-header {
    flex-direction: column;
  }

  .track-card-header .username {
    order: 2;
  }

  .track-card-header .status {
    flex-direction: row;
    justify-content: space-between;
    order: 1;
    margin-bottom: 12px;
  }

  .track-card-header .status p {
    order: 2;
    padding-top: 4px;
    margin-bottom: 0;
  }

  .track-card-header .status div {
    order: 1;
  }
}

@media only screen and (max-width: 400px) {
  .track-card-header .username h4 {
    word-break: break-all;
  }

  .card-content-attr .attr-content {
    flex-wrap: wrap;
  }

  .card-content-attr .attr-content .progress:not(:last-of-type) {
    margin-bottom: 12px;
  }
}

.track-card-content {
  padding: var(--horizontalPadding);
}

/* Funded Cards Design */
.card-content-attr {
  position: relative;
}

.card-content-attr .attr-heading {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.card-content-attr .attr-popup.hidden {
  display: none;
}

.card-content-attr .attr-popup {
  transition: 0.2s all;
  animation: fadeIn 0.2s;
  display: block;
  opacity: 1;
  top: -100px;
  left: -98px;
  position: absolute;
  font-size: 12px;
  max-width: 460px;
  width: max-content;
  background: #132a3a;
  color: white;
  border-radius: 5px;
  padding: 8px 12px;
  z-index: 1;
}

.card-content-attr .attr-popup::after {
  content: "";
  border: solid #132a3a;
  border-width: 0 6px 6px 0;
  display: inline-block;
  position: absolute;
  padding: 3px;
  bottom: -4px;
  left: calc(50% - 16px);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1480px) {
  .card-content-attr .attr-popup {
    right: -38px;
    left: unset;
  }

  .card-content-attr .attr-popup::after {
    left: calc(92% - 16px);
  }
}

@media only screen and (max-width: 1040px) {
  .card-content-attr .attr-popup {
    width: 340px;
    font-size: 10px;
    top: -124px;
  }

  .card-content-attr .attr-popup::after {
    left: calc(90% - 18px);
  }
}

@media only screen and (max-width: 382px) {
  .card-content-attr .attr-popup {
    width: 270px;
    font-size: 10px;
    top: -140px;
    left: -10px;
  }

  .card-content-attr .attr-popup::after {
    left: calc(50% - 18px);
  }
}

.card-content-attr .attr-popup p {
  text-align: center;
  margin-bottom: 0;
}

.card-content-attr .attr-popup p:not(:last-of-type) {
  margin-bottom: 20px;
}

.card-content-attr:not(:last-of-type) {
  margin-right: 28px;
}

.attr-heading p {
  font-size: 14px;
  margin-bottom: 0;
  color: #132a3a;
  opacity: 70%;
  font-weight: 500;
}

.attr-heading:first-of-type p {
  margin-right: 8px;
}

.card-content-attr .trading-days {
  display: flex;
}

.trading-days .attr-content {
  display: flex;
  position: relative;
}

.attr-content .progress {
  display: flex;
  max-width: 152px;
  align-items: center;
}

.attr-content .progress:not(:last-of-type) {
  margin-right: 16px;
}

.attr-content .progress p {
  font-size: 12.8px;
  color: #507085;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 8px;
}

.attr-content .progress .progress-info-circle {
  min-width: 58px;
  height: 58px;
}

.attr-content .progress .progress-info-circle p {
  margin-bottom: 0;
  width: 50px;
  max-width: 100%;
  font-size: 10px;
  padding-top: 20px;
  text-align: center;
}

.attr-content .progress.black .progress-info-circle p span,
.attr-content .progress.green .progress-info-circle p span {
  font-weight: 700;
  font-size: 14px;
}

.attr-content .progress .progress-bar {
  position: absolute;
  width: 58px;
}

.attr-content .progress .progress-bar .progress-bg {
  fill: none;
  stroke: #f2f4f7;
  stroke-width: 4px;
}

.attr-content .progress .progress-bar .progress-circle {
  fill: none;
  stroke-width: 4px;
  animation: progress 1s ease-out forwards;
}

.attr-content .progress.black .progress-bar .progress-circle {
  stroke: #132a3a;
}

.attr-content .progress.black .progress-info-circle p span {
  color: #132a3a;
}

.attr-content .progress.green .progress-bar .progress-circle {
  stroke: #10d48e;
}

.attr-content .progress.green .progress-info-circle p span {
  color: #10d48e;
}

.card-content-attr.info img {
  cursor: pointer;
  margin-left: 6px;
  margin-top: -3px;
}

.track-card-footer {
  padding: var(--verticalPadding) var(--horizontalPadding);
  border-top: 1px solid var(--frost5);
  align-items: center;
}

.track-card-footer .card-footer-right div {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.track-card-footer .card-footer-right div a {
  text-align: end;
}

.track-card-footer .card-footer-right div button.delete-account {
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #b42318;
  text-decoration: underline;
  display: flex;
  justify-content: end;
  margin-top: 14px;
}

.track-card-footer .card-footer-left {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.track-card-footer .card-footer-left button {
  height: max-content;
}

.track-card-footer a {
  color: #2d4353;
  font-weight: 700;
}

.track-card-footer .subscription-status {
  font-size: 14px;
  color: #f79009;
  margin-bottom: 0;
}

.track-card-footer .track-resets {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.track-card-footer .track-resets .track-resets-available {
  font-size: 12px;
  margin-top: 0.5rem;
}

.card-data.status {
  text-align: right;
}

.card-data.difference {
  text-align: right;
  margin-left: auto;
}

.card-data .progress-header {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: end;
}

.badge {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 8px 2px 8px;
  color: #067647;
  border: 1px solid #abefc6;
  display: inline-flex;
  gap: 6px;
  white-space: nowrap;
  background: #ecfdf3;
  border-radius: 16px;
}

.badge.dot {
  padding: 4px 12px 2px 10px;
}

.badge.dot:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 16px;
  background: var(--greenDot);
  margin-top: 5px;
}

.badge.dot.red:before {
  background: var(--redDot);
}

.badge.dot.amber:before {
  background: var(--amberDot);
}

.badge.dot.blue:before {
  background: var(--blueDot);
}

.badge.red {
  background: rgba(235, 87, 87, 0.1);
  color: #eb5757;
}

.badge.blue {
  background: rgba(0, 122, 255, 0.1);
  color: #007aff;
}

.card-data .progress-header > .badge {
  margin-top: -8px;
  margin-bottom: 6px;
}

.badge.icon.green svg {
  transform: rotate(180deg);
}

.card-data h4,
.attr-content h4 {
  --textColor: var(--tfyNavy);
  color: var(--textColor);
}

.card-data h4.green,
.attr-content h4.green {
  --textColor: var(--greenText);
}

.card-data h4.red,
.attr-content h4.red {
  --textColor: var(--redText);
}

.card-data h4.amber,
.attr-content h4.amber {
  --textColor: var(--amberText);
}

.badge.icon svg {
  width: 1rem;
  height: 1rem;
}

.badge.icon {
  gap: 2px;
  padding-left: 6px;
}

.badge.icon.green svg path {
  stroke: var(--greenDot);
}

.badge.icon.red svg path {
  stroke: var(--redDot);
}

.badge.icon.amber svg path {
  stroke: var(--amberDot);
}

.badge {
  border-color: var(--greenBorder);
  background: var(--greenBg);
}

.badge.red {
  border-color: var(--redBorder);
  background: var(--redBg);
}

.badge.amber {
  border-color: var(--amberBorder);
  background: var(--amberBg);
}

.badge.blue {
  border-color: var(--blueBorder);
  background: var(--blueBg);
}

.badge.red {
  color: var(--redText);
}

.badge.amber {
  color: var(--amberText);
}

.underlined-button {
  color: var(--navy80);
  text-decoration: underline;
  font-size: 14px;
}
 
.tertiary-button {
  background: #ffffff;
  text-align: center;
  border: 1px solid var(--frost5);
  border-radius: 8px;
  padding: 8px 16px 6px 16px;
  gap: 8px;
  align-items: center;
  display: inline-flex;
  color: var(--navy80);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.tertiary-button.has-resets {
  border-color: var(--greenBorder);
  background: var(--greenBg);
  color: #067647;
  border-width: 2px;
}

.tertiary-button.has-resets:focus,
.tertiary-button.has-resets:hover,
.tertiary-button.has-resets:active {
  border-color: #10d48e;
  background: #10d48e;
  color: #ffffff;
  border-width: 2px;
}

.tertiary-button:focus,
.tertiary-button:hover,
.tertiary-button:active {
  background: rgba(19, 42, 58, 0.1);
}

.tertiary-button svg {
  width: 1.25rem;
}

.secondary-button {
  background: #ffffff;
  text-align: center;
  border: 1px solid var(--frost5);
  border-radius: 8px;
  padding: 8px 16px 6px 16px;
  font-weight: bold;
  gap: 8px;
  align-items: center;
  display: inline-flex;
  color: var(--tfyNavy);
  border: 2px solid var(--tfyNavy);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.secondary-button.disabled {
  display: none;
}

.secondary-button:focus,
.secondary-button:hover,
.secondary-button:active {
  background: var(--tfyNavy);
  color: #ffffff;
}

.secondary-button span {
  margin-bottom: -2px;
}

.secondary-button:hover svg path {
  transition: all 0.3s ease-in-out;
}

.secondary-button:hover svg path,
.secondary-button:focus svg path,
.secondary-button:active svg path {
  stroke: #ffffff;
}

.dashboard-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.resets-available {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.resets-available .dot {
  width: 12px;
  height: 12px;
  border-radius: 24px;
  background: var(--greenDot);
  margin-top: -4px;
}

.resets-available .dot.red {
  background: var(--redDot);
}

.resets-available .dot.amber {
  background: var(--amberDot);
}

.resets-available a,
.resets-available span {
  color: var(--navy80);
}

.resets-available a {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.track-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  place-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 998;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 1.5rem;
  border: 1px solid #888;
  width: 480px;
  margin: auto;
  max-width: calc(100vw - 2rem);
  background: #ffffff;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
  border-radius: 12px;
  z-index: 999;
}

.view-details-modal .modal-content {
  max-width: 1100px;
  width: 100%;
  padding: 0;
}

.view-details-modal .modal-content .m-header {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 24px 32px;
}

.view-details-modal .modal-content .m-header .header-col-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-details-modal .modal-content .m-header .header-col-one .close {
  display: none;
}

.view-details-modal .modal-content .m-header .header-col-one h1 {
  margin-top: 0;
  margin-bottom: 0px;
  color: #141414;
  font-weight: 700 !important;
  font-size: 32px !important;
}

.view-details-modal .modal-content .m-header .header-col-one p{
  font-weight: 400;
  font-size: 14px;
  color: #132A3AB3;
}

.view-details-modal .modal-content .m-header .header-col-two {
  display: flex;
  align-items: center;
  gap: 32px;
}

.view-details-modal .modal-content .m-header .header-col-two .col-one{
  display: flex;
  flex-direction: column;
  align-items: end;
}

.view-details-modal .modal-content .m-header .header-col-two .col-one p {
  font-size: 14px;
  font-weight: 500;
  color: #132A3A;
  text-align: right;
  margin-bottom: 4px;
}

.view-details-modal .modal-content .m-header .header-col-two .col-one span {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  color: #1E445CCC;
}

.view-details-modal .modal-content .m-header .header-col-two .col-one span::before {
  content: "";
  display: inline-block;
  position: relative;
  left: -6px;
  height: 6px;
  width: 6px;
  background-color: #10D48E;
  border-radius: 50%;
  top: -2px;
}


.view-details-modal .modal-content .m-header .header-col-two .col-two {
  max-height: 48px;
}

.view-details-modal .modal-content .m-header .header-col-two .col-two .close {
  max-height: 48px;
  display: block;
}

.view-details-modal .modal-content .m-content {
  position: relative;
}

.view-details-modal .modal-content .m-content iframe {
  background-color: transparent;
}

.view-details-modal .modal-content .m-footer {
  display: flex;
  justify-content: space-between;
  padding: 26px 64px 26px 64px;
}

.view-details-modal .modal-content .m-footer .footer-col-one {
  display: flex;
  align-items: center;
}

.view-details-modal .modal-content .m-footer .footer-col-one button,
.view-details-modal .modal-content .m-footer .footer-col-one a {
 color: #2D4353CC;
 font-weight: 700;
 border: none;
 text-decoration: underline;
 font-size: 12px;
 background-color: transparent;
 width: max-content;
 height: max-content;
 cursor: pointer;
}

@media screen and ( max-width: 884px ) {
  .view-details-modal .modal-content .m-header {
    flex-direction: column;
  }

  .view-details-modal .modal-content .m-header .header-col-one .close {
    display: block;
  }
  

  .view-details-modal .modal-content .m-header .header-col-two .col-one {
    align-items: start;
  }

  .view-details-modal .modal-content .m-header .header-col-two {
    justify-content: space-between;
  }

  .view-details-modal .modal-content .m-header .header-col-two .col-two .close {
    display: none;
  }

  .view-details-modal .modal-content .m-header .header-col-two .col-one p,
  .view-details-modal .modal-content .m-header .header-col-two .col-one span {
    text-align: left;
  }


  .view-details-modal .modal-content .m-header .header-col-two .col-two {
    position: relative;
    top: -48px;
  }
 
}

@media screen and ( max-width: 560px ) {
  .view-details-modal .modal-content .m-header {
    padding: 16px;
  }

  .view-details-modal .modal-content .m-header .header-col-one h1{
    font-size: 24px !important;
  }

  .view-details-modal .modal-content .m-header .header-col-two .col-one p {
    font-size: 14px;
  }

  .view-details-modal .modal-content .m-header .header-col-two .col-one span {
    font-size: 12px;
  }

  .view-details-modal .modal-content .m-footer {
    flex-direction: column;
    padding: 16px;
  }

  .view-details-modal .modal-content .m-footer .footer-col-one {
    justify-content: center;
    padding: 16px 0;
    margin-bottom: 16px;
  }

  .view-details-modal .modal-content .m-footer .footer-col-two button {
    width: 100%;
  }
}

#buy-resets-modal .m-footer button {
  width: auto;
}

span.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

span.close:hover,
span.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-content h2 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 2em;
}

.modal .modal-content p {
  color: var(--navy80);
}

.modal .modal-footer {
  display: flex;
  justify-content: end;
  gap: 1rem;
}
 /* https://www.figma.com/design/KgbYROtg21AlDwWu1tuzBp/Tradeify---High-Fidelity?node-id=2900-261583&node-type=frame&t=hi4XUf7ybA8ZlNpd-0 */
.modal .modal-footer button,
.modal .modal-footer div.reset-button-container,
.modal .modal-footer div.delete-button-container {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.mobile-menu #menu-dashboard-menu-1 li a:not(:empty):before {
  display: none;
}

/* https://www.figma.com/design/KgbYROtg21AlDwWu1tuzBp/Tradeify---High-Fidelity?node-id=2900-261583&node-type=frame&t=hi4XUf7ybA8ZlNpd-0umn */
.mobile-menu #menu-dashboard-menu-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.my-account-header {
  order: -1;
  margin-bottom: 1rem;
  margin-top: 1rem !important;
}

.lost_reset_password {
  padding: 2rem 1.5rem 0.5rem 1.5rem;
  background: #ffffff;
  border-radius: 12px;
}

.woocommerce.ct-woo-unauthorized .col2-set {
  grid-template-columns: 1fr;
}

.woocommerce.ct-woo-unauthorized .col2-set .col-1 {
  width: 100%;
  padding-inline-end: 0px;
  border: 0px;
  background: #ffffff;
  border-radius: 12px;
}

.woocommerce.ct-woo-unauthorized .col2-set .col-2 {
  display: none;
}

.woocommerce.ct-woo-unauthorized .col2-set form {
  padding: 8px 32px 24px 32px;
}

.woocommerce.ct-woo-unauthorized .col2-set form button[type="submit"],
.woocommerce.ct-woo-unauthorized .col2-set form .button {
  width: 100%;
}

.ct-woo-unauthorized .woocommerce-LostPassword {
  text-align: center;
}

.woocommerce-account .no-access > h1,
.woocommerce-account .no-access > p {
  display: none;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.logo-container {
  width: 100% !important;
  max-width: 100% !important;
}

#tfy-coupons {
  margin-top: -20px;
}

#tfy-coupons form.checkout_coupon {
  display: flex;
  width: 100%;
  max-width: 480px;
}

#tfy-coupons form.checkout_coupon p.form-row-first {
  width: 100%;
}

#tfy-coupons form.checkout_coupon p.form-row-first input {
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}

#tfy-coupons form.checkout_coupon p.form-row-last button.button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Pricing */
#pricing.pricing-cols {
  width: 760px;
  max-width: 100%;
}

.pricing-col {
  --horizontalPadding: 1rem;
  --verticalPadding: 1rem;
  border-radius: 12px;
  box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.16);
  margin: 0px !important;
  overflow: hidden !important;
}

.pricing-header,
.pricing-content {
  padding: var(--verticalPadding) var(--horizontalPadding);
}

.pricing-col .wp-block-separator:not(.is-style-dots) {
  height: 1px;
}

.pricing-header img {
  width: 32px;
  height: 32px;
}

.pricing-header-row {
  align-items: center;
}

.pricing-header-row .pricing-name {
  margin-bottom: -8px !important;
}

.pricing-col .price-headline {
  margin-bottom: -8px !important;
}

.pricing-col .price-headline span {
  font-size: 14px !important;
  color: #475a67 !important;
  font-weight: normal !important;
}

/* Pricing */
#pricing.pricing-cols {
  width: 760px;
  max-width: 100%;
}

.pricing-col {
  --horizontalPadding: 1rem;
  --verticalPadding: 1rem;
  border-radius: 12px;
  box-shadow: 2px 4px 24px 0px rgba(0, 0, 0, 0.16);
  margin: 0px !important;
  overflow: hidden !important;
}

.pricing-header,
.pricing-content {
  padding: var(--verticalPadding) var(--horizontalPadding);
}

.pricing-col .wp-block-separator:not(.is-style-dots) {
  height: 1px;
}

.pricing-header img {
  width: 32px;
  height: 32px;
}

.pricing-header-row {
  align-items: center;
}

.pricing-header-row .pricing-name {
  margin-bottom: -8px !important;
}

.pricing-col .price-headline {
  margin-bottom: -8px !important;
}

.pricing-col .price-headline span {
  font-size: 14px !important;
  color: #475a67 !important;
  font-weight: normal !important;
}

/* HELP CENTER */
.tfy-tabs-container nav button {
  display: block;
}

.stage .wp-block-column .wp-block-column:not(:first-child) {
  margin-left: 0px;
}

.stage .wp-block-column.stage-col-2 {
  margin-left: 0px;
}

.stage .wp-block-columns > .wp-block-column:first-child figure img {
  height: 2rem;
}

.hero-video.how-works video {
  border-radius: 16px;
}

/* TRADEOVATE CREDENTIALS BANNER */
.tradovate-banner {
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  background: var(--tfyNavy);
  border-radius: 12px;
  color: #ffffff;
  align-items: center;
  gap: 1rem;
}

.tradovate-banner .tradovate {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tradovate-banner img {
  width: 120px;
}

.tradovate-banner .tradovate p {
  margin-bottom: 0px !important;
  font-size: 14px;
  opacity: 0.84;
}

.tradovate-banner .credentials-wrap,
.tradovate-banner .credentials {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.tradovate-banner .credentials-wrap button.tradesage-journal {
  min-width: 156.58px;
  border: 2px solid #10D48E;
}

.tradovate-banner .credentials-wrap button.tradesage-journal::after {
  content: "";
  background: #10D48E;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
}

.tradovate-banner .credentials-wrap button.tradesage-journal .btn-name::before {
  content: "";
  background: #32D59566;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
}

.tradovate-banner .credentials .card-data > p,
.tradovate-banner .credentials .card-data > div:first-child > p {
  color: #ffffff;
  opacity: 0.84;
}

.tradovate-banner .credentials .card-data h5 {
  color: #10d48e;
}

.tradovate-banner ::selection {
  background: #ffffff !important;
  color: #132a3a !important;
}

.tradovate-banner ::-moz-selection {
  background: #ffffff !important;
  color: #132a3a !important;
}

.button.white {
  background: #ffffff;
  color: #132a3a;
  letter-spacing: 0.025em;
  padding: 12px 16px 10px 16px;
  align-self: center;
}

.button.white:hover {
  border-color: var(--button-border-hover-color);
  color: var(--buttonTextHoverColor);
  background-color: var(--buttonHoverColor);
}

/* RESPONSIVE */

@media only screen and (max-width: 990px) {
  #tradeifyDashboard .dashboard-header {
    flex-direction: column;
  }

  #tradeifyDashboard .dashboard-header h1 {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 668px) {
  #tradeifyDashboard .dashboard-header {
    flex-direction: column;
  }

  #tradeifyDashboard .dashboard-header h1 {
    text-align: center;
  }

  #tradeifyDashboard .dashboard-header .track-buttons {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .tradovate-banner {
    flex-direction: column;
    padding: 1rem;
    gap: 2rem;
  }

  .tradovate-banner .credentials-wrap {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .tradovate-banner .credentials-wrap,
  .tradovate-banner .credentials {
    gap: 2rem;
  }

  .tradovate-banner .credentials {
    width: 100%;
  }

  .tradovate-banner .button.white {
    width: 100%;
  }

  .woocommerce.ct-woo-unauthorized .col2-set form {
    padding: 8px 24px 16px 24px;
  }

  .woocommerce.ct-woo-unauthorized .col2-set {
    width: calc(100% - 2rem);
    margin: auto;
  }

  .header-dashboard-logo img {
    margin-top: -2px;
  }

  .page-template-page-dashboard-new #main .ct-container-full {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  #tradeifyDashboard .dashboard-header {
    display: block;
  }

  #tradeifyDashboard .h2 {
    margin-bottom: 1rem;
    font-size: 24px;
  }

  .track-buttons {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .track-buttons button {
    width: auto;
  }

  #tradeifyDashboard .track-card-container {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 500px) {
  .card-container,
  .tfy-checkout {
    padding: 1rem 1rem 4rem 1rem;
  }

  .card .card-header h1,
  .card .card-header h2,
  .terms-header,
  .woocommerce.ct-woo-unauthorized .u-columns h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .woocommerce.ct-woo-unauthorized .u-columns h2 {
    padding: 24px 24px 24px 16px;
  }

  .card {
    --padding: 1.5rem;
  }

  .stepper {
    --circle-size: 2rem;
    --spacing: 1rem;
  }

  li.step:not(:last-child):after {
    top: calc(var(--circle-size) / 2);
  }

  .step h3 {
    font-size: 14px;
  }

  .woocommerce .woocommerce-checkout-payment {
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce .woocommerce-checkout-payment .place-order {
    padding: 0px;
  }

  .sign-up-footer {
    padding: 44px 2rem 2rem 2rem;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
  }

  .sign-up-footer.mobile-only {
    display: flex !important;
  }

  .woocommerce-order-received table {
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
  }

  .woocommerce-order-received
    tr.order.woocommerce-orders-table__row.woocommerce-orders-table__row--status-active {
    display: block;
  }

  #apiResult .notice {
    bottom: 6rem;
  }

  .mobile-hidden {
    display: none !important;
  }

  .logo-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2rem;
  }

  .wp-block-columns.mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .wp-block-columns.navy-bg:before {
    width: 119vw;
    height: 80%;
    top: 29%;
  }

  .entry-content .wp-block-column > h2:first-child {
    margin-top: 1rem !important;
  }

  .banner .cta-form-container {
    margin-top: 1.75rem;
  }

  .mobile-reverse .circles:after {
    content: none;
  }

  .banner:after {
    left: 20px;
  }

  .wp-block-columns.navy-bg.extended:before {
    width: 146vw;
    height: 90%;
    top: 15%;
  }

  .hero:before {
    width: 33px;
    height: 33px;
    top: 12%;
    left: -12%;
    border-width: 6px;
  }

  .hero:after {
    top: 36%;
    right: -20%;
    border-width: 8px;
    width: 62px;
    height: 62px;
  }

  .icon-grid .wp-block-columns {
    justify-content: space-between !important;
  }

  .icon-grid .wp-block-column {
    flex-basis: 47% !important;
  }

  .icon-grid figure img {
    border-radius: 0px !important;
    height: 54px;
    width: auto;
  }

  .icon-grid h4,
  .icon-grid h3 {
    font-size: 1rem;
  }

  .message-container.mobile-reverse {
    flex-direction: row !important;
  }

  .wp-block-column:first-child .message-container.mobile-reverse {
    margin: 2.5rem auto 4rem auto !important;
  }

  .message-container.mobile-reverse .message {
    border-radius: 8px 8px 1px 8px;
  }

  .message-container.mobile-reverse .message-profile {
    margin-left: 1rem;
    margin-right: intial;
  }

  .hero h1 + .message-container {
    margin-top: 2rem !important;
  }

  .stage
    .wp-block-column
    .wp-block-columns
    .wp-block-column:first-child
    p:last-child {
    margin-bottom: 0px;
  }

  .stage .wp-block-columns > .wp-block-column:last-child {
    margin-top: 0px !important;
  }

  .login-card {
    padding: 3rem 0.75rem 1.5rem 0.75rem;
  }

  .toggle-container {
    width: 100% !important;
  }

  .dashboard-avatar .avatar {
    max-width: 24px;
  }

  #mepr-account-nav {
    display: flex;
    flex-direction: column;
  }

  #mepr-account-nav .mepr-nav-item {
    margin: 0.25rem 0px;
  }

  #mepr-account-nav .mepr-active-nav-tab {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  #mepr-account-subscriptions-table tbody tr:last-child {
    border-bottom: none;
  }

  .upgrade-banner {
    padding-bottom: 2rem;
  }

  .upgrade-banner h2 {
    font-size: 1.3rem;
  }

  .upgrade-banner ul.flex {
    flex-direction: column;
  }

  .navy-bg.extended.tabs-section h2 {
    font-size: 1.6rem;
  }

  .full-navy-bg .normal-font-size .toggle-container:last-child .toggle {
    margin-bottom: 0px !important;
  }

  .full-navy-bg .normal-font-size {
    grid-gap: 0px;
  }
}

@media only screen and (min-width: 500px) {
  .upgrade-banner .premium-benefits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }

  .hero h2 {
    font-size: 18px;
    max-width: 566px !important;
  }

  h2.margin-top {
    margin-top: 9rem !important;
  }

  .cta-form-container {
    margin-top: 2.25rem;
  }

  .cta-form-container:not(.stacked) .cta-form {
    display: flex;
    margin-bottom: 1.25rem;
  }

  .cta-form-container:not(.stacked) .cta-form input.email {
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
  }

  .cta-form-container:not(.stacked) .cta-form input.button {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    width: auto;
  }

  .logo-container {
    padding-left: 1rem;
  }

  .message-profile {
    margin-bottom: -41px;
  }

  .message-profile img {
    width: 80px;
    height: 80px;
    border-radius: 1000px;
  }

  .message-container,
  [class*="_inner-container"] > .message-container:first-child {
    margin-top: 3rem !important;
  }

  .pricing-card .cta-form-container.stacked .cta-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }

  .wp-block-columns.navy-bg {
    margin-top: 12rem;
    margin-bottom: 14rem !important;
  }

  .wp-block-columns.navy-bg.tabs-section {
    margin-bottom: 9rem !important;
  }

  .default-margin {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .wp-block-columns.navy-bg.extended.default-margin {
    margin-top: 21rem;
  }

  .wp-block-columns.navy-bg.extended:before {
    width: 135%;
    right: -5%;
    left: initial;
  }

  .navy-bg .pricing-card {
    margin-top: -32%;
  }

  .pricing-card {
    padding: 2rem 4rem;
  }

  .banner {
    padding: 4.5rem 6.5rem 3rem 6.5rem;
  }

  .banner .cta-form-container {
    margin-top: 3rem;
  }

  .registration-grid {
    display: flex;
  }

  .registration-grid .registration-benefits {
    width: 33%;
  }

  .registration-grid .registration-benefits.circles:before,
  .registration-grid .registration-benefits.circles:after {
    display: none;
  }

  .registration-grid .tfy-checkout {
    padding: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .registration-grid .tfy-checkout.circles:before {
    top: -30px;
    left: -30px;
  }

  .registration-grid .tfy-checkout.circles:after {
    left: -25px;
    bottom: -140px;
  }

  .registration-form-card {
    width: 100%;
    margin-left: 6rem;
  }

  .wpforms-confirmation-container {
    font-size: 18px;
  }

  .mp_wrapper .mp-form-row.mepr_first_name,
  .mp_wrapper .mp-form-row.mepr_last_name {
    width: 47.5% !important;
    display: inline-block;
  }

  .mp_wrapper .mp-form-row.mepr_first_name {
    margin-right: 4%;
  }

  table thead tr th:first-child {
    border-top-left-radius: 4px;
  }

  table thead tr th:last-child {
    border-top-right-radius: 4px;
  }

  table tbody tr:last-child td:first-child,
  table tfoot tr:last-child th:first-child {
    border-bottom-left-radius: 4px;
  }

  table tbody tr:last-child td:last-child,
  table tfoot tr:last-child th:last-child {
    border-bottom-right-radius: 4px;
  }

  .full-navy-bg.default-margin {
    margin-top: 13rem !important;
  }
}

@media only screen and (min-width: 500px) and (max-width: 980px) {
  .pricing-card {
    padding: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  .shepherd-modal-is-visible.shepherd-modal-overlay-container {
    display: none !important;
  }

  .hero:before {
    width: 66px;
    height: 66px;
    top: 19%;
    left: -11%;
  }

  .hero:after {
    top: 68%;
    right: -13%;
  }

  .stage > div > .wp-block-columns {
    flex-direction: column;
  }

  .stage > div > .wp-block-columns > .wp-block-column:last-child {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .registration-benefits {
    display: none;
  }

  .mobile-only {
    display: block !important;
  }

  .registration-logo.mobile-only {
    margin-bottom: 2rem;
  }

  .registration-terms.mobile-only {
    margin-top: 2rem;
  }

  .registration-form-card {
    padding: 2.5rem 2rem;
  }

  .registration-grid {
    display: block;
  }

  .registration-grid .registration-form-card {
    margin-left: 0px;
  }

  .registration-form-card.circles:before,
  .registration-form-card.circles:after {
    content: none;
  }

  .default-margin.stage {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .wp-block-group.stage:nth-of-type(even):before {
    height: 128%;
    top: -10%;
  }

  .dashboard-flex {
    margin-top: 2rem;
  }

  .max-w-1120.margin-top {
    margin-top: 0px;
  }

  .navy-bg.extended.tabs-section {
    margin-top: 8rem;
  }

  .tabs-section .tfy-tabs-container {
    display: block;
  }

  .tfy-tabs-container nav {
    display: none;
  }

  .tabs-section .tfy-tabs-container .tab-content {
    opacity: initial;
    height: initial;
    visibility: visible;
    pointer-events: all;
  }

  .tabs-section .tfy-tabs-container .tab-content:not(:first-child) h3 {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .tfy-checkout #tfy-checkout-back {
    margin-top: -1rem;
  }

  .tfy-checkout .after-trial {
    margin-top: 0px;
    font-size: 16px;
  }

  .registration-grid .registration-benefits {
    width: 35%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #mobile-trade-now {
    display: block;
  }

  .page-template-page-dashboard.logged-in .woocommerce:not(.ct-woo-account) {
    max-width: 100% !important;
    width: 100%;
    max-height: 90vh;
    top: initial;
    bottom: -1.5rem;
    left: 0px;
    transform: translateY(100%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .page-template-page-dashboard.logged-in
    .woocommerce:not(.ct-woo-account).open {
    transform: translateY(0);
  }
}

@media only screen and (min-width: 500px) and (max-width: 1023px) {
  .registration-benefits p {
    font-size: 14px;
  }

  #dashboard-header-container-mobile .site-branding.tablet-only {
    display: block;
  }

  #dashboard-header-container a.button {
    display: none;
  }

  #dashboard-header .site-branding img {
    margin-top: -0.5rem;
    max-width: 100px;
  }
}

@media only screen and (min-width: 900px) {
  .hero h2 {
    font-size: 20px;
  }

  .dashboard-flex {
    display: flex;
  }

  button.checkout-close {
    right: 2rem;
    top: 2rem;
  }

  #dashboard-menu {
    display: flex;
    flex-direction: column;
    width: 275px;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    border-radius: 0px 12px 12px 0px;
    background: #132a3a;
    color: #ffffff;
    margin: 0px;
    padding: 4.5rem 45px 60px 45px;
    overflow-y: auto;
  }

  #dashboard-content {
    padding: 4.5rem 5rem 3.5rem 3rem;
    max-width: 100%;
    width: calc(100% - 275px);
    margin-left: 275px;
    min-height: 100vh;
  }

  .sidebar-logo {
    max-width: 148px;
    margin: 0px 30px 3rem auto;
    display: block;
  }

  .sidebar-cta,
  .sidebar-cta.alt-button {
    margin-top: auto;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  #dashboard-menu ul li {
    margin-bottom: 2rem;
  }

  #mepr_account_form {
    max-width: 500px;
  }

  .woocommerce-order-received section.woocommerce-order-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
  }

  .woocommerce-order-received
    section.woocommerce-order-details
    .woocommerce-order-details__title {
    order: 0;
  }

  .woocommerce-order-received section.woocommerce-order-details header {
    order: 1;
  }

  .woocommerce-order-received
    section.woocommerce-order-details
    .woocommerce-table--order-details {
    background: #ffffff;
    max-width: 600px;
    order: 2;
  }

  .woocommerce-order-received
    section.woocommerce-order-details
    .woocommerce-MyAccount-subscriptions {
    order: 3;
    align-self: baseline;
    background: #ffffff;
  }

  body.woocommerce-order-pay #order_review {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .woocommerce form.woocommerce-checkout {
    grid-template-columns: 1.5fr 1fr;
    gap: 5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .stage .wp-block-column .wp-block-column:not(:first-child) {
    margin-left: 2rem;
  }

  .hero-illustration:before {
    background-image: url('data:image/svg+xml,%3Csvg width="1440" height="204" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M-33 199.467c141.038-139.75 490.544-211.173 967-32.5 143 42 220.5-49.499 331.5-76.5 111-27 138-116.5 221-72.5" stroke="%2310D48E" stroke-width="12"/%3E%3Cg filter="url(%23filter0_d)"%3E%3Crect x="48.853" y="85.355" width="68" height="68" rx="6.044" transform="rotate(-4.64 48.853 85.355)" fill="%23fff"/%3E%3C/g%3E%3Cpath d="M83.902 95.397c5.886-.478 11.053 3.913 11.53 9.8.478 5.886-3.913 11.053-9.799 11.531-5.886.477-11.053-3.914-11.531-9.8-.478-5.886 3.913-11.053 9.8-11.531z" fill="%2310D48E"/%3E%3Cpath d="M84.333 102.55a.185.185 0 01.299-.024l4.736 5.554a.185.185 0 01-.125.304l-8.516.692a.185.185 0 01-.173-.281l3.779-6.245z" fill="%23fff"/%3E%3Cpath d="M72.107 132.114l.164 2.016 1.101-.089-.163-2.017 2.055-.166-.087-1.073-2.055.167-.162-1.986-1.101.089.161 1.987-2.055.167.087 1.072 2.055-.167zM76.428 134.842l5.42-.44-.09-1.092-3.707.301 1.67-1.63c.632-.616 1.075-1.137 1.328-1.563.251-.436.36-.94.314-1.501-.056-.688-.348-1.229-.874-1.612-.527-.393-1.174-.558-1.93-.496-.66.053-1.217.266-1.67.65-.445.382-.723.86-.835 1.434l1.119.364c.24-.831.728-1.276 1.465-1.336.856-.07 1.423.449 1.483 1.186.028.344-.046.657-.22.949-.175.281-.51.675-.995 1.159l-2.563 2.575.085 1.052zM81.979 128.065l.635.879 1.647-1.183.52 6.403 1.21-.098-.626-7.701-1.15.093-2.236 1.607zM87.478 133.133a.865.865 0 00.925.786.859.859 0 00.786-.925.855.855 0 00-.926-.796.862.862 0 00-.785.935zM92.861 133.597c.787-.064 1.438-.344 1.94-.85.504-.507.73-1.149.666-1.925-.058-.718-.342-1.289-.842-1.714-.5-.425-1.138-.611-1.895-.549-.6.049-1.098.267-1.483.645l.127-2.228 3.383-.275-.089-1.091-4.298.349-.25 4.109 1.067.339c.357-.475.822-.73 1.402-.777.855-.07 1.557.408 1.63 1.313.036.432-.084.789-.368 1.069-.274.28-.627.437-1.06.472-.738.06-1.3-.271-1.684-.992l-.996.665c.56 1.054 1.57 1.536 2.75 1.44zM99.462 126.894a1.653 1.653 0 00-.612-1.188 1.671 1.671 0 00-1.27-.412 1.67 1.67 0 00-1.188.611c-.307.372-.441.789-.402 1.271.039.481.239.871.601 1.188.372.317.79.451 1.271.412a1.67 1.67 0 001.188-.611 1.67 1.67 0 00.412-1.271zm3.415-1.951l-1.151.094-4.39 8.108 1.16-.094 4.381-8.108zm-5.217 1.345a.757.757 0 01.818.686.759.759 0 01-.697.809.75.75 0 01-.12-1.495zm4.689 3.005c-.482.039-.881.24-1.198.612a1.695 1.695 0 00-.401 1.27c.039.482.239.871.611 1.188a1.7 1.7 0 001.27.402c.482-.04.871-.24 1.179-.601a1.67 1.67 0 00.411-1.271 1.669 1.669 0 00-.611-1.188 1.632 1.632 0 00-1.261-.412zm.716 2.229c-.262.308-.744.347-1.072.087a.757.757 0 01-.086-1.053.745.745 0 011.072-.087.757.757 0 01.086 1.053z" fill="%23000"/%3E%3Cg filter="url(%23filter1_d)"%3E%3Crect x="1286.48" y="31" width="68.001" height="68.001" rx="6.045" transform="rotate(2.095 1286.48 31)" fill="%23fff"/%3E%3C/g%3E%3Cpath d="M1319.33 66.47c-5.9-.217-10.51-5.184-10.3-11.085.22-5.902 5.18-10.518 11.09-10.303 5.9.216 10.51 5.183 10.3 11.085-.22 5.902-5.18 10.518-11.09 10.302z" fill="%23E34F4F"/%3E%3Cpath d="M1319.65 60.065c-.07.1-.23.094-.3-.01l-4.05-6.072c-.08-.126.01-.293.16-.288l8.54.312c.15.006.23.18.14.299l-4.49 5.76z" fill="%23fff"/%3E%3Cpath d="M1303.2 80.595l3.22.118.04-1.193-3.21-.118-.05 1.193zM1306.76 77.023l.53.947 1.77-.981-.23 6.419 1.21.044.28-7.72-1.15-.043-2.41 1.334zM1311.49 83.505l5.43.199.04-1.094-3.72-.136 1.85-1.424c.7-.537 1.21-1.003 1.51-1.396.3-.404.46-.892.48-1.454.03-.69-.2-1.261-.67-1.703-.48-.452-1.1-.692-1.86-.72-.66-.024-1.24.123-1.74.45-.48.328-.82.77-.99 1.326l1.06.494c.34-.798.88-1.183 1.62-1.156.85.031 1.36.613 1.33 1.352-.01.345-.12.647-.33.916-.21.26-.59.61-1.13 1.035l-2.84 2.256-.04 1.055zM1318.11 82.938a.86.86 0 00.82.889c.48.017.88-.353.89-.826a.85.85 0 00-.82-.9.859.859 0 00-.89.837zM1320.85 83.848l5.43.198.04-1.094-3.72-.136 1.85-1.424c.71-.537 1.21-1.002 1.51-1.396.3-.404.46-.891.48-1.453.03-.69-.2-1.262-.67-1.704-.48-.452-1.1-.692-1.86-.72-.66-.024-1.24.123-1.74.45-.48.328-.82.77-.99 1.327l1.06.493c.34-.797.88-1.183 1.62-1.156.85.032 1.36.613 1.33 1.352-.01.346-.12.648-.33.917-.21.259-.59.61-1.13 1.035l-2.84 2.255-.04 1.056zM1330.92 78.153a1.65 1.65 0 00-.46-1.25c-.34-.359-.73-.541-1.22-.559-.48-.017-.89.135-1.25.468-.35.333-.53.73-.55 1.214-.01.483.14.894.46 1.251.33.358.73.54 1.21.558.49.018.9-.135 1.26-.468.35-.332.54-.73.55-1.214zm3.62-1.536l-1.15-.042-5.31 7.537 1.16.043 5.3-7.538zm-5.33.723c.42.016.74.373.73.777a.76.76 0 01-.79.722.748.748 0 01-.72-.777.746.746 0 01.78-.722zm4.3 3.534c-.48-.017-.9.135-1.26.468-.35.333-.53.73-.55 1.214-.02.483.14.894.47 1.251.33.348.73.53 1.21.548.49.018.9-.135 1.24-.458.36-.332.54-.73.56-1.214.02-.483-.13-.893-.47-1.251-.32-.357-.72-.54-1.2-.558zm.45 2.298c-.3.275-.78.258-1.08-.04a.767.767 0 01.04-1.055.751.751 0 011.08.04.76.76 0 01-.04 1.055z" fill="%23000"/%3E%3Cdefs%3E%3Cfilter id="filter0_d" x="28.167" y="59.922" width="116.163" height="116.163" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/%3E%3CfeMorphology radius=".756" in="SourceAlpha" result="effect1_dropShadow"/%3E%3CfeOffset dx=".756" dy="1.511"/%3E%3CfeGaussianBlur stdDeviation="11.333"/%3E%3CfeColorMatrix values="0 0 0 0 0.0745098 0 0 0 0 0.164706 0 0 0 0 0.227451 0 0 0 0.12 0"/%3E%3CfeBlend in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3Cfilter id="filter1_d" x="1263.06" y="10.817" width="113.83" height="113.83" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/%3E%3CfeMorphology radius=".756" in="SourceAlpha" result="effect1_dropShadow"/%3E%3CfeOffset dx=".756" dy="1.511"/%3E%3CfeGaussianBlur stdDeviation="11.333"/%3E%3CfeColorMatrix values="0 0 0 0 0.0745098 0 0 0 0 0.164706 0 0 0 0 0.227451 0 0 0 0.12 0"/%3E%3CfeBlend in2="BackgroundImageFix" result="effect1_dropShadow"/%3E%3CfeBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E');
  }

  .hero .message-container.alignright {
    margin-left: auto !important;
    margin-right: 0px !important;
  }
}

@media only screen and (max-width: 1100px) {
  .hero:before {
    width: 66px;
    height: 66px;
    top: 19%;
    left: -21%;
  }

  .hero:after {
    top: 68%;
    right: -22%;
  }
}

@media only screen and (max-width: 1650px) {
  .hero:before {
    width: 66px;
    height: 66px;
    top: 19%;
    left: -47%;
  }

  .hero:after {
    top: 68%;
    right: -49%;
  }
}

.text-center {
  text-align: center;
}

.quick-upgrade .mp_invoice .mp-table,
.quick-upgrade .mp_invoice .mp-table tbody,
.quick-upgrade .mp_invoice .mp-table tr,
.quick-upgrade .mp_invoice .mp-table td {
  border: none;
}

.quick-upgrade .mp_invoice .mp-table {
  margin: auto;
  display: grid;
  place-items: center;
}

.quick-upgrade .mp_invoice .mp-table thead,
.quick-upgrade .mp_invoice .mp-table tbody td:not(.mp-currency-cell),
.quick-upgrade .mp_invoice .mp-table tfoot,
.quick-upgrade .mp_invoice .mp_price_str > strong,
.quick-upgrade .mp_invoice .mp-spacer {
  display: none;
}

.quick-upgrade .mp_invoice .mp_price_str {
  display: block;
  flex-shrink: 0;
}

.quick-upgrade .mp_invoice {
  display: flex;
  flex-direction: column-reverse;
}

.quick-upgrade .mp_invoice tbody td.mp-currency-cell {
  font-weight: 700;
  font-size: 1.25rem;
}

.quick-upgrade .mp_invoice tbody td.mp-currency-cell:after {
  content: " today";
}

.quick-upgrade .mp_invoice .mp_price_str {
  opacity: 0.8;
  font-size: 14px;
}

.quick-upgrade .mp_invoice .mp_price_str:after {
  content: "afterwards";
}

.quick-upgrade .upgrade-form.card {
  background: #ffffff;
  padding: 2rem 4.25rem 3.5rem 4.25rem;
  box-shadow: 2px 4px 24px rgb(19 42 58 / 16%);
  border-radius: 12px;
  max-width: 95%;
  width: 800px;
  margin: auto;
  margin-top: 2rem;
}

.quick-upgrade .mp_payment_form_wrapper {
  width: 400px;
  max-width: 100%;
  margin: auto;
  margin-top: 1.5rem;
}

.quick-upgrade .mp_payment_form_wrapper input[type="submit"] {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: -1rem;
}

#dashboard-content {
  position: relative;
}

.quick-upgrade-top-bar {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 100%;
  background: #132a3a;
  color: #ffffff;
  padding: 0.5rem;
}

.quick-upgrade-top-bar > span {
  margin-right: 0.75rem;
}

.quick-upgrade-top-bar .button.quick-upgrade-btn,
.quick-upgrade-top-bar input[type="submit"] {
  font-size: 12px;
  background: #10d48e;
  padding: 11px 16px 8px 16px;
  min-height: initial;
}

.quick-upgrade-top-bar form {
  display: inline-block;
}

.quick-upgrade-top-bar form .mepr_spacer,
#dashboard-menu form .mepr_spacer,
.banner.upgrade-banner form .mepr_spacer {
  display: none;
}

.dashboard-avatar > h6 {
  margin-bottom: 4px;
}

#dashboard-menu form input[type="submit"],
.banner.upgrade-banner form input[type="submit"],
.upgrade-banner a.button,
.upgrade-banner button {
  background: #ffffff;
  color: #132a3a;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 16px 14px 16px;
}

#dashboard-menu form input[type="submit"]:hover,
.banner.upgrade-banner form input[type="submit"]:hover,
.upgrade-banner a.button:hover,
.upgrade-banner button:hover {
  border-color: var(--button-border-hover-color);
  color: var(--buttonTextHoverColor);
  background-color: var(--buttonHoverColor);
}

.tradeify div#dashboard-menu {
  border-top-right-radius: 0px;
}

@media only screen and (max-width: 900px) {
  .quick-upgrade-top-bar {
    width: 120%;
  }
}

@media only screen and (max-width: 500px) {
  .quick-upgrade .upgrade-form.card {
    padding: 2rem 2rem 2.5rem 2rem;
  }

  .quick-upgrade-top-bar {
    top: -2rem;
    padding: 1rem;
  }

  .quick-upgrade-top-bar .button.quick-upgrade-btn {
    margin-top: 1rem;
  }
}

/* WAITLIST PAGE*/

.waitlist-logo ::selection,
.waitlist-row-one ::selection,
.waitlist-row-two ::selection,
.waitlist-footer ::selection {
  background: #ffffff !important;
  color: #132a3a !important;
}

.waitlist-logo ::-moz-selection,
.waitlist-row-one h1 ::-moz-selection,
.waitlist-row-two ::-moz-selection,
.waitlist-footer ::-moz-selection {
  background: #ffffff !important;
  color: #132a3a !important;
}

.waitlist-logo {
  margin-top: 1rem;
  position: relative !important;
}

.waitlist-logo figure:after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  z-index: -1;
  border: 41px solid #10d48e;
  top: -188px;
  left: 52.7%;
  border-radius: 100%;
}

.waitlist-row-one {
  margin-top: 3rem;
}

.waitlist-row-two {
  margin-top: 8rem;
}

.waitlist-row-one h1 {
  font-size: 56px;
  font-family: "Roboto" !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700 !important;
  line-height: normal;
}

.waitlist-row-one p {
  font-size: 18px !important;
  line-height: 140%;
  font-family: "Roboto";
}

.waitlist-row-two .wp-block-video {
  position: relative;
  max-width: 100% !important;
  width: 100%;
}

.waitlist-row-two .wp-block-video video {
  border-radius: 16px;
}

.waitlist-row-two .wp-block-video:before {
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  z-index: -1;
  border: 20px solid #10d48e;
  top: -77px;
  left: -46px;
  border-radius: 100%;
}

.waitlist-row-two .wp-block-video:after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  z-index: -1;
  border: 30px solid #10d48e;
  bottom: -141px;
  right: -73px;
  border-radius: 100%;
}

.waitlist-row-two .col-one,
.waitlist-row-two .col-two {
  position: relative;
}

.waitlist-row-two .col-one:after {
  content: "";
  position: absolute;
  width: 143px;
  height: 143px;
  z-index: -1;
  border: 32px solid #10d48e;
  bottom: -137px;
  right: 23px;
  border-radius: 100%;
}

.waitlist-row-two .col-two:before {
  content: url("svg/watch-explainer.svg");
  position: absolute;
  z-index: 1;
  top: -106px;
  right: 34px;
  border-radius: 100%;
}

.waitlist-row-two {
  font-family: "Roboto" !important;
}

.waitlist-row-two .wpforms-form {
  margin-left: 0;
}

.waitlist-row-two .wpforms-form button,
.waitlist-row-two .wpforms-form input {
  padding: 20px 28px;
  height: auto;
  font-size: 20px;
  font-family: "Roboto" !important;
  color: white;
  border-color: white;
}

.waitlist-row-two .wpforms-form input {
  background-color: #132a3a;
}

.waitlist-row-two .wpforms-confirmation-container {
  width: 100%;
  padding: 1.5rem 2rem 1rem 1.5rem;
  color: white;
}

.waitlist-row-two .wpforms-form button {
  background-color: white;
  color: #132a3a;
}

.waitlist-row-two .wpforms-form button:hover {
  background-color: #10d48e;
}

.waitlist-row-two p {
  max-width: 400px;
  margin: -10px 0 0 0;
  font-size: 14px;
}

.waitlist-footer {
  margin-top: 2rem;
  font-family: "Roboto";
  font-size: 14px;
  margin-bottom: 60px !important;
}

.waitlist-footer a {
  font-family: "Roboto" !important;
}

.waitlist-footer ul:not(.menu) > li:before {
  content: unset !important;
  background: unset !important;
}

.waitlist-footer ul:not(.menu) > li:hover {
  color: #10d48e;
}

@media only screen and (max-width: 1076px) {
  .waitlist-row-one {
    margin-top: 6rem !important;
  }

  .waitlist-row-one h1 {
    font-size: 42px;
  }

  .waitlist-row-one p {
    font-size: 16px !important;
  }

  .waitlist-row-two p {
    font-size: 14px;
  }

  .waitlist-row-two .wpforms-form button,
  .waitlist-row-two .wpforms-form input {
    padding: 16px 16px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 781px) {
  .waitlist-row-two p {
    max-width: 100%;
  }

  .waitlist-row-two .wpforms-form {
    max-width: 100%;
  }

  .waitlist-row-two .col-two:before {
    top: -130px;
    right: 0px;
  }

  .waitlist-row-two .col-one {
    order: 2;
  }

  .waitlist-footer .wp-block-column {
    display: flex;
    justify-content: start;
  }

  .waitlist-footer .wp-block-column:first-child {
    order: 2;
  }
}

/* Account Filters */
.subscriptions-filter {
  position: relative;
  display: inline-block;
  min-width: 180px;
}

.subscriptions-filter button {
  min-width: 180px;
  justify-content: space-between;
  align-items: center;
}

.subscriptions-filter .filter-btn {
  border: none;
  border-radius: 0;
}

.subscriptions-filter .filter-btn:hover {
  color: #10d48e;
  background: unset;
}

.subscriptions-filter .filter-btn:focus {
  background: unset;
}

.subscriptions-filter .filter-btn.current {
  background-color: rgba(19, 42, 58, 0.1);
}

.subscriptions-filter .filter-btn:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.subscriptions-filter.open .dropdown-content {
  display: block;
}

.subscriptions-filter.open button svg {
  transform: rotate(-180deg);
  transition: 0.3s all;
}

.subscriptions-filter.open .dropdown-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.subscriptions-filter button svg {
  transform: unset;
  transition: 0.3s all;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-content a {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #10d48e;
}

/* TDY Dropdown */

.tdy-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tdy-dropdown button {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.tdy-dropdown .dropdown-content button {
  border: none;
  border-radius: 0;
}

.tdy-dropdown .dropdown-content button:hover {
  color: #10d48e;
  background: unset;
}

.tdy-dropdown .dropdown-content button:focus {
  background: unset;
}

.tdy-dropdown .dropdown-content button.current {
  background-color: rgba(19, 42, 58, 0.1);
}

.tdy-dropdown .dropdown-content button:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tdy-dropdown.open .dropdown-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.tdy-dropdown.open button svg {
  transform: rotate(-180deg);
  transition: 0.3s all;
}

.tdy-dropdown.open .dropdown-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tdy-dropdown button svg {
  transform: unset;
  transition: 0.3s all;
}

.tdy-form input {
  padding: 8px 16px 6px 16px;
  font-size: 14px;
  height: max-content;
}

/* Payout Request Form */

.payout-requests {
  position: relative;
}

.payout-requests .empty-table-notice {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-details-modal .m-content .spinner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
}

.payout-requests .btn-certificate {
  min-width: 85px;
}

.payout-requests .spinner,
.view-details-modal .spinner {
  position: absolute;
  top: 43%;
  left: 47%;
  transform: translate(-50%, -50%);
  height: 56px;
  width: 56px;
  box-sizing: border-box;
  background: conic-gradient(
    from 90deg at 50% 50%,
    rgba(39, 174, 96, 0) 0deg,
    rgba(31, 144, 255, 0) 0.04deg,
    #10d48e 360deg
  );
  border-radius: 56px;
}

.payout-requests .spinner::before,
.view-details-modal .spinner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 48px;
}

.payout-requests .spinner::after,
.view-details-modal .spinner::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  background: #10d48e;
  border-radius: 8px;
}

.spinner {
  /* previous code */
  animation: 1s rotate infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btn-spinner {
  width: 20px;
  height: 20px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: 1s rotate infinite linear;
}

#payout-request-form {
  max-width: 100%;
  display: flex;
  margin-bottom: 30px;
  min-height: 50px;
}

#payout-request-form .btn-submit {
  height: 100%;
  align-self: end;
  min-height: unset;
}

#payout-request-form .input-wrapper input,
#payout-request-form .input-wrapper button {
  height: 100%;
}

#payout-request-form .input-wrapper {
  margin-right: 30px;
  width: 30%;
  height: 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.svg-spin {
  animation: rotate 2s linear infinite; /* Adjust the duration (5s) and rotation speed here */
}

.card-data.password svg {
  vertical-align: middle;
  width: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.card-data.password svg.showpass {
  display: inline;
}

.card-data.password svg.hidepass {
  display: none;
}

.woocommerce-payout-request .woocommerce-MyAccount-content {
  position: relative;
}


/* misc fixes */
.plans-content:not(.empty) {
  flex-wrap: wrap;
  justify-content: center;
}

.plan-selector-wrapper > .plan-select-btn:not(:last-of-type) {
  margin-bottom: 0px !important;
}

.plan-selector-wrapper > .plan-select-btn {
  display: inline-flex;
  width: auto;
}
.plan-selector-wrapper .plan-select-btn svg,
.plan-selector-wrapper .plan-select-btn svg path {
  transition: inherit;
}
.plan-selector-wrapper .plan-select-btn.active svg path {
  stroke-width: 1.5;
  stroke: #2d4353;
}
.plan-selector-wrapper .plan-select-btn:hover svg path {
  stroke: #2d4353;
}

.plan-selector {
  background: #132a3a;
  padding: 0px;
}

.header-dashboard-logo img {
  margin-top: -6.5px;
}

@media only screen and (min-width: 2000px) {
  .hero-illustration:before {
    background-size: cover;
    height: 80%;
  }
}

/* Plan Comparison */

.plan-comparison-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.plan-card .badge {
  color: #067647;
  border-radius: 100px;
  display: inline-flex;
  border: 1px solid #abefc6;
  background: #ecfdf3;
  padding: 4px 8px;
  line-height: 1em;
  position: relative;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}
.plan-card .badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #17b26a;
}
.plan-card .badge.red {
  color: #b42318;
  background: #fef3f2;
  border-color: #fecdca;
}
.plan-card .badge.red::before {
  background: #f04438;
}
.plan-card p {
  color: #425561;
  font-size: 14px;
  font-weight: 500;
}
.plan-card {
  max-width: 520px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.plan-card > div,
.plan-card > .plan-definition {
  padding-left: 1rem;
  padding-right: 1rem;
}
.plan-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.plan-card h3,
.plan-card h4,
.plan-card p {
  margin: 0;
}
.plan-card hr {
  margin: 0;
  height: 1px;
  background-color: #eaecf0;
  width: 100%;
  border: none;
}

.plan-cta {
  text-align: center;
}
.plan-cta .button {
  letter-spacing: 0.02em;
  text-transform: none;
  min-width: 180px;
}
@media only screen and (max-width: 768px) {
  .plan-comparison {
    margin: 0px !important;
    width: 100% !important;
  }
  .plan-comparison-container {
    width: 100% !important;
    overflow-x: auto;
    justify-content: start;
    padding-left: 16px;
    padding-right: 16px;
    gap: 12px;
  }
  .plan-card {
    min-width: 260px;
  }
}

.funded_agreement a,
.woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}


.show-failed-accounts-wrapper input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
}

.show-failed-accounts-wrapper label {
  display: block;
  width: 60px;
  height: 30px;
  background-color: white;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

.show-failed-accounts-wrapper label::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #132a3a66;
  position: absolute;
  border-radius: 70px;
  top: 4px;
  left: 5px;
  transition: 0.5s;
}

.show-failed-accounts-wrapper input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.show-failed-accounts-wrapper input:checked + label:after {
  background-color: var(--tfyNavy);
}

.show-failed-accounts-wrapper {
  display: flex;
  align-items: center;
}

.show-failed-accounts-wrapper span {
  font-size: 12px;
  margin-right: 12px;
}

.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods {
  display: flex;
}

/* moved announcement css to the css file */

.announcement-banner * {
  margin: 0;
}

.announcement-banner {
  width: 100%;
  padding: 12px 16px;
  background: #BF1137;
  color: #fff;
}

.announcement-banner.warning {
  background: #DC6803;
}

.announcement-banner.announcement {
  background: #1E445C;
}

.announcement-banner.success {
  background: #10D48E;
  color: #132A3A;
}

.banner-heading {
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  gap: 4px;
}

.banner-heading svg {
  width: 24px;
  height: 24px;
}

.announcement-banner .banner-subheading {
  font-size: 14px;
}

.announcement-banner .banner-link {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 4px;
  display: inline-flex;
}

.announcement-banner.success .banner-link {
  color: #132A3A;
}

.desktop-only {
  display: none;
}

.announcement-banner .desktop-only,
.banner-subheading {
  opacity: 0.88;
}

#announcement-popup {
  z-index: 9999;
  display: none;
  align-items: flex-end;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#announcement-popup.open {
  display: flex;
}

#announcement-popup .popup-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#announcement-popup .popup-body {
  border-radius: 1rem;
  box-shadow: 0px -8px 32px 0px rgba(0, 0, 0, 0.08);
  --padding: 1rem;
  z-index: 99;
}

#announcement-popup .popup-heading {
  padding: var(--padding);
  background: #FDEDF0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom: 1px solid #E4E7EC;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  line-height: 24px;
}

#announcement-popup.announcement .popup-heading {
  background: #F3F8FC;
}

#announcement-popup.success .popup-heading {
  background: #D1FAE4;
}

#announcement-popup.warning .popup-heading {
  background: #FEF0C7;
}

#announcement-popup .popup-heading svg {
  width: 32px;
  height: 32px;
}

#announcement-popup .popup-content {
  padding: var(--padding);
  background: #fff;
  max-height: 70vh;
  overflow-y: auto;
}

#announcement-popup .popup-footer {
  padding: var(--padding);
  background: #fff;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  border-top: 1px solid #E4E7EC;
  align-items: center;
}

#announcement-popup .popup-heading button.announcement-close-popup {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
  margin-left: auto;
}

#announcement-popup .popup-footer .button,
#announcement-popup .popup-footer .secondary-button {
  width: 100%;
}

#announcement-popup .popup-footer .button.secondary {
  background: #fff;
  border: 1px solid #E4E7EC;
}

#announcement-popup .popup-footer .button.secondary:hover {
  border-color: #132A3A;
  color: #132A3A !important;
}

@media only screen and (min-width: 768px) {
  .announcement-banner {
      padding: 16px 16px;
      display: flex;
      gap: 8px;
      justify-content: space-between;
      align-items: center;
  }

  .announcement-banner .banner-subheading {
      line-height: 16px;
  }

  .announcement-banner .banner-link {
      margin-top: 0;
  }

  #announcement-popup .popup-body {
      max-width: 720px;
      margin: 0 auto;
      --padding: 1.5rem;
  }

  #announcement-popup.open {
      display: grid;
      place-items: center;
  }

  #announcement-popup .popup-footer {
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
  }

  #announcement-popup.open {
      display: grid;
  }
}

@media only screen and (min-width: 1024px) {
  .announcement-banner {
      justify-content: center;
      padding: 16px 32px;
  }

  .announcement-banner .desktop-only {
      display: block;
  }

  .announcement-banner .banner-subheading {
      font-size: 16px;
  }

  #announcement-popup .popup-footer .button,
  #announcement-popup .popup-footer .secondary-button {
      width: auto;
  }

  #announcement-popup .popup-heading {
      font-size: 24px;
  }

  #announcement-popup .popup-heading svg {
      width: 40px;
      height: 40px;
  }

  #announcement-popup .popup-content {
      max-height: min(70vh, 480px);
  }
}