@charset "utf-8";
/* CSS Document */

 :root {
 --primary: #003175;
 --secondary: #f46f22;
 --text-color: #2e2e2e;
 --light-grey: #616161;
 --ztc-text-text-4: #f46f22;
 --ztc-text-text-1:#ffffff;

}
body {
	font-family: 'Poppins', sans-serif;
	color: var(--text-color);
	background-color: #f9f9f9;
	font-size:13px;
	color:#6c6c6c;
	overflow-x:hidden;
}
.primary-bg {
	background-color:var(--primary) !important;
}
.bg-secondary {
	background-color:var(--secondary) !important;
}
.light-blue-bg {
	background-color:#e5f0fd !important;
}
.white-bg {
	background-color:#ffffff;
}
.white-box {
	background-color:#ffffff;
	border-radius:10px;
}
.text-white {
	color:#ffffff;
}

.light-blue-bg {
	background-color:#69F;
}
.btn-primary {
	background-color:var(--primary);
	border:none;
	min-width:200px;
}
.btn-primary:hover, .btn-primary:focus, .btn.primary-bg:hover, .btn.primary-bg:focus {
	background-color:var(--secondary) !important;
}
.btn-secondary {
	background-color:var(--secondary);
}
 .btn-secondary:hoer, .btn-secondary:focus {
 background-color:var(--primary);
 border:none;
}
.btn-outline-primary {
	border:1px solid var(--primary) !important;
}
.btn-outline-secondary {
	border:1px solid var(--secondary) !important;
}
.border-primary {
	border:1px solid var(--primary) !important;
}
.border-secondary {
	border:1px solid var(--secondary) !important;
}
.shadow {
 box-shadow: 0 .0rem .9rem rgba(0, 0, 0, 0.20) !important;
}

 button.no-bg-bdr{
	background-color:transparent;
	border:none;
	padding:0;
	margin:0;
	
}

a {
	text-decoration:none;
	color:var(--primary);
}
a:hover {
	text-decoration:none;
	color:var(--secondary);
}
.text-primary {
	color:var(--primary) !important;
 transition:ease-out .3s all;
}
a.text-primary:hover, .text-primary a:hover {
	color:var(--secondary) !important;
}
.text-secondary {
	color:var(--secondary) !important;
 transition:ease-out .3s all;
}
a.text-secondary:hover, .text-secondary a:hover {
	color:var(--primary) !important;
}
.login-wrapper {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.login-box {
	background: #fff;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
	height: 100vh;
}
.login-left {
	background-color: #fbf8fd;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10rem 5rem 0 5rem;
	height: 100%;
}
.login-left img:first-child {
	max-width: 386px;
	margin-bottom: 1.5rem;
}
.login-left img {
	max-width: 100%;
	height: auto;
}
.login-right {
	padding: 3rem 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-right h2 {
	font-weight: 700;
	color: var(--text-color);
}
.form-control:focus {
	border-color: var(--secondary);
	box-shadow: none;
}

.orange-bdr-b{
	border-bottom:4px solid var(--secondary) !important;
	
}


.btn-login {
	background-color: var(--secondary);
	color: #fff;
	width: 100%;
	padding: 0.75rem;
	font-weight: 600;
	border-radius: 100px;
}
.btn-login:hover {
	background-color: #e05f14;
}
.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}


.section-box.primary-bg .form-check-input:checked {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
}

.section-box.primary-bg .form-check-input:focus{
	box-shadow: 0 0 0 .25rem rgba(244, 11, 34, .20) !important;
}

.text-small {
	font-size: 0.875rem;
}
.form-icon {
	position: absolute;
	left: -1px;
	top: 70%;
	transform: translateY(-50%);
	color: var(--light-grey);
}
.form-icon-security {
	position: absolute;
	left: 1rem;
	top: 70%;
	transform: translateY(-50%);
	color: var(--light-grey);
}
.form-group {
	position: relative;
	margin-bottom: 1rem;
}
.form-control {
padding: .675rem .75rem;
padding-left: 3rem;
font-size:.9rem;
color:#686a6c;
}


.form-select{
	color:#686a6c;
}

.btn {
 transition:.3s ease-out all;
}
.btn:focus, .btn:hover {
	background-color:var(--primary) !important;
	color:#ffffff;
}
.txt-32 {
	font-size:2rem; /*1rem= 32px */
}
.txt-26 {
	font-size:1.5rem; /*1rem= 24px */
}
.txt-16 {
	font-size:1rem; /*1rem= 16px */
}
.txt-18 {
	font-size:1.2rem; /*1rem= 20px */
}
.txt-20 {
	font-size:1.9rem;
}
.txt-24 {
	font-size:1.4rem;
}
.bold {
	font-weight:bold;
}
.grey-color {
	color:#aeaeae;
}
.txt-primary {
	color:var(--primary);
}
.text-orange {
	color: #f46f22;
}
.btn-orange {
	background-color: #f46f22;
	color: #fff;
	border: none;
}
.btn-orange:hover {
	background-color: #d75b1b;
}
.txt-secondary {
	color:var(--secondary);
}
.primary-link {
	color:var(--primary);
 transition:.3s ease-out all;
}
.primary-link:hover {
	color:var(--secondary);
	text-decoration:none;
}
.font-weight-600 {
	font-weight:600;
}
/***************** Home page styles**********************/


.bell {
	height:1rem;
	width: 1rem;
	display:inline-flex;
	border-radius:100%;
	position:absolute;
	background-color:#22c55e;
	top:10px;
	right:8px;
	z-index:100;
}
.notification-wrapper {
	position: relative;
	display: inline-block;
}
/* Bell Swing Animation */
.bell-icon {
	font-size: 24px;
	color: #f74f67;
	animation: bellRing 2s infinite;
	transform-origin: top center;
}
/* Bubble Positioning */
.bell-bubble {
	position: absolute;
	top: -30px;
	right: -8px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Ping ring */
.ping-ring {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f74f67;
	border-radius: 9999px;
	animation: ping 1.5s infinite;
	opacity: 0.75;
}
/* Actual Bubble Count */
.bubble-count {
	position: relative;
	background-color: #f74f67;
	color: white;
	width: 20px;
	height: 20px;
	font-size: 12px;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/* Keyframes for bell ring */
@keyframes bellRing {
 0% {
transform: rotate(0);
}
 15% {
transform: rotate(-15deg);
}
 30% {
transform: rotate(15deg);
}
 45% {
transform: rotate(-10deg);
}
 60% {
transform: rotate(10deg);
}
 75% {
transform: rotate(-5deg);
}
 100% {
transform: rotate(0);
}
}

/* Keyframes for ping effect */
@keyframes ping {
 0% {
 transform: scale(0.8);
 opacity: 1;
}
 80%, 100% {
 transform: scale(1.8);
 opacity: 0;
}
}
.notification-bell svg {
	font-size: 40px;
	color: #ff5722;
	animation: shake 1s infinite;
	transform-origin: top center;
	display: inline-block;
}
.wrapper {
	display: flex;
	min-height: 100vh;
}
.sidebar {
	width: 250px;
	background-color: var(--primary);
	color: #fff;
	transition: width 0.3s, left 0.3s;
	overflow: hidden;
}
.sidebar.collapsed {
	width: 80px;
}


/***********when collapsed Sub menu*********/
.sidebar.collapsed .show{
	display:none;
}

.sidebar.collapsed:hover .show{
	display:block;
}

/*******************************************/

.eLearning-logo {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	background-color:#201866;
}
.eLearning-logo img {
	width: 40px;
	height: auto;
	margin-right: 10px;
}
.sidebar.collapsed .eLearning-logo {
	display:block;
	text-align:center;
}
.sidebar.collapsed .eLearning-logo img {
	margin-right:0;
}
.eLearning-logo div {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
}
.eLearning-logo div span {
	font-size:1.3rem;
	text-align:left;
	color:#6a77ad
}
.sidebar.collapsed .eLearning-logo div {
	display: none;
}
.sidebar .user {
	text-align: center;
	padding: 1rem 1rem;
	transition: opacity 0.3s ease;
}
.sidebar.collapsed .user h6, .sidebar.collapsed .user small {
	display: none;
}
.sidebar .user img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color:#524a9b;
	border:5px solid #524a9b
}
.sidebar.collapsed .user img {
	width: 55px;
	height: 55px;
}
.sidebar .user .designation {
	color:#44a5f0 !important;
	margin:0 auto;
	max-width:170px;
	display:flex;
	justify-content:center;
}
.sidebar .nav {
	padding:0 25px;
}
.sidebar.collapsed .nav {
	padding:0 0;
}
.sidebar .nav-link {
	color: #fff;
	padding: 0.75rem 1rem;
	display: flex;
	align-items: center;
	transition: background 0.3s;
	position:relative;
	border-radius:10px;
 transition:.3s ease-out all;
 margin-bottom:.3rem;
}
.sidebar .nav-link:hover i {
	color:#ffffff;
}
.sidebar.collapsed .nav-link, .sidebar.collapsed .nav-link:hover {
	border-radius:0;
}
.sidebar .nav-link svg, .sidebar .nav-link svg path {
	width:24px;
	height:auto;
	fill: #a2b0e5;
	outline:#a2b0e5;
	margin-right:10px;
}
.sidebar .nav-link:hover svg, .sidebar .nav-link.active svg, .sidebar .nav-link:hover svg path, .sidebar .nav-link.active svg path {
	fill: #ffffff;
	outline:#ffffff;
}
.sidebar.collapsed .nav-link {
	display:block;
	/*text-align:center;*/
	width:100%;
	color:#a2b0e5;
 padding: 0.75rem 1rem .75rem 1rem;
}

.sidebar.collapsed .nav-link svg{
	margin-left:10px;
	
	
}
 .sidebar .nav-link::before {
 background-color: var(--secondary);
 border-radius:10px;
 position:absolute;
 height:50px;
 width:11px;
 background-color:var(--secondary);
 left:-28px;
 top:0px;
 content:'';
 opacity:0;
 transition:.3s ease-out all;;
}
.sidebar .nav-link:hover, .sidebar .nav-link.active {
	background-color: var(--secondary);
}
 .sidebar .nav-link:hover::before, .sidebar .nav-link.active::before {
 opacity:1;
}
.sidebar .nav-link i {
	margin-right: 10px;
	min-width: 20px;
	text-align: center;
	margin-top:8px;
	position: absolute;
	right: 0;
	color:#a2b0e5;
	font-size:12px;
 	transition:.3s ease-out all;
}

.sidebar .nav-link[aria-expanded="true"] i {
	transform:rotate(180deg);
}
.sidebar.collapsed .nav-link span, .sidebar.collapsed .nav-link i {
	font-size:0;
}

.sidebar.collapsed:hover .nav-link{
	padding:.75rem .2rem !important;
	
	}

.sidebar.collapsed:hover .nav-link span, .sidebar.collapsed:hover .nav-link i {
	display:none;
}


.sidebar.collapsed:hover{
	/*width:250px;*/
}


.sidebar.collapsed:hover .nav-link{
	font-size:inherit;
	 padding: 0.75rem 1rem !important;
	 text-align:left;
	 color:#ffffff;
	 
}

.sidebar.collapsed:hover .nav-link span, .sidebar.collapsed:hover  .nav-link i{
	font-size:inherit;
}

.sidebar .sidebarSubMenu {
	border:1px solid #201866;
	background-color:#201866;
	border-radius:5px;
	margin:.5rem 0;
	padding:0;
}
.sidebar .sidebarSubMenu .nav-link {
	background-color:transparent;
	border-bottom:1px solid #352c86 !important;
 padding:.6rem;
	border-radius:0;
	margin-bottom:0;
}
.sidebar .sidebarSubMenu .nav-link:hover {
	color:var(--secondary);
}
 .sidebar .sidebarSubMenu .nav-link::before {
 width:0;
 height:0;
}
.main-content {
	flex: 1;
	padding:0 0px;
	margin-left: 0;
	transition: all 0.3s ease;
'   overflow-x:hidden;
}

.main{

	min-height:78vh;
	
}


/***************Top bar start ******************/
.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.topbar .full{
	display:none;	
}


.topbar.active .full{
	display:block
	
}

.topbar.active .open{
	display:none;
	
}

.topbar li{
	 position:relative;
	 display:inline-block;
	 list-style:none;
	}
.topbar a {
	color:#3f3e3e;
 transition:.3s ease-out all;
}
.topbar a i {
	font-size:12px;
}


.topbar a:hover, .topbar a:focus, .topbar a.active {
	color:var(--secondary);
}

.topbar li .topSubMenu{
	position:absolute;
	z-index:300;
	width:200px;
	border-radius:5px;
	padding:.5rem 0rem;
	box-sizing:border-box;
	background-color:#ffffff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 20px;
	top:50px;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	visibility:hidden;
	opacity:0;
	left:0;
}
	

.topbar li .topSubMenu a{
	padding:.7rem .5rem;
	font-size:.9rem;
	display:block;
	transition:ease-out all .3s;
	border-left:5px solid #ffffff;
	
}

.topbar li .topSubMenu a:hover{
	background-color:#ececed;
	border-left:3px solid var(--secondary);
	color:var(--secondary);
	
}

.topbar li:hover .topSubMenu{
	opacity:1;
	visibility:visible;
	top:30px;
	display:block;

}





.topbar .search-box input {
	border:none;
	border-radius: 25px;
	padding: 0.6rem 1rem;
	width: 400px;
	background-color:#f1f1f1;
	font-size:14px;
}
.topbar .search-box input:focus {
	outline:1px solid var(--secondary)
}
.searchIconPos {
	position:absolute;
	top:10px;
	right:10px;
	color:#9b9b9b;
}
.tobpright-icon svg {
	color:var(--primary);
	width:25px;
	height:auto;
}
.topbar .menu-toggle {
	background: none;
	border: none;
	font-size: 1.25rem;
	margin-right: 1rem;
	display: inline-block;
	color: var(--primary);
}

.topbar-dropdown-toggle {
  background: none;
  border: none;
  font-size: 1.5rem;
  margin-left: 1rem;
  color: var(--primary);
}



/***************Top bar end******************/

.card-section {
	margin-top: 20px;
}
.card-custom {
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	background: #fff;
	padding: 1.5rem;
}
.theme-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.theme-box .text h4 {
	color: var(--secondary);
	font-weight: 700;
}
.book-bank {
	background: #080868;
	color: #fff;
	border-radius: 12px;
	padding: 1.5rem;
}
.eLearning-logo {
	background-color:#201866;
	text-align:center;
	display:flex;
	justify-contern:center;
	align-item:center;
}




.book-box {
  border:1px solid #40449b;
  color: white;
}
.book-box i {
  color: #f46f22;
}

.bookBank-icon{
	border-radius:5px;
	background-color:#3d429e;
	padding:10px 12px 10px 12px;
	margin:0 0 10px 0;
	display:inline-block;
	
}

.bookBank-title{
	font-size:1rem;
	position:relative;
	
}

.bookBank-title a::before{
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	height:1px; 
	width:0;
	background-color:var(--secondary);
	transition:ease-out all .3s;
}

.bookBank-title a{
	color:#ffffff;	
}

.bookBank-title a:hover::before{
	width:98%;
	
}

.book-box small{
	color:#86aeda;
}


.carousel-item p{
	padding-right:1rem;
	
}

.carousel-item button{
	min-width:20rem;
	margin-top:1rem;
	font-size:1.1rem;
	text-transform:uppercase;
	padding:1rem 0;
	
}



 .learning-card {
      flex: 1 1 180px;
      border: 1px solid #ddd;
      border-radius: 6px;
      overflow: hidden;
      background-color: #fff;
      text-align: center;
      transition: 0.3s ease;
	  position:relative;
    }
	
	 .learning-card::after {
		position:absolute;
		top:0;
		left:0;
		content:'';
	height:6px;
	background-color:var(--primary);
	width:0;
 transition:ease-out all .3s;
}
 .learning-card:hover::after {
 width:100%;
}
.learning-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-top-bar {
	height: 6px;
	background-color: #f46f22; /* Secondary color */
}
.learningicon-box {
	width: 48px;
	height: 48px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 20px;
	margin: 1rem auto 0.5rem auto;
}
.learning-title {
	font-weight: 600;
	color: #2e2e2e;
	padding-bottom: 1rem;
	font-size:1.2rem;
}
.section-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	padding: 1rem;
}
.section-heading {
	color: #f46f22;
	font-weight: 500;
	font-size: 1.4rem;
}
.training-table th {
	font-weight: 600;
	color: #2e2e2e;
}
.training-table td {
	padding: 0.5rem 0;
	vertical-align: middle;
}
.status-complete {
	color: #00ba00 !important;
}
.status-start {
	color: var(--secondary) !important;
}
.icon-rounded {
	font-size: 1.2rem;
	margin-right: 5px;
}
.kas-title {
	font-weight: 500;
	color: #ffffff;
	font-size:1.4rem;
	background-color:var(--secondary);
	border-radius:10px 10px 0 0;
	padding:.5rem 0;
}
.kas-subtitle {
	font-weight: 500;
	/*color: #2e2e2e;*/
}
.kas-slider-wrapper {
	position: relative;
}
.kas-slider {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	width:99%;
 	margin-left:.5rem;
	margin-bottom:1rem;
	padding:.8rem 0; 
	box-sizing:border-box;
}
.kas-item {
	flex: 0 0 145px;
	text-align: center;
	scroll-snap-align: start;
	padding: 0.5rem;
	border-right:1px solid #e6e6e6;
}

.kas-item img{
	height:45px;
	
}
.kas-item a {
	color:#6c6c6c;
}
.kas-item i {
	font-size: 1.5rem;
	color: #f46f22;
}
.kas-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
}
.kas-nav.left {
	left: 4px;
}
.kas-nav.right {
	right:4px;
}


.islamic-banking, .abl-library{
	width:48%;
	line-height:28px;
}

.islamic-banking img, .abl-library img{
	width:45px;
	
}



.training-scroll {
	max-height: 440px;
	overflow-y: auto;
}
 .training-scroll::-webkit-scrollbar {
 width: 6px;
}
 .training-scroll::-webkit-scrollbar-thumb {
 background: #ccc;
 border-radius: 10px;
}
.nav-tabs .nav-link {
	white-space: nowrap;
	text-align: center;
	color:var(--primary) !important;
}
.nav-tabs {
	border:none;
}
.nav-link, .nav-item, .nav-tabs .nav-link.hover {
	border:none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color:var(--secondary) !important;
	border:none;
}
 .nav-link:hover:, .nav-link:focus {
 border:none;
}
.fw-semibold {
	color:#6c6c6c;
}
.userPic {
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:65px;
	height:65px;
	border-radius:50%;
	text-align:center;
	padding:7.5px 0 0 2px;
	box-sizing:border-box;
}



.classified{
	position:relative;
	transition:ease-out all .3s;
}

.classified img{
	margin:.6rem 0;
	
}



.classified::before{
	position:absolute;
	z-index:0;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	background-color:var(--primary);
	content:'';
	transition:ease-out all .3s;
	border-radius:10px;
}

.classified:hover::before{
	height:100%;
}

.classified:hover .text-dark, .classified:hover .text-muted{
	color:#ffffff !important;
}



   .search-wrapper {
      background-color: #ffffff;
      border-radius: 10px;
      padding: 0.8rem;
      margin-bottom: 2rem;
    }
	
	.search-wrapper input, .search-wrapper select{ 
		border:1px solid #ffffff !important;
		border-radius:5px;
		transition:.3s ease-out all;
	}
	
	.search-wrapper input:focus, .search-wrapper select:focus{
		outline:none !important;		
		border:1px solid var(--secondary) !important;
		
	 }
	
	.search-wrapper input{
		border-right:1px solid #cccccc !important;
		
	}
	
	.search-wrapper button{
		background-color:var(--secondary);
		
		border:none;
		
		}

    .classified-tile {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 0rem;
      text-align: center;
      transition: box-shadow 0.2s;
    }
    .classified-tile:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .classified-tile img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      border-radius: 0px;
    }
	
.trending-text .text-top {
  border-bottom: 1px solid #eeeeee;
}

 .custom-pagination .page-item {
    margin: 0 5px;
  }

  .custom-pagination .page-link {
    border: none;
    background: transparent;
    color: #828282;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 50%;
    transition: background-color 0.3s ease;
	width: 40px;
	height: 40px;
	text-align:  center;
	transition:ease-out .3s all;
    }

  .custom-pagination .page-item.active .page-link, .page-item:hover, .page-item:hover .page-link{
    background-color: var(--primary); /* Bootstrap Primary */
    color: #fff;
	border-radius: 50%;
  }

  .custom-pagination .prev-next {
    background: none;
    border: none;
    font-weight: 600;
    color: var(--text-primary);
    font-size: 1rem;
    padding: 0 0.75rem;
	width: 40px;
	height: 40px;
	transition:ease-out .3s all;
  }


.z-index-10{
	z-index:10;
	color:#ffffff;
}

.modal-header{
	background-color:var(--primary);
}

.modal-title{
	color:#ffffff;
	
}

.dropdown .tab-content {
	border:none;
}

.dropdown .nav-tabs{
	background-color:var(--secondary);
	
}
.dropdown .nav-tabs .nav-link{
	color:#ffffff !important;
}
.dropdown .nav-tabs .active{
	background-color:#ffffff;
	color:var(--secondary) !important;

	
}


button.btn-close-popup {
	background:none !important;
	border:none !important;
	right:10px;
	top:15px;
	position:absolute;
	
}

.btn-close-popup i{
	color:#ffffff;
	font-size:1.2rem;
	
}

.loungeFilter {
 transition:.3s all ease-out;
}
.loungeFilter:focus {
	border:1px solid var(--secondary) !important;
}

.accordion-item > .accordion-header .accordion-button{	
		color:var(--primary);
		/*background-color:var(--primary);*/
		font-weight:bold;
		font-size:1rem;
	
}


.accordion-item > .accordion-header .accordion-button i{
	margin-right:10px;
	color:var(--secondary);	
}



 .book-img {
      width: 100%;
      height: 160px;
      background-color: #f8f8f8;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #888;
      font-size: 14px;
      border: 1px solid #ddd;
      border-radius: 6px;
	  margin-bottom:10px;
    }
    .category-title {
      background-color:var(--primary);
      color: #fff;
      padding:15px  10px;
      font-weight: bold;
	  border-radius:10px 10px 0 0;
	  margin-bottom:10px;
    }
    .category-list li {
      padding: 6px 10px;
      border-bottom: 1px dotted #ccc;
      font-size: 13px;
    }
    .accordion-button {
      font-size: 1.2rem;
    }
    .book-title {
      font-size: 1rem;
      margin-top: 5px;
      text-align: left;
	  color:var(--secondary);
    }
	
	  .book-category {
      font-size: .9rem;
      margin-top: 5px;
      text-align: left;
    }


 .book-cover {
      max-width: 120px;
    }
    .rating i {
      color: #ccc;
    }
    .rating .active {
      color: #f39c12;
    }
    .accordion-button::after {
      margin-left: auto;
    }
    .borrower-img, .like-img {
     /* max-width: 80px;*/
	 height:250px;
	 margin-bottom:10px;
    }
    .borrower-card, .like-card {
      text-align: center;
    }

.info-block {
      border: 1px solid var(--secondary);
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      transition: 0.3s ease;
	  background-color:#ffffff;
	  position:relative;
	 
    }
	
	
	.info-block  .icon-circle{
		background-color:rgba(244, 132, 34, .2);
		width:120px;
		height:120px;
		border-radius:100%;
		display:inline-block;
		box-sizing:border-box;
		padding-top:45px;
		margin-bottom:.5rem;
		 
		
	}

    .info-block i {
      font-size: 2rem;
      color: var(--secondary);
      margin-bottom: 10px;	 
	 
    }
	
	
    .info-block svg {
      font-size: 2rem;
      color: var(--secondary);
      margin-bottom: 10px;	
	  width:36px; 
	 fill:var(--secondary);
	 
    }

    .info-block:hover {
      background-color: #f8f9fa;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .info-label {
      font-weight: 600;
	  font-size:1rem;
	  color:#333333;
    }
	
	.info-label a {
		color:#333333;
	}
	
	.info-block .courses{		
		margin-top:.5rem;
		color:#6c6c6c;
			
	}
	
	.info-block .courses a{	
		color:#6c6c6c;
	}
	
	.info-block .courses i{		
		font-size:.8rem;
		transition:ease-out all .3s;
		
	}
	
	.info-block .courses:hover i{		
		margin-left:10px;
	}
	
.info-block:hover{
	box-shadow: 0 30px 50px 0 rgb(51 51 51 / .08);
    border-color: transparent !important;
}

.info-block .course-round-shape {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  background: var(--secondary);
  display: block;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;

}
.info-block:hover .course-round-shape{
	transform: scale(1);
}

.info-block .course-dot-shape{
  bottom: -20px;
  right: -20px; 
  color: var(--secondary);
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  position:absolute;
  z-index:1;
}

.info-block:hover .course-dot-shape{
	transform: scale(1);

}


    .team-card {
      border-radius: 15px;     
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
	  border:none;
	 
    }
	
	.team-card .team-img{
		position:relative
		
	}
	
    .team-card img{
      width: 100%;
      height: 330px;
      object-fit: cover;
	  border-radius:10px;
    }
	
	
.team-card .team-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
 transition: all .4s;
}
 .team-card .team-img:hover::after {
 opacity: 0.6;
 visibility: visible;
}
.team-card .card-body {
	background-color:transparent !important;
	padding: 25px 25px;
	margin: 0 32px;
	margin-top: 0px;
	margin-top: -55px;
	position: relative;
	/*box-shadow: 0px 0px 144px 0px rgba(0, 0, 0, 0.1);*/
}
.v-tabs .tab-content {
	padding:1rem 1rem 0 1rem;
}
.nav-pills .nav-link {
	background-color:#f7f7f7;
	border:1px solid #e0e0e0 !important;
	padding:8px;
	color:#2e2e2e;
	font-size:1rem;
	margin-bottom:12px !important;
 transition:.3s ease-out all;
	font-weight:600;
}
.nav-pills .nav-link:last-child {
	margin-bottom:0 !important;
}
.nav-pills .nav-link:hover, .nav-pills .show > .nav-link:hover {
	background-color:var(--secondary);
	border:1px solid var(--secondary) !important;
	color:#ffffff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color:var(--secondary);
	border:1px solid var(--secondary) !important;
}
.tab-content {
	border:1px solid #e5e5e5;
}
.icon-circle {
	display:inline-block;
	width:55px;
	height:55px;
	background-color:#ffffff;
	text-align:center;
	margin-right:5px;
	padding-top:12px;
	border-radius:50%;
}
.grayscale-logo {
	max-height: 120px;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
}
.grayscale-logo:hover {
	filter: none;
	opacity: 1;
}
.share-icon {
	position: absolute;
	top: -1rem;
	right: 1rem;
	background-color: var(--secondary);
	color: white;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.share-icon a {
	position: relative;
}
.share-icon a i {
	color:#ffffff;
	animation:mymove 1s infinite alternate ease-in-out;
	position: relative;
 transition:.3s ease-out all;
}
 @keyframes mymove {
 from {
left: 0px;
}
to {
	left: 2px;
}
}
.contact-name {
	font-weight: bold;
	font-size: 1.1rem;
}
.contact-title {
	color: #444;
}
.contact-detail {
	margin-bottom: 1rem;
	border-bottom:1px solid #ccffcc;
 padding-bottom:.5rem;
}
.breadcrumb-container {
	border-radius: 16px;
	padding: 15px 25px;
	display: flex;
	align-items: center;
	gap: 16px;
   /* background: #fff; box-shadow: 0 6px 8px rgba(0,0,0,0.1);*/
    }
.breadcrumb-icon {
	background-color: var(--primary);
	color: white;
	padding: 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
 font-size: .9rem;
}
.breadcrumb-step {
	color: #333;
 font-size: .8rem;
}
.breadcrumb-separator {
	color: #c4cbd4;
	font-size: 22px;
}
.breadcrumb-step:last-child {
	color: var(--secondary);
	font-weight: 600;
}
.preloader7 {
	background: var(--ztc-text-text-1) !important;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999;
	background-color: var(--ztc-text-text-1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading-container {
	margin: 40px auto;
}
.loading-container, .loading {
	height: 120px;
	position: relative;
	width: 120px;
	border-radius: 100%;
}
.loading {
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-color: transparent var(--secondary) transparent var(--secondary);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}
.preloader7 .loading {
	border-color: transparent var(--secondary) transparent var(--secondary) !important;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}
.carousel-indicators{
bottom:-30px; 
}

.carousel-indicators [data-bs-target]{
background-color:#ccc;
width:10px;
height:10px;
border-radius:100%; 
}

.carousel-indicators .active{
background-color:var(--primary)
}

.sellerInfo h2{
font-size:1.5rem; 
}

.sellerInfo h4{
font-size:1.1rem; 
}

.sellerInfo ul .sellerInfo ul li{
margin:0;
padding:0; 
}

.txt-center{
text-align:center;
}

.btn-min-width{ 
min-width:200px;
}
.sellerInfoIcon{
display:flex;
text-align:center;
margin:10px 0;
justify-content:center;
}
.sellerInfoIcon span{
width:60px;
height:60px;
border-radius:50%;
border:1px solid #cccccc;
display:inline-block;
line-height:65px;
}
.classified-gallery img{
border-radius:10px;
margin:5px 5px;
width:160px;
}
#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 70px;
	width: 60px;
}
 @keyframes rotate-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
/*****************Book Rating****************/
.book-card {
      border: 1px solid #f46f22;     
      padding: 0;
      background: #fff;
      height: 100%;
      display: flex;
      align-items: center;
      box-shadow: 0 1px 2px rgba(0,0,0,0.1);
      transition: transform 0.2s ease;
      position: relative;
    }
    .book-card:hover {
     /* transform: translateY(-5px);*/
    }
    .book-img {
      width: 120px;
      height: 200px;
      object-fit: cover;
      border-radius: 0px;
 margin:0;
 border:none;
    }
    .book-info {
      flex: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .best-seller {
      position: absolute;
      top: 10px;
      left: 10px;
      background: orange;
      color: #fff;
      font-size: 0.75rem;
      padding: 4px 10px;
      border-radius: 5px;
      font-weight: 600;
    }
    .book-title {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 5px;
    }
    .book-category {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 8px;
    }
    .book-price {
      color: var(--primary);
      font-weight: 600;
      margin-bottom: 8px;
    }
    .book-rating {
      color: #f1c40f;
      margin-bottom: 12px;
    }
    .book-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .btn-cart {
      background:var(--primary);
      color: #fff;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: 0.85rem;
    }
    .btn-cart:hover {
      background: var(--secondary)!!important;
    }
   
/*********************************************/
/************Library Tabs***************/


.library-tab .nav-tabs{
                border-bottom:1px solid #dfdfdf;
}
.library-tab .tab-content {
                background-color:#ffffff !important;
                padding:25px 25px !important;
                /*border:none !important;*/
                margin-top:10px;
                border:none !important;
    box-shadow: 0px 10px 30px rgba(33, 5, 5, 0.05);
                border-radius:7px;

                
}

.nav-tabs .nav-link{
                margin-right:10px;
}


.library-tab .nav-link.active{
                background-color:var(--secondary);
                color:#ffffff !important; 
}

.nav-tabs .nav-link:hover{
                background-color:var(--secondary);
                color:#ffffff !important; 
}

.my-btn {
  background-color: orange;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;   /* rounded edges */
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.my-btn:hover {
  background-color: #e68a00;  /* darker orange on hover */
}

.team-card .card-body { 
	padding: 25px 25px;
	margin: 0 0px;
	margin-top: 0px;
	/*margin-top: -55px;*/
	position: relative; 
	}

.learning-title {
	padding-bottom: .5rem;
}
		
.cbt-course-icon{
	display:flex; 
	padding:0 0; 
	text-align:center;
	font-size:1.4rem;
	align-items:center;
	margin-bottom:10px;
	align-self:center;
	justify-content:center;
}

.cbt-course-icon a{ 
	color:var(--secondary);
	padding: 0 10px;
	transition:.3s ease-out all;
}

.cbt-course-icon a:hover{
	color:var(--primary); 
}
	
.btn.btn-quiz:hover{
	border:1px solid var(--secondary)
}

.quiz-qinner{
	border:1px solid var(--primary);
	padding:.35rem .75rem;
	border-radius:6px;
	font-size:1.0rem;
	color:#ffffff;
	background-color:var(--primary) !important;
}

a.bg-primary.quiz-qinner:hover{
	color:#ffffff !important;
	background-color:var(--secondary) !important;
	border:1px solid var(--secondary) !important;
}

.list-view-wrap {
background-color:#ffffff;
padding:0 1rem; 
}

.list-view{
background-color:#ffffff;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
border-radius:5px;
margin:0 15px 5px 15px; 
display:flex;
padding:.7rem 1rem;
justify-content:space-between;
font-size:1.0rem;
color:var(--primary);
}

.list-view a{
color:var(--secondary);
font-size:13px;
min-width:50px;
display:flex;

}
.list-view a i{
margin:3px 0 0 5px; 
}

.list-view a:hover{
color:var(--primvary); 
}

.list-view-wrap .nav-link{
clear:both;
padding:.5rem 1rem !important;
min-width:150px;
background-color:var(--primary);
margin-right:10px;
color:#ffffff !important
}

.list-view-wrap .nav-link.active{
background-color:var(--secondary);
color:#ffffff !important;
}
	


/*****MDC profile style********/

.about-mdc h4{
	font-size: 1.4rem;


}

.about-mdc .menu_head{
	font-size: 1.6rem;
		font-weight: bold;
}

.about-mdc p{
	font-size: 1.2rem;
	font-weight: normal;
}
