	.active9 {
	color: #2b2b2b;
	}

	.card-style {
	border-radius: 12px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	}

.toggle-btn {
    font-size: 14px;
    background-color: #e9ecef;
    border: 1px solid #44444450;
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    color: #6e6e6e;
}

  .toggle-btn.active {
  	background-color: #e6d9fd;
  	color: #6f2fff;
  	border: 1px solid #6f2fff;
  }

  .start-btn {
  	border: none;
  	color: #fff;
  	border-radius: 10px;
  	padding: 12px 30px;
  	font-weight: 500;
  }

  .grayC {
  	color: #6e6e6e;
  }

  .header-card {
  	border-radius: 10px;
  	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .card-hover:hover {
  	transform: scale(1.02);
  	transition: all 0.3s ease-in-out;
  }

  .company-btn {
  	border-radius: 10px;
  	padding: 15px 20px;
  	background-color: #f7f7f7;
  	border: 1px solid #ccccccbf;
  	font-weight: 500;
  	margin-bottom: 15px;
  }

  .company-btn:hover {
  	background-color: #f1f1f1;
  }

  .ai_box_main {
  	border: none;
  	box-shadow: 0 8px 30px -12px #0000004f;
  }

  .ai_box_main h6 {
  	color: #475569;
  	font-size: 18px;
  	margin-bottom: 0;
  }

  .ai_box_main h6:hover {
  	color: rgba(var(--primary-rgb));
  }

  .ai_box_main a {
  	color: #475569;
  	text-decoration: none;
  }

  .ai_box_main img {
  	height: 210px;
  	object-fit: cover;
  }

  .company-btn {
  	padding: 24px 15px;
  	font-size: 18px;
  	color: #475569;
  }

  .company-btn:hover {
  	scale: 1.05;
  	--tw-scale-y: 1.05;
  	background: white;
  	color: rgba(var(--primary-rgb));
  }

  .geayy {
  	color: #475569;
  }

  .list_course_assign {
  	border: 1px solid #cccccc50;
  	border-radius: 8px;
  	padding: 0 0 015px;
  	height: 100%;
  }

  .list_course_assign .conytent_area a {
  	display: inline-block;
  }

  .w-83 {
  	width: 83%;
  }

  .w-17 {
  	width: 17%;
  }

  .udemy_list_aksh {
  	width: 85%;
  }

  .udemy_list_one {
  	width: fit-content;
  }

  .udemy_list_two {
  	width: 86%;
  }

  #udemyresponsiveDataTable tbody tr td:nth-child(3) {
  	text-align: center;
  	font-weight: bold;
  	font-size: 18px;
  }

  #udemyresponsiveDataTable tbody tr th:nth-child(1) {
  	padding-left: 15px;
  }

  #udemyresponsiveDataTable thead tr th {
  	background: #eee6ff;
  	padding: 6px 10px;
  }

  .udemy_list_two .desc-short,
  .udemy_list_two .desc-full {
  	font-size: 15px;
  }

  table#udemyresponsiveDataTable tbody tr td {
  	padding: 18px;
  }

  a.toggle-btn {
  	display: block;
  	width: fit-content;
  	padding: 3px 10px;
  	border: 1px solid #7e7e7e;
  	margin: 6px 0 0;
  	border-radius: 25px;
  	background: #936fe4;
  	color: white;
  }

  .udemy_title {
  	font-size: 20px;
  	margin: 0 0 5px;
  	display: block;
  }

  div#udemyresponsiveDataTable_length {
  	margin-bottom: 10px;
  }

  .lessonbx-m {
  	background: #f7f7f7;
  	padding: 16px;
  	height: 100%;
  	display: flex;
  	align-items: center;
  	border-radius: 12px;
  }

  .language-button-custom {
  	overflow: auto !important;
  	height: 50vh;
  }

  .main-header-dropdown.dropdown-menu::-webkit-scrollbar-track {
  	border-radius: 10px;
  	background-color: #F5F5F5;
  }

  .main-header-dropdown.dropdown-menu::-webkit-scrollbar {
  	width: 5px;
  	background-color: #F5F5F5;
  }

  .main-header-dropdown.dropdown-menu::-webkit-scrollbar-thumb {
  	border-radius: 10px;
  	background-color: #555;
  }

  li.slide.d-flex.active {
  	background-color: rgb(255 255 255 / 15%);
  	border-radius: 6px;
  }


  #video_sticky {
  	height: 86vh;
  	overflow: hidden;
  }



  .form-ak>div {
  	position: relative;
  }

  .custom-pending {
  	padding: 0 0px 0 13px;
  }

  select#languageSelect {
  	padding: 5px;
  	background-color: var(--form-control-bg);
  	border: 1px solid var(--input-border);
  	color: var(--default-text-color);
  	font-size: .813rem;
  	border-radius: 6px;
  }

  /*27-12 ak*/
  .striped {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin: 1rem 0;
  }

  .striped-line {
  	flex: auto;
  	height: 2px;
  	background: #dadce0;
  }

  .striped-text {
  	font-family: inherit;
  	font-size: 1rem;
  	font-weight: 500;
  	color: #121212;
  	margin: 0 1rem;
  }

  .method-control {
  	margin-bottom: 1rem;
  }

  .method {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	gap: 10px;
  	flex-wrap: wrap;
  }

  .method-action {
  	font-family: inherit;
  	font-size: 0.95rem;
  	font-weight: 500;
  	padding: 5px;
  	outline: none;
  	border: 2px solid #dadce0;
  	border-radius: 50px !important;
  	color: #121212;
  	background: #ffffff;
  	text-transform: capitalize;
  	transition: all 0.35s ease;
  	display: inline-block;
  	width: 40px;
  	height: 40px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }

  .method-action img {
  	width: 20px !important;
  }

  .newsaml img {
  	width: 55px !important;
  }

  .newsaml {
  	width: auto !important;
  }

  .method-action:hover {
  	background: #f1f5f9;
  }


  .form-ak .form-label {
  	position: absolute;
  	top: 22px;
  	left: 20px;
  	transform: translateY(-49%);
  	font-size: 12px;
  	background: white;
  	pointer-events: none;
  	transition: all 0.3s ease;
  	padding: 0 5px;
  	margin: 0;
  }

  #signup-password+label.form-label {
  	left: 10px;
  }

  #signin-email+label.form-label {
  	left: 10px;
  }

  .form-ak input:focus+.form-label,
  .form-ak input:not(:placeholder-shown)+.form-label {
  	top: 0px;
  	font-size: 12px;
  	color: #8d8d8d !important;
  	z-index: 9;
  }

  input:-webkit-autofill {
  	appearance: none !important;
  	background-color: white !important;
  	/* Set background color to red */
  	color: white !important;
  	/* Ensure text is visible */
  	box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
  	/* Force background color */
  }

  .custom-datepicker:focus {
  	outline: none;
  	background-color: rgb(132, 90, 223);
  }

  .box1 {
  	display: flex;
  	align-items: center;
  	gap: 15px;
  	flex-wrap: wrap;
  }

  .custom-datepicker {
  	color: white;
  }

  .custom-datepicker::placeholder {
  	color: white;
  }

  .custom-datepicker::placeholder {
  	color: #fff;
  }

  .box1 button {
  	margin-top: 0;
  }

  .newtext {
  	font-size: 1rem !important;
  	margin-bottom: 0px !important;
  }

  .plate-namepera-author {
  	margin-bottom: 0px !important;
  }

  .removemargin {
  	margin-bottom: 0 !important;
  }


  .newclassadd {
  	display: flex;
  	flex-wrap: wrap;
  	gap: 42px;
  }

  .newcontentgap {
  	justify-content: space-between !important;
  }

  .authentication {
  	padding: 60px 0;
  }

  /*end - 27-12 ak*/

  .acelot-signupform {
  	background-color: #fff;
  	opacity: 1;
  	max-width: 500px;
  	margin: 0 auto;
  	border-radius: 30px;
  	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  	overflow: hidden;
  }

  .authentication .desktop-dark,
  .authentication .desktop-logo {
  	height: 3rem;
  	line-height: 2rem;
  }

  .qc2.change_logiPage {
  	background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png);
  	background-size: cover;
  }

  .card.custom-card {
  	box-shadow: none;
  }

  input#signin-password {
  	border-left: 4px solid var(--primary-color);
  }

  .input-left-border input[type="text"] {
  	border-left: 4px solid var(--primary-color);
  }

  .red-color {
  	color: red !important;
  }

  @media (max-width: 1024px) {
  	.logincorporateImage::before {
  		display: none;
  	}
  }

  .signpagemian {
  	background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png);
  	background-size: 108%;
  	background-repeat: no-repeat;
  }

  .change_logiPage .error {
  	color: #eb1212;
  	font-size: 13px;
  }

  .change_logiPage {
  	position: relative;
  }

  .our_branding_logo {
  	content: "";
  	position: absolute;
  	top: 20px;
  	left: 20px;
  	width: 200px;
  	background: white;
  	border-bottom: 1px solid #f7f7f7;
  }

  ul#language_dropdown {
  	overflow: auto;
  	height: 50vh;
  }

  #language_dropdown::-webkit-scrollbar-track {
  	border-radius: 10px;
  	background-color: #F5F5F5;
  }

  #language_dropdown::-webkit-scrollbar {
  	width: 5px;
  	background-color: #F5F5F5;
  }

  #language_dropdown::-webkit-scrollbar-thumb {
  	border-radius: 10px;
  	background-color: #555;
  }

  @media(max-width:767px) {
	.Oxyugddsa span.badge.rounded-pill.fs-12 {
		font-size: 8px !important;
	}

	.mb-ak-5 .card.card-body.bg-light.newheight.d-flex.flex-column.mb-0, 
	#toggleDiv .card.card-body.bg-light.newheight.mb-0{
		padding: 8px 8px !important;
	}
	.mb-ak-5, #toggleDiv {
        padding-right: calc(var(--bs-gutter-x) * .1);
        padding-left: calc(var(--bs-gutter-x) * .1);
    }
  	.mobilebtn {
  		background: #49b6f5 !important;
  		padding: 8px !important;
  		margin: 6px 0 !important;
  	}

  	.LQ-aksh {
  		max-height: 50%;
  		overflow: auto;
  		padding: 0;
  		margin: 0 !important;
  		border: none;
  		width: calc(100% - 40px) !important;
  		box-shadow: 0px 20px 12px #00000029;
  	}

  	.LQ-aksh ul li.text-truncate {
  		width: 100% !important;
  		border-bottom: 1px solid #cccccc50;
  	}

  	.lessonbx-end {
  		justify-content: start !important;
  	}

  	.lessonbx-m1 {
  		text-align: left !important;
  	}

  	.qc2.change_logiPage {
  		background: white;
  	}

  	.signpagemian {
  		background: white;
  	}

  	.acelot-signupform {
  		margin: 20px 0 0;
  	}

  	.acelot-signupform .form-check-lg label {
  		font-size: .85rem;
  	}

  	.method-action {
  		width: 36px;
  		height: 36px;
  	}

  	.method-action img {
  		width: 18px !important;
  	}

  	.newsaml img {
  		width: 50px !important;
  	}
  }

  @media(min-width:1200px) and (max-width:1280px) {
  	#ppt_box_frame {
  		height: 400px !important;
  	}

  	.pie_chart_ak {
  		margin: -20px auto 0 !important;
  	}

  	.w-73 {
  		width: 54% !important;
  	}

  	.sfrheabrstv span {
  		font-size: 14px !important;
  	}

  	.survey_report_inn {
  		width: 15.2% !important;
  	}
	.survey_report_inn p.mb-0.text-muted {
		font-size: 11px !important;
	}

  	.survey_report_inn .card {
  		margin-bottom: 0 !important;
  	}

  	.survey_report_ak {
  		margin: 0 0 15px;
  	}

  	.list_course_assign .data_custom_ak {
  		width: 100%;
  	}

  	.data_custom_ak p.fs-10.mb-0.text-muted {
  		font-size: 8px !important;
  	}

  	.data_custom_ak p.fs-12.fw-600.mb-1 {
  		font-size: 10px;
  	}

  	span.fs-12.px-0.text-muted {
  		font-size: 10px;
  	}

  	.list_course_assign .conytent_area a {
  		display: inline-block;
  		font-size: 11px;
  	}

  	.list_course_assign .d-flex.gap-lg-1.flex-wrap {
  		gap: 1rem !important;
  	}

  	.custom-pending {
  		padding: 0 0px 0 8px !important;
  	}


  	.qc2.change_logiPage {
  		background-size: 100%;
  		background-position: 0 50%;
  	}

  	.acelot-signupform {
  		max-width: 450px;
  	}

  	.authentication {
  		padding: 20px 0;
  	}

  }

  @media(min-width:1300px) and (max-width:1366px) {
	
	
  	#ppt_box_frame {
  		height: 400px !important;
  	}

  	.pie_chart_ak {
  		margin: -20px auto 0 !important;
  	}

  	.w-73 {
  		width: 54% !important;
  	}

  	.sfrheabrstv span {
  		font-size: 14px !important;
  	}

  	.survey_report_inn {
  		width: 15.3% !important;
  	}
	.survey_report_inn p.mb-0.text-muted {
		font-size: 11px !important;
	}
  	.survey_report_inn .card {
  		margin-bottom: 0 !important;
  	}

  	.survey_report_ak {
  		margin: 0 0 15px;
  	}

  	.list_course_assign .data_custom_ak {
  		width: 100%;
  	}

  	.data_custom_ak p.fs-10.mb-0.text-muted {
  		font-size: 9px !important;
  	}

  	.data_custom_ak p.fs-12.fw-600.mb-1 {
  		font-size: 10px;
  	}

  	span.fs-12.px-0.text-muted {
  		font-size: 10px;
  	}

  	.list_course_assign .conytent_area a {
  		display: inline-block;
  		font-size: 11px;
  	}

  	.list_course_assign .d-flex.gap-lg-1.flex-wrap {
  		gap: 1rem !important;
  	}

  	.custom-pending {
  		padding: 0 0px 0 8px;
  	}


  	.authentication {
  		padding: 30px 0;
  	}

  	.qc2.change_logiPage {
  		background-size: 100%;
  		background-position: 0 50%;
  	}

  	.acelot-signupform {
  		max-width: 450px;
  	}
  }

  .newheight {
  	height: 100%;
  }

  .border-bottom-custom {
  	border-bottom: 1px solid #dcdcdc;
  }

  .fw-600 {
  	font-weight: 600;
  }

  .lecturers-bx-inner {
  	padding: 6px 15px;
  	border-radius: 6px;
  	width: 48%;
  	background: #ffffff;
  }

  .lecturers-bx-custom-main {
  	width: 87%;
  }




  .lecturers-bx-custom {
  	display: flex;
  	flex-wrap: wrap;
  }

  .lecturers-bx-inner div .fs-12 {
  	color: #585858;
  }

  .type_mode {
  	padding: 0 30px;
  	border-right: 1px solid #c1c1c1;
  }

  .type_mode:nth-child(2) {
  	border-right: none;

  }

  .lecturers-bx-inner span img {
  	width: 24px;
  	height: 24px;
  	border-radius: 50px;
  	border: 1px solid #cccccc50;
  }

  .chide {
  	display: none;
  }

  .form-check-input {
  	border: 1px solid #939393;
  }

  .lecturer-item {
  	font-size: 1rem;
  	margin-top: 2px;
  	margin-bottom: 2px;
  	margin-left: 5px;
  	padding: 10px 20px;
  	display: block;
  }

  .lecturer-item:hover {
  	background-color: rgb(241, 241, 241);
  }

  .lh-normal {
  	line-height: 18px;
  }

  .modebx-inner {
  	padding: 0 8px;
  }

  .modebx-inner {
  	border-left: 1px solid #ccc;
  }

  .modebx-inner:nth-child(1) {
  	border-left: none;
  }

  .main_lecturer_div .avatar {
  	width: 25px;
  	height: 25px;
  	border: 1px solid #ccc;
  }

  .main_lecturer_div {
  	background: #f3f6f8;
  	padding: 6px 8px;
  	border-radius: 6px;
  }

  .schedule_text span {
  	width: 35px;
  	height: 35px;
  	background: #f5b849;
  	color: black;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border-radius: 50%;
  	margin-right: 7px;
  	margin-top: -10px;
  	position: relative;
  	box-shadow: 0 0 0 4px #f5b84936;
  }

  .method-action img {
  	width: 20px !important;
  }

  .newsaml img {
  	width: 55px !important;
  }

  .newsaml {
  	width: auto !important;
  }

  .method-action:hover {
  	background: #f1f5f9;
  }

  .form-ak .form-label {
  	position: absolute;
  	top: 22px;
  	left: 20px;
  	transform: translateY(-49%);
  	font-size: 12px;
  	background: white;
  	pointer-events: none;
  	transition: all 0.3s ease;
  	padding: 0 5px;
  }

  #signup-password+label.form-label {
  	left: 10px;
  }

  #signin-email+label.form-label {
  	left: 10px;
  }

  .form-ak input:focus+.form-label,
  .form-ak input:not(:placeholder-shown)+.form-label {
  	top: 0px;
  	font-size: 12px;
  	color: #8d8d8d !important;
  	z-index: 9;
  }

  input:-webkit-autofill {
  	appearance: none !important;
  	background-color: white !important;
  	/* Set background color to red */
  	color: white !important;
  	/* Ensure text is visible */
  	box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset !important;
  	/* Force background color */
  }


  .authentication {
  	padding: 60px 0;
  }

  /*end - 27-12 ak*/

  .acelot-signupform {
  	background-color: #fff;
  	opacity: 1;
  	max-width: 500px;
  	margin: 0 auto;
  	border-radius: 30px;
  	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  	overflow: hidden;
  }

  .authentication .desktop-dark,
  .authentication .desktop-logo {
  	height: 3rem;
  	line-height: 2rem;
  }

  .qc2.change_logiPage {
  	background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png);
  	background-size: cover;
  }

  .card.custom-card {
  	box-shadow: none;
  }

  input#signin-password {
  	border-left: 4px solid var(--primary-color);
  }

  .input-left-border input[type="text"] {
  	border-left: 4px solid var(--primary-color);
  }

  .red-color {
  	color: red !important;
  }

  @media (max-width: 1024px) {
  	.logincorporateImage::before {
  		display: none;
  	}
  }

  .signpagemian {
  	background: url(https://acelot-common-bucket.s3.ap-south-1.amazonaws.com/login_signup_bg.png);
  	background-size: 108%;
  	background-repeat: no-repeat;
  }

  .change_logiPage .error {
  	color: #eb1212;
  	font-size: 13px;
  }

  .change_logiPage {
  	position: relative;
  }

  .our_branding_logo {
  	content: "";
  	position: absolute;
  	top: 20px;
  	left: 20px;
  	width: 200px;
  	background: white;
  	border-bottom: 1px solid #f7f7f7;
  }

  .schedule_text {
  	margin: 0;
  	padding: 0;
  	display: flex;
  	gap: .5rem;
  	align-items: center;
  	font-size: 18px;
  	font-weight: 600;
  	color: #060606;
  }

  #headofcoursedetailpage {
  	background: transparent;
  	border: none;
  	box-shadow: none;
  	margin: 0 !important;
  }

  #headofcoursedetailpage .card-header {
  	padding-bottom: 0;
  }


  .left_bx_akk {
  	width: 30%;
  	padding: 15px;
  	border-right: 1px solid var(--default-border);
  }

  .right_bx_akk {
  	width: 68%;
  	padding: 15px 15px 0;
  }

  .schedule_text_mobile {
  	margin: 20px 0 0;
  	padding: 10px;
  	width: 100%;
  	gap: .45rem;
  	display: flex;
  	font-size: 18px;
  	font-weight: 600;
  	color: #060606;
  	background: #f3f6f8;
  	border-radius: 8px;
  	box-shadow: 0px 5px 10px #0000001a;
  }


  .schedule_text_mobile span {
  	width: 35px;
  	height: 35px;
  	background: #f5b849;
  	color: black;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	border-radius: 50%;
  	margin-right: 7px;
  	margin-top: 7px;
  	position: relative;
  	box-shadow: 0 0 0 4px #f5b84936;
  }

  @media(max-width:767px) {
  	#video_sticky {
  		height: 58vh;
  		overflow: hidden;
  	}

  	.section_overview_ak h6.mb-0.fw-normal.text-muted.fs-14.text-center {
  		text-align: left !important;
  	}

  	.section_overview_ak .col-lg-3.d-flex.justify-content-end.align-item-center {
  		justify-content: flex-start !important;
  		padding-top: 10px;
  	}

  	.lessonbx-m {
  		height: auto !important;
  		margin: 0 0 5px !important;
  	}

  	.schedule_text_mobile {
  		display: flex !important;
  	}

  	.m-padding {
  		padding: 15px !important;
  	}

  	.left_bx_akk {
  		width: 100%;
  		border-right: none;
  		border-bottom: 1px solid var(--default-border);
  	}

  	.right_bx_akk {
  		width: 100%;
  		padding: 0 15px 0;
  	}

  	.schedule_text {
  		margin: 5px 0 0;
  		border-left: none;
  		font-size: 15px;
  		background: white;
  		width: 108%;
  		padding: 12px;
  		border-radius: 8px;
  	}

  	.modebx-inner:nth-child(3) {
  		padding: 0;
  		margin: 10px 0 0;
  		border: none;
  	}

  	.mb-ak-5 {
  		margin-bottom: 10px
  	}

  	.modebx-inner {
  		padding: 0 15px;
  	}

  	.custom-width-100 {
  		width: 100% !important;
  	}

  	.qc2.change_logiPage {
  		background: white;
  	}

  	.signpagemian {
  		background: white;
  	}
  }

  @media(min-width:768px) and (max-width:991px) {
  	#video_sticky {
  		height: 70vh;
  		overflow: hidden;
  	}

  	.left_bx_akk {
  		width: 35%;
  	}

  	.right_bx_akk {
  		width: 62%;
  	}
  }

  @media(min-width:992px) and (max-width:1024px) {
  	#video_sticky {
  		height: 70vh;
  		overflow: hidden;
  	}

  	.left_bx_akk {
  		width: 100%;
  		border-right: none;
  		border-bottom: 1px solid var(--default-border);
  	}

  	.right_bx_akk {
  		width: 100%;
  		padding: 0 15px 0;
  	}
  }

  @media(min-width:1200px) and (max-width:1366px) {
  	#video_sticky {
  		height: 76vh;
  		overflow: hidden;
  	}

  	ul#myTab1 li {
  		margin: 0;
  	}

  	ul#myTab1 li button {
  		padding: 8px 10px;
  	}

  	.type_mode {
  		padding: 0 20px;
  	}

  	.newtext {
  		font-size: 11px !important;
  	}

  	.lecturers-bx-inner {
  		width: 235px;
  		padding: 6px 6px;
  	}

  	.lecturers-bx-inner div span {
  		font-size: 10px;
  	}

  	.lecturers-bx-inner div .fs-12 {
  		font-size: 9px;
  		line-height: normal;
  		display: inline-block;
  		color: #585858;
  	}

  	.custom-card .fs-20,
  	.custom-card .fs-16 {
  		font-size: 11px !important;
  	}

  	.card.custom-card .btn {
  		font-size: .75rem !important;
  		padding: 5px 10px;
  	}


  	span.badge.rounded-pill.fs-12 {
  		font-size: .6rem;
  	}
  }

  @media(min-width:1200px) and (max-width:1280px) {
  	.left_bx_akk {
  		width: 44%;
  		padding: 10px;
  		border-right: 1px solid var(--default-border);
  		font-size: 12px;
  	}

  	.right_bx_akk {
  		width: 54%;
  		padding: 10px 10px 0;
  		font-size: 12px;
  	}

  	.acelot-signupform {
  		margin: 20px auto 0;
  	}

  	.acelot-signupform .form-check-lg label {
  		font-size: .85rem;
  	}

  	.method-action {
  		width: 36px;
  		height: 36px;
  	}

  	.method-action img {
  		width: 18px !important;
  	}

  	.newsaml img {
  		width: 50px !important;
  	}
  }

  @media(min-width:1300px) and (max-width:1366px) {
  	.left_bx_akk {
  		width: 40%;
  		padding: 10px;
  		border-right: 1px solid var(--default-border);
  		font-size: 12px;
  	}

  	.right_bx_akk {
  		width: 58%;
  		padding: 10px 10px 0;
  		font-size: 12px;
  	}
  }

  @media(min-width:1400px) and (max-width:1440px) {
  	.left_bx_akk {
  		width: 38%;
  		padding: 10px;
  		border-right: 1px solid var(--default-border);
  		font-size: 12px;
  	}

  	.right_bx_akk {
  		width: 60%;
  		padding: 10px 10px 0;
  		font-size: 12px;
  	}
  }

  @media(min-width:1500px) and (max-width:1680px) {
  	.left_bx_akk {
  		width: 33%;
  		padding: 10px;
  		border-right: 1px solid var(--default-border);
  		font-size: 12px;
  	}

  	.right_bx_akk {
  		width: 64%;
  		padding: 10px 10px 0;
  		font-size: 12px;
  	}
  }

  @media (max-width: 768px) {
  	.mobilecollapsebtn {
  		display: block !important;
  	}
  }

  @media (min-width: 769px) {
  	.mobilecollapsebtn {
  		display: none !important;
  	}
  }



  /*Live class - on detale*/
  @media(max-width:767px) {
  	.rightbox-meeting .type_mode {
  		border: none;
  		padding: 0;
  		margin-bottom: 10px;
  	}

  	.mobilecollapsebtn {
  		display: block;
  		text-align: right;
  		margin: 0 0 0;
  	}

  	.schedule_text_mobile {
  		display: flex !important;
  	}

  	.schedule_text {
  		display: none;
  	}

  	.mb-ak-5 {
  		margin-bottom: 10px
  	}

  	.lecturers-bx-custom-main {
  		width: 100%;
  	}

  	.lecturers-bx-inner {
  		width: 100%;
  	}

  	.custom-width-100 {
  		width: 100% !important;
  	}

  	.type_mode {
  		padding: 0 12px;
  	}

  	.custom-card .fs-20,
  	.custom-card .fs-16 {
  		font-size: 14px !important;
  	}

  	.newtext {
  		font-size: 14px !important;
  	}

  	.box1 {
  		gap: 4px;
  	}

  	.custom-datepicker {
  		min-width: 90px !important;
  		padding-left: 3px;
  		padding-right: 3px;
  	}

  	.m-padding {
  		padding: 15px !important;
  	}
  }

  @media(min-width:1200px) and (max-width:1480px) {
  	.schedule_text {
  		font-size: 14px;
  	}

  	.schedule_text span {
  		width: 30px;
  		height: 30px;
  	}

  	.type_mode {
  		padding: 0 20px;
  	}

  	.newtext {
  		font-size: 11px !important;
  	}

  	.lecturers-bx-inner {
  		width: 235px;
  		padding: 6px 6px;
  	}

  	.lecturers-bx-inner div span {
  		font-size: 10px;
  	}


  	.lecturers-bx-inner div .fs-12 {
  		font-size: 9px;
  		line-height: normal;
  		display: inline-block;
  		color: #585858;
  	}

  	.custom-card .fs-20,
  	.custom-card .fs-16 {
  		/* font-size: 11px !important; */
  	}

  	.card.custom-card .btn {
  		font-size: .75rem !important;
  		padding: 5px 10px;
  	}

  	span.badge.rounded-pill.fs-12 {
  		font-size: .6rem;
  	}

  	.qc2.change_logiPage {
  		background-size: 100%;
  		background-position: 0 50%;
  	}

  	.acelot-signupform {
  		max-width: 450px;
  	}

  	.authentication {
  		padding: 20px 0;
  	}

  }

  @media(min-width:1300px) and (max-width:1366px) {
  	.authentication {
  		padding: 30px 0;
  	}

  	.qc2.change_logiPage {
  		background-size: 100%;
  		background-position: 0 50%;
  	}

  	.acelot-signupform {
  		max-width: 450px;
  	}
  }

  @media(min-width:1400px) and (max-width:1580px) {
  	.schedule_text {
  		font-size: 14px;
  	}

  	.schedule_text span {
  		width: 30px;
  		height: 30px;
  	}

  	.type_mode {
  		padding: 0 20px;
  	}

  	.newtext {
  		font-size: 13px !important;
  	}

  	.lecturers-bx-inner {
  		width: 235px;
  		padding: 6px 6px;
  	}

  	.lecturers-bx-inner div span {
  		font-size: 12px;
  	}

  	.lecturers-bx-inner div .fs-12 {
  		font-size: 10px;
  		line-height: normal;
  		display: inline-block;
  		color: #585858;
  	}

  	.custom-card .fs-20,
  	.custom-card .fs-16 {
  		/* font-size: 13px !important; */
  	}

  	.card.custom-card .btn {
  		font-size: .75rem !important;
  		padding: 5px 10px;
  	}

  	span.badge.rounded-pill.fs-12 {
  		font-size: .6rem;
  	}
  }

  /*end Live class - on detale*/


  .inner-item-po > i {
    font-size: 22px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 5px;
}
.inner-item-po h5 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
}
.profile_area {
    background: var(--primary-color);
    padding: 13px 5px;
    border-radius: 11px;
}
.butomybdged {
    color: gray;
    font-size: 12px;
    display: inline-block;
    text-decoration: underline;
}
.inner-item-po {
    padding: 7px 11px;
    border: 1px solid #cccccc4a;
    border-radius: 10px;
    box-shadow: 0px 14px 30px -4px #00000033;
    width: 28%;
    text-align: center;
    transition: all .4s;
}
.inner-item-po:hover {
    transform: translate(0px, -5px);
    transition: all .4s;
}
.time-left-div {
    margin: 8px 0 0;
}

 div#datatable-basic_wrapper .row:nth-child(1) {
    background: #e9e9e9;
    margin: 0 0 10px;
    padding: 10px 0;
    border-radius: 7px;
    }
    .rounded-right-0 {
        border-radius: .25rem 0 0 .25rem !important;
    }
    .rounded-left-0 {
        border-radius: 0 .25rem .25rem 0 !important;
    }
    .course-img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }
    .Instructor-bx {
        margin-bottom: 05px
    }
    .fw-600 {
        font-weight: 600;
    }

    .data_custom_ak {
        display: flex;
        flex-wrap: wrap;
        padding: 8px 0;
        margin: 10px 0 0;
        background: #f0f1f750;
        width: 420px;
        border-radius: 10px;
    }

    .data_custom_ak div {
        width: 31.333%;
        padding: 0 3%;
        border-right: 1px solid #cccccc70;
    }

    .data_custom_ak div:last-child {
        border-right: none;
    }


    @media (max-width:768px) {
        .d-none-custom {
            display: none;
        }

        .data_custom_ak {
            flex-wrap: wrap;
            width: 100% !important;
        }

        .data_custom_ak div {
            width: 100%;
            margin: 0 0 10px;
        }
    }
	div#course-pagination ul.pagination {
    display: flex;
    justify-content: end;
}

.custom-tooltip-btn {
  position: relative;
  border: 1px solid #0d6efd;
  background: transparent;
  color: #0d6efd;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.custom-tooltip-btn .custom-tooltip {
  visibility: hidden;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  top: -35px; /* above the button */
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.custom-tooltip-btn:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}

/* Optional arrow */
.custom-tooltip-btn .custom-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px; /* position at bottom of tooltip */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
#CollapseFilter_custom {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0px 12px 12px #00000014;
    background: #f0f1f750;
}
input#filter-search {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 5px 15px 5px 28px;
}
.searchbxb {
    position: relative;
}
.searchbxb::after {
    content: "\ebf7";
    font-family: 'boxicons';
    width: 24px;
    height: 100%;
    left: 5px;
    top: 0px;
    position: absolute;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
	color: #4444447d;
}
.grid-view .data_custom_ak {
    width: 96% !important;
    margin-left: auto;
    margin-right: auto;
}
.custom_offline_classTBL .table thead tr th {
    background: #e3e8ec;
}
.custom_offline_classTBL td button {
    padding: 4px 8px !important;
}
.custom_offline_classTBL table tr td{
	font-size: 12px !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.mb-ak-5 .sepr_bx:last-child{
    border: none !important;
}
.sepr_bx {
    border-bottom: 1px solid #e0e0e0;
    padding: 7px 0 0;
}
.sepr_bx.active {
    border: none;
}