/*English + All national languages*/

#stickable {
    background: #000000bf !important;
}

.tutor-template-segment.tutor-login-wrap {
    margin-top: 9rem;
}

.tutor-fs-5.tutor-color-black.tutor-mb-32 {
    color: black;
    font-size: 1.2em;
    font-weight: 600;
}

input.tutor-form-control {
    color: #922576 !important;
    font-weight: 600 !important;
}

.tutor-color-muted {
    color: #922576 !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
}

.tutor-form-check-input.tutor-form-check-input[type=checkbox] {
    border-radius: 4px !important;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    border: 1px solid #922576 !important;
}

.tutor-btn-ghost {
    font-size: 0.9em !important;
    font-weight: 600 !important;
    color: #998496 !important;
}

.tutor-color-muted:hover, .tutor-btn-ghost:hover, .tutor-btn-link:hover {
    color: #D468C3 !important;
}

button.tutor-btn.tutor-btn-primary.tutor-btn-block, button.tutor-btn.tutor-btn-primary {
    background-color: #922576 !important;
    padding: 0.5rem !important;
    text-transform: none !important;
}

button.tutor-btn.tutor-btn-primary.tutor-btn-block:hover, button.tutor-btn.tutor-btn-primary:hover {
    background-color: #D468C3 !important;
}

.tutor-color-secondary {
    color: #484848 !important;
    font-size: 1em !important;
    font-weight: 600 !important;
}

.tutor-btn-link {
    font-size: 1em !important;
    font-weight: 600 !important;
}

/**INSIDE DASHBOARD**/
.tutor-screen-frontend-dashboard .tutor-container {
	margin-top: 10rem;
}

.tutor-avatar-xl .tutor-avatar-text {
    color: white;
}

.tutor-dashboard-content .tutor-dashboard-title
{
    display:none;
}

.tutor-frontend-dashboard-course-progress .tutor-text-capitalize {
    font-size: 1em;
    font-weight: 600;
}

.tutor-dashboard-content .tutor-fs-5 {
    font-size: 1.2em;
    font-weight: 600;
	color: #922576 !important;
}

/* Hide Phone Number, Skill/Occupation, and Biography rows 
   inside the Tutor LMS dashboard profile area */
.tutor-dashboard-profile-data .tutor-row:nth-child(6),
.tutor-dashboard-profile-data .tutor-row:nth-child(7),
.tutor-dashboard-profile-data .tutor-row:nth-child(8),
.tutor-ratings,
.tutor-dashboard-menu-reviews,
.tutor-dashboard-menu-wishlist,
.tutor-dashboard-menu-purchase_history,
.tutor-dashboard-menu-question-answer,
.tutor-nav > li.tutor-nav-item a[href*="billing"],
.tutor-nav > li.tutor-nav-item a[href*="notification"]{
    display: none !important;
}

.tutor-table-quiz-attempts .tutor-mt-4 {
    color: black;
    font-size: 0.9em;
    font-weight: 600;
}

.tutor-table-quiz-attempts .tutor-color-secondary {
    font-weight: normal !important;
}

.tutor-table-quiz-attempts td:not(:first-child):not(:nth-last-child(1)):not(:nth-last-child(2)),
.tutor-quiz-attempt-details td:not(:last-child){
    color: black;
    font-weight: 600;
}

.tutor-table-quiz-attempts td:last-child .tutor-btn-sm {
    background: #B855A830;
    color: #3B1531;
    border: 1px solid #B855A8;
}

.tutor-table-quiz-attempts td:last-child .tutor-btn-sm:hover {
    background: #B855A84F;
}

.tutor-dashboard .tutor-dashboard-content .tutor-table .tutor-table-quiz-attempts tr th,
.tutor-quiz-attempt-details tr th{
	background-color:#B855A830 !important;
	border-color: #922576 !important;
	line-height: 1.2em;
	text-align: center;
}

.tutor-quiz-answer-status-wrong .tooltip-wrap .tooltip-txt {
	color:white !important;
}

.tutor-quiz-explanation-display-button {
    border: none !important;
    background-color: #B855A830 !important;
    padding: 10px !important;
}

.tutor-quiz-explanation-display-button svg path {
    stroke: #922576 !important;
}

.result .tooltip-txt .tooltip-txt {
	color:black !important;
}

.tutor-dashboard-content .tutor-nav-link:hover {
    color: #B855A8 !important;
}