/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* commit test = R2 Digital */

@font-face {
  font-family: "Graphik";
  src: url(fonts/GraphikRegular.otf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url(fonts/GraphikLight.otf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url(fonts/GraphikSemibold.otf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url(fonts/GraphikBold.otf);
  font-weight: 800;
  font-display: swap;
}

body {
  font-family: "Graphik", sans-serif !important;
}

ul {
  padding: 0;
  margin: 0 20px;
}

.mobile__only {
  display: none !important;
}

.elementor-button {
  border: 3px solid black !important;
  box-shadow: inset 2px 2px 0 2px white !important;
  cursor: pointer;
}

.clear_button_style .elementor-button {
  border: none !important;
  box-shadow: unset !important;
}

a.onboarded-link {
  color: #555555;
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
}

body a {
  transition: 0.5s;
  text-decoration: none !important;
  color: var(--e-global-color-primary);
}

.nav-link a:hover {
  color: var(--e-global-color-c30730f) !important;
}

.entry-title {
  display: none !important;
}

#underlines {
  position: relative;
  z-index: 1;
}

#underlines:after {
  width: 100%;
  height: 1.2rem;
  content: " ";
  position: absolute;
  display: inline-block;
  -webkit-mask: url(assets/img/line-purple-1.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  left: 0;
  bottom: -10px;
  z-index: -1;
}

.heading-underline-yellow {
  color: var(--e-global-color-04b3e11);
}

.heading-underline-yellow:after {
  background-color: var(--e-global-color-04b3e11);
}

.heading-underline-purple {
  color: var(--e-global-color-2e8fc0d);
}

.heading-underline-purple:after {
  background-color: var(--e-global-color-2e8fc0d);
}

.heading-underline-green {
  color: var(--e-global-color-primary);
}

.heading-underline-green:after {
  background-color: var(--e-global-color-primary);
}

/*WOOCOMMERCE MY ACCOUNT PAGE*/
.myaccount__page_title {
  font-size: 2.5rem;
  color: var(--e-global-color-primary);
  border-bottom: 1px solid;
  font-weight: 700;
}

.woocommerce-MyAccount-navigation {
  display: none !important;
}

.woocommerce-MyAccount-content {
  width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

.dd__dashboard_navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}

.dd__dashboard_navbar_item {
  transition: 0.5s;
  font-weight: 600;
}

.dd__dashboard_navbar_item:hover {
  opacity: 0.5;
}

.dd__dashboard_navbar_item a {
  background: none !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--e-global-color-text) !important;
  font-size: 1.5rem !important;
}

.dd__dashboard_navbar_icon {
  object-fit: contain !important;
  height: 60px !important;
}

/*POSTS DASHBOARD*/
.posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post__card_container {
  padding: 10px;
}

.post__card {
  background-color: #fff;
  height: 380px;
}

.post__card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.post__card_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.post__card_title {
  color: #555;
  font-weight: 600;
  font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.post__card_title:hover {
  color: var(--e-global-color-primary);
}

.post__card_btn {
  color: var(--e-global-color-secondary) !important;
  color: #555;
  font-weight: 600;
  font-size: 1rem;
}

/*Glider Carousel*/
.glider-prev,
.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  position: absolute;
  padding: 2px 2px 2px 3px;
  background: none !important;
  width: 51px;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -42px;
  border: 0;
  top: 40%;
  cursor: pointer;
  color: var(--e-global-color-primary) !important;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.onboarding__videos_section {
  padding: 0 10px;
}
.onboarding__videos_section figure {
  border-radius: 10px !important;
  overflow: hidden;
  margin-bottom: 40px;
}

/** Forms **/
input.ff-read-only {
  background-color: #e9ecef !important;
  opacity: 1;
  pointer-events: none;
}

.fluentform .ff-el-progress-bar {
  background-color: #43b5a0 !important;
}

.elementor-widget-fluent-form-widget .ff-el-progress-bar span {
  color: #ffffff !important;
}

.fluentform
  .ff-el-group.ff_list_buttons
  .ff-el-form-check:not(.ff-el-image-holder)
  span:hover {
  color: #43b5a0 !important;
}

.fluentform
  .ff-el-group.ff_list_buttons
  .ff-el-form-check:not(.ff-el-image-holder).ff_item_selected
  span {
  background-color: #43b5a0 !important;
  border-color: #43b5a0 !important;
  box-shadow: -1px 0 0 0 #43b5a0 !important;
}

.fluentform .ff-btn {
  font-size: 16px !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  transition: 0.5s !important;
  padding: 10px 30px !important;
}

.ff-btn-next {
  background: #43b5a0 !important;
  border: 1px solid #43b5a0 !important;
}

.fluentform .ff-step-titles li.ff_active:before,
.fluentform .ff-step-titles li.ff_completed:before,
.fluentform .ff-step-titles li.ff_active:after,
.fluentform .ff-step-titles li.ff_completed:after {
  background: #15c39a !important;
}
.ff_completed span {
  color: #43b5a0 !important;
}

.ff_active span {
  color: #555555;
}

.ff-step-titles span {
  color: #555555;
}
.ff-el-section-break {
  border-bottom: 1px dashed rgb(67 181 160 / 0.4);
  border-top: 1px dashed rgb(67 181 160 / 0.4);
  padding: 0.5em;
  margin: 1em 0 3em !important;
  background: color(srgb 0.26 0.71 0.63 / 0.1);
}

.fluentform .ff-el-group {
  margin-bottom: 2em;
}

/*WOOCOMMERCE CHECKOUT*/
#stripe-payment-data li {
  position: relative;
}

.stripe-source-errors {
  position: absolute;
  top: 30px;
  z-index: 3;
}

.wc_payment_methods {
  border-bottom: none !important;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: block !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

/*CART*/
.woocommerce-checkout-review-order-table {
  color: var(--e-global-color-text) !important;
  border: 0 !important;
}

.woocommerce-checkout-review-order-table thead th {
  background-color: #f7f7f7 !important;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

.woocommerce-cart-form__cart-item {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.cart__product_details {
  width: 100%;
}

.cart__header,
.cart__product_details_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__header__title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #aaa;
}

.cart__header_price {
  font-size: 2rem;
  letter-spacing: -0.1rem;
  font-weight: 600;
}

.cart__content {
  display: flex;
  gap: 1rem;
  margin-top: 60px;
}

.cart__content img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  object-fit: contain;
}

.cart__product_name {
  font-weight: 400;
  font-size: 1rem;
  color: var(--e-global-color-text);
}

.cart__product_description {
  font-size: 1rem;
  margin: 10px 0;
  color: #aaa;
  font-weight: 300;
}

.cart__product_subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #ccc;
  color: var(--e-global-color-text);
  font-weight: 600;
}

/*ORDER*/
.woocommerce-additional-fields,
#order_review thead,
#order_review tfoot,
#order_review .cart_item {
  display: none;
}

.deer__custom_checkout_form {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 10%);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.deer__custom_checkout_form input,
.quantity input,
#stripe-card-element,
.wc-stripe-elements-field,
.edit-account input {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  margin-bottom: 12px !important;
  padding: 10px;
  height: 50px !important;
  font-weight: 500;
  font-size: 0.8rem;
}

.coupon-form td {
  padding: 0 !important;
}

.checkout_coupon {
  border: none !important;
  margin: 12px 0 !important;
  padding: 0 0 20px 0 !important;
  width: 100%;
}

.dd__coupon_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 50px;
  overflow: hidden;
}

.dd__coupon_wrapper input {
  margin: 0 !important;
  border: none !important;
}

.dd__coupon_wrapper button {
  height: 50px;
  border-radius: 0 5px 5px 0 !important;
  background-color: var(--e-global-color-f5169dc) !important;
  color: #fff !important;
}

.dd__coupon_wrapper button:hover {
  background-color: var(--e-global-color-secondary) !important;
}

.quantity input {
  height: 32px !important;
  font-weight: 500;
  font-size: 0.8rem;
}

.deer__custom_checkout_form .select2-selection {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  margin-top: 5px !important;
  padding: 10px !important;
  height: 50px !important;
  margin-bottom: 12px !important;
  font-weight: 500;
  font-size: 0.8rem;
}

.deer__custom_checkout_form label {
  margin: 10px 0 !important;
  color: #aaa;
  font-weight: 500;
  font-size: 0.8rem;
}

.woocommerce-password-strength,
.woocommerce-password-hint {
  display: none !important;
}

.woocommerce p {
  color: var(--e-global-color-text);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 10px 0;
}

.deer__custom_checkout_form h3 {
  color: var(--e-global-color-primary);
  font-weight: 600;
}

.woocommerce-checkout #payment {
  background: none;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment ul.payment_methods,
#payment .form-row,
.woocommerce form .form-row {
  background-color: transparent;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#stripe-payment-data li {
  display: flex;
  align-items: center;
}

#stripe-payment-data input {
  margin: 0 5px 0 0 !important;
}

.select2-selection__arrow,
.show-password-input {
  top: 15px !important;
}

.cart__addons_checkout_form {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.addon__card {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  margin: 5px;
  width: 45%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.addon__card_info {
  text-align: center;
}

.addon__card img {
  width: 100%;
  object-fit: contain;
  margin: 0 auto 12px auto;
  border-radius: 5px;
  height: 200px;
}

.addon__title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--e-global-color-primary);
}

.addon__price {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px !important;
  color: var(--e-global-color-text);
}

.addon__description {
  padding: 20px 0;
  font-size: 0.8rem;
}

.woocommerce-message a {
  display: none;
}

.woocommerce-message {
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-text);
}

.woocommerce-message::before {
  color: var(--e-global-color-primary);
}

/*PAGE - MY SUBSCRIPTIONS - START*/
/*LOADING SPINNER START*/
.loading__spinner_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid var(--e-global-color-primary);
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*LOADING SPINNER FINISH*/
.cfw-sc-modal {
  display: none !important;
}

@keyframes show__content_animation {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: initial;
  }
}

.show__content {
  animation: show__content_animation 0.5s forwards;
  display: block !important;
}

.addons__button {
  border-radius: 50px !important;
  background-color: var(--e-global-color-f5169dc) !important;
  font-weight: 400 !important;
  color: #f7f7f7 !important;
  text-align: center;
  padding: 10px !important;
}

.addons__button:hover {
  background-color: var(--e-global-color-04b3e11) !important;
  color: var(--e-global-color-text) !important;
}

.woocommerce_account_subscriptions {
  flex: 1;
}
.dd__subscription_container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}

.dd__subscription_container
  .dd__subscription_addons_task_card:first-child
  .dd__subscription_price {
  display: none !important;
}

.dd__subscription_price_vat {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.dd__subscription_addons_task_card_btn_new_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dd__subscription_addons_task_card_btn_new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.dd__subscription_addons_task_card_btn_new i {
  font-size: 2rem;
  margin-bottom: 12px;
}

.dd__bililng_portal_section {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.dd__billing_portal_no_subscriptions_found {
  font-size: 1rem;
  color: var(--e-global-color-text);
}

.dd__billing_portal_section_title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--e-global-color-text);
  margin-bottom: 20px;
}

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

.dd__bililng_portal_back {
  color: var(--e-global-color-text);
}

.dd__subscription_card {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  flex: 1;
}

.dd__subscription_addons_task_card {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  border: 1px solid #ccc;
  flex: auto;
}

.dd__subscription_addons_task_card.active-tasks {
  justify-content: center;
  background-color: var(--e-global-color-primary);
  color: white;
  border: none;
}

.dd__subscription_addons_task_card.active-tasks:hover {
  opacity: 0.5;
}

.dd__subscriptions_sumary {
  padding: 40px 0;
  margin-bottom: 60px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.subscriptions__addons_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.dd__subscription_id.active strong {
  color: var(--e-global-color-primary);
  font-weight: 600;
  text-transform: uppercase;
}

.dd__subscription_id.pending-cancel {
  color: var(--e-global-color-secondary);
}

.dd__subscription_id.pending-cancel strong {
  color: var(--e-global-color-secondary);
  font-weight: 600;
  text-transform: uppercase;
}

.dd__subscription_details {
  display: flex;
  flex-direction: column;
  color: var(--e-global-color-text);
  flex-wrap: wrap;
}

.dd__subscription_id,
.dd__subscription_status {
  font-size: 0.8rem;
  font-weight: 500;
}

.dd__subscription_header {
  display: flex;
  gap: 60px;
  align-items: center;
  padding-bottom: 20px;
}

.dd__subscription_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  gap: 12px;
}

.remove_item {
  font-size: 1rem;
}

.dd__subscription_warning {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--e-global-color-secondary);
}

.dd__subscription_price {
  font-size: 1.5rem;
}

.dd__subscription_quantity,
.dd__subscription_payment {
  font-size: 1rem;
  font-weight: 300;
}

.dd__subscription_actions_form,
.btn__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.dd__subscription_update_btn,
.dd__subscription_update_btn:focus,
.wcs-switch-link,
.wcs-switch-link:focus {
  background-color: var(--e-global-color-primary) !important;
  border: 3px solid #000 !important;
  box-shadow: inset 3px 3px #fff !important;
  color: #fff !important;
}

.dd__subscription_update_btn:hover,
.wcs-switch-link:hover {
  background-color: var(--e-global-color-f5169dc) !important;
  color: #fff !important;
  border: 3px solid #000 !important;
  box-shadow: inset 3px 3px;
}

.dd__subscription_cancel_btn,
#pause_popup .dd__subscription_cancel_btn {
  color: var(--e-global-color-text) !important;
  border: 3px solid var(--e-global-color-text) !important;
  background-color: #e1e1e1 !important;
  transition: 0.5s;
  margin: 0 !important;
  width: fit-content;
}

#pause_popup .popup_msg h3 {
  margin-bottom: 20px;
}

.dd__subscription_cancel_btn i {
  font-size: 1.2rem;
}

.dd__subscription_cancel_link_btn {
  color: var(--e-global-color-text);
  text-decoration: underline !important;
}

.dd__subscription_cancel_link_btn:hover {
  color: var(--e-global-color-primary);
}

#pause_popup .ff_submit_btn_wrapper_custom {
  margin: 0 !important;
}

.dd__subscription_cancel_btn:hover,
#pause_popup .dd__subscription_cancel_btn:hover {
  box-shadow: none !important;
  background-color: transparent !important;
}

.dd__subscriptions_sumary_name {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--e-global-color-text);
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dd__subscriptions_buttons_wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.dd__primary_button,
.dd__subscription_cancel_btn.reactivate {
  color: #fff !important;
  background-color: var(--e-global-color-primary) !important;
  border: 3px solid #000 !important;
  box-shadow: inset 3px 3px #fff !important;
}

.dd__primary_button.change {
  background-color: var(--e-global-color-secondary) !important;
}

.dd__primary_button:hover,
.change_plan_btn:hover,
.dd__subscription_cancel_btn.reactivate:hover {
  color: #ffffff;
  background-color: var(--e-global-color-f5169dc) !important;
}

.dd__primary_button,
.change_plan_btn,
.dd__subscription_cancel_btn,
.dd__subscription_update_btn,
.wcs-switch-link,
#pause_popup .dd__subscription_cancel_btn {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  border-radius: 50px !important;
  padding: 10px 30px 10px 30px !important;
  text-align: center !important;
  border: 3px solid #000 !important;
  box-shadow: inset 3px 3px 0 0 #fff !important;
}

.dd__remove_btn {
  color: var(--e-global-color-secondary);
  font-size: 0.8rem !important;
  position: relative;
  top: 10px;
}

.dd__remove_btn:before {
  content: "X";
  padding-right: 10px;
}

.addons__carousel_form {
  display: flex !important;
}

.addons__carousel_form .addon__card {
  width: auto;
}

.stripe-source-errors {
  position: relative !important;
}

/*CANCELLATION FORM*/
.update_plan_form {
  display: none;
}

.update_plan_form button {
  border-radius: 50px !important;
}

.show_form {
  display: block;
}

.form_subscription_update_message_field {
  text-align: center;
}

.form_subscription_update_message_field label {
  padding: 20px 0;
}

.form_subscription_update_message_field label:after {
  display: none !important;
}

.update_plan_form p,
#pause_popup form {
  margin: 0 !important;
}

.dd__subscription_card.standard {
  background-color: #fdf3ee;
  border: none;
}

.dd__subscription_card.standard .dd__subscription_title {
  color: var(--e-global-color-secondary);
}

.dd__subscription_card.business {
  background-color: #f0f6f4;
  border: none;
}

.dd__subscription_card.business.on-hold,
.dd__subscription_card.business.wc-on-hold {
  background-color: #FFF6DD;
}

.dd__subscription_id.on-hold strong {
  color: #917C43;
  font-weight: bold;
  text-transform: uppercase;
}

.dd__subscription_card.business .dd__subscription_title {
  color: var(--e-global-color-primary);
}

.dd__subscription_card.agency {
  background-color: #f4f4f8;
  border: none;
}

.dd__subscription_card.agency .dd__subscription_title {
  color: var(--e-global-color-f5169dc);
}

.dd__notices_popup_wrapper {
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 90%);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dd__notices_popup_wrapper .woocommerce-message {
  max-height: 400px;
  max-width: 600px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  flex-direction: column;
  padding: 20px;
}

.dd__notices_popup_wrapper.error .woocommerce-message {
  border-top-color: var(--e-global-color-secondary) !important;
}

.dd__notices_popup_wrapper.error .woocommerce-message:before {
  content: "\e016";
  color: var(--e-global-color-secondary);
}

.dd__notices_popup_wrapper .woocommerce-message:before {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  font-size: 3rem;
  margin: 20px 0;
}

.dd__notices_popup_wrapper .woocommerce-message a,
.dd__notices_popup_wrapper .woocommerce-error a {
  display: block;
  margin-top: 20px !important;
}

.user__invoices_col {
  display: none;
}

.user__invoices_btn_wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 40px;
}

.user__invoices_btn {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  color: #aaa !important;
  padding: 10px 0 !important;
}

.user__invoices_btn:focus,
.user__invoices_btn_autofocus {
  color: var(--e-global-color-text) !important;
  border-bottom: 2px solid var(--e-global-color-f5169dc) !important;
  outline: unset !important;
}

.user__invoices_btn:hover {
  opacity: 0.5;
}

.user__invoices_wrapper {
  display: flex;
  flex-direction: column;
}

.user__invoice_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin: 5px 0;
  border-bottom: 1px solid #ccc;
}

.user__invoice_row span {
  color: var(--e-global-color-text);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
}

.user__invoice_row a {
  text-decoration: underline !important;
  font-size: 0.9rem;
}

.user__invoices_pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.user__invoices_pagination span {
  background-color: var(--e-global-color-primary);
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.user__invoices_pagination_btn {
  color: var(--e-global-color-text);
  text-transform: uppercase;
}

.user__invoices_pagination_btn:hover {
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}

.btn_inactive {
  opacity: 0.5;
  pointer-events: none;
}

.payment__methods_iframe {
  display: none;
}

/*PAGE - MY SUBSCRIPTIONS - FINISH*/

.woocommerce-Button {
  background-color: var(--e-global-color-f5169dc) !important;
  transition: 0.5s !important;
}

.woocommerce-Button:hover {
  color: var(--e-global-color-text) !important;
  background-color: var(--e-global-color-04b3e11) !important;
  opacity: 1 !important;
}

#payment,
.woocommerce-PaymentBox,
.woocommerce-PaymentMethods {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}

#add_payment_method #payment div.payment_box {
  padding: 0 !important;
  border: none !important;
}

#add_payment_method #payment div.payment_box::before {
  display: none;
}

.team_members_form thead th {
  display: none !important;
}

/*EDIT ACCOUNT PAGE*/
.account__details_row {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.account__details_col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.team__members_row,
.team__members_row span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 0 20px 0;
  color: var(--e-global-color-text);
  font-size: 1rem;
}

.team__members_row a {
  color: var(--e-global-color-secondary);
  font-size: 1.5rem;
}

.team__members_row a:hover {
  color: var(--e-global-color-text);
}

.payment__methods .myaccount__page_title {
  color: var(--e-global-color-secondary);
  margin-top: 40px;
}

.payment__methods .dd__primary_button {
  background-color: var(--e-global-color-secondary) !important;
}

.payment__methods .dd__primary_button:hover {
  background-color: var(--e-global-color-f5169dc) !important;
  color: #f8f8f8 !important;
}

.team__members .myaccount__page_title {
  color: var(--e-global-color-f5169dc);
}

.woocommerce-EditAccountForm .dd__primary_button {
  background-color: var(--e-global-color-primary) !important;
}

.woocommerce-EditAccountForm .dd__primary_button:hover {
  background-color: var(--e-global-color-f5169dc) !important;
  color: #f8f8f8 !important;
}

.account_display_name,
.account_email {
  display: none !important;
}

#referral_id_field {
  display: none;
}

.user__invoice_column {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/*MEDIA QUERIES*/
@media (max-width: 768px) {
  .form-row {
    width: 100% !important;
  }

  .deer__custom_checkout_form {
    padding: 12px;
    margin-bottom: 20px;
  }

  .cart__content,
  .cart__addons_checkout_form {
    flex-direction: column;
  }

  .mobile__only {
    display: block !important;
  }

  #underlines:after {
    height: 0.9rem;
  }

  .dd__dashboard_navbar {
    flex-direction: column;
    justify-content: center;
  }

  .dd__dashboard_navbar_item {
    width: 48% !important;
    margin-top: 10px !important;
  }

  .dd__dashboard_navbar_item a {
    font-size: 1.2rem !important;
  }

  .dash__menu span {
    font-size: 1.2rem !important;
  }

  .subscriptions__addons_wrapper {
    width: 100%;
  }

  .dd__subscriptions_sumary,
  .dd__subscription_card {
    flex-direction: column;
  }

  .dd__subscriptions_sumary .dd__subscription_container,
  .subscriptions__addons_wrapper,
  .dd__subscription_details {
    width: 100%;
  }
}
.payment_box.payment_method_stripe fieldset:last-child,
.payment_box.payment_method_stripe fieldset:last-child p {
  display: block !important;
  border: 0 !important;
}

label[for="wc-stripe-new-payment-method"] {
  display: inline;
  margin-top: -20px;
  position: relative;
  top: -18px;
}
/*Addional/Updated CSS */
/*DD DevOps Errol */
.dd__subscription_container .dd__subscription_addons_task_card:first-child .dd__subscription_price.dd_price_active-task{
  display: block !important;
}

/*Reactivation Popup*/
a#btn-lightgray {
  background-color: #EEEEEE;
  fill: var(--e-global-color-text);
  color: var(--e-global-color-text);
}

a#btn-orange {
  background-color: var(--e-global-color-secondary);
  fill: #FFFFFF;
  color: #FFFFFF;
}

.small-sub {
  display: inline-block;
  margin-top: 8px;
}

#pause_popup .elementor-element.form_subscription_update_disclaimer.text-container {
  max-width: 65% !important;
  margin: 0 auto;
  text-align: center;
}

/*Change Plan Popup*/
.radio-options {
  display: grid;
  gap: 1rem;
  justify-content: center;
  grid-template-columns: max-content max-content;
}
.radio-options input[type="radio"] {
  display: none; /* Hide default radio button */
}

.radio-options label {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #000000;
  border-radius: 20px;
  cursor: pointer;
  background-color: #f4f4f4;
  color: #000000;
  font-weight: bold;
  transition: all 0.3s ease;
}

.radio-options input[type="radio"]:checked + label {
  background-color: #5A5F95;
    color: white;
    border-color: #000000;
}

/*Deer Slides*/
.deer-tabs-wrapper {
    width: 100%;
}
.deer-slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.deer-slide {
  display: none;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
  min-height: 550px;
  border-radius: 10px;
}

.deer-slide.active {
  display: block;
}

.deer-slide img {
  width: auto;
  height: auto;
  display: block;
}

.deer-cta {
  background-color: #E4572E;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  padding: 1.125em 1.875em 1.125em 1.875em;
  border: 3px solid black !important;
  box-shadow: inset 2px 2px 0 2px white !important;
  cursor: pointer;
}

.deer-cta:hover {
  background-color: #FDCB41;
  color: var(--e-global-color-text);
}

.cta-left {
  position: absolute;
  bottom: 40px;
  left: 55px;
}

.cta-right {
  position: absolute;
  bottom: 40px;
  right: 55px;
}
.deer-next-btn,
.deer-prev-btn {
  display: inline-block;
  color: #E4572E;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 40%;
  font-size: 5rem;
  font-weight: 900;
  user-select: none;
  z-index: 9999;
  min-width: 124px;
  min-height: 124px;
  overflow: hidden; /* ensure image fits */
}

/* Shared pseudo-element base */
.deer-next-btn::before,
.deer-next-btn::after,
.deer-prev-btn::before,
.deer-prev-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
}

/* Normal image visible, hover hidden by default */
.deer-next-btn::before {
  background-image: url(/wp-content/themes/dddashboard/images/slide-bg/btn-nxt-normal.svg);
  opacity: 1;
}
.deer-next-btn::after {
  background-image: url(/wp-content/themes/dddashboard/images/slide-bg/btn-nxt-hover.svg);
  opacity: 0;
}
.deer-prev-btn::before {
  background-image: url(/wp-content/themes/dddashboard/images/slide-bg/btn-prv-normal.svg);
  opacity: 1;
}
.deer-prev-btn::after {
  background-image: url(/wp-content/themes/dddashboard/images/slide-bg/btn-prv-hover.svg);
  opacity: 0;
}

/* On hover, fade to hover image */
.deer-next-btn:hover::before,
.deer-prev-btn:hover::before {
  opacity: 0;
}
.deer-next-btn:hover::after,
.deer-prev-btn:hover::after {
  opacity: 1;
}

/* Position */
.deer-next-btn {
  right: -4rem;
}
.deer-prev-btn {
  left: -4rem;
}


.deer-tabs-container {
  display: flex;
  z-index: 99999;
  /* position: fixed; */
  bottom: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

/* .deer-tabs {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 2rem;
    gap: 20px;
    margin-bottom: 0;
    position: relative;
    padding: 0 20px;
    padding-bottom: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
} */

.deer-tabs {
  display: grid;
  justify-content: center;
  background: #fff;
  margin-bottom: 0;
  position: relative;
  /* padding: 0 20px; */
  padding-bottom: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.deer-tabs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #FFF;
    /* border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem; */
}

/* Styling for individual tabs */
.deer-tab {
    cursor: pointer;
    /* padding: 2.125rem 1.563rem; */
    padding: 1.563rem;
    font-weight: 600;
    color: #666;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    white-space: nowrap;
    text-align: center;
}
.deer-tab:hover {
    color: #40A88E;
    font-weight: 700;
    transition: color 0.3s ease;
}
/* Styling for the active tab's text */
.deer-tab.active {
    color: #E4572E;
    font-weight: 700;
}

/* Active tab indicator (the orange rounded bar) */
.deer-tab.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #E4572E;
    z-index: 1;
    transition: width 0.4s cubic-bezier(.17,.89,.32,1.49),
                left 0.4s cubic-bezier(.17,.89,.32,1.49),
                transform 0.4s cubic-bezier(.17,.89,.32,1.49);
}
.deer-tab.active:first-child::after
 {
    left: -20px;
    width: 110%;
}

.deer-tab.active:last-child::after
 {
    right: -20px;
    width: 110%;
}

/* .deer-tab.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 25%;
  width: 50%;
  height: 3px;
  background: #E4572E;
  border-radius: 2px;
} */

.d-none{
  display: none !important;
}

.deer-slide-container {
    padding: 3.125rem 6rem;
    /* padding: 3.125rem 5.625rem; */
    min-height: 550px;
    max-height: 550px;
}

.d-flex {
    display: flex !important;
}
.d-flex-row {
    flex-direction: row !important;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.deer-text-purple {
    color: #5B5F97;
}
.deer-slide {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.deer-slide-main-header {
    font-weight: 700;
    font-size: 3rem;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}
.deer-text-fill-orange {
    background: #E3572C;
    color: #fff;
    font-family: Graphik;
    font-weight: 700;
    font-size: 3rem;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 0.5rem 0.8rem;
    margin: 0em 0;
    display: inline-block;
}
.deer-slide-sub-header {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1em;
    display: inline-block;
    margin: 0.8em 0;
}
.deer-slide-content {
    font-family: Graphik;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 28.8px;
}

.position-relative{
  position: relative;
}

.deer-slide-image {
  position: absolute;
    max-height: 475px;
    bottom: 0;
    /* right: 0;*/
}
div#deer-slide-1-image img.deer-slide-image,
div#deer-slide-5-image img.deer-slide-image {
  bottom: -9rem !important;
  max-height: 650px;
  min-height: 615px;
  right: 2rem;
}
#deer-slide-4-image img.deer-slide-image {
    right: -1.5rem;
}
#deer-slide-3-image .deer-slide-image {
    left: 0;
}
#deer-slide-2-image .deer-slide-image {
    left: 0;
    right: 0;
}
.deer-slide-content a{
  /* font-weight: 600 */
}s

.deer-slide-image.dd-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

#deer-drops-popup-modal .e-con-inner:first-child {
  margin: 0;
  width: 100%;
  max-width: unset !important;
}

.deer-slide-image.dd-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.deer-ul {
	list-style: none;
	padding-left: 0;
}

.deer-li {
	position: relative;
	padding-left: 32px; /* Space for the bullet */
	margin-bottom: 10px;
}

.deer-li::before {
	content: '';
	position: absolute;
  left: 0;
  top: 0;
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/themes/dddashboard/images/slide-bg/dd-bullet-list.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.dd-open-popup img {
    max-width: 60px;
}

/*TC CSS*/
aside.tc-aside {
    padding: 1.5rem;
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
hr.tc-line-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#custombtnContainer{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}