@charset "utf-8";

.menu-item-1060, .menu-item-1059{ display:none !important; }
.logged-in .menu-item-1060, .logged-in .menu-item-1059{ display:inline-block !important; }

.fiverr-checkout {
	clear: both;
	display: none;
	margin: 40px auto;
	width: 100%;
	text-align: center;
	color: rgba(29,191,115,0.9);
	text-shadow: 0.4px 0.4px #000;
}
.pending-invoice {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin: 26px 0 0 0;
	background-color: rgba(8, 0, 255, 0.03);
}
.pending-invoice > div{
	font-size:10px;
	
}
.post-entry ul.ab-team {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.post-entry ul.ab-team li {
	float: left;
	list-style: none;
	margin: 0 0 50px 0;
	text-align:center;
	width:33%;
}
.post-entry ul.ab-team li a {
	float: left;
	text-align: center;
	width: 100%;
}
.post-entry ul.ab-team li a b{
	float:left;
	width:100%;
	text-align:center;
	color:#000;
}
.post-entry ul.ab-team li a:hover b{
	color:#333;
}
.hash-refresh {
	font-size: 10px;
	clear: both;
	display: block;
	text-align: center;
	width: 100%;
	padding: 20px 0 0;
	color: #fff;
}
.hash-refresh:hover,
.hash-refresh:active{
	color:#900;
}
ul.customer-downloads{
	margin:0;
	padding:0;
}
ul.customer-downloads li{
	height:42px;
	list-style: inside decimal !important;
}
ul.customer-downloads li a{
}


/* === WRAPPER === */
.woocommerce-account .woocommerce {
    display: flex;
    gap: 30px;
    padding: 40px;
    background: #f4f6f8;
    min-height: 80vh;
}

/* === SIDEBAR === */
.woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    height: fit-content;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation li a {
    display: block;
    font-weight: 600;
    color: #333;
    background: #f9fafb;
    padding: 12px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    background: #0071a1;
    color: #fff;
}

/* === CONTENT AREA === */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 35px 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* === SECTION HEADINGS === */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

/* === TABLES (Orders, Downloads) === */
.woocommerce-account table.shop_table {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-account table.shop_table thead {
    background: #f1f3f5;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce-account table.shop_table th {
    font-size: 15px;
    font-weight: 700;
    color: #555;
}

.woocommerce-account table.shop_table td {
    font-size: 14px;
}

/* === BUTTONS === */
.woocommerce-account a.button,
.woocommerce-account button.button {
    padding: 10px 18px;
    background: #0071a1;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.woocommerce-account a.button:hover,
.woocommerce-account button.button:hover {
    background: #005b82;
}

/* === FORM INPUTS (Edit Account, Address) === */
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9fafb;
    font-size: 14px;
}

/* === NOTICE MESSAGES === */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info {
    border-radius: 6px;
    padding: 15px 20px;
    font-size: 14px;
}

/* === DASHBOARD SHORTCUTS (Optional for your dashboard page) === */
.woocommerce-MyAccount-content .woocommerce-dashboard-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.woocommerce-dashboard-shortcut {
    flex: 1 1 200px;
    background: #f9fafb;
    padding: 20px 25px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    color: #0071a1;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.woocommerce-dashboard-shortcut:hover {
    background: #0071a1;
    color: #fff;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-decoration: none;
    background: #f9fafb;
    padding: 12px 18px;
    border-radius: 6px;
    color: #333;
    font-weight: 600;
    transition: background 0.3s ease, color 0.3s ease;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #0071a1;
    color: #fff;
}

/* === GENERAL LINK STYLING INSIDE MY ACCOUNT ORDERS TABLE === */
.woocommerce-account .woocommerce-orders-table a.button,
.woocommerce-account .woocommerce-MyAccount-orders a.button,
.woocommerce-account .shop_table a.button,
.woocommerce-account .shop_table_responsive a.button,
.woocommerce-account .my_account_orders a.button,
.woocommerce-account .account-orders-table a.button {
    display: inline-block;
    padding: 8px 16px;
    background: #0071a1;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* === HOVER EFFECT === */
.woocommerce-account .woocommerce-orders-table a.button:hover,
.woocommerce-account .woocommerce-MyAccount-orders a.button:hover,
.woocommerce-account .shop_table a.button:hover,
.woocommerce-account .shop_table_responsive a.button:hover,
.woocommerce-account .my_account_orders a.button:hover,
.woocommerce-account .account-orders-table a.button:hover {
    background: #005b82;
    color: #ffffff;
    text-decoration: none;
}

/* Style for the submit button when on a page/post with the wp-sale-download class */
body.wp-sale-download form input[type="submit"] {
    background-color: #0073e6 !important; /* Blue background, !important to override any inherited styles */
    color: #fff !important; /* White text */
    border: 2px solid #005bb5 !important; /* Darker blue border */
    padding: 10px 20px !important; /* Padding for size */
    font-size: 16px !important; /* Font size */
    font-weight: bold !important; /* Bold text */
    border-radius: 5px !important; /* Rounded corners */
    cursor: pointer !important; /* Pointer on hover */
    background-image: none !important; /* Remove any inherited background image */
    transition: background-color 0.3s ease, border-color 0.3s ease !important; /* Smooth transition for hover effect */
}

/* Hover effect for the submit button */
body.wp-sale-download form input[type="submit"]:hover {
    background-color: #005bb5 !important; /* Darker blue on hover */
    border-color: #003f8c !important; /* Even darker blue border on hover */
}

/* Focus effect for accessibility */
body.wp-sale-download form input[type="submit"]:focus {
    outline: none !important; /* Remove default outline */
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.8) !important; /* Light blue glow on focus */
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        padding: 20px;
    }

    .woocommerce-MyAccount-navigation {
        flex: none;
        margin-bottom: 20px;
    }

    .woocommerce-MyAccount-content {
        flex: none;
    }
}
