@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root{
	--baseColor: #2A3F54;
	--baseDarkColor: #192b3c;
	--primary: #565add;
	--primary-hover:#4b5ae0;
	--primaryLight: #9aafff;
	--primaryLightest:#e6ebed; 
	--primaryDark: #0014c9;
	--gray-light: #e6e6e6;
	--gray-light1:#707070;
	--dark-black:#000000;
	--gray-black:#111827;
  --bs-warning:#E87E22;

	--heading-font-color: #4C4C4C;
	--body-background: #ffffff;
	--body-font-size:13px;
	--body-font-family:"Manrope", sans-serif;
	--font-large:35px;
  --font-semimedium:18px;
	--font-medium:16px;
	--font-small:14px;	 
  --font-xssmall:12px;	 	

}
.btn-sm {
    --bs-btn-padding-x: 1rem;
}
*{
	box-sizing: border-box;
}

body{
	font-family: var(--body-font-family) ;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: var(--body-font-size);
	background: var(--body-background);
	overflow-x: hidden;
}
a{
	text-decoration:none;
}
.page-wrapper{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.page-content{
  margin-top:7em;
}
.custom_navbar {
  background-color: #fff;
  border-bottom: 1px solid #c7cbd1;
	position:fixed;
	left:0;
	top:0;
	z-index:1050;
	width:100%;
	padding: 10px 0px;
}
.custom_navbar .logo{
	max-width: 140px;
	width: 100%;
}
.form-select, .form-control{
	font-size: var(--body-font-size);
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 15px;
}
.form-select{
    padding-right: 35px;
}
.form-select:focus, .form-control:focus, .form-select:active, .form-control:active{
	box-shadow: none
}

/* .back_btn{
	color: var(--primary);
	text-decoration:none;
	margin-right:5px;
	transition: all .3s ease-in-out;
}
.back_btn:hover{
	color: var(--primary-hover);
} */

h4:has(.back_btn) {
    display:flex;
	flex-direction:column;
	margin-top: 4px !important;
}
.back_btn{
    font-size: 12px;
    color:var(--gray-light1);
    font-weight: 400;
    margin-bottom: 2px;
	text-decoration:none;
	transition: all .3s ease-in-out;
	margin-right: auto;
}
.back_btn i {
    color: var(--primary);
    text-decoration: none;
    margin-right: 5px;
	transition:all .3s ease-in-out;
}
.back_btn:hover{
    color: var(--primary);
}

.back_btn:hover i{
    color: var(--primaryDark);
}

.filterForm{
	background: linear-gradient(180deg, rgb(255 255 255), rgb(255 255 255 / 53%));
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0px 6px 7px rgba(0 0 0 / 10%);
	margin-bottom: 25px;
}

.btn{
	border-radius: 4px;
}
.minsize-btn{
	min-width:120px;
}
.btn-cur8-primary,  .btn-cur8-primary:active:focus, .btn-cur8-primary:focus, .btn-cur8-primary:active{
	background: var(--primaryDark);
	color:#fff;
	border: none;
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-primary:hover, .btn-cur8-primary:active, .btn-cur8-primary:focus{
	background: var(--primary-hover) !important;
	color:#fff !important; 
	outline: 0;
	border: none;
}
.btn-cur8-primary.btn-md{
	padding: 10px 20px !important;
}
.btn-theme-padding{
	padding: 6px 15px;
	font-size: var(--font-small);
	border: none;
}
.btn-cur8-primarylight,  .btn-cur8-primarylight:active:focus, .btn-cur8-primarylight:focus, .btn-cur8-primarylight:active{
	background: var(--primaryLightest);
	color:#000000;
	border: none;
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-primarylight:hover{
	background: var(--primary-hover);
	color:#ffffff;
	outline: 0;
	border: none;
}
.btn-cur8-primary-outline,  .btn-cur8-primary-outline:active:focus, .btn-cur8-primary-outline:focus, .btn-cur8-primary-outline:active{
	background: #fff;
	color:var(--primaryDark);
	border: 1px solid var(--primaryDark);
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-primary-outline:hover, .btn-cur8-primary-outline:active, .btn-cur8-primary-outline:focus{
	background:var(--primaryDark) !important;
	color: #ffffff !important; 
	outline: 0;
	border: 1px solid var(--primaryDark);
}
.btn-cur8-primary-outline.btn-md{
	padding: 10px 20px !important;
}
.btn-cur8-primary-outlinelight,  .btn-cur8-primary-outlinelight:active:focus, .btn-cur8-primary-outlinelight:focus, .btn-cur8-primary-outlinelight:active{
	background: transparent;
	color:var(--primaryLightest);
	border: 1px solid var(--primaryLightest);
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-primary-outlinelight:hover{
	background: var(--primaryLightest);
	color:#ffffff;
	outline: 0;
	border: 1px solid var(--primaryLightest);
}





.btn-cur8-secondary,  .btn-cur8-secondary:active:focus, .btn-cur8-secondary:focus, .btn-cur8-secondary:active{
	background: var(--primary);
	color:#fff;
	border: none;
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-secondary:hover{
	background: var(--primary-hover);
	color:#ffffff;
	outline: 0;
	border: none;

}

.btn-cur8-secondary-outline,  .btn-cur8-secondary-outline:active:focus, .btn-cur8-secondary-outline:focus, .btn-cur8-secondary-outline:active{
	background:transparent ;
	color:var(--primary);
	border: 1px solid var(--primary);
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-secondary-outline:hover{
	background: var(--primary);
  border: 1px solid var(--primary) !important;
	color:#ffffff;
	outline: 0;
	border: none;

}



.btn-cur8-primarylight.disabled, .btn-cur8-primarylight:disabled, fieldset:disabled .btn-cur8-primarylight {
    background: #fbfbfb;
    color: #959595;
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-cur8-primary.disabled, .btn-cur8-primary:disabled, fieldset:disabled .btn-cur8-primary {
	color: #ffffff;
    background-color: #666eb4;
    opacity: var(--bs-btn-disabled-opacity);
}

.btn-cur8-gray,  .btn-cur8-gray:active:focus, .btn-cur8-gray:focus, .btn-cur8-gray:active{
	background: var(--bs-gray-600);
	color:#fff;
	border: none;
	outline: 0;
	font-size: var(--font-small);
	padding: 6px 15px;
	transition:all .3s ease-in-out;
}
.btn-cur8-gray:hover{
	background: var(--bs-gray-900);
	color:#ffffff;
	outline: 0;
	border: none;

}
.text-cur8-primary{
	color: var(--primary);
}



h1{
	font-size: var(--font-large);
	font-weight: 600 !important;
}
h4{
	font-size: var(--font-medium) !important;
	font-weight: 600 !important;
}
h4.semimedium{
	font-size: var(--font-semimedium) !important;
	font-weight: 600 !important;
}
h5{
	font-size: var(--font-small) !important;
	font-weight: 600 !important;
}
.label-container{
	position:relative;
	margin-top: 8px;
}
.noUi-horizontal .noUi-handle {
	cursor: pointer;
}

label#minRangeLabel {
	min-width: 68px;
	display: block;
}
label#maxRangeLabel {
	min-width: 68px;
	display: block;
}

.tooltip-container {
	display: none;
}


.noUi-connect{
	background:var(--primary) !important;
}
.mentor-card {
	display: flex;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	/* box-shadow: 0px 3px 10px rgb(189 189 189); */
  border: 1px solid rgb(226 226 226);
	position: relative;
	overflow: hidden;
	z-index: 0;
	min-height: 182px;
	margin-bottom: 26px;
	transition: all .3s ease-in-out;
}
.mentor-card:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	background: linear-gradient(45deg, var(--primary), #ffffff);
  opacity: .2;
	height: 100%;
	width: 100%;
	border-radius: 0;
	transform: scale(0);
	transform-origin: 0;
	transition: transform 0.3s ease-out;
}
.mentor-card:hover:before {
	transform: scale(1);
}
.mentor-card:hover {
	    box-shadow: 0px 3px 9px -4px var(--primary);
}
.mentor-card .card-left {
	max-width: 160px;
	margin-right: 10px;
}
.mentor-card.newDsgn{
	padding: 14px 10px 0px 15px;
  margin-top: 8px;
  margin-bottom: 15px !important;
}
.mentor-card.newDsgn.doclist:hover {
    box-shadow: 0px 3px 10px var(--primaryLight);
}
.mentor-card.newDsgn.doclist:before {
    background: linear-gradient(45deg, var(--primaryLightest), #ffffff);
}
.mentor-card.newDsgn .actions {
    display: flex;
    flex-direction: column-reverse;
}
.mentor-card.newDsgn .card-left .product-item {
	width: 133px;
    height: 176px;
    display: flex;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    margin: 0px;
    margin-top: 8px;
    margin-left: 0;
    scale: 0.9;
}
.mentor-card.newDsgn .card-left {
	margin: -15px;
    margin-right: 6px;
    margin-left: -10px;
}
.mentor-card.newDsgn:hover .actions .deliBtn, .mentor-card.newDsgn.active .actions .deliBtn {
    transform: translateX(0px) translateY(calc(100% + 10px))
}
.mentor-card.newDsgn .actions .deliBtn {
    transform: translateX(100px) translateY(calc(100% + 10px));	
}
.mentor-card.newDsgn .actions .deliBtn:hover, .mentor-card.newDsgn .actions .deliBtn {
    background: transparent;
    color: #dadada;
    box-shadow: none;
}
.mentor-card.newDsgn .actions .deliBtn:hover{
	color: #999696;
}
.mentor-card.newDsgn .actions .deliBtn span {
    display: none;
}

.mentor-card .card-right {
	width: 100%;
}
.mentor-card .card-right ul {
	list-style: none;
	padding: 0;
}
.mentor-card .card-right ul li {
	display: flex;
	flex-direction: column;
	margin-bottom: 6px;
	font-size:var(--font-small);
  word-break: break-word;
}
.mentor-card .card-right ul li span{
	font-size: calc(var(--body-font-size) - 2px);
}
.mentor-card .card-right ul li span.productName{
	font-size: var(--font-small);
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 7px;
}
.mentor-card .card-right ul > li > ul > li {
    display: flex;
    flex-direction: row;
    padding-left: 18px;
    position: relative;
    margin-bottom: 2px;
}
.mentor-card .card-right ul > li > ul > li > small {
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: var(--font-xssmall);
    transition: all 0.4s ease;
}
.mentor-card .card-right ul > li > ul > li > i {
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 4px;
    color: var(--primary);
}

.mentor-card .ribbon, .videocardNew .ribbon{
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.mentor-card .ribbon::before,
.mentor-card .ribbon::after, .videocardNew .ribbon::before, .videocardNew .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.mentor-card .ribbon span, .videocardNew .ribbon span {
  position: absolute;
  display: block;
  width: 100%;
  padding: 3px 0;
  background-color: #414141;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-align: center;
  z-index: 100;
  font-size: 11px;
}

/* top left*/
.mentor-card .ribbon-top-left, .videocardNew .ribbon-top-left {
  top: -10px;
  left: -10px;
}
.mentor-card .ribbon-top-left::before,
.mentor-card .ribbon-top-left::after, .videocardNew .ribbon-top-left::before, .videocardNew .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.mentor-card .ribbon-top-left::before, .videocardNew .ribbon-top-left::before {
  top: 0;
  right: 0;
}
.mentor-card .ribbon-top-left::after, .videocardNew .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.mentor-card .ribbon-top-left span, .videocardNew .ribbon-top-left span {
    right: 28px;
    top: 28px;
    transform: rotate(-45deg);
}
.mentor-card .ribbon.danger span, .videocardNew .ribbon.danger span {
    background-color: var(--bs-danger);
}
.mentor-card .ribbon.success span, .videocardNew .ribbon.success span {
    background-color: var(--bs-success);
}
.mentor-card .checkbox-wrapper{
    position: absolute;
    bottom: 17px;
    right: 13px;
}
.mentor-card .scriptActions .scriptActBtn > a, .mentor-card .scriptActions .scriptActBtn .a_btn {
    border: 1px solid #999999;
    padding: 2px 7px;
}
.mentor-card .actions{
	position: absolute;
	right: 15px !important;
	top: 15px !important;
}
.mentor-card .actions .deliBtn {
	background: #ff4343;
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 13px;
	border-radius: 4px;
	margin-bottom: 7px;
	transform: translateX(100px);
	box-shadow: 0px 0px 4px rgb(0 0 0 / 43%);
	transition: transform 0.5s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card:hover .actions .deliBtn, .mentor-card.active .actions .deliBtn {
	transform: translateX(0px);
}
.mentor-card .actions .deliBtn span, .mentor-card .actions .download_butn span,  .mentor-card .actions .flashpopup span{
    position: absolute;
    right: 28px;    
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 0 10px;
    z-index: 0;
    white-space: nowrap;
    transform: translateX(24px);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.mentor-card .actions .deliBtn span{
	background: rgb(233 61 61 / 88%);
}
.mentor-card .actions .deliBtn:hover span {
    transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}
.mentor-card .actions .deliBtn:hover {
	background: #e93d3d;
}
.mentor-card .actions .download_butn {
	background: var(--primary);
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 13px;
	border-radius: 4px;
	margin-bottom: 7px;
	transform: translateX(100px);
	box-shadow: 0px 0px 4px rgb(0 0 0 / 43%);
	transition: transform 0.6s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card:hover .actions .download_butn, .mentor-card.active .actions .download_butn {
	transform: translateX(0px);
}
.mentor-card .actions .download_butn span{
	background: var(--primary);
}
.mentor-card .actions .download_butn:hover span {
    transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}
.mentor-card .actions .download_butn:hover {
	background:  var(--primary-hover);
}
.mentor-card .actions .flashpopup{
	background: var(--primary);
	color: #fff;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 13px;
	border-radius: 4px;
	margin-bottom: 7px;
	transform: translateX(100px);
	box-shadow: 0px 0px 4px rgb(0 0 0 / 43%);
	transition: transform 0.7s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card:hover .actions .flashpopup, .mentor-card.active .actions .flashpopup {
	transform: translateX(0px);
}
.mentor-card .actions .flashpopup span{
	background: var(--primary);
}
.mentor-card .actions .flashpopup:hover span {
    transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}
.mentor-card .actions .flashpopup:hover {
	background:  var(--primary);
}
.mentor-card.newDsgn.doclist {
    flex-direction: column;
    min-height: 210px;
}
.mentor-card .card-top .docFilename {
    display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.mentor-card .card-top .docFilename .docIcon{
	width: 44px;
    height: 44px;
	min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #fff;
    border: 2px solid var(--gray-light);
    font-size: 18px;
    color: var(--primaryDark);
}
.mentor-card .card-top .docFilename h5{
    margin-top: 0px;
    margin-bottom: 0;
}
.mentor-card .card-top .docFilename h5 small {
    display: flex;
    color: var(--gray-light1);
    font-weight: 500;
	margin-bottom: 1px;
	font-size: calc(var(--body-font-size) - 2px);
}
.mentor-card .card-top .category {
    padding-left: 55px;
}
.mentor-card .card-top .category p {
    display: flex;
    flex-direction: column;
}
.mentor-card .card-top .category p span {
    display: flex;
    color: var(--gray-light1);
    font-weight: 500;
	margin-bottom: 1px;
	font-size: calc(var(--body-font-size) - 2px);
}
.mentor-card .card-bottom {
	margin-top: auto;
    /* border-top: 1px solid var(--gray-light); */
    padding-top: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    justify-content: space-between;
}
.mentor-card .card-bottom  .bottomStat {
	display: flex;
	align-items: center;
	border: 1px solid var(--gray-light);
	padding: 6px 10px;
	border-radius: 40px;
	flex-wrap: nowrap;
	font-size: 13px;
	min-width: 121px;
	text-align: center;
	justify-content: center;
	color: var(--bs-body-color);
	transition: all .3s ease-in-out;
}
.mentor-card .card-bottom  .bottomStat:hover {
    background: var(--primaryDark);
    border-color: var(--primaryDark);
    color: #fff;
}
.mentor-card .card-bottom > p span {
    display: flex;
    color: var(--gray-light1);
    font-weight: 500;
    margin-bottom: 1px;
    font-size: calc(var(--body-font-size) - 2px);
}
.mentor-card .card-bottom  .bottomStat > h5{
	margin-bottom: 0px;
}

.mentor-card.newDsgn.doclist .actions {
    flex-direction: column;
}
.mentor-card.newDsgn.doclist .actions a{
	background: #ffffff;
	color: #787878;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 13px;
	border-radius: 4px;
	margin-bottom: 7px;
	transform: translateX(0px);
	box-shadow: 0px 0px 4px rgb(0 0 0 / 43%);
	transition: transform 0.7s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card.newDsgn.doclist .actions a span{
    position: absolute;
    right: 32px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 0 10px;
    z-index: 0;
    white-space: nowrap;
    transform: translateX(24px);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.mentor-card.newDsgn.doclist .actions .addvideo{
	background: var(--primaryDark);
	color: #fff;
	transform: translateX(100px);
	transition: transform 0.5s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card.newDsgn.doclist .actions .addvideo.generated{
	background: var(--bs-green);
}

.mentor-card.newDsgn.doclist .actions .addvideo.generating{
	background: var(--bs-orange);
}

.mentor-card.newDsgn.doclist:hover .actions .addvideo, .mentor-card.newDsgn.doclist.active .actions .addvideo {
	transform: translateX(0px);	
}
.mentor-card .actions .addvideo span{
	background: var(--primaryDark);
}

.mentor-card .actions .addvideo.generated span{
	background: var(--bs-green);
}

.mentor-card .actions .addvideo.generating span{
	background: var(--bs-orange);
}
.mentor-card .actions .addvideo:hover span {
    transform: translateX(0px) !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.mentor-card .actions .addvideo:hover {
	background: var(--primary) !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.mentor-card .actions .addvideo.generating:hover {
	background: var(--bs-orange) !important;
}
.mentor-card .actions .addvideo.generated:hover {
	background: var(--bs-green) !important;
}


.mentor-card.newDsgn.doclist .actions .addflashcard{
	background: var(--primary);
	color: #fff;
	transform: translateX(100px);
	transition: transform 0.7s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card.newDsgn.doclist:hover .actions .addflashcard, .mentor-card.newDsgn.doclist.active .actions .addflashcard {
	transform: translateX(0px);	
}
.mentor-card .actions .addflashcard span{
	background: var(--primary);
}
.mentor-card .actions .addflashcard:hover span {
    transform: translateX(0px) !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.mentor-card .actions .addflashcard:hover {
	background: var(--primaryDark) !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.mentor-card .actions .addflashcard.generating span{
	background: var(--bs-orange);
}
.mentor-card.newDsgn.doclist .actions .addflashcard.generating{
	background: var(--bs-orange);
}
.mentor-card .actions .addflashcard.generating:hover {
	background: var(--bs-orange) !important;
}


.mentor-card .actions .addflashcard.generated span{
	background: var(--bs-green);
}

.mentor-card.newDsgn.doclist .actions .addflashcard.generated{
	background: var(--bs-green);
}
.mentor-card .actions .addflashcard.generated:hover {
	background: var(--bs-green) !important;
}


.mentor-card .actions .addassessment.generating span{
	background: var(--bs-orange);
}
.mentor-card.newDsgn.doclist .actions .addassessment.generating{
	background: var(--bs-orange);
}
.mentor-card .actions .addassessment.generating:hover {
	background: var(--bs-orange) !important;
}


.mentor-card .actions .addassessment.generated span{
	background: var(--bs-green);
}

.mentor-card.newDsgn.doclist .actions .addassessment.generated{
	background: var(--bs-green);
}
.mentor-card .actions .addassessment.generated:hover {
	background: var(--bs-green) !important;
}



.mentor-card.newDsgn.doclist .actions .addassessment{
	background: var(--baseColor);
	color: #fff;
	transform: translateX(100px);
	transition: transform 0.9s ease-out, background 0.3s ease-in-out;
	position: relative;
	z-index: 10;
}
.mentor-card.newDsgn.doclist:hover .actions .addassessment, .mentor-card.newDsgn.doclist.active .actions .addassessment {
	transform: translateX(0px);	
}
.mentor-card .actions .addassessment span{
	background: var(--baseColor);
}
.mentor-card .actions .addassessment:hover span {
    transform: translateX(0px) !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.mentor-card .actions .addassessment:hover {
	background: var(--baseDarkColor) !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

@media only screen and (min-width:991px){
	.wmd-100{
		width:100%;
	}
}
@media only screen and (max-width:600px){
	.slider-container.d-flex {
		flex-direction: column;
		align-items: center;
		margin: 0 15px;
	}
	.slider-container .noUi-target {
		width: 100% !important;
	}
	.label-container {
		margin-top: 0px;
	}
	label#minRangeLabel {
		width: 100%;
        text-align: center;
		margin-bottom: 0.3rem;
	}
	label#maxRangeLabel {
		width: 100%;
        text-align: center;
		margin-bottom: 0rem;
		margin-top: 0.4rem;
	}
	.mentor-card.newDsgn .card-left .product-item {
		width: 104px;
        height: 168px;
        background-position: top left !important;
        margin-top: 10px;
	}
	.mentor-card {
		min-height: auto;
		margin-bottom: 19px;
	}
	.mentor-card.newDsgn .actions .deliBtn {
		transform: translateX(100px) translateY(25px);
	}
	.mentor-card.newDsgn:hover .actions .deliBtn, .mentor-card.newDsgn.active .actions .deliBtn {
		transform: translateX(0px) translateY(25px);
	}
}
body.mfp-zoom-out-cur {
    overflow: hidden;
}
.card {			
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	padding:20px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 15px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.card-header{
	background: transparent;
	padding: 0;
	font-size: 100%;
	color: var(--heading-font-color);
	border: none;
}
.chartfix-title-position {
	margin-bottom: -38px !important;
}
.statistics{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.statistics .is_icon{
	background: var(--primaryDark);
	padding: 7px;
	border-radius: 9px;
	color: #fff;
	font-size: 15px;
	min-width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
}
.statistics p{
	font-size:var(--font-small);
	font-weight: 600;
	color: var(--gray-light1);
	margin-top: 18px;
}
.card:has(> .statistics){
	padding: 20px 15px;
}
@media only screen and (max-width:767px){
	.form-group, .form-select{
		margin-bottom: 0px;
	}
}
@media only screen and (min-width:991px) and (max-width:1200px){
	.statistics h1{
		font-size: 28px;
	}
	.statistics p{
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		overflow: hidden;
	}
	.card:has(> .statistics) {
		padding: 20px 15px;
		min-height: 122px;
	}
}

.dt-search{
	display:flex;
	align-items: center;
}
div.dt-container .dt-paging .dt-paging-button {
	background-image: none !important;
	border:1px solid transparent !important;
    box-sizing: border-box;
    display: inline-block;
    min-width: 35px;
    height: 35px;
	padding: 0;
    border-radius: 50px !important;
    line-height: 0px;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover, div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    background-color: var(--primary) !important;
    border-radius: 50px;
    font-size: var(--font-small) !important;
	border:1px solid var(--primary) !important;;
	background-image: none !important
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
    color: rgba(255, 255, 255, 0.5) !important;
}

ul.pagination li {
    margin: 3px;
}
ul.pagination li > a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #ffffff;
    color: #212121;
	transition: all .3s ease-in-out;
}
ul.pagination li > a:hover {
	background: var(--primary-hover);
	color: #fff;
}
ul.pagination li.active > a {
	background: var(--primary);
}
ul.pagination li:first-child > a, ul.pagination li:last-child > a {
    border-radius: 50% !important;
}
ul.pagination li:first-child > a, ul.pagination li > a > span > i {
    font-size: 13px;
}
.custom-table thead th {
    background-color: #f3f3f3;
	font-weight: 600;
	border-left: 1px solid #ffffff ;
    border-right: 1px solid #ffffff;
	font-size:var(--font-small);
}
.custom-table tbody tr td{
	font-size:var(--body-font-size);
}
.custom-table tbody tr td span.hasSubCat, .custom-table tbody tr td span.hasSubQn{
	padding-right:34px;
	position:relative;
	display: block;
}
.custom-table tbody tr td span.hasSubCat > span, .custom-table tbody tr td span.hasSubQn > span {
    position: absolute;
    top: 0px;
    right: 5px;
    background: #eee;
    border: 1px solid #dfdfdf;
    width: 25px;
	min-width:25px;
	max-width:25px;
    height: 25px;
	min-height:25px;
	max-height:25px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}
.custom-table tbody tr td span.hasSubCat > span i, .custom-table tbody tr td span.hasSubQn > span i{
	transition: all .3s ease-in-out;
}
.custom-table tbody tr td span.hasSubCat.active > span, .custom-table tbody tr td span.hasSubQn.active > span{
	background: #7076c9;
	border: 1px solid #7076c9;
	color: #fff;
}

.custom-table tbody tr td span.hasSubCat.active > span i, .custom-table tbody tr td span.hasSubQn.active > span i{
	transform: rotate(90deg);
}
.pdf_btn{
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: var(--body-font-size);
	background:#fff;
    color: #111;
    border: 1px solid #d1d1d1;
    padding: 5px 13px;
    border-radius: 20px;
	transition: all .3s ease-in-out;
	white-space: nowrap;
}
.pdf_btn:hover{
	background:#d9534f;
	border-color:#d9534f;
	color:#fff;
}
.pdf_btn > i{
	margin-right: 5px;
    color: #d9534f;
    font-size: 17px;
	transition: all .3s ease-in-out;
}
.pdf_btn:hover > i{
    color: #fff;
}

.doc_btn{
	display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: var(--body-font-size);
	background:#fff;
    color: #111;
    border: 1px solid #d1d1d1;
    padding: 5.1px 13px;
    border-radius: 20px;
	transition: all .3s ease-in-out;
	white-space: nowrap;
}
.doc_btn:hover{
	background:var(--primaryLight);
	border-color:var(--primaryLight);;
	color:#fff;
}
.doc_btn > i{
	margin-right: 5px;
    color: var(--primaryLight);;
    font-size: 17px;
	transition: all .3s ease-in-out;
}
.doc_btn:hover > i{
    color: #fff;
}
.iconize_btn{
	font-size: var(--body-font-size);
	width:29px;
	min-width:29px;
	max-width:29px;
	height:29px;
}
.iconize_btn.sm-btnact {
    text-align: center;
    padding: 0;
    line-height: 28px;
}
tr.fold{
	visibility:collapse;
}
tr.fold.open {
    visibility: visible;
}
tr.view {
    border-top: 1px solid #eee;
}
.custom-table tbody tr td span.qnPair{
	position:relative;
	display: block;
}
.custom-table tbody tr td span.hasSubCat .editable,  .custom-table tbody tr td span.hasSubQn .editable, .custom-table tbody tr td span.qnPair .editable{
    position: absolute;
    right: 39px;
    top: 3px;
	background: #9a9a9a;
	height: 20px;
    width: 21px;
    font-size: 9px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
}
.custom-table tbody tr td .hasSubCat:hover > .editable, .custom-table tbody tr td .hasSubQn:hover > .editable, .custom-table tbody tr td span.qnPair:hover .editable {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.custom-table tbody tr td textarea {
	resize: none;
	border: 1px solid transparent;
	border-radius: 4px;
	pointer-events: none;
}
.custom-table tbody tr td span.qnPair textarea {
    min-width: 530px;
}
.custom-table tbody tr td textarea:focus, .custom-table tbody tr td span.qnPair textarea:focus {
	outline:none
}
.custom-table tbody tr td .hasSubCat.active_edit textarea, .custom-table tbody tr td .hasSubQn.active_edit textarea, .custom-table tbody tr td span.qnPair.active_edit textarea {
    border: 1px solid #eee;
	pointer-events: auto;
}
.custom-table tbody tr td span.hasSubCat.active_edit .editable, .custom-table tbody tr td span.hasSubQn.active_edit .editable, .custom-table tbody tr td span.qnPair.active_edit .editable{
	background: #ee8f8f;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	top: -20px;
	transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.custom-table .form-select {
    
    font-size: var(--body-font-size);
    padding: 4px 10px;
	padding-right: 35px;
    max-width: 230px;
    width: 100%;
}
/* Index.html */

.comapanyBanner, .customCard {
	margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    /* overflow: hidden; */
    padding: 3px;
	box-shadow: 0px 3px 10px rgb(189 189 189);
	position: relative;
}
.customCard {
    padding: 25px;
	min-height: 142.5px;
}
.customCard .card-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 6px;
}
.customCard .cardCbody {
    margin-top: 15px;
}
/* .customCard .cardCbody .row {
    width: 100%;
} */
.comapanyBanner img{
	width:100%;
	height:auto;
	border-radius: 8px;
}
.statistics.newDsgn {
    background: linear-gradient(45deg, var(--primaryDark), rgb(0 0 0 / 75%));
    padding: 15px 15px;
    border-radius: 8px;
    border: 3.2px solid #ffffff;
    min-height: 135px;
    align-items: center;
	position: relative;
	box-shadow: 0px 3px 10px rgb(189 189 189);
	text-decoration:none;
	transition:all .3s ease-in-out;
	z-index:0;
	overflow: hidden;
}
.statistics.newDsgn h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
	transition:all .3s ease-in-out;
}
.statistics.newDsgn p {
	color:#fff;
}
.statistics.newDsgn .is_icon {
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    min-width: auto;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 65px;
    opacity: 0.2;
    height: 100%;
    z-index: 0;
}
.statistics.newDsgn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: -1;
	opacity:0;
	transition:all .3s ease-in-out;
}
.statistics.newDsgn .is_icon i{
	transform: rotate(40deg) scale(1) translateY(0px);
	transition:all .3s ease-in-out;
}
.statisticsCont{
	margin-bottom: 15px;
	display: block;
}
.statisticsCont:hover .statistics.newDsgn .is_icon i{
	transform: rotate(0deg) scale(.7) translateY(-24px);
}
.statisticsCont:hover .statistics.newDsgn h2 {
    color: var(--primaryLight);
}
.statisticsCont:hover .statistics.newDsgn:before {
    opacity:1;
}
.table-custom thead th {
    background: #eee;
    border-color: white;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: var(--body-font-size);
    padding: 8px 15px;
}
.actionable_btns{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -5px;
	justify-content: space-between;
}
.actionable_btns > div{
	position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, var(--primaryLightest), #ffffff);
    padding: 10px;
    min-height: 40px;
    margin: 5px;
    display: flex;
    align-items: center;
    min-width: calc(45% + 9px);
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
}
.actionable_btns > div > h5{
	font-size: var(--font-small);
    margin: 0px;
}
.actionable_btns > div > .actions {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--primaryDark), rgb(0 0 0 / 75%));
    z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(100%);
	opacity:0;
	visibility: hidden;
	transition:all .3s ease-in-out;
}
.actionable_btns > div:hover > .actions {
	transform: translateX(0%);
	opacity:1;
	visibility: visible;
}
.actionable_btns > div > .actions a {
    background: #ffffff;
    margin: 4px;
    padding: 5px 8px;
    color: #030303;
    border-radius: 2px;
    min-width: 40%;
}
.actionable_btns > div > .actions a > i {
    margin-right: 2px;
	transform:rotate(0deg);
	transition:all .2s ease-in-out;
}
.actionable_btns > div > .actions a:hover > i {
    transform:rotate(360deg);
	color:#fff
}
.actionable_btns > div > .actions a:hover {
    background: var(--primary-hover);
	color:#fff;
}
.actionable_btns > div > .actions a:first-child{
	transform: translateX(100px);
	transition: transform 0.6s ease-out, background 0.3s ease-in-out;
}
.actionable_btns > div:hover > .actions a:first-child{
	transform: translateX(0px);
}
.actionable_btns > div > .actions a:last-child{
	transform: translateX(120px);
	transition: transform 0.8s ease-out, background 0.3s ease-in-out;
}
.actionable_btns > div:hover > .actions a:last-child{
	transform: translateX(0px);
}

.actionable_btns.actionslnk > div > .actions {
	background: transparent;
}
.actionable_btns.actionslnk > div > .actions > a, .actionable_btns.actionslnk > div > .actions > a:hover {
    background: linear-gradient(45deg, var(--primaryDark), rgb(0 0 0 / 75%));
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 10px;
	color: #fff;
}

/* Create Flashcard */
.flashimg_template{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	transition: all .3s ease-in-out;
	border-radius: 6px;
    padding: 6px;
	margin-bottom: 15px;
}


.flashimg_template img{
	height: 250px;
    width: 250px;
	cursor: pointer;
	transition: transform 1s;
	/* object-fit: cover; */
	
}
.flashimg_template label{
    position: relative;
    border: 4px solid #ffffff;
}
.flashimg_template .imgbgchk:checked + label>.tick_container{
	opacity: 1;
}
.flashimg_template .imgbgchk:checked + label>img{
	/* transform: scale(1.1); */
	/* opacity: 0.3; */
}
.flashimg_template .imgbgchk:checked + label {
    border-color: var(--primaryLight);
}
.flashimg_template:has(.imgbgchk:checked) {
    transform: translateY(-2px);
	box-shadow: 0px 5px 8px rgb(0 0 0 / 35%);
}
.flashimg_template .tick_container {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
    top: 15px;
    right: 15px;
	cursor: pointer;
	text-align: center;
}
.flashimg_template .tick_container .tick {
	background-color: var(--primary);
    border: 2px solid #ffffff;
    color: white;
    font-size: 14px;
    line-height: 24px;
    height: 28px;
    width: 28px;
    border-radius: 100%;
}
.minw-250{
	min-width: 366px;
	max-width: 366px;
}

@media only screen and (max-width:768px){
	.minw-250{
		min-width: 100%;
	}
	.flPrevLeft {
		flex: auto !important;
	}
	ul.pagination li > a {
		width: 30px;
		height: 30px;
		font-size: var(--body-font-size);
	}
}

.flPrevLeft {
	max-width: 620px;
	overflow-x: auto;
	flex: 0 0 auto;
}
.flPrevRight {
	flex-grow: 1;
}
.previewActions{
	width: 100%;
	max-width: 450px;
}

.file-preview {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    align-items: center;
}
.file-preview  > p{
    margin: 0;
    margin-left: 5px;
}
.file-preview  > i{
    font-size: 18px;
	color: var(--primaryLight);
}
.file-preview > button {
    background: none;
    border: none;
    font-size: 10px;
    padding: 2px;
    line-height: normal;
    margin-left: 10px;
}
.anim_loader {
    position: relative;
    z-index: 9;
    margin-right: 4px;
    display: inline-block;
}
.anim_loader::after {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    border-radius: 100%;
	border-top: 1px solid #6b9bff;
    border-bottom: 1px solid #0014c9;
    border-left: 1px solid #6b9bff;
    border-right: 1px solid #0014c9;
    content: '';
}
.success-status {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
    color: #3e3e3e;
    text-transform: uppercase;
    margin-top: 0px;
}
.success-status i{
    margin-right: 5px;
	font-size: 17px;
    line-height: 30px;
	color: var(--bs-green);
}
.script-paragraph {
   max-width: 960px;
	padding-left: 30px;
}
.modal-body .script-paragraph {
  max-width: 100%;
	padding-left: 0px;
}
.script-paragraph .dialogue, .script-paragraph .dialogueMod {
	margin-bottom: 8px;
}
.dialogue, .callouts {
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease;
}
.dialogue:not(:first-child), .callouts {
    overflow: hidden;
    max-height: 0; /* Initially collapsed */
    opacity: 0; /* Initially invisible */
    transition: max-height 0.5s ease, opacity 0.3s ease /* Transition for max-height, opacity, and padding */
}

.dialogueMod, .calloutsMod {
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease;
}
.dialogueMod:not(:first-child), #script .callouts {
    overflow: visible !important;
    max-height: 100% !important; 
    opacity: 1 !important; 
    transition: max-height 0.5s ease, opacity 0.3s ease 
}


.script-paragraph .role {
	font-weight: bold;
	color: #2c3e50;
}
.script-paragraph .callouts {
	margin: 10px 0;
	margin-top: 0;
	padding: 10px;
	background-color: #f1f1f1;
	border-left: 4px solid var(--primaryLight);;
	font-style: italic;
}
.toggle-dialogues {
    display: block;
    background-color: var(--primaryDark);
    color: white;
    border: none;
    padding: 2px 8px;
    font-size: 12px !important;
    cursor: pointer;
    border-radius: 4px;
	margin-top: -48px;
    margin-left: -30px;
	margin-bottom: 20px;
}

.toggle-dialogues:hover {
    background-color: #0056b3;
}
.input-group .form-control-color {
    max-width: 50px;
    padding: 4px 7px;
}
.dropify-wrapper.has-error {
    border: 1px solid var(--bs-form-invalid-border-color) !important;
    border-radius: 4px; /* Match the Dropify design */
}
.dropify-wrapper {
    border: 1px solid #cccccc;
    border-radius: 4px;
}




.publish_vidCard {
    background: #fff;
    border-radius: 6px;
    position: relative;
	margin-bottom: 25px;
	box-shadow: 0px 3px 10px rgb(189 189 189);
}
.publish_vidCard .videoThumbnail video{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  min-height: 187px;
}
.publish_vidCard .videoData {
    padding: 15px 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: -7px;
    position: relative;
    z-index: 0;
	min-height: 140px;
}
.publish_vidCard:hover .videoData h5, .publish_vidCard:hover .videoData p{
	transition: all .5s ease-in-out;
}
.publish_vidCard .videoData .hoverable {
  position: absolute;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all .3s ease-in-out;
    z-index: -1;
    background: linear-gradient(45deg, var(--primary), #001663);
	background-repeat: no-repeat;
	background-position: 1000px;
	width: 100%;
    height: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
	opacity: 0;
}
.publish_vidCard .video_status a:hover i{
  color: #ffffff;
}
.publish_vidCard:hover .videoData .hoverable{
  /* transform: scale(1); */
  background-position: 0px;
  opacity: 1;
}

.publish_vidCard .video_status.unpublish  {
    /* position: absolute;
    width: 150px; */
    top: calc(100% - 15px);
    right: 0;
}
.profile-menu .dropdown-toggle.profile-data{
	display: inline-flex;
	align-items: center;
	flex-direction: row-reverse;
}
.profile-menu .dropdown-toggle.profile-data > i {
    background: #fdfdfd;
    border: 2px solid #eee;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50%;
    /* margin-right:12px; */
    margin-left:0px;
    margin-right: 0;
}
.profile-menu .dropdown-toggle.profile-data > span{
	display:flex;
	flex-direction:column;
	font-size:var(--body-font-size);
	font-weight:600;
	color:#212121;
	line-height: normal;
	margin-top: -6px;
}
.profile-menu .dropdown-toggle.profile-data > span > span{
    margin-bottom: 6px;
}
.profile-menu .dropdown-toggle.profile-data > span > strong {
    line-height: 0;
    color: var(--primaryLight);
    font-size: calc(var(--body-font-size) - 2px);
}
.profile-menu .dropdown-item {
    font-size: var(--body-font-size);
}
.min-height-auto{
    min-height: auto !important;
}
.profile-menu .dropdown-toggle:after{
  content: unset;
  display: none;
}
.profile-menu .profile_view {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    padding: 10px 15px;
    margin-bottom: 7px;
    background: var(--primary);
}
.profile-menu .profile_view h5{
  margin-bottom: 0px;
  color: #ffffff;
}
.profile-menu .profile_view p{
  font-size: var(--font-xssmall);
  color:var(--bs-gray-200);
  margin: 0;
}
.navbar-nav.profile-menu{
  gap:10px
}
.navbar-nav.profile-menu .dropdown-menu {
    min-width: 255px;
    padding-top: 0;
    overflow: hidden;
}
.profile-menu .dropdown.global_notification > a{
  display: inline-flex;
  align-items: center;
  height: 42px;
  min-width: 42px;
  justify-content: center;
}
.profile-menu .dropdown.global_notification > a .notification_box > i{
  font-size: 20px;
  color: var(--heading-font-color);
  margin-top: 2px;
}
.profile-menu .dropdown.global_notification > a .notification_box{
  position: relative;
  display: inline-flex;
  align-items: center;
}
.profile-menu .dropdown.global_notification > a .notification_box > span.badge {
    position: absolute;
    right: -8px;
    top: -7px;
}

.profile-menu .dropdown.global_notification .n_top_heading {
    display: flex;
    align-items: center;
    min-height: 50px;
    border-bottom: 1px solid var(--bs-gray-200);
    padding: 10px 15px;
}
.profile-menu .dropdown.global_notification .n_top_heading > a {
  font-size: var(--font-xssmall);
  margin-left:auto;
}
.profile-menu .dropdown.global_notification .n_top_heading h5{
  margin-bottom: 0px;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu {
    min-width: 385px;
    padding-bottom: 0px;
    box-shadow: var(--bs-dropdown-box-shadow);
    
}
.navbar-nav.profile-menu .dropdown-menu {   
    transition: all 0.3s ease;    
}


.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_menu_container {
    padding: 0 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    max-height: 345px;
    min-height: 345px;
    overflow-y: auto;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_menu_container > h5 {
    color: var(--bs-gray-500);
    font-size: var(--font-xssmall) !important;
    font-weight: 400 !important;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_menu_container > h5:not(:first-child) {
    margin-top: 10px;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data{
  position: relative;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data .quickNotify {
    display: flex;
    align-items: flex-start;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data .quickNotify .iconize{
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-gray-200);
    color: var(--primary);
    margin-right: 10px;
}
.notify_texts_data > h5 {
    font-weight: 400 !important;
    margin-bottom: 5px;
     word-break: break-word;
     color: var(--bs-body-color);
     transition: all .3s ease-in-out ;
}
.notify_texts_data > p {
  font-size: var(--font-xssmall);
  margin-bottom: 0px;
  color: var(--bs-gray-500);
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data.new_notify:before {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 50%;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data .clear_notification{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 6px;
    background: var(--bs-gray-200);
    color: var(--heading-font-color);
    border-radius: 50%;
    transform: translateY(18px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data .clear_notification:hover{
  background: var(--bs-danger);
  color: #ffffff;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data .clear_notification::before{
  content:'\f00d';
  display: inline-block;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  font-size: 9px;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data:hover .clear_notification{
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_data > a:hover h5{
  color:var(--primary);
}
.navbar-nav.profile-menu .dropdown.global_notification .no-notify-box {
    text-align: center;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-nav.profile-menu .dropdown.global_notification .no-notify-box i {
    font-size: 38px;
    color: #999;
    margin-bottom: 10px;
}
.navbar-nav.profile-menu .dropdown.global_notification .no-notify-box h5 {
    margin-bottom: 5px;
}
.navbar-nav.profile-menu .dropdown.global_notification .no-notify-box p {
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
}

.navbar-nav.profile-menu .dropdown.global_notification .notification_box .circular-progress {
    --size: 38px;          
    --bar-width: 2px;       
    --progress: 75;        
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: conic-gradient(
        var(--primary) calc(var(--progress) * 1%), 
        #d7d7d7 0
    );
    position: relative;
}
.navbar-nav.profile-menu .dropdown.global_notification .notification_box .circular-progress::before {
    content: "";
    width: calc(var(--size) - (var(--bar-width) * 2));
    height: calc(var(--size) - (var(--bar-width) * 2));
    background: #fff;
    border-radius: 50%;
    position: absolute;
}
.navbar-nav.profile-menu .dropdown.global_notification .notification_box .circular-progress .inner-content {
    position: relative;
    color: var(--primary);
    z-index: 2;
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card {
    background: #ffffff; 
    padding: 8px 15px;
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: all .3s ease-in-out;
    position: relative;
}
.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card:hover {
  background: var(--bs-gray-100); 
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .file-left {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .file-left .file-info {
    padding-right: 34px;
    width: 100%;
}
.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .file-info h5 {
    margin: 0;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .file-info p {
    margin: 0;
    font-size: var(--font-xssmall);
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 6px;
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .file-info p i {
    font-size: 14px;
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .file-progress {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .progress-bar {
    flex: 1;
    height: 4px;
    background: var(--bs-gray-200);
    border-radius: 10px;
    overflow: hidden;
}

.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .progress-fill {
    height: 100%;
    background: var(--primary);
    border-radius: 10px;
    transition: width 0.3s ease;
}
.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card.completed .file-progress .progress-fill
 {
    height: 100%;
    background: var(--bs-success);
 }
.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .progress-percent {
    font-weight: 600;
    font-size: var(--font-xssmall) !important;
}
.navbar-nav.profile-menu .dropdown.global_notification .notify_menu_container .file-card .external_link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 13px;
    transform: translateY(18px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.navbar-nav.profile-menu .dropdown.global_notification .dropdown-menu .notify_menu_container .file-card:hover .external_link {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

#notifications {
	position: fixed;
	min-width: 436px;
	max-width: 436px;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
	display: flex;
	flex-direction: column;

}
.notification {
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
	background: rgb(255 255 255 / 96%);
	box-shadow: 0 6px 20px -5px rgb(0 0 0 / 24%);
	/* transform: translateX(calc(100% + 20px)); */
	/* transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35); */
	padding-bottom: 18px;
	border-left: 4px solid #6aabf8;
	overflow: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	transform: translateX(100%) translateY(0px);
	animation: toast-opening 0.6s ease-in-out forwards;
}
@keyframes toast-opening{
	0% {
		opacity: 0;
		transform: translateX(100%) translateY(0px);
		padding: 0px;
		height: 0px;
		margin: 0;
		border: none;
		overflow: hidden;
	}
	75% {
		opacity: .4;
		height: 100%;
		padding: 15px;
		transform: translateX(0%) translateY(0px);
	}
	100% {
		opacity: 1;
		height: 100%;
		padding: 15px;
		transform: translateX(0%) translateY(-10px);
	}
}
@keyframes toast-closing{
	0% {
		opacity: 1;
		padding: 15px;
		height: 100%;
		max-height: auto;
		margin-bottom:10px;
		transform: translateX(0%) translateY(-10px);
	}
	75% {
		opacity: .4;
		padding: 0px;
		height:0px;
		max-height: 0px;
		margin-bottom:0px;
		border-width: 0px;
		border: none;
		overflow: hidden;
		transform: translateX(80%) translateY(-5px);
	}
	100% {
		opacity: 0;
		height: 0px;
		max-height: 0px;
		padding: 0px;
		border: none;
		overflow: hidden;
		margin: 0;
		transform: translateX(100%) translateY(0px);
	}
}
.notification:not(.active) {
	animation-name: toast-closing;
	animation-duration: 0.8s;
}
.notification .progress{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background:transparent
}
.notification .progress .progress-bar{
	transition: width linear !important;
	background:#efefef
}


.notify_container {
	display: flex;
}
.notification .notifiy_icon .icon {
	min-width: 55px;
	height: 55px;
	font-size: 23px;
	background: linear-gradient(270deg, var(--primary), #98e0f5);
	color: #ffffff;
	margin-right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.notification .notifiy_data {
	padding-top: 5px;
	padding-right: 22px;
}
.notification .notifiy_data h5 {
	margin-bottom: 4px;
	margin-top: 4px;
}
.notification .notifiy_data p{
	margin-bottom: 0px;
}

.notification button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 14px;
	transition:all .3s ease-in-out;
	opacity:0.3;
	color:var(--primary)
}
.notification button:hover{
	opacity:1
}


.notification.success {
	border-left: 4px solid #73d090
}
.notification.success .notifiy_icon .icon {
	background: linear-gradient(270deg, #2a8b62, #a3fdaf);
	color: #ffffff;
}
.notification.success .notifiy_data h5 {
    color: #2a8b62;
}
.notification.success button {
    color: #2a8b62;
}

.notification.info {
	border-left: 4px solid #69c7c8;
}
.notification.info .notifiy_icon .icon {
	background: linear-gradient(270deg, #0a8684, #4ef5f8);
    color: #ffffff;
}
.notification.info .notifiy_data h5 {
    color: #0a8684;
}
.notification.info button {
    color: #0a8684;
}


.notification.error {
	border-left: 4px solid #f3adad;
}
.notification.error .notifiy_icon .icon {
	background: linear-gradient(270deg, #d22424, #f79b9b);
    color: #ffffff;
}
.notification.error .notifiy_data h5 {
    color: #d22424;
}
.notification.error button {
    color: #d22424;
}


.notification.warning {
	border-left: 4px solid #ffd092;
}
.notification.warning .notifiy_icon .icon {
	background: linear-gradient(270deg, #ca6803, #ffd396);
    color: #ffffff;
}
.notification.warning .notifiy_data h5 {
    color: #ca6803;
}
.notification.warning button {
    color: #ca6803;
}




.customSearch {
	align-items: center;
	background: #ffffff;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 10px rgb(189 189 189);
}
.customSearch .searchInput {
    display: flex;
	width: 100%;
	position: relative;
	z-index: 100;
}
.customSearch .searchInput .globalSearch {
	padding: 8px 20px;
    outline: none;
    border-radius: 38px;
    width: 100%;
    border-color: #eee;
    box-shadow: none;
    border-style: solid;
	padding-right: 140px;
}
.customSearch .searchInput .btn {
    position: absolute;
    right: 0;
    border-radius: 38px;
    padding: 9px 20px;
    min-width: 125px;
}
.customSearch .searchInput .btn > i {
	margin-right: 10px;
}
.customSearch .advanceSerach{
	background: var(--gray-light);
    padding: 9px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: var(--gray-black);
    border-radius: 38px;
    min-width: 175px;
	transition: all .3s ease-in-out;
}
.customSearch .advanceSerach:hover{
	background: var(--gray-light1);
	color: #ffffff;
}

.advaceFilterContainer{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 10;
    width: 346px;
    height: 100vh;
    overflow-y: auto;
	z-index: 10020;
	right: -100%;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.advaceFilterContainer.active{
	right: 0;
	opacity: 1;
	visibility: visible;
}
.filterHead {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background: var(--primary);
    color: #fff;
	align-items: center;
}
.filterHead h4{
	margin-bottom: 0;
}

.filterHead span.close_btn {
    background: #fff;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryLight);
    border-radius: 50%;
	cursor:pointer ;
	transition: all .3s ease-in-out;
}
.filterHead span.close_btn:hover {
	background: var(--primaryLight);
	color: #fff;
}

.advaceFilterContainer .filterBody {
    padding: 15px 15px;
    background:#fff;
}

body.sidebarFilter:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 64%);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
	transition: all .4s ease-in-out;
}
body.sidebarFilter.filteractive:before{
	opacity: 1;
    visibility: visible;
}
@media only screen and (max-width:600px){
	.page-content {
		margin-top: 8em;
	}
}
@media only screen and (max-width:768px){
	.mentor-card .card-bottom {
		justify-content: flex-start;
		padding-top: 10px;
	}
	
	
	.customSearch {
		flex-wrap: wrap;
	}
	.advaceFilterContainer {
		width: 100%;
	}
	.customSearch .advanceSerach {
		width:100%;
		margin-left: 0px;
		margin-top: 10px;
	}
	.customSearch .searchInput .btn{
		min-width: auto;
	}
	
	.customSearch .searchInput .btn > span{
		display: none;
	}
	.customSearch .searchInput .btn > i{
		margin-right: 0px;
	}
}
.customTooltip {
    position: relative;
    display: inline-block;
}
.customTooltip > i {
    background: #eee;
    border: 1px solid #aaa6a6;
    padding: 10px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    font-size: 12px;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.customTooltip .tooltipContent {
    background:  var(--primaryDark);
    padding: 15px;
    position: absolute;
    z-index: 100;
    min-width: 300px;
    border-radius: 6px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
	color: #fff;
}

.customTooltip .tooltipContent {
	display: none;
}

.customTooltip .tooltipContent[show-popper] {
display: block;
}

.customTooltip .tooltipContent .tooltip-arrow,
.customTooltip .tooltipContent .tooltip-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--primaryDark);
}
.customTooltip .tooltipContent .tooltip-arrow {
  visibility: hidden;
}
.customTooltip .tooltipContent .tooltip-arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
}

/*position arrow using popper.js data-popper-placement attribute*/
.customTooltip .tooltipContent[data-popper-placement^="top"]  .tooltip-arrow {
  bottom: -4px;
}

.customTooltip .tooltipContent[data-popper-placement^="bottom"] .tooltip-arrow {
  top: -4px;
}

.customTooltip .tooltipContent[data-popper-placement^="left"] .tooltip-arrow {
  right: -4px;
}

.customTooltip .tooltipContent[data-popper-placement^="right"] .tooltip-arrow {
  left: -4px;
}

/*hide arrow when reference outside of viewport*/
.customTooltip .tooltipContent[data-popper-reference-hidden] .tooltip-arrow::before {
  visibility: hidden;
}



/* Loader CSS */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(239 243 255 / 71%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 19999;
	display: none;
	backdrop-filter: blur(10px);
}
.loader .loader-msg{
	text-align: center;
	margin-top: 25px;
}
.loader .loader-msg h4{
	text-transform: uppercase;
	font-weight: 600;

}
.loader .loader-msg p {
	font-size: var(--font-medium);
}
.cube-wrapper {
	transform-style: preserve-3d;
	animation: bouncing 2s infinite;
	margin-bottom: 44px;
}

.cube {
	transform-style: preserve-3d;
	transform: rotateX(45deg) rotateZ(45deg);
	animation: rotation 2s infinite;
}

.cube-faces {
	transform-style: preserve-3d;
	height: 60px;
	width: 60px;
	position: relative;
	transform-origin: 0 0;
	transform: translateX(0) translateY(0) translateZ(-30px);
}

.cube-face {
	position: absolute;
	inset: 0;
	background: rgb(0 26 125 / 58%);
	border: solid 1px #ffffff;
}
.cube-face.bottom {
	background: #080808;
}
.cube-face.shadow {
	transform: translateZ(-60px);
	animation: bouncing-shadow 2s infinite;
	background: #000000;
}
.cube-face.top {
	transform: translateZ(60px);
	background: rgb(21 61 146 / 95%);
}
.cube-face.front {
	transform-origin: 0 50%;
	transform: rotateY(-90deg);
	background: rgb(0 20 201 / 91%);
}
.cube-face.back {
	background: rgb(1 21 96 / 89%);
	transform-origin: 0 50%;
	transform: rotateY(-90deg) translateZ(-60px);
}
.cube-face.right {
	background: rgb(0 20 201 / 75%);
	transform-origin: 50% 0;
	transform: rotateX(-90deg) translateY(-60px);
}
.cube-face.left {
	background: rgb(12 21 163 / 83%);
	transform-origin: 50% 0;
	transform: rotateX(-90deg) translateY(-60px) translateZ(60px);
}
.loader.active{
	display: flex;
}
@keyframes rotation {
0% {
	transform: rotateX(45deg) rotateY(0) rotateZ(45deg);
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
}
50% {
	transform: rotateX(45deg) rotateY(0) rotateZ(225deg);
	animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
}
100% {
	transform: rotateX(45deg) rotateY(0) rotateZ(405deg);
	animation-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
}
}
@keyframes bouncing {
0% {
	transform: translateY(-30px);
	animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
}
45% {
	transform: translateY(30px);
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
100% {
	transform: translateY(-30px);
	animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
}
}
@keyframes bouncing-shadow {
0% {
	transform: translateZ(-60px) scale(1.3);
	animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
	opacity: 0.05;
}
45% {
	transform: translateZ(0);
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0.3;
}
100% {
	transform: translateZ(-60px) scale(1.3);
	animation-timing-function: cubic-bezier(0.76, 0.05, 0.86, 0.06);
	opacity: 0.05;
}
}
.custom-form-group{
	position: relative;
}
.custom-error {
	position: absolute;
    bottom: -20px;
    left: 0;
    color: #e93e3e;
    max-width: 100%;
    text-align: right;
    border-radius: 4px;
    padding: 0px 0px;
    font-size: calc(var(--body-font-size) - 2px) !important;
}
.custom-form-group.has-error .input-field {
    border-color: #e93e3e;
}
.custom-form-group.has-error > label.col-form-label {
    color: #e93e3e;
}

.docLists{
	display: none;
}
.docLists.active{
	display: block;
}




.inputCardBody {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 3px 10px rgb(189 189 189);
    position: relative;
	min-height: 140px;
}
.inputCardBody h2 {
    font-size: 40px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.inputCardBody span.avatar {
    padding: 7px;
    border-radius: 50%;
    height: 56px;
    font-size: 19px;
    width: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(var(--primary), var(--primaryDark));
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
}
.customChartPosition {
	overflow: hidden;
	margin-top: -50px;
	margin-bottom: 0px;
}

.statistics.newDsgn.hasCompairing {
    padding-bottom: 60px;
}
.statistics.newDsgn.hasCompairing .compairedDiv{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 18px;
    background: #eee;
}
.statistics.newDsgn.hasCompairing .is_icon i {
    margin-top: -34px;
}

.swal2-html-container{
    font-size: var(--font-small) !important;
}

.actionButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.actionButtons > a, .actionButtons > .moreButtons{
	display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    margin-bottom: 12px;
    padding: 15px;
    min-height: 120px;
    min-width: 120px;
	max-width: 120px;
	text-align: center;
	transition: all .3s ease-in-out;
	border-radius: 6px;
	position: relative;
}
.actionButtons > a:hover, .actionButtons > .moreButtons:hover{
	box-shadow: 0px 3px 10px rgb(189 189 189);
}
.actionButtons .iconClass{
	padding: 7px;
    border-radius: 50%;
    height: 56px;
    font-size: 19px;
    width: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-font-color);
    border: 1px solid #eee;
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(var(--primary), var(--primaryDark));
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    background-position: 0 61px;
    background-repeat: no-repeat;
	transition: all .3s ease-in-out;
}
.actionButtons a:hover .iconClass, .actionButtons > .moreButtons:hover .iconClass{
	background-position: 0 0;
	color: #fff;
}
.actionButtons .actionData, .actionButtons > .moreButtons .actionData {
	margin-top: 10px;
}
.actionButtons .actionData > p{
	margin-bottom: 0;
	color: var(--baseColor);
}
   
.actionButtons .moreButtons .iconClass {
    background-position: 0;
    color: #fff;
}
.actionButtons .moreButtons:hover .iconClass {
    background-position:  0 61px;
    color: var(--primary);
}
.actionButtons .moreButtons .hoverableBtns {
	position: absolute;
    top: calc(100% - 10px);
    display: flex;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    gap: 4px;
    background: #fff;
    padding: 8px;
    border: 1px solid #eee;
}
.actionButtons .moreButtons .hoverableBtns > a{
	transition: all .3s ease-in-out;
    max-width: 130px;
    min-width: 130px;
    width: 130px;
    height: 57px;
    padding: 10px 7px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    line-height: 11px;
    border-radius: 4px;
    font-size: calc(var(--body-font-size) - 1px);
    z-index: 100;
    color: #fff;
    text-align: left;
	transform: translateY(-57px);
    z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.actionButtons .moreButtons .hoverableBtns > a > i {
    background: var(--primaryDark);
    color: #fff;
    width: 33px;
	min-width: 33px;
    height: 33px;
    border-radius: 50%;
    line-height: 33px;
	margin-right: 5px;
	text-align: center;
}

.actionButtons .moreButtons:hover .hoverableBtns{
	opacity: 1;
	visibility: visible;
}
.actionButtons .moreButtons:hover .hoverableBtns > a{
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
@media only screen and (max-width:574px){
	.actionButtons .moreButtons .hoverableBtns {
		display: flex;
		flex-direction: column;
		z-index: 1;
	}
}
/* For 3 elements 
/* .actionButtons .moreButtons:hover .hoverableBtns > :nth-child(1):nth-last-child(3) {
	transform: translateX(-95px) translateY(-35px);
	opacity: 1;
	visibility: visible;
}
.actionButtons .moreButtons:hover .hoverableBtns > :nth-child(2):nth-last-child(2) {
    transform: translateY(-87px) translateX(12px);
	opacity: 1;
	visibility: visible;
}
.actionButtons .moreButtons:hover .hoverableBtns > :nth-child(3):nth-last-child(1) {
    transform: translateX(120px) translateY(-35px);
	opacity: 1;
	visibility: visible;
}

/* For 2 elements 
.actionButtons .moreButtons .hoverableBtns > :nth-child(1):nth-last-child(2) {
    left: 0;
    right: auto;
}
.actionButtons .moreButtons .hoverableBtns > :nth-child(2):nth-last-child(1) {
    left: auto;
    right: 0;
}

/* 
.actionButtons .moreButtons .hoverableBtns > :nth-child(1):nth-last-child(1) {
    left: unset;
    right: unset;
} */

/* Slider */

.slick-dots {
    position: absolute;
    bottom: -30px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #d5ddea;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #d5ddea;
    opacity: .75
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
    cursor: default !important;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
    cursor: default;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.card-slick {
    margin-right: -10px
}

.card-slick .slick-list {
    margin: 0 -5px
}

.card-slick .slick-slide {
    padding: 0 5px
}

.card-slick.slick-slider .slide-arrow {
    position: absolute;
    z-index: 1;
	border-radius: 5px;
    width: 25px;
    height: 25px;
	font-size: 11px;
    border: none;
    background: #959595;
    color: #fff;
    transition: all .3s ease-in-out;
    opacity: 0
}

.card-slick.slick-slider .slide-arrow:hover {
    background: var(--primaryDark)
}

.card-slick.slick-slider:hover .slide-arrow {
    opacity: 1
}

.card-slick.slick-slider .slide-arrow.prev-arrow {
    top: 43%;
    left: 0px
}

.card-slick.slick-slider .slide-arrow.next-arrow {
    top: 43%;
    right: 0
}

.card-slick .slick-dots {
    bottom: 15px;
	list-style: none;
}

.card-slick .slick-dots li {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0
}

.card-slick .slick-dots li button {
    border: 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    padding: 0;
    background: #e8e8e8;
    border-radius: 50%;
    margin: 0 2px;
    transition: all .3s ease-in-out
}

.card-slick .slick-dots li.slick-active button {
    background: #404040
}

.card-slick .slick-dots li button:before {
    display: none
}

.mentor-card.newDsgn.collateral .card-left .product-item {
    width: 170px;
    height: 170px;
    display: block;
    background-size: unset;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    margin: 0px;
    margin-top: 0;
    margin-left: 0;
    scale: 0.9;
}
.mentor-card.newDsgn.collateral {
    padding: 19px 10px 0px 15px;
}
.mentor-card.newDsgn.collateral .card-left .product-item .flashcardThumbnail{
  position:relative;
  overflow: hidden;
}
.mentor-card.newDsgn.collateral .card-left .product-item .flashcardThumbnail > a:before {
    background: linear-gradient(45deg, var(--primary), var(--primaryDark));
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    transform: translateX(-100%);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.mentor-card.newDsgn.collateral:hover .card-left .product-item .flashcardThumbnail > a:before{
  transform: translateX(0%);
  opacity: .5;
}
.mentor-card.newDsgn.collateral .card-left .product-item .flashcardThumbnail > a > i {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: auto;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transform: scale(0);
    transition: all .3s ease-in-out;
    opacity: 0;
}
.mentor-card.newDsgn.collateral:hover .card-left .product-item .flashcardThumbnail > a > i{
  transform: scale(1);
  opacity: 1;
}
.mentor-card.newDsgn.collateral .card-left {
    margin-right: 20px;
}
.mentor-card.newDsgn.collateral:hover .actions .deliBtn, .mentor-card.newDsgn.collateral.active .actions .deliBtn {
    transform: translateX(0px) translateY(calc(100% + 55px));
}
.label-container.sidebar-slide {
	margin-top: 0px;
}
.label-container.sidebar-slide  .slider-container.d-flex {
	flex-direction: column;
	align-items: center;
	margin: 0 15px;
}
.label-container.sidebar-slide  .slider-container .noUi-target {
	width: 100% !important;
}

.label-container.sidebar-slide  label#minRangeLabel {
	width: 100%;
	text-align: center;
	margin-bottom: 0.3rem;
}
.label-container.sidebar-slide  label#maxRangeLabel {
	width: 100%;
	text-align: center;
	margin-bottom: 0rem;
	margin-top: 0.4rem;
}
.mentor-card.newDsgn.assessmentcard .card-left .product-item {
    background-size: cover !important;
    margin: 0px;
    scale: 0.9;
    border: 5px solid #eee;
}
@media only screen and (max-width: 600px) {
    .mentor-card.newDsgn.collateral {
        padding: 14px 10px 25px 15px;
    }
	
}

.slick-slider.slick-home {
    margin: 0 -10px;
}
.slick-slider.slick-home .slick-slide {
    margin: 0 10px;
}
.slick-home button.prev-arrow.slick-arrow {
	position: absolute;
    right: 138px;
    position: absolute;
    top: -41px;
    font-size: 12px;
    background: var(--gray-light);
        border-radius: 5px;
    border: 1px solid var(--gray-light);
    width: 33px;
    height: 33px;
    line-height: 30px;
    transition: all .3s ease-in-out;
	color: var(--baseDarkColor);
}
.slick-home button.next-arrow.slick-arrow {
    position: absolute;
    top: -41px;
    right: 100px;
	position: absolute;
    font-size: 12px;
    background:var(--gray-light);
        border-radius: 5px;
    border: 1px solid var(--gray-light);
    width: 33px;
    height: 33px;
    line-height: 30px;
	transition:all .3s ease-in-out;
	color: var(--baseDarkColor);
}
.slick-home button.prev-arrow.slick-arrow:hover, .slick-home button.next-arrow.slick-arrow:hover{
	background: var(--primaryDark);
    border: 1px solid var(--primaryDark);;
    color: #fff;
}
@media only screen and (max-width:574px){
	.slick-home button.next-arrow.slick-arrow {
		right: 10px;
	}
	.slick-home button.prev-arrow.slick-arrow {
		right: 50px;
	}
}


.publish_vidCard .card-checkbox {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    cursor: none;
    z-index: 10;
  }


.icon-checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
  }
  
  
  .icon-checkbox--minus {
    border: 2px solid #FF9800;
    border-radius: 4px;
    background: #FF9800;
    color: #fff;
    cursor: auto;
  }
  .icon-checkbox--minus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20%;
	width: 60%;
	height: 2px;
	background-color: #FFF;
	transform: translateY(-50%);
  }
  
  
  .icon-checkbox--checked {
	background-color: #4CAF50;
	border-radius: 4px;
  }
  .icon-checkbox--checked::after {
	content: '';
	position: absolute;
	top: 2px;
	left: 6px;
	width: 6px;
	height: 12px;
	border: solid #FFFFFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
  }
  
.title-publish-status {
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.searchInput {
	position: relative;
	overflow: visible;
  }
  
  
  #suggestionsList {
	z-index: 1000;
    top: 100%;
    left: 0px;
    max-height: 400px;
    margin-top: 11px;
    margin-left: -15px;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	border-radius: 0.25rem;
	overflow-y: auto;
  }
  
  
  #suggestionsList .list-group-item {
	padding: 0.75rem;
	cursor: pointer;
  }
  
  #suggestionsList .list-group-item:hover {
	background-color: #f8f9fa;
  }

  .ppt-row { margin-bottom: 2rem; }

  /* ===== SLIDE FRAME (fixed 16:9 ratio) ===== */
  .slide-frame {
    width: 90%;
    aspect-ratio: 16 / 9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding: 1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  /* ===== WELCOME ===== */
  .welcome-container {
    background: linear-gradient(135deg,#ffe6f0,#faf7ff);
    border-radius:8px; padding:2rem; position:relative;
    height: 100%; box-sizing: border-box;
  }
  .welcome-container .circle1 {
    position:absolute; width:120px; height:120px; top:-30px; left:-30px;
    background:radial-gradient(circle,#c3a5ff,#e4d1ff);
    border-radius:50%; opacity:.6;
  }
  .welcome-container .circle2 {
    position:absolute; width:100px; height:100px; bottom:20px; right:20px;
    background:radial-gradient(circle,#aab6ff,#d8e0ff);
    border-radius:50%; opacity:.6;
  }
  .welcome-header h1 {
    font-size:2.2rem; color:#222; text-align:center; margin-bottom:1rem;
  }
  .welcome-content { font-size:1rem; color:#333; }
  .welcome-footer { text-align:center; margin-top:1.5rem; }
  .welcome-footer .btn {
   cursor:none; background:#f6d3ff; color:#a14fb5; border:2px solid #eabfff;
  }

  /* ===== SALES ===== */
  .sales-container {
    background: linear-gradient(to right,#fbe9ff,#fff7fb);
    border-radius:8px; padding:1.5rem;
    height: 100%; box-sizing: border-box;
  }
  .sales-title {
    font-weight: 600; font-size:2rem; text-align:center; margin-bottom:1rem; color:#222;
  }
  .step-row {
    display:flex; align-items:flex-start; margin-bottom:1rem;
  }
  .chevron-box {
    width:40px; height:40px; background:#d7a7f5;
    clip-path:polygon(0 0,100% 0,85% 50%,100% 100%,0 100%,15% 50%);
    display:flex; align-items:center; justify-content:center;
    color:#fff; font-weight:700; margin-right:1rem;
  }
  .step-content .heading {
    font-size: 16px; font-weight:600; margin-bottom:.5rem; color:#222;
  }
  .step-content ul { padding-left:1rem; }
  .step-content li { font-size: 14px; }
  .step-content li strong { font-size: 16px; }
  .step-content li strong { font-size: 16px; }

  /* ===== DIAMOND ===== */
  .diamond-slide {
    display:flex; flex-direction:column;
    background:linear-gradient(to bottom, #f9e5e5, #f9e3e6);
    border-radius:8px; padding:1rem;
    height: 100%; box-sizing: border-box;
  }
  .diamond-text h1 {
    font-size:2rem; margin-bottom:1rem; color:#222;
  }
  .diamond-text ul { margin-left:1rem; }

  /* ===== THANKYOU ===== */
  .thankyou-container {
    background:linear-gradient(135deg,#ffe6f5,#fdfaff);
    border-radius:8px; text-align:center; padding:2rem;
    height: 100%; box-sizing: border-box;
  }
  .thankyou-container .logo {
    font-size:1.2rem; color:#b183d4; margin-bottom:1rem;
  }
  .thankyou-container h1 {
    font-size:2.2rem; margin-bottom:1rem; color:#222;
  }
  .thankyou-bar {
    width:50%; height:8px;
    background:linear-gradient(to right,#e4c8ff,#d5aaff);
    margin:0 auto 1rem; border-radius:4px;
  }
  .thankyou-footer {
    display:inline-block; padding:.5rem 1rem;
    border:2px solid #eabfff; background:#f6d3ff;
    color:#a14fb5; border-radius:6px;
  }

  .genppt {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .editpptslide {
    background: #0014c9;
    color: #ffffff;
    width: 35px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    border-radius: 4px;
    margin-bottom: 7px;
    transform: translateX(80px);
    box-shadow: 0px 0px 4px rgb(0 0 0 / 43%);    
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .editpptslide span {
    position: absolute;
    right: 32px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 0 10px;
    z-index: 0;
    white-space: nowrap;
    transform: translateX(24px);
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background: #0014c9;
  }
  .editpptslide:hover span {
    transform: translateX(0px) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .ppt_main_box {
    position: relative;
    overflow: hidden;
  }
  .editpptslide.editslide_btn{
    transition: transform 0.4s ease-out, background 0.3s ease-in-out;
  }
  .editpptslide.upload {
    margin-top: 40px;
    transition: transform 0.6s ease-out, background 0.3s ease-in-out;
  }
  .editpptslide.remove {
    margin-top: 80px;
    transition: transform 0.8s ease-out, background 0.3s ease-in-out;
  }

  .ppt_main_box:hover .editpptslide.editslide_btn, .ppt_main_box:hover .editpptslide.upload,  .ppt_main_box:hover .editpptslide.remove {
    transform: translateX(0px) !important;
  }
  .thumbnail-frame.active {
    outline: 1.8px solid #000000;
    border-radius: 10px;
  }
  .main-slide {
    scroll-margin-top: 20px;
  }

  .diamond-slide .fw-semibold{
    margin-bottom:25px;
  }

  .outer-box-side{
	border-radius: 0.4rem; 
	border: 1px solid rgb(214, 214, 214); 
	padding: 4px;
  }






  .no-caret::after {
    display: none !important;
  }
   .custom-icon-button {
    border-radius: 0.3rem;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgb(214, 214, 214);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 1.5rem; 
   }
  .custom-icon-button:hover {
    background-color: blue;
    border-color: blue;
  }

  .custom-icon-button img {
    width: 1.5rem;
    height: 1.5rem;
    transition: filter 0.3s ease;
  }

  .custom-icon-button:hover img {
  filter: brightness(0) saturate(100%) invert(100%);
}

.tooltip-left {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: calc(100% + 8px); /* tooltip appears to the left of button */
  transform: translateY(-50%);
  background-color: blue;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 1rem;
  transition: opacity 0.3s ease;
  z-index: 100;
}

.tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* place arrow on right side of tooltip */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid blue; /* RIGHT-pointing triangle */
}


  .custom-icon-button:hover .tooltip-left {
    visibility: visible;
    opacity: 1;
  } 
  #textToolbar,
#imageToolbar {
  display: none;
}
  .main-container {
      position: relative;
      height: 100vh;
      width: 100vw;
      padding: 2rem;
      background-color: #5D0ABD;
      overflow: hidden;
      font-family: 'Manrope', sans-serif;
    }

   
    .editable {
  position: absolute;
  cursor: move;
  box-sizing: border-box;
  padding: 0.5rem 1rem; 
  background-color: transparent;  
  outline: none;  
}
.editable-img {
  position: absolute;
  cursor: move;
  box-sizing: border-box;
  background-color: transparent; 
  outline: none; 
}

.editable.active,
.editable-img.active {
  border: 2px solid white; /* clean white border */
  border-radius: 0.5rem; /* slight rounding for smoother edge */
}
    .title-text {
      font-size: 64px;
      font-weight: 900;
      line-height: 64px;
      width: 40rem;
      color: white;
    }

    .desc-text {
      font-size: 20px;
      font-weight: 300;
      width: 40rem;
      color: white;
    }

    

    .toolbar, .image-toolbar {
      position: absolute;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      background: white;
      padding: 8px 12px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
      font-family: Arial, sans-serif;
      z-index: 9999;
    }

    .toolbar input[type="number"],
    .toolbar input[type="text"],
    .image-toolbar input[type="number"] {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 4px 8px;
      font-size: 14px;
      width: 60px;
    }

    .toolbar button,
    .image-toolbar button {
      background: transparent;
      border: none;
      cursor: pointer;
      font-size: 16px;
      padding: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .toolbar button:hover,
    .image-toolbar button:hover {
      background-color: #f0f0f0;
      border-radius: 4px;
    }

    button.danger {
      color: red;
    }

    img.editable-img {
      width: 40%;
      border-radius: 0.4rem;
      transition: transform 0.3s ease, border-radius 0.3s ease;
    }

	.layout-dropdown .layout-thumb {
		display: flex;
        flex-direction: column;
		align-items: center;
		padding: .5rem;
		cursor: pointer;
		border-radius: 4px;
	  }
	  .layout-dropdown .layout-thumb:hover {
		background: #f0f0f0;
	  }
	  .placeholder {
		color: #aaa;
		font-style: italic;
        cursor: pointer;
	  }
      .layout-dropdown-menu {
  bottom: 0;
  right: 5em;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #e0e0e0;
  width: 900px;
  border-radius: 1rem !important;
  height: 410px;
  z-index: 1000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  position: absolute; /* optional if not already handled */
  background-color: white; /* optional based on use case */
}

.textarea-wrapper {
    position: relative;
  }
  .action-buttons {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    display: flex;
    gap: 0.5rem;
    z-index: 10;
  }
  .action-buttons-box a {
    padding: 10px !important;
    background-color: white;
    color: var(--bs-modal-color);
    border: 1px solid #0000001a !important;
    border-radius: 6px !important;
    border-radius: 20px;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .action-buttons button {
    background-color: white;
    color: var(--bs-modal-color);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 20px;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .action-buttons button:hover {
    background-color: black;
    color: white;
  }
  .action-buttons button i {
    font-size: 0.8rem;
  }

/* clip its children and match the bootstrap textarea radius */
.script-text-wrapper {
    position: relative; 
    border-radius: .375rem;  /* same as .form-control */
    overflow: hidden;
  }
  
  /* blur the textarea when regenerating */
  #script.blurred {
    filter: blur(3px);
  }
  
  /* full-cover black overlay (will be clipped by the wrapper) */
  .loader-overlay-black {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    pointer-events: none;
    border-radius: inherit;  /* inherit the wrapper’s rounding */
  }
  
  /* simple CSS spinner */
  .spinner {
    width: 2em; height: 2em;
    border: 3px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }
     .slide-container {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  box-sizing: border-box;
}

.slide-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 1rem;
}

.slide-body {
  display: flex;
  height: calc(100% - 2.2rem);
}

.slide-text {
  width: 50%;
  padding-right: 1rem;
  box-sizing: border-box;
}

.slide-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.slide-bullet-group {
  margin-bottom: 1rem;
}

.slide-bullet-heading {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
}

.slide-bullet-items {
  padding-left: 1rem;
  margin-top: 0.25rem;
}

.slide-bullet-item {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  color: #555;
}

.slide-image-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.slide-image {
  width: 85%;
  height: 85%;
  object-fit: cover;
  border-radius: 4px;
}

.slide-placeholder {
  width: 100%;
  height: 100%;
}
.diamond-layout {
  background: linear-gradient(to bottom, #fff1f1, #fff);
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.diamond-title {
  font-size: 1.2rem;
  font-weight:600;
  color: #222;
  margin-bottom: 0.75rem;
  text-align: center;
}

.diamond-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0.5rem;
}

.diamond-card {
  border-radius: 10px;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(102, 102, 102, 0.66);
}

.diamond-heading {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.diamond-list {
  padding-left: 1rem;
  margin: 0;
  list-style: disc;
  color: #555;
  font-size: 0.8rem;
}

.diamond-list-item {
  margin-bottom: 0.25rem;
}

.title-image-container {
  background: #fff9f1;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  box-sizing: border-box;
}

.title-image-body {
  display: flex;
  height: calc(100% - 2.2rem);
}

.title-image-left {
  width: 35%;
  display: flex;
  box-sizing: border-box;
}

.title-image-img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  border-radius: 4px;
}

.title-image-placeholder {
  width: 100%;
  height: 100%;
}

.title-image-right {
  width: 80%;
  padding-right: 1rem;
  box-sizing: border-box;
}

.title-image-ul {
  list-style: disc;
  margin: 0;
  padding-left: 1rem;
  color: #666;
  font-size: 0.8rem;
}

.title-image-li {
  margin-bottom: 1rem;
}

.title-image-heading {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.25rem;
}

.title-image-sublist {
  list-style: circle;
  margin: 0;
  padding-left: 1rem;
}

.title-image-subitem {
  margin-bottom: 0.25rem;
}
.title-head {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 1rem;
}

.title_slide-box {
  background: #f1faff;
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  box-sizing: border-box;
}

.title_slide-head {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 1rem;
}

.title_slide-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(75% - 2.2rem);
}

.title_slide-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.title_slide-heading {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.title_slide-item {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 0.25rem;
}

.gradient-box {
  background: linear-gradient(to right, #fbe9ff, #fff7fb);
  border-radius: 8px;
  padding: 1rem;
  height: 100%;
  box-sizing: border-box;
}

.title-center {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 1rem;
}

.sales-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.sales-bullet {
  width: 20px;
  height: 20px;
  background: #d7a7f5;
  clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%, 15% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

.sales-heading {
  font-size: 0.9rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.25rem;
}

.sales-list {
  padding-left: 1rem;
  margin: 0;
}

.sales-list-item {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}


  @keyframes spin { to { transform: rotate(360deg); } }
  

  .welcome-box {
    background: linear-gradient(135deg, #FFE6F0, #FAF7FF);
    border-radius: 8px;
    padding: 2rem;
    position: relative;
    height: 100%;
    box-sizing: border-box;
  }
  .welcome-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
  }
  .circle-top-left {
    width: 120px;
    height: 120px;
    top: -30px;
    left: -30px;
    background: radial-gradient(circle, #C3A5FF, #E4D1FF);
  }
  .circle-bottom-right {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
    background: radial-gradient(circle, #AAB6FF, #D8E0FF);
  }
  .welcome-heading {
    text-align: center;
    margin-bottom: 1rem;
  }
  .welcome-title {
    font-size: 2.2rem;
    color: #222;
    margin: 0;
  }
  .welcome-body {
    font-size: 1rem;
    color: #333;
  }
  .welcome-image {
    float: right;
    margin: 0 1rem 1rem 1rem;
    overflow: hidden;
    border-radius: 0.75rem;
  }
  .welcome-img {
    max-width: 400px;
    max-height: 302px;
    border-radius: 0.5rem;
  }
  .welcome-image.placeholder {
    width: 400px;
    height: 302px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #DEE2E6;
  }
  .welcome-list {
    padding-left: 1rem;
    margin: 0;
  }
  .welcome-group-heading {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .welcome-sublist {
    padding-left: 1rem;
    margin-top: 0.25rem;
  }
  .welcome-list-item {
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }
  .pointer-container {
    background: linear-gradient(to bottom, #FFF1F1, #fff);
    border-radius: 8px;
    padding: 1rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .pointer-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    margin-bottom: 0.75rem;
  }
  .pointer-content {
    flex: 1;
  }
  .pointer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pointer-group {
    margin-bottom: 1rem;
  }
  .pointer-heading {
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.25rem;
  }
  .pointer-items {
    list-style: disc;
    padding-left: 1rem;
    margin: 0;
  }
  .pointer-item {
    font-weight: 400;
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 0.25rem;
  }



  .main-content {
    border-radius: 8px;
    padding: 15px;
    background: #fafafa;
  }
  .module-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e8ed;
    flex-shrink: 0;
  }
  .header-section {
      margin-bottom: 12px;
  }
  .drop-section {
      border-bottom: 1px solid #dee2e6;
  }  
  .action-buttons {
    position: relative !important;
    bottom:0px !important;
    left:0
  }  
  .controls-section {
    gap: 15px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
  }  
  .search-input input {
    border: 1px solid #d1d5db;
    min-width: 330px;
    font-size: var(--font-small);
  }  
  .dropdown-sub-toggle {
      background-color: white;
      border: 1px solid #d1d5db;
      color: #374151;
      border-radius: 6px;
      font-size: var(--font-small);
      display: flex;
      align-items: center;
      justify-content: between;
  }
  .info-text {
      color: #212529;
      font-size: var(--font-small);
  }  
  .time-period {
      margin-bottom: 10px;
  } 
  .time-period-header {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 10px 0;
      color: var(--primary);
      font-weight: 500;
      font-size: var(--font-small);
  }  
  .time-period-header i {
      margin-right: 8px;
      transition: transform 0.2s;
  }  
  .time-period-header.collapsed i {
      transform: rotate(-90deg);
  }  
  .document-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 10px;
      padding: 0px 0px 0px 20px;
  }  
  .document-card {
      background: white;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      padding: 20px;
      position: relative;
  }  
  .document-card:hover {
    border-color: #6366f1;
  }
  .document-icon {
      color: #dc3545;
      font-size: 24px;
      margin-right: 12px;
  }  
  .document-header {
      display: flex;
      align-items: flex-start;
      margin-bottom: 5px;
  }  
  .document-title {
      font-weight: 600;
      color: #212529;
      font-size: var(--font-small);
      line-height: 1.4;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      word-break: break-word;
      overflow: hidden;
  }  
  .document-category {
      color: #6c757d;
      font-size: var(--font-small);
      margin-bottom: 8px;
      display: flex;
      align-items: center;
  }  
  .document-category i {
      margin-right: 5px;
  }  
  .video-count {
      display: inline-block;
      background-color: #f8f8f8;
      color: var(--primary);
      padding: 4px 12px;
      border-radius: 4px;
      font-size: var(--font-xssmall);
      border:1px solid var(--primary);
      font-weight: 500;
  } 
  span.assessment-count {
      background: #f1f1f1;
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 6px 12px;
      border-top-left-radius: 8px;
      color: #000000;
      transition: all .3s ease-in-out;
  } 
 .mentor-card.newDsgn.assessmentcard:hover span.assessment-count {
      background: var(--primary);
      color: #fff;
  }
  .assessment-thumb{
    display:flex;
    align-items:center;
    justify-content:center;
    height:160px;
    border-radius:12px;
    color:#fff;
    font-size:2rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}
.assessment-thumb.thumb-color-1{background:linear-gradient(135deg,#7B5CFB,#5FC3E4);}
.assessment-thumb.thumb-color-2{background:linear-gradient(135deg,#FF6CAB,#7366FF);}
.assessment-thumb.thumb-color-3{background:linear-gradient(135deg,#F7B42C,#FC575E);}
.assessment-thumb.thumb-color-4{background:linear-gradient(135deg,#17EAD9,#6078EA);}
.mentor-card.newDsgn.assessmentcard.mb-0{
  margin-bottom: 0px !important;
}
  .video-count.danger {
      color: var(--bs-danger);
      border-color:var(--bs-danger);
      background-color: #fff1f1;
  }  
  .video-count.success {
      color: var(--bs-success);
      border-color:var(--bs-success);
      background-color: #f7fffb;
      
  }
  .video-count.warning {
      color: var(--bs-warning);
      border-color:var(--bs-warning);
      background-color: #fffcf2;
  }
  .collapse {
      transition: height 0.35s ease;
  }
  .page-content-body {
    padding: 0px 20px 0px 10px;
  }
  .drop-box {
    gap: 15px;
  }
 @media only screen and (max-width:991px){
    .controls-section .search-input input {
        margin-bottom: 4px;
        width: 100%;
    }
    .header-section .action-buttons{
      display: block;
    }
    .page-content-body {
      padding: 0px 10px 0px 10px;
    }
  }


.checkbox-wrapper{
  display: flex;
}
.checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: var(--font-xssmall);
  user-select: none;
  position: relative;
  min-width: 23px;
  min-height: 23px;
}
.custom-checkbox .checklabel{
  padding-left: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 23px;
  width: 23px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.custom-checkbox.disabled .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 23px;
    width: 23px;
    background-color: #888888;
}
.custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: scale(0) rotate(45deg);
  transition: transform 0.3s ease;
}

.inputCheck:checked + .custom-checkbox .checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
  animation: popIn 0.3s ease forwards;
}

.inputCheck:checked + .custom-checkbox .checkmark::after {
  transform: scale(1) rotate(45deg);
}
.inputCheck:indeterminate + .custom-checkbox .checkmark {
  background-color: #ffffff; 
  border-color: var(--primary);
}

.inputCheck:indeterminate + .custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(52% - 3px);
  width: 6px;
  height: 2px;
  background-color: var(--primary);
  transform: translateY(-50%);
  border: none;
}
@keyframes popIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.scriptsCard{
    display: flex;
    flex-direction:column;
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 0;
    min-height: 182px;
    margin-bottom: 26px;
    background: rgb(255, 255, 255);
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.scriptsCard .scriptHeader{
    display:flex;
    align-items:center;
    margin-bottom:8px;
}
.scriptsCard .scriptHeader > .scriptFlag{
    margin-left:auto;
}
.scriptsCard .scriptHeader > .scriptFlag > .infoFlag {
    padding: 4px 12px;
    background: #eee;
    border-radius: 3px;
}
.scriptsCard .scriptHeader > .scriptFlag > .infoFlag.success{
    background: var(--bs-success);
    color:#fff;
    border-radius: 50px;
}
.scriptsCard .scriptHeader > .scriptFlag > .infoFlag.generating{
  background: #ffffff;
  color:var(--bs-orange);
  border:1px solid #e6e6e6;
  border-radius: 50px;
}
.scriptsCard .scriptHeader > .scriptFlag > .infoFlag.scriptgenerated{
  background:var(--primary);
  color: #ffffff;
  border: 1px solid var(--primary);
  border-radius: 50px;
}
.scriptsCard .scriptHeader > .scriptFlag > .infoFlag.warning{
    background: var(--bs-warning);
    border: 1px solid  #e6e6e6;
    color:#fff;
    border-radius: 50px;
}
.scriptsCard .scriptHeader > .scriptFlag > .infoFlag.danger{
    background: var(--bs-danger);
    border: 1px solid var(--bs-danger);
    color:#fff;
    border-radius: 50px;
}
.scriptsCard .scriptLeft{
    display:flex;
    align-items:center;
}
.no-video-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  background-color:#fcfcfc;
  border-radius: 8px;
}
.no-video-placeholder .no-video-icon > i{
  color:var(--primary)
}
.no-video-placeholder > p{
  margin-bottom: 0;
  margin-top: 8px;
  font-size: var(--font-xssmall);
  line-height: var(--font-small);
  text-align: center;
}
.script-preview {
  line-height: 1.5;
  color: #666;
  font-size: 14px;
}

.disabled-link {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}
.scriptsCard .scriptLeft .scriptLogo{
    width: 50px;
    height: 50px;
    min-width:50px;
    border: 1px solid #eeee;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 16px;
    color: var(--primary);
    margin-right: 8px;
}
.scriptsCard .scriptLeft .scriptName .scriptCat{
    display:flex;
    align-items:center
}
.scriptsCard .scriptLeft .scriptName .scriptCat > i{
    margin-right:4px;
}
.scriptsCard .scriptLeft .scriptName .scriptCat > p{
    margin:0;
    font-size:var(--font-xssmall)
}
.scriptsCard .scriptLeft .scriptName > h5{
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.scriptsCard  .scriptBody{
    border: 1px solid #e1e1e1;
    position: relative;
    z-index: 0;
    margin-bottom: 8px;
    background: #f8f8f8;
    padding: 8px;
    border-radius: 8px;
    display: flex;
} 

.scriptsCard  .scriptBody .view_inpara{
    color:var(--primary);
    text-decoration:none;
    font-size:var(--font-xssmall);
}
  .scriptsCard  .scriptBody > div > p.script-preview {
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: var(--font-xssmall);
    transition: all 0.4s ease;
}        
.scriptsCard  .scriptBody > div > p.script-preview.expanded {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
    transition: all 0.4s ease;
}
.scriptsCard .scriptActions{
    display:flex;
}
.scriptsCard .scriptActions .scriptActBtn{

}
.scriptActions .scriptActBtn > a, .scriptActions .scriptActBtn .a_btn{            
    display: inline-flex;
    border: 1px solid #eee;
    align-items: center;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: var(--font-xssmall);
    color: var(--heading-font-color);
    transition:all .3s ease-in-out;
}
.scriptActions .scriptActBtn .a_btn{   
  background: var(--bs-success);
  color: #ffffff;
}
.scriptActions .scriptActBtn > a:hover, .scriptActions .scriptActBtn .a_btn:hover{            
    background: var(--primary);
    color:#fff;
    border-color:var(--primary);
}
.scriptActions .scriptActBtn > a > i, .scriptActions .scriptActBtn .a_btn > i{
    margin-right:4px;
    font-size:calc(var(--font-xssmall) - 1px)
}
.scriptActions .scriptActBtn > a.movetobin{   
    color:var(--bs-danger)
}
.scriptActions .scriptActBtn > a.movetobin:hover{            
    background:var(--bs-danger);
    color:#ffffff;
    border-color:var(--bs-danger);
}

.scriptsCard .scriptVideo{
    min-width: 120px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    min-width: 140px;
    margin-left: 5px;
    margin-left: auto;
    max-width: 140px;
    transform: translateX(5px);
    margin-right: 5px;
}
.scriptsCard .scriptVideo .videoTumbnail {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.scriptsCard .scriptVideo .videoTumbnail > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    transition: all .3s ease-in-out;
    transform: translateX(-100%);
}
.scriptsCard .scriptBody:hover .scriptVideo .videoTumbnail > a {
  transform: translateX(0%);
}
.scriptsCard .scriptVideo .videoTumbnail > a:before {
    background: linear-gradient(45deg, var(--primary), var(--primaryDark));
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    opacity: .5;
}
.scriptsCard .scriptVideo .videoTumbnail a > i {
    z-index: 1;
}
/* To be Generate Video */

.info-icon {
    color: var(--bs-warning);
    cursor: pointer;
    vertical-align: middle;
}
.document-checkbox-input {
    width: 18px;
    height: 18px;
}

.fixed-bottom-bar {
    background: #fff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 15px;
    z-index: 1050 !important;
    position: fixed;
    bottom: 0;
    left: 230px;
    right: 0;
}
.nav-sm .page-content .fixed-bottom-bar{
    left: 80px;
}
@media only screen and (max-width:991px){
    .fixed-bottom-bar {
        left: 0px;
    }    
}

.selection-content {
    width: 100%;
}

.selection-basic-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.selection-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #495057;
    flex: 1;
}

.selection-info i {
    color: var(--primary);
    font-size: 1.2em;
}

.basic-actions {
    display: flex;
    gap: 10px;
}

.selection-options {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}

.selection-options .form-label {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.selection-options .form-control,
.selection-options .form-select {
    font-size: 0.875rem;
}

.document-card.selected {
    border-color: #00ff6b;
    background-color: #f3fff2;
}

.document-card {
    cursor: pointer;
    transition: all 0.2s ease;
}
.document-card:hover {
    border-color: var(--primary);
    box-shadow: 0 0px 21px -12px var(--primary);
}
.document-card.selected:hover {
    border-color: #00ff6b;
    box-shadow: 0 0px 21px -12px #00ff6b;
}

@media (max-width: 768px) {
    .selection-basic-info {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }    
    .selection-options .row > div {
        margin-bottom: 10px;
    }
}
.modified {
    font-size: var(--font-xssmall);
    color: #fff;
    padding: 0px 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: var(--bs-success);
    font-weight: 400;
    position: relative;
    margin-left: 10px;
    min-height: 15px;
    display: inline-flex;
}
.modified:before {
    content: "";
    position: absolute;
    display: block;
    left: -7px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-right: 7.5px solid #198754;
}
.modified:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}

.option-card {
  transition: all 0.2s ease;
}

.option-card:hover {
  background-color: #f8f9fa;
}

.option-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #6c757d1a;
  color: white;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}

.bg-success .option-label {
  background-color: #fff;
  color: #198754;
}

.table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

.table tbody tr:last-child {
  border-bottom: none;
}

.error-message {
  color: #dc3545;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.no-questions {
  text-align: center;
  padding: 40px;
  color: #6c757d;
}

.filter-section {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

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

.filter-item {
  min-width: 200px;
}

.filter-item label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
/* Homepage */
.cardLink {
    border: 1px solid #eee;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 15px;
    color: var(--primary);
    background:#ffffff;
    position:relative;
    z-index:0;
    overflow:hidden
}
.cardLink:before {
    content: '';
    display: block;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(45deg, var(--primary) 68px, #000000);
    top: 100%;
    left: 0;
    transition: transform 0.5s ease-out;
}
.cardLink:hover:before {
    transform: scale(4) translateZ(0);
}
.cardLink:hover .cardLinkIcon i, .cardLink:hover p{
    color: #fff;
}
.cardLink p{
    margin:0px;
    transition:all .5s ease-in-out;
}
.cardLink .cardLinkIcon i{
    font-size: 15px;
    transition:all .5s ease-in-out;
}
.quickcardLink {
  display: flex;
  flex-direction: row;
flex: 0 0 25%;
  align-items: center;
  margin-bottom: 15px;
  color: var(--primary);
  background:#ffffff;
  position:relative;
  color:var(--bs-body-color)
}
.quickcardLink .cardLinkIcon{
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9; 
    margin-right: 5px;
    border-radius: 8px;
}
.quickcardLink .cardLinkIcon img{
  width: 35px;
  height:35px;
  transition: all .3s ease-in-out;
}
.quickcardLink:hover .cardLinkIcon img{
  transform: scale(1.1) rotate(10deg);
}
.quickcardLink .cardLinkIcon.video{
  background: #eeeefb; 
}
.quickcardLink .cardLinkIcon.flashcard{
  background: #F9EEFB; 
}
.quickcardLink .cardLinkIcon.assessment{
  background: #E6FEF1; 
}
.quickcardLink .cardLinkIcon.ppt{
  background: #FFDECB; 
}
.quickcardLink h5{
  transition: all .3s ease-in-out;
}
.quickcardLink:hover h5{
  color: var(--primary)
}
.statisticsCard {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 8px;
    margin-bottom:15px;
}
.statisticsCard .statisticsIcon i {
    font-size: 15px;
    margin-right: 5px;
}
.statisticsCard .statisticsIcon{
    margin-bottom: 8px;
}
#custom-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
}
.legend-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 6px;
}
.legend-item.disabled {
    opacity: 0.4;
}
.videocardNew{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--bs-border-color);
}
.videocardNew .checkbox-wrapper{
    position: absolute;
    bottom: 10px;
    right: 12px;
    z-index: 1;
}
.videocardNew .videoThumbnail .ic_icon {
    position: absolute;
    top: 9px;
    left: 10px;
    background: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease-in-out;
}
.videocardNew:hover .videoThumbnail .ic_icon, .videocardNew.active .videoThumbnail .ic_icon  {
    transform:translateY(-200px);
    opacity:0
}
/* .videocardNew .videoData{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(45deg, #000000, transparent);
    backdrop-filter: blur(3px) opacity(4);
    padding: 8px 10px;
    padding-right: 50px;
    color: #fff;
} */
 .videocardNew .videoData{
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #ffffff;
    backdrop-filter: blur(3px) opacity(4);
    padding: 10px 10px;
    padding-right: 50px;
    /* color: #fff; */
}
.videocardNew .videoData.homedesign{
  padding-right: 10px;
}
.videocardNew .videoData h5{
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.videocardNew .videoData ul {
    padding-left: 0;
    list-style: none;
    /* transform: translateY(50px); */
    /* max-height: 0;
    overflow: hidden; */
    /* margin-bottom: -6px; */
    margin-bottom: 0px;
    transition: all 0.4s ease-in-out;
}

/* .videocardNew:hover .videoData ul {
    margin-bottom: 3px;
    max-height: 100px;
    overflow: visible;
    transform: translateY(0);
} */
.videocardNew .videoData ul > li{
    margin-bottom:0px;
    font-size:var(--font-xssmall);
    position:relative;
    padding-left:20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.videocardNew .videoData ul > li:not(:last-child){
    margin-bottom:2px;
}
.videocardNew .videoData ul > li > i{
    position:absolute;
    left: .5px;
    top: 2.5px;
    transition: all .3s ease-in-out;
}
.videocardNew .videoThumbnail{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.videocardNew .videoThumbnail:before{
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0 0 0 / 91%) 19px 26px, rgb(0 0 0 / 11%));
  position: absolute;
  left:0;
  top:100%;
  transition: all .2s ease-in-out;
}
.videocardNew:hover .videoThumbnail:before, .videocardNew.active .videoThumbnail:before{
  top:0%;
}
.videocardNew.active .videoThumbnail{
  overflow: visible;
}
.videocardNew .videoThumbnail .popup-video, .videocardNew.ppt .videoThumbnail .link-ppt{
    position: absolute;
    background: #ffffff;
    color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(500%);
    transition:all .7s ease-in-out;
    opacity:0;
}

.videocardNew .videoThumbnail .popup-video:hover, .videocardNew.ppt .videoThumbnail .link-ppt:hover {
  background: var(--primary);
  color:#ffffff;
    box-shadow: 0px 0px 0px 3px #565add;
}
.videocardNew:hover .videoThumbnail .popup-video, .videocardNew.ppt:hover .videoThumbnail .link-ppt, .videocardNew.active .videoThumbnail .popup-video, .videocardNew.ppt.active .videoThumbnail .link-ppt {
    transform: translateY(0px);
    opacity:1;
}
.videocardNew .videoThumbnail .popup-video > i, .videocardNew.ppt .videoThumbnail .link-ppt > i{
    transition:all .3s ease-in-out;
}
.videocardNew .videoThumbnail .popup-video:hover > i, .videocardNew.ppt .videoThumbnail .link-ppt:hover > i{
    transform:rotate(360deg);
}
@media only screen and (min-width:991px){
  .videocardNew.ppt .videoThumbnail > img{
      max-height: 222px;
      width: 100%;
  }
}

.videocardNew .videoThumbnail .thumb_notification{
  position: absolute;
  background: var(--primary);
  color: #ffffff;
  top:10px;
  right:10px;
  font-size: var(--font-xssmall);
  padding: 4px 8px;
  border-radius: 4px;
}
.videocardNew .videoThumbnail .thumb_notification.draft{
  background: var(--bs-warning);
}
.videocardNew .videoData .main_title {
    display: flex;
    justify-content: space-between;
}
.videocardNew .videoThumbnail .bottom_info{
  background: var(--baseDarkColor);
  position: absolute;
  color: #ffffff;
  bottom:10px;
  right:10px;
  font-size: var(--font-xssmall);
  padding: 4px 8px;
  border-radius: 4px;
}
.videocardNew.ppt .videoThumbnail .bottom_info{
  right:auto;
  left:10px;
}
.videocardNew.homedesign .checkbox-wrapper {
    bottom: auto;
    top: 10px;
    right: auto;
    left: 12px;
    opacity: 0;
    transition: all.3s ease-in-out;
}
.videocardNew.homedesign.iactive .checkbox-wrapper {
    opacity: 1;
}
.videocardNew.homedesign:not(.iactive):hover .checkbox-wrapper {
    opacity: 1;
}

.more-menu {
    width: 200px;
}

/* More Button / Dropdown Menu */
.more {
    margin-top: -8px;
    position: relative;
}
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}
.more-btn{
  display: inline-flex;
  gap: 1.7px;
  flex-direction: column;
  background: none;
  border: 0 none;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 900;
    float: left;
    padding: 0px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
    
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;    
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0 !important;
    overflow: hidden !important;
}

.more-menu-item {
    display: block;
    padding: 0 !important;
}

.more-menu-btn {
    min-width: 100%;
    color: var(--baseDarkColor);
    cursor: pointer;
    display: block;
    font-size: var(--font-xssmall);
    padding: 5px 15px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: var(--primary);
}

.more-menu-item:hover .more-menu-btn {
    color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}








.videocardNew .videoData .popup-video{
    position: absolute;
    top: -10px;
    right: 10px;
    background: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(500%);
    transition:all .7s ease-in-out;
    opacity:0;
}

.videocardNew .videoData .popup-video:hover {
    box-shadow: 0px 0px 0px 3px #565add;
}
.videocardNew:hover .videoData .popup-video, .videocardNew.active .videoData .popup-video {
    transform: translateY(0px);
    opacity:1;
}
.videocardNew .videoData .popup-video > i{
    transition:all .3s ease-in-out;
}
.videocardNew .videoData .popup-video:hover > i{
    transform:rotate(360deg);
}
/* End Homepage */
.publishedppt {
  display: inline-block;
  background-color: #f8f8f8;
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: var(--font-xssmall);
  border:1px solid var(--bs-success);
  font-weight: 500;
}

.publishedppt {
  background: var(--bs-success);
  color: #fff;
  border-radius: 4px;
}

.unpublishedppt {
  background: var(--bs-danger);
  border: 1px solid var(--bs-danger);
  display: inline-block;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: var(--font-xssmall);
  font-weight: 500;
}

.ppt-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.filter-tabs .btn{  
    font-size: var(--font-small);
}
.filter-tabs .btn-check:checked+.btn, .filter-tabs .btn.active, .filter-tabs .btn.show, .filter-tabs .btn:first-child:active, .filter-tabs :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: var(--primary-hover);
    border-color: var(--primary);
}
.filter-tabs .btn-outline-primary {
    --bs-btn-color:var(--baseDarkColor);
}


.custom-tabs {
}
.custom-tabs  .nav-tabs {
  margin: 0 0px;
  margin-bottom: 10px;
}
.custom-tabs .nav-tabs+* {
  margin-top: unset;
}
.custom-tabs .nav-tabs .nav-item{
  position: relative;
  margin-right: 20px;
}
.custom-tabs .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -2px !important;
  width: 0 ;
  height: 2.2px !important;
  background-color: var(--primary);
  border-radius: 0px !important;
  transition: all .3s ease-in-out;
}
.custom-tabs .nav-tabs .nav-link.active::after, .custom-tabs .nav-tabs .nav-link:hover::after {
  width: 100%;
}


.custom-tabs .nav-link {
  cursor: pointer;
  color: #4C4C4C;
  background: transparent;
  padding: 5px 0px !important;
  border: none;
  border-radius: 0;
}

.custom-tabs .nav-link:hover {
  background-color: transparent;
  color: var(--primary);
}

.custom-tabs .nav-tabs .nav-link.active {
  color: var(--primary);
  background: transparent;
}
.mainHeadIcon{
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    margin-right: 10px;
    border-radius: 8px;
}
.mainHeadIcon img {
    width: 40px;
    height: 40px;
    transition: all .3s 
ease-in-out;
}
.mainHeadIcon.video{
  background: #eeeefb;
}
.mainHeadIcon.assessment {
    background: #E6FEF1;
}
.mainHeadIcon.ppt {
    background: #FFDECB;
}
.mainHeadIcon.flashcard {
    background: #F9EEFB;
}
.spinnerLoader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 93%);
    backdrop-filter: blur(2px);
    border-radius: 8px;
}
.spinner-border {
  border: 0.25em solid var(--primary);
  border-right-color: transparent !important;
}
.iconize_btn2 {
    width: 26px;
    height: 26px;
    font-size: 12px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

