/*
Theme Name: Sassriver Child
Theme URI: https://yourwebsite.com/
Description: Child theme for Sassriver
Author: Your Name
Template: sassriver
Version: 1.0.0
Text Domain: sassriver-child
*/

/* Add your custom CSS below */
.sr-footer-1-logo img{
	width:200px;
}
button div, a div {
    transform: none !important;
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    filter: none !important;
}
button div:hover, a div:hover {
    transform: none !important;
}


/* Sidebar Container */
.sidebar-filter {
    background:#f3eded;
    padding:20px;
    border-radius:12px;
}

/* Each Item */
.filter-item {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    cursor:pointer;
    color:#030303;
    font-size:15px;
}

/* Hide default checkbox */
.filter-item input {
    display:none;
}

/* Toggle Background */
.toggle-switch {
    width:42px;
    height:22px;
    background:#444;
    border-radius:20px;
    position:relative;
    transition:0.3s;
}

/* Toggle Circle */
.toggle-switch::before {
    content:'';
    position:absolute;
    width:18px;
    height:18px;
    background:#fff;
    border-radius:50%;
    top:2px;
    left:2px;
    transition:0.3s;
}

/* Checked State */
.filter-item input:checked + .toggle-switch {
    background:#7c4dff;
}

.filter-item input:checked + .toggle-switch::before {
    transform:translateX(20px);
}



/* .live-card {
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
    height:100%;
    transition:0.3s ease;
}

.live-card:hover {
    transform:translateY(-5px);
} */

.linkedin-embed{
    position: relative;
}

.lead-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.lead-title {
    font-size: 18px;
    margin: 0;
}

.save-lead-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    top: 0px;
    right: 13px;
    z-index: 10;
}

.save-lead-btn:hover {
    transform: scale(1.2);
}
.live-card iframe{
    width: 100% !important;
	height:400px;
}
#leadTab{
    padding-left: 0px !important;
}






.taxonomy-search-box{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.taxonomy-search-box input{
    width: 100%;
    padding: 10px 35px 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.taxonomy-search-box input:focus{
    border-color: #0073aa;
}

.search-clear{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    display: none;
    color: #999;
}

.search-clear:hover{
    color: #000;
}
.filter-text{
    margin-right: 10px !important;
}
/*******************************/
/* Container */
/* .premium-account {
    max-width: 1000px;
    margin: 40px auto;
    font-family: Inter, sans-serif;
} */

/* Header */
.premium-header {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg,#4f46e5,#7c3aed);
    padding: 25px;
    border-radius: 18px;
    color: #fff;
    margin-bottom: 25px;
}

.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

/* Grid */
.premium-grid {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 20px;
}

/* Cards */
.card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-4px);
}

/* Membership */
.membership-item {
    margin-top: 15px;
}

.badge {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.badge.active {
    background: #dcfce7;
    color: #16a34a;
}

.badge.expired {
    background: #fee2e2;
    color: #dc2626;
}

/* Payments */
.payment-box {
    margin-top: 10px;
}

/* Logout */
.logout-btn {
    display: inline-block;
    margin-top: 15px;
    background: #ef4444;
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  
  width: 100% !important;
}
.payment-box a{
    display: none !important;
}
/* Mobile */
@media(max-width:768px){
    .premium-grid {
        grid-template-columns: 1fr;
    }
}