.quiz-modal .quiz-modal-btn{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	color: var(--color-white);
	background: var(--color-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}

.quiz-modal__active {
    color: var(--color-white);
    background: var(--color-primary) !important;
}

/* Custom top margin */
.mt-md-45{
	margin-top: 45px;
}

.disabled-color {
	opacity: 0.65 !important;
}

@media (max-width : 767px) {
	.mt-md-45{
		margin-top: 0px;
	}
}

i:hover{
	cursor: pointer;
}

.form-group input:-webkit-autofill,
.form-group input:-webkit-autofill:hover, 
.form-group input:-webkit-autofill:focus, 
.form-group input:-webkit-autofill:active{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.span-ellipsis{
	overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: 10px;
    word-wrap: break-word;
	height: 1.6em;
    line-height: 1.6em;
}

.span-ellipsis-2{
	overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 10px;
    word-wrap: break-word;
    line-height: 1.6em;
    height: calc(1.6em * 2);
}

/* @media (max-width : 576px) {
	.span-ellipsis{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin-right: 10px;
	}
} */


.accordion-title{
	line-height : 30px;
}

@media (max-width : 767px) {
	.accordion-title{
		line-height :50px !important;
	}
}

/* Removed plus icon from Analytics */
.rbt-counterup .inner .content .counter::after {
	position: absolute;
	content: "";
	right: 0;
	font-size: 42px;
}

.rbt-counterup .inner .content .percentage::after{
	content: "%";
	right : -20px;
	top : 6px
}

.rbt-avatars.size-xl {
	min-width: 200px;
	max-width: 140px;
	width: 200px;
	height: 140px;
}

.rbt-progress-parent.rbt-backto-top-active {
	background-color: white;
}


.auth-box{
	background-color: white;
	width: 100%;
	border-radius: 5px;
	padding: 30px 35px;
}

@media (max-width : 576px) {
	.auth-box{
		padding: 20px;
	}
}

.rbt-dashboard-area{
	margin-top: 60px;
}
  
.rbt-btn.btn-x-sm-size{
	padding: 0 15px;
	font-size: var(--font-size-b4);
	height: 32px;
	line-height: 32px;
}
  
  .rbt-btn.btn-x-sm {
	padding: 0 15px;
	font-size: var(--font-size-b4);
	height: 32px;
	line-height: 32px;
  }
  
  .rbt-btn.btn-x-sm:hover{
	background-color: var(--color-badge-1);
	border: none;
  }
  
  .edit-hover:hover{
	cursor: pointer;
	color: var(--color-success);
  }
  
  .select-hover:hover{
	cursor: pointer;
	color: var(--color-discord);
  }
  
  .danger-hover:hover{
	cursor: pointer;
	color: var(--color-danger);
  }

  .primary-hover:hover{
	color: var(--color-primary) !important;
  }
  
  
  .rbt-btn.danger:hover{
	border: none;
	background-color: var(--color-danger);
  }

  .rbt-header-offcanvas{
	all: unset;
  }
  
  
  .test-fixed-banner{
	margin-top: 80px;
  }
  
  .hover-secondary:hover{
	background-color: rgb(163, 159, 159) !important;
	border-color: rgb(163, 159, 159) !important;
  }
  
  
  @media (max-width : 1199px) {
	.test-fixed-banner{
	  margin-top: 0px;
	}
  }
  
  
  /* Table */
  
  .dashboard-box thead tr th {
	font-weight: 600;
	font-size: 15px;
	padding: 15px 10px 15px 10px;
	border-width: 0px;
  }
  
  .dashboard-box tbody tr td {
	color: #616161;
	padding: 15px;
	vertical-align: middle;
  }
  .dashboard-box tbody tr td a {
	color: #929292;
	font-size: 14px;
  }
  .dashboard-box .list-img img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;
	height: 30px;
	width: 30px;
  }
  .dashboard-box .list-name,
  .dashboard-box .list-enq-name {
	font-family: "Raleway", sans-serif;
	display: block;
	font-weight: 700;
	color: #263238;
  }
  .dashboard-box .badge {
	font-size: 12px;
	padding: 5px;
	font-weight: normal;
  }
  
  .dashboard-box table thead tr th {
	border-bottom: none;
  }
  .dashboard-box table tbody tr:nth-of-type(odd) {
	background-color: #fff;
  }
  .dashboard-box table tbody tr td {
	border: none;
  }
  
  .table-item-title {
	font-weight: 600;
	font-size: 15px;
	color: #333333;
  }
  
  
  /* Attempt */
  
  .sybmbol-box{
	border-radius: 3px;
	height: 22px;
	width: 22px;
  }
  
  .not-visited{
	background-color: var(--color-twitch);
	color: white;
  }
  
  .not-answered{
	background-color: var(--color-danger);
	color: white;
  }
  
  .answered{
	background-color: var(--color-primary);
	color: white;
  }
  
  .no-scroll-lg{
	overflow: hidden;
  }
  
  .questions-nav-lg{
	  border-left: 1px solid lightgrey;
	  position: fixed;
	  right: 0px;
	  width: 100%;
	  max-width: 25%;
  }
  
  .bottom-buttons{
	  position: fixed;
	  width: 100%;
	  bottom: 0px;
	  padding : 30px 15px 0px 15px;
	  margin-bottom: 0px;
	  background-color: white;
	  z-index: 10;
	  border-top: 1px solid lightgrey;
  }
  
  @media (max-width : 991px) {
	.no-scroll-lg{
	  overflow: auto;
	}
  
	.bottom-buttons{
	  width: 100%;
	  bottom: 0px;
	  margin-bottom: 0px;
	  left: -2px;
	}
  }
  
  @media (max-width : 650px) {
  
	.bottom-buttons{
	  width: 100%;
	  border-top-width : 0px
	}
  }
  
  .share-grid{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 20px;
  }
  
  .share-grid img{
	  max-height:48px;
  }
  
  @media (max-width : 650px) {
	.share-grid{
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	  row-gap: 20px;
	}
  }
  
  @media (max-width : 480px) {
	.share-grid{
	  grid-template-columns: 1fr 1fr 1fr;
	}
  }
  
  .google-btn {
	padding: 0 26px;
	height: 50px;
	line-height: 60px;
	color: var(--color-heading);
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	border-radius: 6px;
	border: 2px solid var(--color-border);
	outline: none;
  }
  
  .google-btn:hover{
	color: var(--color-heading);
	transform: scale(1.01);
  }
  
  .hover-primary:hover{
	color: var(--color-primary);
	cursor: pointer;
  }
  
  /* Chart */
  
  .bar-chart{
	  width: 100%; 
	  height: 300px;
	  border-bottom: 1px solid lightgrey; 
	  border-left: 1px solid lightgrey;
	  display: flex;
  }
  
  
  .skill{ 
	  position: relative; 
	  flex:1; 
	  text-align: center;
  }
  
  .graph{ 
	  position: absolute; 
	  border-top-left-radius: 4px;
	  border-top-right-radius: 4px;
	  width: 40px; 
	  background: rgba(0,0,0,.1); 
	  bottom: 0; 
	  left: 50%; 
	  transform: translateX(-50%);
  }
  
  .graph:before{ 
	  content: ''; 
	  position: absolute; 
	  top: 0; 
	  bottom: 0; 
	  top: 2px; 
	  left: 2px; 
	  right: 2px; 
  }
  
  	.skill .name{
		display: flex;
		position: absolute !important; 
		top : 100%;
		text-align: center; 
		margin-top: 10px;
		left:50%;
		transform: translateX(-50%);
		margin-right: 40px;
		font-size: 14px; 
		border-radius: 3px; 
		padding: 2px 6px;
  	}
  
  .percentage{
	  position: absolute; 
	  top: -25px; 
	  text-align: center; 
	  left:0; 
	  right: 0; 
	  font-size: 15px; 
	  font-weight: 700;
  }
  
  .graph-info-box{
	  display: none;
  }
  
  .graph-info-item{
	  display: flex;
  }
  
  .graph-info-item p{
	  height: 20px;
	  width: 20px;
	  opacity: 0.8;
	  border-radius: 4px;
	  padding: 0px;
	  margin : 0px;
  }
  
  .graph-info-item small{
	  margin-left: 5px;
	  margin-top: 1px;
  }

  
  @media (min-width : 576px) and (max-width : 992px) {
	.bar-chart{
		margin-bottom: 50px;
	}
  }
  
  @media (max-width : 576px) {
		.skill .name{
			display: none;
		}
  
		.graph-info-box{
			display:flex;
			margin-top: 20px;
			margin-bottom: 50px;		
		}
  }
  
  @media (max-width : 767px) {
	  .title-sm{
		  margin-left: -28px;
	  }
	  
  }
  
  .btn-danger-dark{
	padding: 0px 15px;
	background: rgba(255, 255, 255, 0);
	height: 40px;
	line-height: 40px;
	color: var(--color-black);
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-in-out;
	border-radius: 6px;
	border: 2px solid var(--color-border);;
	outline: none;
  }
  
  
  .btn-danger-dark:hover,.btn-danger:hover {
	border: none;
	color: var(--color-white);
	background: var(--color-danger);
  }
  
  .gradient-text{
	  background: -webkit-linear-gradient(var(--color-primary),var(--color-secondary));
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
  }
  
  .btn-remove{
	  background-color: var(--color-danger);
	  color: white;
	  border: none;
	  font-size: 13px;
	  padding: 5px 8px;
	  border-radius: 2px;
  }
  
  .edit-div{
	  display: flex;
	  align-items: center;
	  border: var(--border-width) solid var(--color-border);
	  border-radius: var(--radius);
	  height: 50px;
	  font-size: 14px;
	  padding: 10px 15px;
  }
  
  .edit-div span{
	  width: 100%;
  }
  
  .edit-div i:hover{
	  color: var(--color-primary);
  }
  
  .certified-img{
	  position: absolute;
	  right: 40px;
	  top : 42px;
	  height: 20px;
	  z-index: 2;
  }
  
  
  .full-width-lg{
	  width: 300px;
  }
  
  @media (max-width : 767px) {
	  .full-width-lg{
		  width: 100%;
	  }
  }
  .option-item{
	padding: 15px;
	line-height: 24px;
	max-width: 900px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
	background: transparent;
	border: 3px solid var(--color-border);
	color: var(--color-heading);
	display: inline-block;
	position: relative;
	z-index: 1;
	transition: all 0.15s ease-in-out;
	border-radius: 6px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	outline: none;
  }
  
  .selected-option{
	  border-color : var(--color-primary);
  }
  
  .option-item:hover{
	transform: translate3d(0, -2px, 0);
  }

	.no-hover:hover{
		transform: none !important;
	}

	.no-hover-color:hover{
		color: inherit !important;
	}
  
  .border-box{
	  border: var(--border-width) solid var(--color-border);
	  border-radius: var(--radius);
	  padding: 15px;
  }
  
  .btn-add{
	  padding: 0 12px;
	  background: var(--color-success);
	  line-height: 30px;
	  color: var(--color-white);
	  font-size: 16px;
	  letter-spacing: 0.5px;
	  font-weight: 500;
	  z-index: 1;
	  border-radius: 6px;
	  border: 0 none;
	  outline: none;
  }
  
  .btn-remove{
	  padding: 0 12px;
	  background: var(--color-danger);
	  line-height: 30px;
	  color: var(--color-white);
	  font-size: 16px;
	  letter-spacing: 0.5px;
	  font-weight: 500;
	  z-index: 1;
	  border-radius: 6px;
	  border: 0 none;
	  outline: none;
  }
  
  
  .btn-added{
	  padding: 0 12px;
	  background: var(--color-gray);
	  line-height: 30px;
	  color: var(--color-white);
	  font-size: 16px;
	  letter-spacing: 0.5px;
	  font-weight: 500;
	  z-index: 1;
	  border-radius: 6px;
	  border: 0 none;
	  outline: none;
  }
  
  .mb---20{
	  margin-bottom: -20px;
  }
  
  .download-div{
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  padding: 140px 20px 0px 20px;
  }
  
  @media (max-width : 576px) {
	  .download-div{
		  padding-top: 30px;
	  }
  }
  
  /* Loading Popup */
  .loader {
	  display: none;
	  justify-content: center;
	  align-items: center;
	  height: 110%;
	  width: 100%;
	  position: fixed;
	  top: -30px;
	  background-color: rgba(0, 0, 0, 0.5);
	  z-index: 100000000;
	}
	
	.loader-wheel {
	  animation: spin 1s infinite linear;
	  border: 3px solid transparent;
	  border-left: 4px solid #fff;
	  border-radius: 50%;
	  height: 50px;
	  margin-bottom: 10px;
	  width: 50px;
	}
	
	@keyframes spin {
	  0% {
		transform: rotate(0deg);
	  }
	  100% {
		transform: rotate(360deg);
	  }
	}
	
	@keyframes load {
	  0% {
		content: 'Loading';
	  }
	  33% {
		content: 'Loading.';
	  }
	  67% {
		content: 'Loading..';
	  }
	  100% {
		content: 'Loading...';
	  }
	}
  
	/*  */
  .dark-img {
	  filter: brightness(0.6);
  }
  
  .auth-logo{
	  height: 70px;
  }
  
  @media (max-width : 767px) {
	  .auth-logo{
		  height: 55px !important;
	  }
  }
  
  .auth-div{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 98vh;
  }
  
  @media (max-width : 767px) {
	  .auth-div{
		  display: flex;
		  justify-content: center;
		  align-items: start;
		  height: 98vh;
	  }
  }
  
  @media (min-width : 767px) and (max-height : 430px) {
	  .auth-div{
		  display: flex;
		  justify-content: center;
		  align-items: start;
		  height: 98vh;
	  }
  }
  
  @media (min-width : 1024px) and (max-height : 600px) {
	  .auth-div{
		  display: flex;
		  justify-content: center;
		  align-items: start;
		  height: 98vh;
	  }
  }
  
  
  .breadcrumb-div{
	  display: flex;
	  justify-content: space-between;
  }
  
  @media (max-width : 767px) {
	  .breadcrumb-div{
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  /* justify-content: space-between; */
	  }
  }
  
  .rbt-block-icon{
	  height: 30px;
	  width: 30px;
	  position: absolute;
	  z-index: 2;
  }
  
  /* Image input and image for assessment */
  
	  .question-img{
		  max-width : 200px;
		  width : 100%
	  }
  
	  @media (max-width : 767px) {
		  .question-img{
			  max-width : 100%;
			  width : 100%
  
		  }
	  }
  
	.question-img .picture {
	  width: 100%;
	  min-height: 150px;
	  height: 100%;
	  background: #f9f8f8;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  /* color: #aaa; */
	  border: 2px dashed lightgrey;
	  border-radius: 4px;
	  cursor: pointer;
	  transition: color 300ms ease-in-out, background 300ms ease-in-out;
	  outline: none;
	  overflow: hidden;
	}
	
	.question-img .picture:hover {
	  color: var(--color-primary);
	  border: 2px dashed var(--color-primary);
	  background: #fff;
	}
	
	
	.question-img .picture-img {
	  width: 100%;
	  min-width: 100%;
	  border-radius: 4px;
	  height: 200px;
	}
	
	.flex-div{
	  display: flex;
	}
  
	@media (max-width : 767px) {
	  .flex-div{
		  flex-direction: column;
	  }
	}
  
  
  /* Dashboard sidenav */
  
  .no-list {
	  list-style-type: none;
	  padding: 0;
	  margin: 0;
  }
  
  
  .no-list li {
	  padding: 0;
	  margin: 0;
  }
  
  .no-list li a {
	  padding: 0;
	  margin: 0;
	  display: block;
  }
  
  .dashboard aside.dash-sidebar {
	  position: fixed;
	  left: 0;
	  top: 0;
	  height: 100%;
	  width: 70px;
	  z-index: 21;
	  background-color: white;
	  overflow: hidden;
	  overflow-y: auto;
	  -ms-overflow-style: none;
	  scrollbar-width: none;
	  transition: all 0.4s;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  box-shadow: 8px 0 4px -2px rgb(233, 231, 231);
  }

.dashboard aside.dash-sidebar .subscription {	
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding: 10px 10px;
	text-align: left;
	transition: all 0.5s;
}

.dashboard aside.dash-sidebar .subscription strong{	
	padding: 6px 15px !important;
	border-width: 2px !important;
	font-weight: 500;
}

.dashboard aside.dash-sidebar .subscription strong i{
	-webkit-text-stroke-width: 0.5px;
}

.dashboard.opened aside.dash-sidebar .subscription strong i{
	margin-right: 5px;
}

.dashboard aside.dash-sidebar .subscription strong span {
	display: none;
}

.dashboard.opened aside.dash-sidebar .subscription strong span {
	display: inline-block;
}

.dashboard aside.dash-sidebar::-webkit-scrollbar{
display: none;
}

.dashboard aside.dash-sidebar ul.sb_top_lv {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
}
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li .active i,.dashboard aside.dash-sidebar ul.sb_top_lv li .active span{	
	  color : var(--color-primary)
  }
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li {	
	  float: left;
	  width: 100%;
	  position: relative;
	  padding: 10px 20px;
	  text-align: left;
	  transition: all 0.5s;
  }

  .dashboard.opened aside.dash-sidebar ul.sb_top_lv li {
	padding-left: 10px !important;
  }
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li:hover {
	  cursor: pointer;
  }
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li:hover i,.dashboard aside.dash-sidebar ul.sb_top_lv li:hover span {
	  color : var(--color-primary)
  }
  .dashboard aside.dash-sidebar ul.sb_top_lv li i{
	  color: var(--color-body);
  }
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li span {
	  position : absolute;
	  color: var(--color-body);
	  left: 60px;
	  font-size: 18px;
	  opacity: 0;
  }
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li span:hover {
	  transition : none;
  }
  
  .dashboard aside.dash-sidebar ul.sb_top_lv li i {
	  font-size: 24px;
  }
  
  .dashboard.opened aside.dash-sidebar {
	  width: 240px;
  }
  
  .dashboard.opened aside.dash-sidebar ul{
	  margin-left: 15px;
  }
  
  .dashboard.opened aside.dash-sidebar ul.sb_top_lv li span {
	  left: 50px;
	  opacity: 1;
  }
  
  
  .dashboard.opened #side-nav-logo{
	  width: 170px;
	  height: auto;
	  margin-left: 15px;
  }
  
  .dashboard #side-nav-logo{
	  width: auto;
	  height : 35px;
	  margin-left: 20px;
	  margin-bottom: 20px;
  }
  
  .dashboard .content{
	  margin-left: 60px;
	  padding: 30px 40px;
	  transition: all 0.3s;
  }
  
  .dashboard .tooltip-2 .tooltiptext {
	  visibility: hidden;
	  min-width: 300px;
	  max-width: 500px;
	  font-weight: 400;
	  background-color: white;
	  font-size: 16px;
	  padding: 8px 15px;
	  border-radius: 6px;
	  box-shadow: 0 0 10px #d1cfcf;
	  /* Position the tooltip text - see examples below! */
	  position: absolute;
	  top : 20px;
	  margin-left: 30px;
	  z-index: 1;
  }
  
  .dashboard .tooltip-2:hover .tooltiptext {
	  visibility: visible;
  }
  
  .dashboard .content .rbt-title-style-3, .dashboard .sub-content .rbt-title-style-3{
	  border: none;
  }
  
  .dashboard .sub-content{
	  margin-left: 320px;
	  padding: 30px 30px;
	  transition: all 0.3s;
  }
  
  
  .dashboard.opened .content{
	  margin-left: 220px;
  }
  
  .dashboard-sub-nav{
	  width: 100%;
	  max-width: 310px;
	  margin-right: 20px;	
	  position: fixed;
	  top: 0;
	  left : 0px;
	  padding-left: 85px;
	  height: 100%;
	  z-index: 20;
	  padding-top: 25px;
	  padding-right: 20px;
	  background-color: white;
	  box-shadow: 8px 0 4px -2px rgb(233, 231, 231);
  }
  
@media (max-width : 767px) {
	.dashboard-sub-nav{
		display : none;
		margin-right: 0px;
	}

	.dashboard aside.dash-sidebar{
		display: none;
	}

	.dashboard .content,.dashboard .sub-content{
		margin-left: 0px;
		padding: 30px 20px;
	}

	.dashboard .content{
		padding: 10px 20px;
		transition: all 0.3s;
	}
}
  
  .dashboard .sub-content .rbt-accordion-style .card .card-header button[aria-expanded=true]{
  color : var(--color-black)	
  }
  
  .accordion-body ul li a span{
	  margin-left: 5px;
	  color: var(--color-body);
	  font-size: 18px;
  }
  .accordion-body ul li a i{
	  color: var(--color-body);
	  font-size: 20px;
  }
  
  .accordion-body ul li a{
	  cursor: pointer;
  }
  
  
  .accordion-body ul li a:active span,.accordion-body ul li a:active i{
	  color: var(--color-primary);
  }
  
  .accordion-body ul li a:hover span,.accordion-body ul li a:hover i{
	  color: var(--color-primary);
  }
  
  
  /* Offcanvas list */
  
  .offcanvas-body ul.sb_top_lv li{
	  padding: 5px;
  }
  
  .offcanvas-body ul.sb_top_lv li .active i,.offcanvas-body ul.sb_top_lv li .active span{	
	  color : var(--color-primary)
  }
  
  .offcanvas-body ul.sb_top_lv li:hover i,.offcanvas-body ul.sb_top_lv li:hover span {
	  color : var(--color-primary)
  }
  .offcanvas-body ul.sb_top_lv li i{
	  color: var(--color-body);
	  font-size: 20px;
  }
  
  .offcanvas-body ul.sb_top_lv li span {
	  color: var(--color-body);
	  font-size : 20px;
	  margin-left: 10px;
  }
  
  .dashboard-sub-nav .accordion-button:not(.collapsed) {
	  color: var(--color-dark);
  }

  .accordion-button:not(.collapsed){
	color : #212529;
  }
  
  /* Toast */
  
  .success-toast{
	  position: fixed;
	  right : 20px;
	  top : 20px;
	  z-index: 20;
	  opacity: 1 !important;
  }
  
  @media (max-width : 767px) {
	  .success-toast{
		  position: static;
		  margin-bottom: 20px;
		  width: 100%;
	  }

	  .success-toast-fixed{
		bottom: 20px;
		top: auto;
	  }

  }
  
  /* Badges and buttons for assessment */
  .success-badge{
	  border-width: 1px;
	  border-style: solid;
	  border-color: var(--color-success);
	  color : var(--color-success);
	  font-size: 16px;
	  padding : 3px 8px;
	  border-radius: 6px;
	  text-align: center;
  }
  
  .warning-badge{
	  border-width: 1px;
	  border-style: solid;
	  border-color: var(--color-badge-2);
	  color : var(--color-badge-2);
	  font-size: 16px;
	  padding : 3px 8px;
	  border-radius: 6px;
	  text-align: center;
  }
  
  .danger-badge{
	  border-width: 1px;
	  border-style: solid;
	  border-color: var(--color-danger);
	  color : var(--color-danger);
	  font-size: 16px;
	  padding : 3px 8px;
	  border-radius: 6px;
	  text-align: center;
  }
  
  .category-badge{
	border-width: 1px;
	border-style: solid;
	border-color: var(--color-primary);
	color : var(--color-primary);
	font-size: 16px;
	padding : 3px 8px;
	border-radius: 6px;
	text-align: center;
  }

  .btn-publish{
	  border: none;
	  background-color: var(--color-success);
	  color: white;
	  text-align: center;
	  margin-top: 20px;
	  width : 100%;
	  padding : 2px 5px;
	  height: auto;
	  line-height: 36px;
	  color: var(--color-white);
	  font-size: 18px;
	  letter-spacing: 0.5px;
	  font-weight: 500;
	  position: relative;
	  z-index: 1;
	  transition: all 0.4s ease-in-out;
	  border-radius: 6px;
	  outline: none;
	  display: flex;
	  justify-content: center;
	  align-items : center;
  }
  
  .btn-publish:hover{
	  background-color: #38a154;
  }
  
  .btn-unpublish{
	  border: none;
	  background-color: var(--color-badge-2);
	  color: white;
	  text-align: center;
	  margin-top: 20px;
	  width : 100%;
	  padding : 2px 5px;
	  height: auto;
	  line-height: 36px;
	  color: var(--color-white);
	  font-size: 18px;
	  letter-spacing: 0.5px;
	  font-weight: 500;
	  position: relative;
	  transition: all 0.4s ease-in-out;
	  border-radius: 6px;
	  outline: none;
	  display: flex;
	  justify-content: center;
	  align-items : center;
  }
  
  .btn-unpublish:hover{
	  background-color: #e8c14c;
  }

  .btn-preview{
	border: none;
	background-color: var(--color-primary);
	color: white;
	text-align: center;
	margin-top: 20px;
	width : 100%;
	padding : 2px 5px;
	height: auto;
	line-height: 36px;
	color: var(--color-white);
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
	transition: all 0.4s ease-in-out;
	border-radius: 6px;
	outline: none;
	display: flex;
	justify-content: center;
	align-items : center;
}

.btn-preview:hover{
	background-color: rgb(38, 67, 182);
}
  
  /* Loading Spinner */
  .loader-2{
	  border: 2px solid #f3f3f3; /* Light grey */
	  border-top: 2px solid var(--color-primary); /* Blue */
	  border-radius: 50%;
	  margin-top: 50px;
	  width: 40px;
	  margin-left: 43%;
	  height: 40px;
	  animation: spin 2s linear infinite;
	}
	
	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}


/* Pagination  */

.rbt-pagination {
	margin: -8px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  @media only screen and (max-width: 767px) {
	.rbt-pagination {
	  margin: -4px;
	}
  }
  .rbt-pagination li {
	margin: 8px;
	cursor: pointer;
  }
  @media only screen and (max-width: 767px) {
	.rbt-pagination li {
	  margin: 4px;
	}
  }
  
  .rbt-pagination li button {
	width: 45px;
	height: 45px;
	border: 0px;
	background: var(--color-white);
	border-radius: 6px;
	text-align: center;
	color: var(--color-body);
	transition: 0.4s;
	font-weight: 500;
	box-shadow: var(--shadow-1);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .auto-width {
	width: auto !important;
	padding-left: 15px;
	padding-right: 15px;
  }
  
  .hover-white:hover{
	color: white;
  }
  
  @media only screen and (max-width: 767px) {
	.rbt-pagination li button {
	  width: 45px;
	  height: 45px;
	}
  }
  .rbt-pagination li button i {
	font-size: 22px;
	font-weight: 500;
  }
  .rbt-pagination li.active button, .rbt-pagination li:hover button {
	background: var(--color-primary);
	color: var(--color-white);
  }

  .rbt-pagination li button:disabled{
	background-color: white;
	color: var(--color-body);
  }

  .menu-settings{
	position: absolute;
	top: -80px;
	right: 10px;
  }

@media (max-width : 767px) {
	.menu-settings{
		top: -60px;
	}
}

.dropdown-menu{
	padding: 0px;
}
.dropdown-menu li{
	margin: 0px;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

.dropdown-menu li:hover{
	background-color: #eceaea;
}

.dropdown-menu li span, .dropdown-menu li a{
	display: block;
	white-space: nowrap;
	padding: 7px 12px;
	color: grey !important;
	font-size: 15px;
}

  .dropdown-menu li i{
	font-size: 16px;
	-webkit-text-stroke-width: 0.3px;
  }

  td{
	white-space: nowrap;
  }

  .test-item{
	cursor: pointer;
  }

  .assessment-title{
	font-size: 22px !important;
  }

.template-scratch-div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f8f8f8;
	border-radius: 6px;
	transition: 0.3s;
	color: #828283;
	cursor: pointer;
	height: 200px;
}

.template-scratch-div:hover{
	color: #828283;
	background-color: #efefef;
}

.template-scratch-div i{
	font-size: 46px;
	-webkit-text-stroke-width: 1px;
}

.template-scratch-div strong{
	font-size: 23px;
	font-weight: 600;
	margin-top: -15px;
}

@media (max-width : 767px) {
	.template-scratch-div strong{
		font-size: 20px;
	}

	.template-scratch-div i{
		font-size: 38px;
		-webkit-text-stroke-width: 1px;
	}
}

.btn-player{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: white;
	padding: 6px 10px;
	border-radius: 5px;
	border: none;
}

.btn-player:hover{
	background-color: var(--color-secondary);
	transition: background-color 300ms;
	border: none;
}

.rbt-form-check label{
	font-size: 18px !important;
}


/* Switch button */

input[type=checkbox].medium ~ label::before{
	height: 16px !important;
	width: 16px !important;
	top: 4.2px !important;
	left: -1px !important;
}

input.switch {
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 35px !important;
	height: 20px;
	border-radius: 30px;
	opacity: 1 !important;
	cursor: pointer;
	background: #ccc;
	transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
	transition-delay: 0.1s, 0s;
}
input.switch:focus {
	border: 0;
	outline: 0;
}
input.switch:checked {
	transition-delay: 0s, 0s;
	box-shadow: inset 0 0 0 2.62857em var(--color-success) !important;
	padding-left: 15px;
}
input.switch:before {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin: 3px;
	background-color: #fff;
	border-radius: 2.1em;
	transition: all 0.1s ease 0.1s;
}
input.switch:before, input.switch:after {
	content: "";
	display: block;
}
input.switch:active::before {
	transition: all 0.1s ease 0.05s;
}

/* JODIT Editor */

@media (max-width : 767px) {
	.jodit-workplace{
		min-height: unset !important;
	}

	.jodit-wysiwyg{
		min-height: 160px !important;
		/* height: 100%; */
	}
	
}

.jodit-wysiwyg p{
	margin-bottom: 0px;
}

/* Media Library */
/* .media-item{
	border: solid 1px var(--color-border);
	border-radius: 2px;
	cursor: pointer;
} */

.media-item {
	position: relative;
	width: 100%;
	margin: auto;
	border: solid 1px var(--color-border);
	border-radius: 4px;
	overflow: hidden;
	height: 200px;
  }

  .media-item-select{
	height: 160px !important;
  }
  
  .media-item .media-item-overlay {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
  }

  .media-item-wrapper{
	position: absolute;
	left: 0px;
	top: -26px;
	color: white;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
  }

  .media-item-close{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
	color: white;
	line-height: 24px;
	cursor: pointer;
	transition: background-color 1s;
  }

  .media-item-close:hover{
	background-color: rgba(0, 0, 0, 0.65);
  }

  @media (max-width : 767px) {
	.media-item-select{
		height: 140px !important;
	}
  }
  
  .media-item-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
  }
  
  .media-item:hover .media-item-details{
	opacity: 1;
	left: 96%;
	top: 20px;
  }
  
  .media-item:hover .media-item-overlay{
	opacity: 1;
  }

  .media-item-details i{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
  }

  .media-item-details .dropdown-menu i{
	all: unset;
  }

  .media-item-select .media-item-details i{
	color: #000;
  }
  .fancybox__container {
	z-index: 100000000 !important;
  }

  .fadeIn-top{
	top: 20%;
  }

  .question-item p{
	margin-bottom: 0px;
  }

  /* View Paper */
  .question-qb p,.jodit__preview-box p{
	all : unset;
	margin-bottom: 3px;
  }

  .question-qb table{
	width: auto !important;
  }

  /* Profile Page Header*/

  .rbt-profile-view-as-overlay{
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 15px;
	top: 80px;
	z-index: 10;
	background-color: rgba(0, 0, 0, .3);
  }

  @media (max-width : 1200px) {
	.rbt-profile-view-as-overlay{
		background-color: rgba(0, 0, 0, .4);
		top: 70px;
		padding: 10px 10px;
	}
  }

  .rbt-profile-view-as-overlay.sticky-top{
	top: 0px;
  }

  .rbt-profile-view-as-overlay span{
	color: white;
	font-weight: 500;
  }

  .rbt-profile-view-as-overlay a{
	display: inline-block;
	white-space: nowrap;
  }

  .rbt-dashboard-content-wrapper-2 {
	position: relative;
	margin-bottom: 30px;
	background-color: white;
	border-radius: 10px;
  }
  
  .rbt-dashboard-content-wrapper-2 .tutor-bg-photo{
	height: 200px;
	border-radius: 10px 10px 0px 0px;
  }
  
  .rbt-dashboard-content-wrapper-2 .rbt-tutor-information-left {
	position: absolute;
	bottom: -55px;
	left: 40px;
  }
  
  @media (max-width : 767px) {
  
	.rbt-dashboard-content-wrapper-2 .tutor-bg-photo{
	  height: 160px;
	}
  
	.rbt-dashboard-content-wrapper-2 .rbt-tutor-information-left {
	  left: 30px;
	}
  }

  /* QA */
  .qa-question p{
	font-size: 18px !important;
	margin-bottom: 10px;
  }

  .qa-options p,.qa-options span,.qa-options li{
	font-size: 18px !important;
	margin-bottom: 0px;
	margin-top: 5px;
  }

  .qa-answer p{
	font-size: 18px !important;
	margin-bottom: 0px;
  }

  .qa-question table, .qa-options table, .qa-answer table{
	width: auto !important;
  }

/* Top message container */
.message-container{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 25px;
	right: 20px;
	z-index: 10001;
}

.fs-custom{
	font-size: 24px;
}

.rbt-modern-select .dropdown-menu{
	max-height: 300px !important;
}

@media (max-width : 767px) {
	.fs-custom{
		font-size: 22px;
	}
}

@media (max-width : 576px) {
	.fs-custom{
		font-size: 20px;
	}
}

.sticky-bottom-bar{
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 10px 10px;
	background-color: white;
	z-index: 101;
}

.bar-xl{
	display: none;
}

@media (max-width : 1200px) {
	.bar-xl{
		display: block;
	}
}

.map-item{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	height: 35px;
}

/* Custom width class */
@media (max-width: 992px) { /* Target small screens and below */
	.w-lg-100 {
	  width: 100% !important;
	}
}

/* Announcement Item */
.announcement .announcement-description {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
  
.announcement .announcement-description.expanded {
	-webkit-line-clamp: unset;
	overflow: visible;
}

.announcement .toggle-button {
	margin-top: 5px;
	font-weight: 500;
	color: var(--color-primary);
	cursor: pointer;
}

/* Certifcates */
.certificate {
	width: 100%;
	position: relative;
	padding: 30px;
	background-color: #fdfdfd;
}

.certificate .content{
	margin-left: 30px;
}

.certificate .left-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50px;
	z-index: 1;
}

.certificate .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.certificate .header .reference{
	display: flex;
	align-items: end;
	flex-direction: column;
	font-size: 12px;
}
.certificate .header .logo {
	height: 50px;
	margin-top: 10px;
}
.certificate .title {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.certificate .test-title {
	font-size: 28px;
	font-weight: bold;
	margin-right: 70px;
	color: var(--color-dark);
	margin-bottom: 5px;
}

.certificate .author-name {
	font-size: 16px;
	color: var(--color-dark);
	margin-bottom: 100px;
}

.certificate .name {
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0;
}

.certificate .footer {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.certificate .footer .name{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	color: var(--color-dark);
}

.certificate .footer .date,.certificate .footer .time{
	font-size: 14px;
}

.certificate .footer .date strong, .certificate .footer .time strong{
	color: var(--color-dark);
}

.certificate .branding{
	position: absolute;
	font-size: 16px;
	right: 10px;
	bottom: 10px;
}

/* QR download btn */
.qr-code-container {
	position: relative;
	display: inline-block;
}
  
.qr-code-container img{
	height: 220px;
	width: 220px;
}
.qr-code-container .download-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	font-size: 26px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 5px;
	border-radius: 50%;
	text-decoration: none;
	z-index: 1;
}

.qr-code-container .download-icon:hover {
	background-color: rgba(0, 0, 0, 0.75);
}
  

/* Custom switch nav tabs */

.switch-button-custom-style {
	justify-content: center;
	margin-bottom: 30px;
	border-radius: 100px;
	background-color: var(--color-white);
	box-shadow: var(--shadow-1);
	display: inline-flex;
	list-style: none;
	padding: 15px 30px !important;
  }
  
  .switch-button-custom-style li {
	margin-top: 0;
	margin-bottom: 0;
  }
  .switch-button-custom-style li a {
	position: relative;
	display: block;
	outline: none;
	border-radius: 500px;
	padding: 9px 0px !important;
	border: 0 none;
	box-shadow: none;
  }
  
  .switch-button-custom-style li a:hover{
	color: var(--color-heading);
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
  
	.switch-button-custom-style li a {
	  padding: 12px 12px;
	}
  }
  @media only screen and (max-width: 767px) {
  
	.switch-button-custom-style {
	  padding: 12px 20px !important;
	}
  
	.switch-button-custom-style li a {
	  padding: 12px 10px;
	}
  }
  
  .switch-button-custom-style li a.active {
	background-size: 300% 100%;
	padding: 9px 28px !important;
	background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-secondary), var(--color-primary));
	color: var(--color-white) !important;
  }

  @media only screen and (max-width: 450px) {
	.switch-button-custom-style li a.active {
		padding: 9px 20px !important;
	}

  }

  .switch-button-custom-style li a.active::after {
	transform: scaleX(1);
  }
  .switch-button-custom-style li a .title {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 500;
  }

  /* Credits */

.credit-option {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #ccc;
	border-radius: 8px;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
}
.credit-option.selected {
	border-color: var(--color-secondary);
	background-color: var(--color-secondary);
	color: white;
}

/* Blur text */
.blurred-text {
    filter: blur(5px);
    user-select: none;
    pointer-events: none;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

.rbt-dot-bottom-center .rbt-swiper-pagination{
	left: 70% !important;
}

@media(min-width : 768px){
	.rbt-dot-bottom-center .rbt-swiper-pagination{
		left: 85% !important;
	}
}

/* Blink animation */
@keyframes smooth-blink {
	0%, 100% {
	  box-shadow: 0 0 0px rgba(255, 165, 0, 0);
	}
	50% {
	  box-shadow: 0 0 10px 5px rgb(231, 231, 231);
	}
  }
  
.blink-highlight {
	animation: smooth-blink 1.1s ease-in-out 3;
	border-radius: 4px;
}

/* ==========================================
   Mobile Advance-Tab Redesign (Accordion)
   ========================================== */

/* Hide mobile images on desktop */
.mobile-tab-image {
	display: none;
}

/* Mobile & Tablet: ≤991px */
@media only screen and (max-width: 991px) {

	/* Hide the separate desktop image column */
	.desktop-tab-content {
		display: none !important;
	}

	/* Show mobile images inline */
	.mobile-tab-image {
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
					opacity 0.4s ease,
					padding 0.4s ease;
		opacity: 0;
		padding: 0 12px;
	}

	.mobile-tab-image img {
		width: 100%;
		border-radius: 12px;
		box-shadow: 0 8px 30px rgba(45, 62, 80, 0.12);
	}

	/* Show image when parent tab has active class (toggled by JS) */
	.nav-item.mobile-tab-active .mobile-tab-image {
		max-height: 600px;
		opacity: 1;
		padding: 16px 12px 6px;
	}

	/* Tab list – vertical card stack */
	.advance-tab-button-1 .tab-button-list {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin: 0;
	}

	.advance-tab-button-1 .tab-button-list li {
		margin: 0;
	}

	/* Tab button – card style */
	.advance-tab-button-1 .tab-button-list .tab-button {
		padding: 18px 20px;
		border-radius: 14px;
		border: 0 none !important;
		border-left: 4px solid transparent !important;
		background: #f8f9fb !important;
		transition: all 0.35s ease;
		position: relative;
		z-index: 1;
	}

	.advance-tab-button-1 .tab-button-list .tab-button::before {
		border-radius: 14px;
		box-shadow: 0 4px 20px rgba(47, 87, 239, 0.08);
	}

	.advance-tab-button-1 .tab-button-list .tab-button::after {
		display: none !important;
	}

	/* Active tab – accent border + subtle gradient */
	.advance-tab-button-1 .tab-button-list .tab-button.active,
	.advance-tab-button-1 .tab-button-list .nav-link.active {
		border: 0 none !important;
		border-left: 4px solid #2f57ef !important;
		background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%) !important;
		box-shadow: 0 6px 24px rgba(47, 87, 239, 0.1) !important;
	}

	.advance-tab-button-1 .tab-button-list .tab-button.active::before {
		opacity: 0 !important;
	}

	.advance-tab-button-1 .tab-button-list .tab-button .title {
		font-size: 17px;
		margin-bottom: 6px;
	}

	.advance-tab-button-1 .tab-button-list .tab-button .description {
		font-size: 14px;
		line-height: 1.5;
		color: #6c757d;
	}

	/* Section gap reduction on mobile */
	.rbt-advance-tab-area.rbt-section-gap {
		padding: 50px 0;
	}

	.rbt-advance-tab-area .section-title .title {
		font-size: 22px;
		line-height: 1.35;
	}

	.rbt-advance-tab-area .row.mb--60 {
		margin-bottom: 30px !important;
	}
}

/* Extra small mobile: ≤480px */
@media only screen and (max-width: 480px) {
	.advance-tab-button-1 .tab-button-list .tab-button {
		padding: 14px 16px;
	}

	.advance-tab-button-1 .tab-button-list .tab-button .title {
		font-size: 16px;
	}

	.advance-tab-button-1 .tab-button-list .tab-button .description {
		font-size: 13px;
	}

	.rbt-advance-tab-area .section-title .title {
		font-size: 20px;
	}
}