/*
Theme Name: astra-child
Author: se
Description: This is child theme
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.profile-card {
  max-width: 1250px !important;
  width: 100%;
  margin: 0 auto;
}

div#comments {
  padding-top: 40px;
}

.acc-wrap {
  max-width: 1320px !important;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 130px;
}

.acc-detalis {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-wrap: wrap;
}

.profile-buttons a {
  display: inline-block;
  background-color: #101040;
  color: #ffffff;
  box-shadow: 0px 0px 0px 0px #070f1d;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.6px;
  padding: 10px 20px 10px 20px;
}

.acc-profile h3 {
  text-align: left;
  color: #000;
  padding: 0;
  margin-bottom: 20px;
}

.payment-history .table th,
.payment-history .table tr,
.payment-history .table a {
  color: #000;
}

.payment-history .table td {
  color: #000;
}

.comment-form textarea {
  height: 180px !important;
  resize: vertical;
  resize: none !important;
}

.ff_subscription {
  width: 600px;
}

/*
    modal
*/

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  background: #070f1d;
  padding: 20px 30px;
  border-radius: 8px;
  width: 615px;
  text-align: center;
  position: relative;
  border: 1px solid #d52a2a;
}

#shortcodeBox h2 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#shortcodeBox {
  text-align: left;
}

.popup-box h3 {
  margin-bottom: 20px;
}

.popup-box select {
  padding: 8px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}

.shortcode-output {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
  display: none;
}

.close-popup {
  position: absolute;
  top: -35px;
  right: 0px;
  cursor: pointer;
  font-size: 18px;
  background: red;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
}

.acc-profile {
  max-width: 50%;
}

.payment-history-wrap {
  width: 50%;
}

body.page-template-my-account {
  background: #070f1d;
}

span.ff_bs.ffbs_subscription_amount {
  font-family: "Anton";
  font-size: 25px;
}

profile-card {
  border: 3px solid green !important;
}

.affwp-affiliate-link__input {
  width: 80% !important;
}

.affwp-affiliate-link__display {
    align-items: center;
}

button.affwp-affiliate-link-copy-link.button,input#affwp-generator-submit-btn {
    background: #FF1616;
    color: #fff;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
     font-family: "Inter", sans-serif;
     color: #070F1D;
     font-size: 24px;
     font-weight: 600;
}

.entry-content .affwp-card__header h3,#affwp-affiliate-dashboard h4 {
   font-family: "Inter", sans-serif !important;
    font-weight: 400;
}

.entry-content .affwp-card__header p {
    color: #000;
}

a#affwp-generator-toggle-campaign:hover {
    color:#FF1616;
}

div#affwp-affiliate-dashboard {
    max-width: 100%;
}

a#affwp-generator-toggle-campaign,p.affwp-no-results {
    color: #000;
}

table.affwp-table th {
    background: #fafafa;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #000;
}

.tablenav .button {
    background: red !important;
    color: #fff ! IMPORTANT;
}

select#affwp-graphs-date-options {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .acc-detalis {
    padding: 40px;
  }
  .acc-profile {
    max-width: 100%;
  }

  .payment-history-wrap {
    width: 100%;
  }

  .acc-detalis {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ff_subscription {
    width: 300px;
  }
  .acc-profile {
    text-align: center;
  }

  .acc-user-info {
    text-align: center;
  }
  .acc-profile h3 {
    text-align: center;
  }
  .profile-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #cancel-membership {
    margin-left: 0px;
  }
  .ff_plan_info {
    margin-top: 10px;
  }
}
