.remaining-lessons .border-white{
	border-color: #3D249F1A !important;
}

#table-container {
	background-color: #fff;
	border-radius: 16px;
}

.login-tabs {
	cursor: pointer;
	color: #1b419a;
}

.login-tabs.active-tab {
	border-bottom: 2px solid #27c795;
	color: #1b419a;
	font-weight: bold;
}

#tab-container {
	border-bottom: 1px solid #f0eef7;
}

.panel-sections {
	border-radius: 8px;
	border: 1px solid #f0eef7;
	height: 100%;
}

.panel-sections h6 {
	font-weight: 600;
}

#panel-jumbotron {
	border-radius: 12px;
	background: url(../img/panel/panel-bg.png) no-repeat;
	min-height: 100px;
	background-size: cover;
	color: #fff;
}

#panel-jumbotron h5 {
	font-weight: 600;
	font-size: 20px;
}

#panel-jumbotron h4 {
	font-weight: 500;
	font-size: 32px;
}

.panel-links {
	color: #27C795;
	font-weight: 600;
}

#progress-bar {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.progress-circles {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 1rem;
}

.circle-content {
	width: 10rem;
	text-align: center;
}

.circle-content img {
	position: absolute;
}

.circle {
	border-radius: 45px;
	height: 45px;
	width: 45px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(39, 199, 149, 1);
	position: relative;
}

#progress-bar .progress-circles:not(:last-child):after {
	content: "";
	display: block;
	border-top: 3px solid #9F9F9F;
	width: 100%;
	top: 15px;
	position: absolute;
	left: calc(50% + 18px);
}

.completed-circle:after {
	border-top: 3px solid #18209C !important;
}

.current-circle .circle:after {
	content: "";
	position: absolute;
	border-radius: 10px;
	height: 10px;
	width: 10px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #18209C;
}

.circle-text {
	color: #18209C;
	font-size: 14px;
	font-weight: 800;
}

.completed-circle .circle:before {
	background-color: #18209C;
	display: inline-block;
}

.current-circle .circle:before {
	background-color: #fff;
	border: 3px solid #18209C;
}

.package-container {
	border-radius: 12px;
	border: 2px solid #3D249F;
	margin: 20px 0px;
	padding: 30px;
	position: relative;
}

.package-name {
	font-size: 22px;
	font-weight: bold;
	color: #3D249F;
}

.truncate {
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: no-wrap;
}

.less-border-radius {
	border-radius: 12px;
}

.package-container .alert-success, .package-container .alert-danger {
	display: inline-block;
}

.add-user {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.assigned-user {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #3D249F;
	font-size: 18px;
	font-weight: bold;
}

.activation-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(58, 58, 58, 1);
}

#purchase-summary-container{
	background-color: #fff;
	border-radius: 8px;
}

#purchase-summary-table th{
	font-size: 16px;
	color: #3D249F;
	font-weight: 400;
	padding: .7rem .7rem;
}

#purchase-summary-table td{
	font-size: 16px;
	color: #3D249F;
	font-weight: 600;
	padding: .7rem .7rem;
}

#activation-table th, #activation-table td{
	font-size: 16px;
	color: rgba(61, 36, 159, 1);
	font-weight: 400;
	padding: .7rem .7rem;
}

#check-icon-container {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-color: #27C795;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

#error-icon-container {
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-color: #f8d7da;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

#check-icon-container img, #error-icon-container img {
	width: 40px;
	height: 40px;
}

.hidden {
	display: none !important;
}

/* Ders Seçim Sayfası */
#student-name-text {
	font-weight: bold;
}

.selected-lesson {
	border: 1px solid rgba(24, 32, 156, 1);
}

.lesson-selector {
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 24px;
	border: 1px solid rgba(24, 32, 156, 1);
	left: 15px;
	cursor: pointer;
}

.course-page-icons{
	position: absolute;
}

.course-box {
	color: #3D249F;
	border: 1px solid rgba(61, 36, 159, 0.1);
	background-color: #fff;
	border-radius: 12px;
	position: relative;
	transition: all 200ms ease-out;
	padding-left: 60px !important;
}

.course-box[activated="true"] {
	background: #efefef;
	cursor: not-allowed;
	color: #aaa;
}

.course-box.selected-course-box {
	border: 1px solid #3D249F;
}

.course-box.selected-course-box .lesson-selector:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(24, 32, 156, 1);
}

.dynamic-lesson-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}

/* Mevcut Ders Hakkını Atama */
.remaining-lessons {
	background-color: rgba(24, 32, 156, 0.05);
}

.remaining-lesson-header {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
	color: rgba(61, 36, 159, 1);
}

.remaining-lesson-sub-header {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: rgba(58, 58, 58, 1);
}

.remaining-lesson-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: rgba(61, 36, 159, 1);
}

/* Öğrenci ve Ders Hesap Yönetimi */
.panel-sections h6{
	color: #3D249F;
}

#master-students-container, #memberships-container, #courses-container {
	border-radius: 20px;
	padding-bottom: 60px;
}

.expired-pill{
	position: absolute;
	right: 0px;
	top: 0px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 16px;
	background-color: rgba(230, 52, 37, 1);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 16px 6px 24px;
}

.master-accounts-students, .memberships {
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: all 200ms ease-out;
}


#passive-courses .master-accounts-students{
	background-color: rgba(255, 255, 255, .5);
}

.membership-name {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.master-students-name, .membership-name, .course-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: rgba(61, 36, 159, 1);
}

.master-students-classroom, .membership-number {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: rgba(58, 58, 58, 1);
}

.master-students-active-lessons {
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(58, 58, 58, 1);
}

.master-students-active-lesson-names, .course-owner, .course-date {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(61, 36, 159, 1);
	white-space: nowrap;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-links {
	font-weight: 600;
	font-size: 15px;
}

body.activation .master-accounts-students {
	padding-left: 50px !important;
}

.memberships {
	padding-left: 50px !important;
	cursor: pointer;
}

.master-accounts-students.selected-student, .selected-membership {
	border: 1px solid rgba(24, 32, 156, 1);
}

.student-selector, .membership-selector {
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 24px;
	border: 1px solid rgba(24, 32, 156, 1);
	left: 15px;
	cursor: pointer;
}

.master-accounts-students.selected-student .student-selector:after, .selected-membership .membership-selector:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(24, 32, 156, 1);
}

td#master-user{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
}