/*
Theme Name: Brainfwd
Theme URI: https://www.brainfwd.com
Author: Codexse
Author URI: https://www.codexse.com
Description: Brainfwd is a modern, responsive WordPress theme designed specifically for brain training platforms, educational course websites, and cognitive performance improvement services. Built with flexibility and performance in mind, this theme is perfect for students, professionals, and creatives looking to boost memory, focus, and productivity through online courses.
Version: 1.0.41
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brainfwd
Tags: education, e-learning, brain-training, course, online-learning, coaching, responsive, accessibility-ready
*/

.tutor-video-player {
    line-height: 0px;
    overflow: hidden;
    border-radius: 10px;
}

.tutor-cart-page,
.tutor-checkout-page {
    padding: 0;
}

.tutor-card {
	border-radius: 12px !important;
	overflow: hidden;
}

.tutor-profile-dropdown {
    position: relative;
}

.tutor-profile-dropdown .tutor-dashboard-menu-divider {
	margin: 0px;
}

.tutor-profile-dropdown .tutor-profile-menu {
    position: absolute;
    right: -17px;
    top: calc(100% + 26px);
    width: 230px;
    background-color: white;
    padding: 24px;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.1);
	border: 1px solid #e9f0f0;
    margin: 0;
    border-radius: 6px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
	
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.tutor-profile-dropdown:hover .tutor-profile-menu {
	opacity: 1;
	visibility: visible;
    top: calc(100% + 16px);
}

.tutor-profile-dropdown .tutor-profile-menu .tutor-dashboard-menu-item.active .tutor-dashboard-menu-item-link {
    color: var(--tutor-color-primary);
}

.tutor-profile-dropdown .tutor-profile-menu .tutor-dashboard-menu-item-link {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tutor-profile-dropdown .tutor-profile-menu .tutor-dashboard-menu-item-icon {
    display: inline-block;
    transform: translateY(-2px);
    color: var(--tutor-color-primary);
}

.tutor-profile-dropdown .tutor-profile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 99px;
}

.tutor-profile-dropdown .tutor-profile-menu:before {
    position: absolute;
    right: 25px;
    bottom: 100%;
    width: 12px;
    height: 12px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9f0f0;
}

.tutor-profile-dropdown .tutor-profile-menu:after {
    position: absolute;
    right: 10px;
    bottom: 100%;
    width: 30px;
    height: 30px;
    content: "";
}


.nsl-container-buttons {
    width: 100%;
}

.tutor-course-card .tutor-course-name, .tutor-course-card .tutor-course-name a {
    line-height: 1.2em;
}

.single_post-thumbnail__meta .post-title {
    text-align: center;
}