body {
    background-color: #ffffff;
}

body {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

body, footer:not(.bg--primary):not(.bg--dark) a {
    color: #666666;
}

.public-search-page .searchResults h6 a, a, .tabs li.active .tab__title span, .tabs li.active .tab__title, .public-search-page .searchResults .resultUrl {
    color: #4a90e2;
}

.public-search-page .searchResults h6 a:hover, a:hover {
    color: #a73d33;
}

.lead {
    color: #808080;
}

.bg--secondary {
    background: #fafafa;
}

section:not(.imagebg):not([class*='bg-']) + section.bg--secondary, section.bg--secondary:not(.imagebg) + section:not(.imagebg):not([class*='bg-']) {
    border-top: 1px solid #ebebeb;
}

.menu-horizontal > li > a, .menu-horizontal > li > span, .menu-horizontal > li > .modal-instance > .modal-trigger, .dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a, .menu-horizontal > li > a:hover, .menu-horizontal > li > span:hover, .menu-horizontal > li > .modal-instance > .modal-trigger:hover {
    color: #252525;
}

.dropdown .dropdown__content:not([class*='bg-']) {
    background: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    background: #4a90e2;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    color: #ffffff;
}

a.btn--primary, .btn--primary:visited, .btn--primary-1, .btn--primary-1:visited, button.btn.btn--primary, input[type="submit"].btn.btn--primary {
    border-color: #4a90e2;
}

a.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    background: #609de6;
}

.btn--primary:hover, .btn--primary-1:hover, button.btn.btn--primary:hover, input[type="submit"].btn.btn--primary:hover {
    border-color: #609de6;
}

.btn:not([class*="primary"]) .btn__text, .btn i {
    color: #252525;
}

.btn:not([class*="primary"]) {
    border-color: #d3d3d3;
}

.btn:not([class*="primary"]):hover {
    border-color: #252525;
}

h1, .h1 {
    color: #252525;
}

h2, .h2 {
    color: #252525;
}

h3, .h3 {
    color: #252525;
}

h4, .h4 {
    color: #252525;
}

h5, .h5 {
    color: #252525;
}

h6, .h6 {
    color: #252525;
}

input[type], textarea, select {
    background: #fcfcfc;
}

input[type], textarea, select {
    border: 1px solid #ececec;
}

.boxed:not([class*='bg-']) {
    background: #ffffff;
}

.boxed.boxed--border {
    border: 1px solid #ececec;
}

.table--alternate-row tbody tr:nth-child(odd) {
    background: rgba(255,255,255,0);
}

.table--alternate-row tbody tr:nth-child(even) {
    background: #fafafa;
}

.accordion-1 li.active .accordion__title, .paging_full_numbers .paginate_active {
    border: 1px solid #4a90e2; background: #4a90e2;;
}


/* General styles for rewards boxes */
.rewards-box {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.rewards-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.rewards-box h2 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 600;
}

.rewards-box p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

/* Specific styles for each box */
.total-unpaid-earnings {
    background-color: #28a745; /* Green */
}

.total-paid {
    background-color: #007bff; /* Blue */
}

.ppd-recent-earnings {
    background-color: #ffc107; /* Yellow */
}

/* New box for Total Downloads Today */
.total-downloads-today {
    background-color: #17a2b8; /* Teal */
}

/* Styles for pending payment text */
.pending-payment {
    color: #f0f0f0;
    margin-top: 10px;
}

/* Styles for the Request Withdrawal button */
.request-withdrawal-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #dc3545; /* Red */
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: background-color 0.3s, box-shadow 0.3s;
    text-align: center;
}

.request-withdrawal-btn:hover {
    background-color: #c82333; /* Darker red */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.request-withdrawal-btn.disabled {
    background-color: #e0e0e0; /* Grey */
    cursor: not-allowed;
    color: #a0a0a0;
}



.btn-light-orange {
    background-color: #f39c12; /* Light orange color */
    color: white; /* Text color */
    font-size: 16px; /* Larger text size */
    padding: 12px 20px; /* Increase padding for a larger button */
    width: 100%; /* Full width of its container */
    max-width: 300px; /* Optional: set a maximum width */
    border: none; /* Remove border */
    border-radius: 4px; /* Optional: add border radius for rounded corners */
    display: block; /* Ensure the button spans full width */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.btn-light-orange:hover {
    background-color: #e67e22; /* Darker orange for hover effect */
    color: white; /* Ensure text color remains white on hover */
}




/* Overall layout */
.section-heading {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

/* Container for stats sections */
.stats-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Each stat box */
.stat-box {
    width: 48%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Stat titles */
.stat-box h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

/* Stat values */
.stat-value {
    font-size: 22px;
    font-weight: bold;
    color: #4CAF50;  /* Green color for positive numbers */
}

/* Small text below the stats */
.small-text {
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

/* Button container */
.withdrawal-btn-container {
    text-align: center;
    margin-top: 40px;
}

/* Button styling */
.btn--primary-1 {
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
}

.btn--primary-1:hover {
    background-color: #45a049;
}

.btn__text {
    font-size: 16px;
}
