.workflow_btn
{
	position: relative;
	right: 55px;
	display: inline-block;
	
	padding: 18px 68px;
	
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.75px;
	color: #F7F7FC;
	
	background: #BD00FF;
	
	border-radius: 20px;
	
	cursor: pointer;
}

.review_count
{
	position: absolute;
	top: 13px;
	right: 15px;
	
	padding: 5px 0px;
	
	width: 36px;
	height: 36px;
	
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.75px;
	color: #000;
	
	background: #FCFCFC;
	
	border-radius: 50%;
}

.review_holder
{
	position: fixed;
	top: 0px;
	left: 0px;
	
	width: 100vw;
	height: 100vh;
	
	background: rgba(0, 0, 0, 0.6);
	
	z-index: 3;
}

.review_content
{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: 1200px;
	height: 95vh;
	
	padding: 20px;
	
	background: #0B0A19;
	
	font-family: Poppins;
	
	border-radius: 12px;
	
	overflow-y: auto;
}

.review_content::-webkit-scrollbar, .notes_container::-webkit-scrollbar, .area_note textarea::-webkit-scrollbar, .notes_list::-webkit-scrollbar, .drop_filter::-webkit-scrollbar
{
    width: 8px;
	background-color: #99949c;
	border-radius: 10px;
}
.review_content::-webkit-scrollbar-track, .notes_container::-webkit-scrollbar-track, .area_note textarea::-webkit-scrollbar-track, .notes_list::-webkit-scrollbar-track, .drop_filter::-webkit-scrollbar-track
{
	border-radius: 10px;
}

.review_content::-webkit-scrollbar-thumb , .notes_container::-webkit-scrollbar-thumb, .area_note textarea::-webkit-scrollbar-thumb, .notes_list::-webkit-scrollbar-thumb, .drop_filter::-webkit-scrollbar-thumb
{
	background: #3f3d40; 
	border-radius: 10px;
}

.review_main_title
{
	position: relative;
	
	width: 100%;
	
	padding-right: 55px;
	
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 70px;
	letter-spacing: 1px;
	text-align: left;
	color: #FFFFFF;
}

.close_flow
{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	
	width: 25px;
	height: 25px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close_flow.svg');
	
	cursor: pointer;
}

.review_subtitle
{
	padding-bottom: 30px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
}

.menu_content
{
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

.classes_length_content
{
	display: inline-block;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

.menu_content_review
{
	display: inline-block;
	width: 100%;
	text-align: left;
}

.one_review_menu
{
	display: inline-block;
	
	margin-right: 30px;
	padding-bottom: 10px;
	
	border-bottom: 5px solid #3a3939;
	
	cursor: pointer;
}

.review_menu_title
{
	display: inline-block;
	
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #3a3939;
	
	vertical-align: middle;
}

.review_menu_number
{
	display: inline-block;
	
	margin-left: 15px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.75px;
	color: #3a3939;
	
	vertical-align: middle;
}

.one_review_menu.active
{
	border-bottom: 5px solid #F3EFFF;
}

.one_review_menu.active .review_menu_title
{
	color: #fff;
}

.one_review_menu.active .review_menu_number
{
	width: 57px;
	height: 57px;
	
	padding: 12px 0px;
	
	background: #F3EFFF;
	
	color: #6D118C;
	text-align: center;
	
	border-radius: 50%;
}

.one_count_classes
{
	display: inline-block;
	
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
	
	vertical-align: middle;
}

.one_count_classes.first_count
{
	margin-right: 30px;
}

.menu_length_container
{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.review_filters_content
{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.one_filter_review
{
	position: relative;
	display: inline-block;
	
	min-width: 200px;
	
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 14px 50px 14px 25px;
	
	background: #24223D;
	
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.75px;
	color: #DDDDDD;
	
	border-radius: 15px;
	
	vertical-align: middle;
	cursor: pointer;
}

.one_filter_review.active
{
	background: #0A091A;
}

.filter_arrow
{
	position: absolute;
	top: 15px;
	right: 15px;
	
	width: 12px;
	height: 24px;
	
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/filter_arrow.svg');
}

.filter_arrow.active
{
	transform: rotate(180deg);
}

.with_notes_content
{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.notes_filter_title
{
	display: inline-block;
	
	margin-right: 15px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.75px;
	color: #DDDDDD;
	
	vertical-align: middle;
}

.filter_toogle
{
	display: inline-block;
	
	width: 32px;
	height: 32px;
	
	background: #C7C7C8;
	
	vertical-align: middle;
	border-radius: 50%;
	cursor: pointer;
}

.filter_toogle.active
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/active_check.svg');
}

.classes_review_content
{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.one_class_review
{
	display: inline-block;
	
	width: 100%;
	
	margin-bottom: 20px;
	padding: 20px 15px;
	
	background: #121126;
	box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
	border-radius: 12px;
}

.class_review_info
{
	display: inline-block;
	width: calc(100% - 370px);
	text-align: left;
	vertical-align: middle;
}

.top_info_class
{
	display: inline-block;
	width: 100%;
	text-align: left;
}

.top_span
{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.25px;
	color: #FFFFFF;
}

.class_dot
{
	margin: 0px 8px;
}

.class_interest
{
	display: inline-block;
	
	margin-left: 10px;
	padding: 5px 8px;
	
	background: #3F3E4D;
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	align-items: center;
	letter-spacing: 0.25px;
	color: #FCFCFC;
	
	border-radius: 12px;
	
	vertical-align: middle;
}

.class_name
{
	padding: 15px 0px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
}

.bottom_class_content
{
	display: inline-block;
	width: 100%;
	text-align: left;
}

.instructor_avatar
{
	display: inline-block;
	
	width: 32px;
	height: 32px;
	
	margin-right: 10px;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	vertical-align: middle;
	
	border-radius: 50%;
}

.instructor_name
{
	display: inline-block;
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.25px;
	color: #FFFFFF;
	
	vertical-align: middle;
}

.class_review_buttons
{
	display: inline-block;
	width: 370px;
	text-align: right;
	vertical-align: middle;
}

.notes_button
{
	display: inline-block;
	
	width: 64px;
	height: 64px;
	
	padding: 19px 0px;
	
	text-align: center;
	
	vertical-align: middle;
	cursor: pointer;
}

.notes_button.active
{
	background: #E4DAFF;
	border-radius: 12px;
}

.plus_sign
{
	display: inline-block;
	
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.75px;
	color: #E4DAFF;
	
	vertical-align: middle;
}

.count_note
{
	display: inline-block;
	
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.75px;
	color: #000000;
	
	vertical-align: middle;
}

.note_icon_review
{
	display: inline-block;
	
	width: 18px;
	height: 18px;
	
	margin-left: 5px;
	
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/inactive_note.svg');
	
	vertical-align: middle;
}

.note_icon_review.active
{
	margin-left: 10px;
	background-image: url('../images/active_note.svg');
}

.edit_review
{
	position: relative;
	display: inline-block;
	
	margin-left: 15px;
	padding: 16px 40px;
	
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.75px;
	color: #E4DAFF;
	
	border: 2px solid #E4DAFF;
	border-radius: 12px;
	
	vertical-align: middle;
	cursor: pointer;
}

.approve_review
{
	position: absolute;
	top: -85px;
	right: 0px;
	padding: 16px 10px 16px 39px;
}

.publish_icon
{
	position: absolute;
	
	top: 24px;
    left: 8px;
    
	width: 21px;
    height: 12px;
	
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/publish_icon.svg');
}

.notes_holder
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 100%;
	
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
}

.notes_container 
{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
	width: 900px;
    height: 95vh;
   
	padding: 0px;
    
	background: #06050B;
    
	font-family: Poppins;
    
	box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
	border-radius: 12px;
    overflow-y: auto;
}

.note_title
{
	padding: 20px;
	background: #0B0A19;
}

.class_info_note
{
	display: inline-block;
	width: 100%;
	padding: 20px;
	background: #0B0A19;
}

.note_class_review
{
	margin-bottom: 0px;
	background: #0B0A19;
	border: 2px solid #BCA4FF;
}

.notes_content
{
	display: inline-block;
	
	width: 100%;
	height: calc(100% - 330px);
	
	padding: 20px;
	
	background: #06050B;
}

.hidden_overflow
{
	overflow: hidden;
}

.status_button
{
	display: inline-block;
	
	padding: 10px;
	
	background: #121126;
	
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
	
	border-radius: 12px;
	
	vertical-align: middle;
}

.notes_list
{
	display: inline-block;
	
	width: 100%;
	height: calc(100% - 100px);
	min-height: 200px;
	
	overflow-y: auto;
}

.area_note
{
	position: relative;
	width: 100%;
	height: 100px;
	
	padding: 15px 70px 15px 15px;
	
	background: #24223D;
	
	box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
	border-radius: 12px;
}

.area_note textarea
{
	width: 100%;
	
	background: transparent;
	
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
	
	outline: none;
	border: none;
}

.area_note textarea::placeholder
{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
}

.area_send
{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	
	width: 25px;
	height: 28px;
	
	background-image: url('../images/area_send.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	cursor: pointer;
}

.flex_loader
{
	display: flex !important;
}

.flex_loader .main_loader_inner
{
	border: 5px solid #E4DAFF !important;
	border-top: 5px solid #6D118C !important;
}

.note_list
{
	display: inline-block;
	
	width: 100%;
	
	margin-bottom: 20px;
	padding: 20px 15px;
	
	background: #24223D;
	
	text-align: left;
	
	box-shadow: 0px 32px 64px rgba(17, 17, 17, 0.08);
	border-radius: 12px;
}

.note_date
{
	display: inline-block;
	
	margin-left: 15px;
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.25px;
	color: #C7C7C8;
	
	vertical-align: middle;
}

.class_note
{
	width: 100%;
	
	padding-top: 20px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.75px;
	color: #FFFFFF;
	word-break: break-word;
}

.drop_filter
{
	position: absolute;
	top: 70px;
	left: 0px;
	
	width: 210px;
	max-height: 300px;
	
	padding: 20px 10px 0px 10px;
	
	background: #24223D;
	
	box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.06);
	border-radius: 32px;
	
	cursor: auto;
	overflow-y: auto;
	z-index: 1;
}

.one_filter_drop
{
	display: inline-block;
	
	width: 100%;
	
	margin-bottom: 20px;
	
	text-align: left;
	
	cursor: pointer;
}

.filter_option
{
	display: inline-block;
	
	width: calc(100% - 50px);
	
	margin-left: 15px;
	
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0.75px;
	color: #DDDDDD;
	
	vertical-align: top;
}

.empty_review_classes
{
	width: 100%;
	
	padding: 50px 0px;
	
	font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #fff;
	text-align: center;
}

.publish_send
{
	margin-top: 10px;
	margin-left: 0px;
}

.publishing_btns_content
{
	display: inline-block;
	
	width: 100%;
	
	margin: 10px 0px;
	
	text-align: right;
}

.class_review_buttons .filter_toogle
{
	margin-left: 20px;
}

.publish_filters
{
	padding-right: 160px;
}

.row.rownomargins
{
	margin-left: 0px;
	margin-right: 0px;
}

.mdnopadding
{
	padding-left: 0px;
	padding-right: 0px;
}

.mdpaddingright
{
	padding-right: 15px;
}

.marbottom28
{
	margin-bottom: 28px;
}

@media(max-width: 1250px)
{
	.review_content
	{
		width: 100%;
	}
}

@media(max-width: 950px)
{
	.notes_container
	{
		width: 100%;
	}
}

@media(max-width: 768px)
{
	.review_main_title
	{
		font-size: 32px;
		line-height: 40px;
	}
	
	.review_subtitle
	{
		padding-bottom: 0px;
		font-size: 18px;
	}
	
	.review_menu_title
	{
		font-size: 18px;
	}
	
	.one_review_menu.active .review_menu_number
	{
		width: 35px;
		height: 35px;
		padding: 2px 0px;
	}
	
	.one_review_menu, .one_count_classes
	{
		width: 100%;
		margin-right: 0px;
	}
	
	.one_count_classes
	{
		font-size: 18px;
	}
	
	.one_count_classes.first_count
	{
		margin-right: 0px;
	}
	
	.class_review_info
	{
		width: 100%;
	}
	
	.class_review_buttons
	{
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	
	.class_interest
	{
		display: block;
		width: fit-content;
		margin-top: 2px;
		margin-left: 0px;
	}
	
	.close_flow
	{
		width: 20px;
		height: 20px;
	}
	
	.workflow_btn
	{
		right: 0px;
		width: 100%;
		margin-bottom: 5px;
	}
	
	.publish_send
	{
		width: 80%;
	}
}

@media(max-width: 500px)
{
	.one_filter_review
	{
		width: 100%;
		margin-right: 0px;
	}
	
	.drop_filter
	{
		width: 100%;
	}
	
	.menu_content, .classes_length_content
	{
		width: 100%;
	}
	
	.review_main_title 
	{
		font-size: 24px;
		line-height: 32px;
	}
	
	.note_date
	{
		width: 100%;
		margin-left: 0px;
		margin-top: 5px;
	}
	
	.edit_review
	{
		margin-bottom: 10px;
	}
}