:root {
	--tutor-text-size: 16px;
	--tutor-color-white: #fff;
	--tutor-color-success: #24a148;
	--tutor-color-success-rgb: 36, 161, 72;
	--tutor-color-warning: #ed9700;
	--tutor-color-warning-rgb: 237, 151, 0;
	--tutor-color-danger: #f44337;
	--tutor-color-danger-rgb: 244, 67, 55;
	--tutor-color-secondary: #41454f;
	--tutor-color-subdued: #5b616f;
	--tutor-color-muted: #757c8e;
	--tutor-color-gray: #e3e5eb;
	--tutor-color-gray-10: #eff1f6;
}

.tutor-color-black {
	color: var(--tutor-body-color);
}

.tutor-color-white {
	color: #fff;
}

.tutor-color-muted {
	color: #757c8e;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tutor-wrap {
	color: var(--tutor-body-color);
}

.tutor-wrap img {
	max-width: 100%;
	height: auto;
}

.tutor-profile-photo-upload-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.tutor-login-wrap, #tutor-registration-wrap {
	max-width: 520px;
	margin: 0 auto;
	padding: 40px 0 32px 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	border-radius: 5px;
}

.tutor-login-form-wrapper, #tutor-registration-form {
	padding: 24px 24px;
}

.tutor-review-individual-item .review-avatar img {
	border-radius: 50%;
	margin: 0;
	border: none;
	max-width: 100%;
	height: auto;
}

.prerequisites-course-feature-image img {
	width: 70px;
	border-radius: 2px;
	height: auto;
	margin: 0 !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, .08);
}

.video-poster-img img {
	max-width: 200px;
	height: auto;
}

.tutor-option-field .tutor-lesson-edit-feature-img img {
	width: 100%;
	height: auto;
}

.tutor-quiz-answer-media .option-media-preview img {
	max-width: 80px;
	height: auto;
}

.tutor-question-answer-image img {
	max-height: 25px;
	width: auto;
}

.tutor-bp-message-recipient-avatar-wrap img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.tutor-course-loop-price>.price .tutor-loop-cart-btn-wrap .tutor-course-booked-fully img {
	width: 24px;
	height: 24px;
}

.tutor-course-author img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
	vertical-align: middle;
}

.tutor-option-field-label label br {
	display: none;
}

.tutor-dashboard-avater img {
	width: 70px;
	height: 70px;
	display: block;
	border-radius: 50%;
}

.tutor-dashboard-assignment-table .student-column .student-avatar img {
	border-radius: 50%;
}

.attempt-user-details .attempt-user-avatar img {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media.content-for-desktop, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media.content-for-desktop {
	display: flex;
	flex-direction: column;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-circle .tutor-rating-container, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-rating-container {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-circle .ratings, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .ratings {
	display: flex;
	align-items: flex-end;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle {
	row-gap: 3px;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name {
	padding-left: 23px;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name span {
	font-weight: 300;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic {
	border-radius: 10px;
	height: 275px;
	width: 235px;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-social-container {
	margin-top: 12px;
}

.tutor-user-public-profile .photo-area {
	overflow: hidden;
	height: 414px;
	margin-top: 30px;
}

.tutor-user-public-profile .photo-area .cover-area {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.tutor-user-public-profile .photo-area .cover-area>div:first-child {
	height: 352px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tutor-user-public-profile .photo-area .cover-area>div:last-child {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70%;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .6));
}

.tutor-user-public-profile .photo-area .pp-area {
	position: relative;
	padding-left: 40px;
	top: -141px;
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 992px) {
	.tutor-user-public-profile .photo-area .pp-area {
		gap: 10px;
	}
}

.tutor-user-public-profile .photo-area .pp-area .profile-pic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	border: 8px solid #fff;
}

.tutor-user-public-profile .photo-area .pp-area .profile-name h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	margin: 0;
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 20px;
	flex: 1;
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container {
	font-size: 16px;
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-digits {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.tutor-user-public-profile .photo-area .pp-area .profile-rating-media .tutor-rating-container .rating-total-meta {
	color: #757575;
}

.tutor-user-public-profile .photo-area .pp-area .tutor-social-container {
	text-align: right;
}

.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a {
	display: inline-block;
	margin-left: 15px;
	color: #f5f5f5;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
}

.tutor-user-public-profile .photo-area .pp-area .tutor-social-container a:hover {
	color: #fff;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area {
	overflow: initial;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-name, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .profile-rating-media {
	padding-bottom: 137px;
}

.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .tutor-user-profile-sidebar {
	margin-top: 79px;
}

@media (min-width: 768px) {
	.tutor-user-public-profile .content-for-mobile {
		display: none;
	}
	
	.tutor-user-public-profile .content-for-desktop {
		display: block;
	}
}

@media (max-width: 991px) {
	.tutor-user-public-profile .profile-name span {
		color: #757575 !important;
	}
	
	.tutor-user-public-profile .content-for-mobile {
		display: block;
		margin: 22px 0 0 0;
		padding: 0 !important;
	}
	
	.tutor-user-public-profile .content-for-mobile .ratings {
		justify-content: center;
		align-items: center;
	}
	
	.tutor-user-public-profile .content-for-desktop {
		display: none !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area, .tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area {
		height: auto;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .photo-area .cover-area>div:first-child, .tutor-user-public-profile.tutor-user-public-profile-no-cp .photo-area .cover-area>div:first-child, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .photo-area .cover-area>div:first-child {
		height: 220px;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area, .tutor-user-public-profile.tutor-user-public-profile-no-cp .pp-area, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area {
		padding-left: 0 !important;
		top: -82px !important;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name, .tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-rating-media, .tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name, .tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-rating-media, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-rating-media {
		width: 100% !important;
		text-align: center !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span>span, .tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span>span, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span>span {
		color: #000 !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name>span:nth-of-type(2)>span, .tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name>span:nth-of-type(2)>span, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name>span:nth-of-type(2)>span {
		color: #c4c4c4 !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .profile-name h3, .tutor-user-public-profile.tutor-user-public-profile-no-cp .profile-name h3, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name h3 {
		color: #161616 !important;
		font-size: 30px !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .rating-digits, .tutor-user-public-profile.tutor-user-public-profile-no-cp .rating-digits, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .rating-digits {
		color: #161616 !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area {
		top: -98px !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-pic {
		height: 160px !important;
		width: 153px !important;
	}
	
	.tutor-user-public-profile .tutor-social-container {
		margin: 15px 0 0 0 !important;
	}
	
	.tutor-user-public-profile .tutor-social-container a {
		color: #41454f !important;
	}
	
	.tutor-user-public-profile .profile-name {
		padding: 0 !important;
	}
	
	.tutor-user-public-profile.tutor-user-public-profile-pp-circle .pp-area, .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .pp-area {
		margin-top: -83px !important;
		position: relative !important;
		top: 0 !important;
	}
	
	.tutor-user-public-profile .tutor-user-profile-sidebar {
		margin-top: 0 !important;
	}
}

.tutor-user-public-profile .tutor-user-profile-sidebar {
	padding: 15px;
	width: 278px;
	float: left;
}

.tutor-user-public-profile .tutor-user-profile-content {
	width: calc(100% - 278px);
	float: right;
	margin-bottom: 30px;
	padding-left: 30px;
}

.tutor-user-public-profile .tutor-user-profile-content h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 24px !important;
	line-height: 34px;
	margin-top: 20px;
	color: var(--tutor-body-color);
}

.tutor-user-public-profile .tutor-user-profile-content h3:first-child {
	margin-top: 0;
}

@media (max-width: 991px) {
	.tutor-user-public-profile .tutor-user-profile-sidebar, .tutor-user-public-profile .tutor-user-profile-content {
		width: 100%;
		float: none;
		padding: 10px 0;
	}
}

@media (min-width: 992px) {
	.tutor-user-public-profile .photo-area {
		margin-bottom: -90px;
	}
}

.tutor-frontend-dashboard-withdrawal .withdraw-history-table-wrap table.withdrawals-history .tutor-status-text-container .tool-tip-container img {
	display: inline-block !important;
	width: 16px;
}

.tutor-disabled-wrapper .tutor-disabled-content-wrapper img {
	margin-bottom: 30px;
}

.tutor-course-single-content-wrapper .tutor-lesson-feature-image img {
	display: block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .quiz-image img {
	max-width: 100%;
	height: auto;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .question-type-image_answering .tutor-image-answer img {
	width: 100%;
	border-radius: 6px;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg {
	width: 50px;
	height: 50px;
	margin-top: -3px;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle {
	transform: translate(17px, 15px);
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:first-child {
	stroke: var(--tutor-color-primary);
	stroke-width: 13px;
	stroke-dasharray: 44;
	stroke-dashoffset: 0;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle:last-child {
	fill: none;
	stroke: var(--tutor-color-gray);
	stroke-dasharray: 44;
	stroke-dashoffset: calc(44 - 44 * var(--quizProgress) / 100);
	stroke-width: 13px;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg {
	width: 50px;
	height: 50px;
	margin-top: -3px;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-expired-circle svg circle {
	-webkit-transform: translate(17px, 15px);
	transform: translate(17px, 15px);
	stroke: #f44337;
	stroke-dashoffset: 0;
	stroke-dasharray: 75;
	stroke-width: 2px;
	fill: #fff;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap img {
	user-select: none;
	pointer-events: none;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-image-ordering-ans .quiz-image-ordering-ans-item .tutor-quiz-image-ordering-item img {
	width: 80px;
	height: 80px;
	border-radius: 6px;
}

@media (max-width: 1200px) {
	.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-quiz-wrapper .tutor-quiz-wrap .quiz-meta-info .quiz-meta-info-right .quiz-time-remaining .quiz-time-remaining-progress-circle svg circle {
		transform: translate(29 px, 16 px);
	}
}

.tutor-course-spotlight-wrapper .tutor-conversation .comment-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.tutor-qna-single-question .tutor-qa-chatlist .tutor-qna-chat .tutor-qna-user img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.answer-image-matched-wrap .image-matching-item img {
	max-width: 35px;
}

.correct-answer-wrap img {
	max-width: 32px;
	max-height: 32px;
}

.tutor-page-wrap {
	width: 100%;
}