:root {
  --color-gold-base: #FFD700;
  --color-gold-light: #FFEB7F;
  --color-gold-dark: #E6C200;
  --color-gold-muted: #D4AF37;
  --color-bg-dark: #0A0A0A;
  --color-surface-dark: #1C1C1C;
  --color-raised-dark: #2C2C2C;
  --color-text-light: #F0F0F0;
  --color-text-dim: #B7C1D1;
  --color-border-dark: #253049;
  --color-accent-blue: #5B8CFF;
}

body {
  background-color: #0A0A0A; /* or whatever your site’s default is */
}

.lp-archive-courses {
  background: #0A0A0A !important;

}

.learn-press-breadcrumb{
  font-size: 12px;
  }

/* .lp-content-area{} */

.learn-press-message.info {
    background-color: #0A0A0A !important;
    color: #F0F0F0;
}

/* ---------------------------- Filter dropdown ----------------- */

.lp-courses-bar input[type="search"] {
  color: #F0F0F0; /* Text color */
  background-color: #0A0A0A; /* Background color */
  border: 1px solid #253049; /* Border color */
  padding: 8px 12px;
  border-radius: 4px;
}

/* Placeholder text color */

/* On focus */
.lp-courses-bar input[type="search"]:focus {
  outline: none;
  border-color: #5B8CFF;
  background-color: #2A2A2A;

}

.lp-courses-bar input[type="search"]:focus {
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}

.lp-courses-bar button {
  background-color: #0A0A0A; /* Background color */
  border: 1px solid #171717; /* Border color */
  padding: 8px 12px;
  border-radius: 4px;
}

i.lp-icon-search {
  color: #F0F0F0 !important;
}


.lp-btn-search-courses {
  background-color: #FFD700; /* Edukatt yellow */
  color: #000000;            /* Black text */
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.lp-btn-search-courses:hover {
  background-color: #FFD700; /* Slightly darker yellow on hover */
}


.courses-order-by-wrapper {
  background-color: #0A0A0A; /* Dark background */
  color: #F0F0F0;            /* Yellow text */
  padding: 8px 12px;
  border-radius: 4px;
}

/* Style the dropdown inside it */
.courses-order-by-wrapper select {
  background-color: #0A0A0A;
  color: #F0F0F0;
  border: 1px solid #253049;
  padding: 6px;
  border-radius: 4px;
}

.courses-order-by-wrapper select:hover {
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.3);
}

.switch-layout input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2) {
    background-color: var(--lp-white-grey, #F0F0F0);
}

/* ------ Course Grids --------- */

.learn-press-courses .course-content .course-readmore a {
    color: #B7C1D1;
}

.learn-press-courses .course-content .course-readmore a:hover {
    color: #0A0A0A;
}

/* ------------------------- Single Course ----------------- */

.lp-course-curriculum .course-section .course-section-header {
    background-color: #0A0A0A;
}

.lp-course-curriculum .course-section__title {
    color: #FFD700;
}

.lp-archive-courses .course-summary-sidebar__inner>div {
    background-color: #0A0A0A;
}

.course-summary-sidebar {
    --lp-button-color: #0A0A0A;
}

.course-sidebar-preview .course-price .origin-price {
    color: #F0F0F0
}

.course-sidebar-preview .course-price .price {
    color: #F0F0F0
}

.course-summary-sidebar {
    --lp-button-background-color: #2C2C2C;
    --lp-button-color: #F0F0F0;
}

.course-summary-sidebar .lp-course-buttons button {
    color: #F0F0F0;
}

.course-summary-sidebar .course-sidebar-preview {
    background: #0A0A0A;
}

.course-rate .course-rate__summary-value {
    color: #F0F0F0;
}

.course-rate .course-rate__summary-text {
    color: #F0F0F0;
}

.course-rate .course-rate__details-row .course-rate__details-row-value .rating-count {
    color: #F0F0F0;
}
.course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
    width: 100%;
    background: #253049;
}


.learnpress-course-review .course-reviews-list li {
    background-color: #0A0A0A;
    border: 1px solid #253049;
}

.learnpress-course-review .course-reviews-list li .review-text {
    color: #B7C1D1;
    font-style: italic;
    font-size: 12px;
}

.learnpress-course-review .course-reviews-list li .review-title {
    font-style: normal;
}

.course-sidebar-preview .course-time-row strong {
    color: #666;
}

.course-sidebar-preview .course-time-row time {
    color: #666;
}

.course-sidebar-preview .course-time-row strong {
    color: #666;
}

.course-sidebar-preview .course-time-row time {
    color: #666;
}

.course-summary-sidebar .course-results-progress .items-progress__heading, .course-summary-sidebar .course-results-progress .course-progress__heading {
    color: #666;
}


/* ----------- Instructor Profile - Single Course -------------- */
.course-tab-panel .lp-course-author .author-title a {
    color: #F0F0F0;
}

.comments-area {
    color: #B7C1D1;
}


/* ------------------Lessons Page---------------------- */

#popup-course {
    display: flex;
    position: static;
    background: #0A0A0A;
}


#popup-header {
    position: absolute;
}

#popup-sidebar .search-course {
    background: #0A0A0A;
}

#popup-footer {
    border-top: 1px solid #253049;
    background: #0A0A0A;
}

#popup-footer .course-item-nav .prev a, #popup-footer .course-item-nav .next a {
    color: #B7C1D1;
}

#popup-footer .course-item-nav .prev::before, #popup-footer .course-item-nav .next::before {
    color: #B7C1D1;
}


.learn-press-message.success {
    background-color: #0A0A0A;
    color: #B7C1D1;
}

h1 {
  text-align: center;
  margin-bottom: 3rem;
}

.lp-user-profile .lp-profile-username {
    color: #FFD700;
}

.lp-user-profile .lp-profile-nav-tabs>li.active>a, .lp-user-profile .lp-profile-nav-tabs>li.active>a i {
    color: #0A0A0A;
}

.lp-user-profile:hover .lp-profile-nav-tabs>li.active>a:hover, .lp-user-profile .lp-profile-nav-tabs>li.active>a:hover i {
       background: #1C1C1C;
       color:#F0F0F0;
}

.lp-user-profile .lp-profile-nav-tabs li>ul li {
       background: #0A0A0A;
}

.lp-user-profile:hover .lp-profile-nav-tabs>li:hover {
       background: #1C1C1C;
       color:#F0F0F0;
}

.dashboard-statistic__row .statistic-box {
    background: #0A0A0A;
}

.learn-press-courses[data-layout=grid] .wp-block-learnpress-course-item-template, .learn-press-courses[data-layout=grid] .course-item, .learn-press-courses.lp-courses-related .wp-block-learnpress-course-item-template, .learn-press-courses.lp-courses-related .course-item {
    border: 1px solid #253049;
}


.learnpress table th, .learnpress table td {
    background: #0A0A0A !important;
}

.learnpress table thead th {
    background: #0A0A0A;
}

.learn-press-message.error {
    background-color: #0A0A0A;
    color: #B7C1D1;
}

.lp-user-profile .profile-orders .column-order-actions a {
    color: #FFD700;
}

.lp-user-profile:hover .profile-orders:hover .column-order-actions:hover a {
    color: #F0F0F0;
}

.learnpress_avatar__form__upload {
    display: flex
;
    background-color: #2C2C2C;
}

.quiz-intro-item__title {
    color: #B7C1D1;
}

.quiz-intro-item__content {
    color: #B7C1D1;
}

.lp-checkout-form__before .lp-checkout-block h4, .lp-checkout-form__after .lp-checkout-block h4 {
    color: #B7C1D1;
}


#checkout-order .course-name a {
    color: #B7C1D1;
}

#learn-press-order-review, .learn-press-checkout-comment {
    margin-top: 20px;
}

#learn-press-checkout .payment-methods .lp-payment-method.selected>label {
    background: #0A0A0A;
}

#learn-press-checkout .payment-methods .payment-method-form {
    background: #0A0A0A;
}

#checkout-payment #checkout-order-action button {
    color: #0A0A0A;
}

#checkout-payment:hover #checkout-order-action:hover button {
    background: #0A0A0A;
        color: #F0F0F0;
}

.lp-user-profile .lp-user-profile-socials a {
     
	background: #FFD700;
	color: #0A0A0A;
 }

.lp-user-profile:hover .lp-user-profile-socials:Hover a {
	background: #0A0A0A;
     color: #F0F0F0;
 }

.lp-user-profile .lp-profile-nav-tabs>li.active {
    background: #FFD700;
}

.lp-user-profile .lp-profile-nav-tabs>li>a>i {
    color: #F0F0F0;
}

.lp-user-profile .lp-profile-nav-tabs>li>a>i {
    color: #F0F0F0;
}

.lp-review-svg-star.fas svg {
    fill: #FFD700;
}

.lp-courses-bar .switch-layout .switch-btn::before {
    color: #FFD700;
}

.switch-layout input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4) {
    background-color: #F0F0F0;
	Color: #0A0A0A;
}

input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4)::before {
    color: #0A0A0A;
}

.switch-layout input[type=radio]:nth-child(3):checked ~ .switch-btn:nth-child(4) {
    background-color: #FFD700;
}

input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2)::before {
    color: #0A0A0A;
}

.switch-layout input[type=radio]:nth-child(1):checked ~ .switch-btn:nth-child(2) {
    background-color: #FFD700;
}

.lp-review-svg-star.fas svg {
    fill: #FFD700 !important;
 }

.course-rate__details-row .course-rate__details-row-value .rating, .course-rate__details-row .course-rate__details-row-value .rating-gray {

    background: #FFD700;
}

.learnpress-course-review .course-reviews-list li, .learnpress-course-review .course-reviews-list-shortcode li {

    background-color: #0A0A0A !important;

}

button.write-a-review.lp-button {
    background: #FFD700;
	color: #0A0A0A;
}

button.write-a-review.lp-button:hover {
	color: #FFD700;
	background: #0A0A0A;
}

.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-display-name {
    color: #F0F0F0;
}

.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-btn-view {
    color: #F0F0F0 !important;
}