.dashboard-containerg > div > div > div {
  align-items: stretch !important;
}

.dashboard-containerg .mdot {
  font-family: "senticosansdt-webfont", Sans-serif;
  font-size: 20px;
  color: #333334;

  font-weight: 500;
  text-transform: uppercase;
}

.dashboard-containerg .cdtf {
  font-family: "senticosansdt-webfont", Sans-serif;
  font-size: 18px;
  min-height: 100px !important;
}

.dashboard-containerg li:last-of-type a:after {
  content: "";
  display: block;
  width: calc(100% + 20px);
  background-color: var(--tabs-divider-color, #69727d);
  height: var(--tabs-divider-weight, 0);
  position: relative;
  margin-top: 12px;
}

.elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number
  > a:hover,
.elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  tbody
  .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number
  > a {
  color: #87c068 !important;
}

.elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  a:hover,
.elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  a {
  color: #87c068 !important;
}

.elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce
  .shop_table
  .button {
  border: 2px solid #86c169 !important;
}

.elementor-widget-woocommerce-my-account
  .e-my-account-tab:not(.e-my-account-tab__dashboard--custom)
  .woocommerce-EditAccountForm
  .button {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  color: #ffffff;
  background-color: transparent !important;
  background-image: linear-gradient(
    270deg,
    #87c068 0%,
    #008299 100%
  ) !important;
}

.woocommerce-MyAccount-content h3 {
  font-size: 35px !important;
}

.e-my-account-tab__dashboard button {
  font-weight: 400 !important;
}
