 @font-face {
  font-family: kantumruy;
  src: url(../../../components/vendor/font/Kantumruy_Pro/static/KantumruyPro-Medium.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  object-fit: cover;
}

body {
  font-family: kantumruy;

  background-color: #f3f4ff;
}

li {
  list-style-type: none;
}

header .navbar {
  background-color: #4d44b5 !important;
  background-color: #f3f4ff !important;
}

header {
  position: sticky !important;
  top: 0;
  z-index: 100;
}

header .navbar {
  background-color: #4d44b5 !important;

  color: #fff !important;
  padding: 0 !important;
}

header .navbar .navbar-brand {
  transform: translateX(-10px);
}

header .navbar .nav-link{
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 15px 25px;
  margin: 0 9px;
  transition: 0.4s;
}

header .navbar .nav-link:hover {
  color: #fb7d5b;
  color: #fb7d5b;
  /* transform: scale(1.05); */
}

header .active {
  color: #fb7d5b !important;
  color: #fb7d5b !important;
}
header .navbar .nav-item .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
	font-weight: 500;
	font-size:16.5px;
	color: #637381;
	transition: 0.4s;
}

header .navbar .nav-item .bi-chevron-down {
  font-size: 13px;
}

.bg-nav {
  background-color: #fff;
}

header .navbar .nav-item .drop-two {
	width: 150px;
	/* background-color: red; */
}

header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #F3F4FF !important;
	color: #4D44B5;
	padding-left: 20px;
}

header .navbar .nav-item .dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  transform: translateY(10px);
  border: 0;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
}

header .navbar .nav-item:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

header .navbar .btn-search {
  width: 360px;
  height: 33px;
  border-radius: 28px;
  padding-left: 35px;
  border: none;
  /* transform: translateY(0.5px); */
}

header .navbar .btn-search::placeholder {
  font-size: 14px;
  color: #637381;
  font-weight: 500;
}

header .navbar .btn-search:focus {
  box-shadow: none;
}

header .navbar .icon-search {
  position: absolute;
  /* background-color: red; */
  height: 33px;
  color: #4d44b5;
  color: #4d44b5;
  font-size: 16px;
  border: none;
  top: -0.5px;
}

header .navbar .nav-left {
  flex-direction: row;
}

header .navbar .nav-left .icon-left {
  display: block;
  font-size: 18px;
  margin-left: 12px;
  color: #fff;
  padding-top: 2px;
  transition: 0.4s;
  position: relative;
}

header .navbar .nav-left .icon-left:hover {
  color: #fb7d5b;
  color: #fb7d5b;
}

header .navbar .nav-left .icon-left .bdg {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  top: 4px;
  padding: 0;
  line-height: 15px;
}

header .navbar .card-detail {
  width: 250px;
  left:-155px;
  top: 40px;
  border: 1px solid #ddd;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
}
header .navbar .notivication-bell{
  left: -190px;
  top: 40px;
}
header .navbar .notivication::after {
	content: "";
	width: 18px;
	height: 15px;
	background-color: #ffffff;
	background-color: #FFFFFF;
	position: absolute;
	top: -13.5px;
	right: 35px;
	z-index: 3;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

header .navbar .ovlay-p::after {
  content: "";
  width: 18px;
  height: 15px;
  background-color: #ffffff;
  background-color: #ffffff;
  position: absolute;
  top: -13.5px;
  right: 38px;
  z-index: 3;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

header .navbar .notivication {
	position: absolute;
	left: -95px;
	width: 140px;
  height: 230px;
	top: 40px;
}

header .navbar .profile {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  transform: translateY(-1px solid #ddd);
  padding: 0 !important;
}

header .navbar .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .navbar .icon-more .add a[aria-expanded="true"] {
  color: #fb7d5b !important;
}

header .navbar .icon-more .bell a[aria-expanded="true"] {
  color: #fb7d5b !important;
  color: #fb7d5b !important;
}

header .navbar .icon-more .bell a[aria-expanded="true"] {
  color: #fb7d5b !important;
}

header .navbar .icon-more header .navbar .icon-more .add-acticle {
  padding-top: 5px;
}

header .navbar .icon-more .add-acticle h4 {
  font-size: 16px !important;
  font-weight: bold;
  margin-left: 10px;
  color: #637381;
  font-weight: 500;
}

header .navbar .icon-more .title-drop {
  color: #4d44b5;
  color: #4d44b5;
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
}

header .navbar .icon-more .dropdown-item:hover {
  background-color: transparent;
}

header .navbar .icon-more .dr-hover:hover {
  background-color: #f3f4ff;
  background-color: #f3f4ff;
}

header .navbar .icon-more .add-img {
  width: 40px;
  height: 40px;
  /* background-color: red; */
  overflow: hidden;
}

header .navbar .notivication .add-img {
  width: 35px;
  height: 25px;
  /* background-color: red; */
  border-radius: 100% !important;
}

header .navbar .icon-more .add-acticle .badge {
  margin-left: 10px;
  transform: translateY(-7px);
  padding: 1px solid #ddd 5px;
  font-size: 12px;
}

header .navbar .notivication .dropdown-item h4 {
  padding-top: 5px !important;
  /* font-weight: 600; */
}

header .navbar .notivication .dropdown-item .act::after {
  content: " ";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 8px;
  border-radius: 100%;
  background-color: red;
  transform: translateY(-2px);
}

header .navbar .notivication .dropdown-item .pro-noti {
  width: 26px;
  height: 26px;
  /* background-color: red; */
  overflow: hidden;
  border-radius: 100%;
}

header .navbar .icon-more .drop-profile {
	position: absolute;
	padding: 5px 10px;
	color: #637381 !important;
	width: 200px;
	left: -160px;
	padding-top: 6px;
	font-size: 16px;
	top: 40px;
	/* border: none; */
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
}
header .navbar .icon-more .drop-profile a{
	color: #637381 !important;
}
header .navbar .icon-more .drop-profile a:hover{
  color: #4D44B5 !important;
}
header .navbar .icon-more .drop-profile .dropdown-item {
  transition: 0.4s;
}

header .navbar .icon-more .drop-profile .dropdown-item:hover {
  color: #303972;
  padding-left: 10px;
}

header .navbar .icon-more .drop-profile .dropdown-item {
  padding: 5px;
}

.see-more {
  transform: translateY(3px);
  font-size: 14px;
  padding: 0 10px;
}

header .navbar .pro::after {
	content: "";
	width: 18px;
	height: 15px;
	background-color: #ffffff;
	background-color: #FFFFFF;
	position: absolute;
	top: -10.5px;
	right: 5px;
	z-index: 3;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

/* navbar smart device */
.profileDetail .profile-header {
  height: 200px;
  background-image: url(../image/cover-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
  border-radius: 1px !important;
}
.profileDetail .profiledd-img{
  bottom:-60px;
}
.nav-tabs .nav-link {
  color: #333;
}
.profileDetail .infor-teacher h4{
  color: #303972;
}
.profileDetail .profileDetail-img{
  width: 120px !important;
  height: 120px !important;

}
.profileDetail .profileDetail-img img{
  width: 100%;
  height: 100%;
  outline:  3px solid #f9a825;
  object-fit: cover;
}
.profileDetail .nav-tabs .nav-link.active {
  background-color: #fb7d5b;
  color: #fff;
}

.profileDetail .profile-stats {
  background-color: #fff;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
}


.profileDetail .profile-stats p {
  margin-bottom: 1rem;
}


.profileDetail .profile-stats p strong {
  display: inline-block;
  width: 120px;
}

.profileDetail .profile-stats a{
  color: #fb7d5b;
}

.profileDetail .profile-stats p .text-warning {
  color: #ffbb33;
}
header .navbar-responsive {
  height: 55px;
  display: flex;
  align-items: center;
}

header .nav-rs .textColor {
  color: #4d44b5 !important;
  color: #4d44b5 !important;
  /* box-shadow: none !important; */
}

header .nav-rs {
  padding-inline: 100px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px solid #ddd 0px;
}

.offcolor {
  background-color: #4d44b5;
}

.offcolor {
  background-color: #4d44b5;
  color: #fff;
}

header .offcanvas-nav {
  list-style: none;
}

header .offcanvas-nav .link-offcan {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
  transition: 0.4s;
}

header .offcanvas-nav .link-offcan:hover {
  padding-left: 13px;
}

header .offcanvas-nav .dropdown-item {
  transition: 0.5s;
}

header .offcanvas-nav .link-offcan:hover {
  padding-left: 13px;
}

header .offcanvas-nav .dropdown-item:hover {
	padding-left: 20px !important;
}

header .offcanvas-nav .link-offcan i {
  font-size: 20px;
  margin-right: 8px;
}

header .icon-more .offcan-search {
  width: 300px;
}

header .icon-more .offcan-search input {
	width: 300px;
	height: 30px;
	border: none;
	border-radius: 12px;
	font-size: 14px;
	border: 1px solid #ddd solid #fb7d5b;
}

header .icon-more .offcan-search input:focus {
  box-shadow: none;
}

header .icon-more a[aria-expanded="true"]+.offcan-search {
  width: 100%;
  /* position: absolute;*/
  top: -2px;
  left: -310px;
  transition: 0.4s;
}

header .btn-close {
	filter: brightness(0) invert(1);
}
@media (max-width:1024px) {
	header .navbar .btn-search {
		width: 150px !important;
	}
  header .navbar .nav-link{
    margin: 0px;
    
  }
}
@media (max-width:576px) {


	header .nav-rs {
		padding-inline: 26px !important;
	}

	header .navbar .navbar-brand img {
		width: 160px;
		transform: translateX(0px);

	}

	header .icon-more a[aria-expanded="true"]+.offcan-search {
		top: 50px;
		left: -175px;
	}
}
@media (max-width:361px) {

	header .navbar .navbar-brand img {
		width: 110px !important;
		transform: translateX(0px);

	}
  header .offcanvas .link-offcan i{
    font-size: 10px !important;
  }
}

/* vit feed block code */
.feed__course {
	padding: 25px 0;
}

header .icon-more .offcan-search input {
  border: 1px solid #ddd solid #fb7d5b !important;
}

@media (max-width: 1024px) {
  header .navbar .btn-search {
    width: 150px !important;
  }
}

@media (max-width: 576px) {
  header .nav-rs {
    padding-inline: 26px !important;
  }

  header .navbar .navbar-brand img {
    width: 160px;
    transform: translateX(0px);
  }
  header .icon-more a[aria-expanded="true"]+.offcan-search {
    top: 50px;
    left: -175px;
  }
}

/* Hero Banner */
.bg-hr {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
}

.hero-banner p:first-of-type {
  color: #fb7d5b;
  font-weight: 500;
  font-size: 17px;
}

.hero-banner .img-herobanner {
  height: 300px;
  /* background-color: #4D44B5; */
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
  position: relative;
}

.hero-banner .img-herobanner img {
  border-radius: 15px;
}

.hero-banner .img-herobanner .img-an {
  position: absolute;
  width: 110px;
  top: 20px;
  left: 150px;
  animation: mover 2s infinite alternate;
}

/* img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
} */
/* @-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(50px); }
} */
.hero-banner .btn-herobaner {
  background-color: #fb7d5b;
  color: #fff;
  transition: 0.4s;
  border-radius: 13px;
  border: none;
}

.hero-banner .btn-herobaner:hover {
  background-color: #4d44b5;
}

.hero-banner h1 {
  color: #4d44b5;
  font-weight: 600;
}

.hero-banner p {
  color: #969ca2;
  font-size: 17px;
}
.media__icon .bi-twitter-x {
	color: #000000;
}

.media__icon .bi-tiktok {
	color: #010101;
}

.to__Pay .toPay__card .feedback__course .rated__card {
	width: 220px;
	height: 160px;
	background-color: rgb(241, 241, 241);
}

.rating__star {
	color: #ffa500;
	/* padding-left: 38px; */
}

.user__rating {
	margin-top: -15px;
	font-size: 10px;
}

.user__profile {
	width: 36px;
	height: 36px;
}

/* checkout the payment */
.payment {
	height: 150vh;
}
.to__Pay .toPay__card .image__toPay {
	width: 100% !important;
	height: 500px !important;
	margin: 75px 0 25px 0 !important;
}

.to__Pay .toPay__card .image__toPay img {
	width: 100% !important;
	height: 100% !important;
}

.payment .checkout__card {
	height: auto;
	margin-top: 120px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.payment .summary__payment {
	height: auto;
	margin-top: 120px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.payment .type__bankCard {
	width: 50px;
	height: 34px;
	border-radius: 6px;
}
@media (max-width:411px) {
	.payment .type__bankCard{
		width: 35px;
		height: 30px;
	}
}
.payment .btn__pay {
	background-color: #4d44b5;

	&:hover {
		transition: 1s ease-in-out;
		background-color: #fb7d5b !important;
	}
}

.payment .summary__payment .course__cover {
	width: 120px;
	height: 70px;
	background-color: #f3f4ff;
}




@media (max-width: 820px) {
	.subtitle__price {
		flex-direction: column;
	}
}

@media (max-width: 600px) {
	.to__Pay .toPay__card .summary__course {
		margin-top:26px;
		margin-bottom: 60px;
	}

	.checkout__card {
		margin-top: 80px;
	}

	.summary__card {
		margin-top: 20px;
	}

	.payment .summary__payment {
		margin-top: 20px;
	}

	.payment .checkout__card {
		margin-top: 80px;
	}
}

@media (max-width: 1024px) {
	.progressX progress {
		margin-left: 0 !important;
	}
}	
.swiper-slide .card {
  /* padding: 0 !important; */
  /* height: 398px !important; */
  border: none;
  padding: 15px;
  background-color: #f3f4ff;
  /* text-align: start; */
  padding-bottom: 0px !important;
  border-radius: 15px;
}

.swiper-slide .card .card-img {
  height: 210px;
  /* background-color: tan; */
}

.swiper-slide .card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 9px;
}

.title h1 {
	font-size: 30px;
	color: #303972;
	margin-bottom: 25px;
}

.swiper-slide .card .card-body {
  /* background-color: red; */
  font-size: 17px;
  text-align: start;
  padding-bottom: 0 !important;
}

.swiper-slide .card .card-body .p1 {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: -5px;
}

.swiper-slide .card .card-body .p1+p {
  font-size: 15px;
  color: #637381;
}

.swiper-slide .card .card-body .c-profile {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
}
.swiper-slide .card .card-body .c-profile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .card .card-body .c-profile+p {
  color: #fb7d5b;
  margin-left: 8px;
  font-size: 16px;
  padding-top: 7px;
  margin-bottom: -5px;
}

.swiper-slide .card .card-body .pp {
  margin-top: -5px;
}

.swiper-slide .card .card-body .btn-read {
  display: block;
  padding-top: 8px !important;
  transition: 0.4s;
  color: #637381;
  font-size: 15px;
  border: none !important;
}

.swiper-slide .card .card-body .btn-read:hover {
	color: #4D44B5;
}
.course-free{
	/* margin-bottom: -18px; */
}

.course-free .card {
  border-radius: 15px;
  border: 1px solid #ddd solid #3039725a;
  background-color: #fff;
  /* color: #fff !important; */
}

.course-free .card .card-body h3 {
  font-size: 21px;
  transform: translateY(-7px);
  color: #303972;
}

.course-free .card .card-body .card-text {
  color: #637381;
  margin-top: -10px;
}

.course-free .card .card-body .c-last {
  margin-top: -5px;
}

.course-free {
	/* padding: 35px 0px; */
}

.course-free .crad-profile {
  width: 36px;
  height: 36px;
  /* background-color: red; */
  border-radius: 100%;
  overflow: hidden;
}

.course-free .crad-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-free .card-img {
  /* height: 250px; */
  /* background-color: red; */
  border-radius: 10px !important;
  overflow: hidden;
}

.course-free .c-price {
  color: #4d44b5;
}

table.dataTable thead>tr>th.sorting:before {
  content: "0" !important;
  opacity: 0 !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after {
  content: "0" !important;
  opacity: 0 !important;
}

table .student-td {
  padding-top: 25px !important;
}

.student thead th {
  color: #4d44b5;
  font-size: 17px;
}
.card-body .btn-cev {
  display: block;
  border: none !important;
  padding: 0px 10px !important;
  height: 23px;
  line-height: 24px;
  transform: translateY(10.3px);
  color: #fff;
  background-color: #4d44b5;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.4s;
}
.course-free .card-body .btn-cev:hover {
  background-color: green;
}

.course-free .card .card-body .crad-profile+p {
  color: #fb7d5b;
  margin-left: 3px;
  font-size: 16px;
  padding-top: 7px;
  margin-bottom: 10px;
}

.book .card {
  text-decoration: none;
  /* background-color:red; */
  border: none;
  border-radius: 10px;
  box-shadow: #f7f5fa 0px 2px 8px 0px;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px;
}

.book .card-img {
  background-color: #ffff;
}

.book .card .img {
  height: 250px;
  background-color: #f7f5fa;
  border-radius: 10px;
  margin-bottom: -18px;
}

.book .card .img img {
  width: 100%;
	height: 250px;
  /* object-fit: cover; */
}

.book .card .book-star {
  font-size: 12px;
}

.book .card .card-body p {
  color: #fb7d5b;
  font-weight: 600;
}

footer a {
  text-decoration: none;
  color: #637381;
  transition: 0.4s;
}

footer a:hover {
  color: #4d44b5;
}

footer p {
  font-size: 15px;
  color: #fb7d5b;
}

@media (max-width: 560px) {
  footer p {
    font-size: 12px;
  }

  footer .aa {
    font-size: 12px;
  }

  footer a {
    font-size: 12px;
  }
}

.card-header {
  background-color: #4d44b5 !important;
}

.shadow-sm {
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
}

.border-acc .nav-link {
  color: #4d44b5 !important;
}

.tab-content .p-2 {
  color: #637381;
  padding-left: 16px !important;
}

.account .card-body .acc-follow span {
  color: #fb7d5b;
}

.account .card-body .acc-follow h6 {
  font-size: 16px;
  color: #303972;
}

.account .fixed-account {
  position: sticky !important;
  top: 36.5px !important;
}

.account .lead {
  font-size: 18px;
  color: #303972;
}

.account .tap-list .nav-link {
  color: #4d44b5;
}

.account .txtf {
  font-size: 14px;
}

.account .tap-list {
  transform: translateY(29px);
}

.account .account-edit-img {
  width: 110px;
  /* height: 110px; */
  /* background-color: red; */
  /* border-radius: 100%; */
}

.account a {
  text-decoration: none;
}

.account .acrticle-bottom i {
  color: #737373;
}

.account .acrticle-bottom span {
  color: #737373;
}

.account .account-edit-img img {
  border: 1px solid #ddd solid #637381;
  border-radius: 10px;
  object-fit: cover !important;
}

.account .list-follow {
  transform: translateY(-25px);
}

.account .list-follow .img-profile-fw {
  width: 35px;
  height: 35px;
  /* background-color: red; */
  border-radius: 100%;
  overflow: hidden;
}

.account .list-follow .img-profile-fw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account .acc-profile img {
  width: 130px !important;
}

.account .ts-control {
  /* width: 100%; */
  font-size: 16px;
  border-radius: 5px;
  padding: 3px 0px !important;
  border: 0;
  height: 100% !important;
  color: #637381 !important;
}

.account .article-img {
  width: 200px;
  height: 150px;
  background-color: red;
  transform: translateY(-7px);
  margin-left: 20px;
}

@media (max-width: 820px) {
  .account .article-img {
    width: 100% !important;
    margin-top: 30px;
    margin-left: 0;
  }
}

.account .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account .modal-head-pro {
  width: 35px;
  height: 35px;
  /* background-color: red; */
  border-radius: 100%;
  overflow: hidden;
}

.account .modal-head-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account .post-article-form .btn-title {
  width: 100%;
  height: 200px;
  display: block;
  font-size: 20px;
  background-image: url(../image/Image\ folder-amico.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  color: #fb7d5b;
  font-weight: 500px;
  border: 1px solid #ddd solid #ddd !important;
  border-radius: 10px;
  cursor: pointer;
}

.account .post-article-form .input-title {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #ddd solid #dddd !important;
}

.account .post-article-form .input-title:focus {
  box-shadow: none !important;
}

.profile-tap label {
  color: #637381 !important;
}

.account .textarea-pro {
  height: 100px;
}

.account .article-title h4 {
  color: #303972;
}

.account .artlike i:hover {
  color: #198754;
}

.account .artcomment i:hover {
  color: #198754;
}

.account .artsave i:hover {
  color: #007bff;
}

.account .btn-change {
  background-color: #198754 !important;
  color: #fff !important;
}

.account .btn-save {
  background-color: #198754 !important;
  color: #fff !important;
  transition: 0.4s;
}

.account .btn-save:hover {
  background-color: #4d44b5 !important;
}

.account .cover {
  height: 310px;
}

.account .profile-img {
  width: 133px;
  height: 133px;
  /* background-color: red; */
  border-radius: 100%;
}

.account .profile-img img {
  object-fit: cover !important;
}

.account .profile-img img {
  outline: 4px solid #f3f4ff;
}

.account .profile-tran {
  transform: translateY(-30px);
}
@media (max-width:821px) {
  
}
.account .profile-head .img {
  width: 35px;
  height: 35px;
  /* background-color: red; */
  border-radius: 100%;
}

.account .profile-head h5 {
  color: #303972;
}

.account .article-title h5 {
  color: #637381;
}

.lesson .btn-lesson {
  color: #4d44b5;
}

.account .article-title h4 {
  color: #4d44b5 !important;
}

.lesson .nav-tabs .nav-link {
  color: #4d44b5 !important;
}

.lesson .nav-tabs .active {
  background-color: #4d44b5 !important;
  color: #ffffff !important;
}

.lesson .scroll {
  position: sticky !important;
  top: 57px !important;
}

.lesson .scroll {
  height: calc(100vh - 50px) !important;
  overflow: auto !important;
}

@media (max-width: 600px) {
  .lesson .scroll {
    height: auto !important;
  }
}

.lesson .nav-lesson {
  width: 100%;
  text-align: start;
  border: none;
  border-radius: 7px;
  color: #303972 !important;
  padding: 8px 10px !important;
}

.lesson .accordion-button {
  border: none !important;
  border-bottom: 1px solid #ddd solid #dddddd92 !important;
  box-shadow: none !important;
}

.lesson .avt-lesson .accordion-item .active {
  background-color: transparent !important;
  color: #198754 !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #4d45b5;
  border-radius: px;
}

.accordion-button.collapsed::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
  background-size: 13px 13px !important;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}

.accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
  background-size: 13px 13px !important;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}

.tab-content .video {
  width: 100%;
  /* height:550px; */
  /* background-color: #198754; */
}

.lesson .video-detail {
  color: #637381 !important;
}

::-webkit-scrollbar{
    width:8px;
    
  
  }
  ::-webkit-scrollbar-thumb{
    background-color:#4d45b5;
    border-radius: 0px;
  }
  .accordion-button.collapsed::after {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
	background-size: 13px 13px !important; 
	background-repeat: no-repeat;
	display: inline-block; 
	width: 20px;
	height: 20px; 
	content: ''; 
  }
  
  
  .accordion-button:not(.collapsed)::after {
  
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
	background-size: 13px 13px !important; 
	background-repeat: no-repeat;
	display: inline-block; 
	width: 20px;
	height: 20px; 
	content: ''; 
  
  }
  .tab-content .video{
	width: 100%;
	/* height:550px; */
	/* background-color: #198754; */
  }
  .lesson .video-detail{
	color: #637381 !important;
  }
  .lesson .video-detail ol h5{
	color: #303972 !important;
  }
  .lesson .video-detail ol li{
	margin-bottom: 30px !important;
  }
  .lesson .tab-chat{
	/* height: 520px; */
	background-color:#FFFFFF;
	border-radius: 10px;
  }
  @media (max-width:820px) {
	.lesson .tab-content{
		padding-bottom:40px !important;
	  }
  }
  .chat-container {
	width: 400px;
	max-width: 100%;
	border: 1px solid #ddd solid #4d45b5;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .lesson .tab-chat .chat-box{
	width: 100%;
	height: 300px;
  }
  .lesson .tab-chat h5{
	color:#4D44B5;
  }
  .lesson .tab-chat .chat-box::-webkit-scrollbar{
    width:8px;
    
  
  }
  .lesson .tab-chat .chat-box::-webkit-scrollbar-thumb{
    background-color:#FFFFFF;
    border-radius: px;
	
  }
  .chat-box {
	flex: 1;
	padding: 20px;
	overflow-y: auto;
	/* border-bottom: 1px solid #ddd solid #ccc; */
  }

.lesson .video-detail ol h5 {
  color: #303972 !important;
}

.lesson .video-detail ol li {
  margin-bottom: 30px !important;
}

.lesson .tab-chat {
  /* height: 520px; */
  background-color: #ffffff;
  border-radius: 10px;
}

@media (max-width: 820px) {
  .lesson .tab-content {
    padding-bottom: 40px !important;
  }
}

.chat-container {
  width: 400px;
  max-width: 100%;
  border: 1px solid #ddd solid #4d45b5;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.lesson .tab-chat .chat-box {
  width: 100%;
  height: 300px;
}

.lesson .tab-chat h5 {
  color: #4d44b5;
}

.lesson .tab-chat .chat-box::-webkit-scrollbar {
  width: 8px;
}

.lesson .tab-chat .chat-box::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: px;
}

.chat-box {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  /* border-bottom: 1px solid #ddd solid #ccc; */
}

.input-container {
  display: flex;
  padding: 10px;
}

#message-input {
  flex: 1;
  padding: 10px 15px;
  /* border: 1px solid #ddd solid #ccc; */
  border-radius: 11px;
  border: none;
  margin-right: 10px;
  color: #303972;
  background-color: #74e38b;
}

#message-input::placeholder {
  color: #424d58;
  font-size: 16px;
}

#message-input:focus {
  outline: none;
}

#send-button {
  padding: 0px 10px;
  border: none;
  background-color: #fb7d5b;
  color: #fff;
  border-radius: 7px;
  cursor: pointer;
}

.table-student {
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
}

/* Existing styles */

.chat-message {
  border-radius: 10px;
  padding: 10px;
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  max-width: 80%;
}

.chat-message.user {
  background-color: #007bff;
  align-self: flex-end;
  float: right;
  padding: 6px 10px;
  color: #fff;
}

.chat-message.admin::before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url(../image/man.png);
  background-size: cover;
  top: 4px;
  left: -55px;
}

.chat-message.admin {
  background-color: #74e38b;
  color: #444;
  align-self: flex-start;
  margin-top: 60px;
  position: relative;
  margin-left: 45px;
  padding: 6px 10px;
}

.message-content {
  margin-right: 10px;
}

.timestamp {
  font-size: 0.8em;
  color: #303972;
}

/* Feedback */
.feed .card {
  border-radius: 5px;
  /* background-color: #fff; */
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 40px;
  background-color: transparent;
  border: none;
}

.feed .rating-box {
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fbc02d;
  text-align: center;
  color: #fff;
}

.feed .rating-label {
  font-weight: bold;
}

.feed .rating-bar {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
}

.feed .bar-container {
  width: 100%;
  background-color: #ddd;
  text-align: center;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}

.feed .bar-5 {
  width: 70%;
  height: 13px;
  background-color: #fbc02d;
  border-radius: 20px;
}

.feed .bar-4 {
  width: 30%;
  height: 13px;
  background-color: #fbc02d;
  border-radius: 20px;
}

.feed .bar-3 {
  width: 20%;
  height: 13px;
  background-color: #fbc02d;
  border-radius: 20px;
}

.feed .bar-2 {
  width: 10%;
  height: 13px;
  background-color: #fbc02d;
  border-radius: 20px;
}

.feed .bar-1 {
  width: 0%;
  height: 13px;
  background-color: #fbc02d;
  border-radius: 20px;
}

.feed .star-active {
  color: #fbc02d;
  margin-top: 10px;
  margin-bottom: 10px;
}

.feed .star-active:hover {
  color: #f9a825;
  cursor: pointer;
}

.feed .star-inactive {
  color: #cfd8dc;
  margin-top: 10px;
  margin-bottom: 10px;
}

.feed .blue-text {
  color: #0091ea;
}

.feed .content {
  font-size: 18px;
}

.feed .profile-pic {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-right: 30px;
}

.feed .pic {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}

.feed .vote {
  cursor: pointer;
}

.feed .rate {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.feed .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.feed .rating>input {
  display: none;
}

.feed .rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #ffd600;
  cursor: pointer;
}

.feed .rating>label {
  position: relative;
  width: 1em;
  font-size: 30px;
  font-weight: 300;
  color: #ffd600;
  cursor: pointer;
}

.feed .rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.feed .rating>label:hover:before,
.feed .rating>label:hover~label:before {
  opacity: 1 !important;
}

.feed .rating>input:checked~label:before {
  opacity: 1;
}

.feed .rating:hover>input:checked~label:before {
  opacity: 0.4;
}

.feed .buttons {
  top: 36px;
  position: relative;
}

.feed .rating-submit {
  border-radius: 8px;
  color: #fff;
  transform: translateY(-30px);
  background-color: #4d44b5;
  border: 0;
}

.feed .rating-submit:hover {
  color: #fff;
}

/* Myleaning */
.hero-banner-myleaning .head {
  height: 300px;
  background-color: #efebf5;
  margin-top: 30px;
  border-radius: 10px;
}

.hero-banner-myleaning .head .mycour-img {
  /* background-color: red; */
  width: 240px;
  height: 240px;
  transform: translateY(-20px);
}

.hero-banner-myleaning .head .title-head {
  transform: translate(60px, 10px);
}

.course-myleaning {
  /* height: 250px; */
  background-color: #d6deff;
}

.course-myleaning h3 {
  color: #303972;
}

.course-myleaning .active {
  background-color: #4d44b5 !important;
  color: #ffffff !important;
}

.course-myleaning .nav-tabs {
  transform: translateY(2px);
  border: none !important;
}

.course-myleaning .nav-tabs .nav-link {
  color: #303972;
  border: none !important;
}

.card-myleaning .btn-leaning:focus {
  border: none;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
}

.course-chev .price {
  width: 40px;
  height: 40px;
  /* background-color: red; */
  border-radius: 100%;
  overflow: hidden;
}

.course-chev .price img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-chev .buy-eng {
  background-color: #4d44b5;
  color: #ffffff;
  /* padding: 0 10px !important; */
  padding: 0px 10px !important;
  border-radius: 5px;
  height: 23px;
  line-height: 23px;
  transition: 0.4s;
}

.course-chev .buy-eng:hover {
  background-color: #f9a825 !important;
}

.course-chev .card {
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
  border: 1px solid #ddd solid #cfd8dc;
  overflow: hidden;
}

.course-chev .card .head-b {
  /* transform: translateY(-5px); */
  color: #4d44b5;
}

.course-chev .card .card-body h5 {
  color: #303972;
}

.course-chev .card .card-body h5+p {
  color: #637381;
  font-size: 14px;
}

.card-myleaning .progress {
  border-radius: 0 !important;
  height: 8px;
}

.card-myleaning .card {
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
  transition: 0.4s;
}

.card-myleaning .card h5 {
  color: #4d44b5;
}

.card-myleaning .card:hover {
  transform: scale(1.05);
}

.img-exer {
  /* height: 600px; */
  margin: auto;
  /* background-color: red; */
  text-align: center;
}

.text-exercise h4 {
  color: #4d44b5;
}

.text-exercise h5 {
  color: #000;
}

.text-exercise label {
  color: #303972 !important;
  font-size: 17px;
  /* transform: translateX(10px); */
}

.text-exercise input {
  width: 15px;
  height: 15px;
  transform: translateY(3px);
  margin-right: 10px;
  /* transform: translateX(10px); */
}

.text-exercise form .btn-បញ្ជូន {
  background-color: #4d44b5 !important;
  border: none;
  transition: 0.4s;
  color: #ffffff !important;
}

.text-exercise form .btn-បញ្ជូន:hover {
  background-color: #fbc02d !important;
}

.text-exercise form .modal-dialog {
  transform: translateY(200px);
}

/* vit feed block code */
.feed__course {
  /* padding: 80px 0; */
}

.feed__course .left__feed {
  /* height: 300px !important; */
}

.left__feed,
.right__feed {
  width: 20%;
  float: left;
  /* height: 580px; */
  position: fixed;
  top: 80px;
  /* background-color: red; */
}

.center__feed {
  width: 100%;
  height: 98%;
}

 .stt_feed {
  width: 100%;
  height: 100%;

}


.card__posting {
  height: 70px !important;
}

.btn__createPost {

  border: 1px solid #ddd solid #ececec;
  /* margin-left: 70px;
  margin-top:-70px; */
  background-color: #f8f9fa !important;

}

.card__posting .bi-image {
  position: relative;
  top: 8px;
  left: -5px;
}


.feed__course .teacher__profile {
  width: 46px;
  height: 46px;
}

.feed__course .post__caption {
  margin-top: -20px;
}

.feed__course .card-img-center {
  height: 400px;
}

.feed__course .card-img-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed__course .profile__picture {
  width: 32px;
  height: 32px;
}

.feed__course .feed__func:hover {
  padding-left: 5px;
  transition: 0.3s ease-in-out;
}

.feed__course .market__course__area {
  width: 100%;
  height: 500px;
  background-color: rgb(234, 234, 234);
}

.overlay__mca {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.253) 0%,
      rgba(0, 0, 0, 0.221) 100%);
}

.feed__course .post__reaction a {
  text-decoration: none;
  color: #6c757d;
}

.to__Pay {
  position: relative;
  width: 100%;
  height: 200vh;
  /* background-color: transparent;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.to__Pay .toPay__card .image__toPay {
  width: 100% !important;
  height: 500px !important;
  margin: 20px 0 25px 0 !important;
}

.to__Pay .toPay__card .image__toPay img {
  width: 100% !important;
  height: 100% !important;
}

.to__Pay .toPay__card .summary__course {
  height: auto;
  background-color: #fff;
  position: relative;
  top: -260px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.to__Pay .toPay__card .feedback__course {
  height: auto;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn__addToCart {
  background-color: #fb7d5b;

  &:hover {
    background-color: #5748b0;
    transition: .4s ease-in-out;
  }
}

.btn__buyNow {
  background-color: #5748b0;

  &:hover {

    transition: .4s ease-in-out;
    background-color: #fb7d5b;
  }
}

.icon__color {
  color: #fb7d5b;
  margin-right: 5px;
}

.media__icon i {
  padding: 0 5px;
  
}
.img-course-content{
  height: 250px;
  background-color: red;
}
.img-course-content img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media__icon i:hover {
  padding-left: 5px;
  color: #fb7d5b;
  transform: scale(1.1);
}

.media__icon .bi-facebook {
  color: #1877f2;
}

.media__icon .bi-instagram {
  color: #c32aa3;
}

.media__icon .bi-twitter-x {
  color: #000000;
}

.media__icon .bi-tiktok {
  color: #010101;
}

.to__Pay .toPay__card .feedback__course .rated__card {
  width: 220px;
  height: 160px;
  background-color: rgb(241, 241, 241);
}

.rating__star {
  color: #ffa500;
  /* padding-left: 38px; */
}

.user__rating {
  margin-top: -15px;
  font-size: 10px;
}

.user__profile {
  width: 36px;
  height: 36px;
}

/* checkout the payment */

.payment {
  height: 150vh;
}

.payment .checkout__card {
  height: auto;
  margin-top: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.payment .summary__payment {
  height: auto;
  margin-top: 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.edit-card .card{
  background-color:#F3F4FF;
}
.payment .type__bankCard {
  width: 50px;
  height: 34px;
  border-radius: 6px;
}

.payment .btn__pay {
  background-color: #4d44b5;

  &:hover {
    transition: .4s ease-in-out;
    background-color: #fb7d5b !important;
  }
}

.payment .summary__payment .course__cover {
  width: 120px;
  height: 70px;
  background-color: #f3f4ff;
}

/* contact block code */

.contact__us {
  width: 100%;
  height: 100vh;
  padding: 100px 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  /* background-image: url(../image/contact.jpg);
	background-size:cover; */
}

.contact__us .contact__card__right {
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
}

.contact__us .contact__card__right .sendMsg__btn {
  background-color: #fb7d5b;
  border: none;

  &:hover {
    transition: .4s ease-in-out;
    background-color: #4d44b5;
  }
}

/*   block code */

.about__us__hero {
  width: 100%;
  height: auto;
  padding: 55px 0;

}

/* .about__us__hero .aboutUs__card {
  height: 50vh;
} */

.aboutUs__story {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
}


.aboutUs__story .story__card {

  height: 450px
}

/* .aboutUs__story .story__card img{
height:450px
} */
/* about our team block code */

.our__team {
  width: 100%;
  height: auto;
  padding: 80px 0;

}


.our__team img {
  height: 420px;
}

.our__team .team__card {
  position: relative;
  overflow: hidden;
  outline: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.our__team .team__card__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(59, 59, 59, 0.411);
  left: -100%;
  top: 60%;
  transition: 1s ease-out;
  visibility: hidden;
}

.our__team .team__card:hover .team__card__overlay {
  visibility: visible;
  left: 0%;
  transition: .4s ease-in;
}

/* teacher video block code */

.teacherVdo__hero {
  width: 100%;
  margin: 100px 0;
}

.teacherVdo__hero .teacherVdo__card{
  width: 100%;
  height: 70vh;
  /* background-color: red; */
}

.teacherVdo__hero .teacherVdo__card .img__teacherVdo{
  width: 100%;
  height: 70vh;

 
}

.follow__btn{
  padding: 4px 10px;
  font-size:12px;
  color:#fb7d5b;
  border: 1px solid #fb7d5b;
  &:hover{
    color:#4d45b5;
    border: 1px solid #4d45b5;
  }
}
/* 
.teacherVdo__hero .teacherVdo__heroCard .img__teacherVdo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  
 
} */



@media (max-width: 820px) {
  .subtitle__price {
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .contact__us .contact__card__right {
    margin-bottom: 200px;
    margin-top: 220px;
  }

  .contact__us .contact__card__left {
    position: relative;
    top: 180px;
  }

  .to__Pay .toPay__card .summary__course {
    margin-top: 285px;
  }

  .checkout__card {
    margin-top: 80px;
  }

  .summary__card {
    margin-top: 20px;
  }

  .payment .summary__payment {
    margin-top: 20px;
  }

  .payment .checkout__card {
    margin-top: 80px;
  }

  .teacherVdo__hero .hero__img {

    margin: 90px 15px;

  }
}
.exersice-test{
	height: 350px;
	/* background-color: red; */
	background: linear-gradient(rgba(78, 69, 181, 0.8), rgba(211, 125, 254, 0.5)), url(../image/c-test-1.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.exersice-test .btn-test-ex{
	background-color: #ffffff !important;
	width: 100%;
	color: #4D44B5 !important;
	font-weight: 600;
}
.exersice-test .col-test{
	position: relative;
}
.exersice-test .col-test .drop-test{
	width: 90%;
	background-color: #ffffff;
	border-radius: 10px;
	position: absolute;
	top: 80px;
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
	visibility: hidden;
	transition: 0.3s !important;
	opacity: 0;
	z-index: 99;
}
.exersice-test .col-test .drop-test a{
	text-decoration: none;
	display: block;
	padding: 7px 15px;
	color: #637381 !important;
	/* border-bottom: 1px solid #ddd solid #fb7d5b; */
	transition: 0.3s;
}
.exersice-test .col-test:hover .drop-test{
	visibility: visible;
	position: absolute;
	opacity: 1;
	top: 30px;
}
.exersice-test .col-test .drop-test a:hover{
	display: block;
	padding-left: 25px !important;
	color: #4D44B5 !important;
}
.test .test-overlay a{
	display: block;
	text-decoration: none;
	padding: 8px 25px;
	position: absolute;
	bottom: 30px;
	left:55px;
	background-color: #ffffffc9;
	border-radius: 10px;
	color:#4D44B5;
	transition: 0.4s;
}
.test .test-overlay a:hover{
	background-color: #4D44B5 !important;
	color: #ffffff !important;
}
@media (max-width:768px) {
	.test .test-overlay a{
		left: 90px !important;
	}
}
/* test */
.text-class .blog-test{
    width: 100%;
    /* height: 500px; */
    background-color: #fff;
    box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
    margin-top: 28px;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;

}
.text-class .blog-test h1{
  margin-bottom: 30px;
  color: #303972;
}
.text-class .blog-test span{
  font-weight: 600;
  color: #FB7D5B;
}
.test .swiper-slide .card-img img{
	box-shadow: rgba(157, 135, 255, 0.31) 0px 2px 8px 0px !important;
}
.text-class .card{
  display: block;
    /* height: 250px; */
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #ddd solid #FB7D5B; */

}
.text-class .card .card-img{
   height: 150px;
   background-color:#F3F4FF;
   padding: 10px;
  
}
.text-class img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-class .card .card-body h3{
  height: 100px;
  background-color:#4d45b5;
  color: #fff;
  padding: 15px;
}

.text-class .card .body-kh h3{
  /* height: 150px; */
  background-color:#4d45b5;
  color: #fff;
  padding: 15px;

}
.text-class .r-t{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}


.text-class .course{
  width: 900px;
  height: 600px;
  background-color: #fff;
  box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
  margin: 50px auto;
  padding: 30px;
  border-radius: 10px;
}
.text-class h3{
  font-size: 19px !important;
  color: #303972;
}
.text-class h1{
	font-size: 30px !important;
}
.text-class .blog-test a{
	text-decoration: none;
}
.text-class .blog-test .card{
	box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important;
}
.text-exercise select{
	width:130px;
	height: 35px;
	border-radius: 8px;
	margin-top: 20px;
	border: 1px solid #ddd solid #fb7d5b;
}

	
.ofcan-dromlish .dr-item-of{
		visibility: hidden;
	}
	.ofcan-dromlish  h5:hover+.dr-item-of{
		visibility: visible;
	}


	.table-responsive::-webkit-scrollbar{
    width:8px;
	height: 2px !important;
	transform: translateY(10px) !important;
    
  
  }
  .table-responsive::-webkit-scrollbar-thumb{
    background-color:#4d45b5;
    border-radius: 0px;
  }
  @media (max-width:768px) {
	.student .tb-id{
		transform: translate(16px,5px);
	}
  }
.page-save .save-proflie{
	width: 40px;
	height: 40px;
	/* background-color: red; */
	border-radius: 100%;
	overflow: hidden;
}
.page-save .save-cover-page{
	height: 100%;
	/* background-color: red; */
}
.page-save .save-cover-page img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.page-save .active{
	background-color: #4D44B5 !important;
	color: #ffffff !important;
}
.page-save .list-unstyled-profile{
	width: 30px;
	height: 30px;
	/* background-color: red; */
	border-radius: 100%;
	overflow: hidden;
}
.page-save .list-unstyled-profile img{
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.page-save .list-unstyled a:hover p{
	color: #4D44B5 !important;
}
.feed__course .hover-icon-feed:hover{
  color:#4D44B5;
  /* font-weight: bold; */
}
.article-detail .article {
  /* width: 100%; */
  /* height: 100px; */
  background-color: #fff;
  /* margin: 40px auto; */
  padding: 30px;
  border-radius: 10px;
  /* box-shadow: rgba(157, 135, 255, 0.2) 0px 2px 8px 0px !important; */
  position: relative;

}

.article-detail .head-title .title h1 {
  font-size: 40px;
  color: #FB7D5B;
  margin-bottom: 20px;

}

.article-detail .head-title .title p {
  font-size: 20px;
  color: #969393;
  margin-bottom: 30px;

}

.article-detail .head-title .profile {
  display: flex;

}

.article-detail .head-title .profile span {
  color: #077807;
  font-weight: 500;
  transform: translateY(6.5px);
  cursor: pointer;
}

.article-detail .head-title .profile span:hover {
  color: #4d45b5;
}

.article-detail .head-title .profile .img {
  width: 60px;
  height: 60px;
  background-color: tomato;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}

.article-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-detail .head-title .name-detail h3 {
  font-size: 20px;
  color: #303972;
  margin-bottom: 5px;
}

.article-detail .head-title .name-detail p {
  color: #969393;
}

.article-detail .head-title .name-detail {
  margin-right: 10px;
  transform: translateY(4px);
}

.article-detail .btn-like {
  width: 100%;
  display: flex;
  /* background-color:red; */
  border-top: 1px solid #ddd solid #dbdbdb;
  justify-content: space-between;
  color: #FB7D5B;
  margin-top: 30px;
  padding-top: 10px;
  margin-bottom: 30px;
}

.article-detail .btn-like i {
  cursor: pointer;
}

.article-detail .sub-like {
  display: flex;
}

.article-detail .btn-like span {
  color: #969393;
}

.article-detail .btn-like .like {
  margin-right: 30px;
}

.article-detail .btn-like {
  transition: 0.4s;
  font-size: 17px;
}

.article-detail .btn-like i:hover {
  transform: scale(1.1);
}

.article-detail .article .cover-img {
  width: 100%;
  height: 500px;
  background-color: #077807;
}

.article-detail .article .leter p {
  font-size: 20px;
  color: #303972;
  line-height: 35px;
  font-weight: 500;
}

.article-detail .article .leter h3 {
  font-size: 30px;
  margin: 30px 0px;

}


.article-detail .over-prev:hover{
  transform: scale(1.2);
  background-color: #4d45b5;
}
/* teacher video block code */

.teacherVdo__hero {
  width: 100%;
  margin:50px 0 50px 0;

}
/* 
.teacherVdo__hero .teacherVdo__bg{
  width: 100%;
  background-color:rgb(255, 255, 255)!important;
  padding: 25px 25px;
  border-radius: 20px;
} */

.teacherVdo__hero .teacherVdo__card{
  width: 100%;
  height: 70vh;

}
.das-fxied:hover{
  background-color: #FB7D5B !important;
}
.teacherVdo__hero .teacherVdo__card .img__teacherVdo{
  width: 100%;
  height: 70vh;

 
}
@media (max-width:1025px) {
  .das-fxied{
    bottom: 70px !important;
    right:20px !important;
  }
}