.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;}
[data-search-target="resources-link"]:hover .restitle span {background-color:#00008B!important; font-weight:bold;}


.greenlink a:link, a:visited {display: inline-block;}

#headerPopup{
  width:75%;
  margin:0 auto;
}

#headerPopup iframe{
  width:100%;
  margin:0 auto;
}


















































































































































































li[id^='resource-link-file-'][id$='-wrapper'] { border:1px solid #e0e0e0; width:280px; margin:10px; float:left;}
li[id^='resource-link-link-'][id$='-wrapper'] { border:1px solid #e0e0e0; width:280px; margin:10px; float:left;}
li[id^='resource-link-folder-'][id$='-wrapper'] { border:1px solid #e0e0e0; width:280px; margin:10px; float:left;}
li[id^='resource-link-page-'][id$='-wrapper']{ border:1px solid #e0e0e0; width:280px; margin:10px; float:left; }
.resourcesimg {width:280px;float:left; margin:auto; text-align:center !important;}
.restitle a:hover{font-weight:bold; text-decoration:none;}
.restitle a{ text-decoration:none; color:#fff !important;}
.floater { border:1px solid #e0e0e0; width:280px; margin:20px; float:left;}
[data-search-target="resources-link"]:hover .restitle {background-color:#00008B!important; font-weight:bold;}























/* 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, #2B2B3C, #3A3A52);
    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, #2B2B3C, #3A3A52);
    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, #2B2B3C, #3A3A52);
    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-40253854::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-JtbiHu20::before {
    font-family: 'Font Awesome 6 Free';
    content: '\f07a';  /* Shopping cart icon */
    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-add-renew-single-tool::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;
}



.normal a[href*="whatsapp"]::before {
    font-family: "Font Awesome 6 Brands";  /* Brands for WhatsApp */
    content: "\f232";  /* WhatsApp brand icon */
    font-weight: 900;
    margin-right: 8px;
}

/* Video Guides link */
.normal a[href*="Video+Guide+Section"]::before {
    font-family: "Font Awesome 6 Free";   /* Solid set */
    content: "\f03d";  /* fa-video-camera (video 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: #2B2B3C;
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.am-element input[type="submit"] {
  padding: 0.75rem;
  background: #2B2B3C;
  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: #2B2B3C;
  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;
}