/*
Theme Name: Grownetskillnepal
Author: Smart Web
Version: 1.4
*/

/* Dashboard Sidebar Styles */

/* Make the dashboard layout two columns */
/*.yith-wcaf.yith-wcaf-dashboard.woocommerce {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/* Sidebar navigation style */
/*.yith-wcaf-dashboard-navigation {*/
/*    width: 250px;*/
/*    background-color: #f8f9fa;*/
/*    padding: 20px;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*    border-right: 1px solid #ddd;*/
/*    min-height: 100vh;*/
/*    box-shadow: 2px 0 5px rgba(0,0,0,0.05);*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/

/*.yith-wcaf-dashboard-navigation li {*/
/*    margin-bottom: 15px;*/
/*}*/

/*.yith-wcaf-dashboard-navigation li a {*/
/*    display: block;*/
/*    padding: 10px 15px;*/
/*    background-color: #fff;*/
/*    border-radius: 5px;*/
/*    color: #333;*/
/*    text-decoration: none;*/
/*    transition: all 0.3s ease;*/
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/
/*}*/

/*.yith-wcaf-dashboard-navigation li a:hover {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*}*/

/*.yith-wcaf-dashboard-navigation .is-active a {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*}*/

/* Content area beside sidebar */
/*.yith-wcaf-section {*/
/*    flex: 1;*/
/*    padding: 20px;*/
/*    background: #ffffff;*/
/*}*/

/*.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li {*/
/*    width: 100%;*/
/*}*/
/*.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation {*/
/*    padding: 15px;*/
/*}*/
/*.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li{*/
/*    border-radius: 0px;*/
/*    padding: 15px;*/
/*}*/

/*.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li.is-active a {*/
/*    color: #ffffff !important;*/
/*    background: #333;*/
/*    border-radius: 0px;*/
/*    padding: 15px;*/
/*}*/
/*.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li {*/
/*    display: contents !important;*/
/*}*/
/*.yith-wcaf-dashboard ul.yith-wcaf-dashboard-navigation li a:hover {*/
/*    color: #fff;*/
/*    background: #333;*/
/*    border-radius: 0px;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .yith-wcaf.yith-wcaf-dashboard.woocommerce {*/
/*        flex-direction: column;*/
/*    }*/

/*    .yith-wcaf-dashboard-navigation {*/
/*        width: 100%;*/
/*        border-right: none;*/
/*        border-bottom: 1px solid #ddd;*/
/*        min-height: auto;*/
/*        flex-direction: row;*/
/*        overflow-x: auto;*/
/*        white-space: nowrap;*/
/*    }*/

/*    .yith-wcaf-dashboard-navigation li {*/
/*        display: inline-block;*/
/*        margin-right: 10px;*/
/*    }*/

/*    .yith-wcaf-section {*/
/*        padding: 10px;*/
/*    }*/
/*}*/



/* boostup-dashboard.css */
.boostup-dashboard {
    font-family: Arial, sans-serif;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 0 24px;
    background: linear-gradient(90deg, #0e1f2f 0%, #0a82ed 100%);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    min-height: 70px;
    top: 0;
    right: 0;
    z-index: 1001;
}

.dashboard-header h1 {
    color: #fff;
    margin: 0;
}

.user-info {
    font-size: 20px;
    color: #ffffff;
    display: inline-flex;
    border-left: 2px solid #00b158;
    padding: 0px 10px;
}

.dashboard-container {
    display: flex;
    gap: 30px;
}

.dashboard-navigation {
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #032234;
}

.nav-item {
    margin-bottom: 0px;
}

.nav-item a {
    display: block;
    padding: 15px 15px;
    background: #042233;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    transition: all 0.3s;
    border-bottom: 2px solid #ffffff;
}

.nav-item a:hover {
    background: #000000;
}

.nav-item.active a {
    background: #4CAF50;
    color: white;
}

.dashboard-content {
    flex: 1;
}

.dashboard-section {
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.dashboard-section h2 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.dashboard-section h3 {
    margin-top: 0;
    color: #555;
}

.user-id {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.sales-dates {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.sales-dates div {
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.stat-card {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.stat-value {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: #666;
}

.affiliate-link-container {
    display: flex;
    margin-bottom: 20px;
}

.affiliate-link-container input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.btn-copy, .btn-save, .btn-request, .btn-upload, .btn-continue, .btn-upgrade {
    padding: 10px 15px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-copy:hover, .btn-save:hover, .btn-request:hover, .btn-upload:hover, .btn-continue:hover, .btn-upgrade:hover {
    background: #45a049;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table th, table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table th {
    background: #f5f5f5;
    font-weight: bold;
}

.status-completed, status-active {
    color: #4CAF50;
}

.status-pending {
    color: #FFC107;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input, .form-group select, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.course-item {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.course-progress {
    height: 10px;
    background: #f0f0f0;
    border-radius: 5px;
    margin: 10px 0;
}

.progress-bar {
    height: 100%;
    background: #4CAF50;
    border-radius: 5px;
}

.available-balance {
    font-size: 18px;
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 20px;
}





/* Status indicators */
.payout-status {
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

.payout-status.pending {
    background-color: #ff9800;
}

.payout-status.processing {
    background-color: #2196f3;
}

.payout-status.completed {
    background-color: #4caf50;
}

.payout-status.failed {
    background-color: #f44336;
}

/* Table styling */
.wp-list-table .column-amount { width: 10%; }
.wp-list-table .column-method { width: 15%; }
.wp-list-table .column-status { width: 10%; }
.wp-list-table .column-reference_id { width: 20%; }
.wp-list-table .column-payout_date { width: 15%; }

/* Settings section */
.payout-settings {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.boostup-dashboard .user-name {
    padding: 15px;
}

body.wp-singular.page-template-default.page.page-id-402.logged-in.wp-theme-skillhubnepal.theme-skillhubnepal.woocommerce-js {
    padding: 0px !important;
    margin: 0px !important;
}


.profile-body.text-center {
    bottom: 0;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    top: 0;
    -webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    z-index: 1;
    border-radius: 5px;
    background: #0e1f2f;
}
.video-thumbnail.disabled-video {
    display: none;
}
.video-thumbnail {
    display: none !important;
}
.service-item.wow.bounceInUp.animated h4 {
    text-align: left;
    font-size: 20px;
    color: #333;
}






