.am-credits{display:none !important;}
.am-list-subscriptions-desk{display:none !important;}
.am-member-payment-history-paysys{display:none !important;}
.am-list-subscriptions-desc{display:none !important;}


.greenlink a:link, a:visited {display: inline-block;}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}







/* ===================== Resources Cards — Seamless Pro Blue ===================== */

/* Card shells: softer surface + subtle gradient border */
li[id^='resource-link-file-'][id$='-wrapper'],
li[id^='resource-link-link-'][id$='-wrapper'],
li[id^='resource-link-folder-'][id$='-wrapper'],
li[id^='resource-link-page-'][id$='-wrapper']{
  /* keep your width/float layout */
  width:280px; float:left;

  /* professional card surface */
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%) padding-box,
    linear-gradient(135deg, rgba(99,102,241,.25), rgba(37,99,235,.25)) border-box;

  border:1px solid transparent;               /* enables gradient border above */
  border-radius:16px;                          /* slightly tighter than 18 for harmony with widgets */
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 10px 24px rgba(2,6,23,.10),
    0 2px 8px rgba(2,6,23,.06);
  margin:10px;                                 /* your spacing */
  overflow:hidden;
  transition: box-shadow .18s ease, transform .18s ease, filter .18s ease;
}

li[id^='resource-link-file-'][id$='-wrapper']:hover,
li[id^='resource-link-link-'][id$='-wrapper']:hover,
li[id^='resource-link-folder-'][id$='-wrapper']:hover,
li[id^='resource-link-page-'][id$='-wrapper']:hover{
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.95) inset,
    0 18px 40px rgba(2,6,23,.15),
    0 6px 18px rgba(2,6,23,.10);
}

/* Image stage: unchanged image; adds gentle divider & breathing room */
.resourcesimg{
  width:280px; height:180px; float:left; margin:auto; text-align:center !important;
  display:flex; align-items:center; justify-content:center;
  padding:14px 16px;
  background: radial-gradient(120% 120% at 0% 0%, rgba(59,130,246,.08) 0%, rgba(30,58,138,.04) 60%, transparent 100%);
  border-bottom:1px solid rgba(37,99,235,.10);
}

/* Title bar: crisp blue band, better legibility, no underlines/lines on hover */
.restitle{
  width:100%; float:left; margin:auto;
  line-height:54px; text-align:center; color:#fff;
  background-image: linear-gradient(90deg, #39c0f7 0%, #3b82f6 50%, #1e40af 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(13,37,99,.18);
  border-bottom-left-radius:16px; border-bottom-right-radius:16px;
  font-weight:700; letter-spacing:.2px;
}
.restitle a{ color:#fff !important; text-decoration:none !important; display:inline-block; padding:0 10px; }
.restitle a:hover{ text-decoration:none !important; opacity:.98; }

/* Press feedback without jitter */
[data-search-target="resources-link"]:active .restitle{ filter:brightness(.98); }

/* Keyboard accessibility (matches your dashboard tone) */
.restitle a:focus-visible{ outline:2px solid #93c5fd; outline-offset:2px; }

/* ===================== Widget Harmony (matches your existing blocks) ===================== */

/* Resource widget container: light backdrop to blend with your other cards */
.am-body-content #member-main-resources{
  padding:12px;
  background: linear-gradient(180deg, #f9fbff 0%, #f3f7ff 100%);
  border-radius:16px;
}

/* Unify section headers with your gradient but slightly brighter for contrast */
.am-body-content .am-widget#widget-member-main-resources h2,
#member-main-links-head,
#widget-member\/main\/left-2-head{
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  color:#fff;
}

/* Links widget items: align tint with resources */
#member-main-links .am-list-links a{
  background:#f8fafc;
  border-radius:16px;
}
#member-main-links .am-list-links a:hover{
  background:#f1f5f9;
  transform:translateY(-1px);
}

/* ===================== Mobile polish ===================== */
@media (max-width:640px){
  /* prevent title band from feeling tall on mobile */
  .restitle{ line-height:50px; }
  /* maintain card readability */
  .resourcesimg{ height:170px; padding:12px 14px; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  li[id^='resource-link-file-'][id$='-wrapper'],
  li[id^='resource-link-link-'][id$='-wrapper'],
  li[id^='resource-link-folder-'][id$='-wrapper'],
  li[id^='resource-link-page-'][id$='-wrapper'],
  .restitle{ transition:none; }
}













/* variables from theme configuration */




/* Active status indicator */
#member-resources .am-resource-page::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 6px;
    height: 6px;
    background: #22c55e;
    border-radius: 50%;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    #widget-member-main-resources {
        margin: 10px 0;
    }
    
    #member-main-resources-head {
        font-size: 20px;
        padding: 12px 15px;
    }
    
    #member-resources .am-resource-page {
        padding: 12px 15px;
        font-size: 18px;
    }
}


























/* Isolated styles for dashboard widgets */
.am-body-content .am-widget#widget-member-main-subscriptions,
.am-body-content .am-widget#widget-member-main-resources {
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    margin: 15px 0;
}

.am-body-content .am-widget#widget-member-main-subscriptions h2,
.am-body-content .am-widget#widget-member-main-resources h2 {
    background: linear-gradient(135deg, #4F46E5, #6366f1);
    color: white;
    font-size: 20px;
    padding: 16px 24px;
    margin: 0;
    border: none;
}

/* Subscription specific styles */
.am-body-content #member-main-subscriptions {
    padding: 12px;
}

.am-body-content #member-subscriptions {
    list-style: none;
    margin: 0;
    padding: 0;
}

.am-body-content #member-subscriptions li {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    position: relative;
    transition: all 0.2s ease;
    border: none;
}


/* Resources specific styles */
.am-body-content #member-main-resources {
    padding: 12px;
}

.am-body-content #member-resources {
    list-style: none;
    margin: 0;
    padding: 0;
}

.am-body-content #member-resources li {
    margin-bottom: 8px;
    border: none;
}

.am-body-content #member-resources .am-resource-page {
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px 18px;
    color: #1e293b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.am-body-content #member-resources .am-resource-page::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f105';
    font-weight: 900;
    margin-right: 12px;
    color: #6366f1;
    transition: transform 0.2s ease;
}

.am-body-content #member-resources li:hover .am-resource-page {
    background: #f1f5f9;
    transform: translateY(-1px);
}

.am-body-content #member-resources li:hover .am-resource-page::before {
    transform: translateX(3px);
}

/* Cancel Subscription Popup */
.am-body-content .cancel-subscription-popup {
    background: white;
    border-radius: 12px;
    padding: 20px;
    max-width: 360px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.am-body-content .cancel-subscription-popup-text {
    font-size: 16px;
    color: #1e293b;
    margin-bottom: 16px;
}

.am-body-content .cancel-subscription-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.am-body-content .am-cta-cancel {
    background: #ef4444;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.am-body-content .am-cta-cancel:hover {
    background: #dc2626;
}

.am-body-content #cancel-subscription-no {
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    padding: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .am-body-content .am-widget#widget-member-main-subscriptions,
    .am-body-content .am-widget#widget-member-main-resources {
        margin: 10px 0;
    }

    .am-body-content .am-widget#widget-member-main-subscriptions h2,
    .am-body-content .am-widget#widget-member-main-resources h2 {
        font-size: 18px;
        padding: 14px 20px;
    }

    .am-body-content #member-subscriptions li,
    .am-body-content #member-resources .am-resource-page {
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .am-body-content .am-widget#widget-member-main-subscriptions h2,
    .am-body-content .am-widget#widget-member-main-resources h2 {
        font-size: 16px;
        padding: 12px 16px;
    }

    .am-body-content .am-list-subscriptions-title strong {
        font-size: 16px;
    }

    .am-body-content .am-list-subscriptions-date {
        font-size: 13px;
    }
}










----------


/* Links Widget - Specific Styling */
#widget-member-main-links {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    margin: 15px 0;
}
#widget-widget-member/main/left-2 {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    margin: 15px 0;
}
#member-main-links-head {
    background: linear-gradient(135deg, #4F46E5, #6366f1);
    color: white;
    font-size: 20px;
    padding: 16px 24px;
    margin: 0;
    border: none;
    border-radius: 24px 24px 0 0;
}
#widget-member/main/left-2-head {
    background: linear-gradient(135deg, #4F46E5, #6366f1);
    color: white;
    font-size: 20px;
    padding: 16px 24px;
    margin: 0;
    border: none;
    border-radius: 24px 24px 0 0;
}
#member-main-links.am-block {
    padding: 15px !important;
    background: #ffffff !important;
    border: none !important;
    border-radius: 0 0 24px 24px !important;
    box-shadow: none !important;
}

/* Links List */
#member-main-links .am-widget-list.am-list-links {
    list-style: none;
    margin: 0;
    padding: 0;
}



#member-main-links .am-list-links li:last-child {
    margin-bottom: 0;
}

#member-main-links .am-list-links a {
    background: #f8fafc;
    border-radius: 18px;
    padding: 16px 22px;
    color: #1e293b;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    line-height: 1.4;
}

#member-main-links .am-list-links a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 14px;
    color: #6366f1;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

/* Link Icons */
#member-main-links .am-list-links li:nth-child(1) a::before {
    content: '\f2f5'; /* Logout */
}

#member-main-links .am-list-links li:nth-child(2) a::before {
    content: '\f013'; /* Settings */
}

#member-main-links .am-list-links li:nth-child(3) a::before {
    content: '\f1da'; /* History */
}

#member-main-links .am-list-links li:nth-child(4) a::before {
    content: '\f079'; /* Share */
}

/* Hover Effects */
#member-main-links .am-list-links a:hover {
    background: #f1f5f9;
    transform: translateY(-1px);
}

#member-main-links .am-list-links a:hover::before {
    transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 768px) {
    #widget-member-main-links {
        border-radius: 20px;
        margin: 12px 0;
    }
#widget-widget-member/main/left-2 {
        border-radius: 20px;
        margin: 12px 0;
    }
    #member-main-links-head {
        font-size: 18px;
        padding: 14px 20px;
        border-radius: 20px 20px 0 0;
    }

    #member-main-links.am-block {
        padding: 12px !important;
        border-radius: 0 0 20px 20px !important;
    }

    #member-main-links .am-list-links a {
        padding: 14px 18px;
        font-size: 14px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    #widget-member-main-links {
        border-radius: 18px;
        margin: 10px 0;
    }
#widget-widget-member/main/left-2 {
        border-radius: 18px;
        margin: 10px 0;
    }

    #member-main-links-head {
        font-size: 16px;
        padding: 12px 16px;
        border-radius: 18px 18px 0 0;
    }

    #member-main-links.am-block {
        padding: 10px !important;
        border-radius: 0 0 18px 18px !important;
    }

    #member-main-links .am-list-links a {
        padding: 12px 16px;
        font-size: 13px;
        border-radius: 14px;
    }
}


.am-credits {
    display: none !important;
 
}
















------------






/* Dashboard icon */
#menu-member::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f0db';  /* Dashboard icon */
    font-weight: 900;
    margin-right: 8px;
}





#menu-custom-link-10756652::before {
    font-family: 'Font Awesome 6 Brands';
    content: '\f232';  /* Shopping cart icon */
    font-weight: 900;
    margin-right: 8px;
}


#menu-custom-link-28580975::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f35d'; 
    font-weight: 900;
    margin-right: 8px;
}

#menu-add-renew-default::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f07a';  /* Shopping cart icon */
    font-weight: 900;
    margin-right: 8px;
}

#menu-payment-history::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f09d';  /* Shopping cart icon */
    font-weight: 900;
    margin-right: 8px;
}





/* Customer Profile icon */
#menu-profile-default::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f007';  /* User icon */
    font-weight: 900;
    margin-right: 8px;
}

/* Helpdesk icon */
#menu-helpdesk::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f128';  /* Question mark icon */
    font-weight: 900;
    margin-right: 8px;
}

/* Affiliate Info icon */
#menu-aff::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f0c0';  /* Users icon */
    font-weight: 900;
    margin-right: 8px;
}

/* Affiliate submenu icons */
#menu-aff-links::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f0c1';  /* Link icon */
    font-weight: 900;
    margin-right: 8px;
}

#menu-aff-stats::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f080';  /* Chart icon */
    font-weight: 900;
    margin-right: 8px;
}

#menu-aff-payout-info::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f09d';  /* Credit card icon */
    font-weight: 900;
    margin-right: 8px;
}

#menu-aff-payout::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f0d6';  /* Money icon */
    font-weight: 900;
    margin-right: 8px;
}

#menu-aff-keywords::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f02b';  /* Tag icon */
    font-weight: 900;
    margin-right: 8px;
}

/* Optional: Add some hover effects */
.am-tabs a:hover::before {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

/* Make sure icons are aligned properly */
.am-tabs a {
    display: flex;
    align-items: center;
}














---


.am-login-form-wrapper {
  width: min(90%, 400px);
  padding: 2rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 20px;
}

.am-login-form-wrapper * {
  box-sizing: border-box;
border-radius: 10px;
}

.am-auth-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.am-auth-form legend {
  font-size: clamp(1.5rem, 4vw, 2rem);
  color: #2c3e50;
  text-align: center;
  width: 100%;
}

.am-row {
  margin-bottom: 1rem;
}

.am-element-title {
  display: block;
  margin-bottom: 0.5rem;
  color: #34495e;
  font-size: 0.9rem;
}

.am-element input[type="text"],
.am-element input[type="password"] {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.am-element input[type="text"]:focus,
.am-element input[type="password"]:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.am-element input[type="submit"] {
  padding: 0.75rem;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.am-element input[type="submit"]:hover {
  background: #2980b9;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.am-form-login-switch {
  display: inline-block;
  color: #3498db;
  text-decoration: none;
  margin-top: 1rem;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.am-form-login-switch:hover {
  color: #2980b9;
}

@media (max-width: 480px) {
  .am-login-form-wrapper {
    padding: 1.5rem;
  }
}

.am-login-form-wrapper, .am-sendpass-form-wrapper {
    margin-top: 0em !important;
}

.am-layout-two-coll .am-coll-left, .am-layout-two-coll .am-coll-right {
    float: none;
    width: auto;
}

.am-layout-two-coll,
.am-layout-two-coll .am-layout-two-coll-top,
.am-layout-two-coll .am-layout-two-coll-bottom
{
    background: #f5f5f5;
}