/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0.1704732102
Updated: 2024-01-08 22:11:42

*/

.tutor-course-details-top.tutor-mt-16,aside.tutor-col-xl-4 {
    display: none;
}

main#wp--skip-link--target {
    width: 100%;
}

.plyr__progress {cursor: not-allowed;pointer-events: none;}

.plyr__controls__item.plyr__menu {
    display: none;
}
video.tutorPlayer {
    background: url(https://lms.bettermindinstitute.com/wp-content/uploads/2023/12/BetterMindInstitute.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body.tutor-lms .wp-block-group.alignwide.is-content-justification-space-between.is-layout-flex{justify-content: space-between;}

body:not(.logged-in) li.wp-block-navigation-item.wp-block-navigation-link:nth-child(2) { display:none;}

div.plyr--video .plyr__controls {
    position: relative;
    background: black;
    width: 100%;
    opacity: 1 !important;
    transform: translateY(0) !important;
    padding: 10px;
}

.plyr__video-wrapper,button.plyr__controls__item.plyr__control[data-plyr="pip"] {
    display: none;
}
header.site-header {
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
}

div#buddypress {
    max-width: 100%;
}
main#content {
    border: 1px solid var(--tutor-border-color);
    padding: 20px;
    border-radius: 6px;
}
.tutor-course-details-page.tutor-container {
    border: 1px solid var(--tutor-border-color);
    text-align: center;
    border-radius: 6px;
}

.tutor-row.tutor-gx-xl-5 {
    justify-content: center;
}

h1.tutor-course-details-title {
    text-align: center;
    max-width: 100%;
}
li.menu-item.menu-item-504 {
    display: none !important;
}
.logged-in li.menu-item.menu-item-504 {
    display: flex !important;
}

.leaderboard-main-cont {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 5px 10px 5px #e4e7fb;
            box-shadow: 0px 5px 10px 5px #e4e7fb;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 0.5rem;
            border: 1px solid var(--tutor-color-primary);
            margin-bottom: 60px;
}

.header {
    background: var(--tutor-color-primary);
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0.2rem 0.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

#leaderboard tr.header th {
    background: #333333;
    color: #fff;
}

#leaderboard tr.header {
    transform: none !important;
}
#leaderboard {
  width: 100%;
  position: relative;
  z-index: 9;
}

#leaderboard table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #141a39;
  cursor: default;
  margin: 0;
}
.leaderboard-main-cont table {
    margin: 0;
}
.tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-capitalize-text.tutor-mb-24.tutor-dashboard-title {
    display: none;
}
#leaderboard tr {
  transition: all 0.2s ease-in-out;
  border-radius: 0.2rem;
}

table td, table th {
    padding: 12px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsl(226deg 71% 56% / 50%);
}
#leaderboard tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#leaderboard tr:nth-child(even) {
  background-color: #ffffff;
}
tr.self {
    color: #fff;
}
.exam-progress-cont {
    box-shadow: 0 2px 3px 1px #dcdfe5;
    border-radius: 0.5rem;
}

.exam-progress-cont #charts-container {
    padding: 20px;
}
#leaderboard table td, #leaderboard table th {
  padding: 1rem;
  position: relative;
  border: 0;
  vertical-align: middle;
}
#leaderboard table tr:last-child td {
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
}

#leaderboard .number {
  width: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

#leaderboard .name {
  text-align: left;
  font-size: 1rem;
}

#leaderboard .points,#leaderboard .trend {
  font-size: 1rem;
  justify-content: flex-end;
  text-align: center;
}
#leaderboard .self {
    font-weight: 600;
}

#leaderboard .ribbon {
  width: calc(100% + 2rem);
  height: 3.5rem;
  top: .1rem;
  background-color: #5c5be5;
  position: absolute;
  left: -1rem;
  -webkit-box-shadow: 0px 15px 5px -10px #7a7a7d;
  box-shadow: 0px 15px 5px -10px #7a7a7d;
}

#leaderboard .ribbon::before {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  left: 0.35rem;
  transform: rotate(45deg);
  background-color: #5c5be5;
  position: absolute;
  z-index: -1;
}

#leaderboard .ribbon::after {
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  bottom: -0.8rem;
  right: 0.35rem;
  transform: rotate(45deg);
  background-color: #5c5be5;
  position: absolute;
  z-index: -1;
}
.nodata {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 90%;
    margin: 20px auto;
}