
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap');  
  * {
	  margin: 0;
	  padding: 0;
	  box-sizing: border-box;
	   scrollbar-width: thin;
  }
  html {
	  -webkit-font-smoothing: antialiased; /* For WebKit browsers (Chrome, Safari) */
	  -moz-osx-font-smoothing: grayscale; /* For Firefox on Mac OS X */
    }
  html,
  body {
	  height: 100%;
	  box-sizing: border-box;
	  font-family: 'Lato', sans-serif !important;
	  /* font-weight: 400;  */
	  /* font-family: 'Montserrat', sans-serif !important; */
	  color: #0E1426;
  }
  
  body {
	  overflow: hidden !important;
	  text-rendering: optimizeLegibility; /* Enables kerning and optional ligatures */
  }
  
  ul {
	  padding: 0;
	  margin: 0;
	  list-style: none;
  }
  
  a,
  a:hover,
  a:focus,
  a:visited {
	  text-decoration: none;
  
  }
  
  a {
	  color: #0E1426;
  }
  
  .button-sea-green {
	  background-color: #0FB8BF;
	  color: #fff;
  }
  .button-blue{
	background-color: #2B2B6C;
	color: #fff;
  }
  .btn-white{
	background-color: #fff;
	
  }
  a.button-sea-green:hover {
	  color: #fff
  }
  .link-button{
	display: inline-block;
	padding:10px 25px;
	font-size: 1rem;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background: #008CDB;
	box-shadow: 0px 0px 7.2px 0px #34343440;


  }
  .link-button:hover{
	color: #fff;
  }
  .heading-primary{
	font-size: 30px;
	color: #0E1426;
	font-weight: 600;
	margin-bottom: 20px;
  }
  .login-wrapper{
	background: url(../img/banner-bg/bg-banner.png) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
  .wrapper {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  /* background: #bcccc8; */
	 }
  .body-content{
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  padding-top:30px;
	  /* padding-top: 40px; */
	  /* background: #dfd2d2; */
	 }
  .body-flex-1{
	  flex: 1;
	  overflow-y: auto;
	  overflow-x: hidden;
  }
  .topheader {
	  display: flex;
	  flex-direction: column;
	  gap: 25px;
	  /* position: sticky; */
	  width: 100%;
	  /* z-index: 9; */
	  flex: 0 0 auto;
  }
  
  .main-content {
	  flex: 1;
	  overflow-y: hidden;
	  overflow-x: hidden;
	  /* padding-top: 15px; */
  }
  
  .header {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  background: #182750;
	  box-shadow: 0px 0px 23.4px -5px #00000040;
	  height: 50px;
	  width: 100%;
	  padding: 0px 20px;

  }



  .secondary-nav {
	   margin-bottom: 10px !important;

  }
  
  .navbar .menu {
	  width: 100%;
	  display: flex;
	  flex-direction: column;
  }
  
  .sidebar-logo {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  flex-direction: row;
	  margin-bottom: 35px;
  }
  
  .sidebar-logo .sidebar-logo-small img {
	  height: 50px;
	  max-width: 100%;
  }
  
  .close-menu {
	  cursor: pointer;
  }
  
   aside {
	  background: #fff;
	  width: 250px !important;
	  height: 100vh;
	  position: fixed;
	  transition: .3s;
	  left: -250px;
	  top: 0;
	  box-shadow: 0px 20px 30px 0px #0E132626;
	  border-radius: 0 20px 20px 0;
	  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
	  padding: 15px 20px;
	  overflow: hidden;
	  /* z-index: 10; */
	  z-index: 1002;
  }
  
  aside.close {
	  left: 0;
	  transition: .3s;
	  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
  }
  
  .navigation {
	  padding: 0;
	  margin: 0;
	  list-style: none;
  }
  
  .navigation .menu-list:not(:first-child) {
	  margin-top: 15px;
  }
  
  .navigation .menu-list a {
	  color:rgba(63, 112, 183, 1);
	  display: flex;
	  font-weight: 500;
	  font-size: 16px;
	  padding: 8px 14px;
	  gap: 20px;
	  align-items: center;
	  border-radius: 5px;
	  overflow: hidden;
	  position: relative;
	  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
	  border: 1px solid rgba(63, 112, 183, 1);
  }
  
  .navigation .menu-list a.active {
	  background:rgba(63, 112, 183, 1);
	  color: #fff;
	  font-weight: 600;
  }
  
  .navigation .menu-list a:hover {
	  background:rgba(63, 112, 183, 1);
	  color: #fff;
  }
  .navigation .menu-list a img {
	  transition: filter 0.5s ease-in-out;
  }
  .navigation .menu-list a.active img {
	  
	  filter: invert();
  }
  
  .navigation .menu-list a:hover {
	  color: #fff;
  }
  
  .navigation .menu-list a:hover img {
	  filter: invert(1);
  }
  
  .wrapper header.home-screen-header {
	  justify-content: center;
  }
  .postion-relative{
	  position: relative;
  }
  .menu-icon,
  .search-icon {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 35px;
	  height: 35px;
	  border-radius: 5px;
	  border: 1.5px solid #AEAEBC;
	  padding: 10px;
	  cursor: pointer;
	  background-color: #fff;
  }
  
  .menu-icon img,
  .search-icon img {
	  height: 20px;
	  cursor: pointer;
  }
  .header-ict-logo{
	display: flex;
    align-items: center;
    gap: 15px;
    height: 100px;
    background-color: #fff;
    padding: 0 40px;
    justify-content: center;
    border-radius: 0 0 15px 15px;
  }
  .logo-part{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .header-title{
	font-size: 18px;
    font-weight: 600;
    color: #182850;
    margin: 0;
  
  }
  .header-logo img {
	  height: 45px;
  }
  .fixed-logo{
	position: fixed;
    top: 16px;
    left: 25%;
    border-right: 1px solid #dad8d8;
    padding-right: 10px;
    z-index: 999;
    min-width: 200px;
    display: flex;
    justify-content: end;
  }

  .fixed-logo img{
	height: 50px;
  }
  .home-screen {
	position: relative;
	  flex: 1;
	  background: url('https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/banner.png') no-repeat center center;
	  background-size: cover;
  
  }
  
  /* board page css start here */
  .board-card-center-block .main-title{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(33, 89, 168, 1);
    padding: 9px 17px;
    border-radius: 5px;
  }
  .explore-title{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(33, 89, 168, 1);
    padding: 9px 17px;
    border-radius: 5px;
	margin-bottom: 0;
	margin-top: 15px;
  }
  .board-card-center-block p{
	text-align: center;
	font-size: 14px;
	color: hsla(226, 47%, 10%, 1);
  }
  .board-cards-container {
	  display: flex;
	  flex: 1;
	  height: 100%;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-items: center;
	  position: relative;
	  place-self: auto;
	  overflow: auto;
	  margin-top: 0px;
	  gap: 0;

  }
  

  
  .board-cards-container .board-card {
  
	border-radius: 10px;
	position: relative;
	 width: 200px;
	 height: 200px; 
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background:#FCFCFD;
  
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 0 15px
  }

  .board-cards-container .board-card.ib,
  .board-cards-container .board-card.nios,
  .board-cards-container .board-card.state{
	margin-bottom: 0 !important;
  }

  .cbse .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-3.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }
  
  .icse .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-1.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }
  
  .igcse .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-2.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }

   .caie .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-2.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }
  
  .ib .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-4.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }
  
  .nios .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-5.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }

   .ict360 .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-5.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
  }
  
  .state .ribbion {
	background: url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curve-6.png);
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -18px;
    }
    
  
  
  .ribbion {
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 0;
		left: -0.4em;
		border-radius: 10px 10px 0 10px;
		width: 115px;
		height: 45px;
		margin: 0;
		display: flex;
		justify-content: center;
	  }
  
  .ribbion h4{
	margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
  }
  .board-cards-container .board-card:before {
	  content: "";
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  transition: opacity .5s ease-in-out;
  }
  
  .board-cards-container .board-card::after {
	  content: '';
	  width: 100%;
	  height: 5px;
	  position: absolute;
	  bottom: 0;
	  opacity: 0;
	  transition: opacity .5s ease-in-out;
	  border-radius: 10px;
  }
  
  .board-cards-container .board-card.cbse::before,
  .board-cards-container .board-card.cbse::after {
	  background-color: hsla(185, 56%, 59%, 1)
  }
  
  .board-cards-container .board-card.cbse .board-name h4 {
	  color: hsla(185, 56%, 59%, 1);
  }
  
  .board-cards-container .board-card.icse::before,
  .board-cards-container .board-card.icse::after {
	  background-color: hsla(45, 100%, 55%, 1)
  }
  
  .board-cards-container .board-card.icse .board-name h4 {
	  color: hsla(45, 100%, 55%, 1)
  }
  
  .board-cards-container .board-card.igcse::before,
  .board-cards-container .board-card.igcse::after {
	  background-color: hsla(26, 91%, 54%, 1)
  }
   .board-cards-container .board-card.caie::before,
  .board-cards-container .board-card.caie::after {
	  background-color: hsla(26, 91%, 54%, 1)
  }
  
  .board-cards-container .board-card.igcse .board-name h4 {
	  color: hsla(26, 91%, 54%, 1)
  }
  
  .board-cards-container .board-card.ib::before,
  .board-cards-container .board-card.ib::after {
	  background-color: hsla(198, 85%, 59%, 1)
  }
  
  .board-cards-container .board-card.ib .board-name h4 {
	  color: hsla(198, 85%, 59%, 1)
  }
  
  .board-cards-container .board-card.nios::before,
  .board-cards-container .board-card.nios::after {
	  background-color: hsla(214, 86%, 34%, 1)
  }
    .board-cards-container .board-card.ict360::before,
  .board-cards-container .board-card.ict360::after {
	  background-color: hsla(214, 86%, 34%, 1)
  }
  
  .board-cards-container .board-card.nios .board-name h4 {
	  color: hsla(214, 86%, 34%, 1)
  }
  
  .board-cards-container .board-card.state::before,
  .board-cards-container .board-card.state::after {
	  background-color:#DA483B;
  }
  
  .board-cards-container .board-card.state .board-name h4 {
	  color: hsla(88, 50%, 54%, 1)
  }
  
  .board-cards-container .board-card:hover:before {
	  opacity: .1;
  }
  
  .board-card .board-name {
	  position: absolute;
	  top: 4px;
	  opacity: 0;
	  transition: opacity .5s ease-in-out;
  }
  
  .board-card:hover .board-name,
  .board-cards-container .board-card:hover::after {
	  opacity: 1;
  }
  
  .board-card .board-name h4 {
	  font-size: 22px;
	  font-weight: 600;
  }
  
  .board-cards-container .board-card .card-body {
	padding: 0px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  
  .board-cards-container .board-card .card-body img {
	  max-width: 100%;
	  transition: transform .6s ease-in-out;
	  /* height: 110px; */
	  height: 50px;
	  margin-bottom: 8px;
	  object-fit: contain;
  }
  
  .board-cards-container .board-card:hover .card-body img {
	  transform: scale(1.1);
  }
  .board-card .borad-info {
	
    font-weight: 500;
    color: #7E7E7E;
    margin: 0;
  }
  /* board page css end here */
  /* explore project css start here */
  .content-area {
	  padding: 30px 0 45px 0;
  }
  
  .content-area.height-100 {
	  height: calc(100% - 125px);
  }
  
  .bg-light-blue {
	  background:#eaf0ff;
	  height: 100%;
  }
  
  .page-back-button {
	  width: 60px;
	  height: 30px;
	  border: 1px solid #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border-radius: 3px;
	  cursor: pointer;
	  z-index: 3;
	  background:none;

  }

  .text-blue{
	color: #fff; 
  }

.page-back-button img{
	filter: invert(1);
}
.grade-bar-wrapper{
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}
  
  .grade-bar {
	   background-color:rgba(255, 255, 255, 0.5);
	   box-shadow: 0px 0px 26px 0px #B1B1B140;
	  padding: 10px 20px;
	  border-radius: 5px;
	  display: flex;
	  align-items: center;
	  justify-content: space-evenly;
	  width: 100%;
	  margin: 0 auto;
	  position: relative;
	  overflow: auto;
	  gap: 10px;
	  flex: 1; 
	  

  }
  .category-title{
	    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: rgba(38, 88, 140, 1);
    margin-bottom: 5px;
    background: rgba(234, 244, 255, 1);
    border-radius: 4px;
    padding: 3px;
    white-space: nowrap;
  }
  
  .liquid-background {
      position: absolute;
      bottom: 7px;
      border: 3px solid #0fb8bf;
      transition: left 0.3s ease-in-out, width 0.10s ease-in-out;
      z-index: 0;
      width: 100%;
      height: 40px;
      width: 40px;
      border-radius: 50%;
	display: none;
  }
  
  .grade-list {
	
	  margin: 0;
	  list-style: none;
	  display: flex;
	  flex: 0 0 100%;
	  gap: 10px;
	  justify-content: space-around;
	  /* background: #C4FBFE; */
    border-radius: 50px;
    padding:7px;
  }
  
  .grade-list li {
	min-width: 82px;
    height: 27px;
    box-shadow: 0px 0px 6px 0px #83838340;
    border-radius: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: rgba(234, 244, 255, 1);
}
  
  .grade-list li.btn-white.active{
	background:rgba(38, 88, 140, 1);
	border-color:730px
  }
  .grade-list li.btn-white.active a{
	color: #fff;
  }
  
   .grade-list li.btn-white.disabled{
background: #B2B2B2;
border: none;
pointer-events: none;

  }
.grade-list li.btn-white.disabled a{
	color: #fff;
  }
  .grade-list li a {
	text-decoration: none;
    color: rgba(38, 88, 140, 1);
    font-size: 16px;
    font-weight: 500;
  }
 
.overlaybody {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
	z-index: 9999; /* Ensure it is on top of all other content */
  }
  
  


  .tabbar{
	display: flex;
	align-items: center;
  }
  .tabbar .nav-tabs-wrapper {
	  display: flex;
	  justify-content: space-between;
	  margin-top: 20px;
	  align-items: center;
	  width:100%;
	  position: relative;
	   margin-bottom: 10px;
  }
  .active-project-name{

	text-align: center;
	
  }
  .active-project-name p{
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #000;
	display: inline-block;
	margin: 0;
	padding: 1px 5px;
  }
  .tab-list-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;	
  }

  .tab-shortby-title{
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #0fb8bf;
	white-space: nowrap;
  }
  .tabbar .nav-tabs-wrapper .nav-tabs-list {
	  display: inline-flex;
	  box-shadow: 0px 0px 16px 0px #4C4C4C40;
	  padding: 6px 15px;
	  background: #fff;
	  border-radius: 5px;
	  flex-shrink: 0;
  }
  
  .tabbar .nav-tabs {
	  display: flex;
	  justify-content: center;
	  border: none;
	  gap: 20px;
  }
  
  .tabbar .nav-tabs .nav-link {
	border: none;
	padding: 3px 11px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	min-width: 100px;
	color: rgba(75, 85, 99, 1);
  }
  .fixed-btn{
	position:fixed;
	top:20%;
	left: -90px
  }
  .nav-link:focus,
  .nav-link:hover {
	  color: #4B5563
  }
  
  .tabbar .nav-tabs .nav-link.button-sea-green.active {
	  background:rgba(38, 88, 140, 1);
	  box-shadow: -4px 2px 4px 0px #00000040;
  }
  
  .nav-tabs .nav-link.active {
	  color: #fff;
  }
  
  .nav-link {
	  font-size: 20px;
	  font-weight: 600;
	  color: #4B5563;
  }
  .tab-slide-toogle{
	position: sticky;
	top: 0;
  }

.tab-sidebar-slider{
	position: sticky;
    height: 100%;
    z-index: 999;
    top: 67px;
    bottom: 0;
    padding: 10px 15px;
    border: 1px solid #2B2B6C;
    border-radius: 5px;
    transition: right 0.3s ease;
    display: flex;
    justify-content: center;
    background: #fff;
	/* height: 360px; */
	height: calc(2 * 215px + 20px);
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    
}
.tab-vertical-slider{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	gap: 10px;
	overflow-y: auto;
	padding: 20px 6px;
	width: 100%;
}
.tab-vertical-slider li{
	width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vertical-button{
	font-size: 13px;
    border: 1px solid rgba(38, 88, 140, 1);
    color: rgba(38, 88, 140, 1);
    padding: 4px 10px;
    font-weight: 500;
    border-radius: 5px;
    background: none;
    justify-content: center;
    display: flex;
    width: 100%;

}
.vertical-button.active{
	background-color:rgba(38, 88, 140, 1);
	color: #fff;
	border-color:rgba(38, 88, 140, 1)
}
.togglebtn{
	margin-right: 0px;
    transition: margin-right 0.3s ease;
    position: absolute;
    right: 7px;
    top: 4px;
	border-radius: 6px 0 0 6px !important;

	
}
.togglebtn.active {
	margin-right: 211px; /* Adjust the value to match the sidebar width */
	border-radius: 6px 0  0 6px !important;
	
  }
   .custom-tooltip {
	background-color: #D9D9D9; /* Change to your desired background color */
	color: #ffffff; /* Change to your desired text color */
	font-size: 14px; /* Adjust font size if needed */
	padding: 8px 12px; /* Adjust padding if needed */
	border-radius: 4px; /* Adjust border-radius if needed */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); /* Optional: Add shadow */
    }
 .mdc-tooltip__surface {
	background-color: #fff !important;
    color: #182750 !important;
    font-size: 12px !important;
    width: auto;
	border: 1px solid #182750;
	font-weight: 600;
	font-family: 'Lato', sans-serif !important ;
    }

  .page-fotter p {
	  font-size: 14px;
	  font-weight: 600;
	  margin: 0;
  }

  .project-card {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  background: #fff;
	  border-radius: 8px;
	  overflow: hidden;
	  /* padding: 15px; */
	   padding: 15px 15px 6px 15px;
	  box-shadow: 0px 10px 15px 0px #0E13261A;
  
    }
    
    .project-card .project-card-card-body {
	  height: 100%;
    }
    
    .project-card .project-card-card-body .project-card-thumbnail {
	  width: 100%;
	  overflow: hidden;
	  position: relative;
	  border-radius: 5px;
	  margin-bottom: 6px;
	  aspect-ratio: 16 / 9;
	  height: auto;
    }
    
   .project-card-card-body .project-card-thumbnail img {
	  width: 100%;
	  height: 100%;
	  max-width: 100%;
	  object-fit: cover;
	  object-position: center;
	  display: block;
    }
  
   .project-card-card-body .project-card-content h3{
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  .project-card .project-card-card-body .project-card-content-border {
	  border-top: 1px solid #C3C3C3;
	  border-bottom: 1px solid #C3C3C3;
	  padding: 5px 0;
	  margin: 6px 0;
  
  }
  .project-card-card-body .project-card-content p,
  .project-card-fotter p{
	  font-size: 10px;
	  font-weight: 500;
	  margin: 0;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	  overflow: hidden;
  }
  
  
  
  .fotter-section {
	  margin-bottom: 0;
	  flex: 0 0 auto;
	  background: #fff;
	  z-index: 9;
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  padding: 8px 4px;
	  background: none
	 
  }
  
  /* Module project css End here */
  
  
  /* module more project css start here*/
  .accordion-header {
	  display: flex;
  }
  
  .accordion-title {
	  flex: 1;
	  display: flex;
	  align-items: center;
	  padding-left: 15px;
  }
  
  .accordion-title h3 {
	  font-size: 14px;
	  color: initial;
	  font-weight: 600;
	  margin: 0;
	  color: rgba(14, 20, 38, 1);
  }
  
  .accordion-button {
	  flex: 0 0 0;
  }
  
  .accordion-button:focus {
	  box-shadow: none;
  }
  
  .accordion-header .accordion-button {
	  background: none;
  }
  
  .play-button {
	  display: inline-flex;
	  padding: 6px 12px;
	  color: #fff; 

	  margin-left: 18px;
	  border-radius: 5px;
	  font-size: 1rem;
	  align-items: center;
	  justify-content: center;
	  gap: 10px;
	  cursor: pointer;
	   font-weight: 400; 
	  white-space: nowrap;
  }

  .accordion-button::after {
	background: url('../img/icon/double-arrow-right.svg') !important;  
	width: 18px;
	height: 18px;
	transition: transform .2s ease-in-out;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	transform: rotate(0deg) !important; /* Default right direction */
    }
   

    .accordion-button[aria-expanded="true"]::after {
	transform: rotate(90deg) !important; /* Down direction for opened accordion */
    }
  
  .accordion-header .accordion-button:not(.collapsed) {
  
	  box-shadow: none
  }
  
  .accordion-wrapper .accordion .accordion-item {
	  background-color: #fff;
	  box-shadow: 0px 0px 20px 0px #0E132626 inset;
	  border: .5px solid #696969;
	  border-radius: 3px;
	  border: 1px solid #20AAB1;
	  border: 1px solid #20AAB1;
	  box-shadow: 0px 7px 30px 0px #0E132626;
	  border-radius: 8px;
	  background-color: #ffff;
	  margin-bottom: 11px;
  }
  
  .fix-body-table-container {
	  max-width: 100%;
	  overflow-x: auto;
	  min-height: 90px;
  }
  
  .fix-body-table-container .table {
	  width: 100%;
	  border-collapse: collapse;
	  margin: 0;
  }
  
  .fix-body-table-container .table thead {
	  box-shadow: 0px 7px 30px 0px #0E132626
  }
  
  .fix-body-table-container .table th,
  .fix-body-table-container .table td {
	  padding: 11px 12px;
	  border: none;
	  text-align: left;
  }
  
  .fix-body-table-container .table td {
	  font-size: 14px;
	  font-weight: 500;
	  vertical-align: middle;
  }
  
  .fix-body-table-container .table thead th {
	  background-color: #f8f8f8;
	  position: sticky;
	  top: 0;
	  z-index: 1;
	  border-top: 1px solid rgba(24, 39, 80, 1);
	  border-bottom: 1px solid rgba(24, 39, 80, 1);
	  border-right: none;
	  border-left: none;
	  font-size: 14px;
	  font-weight: 600;
	  color: rgba(14, 20, 38, 1);
  }
  
  .fix-body-table-container .table thead th.border-left {
	  border-left: 1px solid rgba(24, 39, 80, 1);
	  /* border-top-left-radius: 5px; */
  }
  
  .fix-body-table-container .table thead th.border-right {
	  border-right: 1px solid rgba(24, 39, 80, 1);
  }
  
  .fix-body-table-container .table-wrapper {
	  max-height: 200px;
	  /* Adjust the height as needed */
	  overflow-y: auto;
  }
  
  /* Custom scrollbar styles for WebKit browsers */
  .fix-body-table-container .table-wrapper::-webkit-scrollbar {
	  width: 5px;
	  /* Width of the scrollbar */
  }
  
  .fix-body-table-container .table-wrapper::-webkit-scrollbar-track {
	  background: #f1f1f1;
	  /* Color of the scrollbar track */
	  border-radius: 10px;
	  /* Rounded corners for the track */
  }
  
  .fix-body-table-container .table-wrapper::-webkit-scrollbar-thumb {
	  background: #888;
	  /* Color of the scrollbar thumb */
	  border-radius: 10px;
	  /* Rounded corners for the thumb */
  }
  
  .fix-body-table-container .table-wrapper::-webkit-scrollbar-thumb:hover {
	  background: #555;
	  /* Color of the scrollbar thumb on hover */
  }
  
  /* Custom scrollbar styles for Firefox */
  .fix-body-table-container .table-wrapper {
	  scrollbar-width: thin;
	  /* Width of the scrollbar */
	  scrollbar-color: #888 #f1f1f1;
	  /* Color of the thumb and track */
	  margin-top: 15px;
  }
  
  
  .table tbody tr:nth-child(odd) {
	  background-color: #EFEFEF
  }
  
  .table-sr {
	  display: inline-flex;
	  align-items: center;
	  gap: 17px;
	  position: relative;
  }
  
  .table-sr p {
	  margin: 0;
	  font-weight: 600;
  }
  .sr-text{
	  min-width: 15px;
	  
  }
  .tick-circle {
	  width: 15px;
	  height: 15px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  border: 2px solid #46AF46;
	  padding: 10px;
	  /* box-sizing: border-box; */
	  border-radius: 100%;
  }
  
  .tick-circle img {
	  height: 10px;
  }
  
  
  .table-sr .tr-hover-text{
	  position: absolute;
	  font-size: 12px;
	  /* bottom: -17px; */
	  /* top: 50%; */
	  left: 50%;
	  transform: translate(-50%, 0);
	  bottom: -14px;
	  opacity: 0;
  }
  
  .table-sr:hover .tr-hover-text{
	  opacity: 1;
  }
  
  /* module more project css end here*/
  
  /* second journy module-tool css start*/
  
  .center-element {
	  display: flex;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  gap: 100px;
  }
  
  .center-element-items {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center
  }
  
  .center-element-items h2 {
	  font-size: 22px;
	  font-weight: 700;
  }
  
  .center-element-items h2 a {
	  color: #383A3F;
	  text-transform: capitalize;
  }
  
  .center-element-items .module-card-circle {
	  display: flex;
	  background: #EDF3FF;
	  box-shadow: 0px 0px 26.6px 0px #2828284D;
	  border: none;
	  width: 300px;
	  height: 300px;
	  border-radius: 100%;
	  align-items: center;
	  justify-content: center;
	  transition: all .5s ease-in-out;
	  border: .5px solid #EDF3FF;
	  margin-bottom: 30px;
  }
  
  .center-element-items .module-card-circle:hover {
	  border: .5px solid #4486F4
  }
  
  .center-element-items .module-card-circle:hover img {
	  transform: scale(1);
  }
  
  .center-element-items .module-card-circle img {
	  height: 180px;
	  max-width: 100%;
	  transform: scale(.8);
	  transition: .8s transform;
  }
  
  .page-label {
	  display: inline-flex;
  }
  
  .page-label h2 {
	  font-size: 20px;
	  font-weight: 700;
	  padding: 5px 20px;
	  text-align: center;
	  border-radius: 5px;
	  margin: 0;
  }
  
  .bg-light-sea-green {
	  background: #E6F8FF;
  }
  
  .button-blue {
	  background: #1B274D;
  }
  
  .soft-light-green {
	  background-color: #E6F8FF
  }
  
  .bg-light-white {
	  background-color: #e8edf569;
  }
  
  .btn-disable{
	  background: #B2B2B2;
	  color: #fff;
	  border: none;
  }
  .btn-default {
	  box-shadow: 0px 0px 7.2px 0px #34343440;
	  /* font-size: 1.1rem; */
	  font-weight: 600;
	  display: flex;
	  padding: 3px 10px;
	  border-radius: 6px;
	  align-items: center;
	  justify-content: center;
	  font-size: 1rem;
  }
.default-bg{
	background: #20AAB1;
	color: #fff;

}

  .btn-disable:hover{
	  color: #fff;
	  cursor: pointer;
  }
  .module-tool-grid {
	  margin-left: 6%;
	  margin-right: 6%;
  }
  
  .grid-conatiner .row .mb-20 {
	  margin-bottom: 20px;
  }
  
  .grid-conatiner .grid-conatiner-items {
	  background-color: #fff;
	  border: 1px solid#4486F4;
	  border-radius: 5px;
	  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	  text-align: center;
	  padding: 10px;
	  transition: box-shadow 0.3s;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  width: 100%;
	  height: 100%
  }

  .grid-conatiner .grid-conatiner-items:hover {
	  box-shadow: 0 0px 10px #4486f473;
	  /* Increased box shadow on hover */
  }
  
  .grid-conatiner .grid-conatiner-items .module-tool-name h3 {
	  font-size: 11px;
	  font-weight: 700;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2; /* Number of lines to show */
	  overflow: hidden;
	  text-overflow: ellipsis;
  }
  
  .module-tool-name h3 a:hover {
	  color: #0E1426;
  }
  
  .tool-grid .grid-conatiner-items img {
	  height: 80px;
  }
  
  .grid-conatiner .grid-conatiner-items img {
	 height: 65px;
	  margin-bottom: 10px;
  }
  
  .play-vedio-with-title {
	  display: flex;
	  align-items: center;
	  margin-right: 60px;
  }
  
  .play-vedio-with-title h2 {
	  border: 2px solid #1B274D;
	  padding: 2px 32px;
	  font-size: 22px;
	  font-weight: 600;
	  text-align: center;
	  margin: 0;
  }
  
  .play-vedio-with-title .play-button {
	  padding: 3px 12px;
	  color: #fff;
	  margin-left: 18px;
	  border-radius: 0 5px 5px 0;
	  font-size: 1.14rem;
	  font-weight: 500;
  }
  
  
  /* demo from css start */

  
  .demo-form-title-heading {
	  font-size: 1.2rem;
	  font-weight: 600;
	  margin: 0;
  }
  
  .name-of-school-board {
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: space-between;
	  gap: 20px;
  }
  
  .school-title {
	  flex: 1;
  }
  
  .school-title,
  .board-title {
	  background: #EFF5FF;
	  border: 1px solid #4486F4;
	  padding: 9px 15px;
	  border-radius: 5px;
  }
  .board-title{
	flex-shrink: 0;
  }
  .mb-15 {
	  margin-bottom: 15px;
  }
  
  .form-control {
	  border-radius: 8px;
	  padding: 7px 10px;
	  font-size: 1rem;
	  background: #fff;
  }
  
  .custom-select-box {
	  border-radius: 8px;
	  padding: 7px 10px;
	  font-size: 16px;
	  background: #fff;
	  height: 38px;
  }
  
  .border-blue {
	  border: 1px solid #4487F4
  }
  .form-info {
	  display: flex;
	  height: 100%;
	  border-radius: 5px;
	  padding: 10px;
  }
  
  .form-info-items {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
	  flex: 0 0 50%;
	  text-align: center;
	  flex: 1;
  }
  
  .form-info-items-img {
	  width: 65px;
	  height: 65px;
	  border: 1px solid #1B274D1A;
	  border-radius: 5px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  .form-info-items-img img {
	  max-width: 100%;
	  width: 100%;
  }
  
  .form-info-title {
	  height: 100%;
  }
  
  .form-info-title p {
	  font-size: 1rem;
	  font-weight: 500;
	  margin-bottom: 0;
  }
  
  .form-info-items-img {
	  flex-shrink: 0;
	  flex-grow: 0;
	  margin-bottom: 10px;
	  align-items: center;
	  justify-content: center;
	  padding: 5px;
	  margin-top: 10px;
  }
  
  .flex-column {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
  }
  
  .form-grid-px-10>* {
	  padding: 0 8px;
	  margin-bottom: 16px;
  }
  
  .form-info-items-bottom p {
	  margin-bottom: 10px;
	  font-weight: 600;
  }
  
  .form-info-items-bottom .badge {
	  min-width: 65px;
	  margin-bottom: 10px;
	  
  }
  .form-info-items-bottom .badge.bg-red{
	background-color: #E2797B;
  }
  .form-info-items-bottom .badge.bg-green{
	background-color: #B1C871
	
}
  
  .proposed-title {
	  font-size: 20px;
	  font-weight: 600;
	  margin-top: 14px;
  }
  
  .tab-default {
	  margin-bottom: 20px;
  }
  
  .tab-default-list {
	  box-shadow: 0px 5px 5px 0px #0E13261A;
	  display: inline-flex;
	  padding: 10px 15px;
	  gap: 10px;
	  border-radius: 10px;
	  margin-bottom: 20px;
  }
  
  .tab-default-list li .tab-link {
	  background-color: rgba(228, 238, 255, 1);
	  border: none;
	  font-size: 15px;
	  font-weight: 500;
	  padding: 3px 20px;
	  border-radius: 3px;
  }
  
  
  .card-img-container {
	  height: 200px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  overflow: hidden;
  }
  
  .tab-link.active.bg-blue {
	  background-color:rgba(38, 88, 140, 1);
	  color: #fff;
  }
  
  .card-img-container img {
	  max-width: 100%;
	  max-height: 100%;
	  object-fit: contain;
  }
  
  .card-default {
	  display: flex;
	  flex-direction: column;
	  padding: 20px;
	  height: 100%;
	  background-color: #fff;
	  box-shadow: 0px 5px 5px 0px #0E13261A;
	  border: none;
	  border-radius: 5px;
  
  }
  .card-default  .card-default-img-container{
	  display: flex;
	  gap: 10px;
	  border: 1px solid #AEAEBC;
	  border-radius: 10px;
	  padding: 15px;
	  flex: 1 1 auto;
	  align-items: center;
  }
  
  .card-default-img-container .card-default-img {
	  flex: 1;
  }
  .card-default-img-container .card-default-img img{
	  width: 100%;
	  max-width: 100%;
  }
  
  
  .card-default .card-body {
	  padding: 0;
	  margin: 15px 0;
  }
  
  .card-default .card-title {
	  font-size: 16px;
	  font-weight: 600;
	  margin: 0;
  }
  
  .card-default .card-footer {
	  display: flex;
	  justify-content: center;
  }
  
  .card-default .card-bottom {
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }
  
  .card-default .card-bottom .card-view-button {
	  display: flex;
	  width: 100%;
	  align-items: center;
	  justify-content: center;
	  border: 1px solid #4486F4;
	  font-size: 16px;
	  font-weight: 700;
	  padding: 8px;
	  border-radius: 10px;
	  gap: 5x;
  }
  .card-bottom .card-view-button:hover{
	color: #0E1426;
	cursor: pointer;
  }
  .modal {
	  overflow: hidden;
  }
  
  .modal-title {
	  font-size: 1.3rem;
	  font-weight: 600;
  }
  
  .modal-close {
	  justify-content: center;
	  width: 35px;
	  height: 35px;
	  background: #E2797B;
	  border-radius: 100%;
	  margin: 0;
	  line-height: 0;
	  display: flex;
	  align-items: center;
	  line-height: 0;
	  border: none;
	  opacity: 1;
	  flex-shrink: 0;
  }
  
  .modal-close img {
	  height: 15px;
  }
  
  .modal.fade .modal-dialog {
	  transition: transform .3s ease-out;
	  transform: translate(0, 50px);
  }
  .modal-dialog {
	  position: fixed;
	   /* bottom: 0; */
	  left: 0%;
	  right: 0%;
	  margin-bottom: 0;
  }
  
  .modal.show .modal-dialog {
	  transform: none;
  }
  .modal-header {
	  border: none;
	  padding: 0 15px;
  }
  .btn-absolute {
	  position: absolute;
	  right: -10px;
	  top: -10px;
  }
  .modal-body {
	  max-height: calc(100vh - 115px);
	  overflow: auto;
	  padding: 10px 20px;
  }
  
  .modal-content {
	  border-radius: 10px;
	  padding: 10px;
	  border: none;
  }
  .custom-input-container {
	  position: relative;
  }
  .custom-input-container .input-icon {
	  position: absolute;
	  top: 46%;
	  right: 10px;
	  transform: translateY(-50%);
	  pointer-events: none;
	  background: #fff;
  }
  .foter-text-center{
	  font-weight: 600;
	  font-size: 1.2rem;
	  text-align: center;
	  margin: 0;
  }
  @keyframes bounceUp {
	  0% {
		  transform: translateY(100%);
		  opacity: 0;
	  }
  
	  100% {
		  transform: translateY(0);
	  }
  }
  .modal.bounce-up .modal-dialog {
	  animation: bounceUp 0.5s;
  }
  .mat-mdc-tab .mdc-tab__content{
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  /* border: none; */
  background-color: #fff;
  /* color: #37a7f1; */
  padding: 6px 20px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  border: 1px solid #20AAB1;
  color: #4B5563;
  min-width: 170px;
  text-transform: capitalize;
  display: flex;}
  
  .mdc-tab-indicator--active .mdc-tab__content{
	  background-color: #20AAB1;
	  color: #fff;
	  box-shadow: -4px 2px 4px 0px #00000040;
	  padding: 10px 32px;
  }
  .mat-mdc-tab-header-pagination-chevron{
	  width: 15px;
	  height: 15px;
	  padding: 14px;
  
	  border: 1px solid #000;
	  border-radius: 3px;
  
  }
  .mat-mdc-tab-header-pagination-before .mat-mdc-tab-header-pagination-chevron{
	  transform: none !important;
	  background-image: url(../img/icon/tab-slide-back.svg);
	  background-repeat: no-repeat;
	  background-position: center center;
  }
  .mat-mdc-tab-header-pagination-chevron{
	  border-width: thin !important;
  }
  .mat-mdc-tab-header-pagination-after .mat-mdc-tab-header-pagination-chevron {
	  transform: none !important;
	  background-image: url(../img/icon/tab-slide-next.svg);
	  background-repeat: no-repeat;
	  background-position: center center;
	  
  }
  .mat-mdc-tab{
	  height: auto !important;
	  padding: 0 8px !important;
  }
  .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label{
	  color: #fff !important; 
  }
  .mat-mdc-tab .mdc-tab__text-label{
	  color: #4B5563 !important;
	  font-family: 'Montserrat', sans-serif !important;
  }
  .mat-mdc-tab .mdc-tab-indicator__content--underline{
	  border: none !important;
  }
  .mat-mdc-tab-ripple{
	  display:none !important
  }
  .mat-mdc-tab-label-container{
	  position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 16px 0px #4C4C4C40;
	padding: 10px;
    margin: 25px auto;
	width: 92% !important;
	flex-grow: unset !important;
	border-radius: 10px;
  }




.demo-form-wrapper .form-group .mat-mdc-form-field  .mdc-notched-outline__leading,
.demo-form-wrapper .form-group .mat-mdc-form-field  .mdc-notched-outline__notch,
.demo-form-wrapper .form-group .mat-mdc-form-field  .mdc-notched-outline__trailing{
border-color: #4487F4 
}
.demo-form-wrapper .form-group .mat-mdc-form-field.hasError  .mdc-notched-outline__leading,
.demo-form-wrapper .form-group .mat-mdc-form-field.hasError  .mdc-notched-outline__notch,
.demo-form-wrapper .form-group .mat-mdc-form-field.hasError  .mdc-notched-outline__trailing{
border-color: red 
}

.demo-form-wrapper .form-group .mat-mdc-form-field .mdc-notched-outline__leading{
	border-top-left-radius: 8px ;
	border-bottom-left-radius: 8px 
}
.demo-form-wrapper .form-group .mat-mdc-form-field  .mdc-notched-outline__trailing{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px 
}
.demo-form-wrapper .form-group .mat-mdc-form-field {
	display: block 
  }
  .demo-form-wrapper .form-group .mat-mdc-form-field  .mdc-text-field--outlined,.mat-mdc-form-field{
	height: 40px
  }
  .mat-pseudo-checkbox{
	order: 2  !important;
}
div.mat-mdc-select-panel{
	background-color: #fff !important;
}
.mat-mdc-option .mdc-list-item__primary-text,.mdc-floating-label,.mat-mdc-select-value-text{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 1rem;
	color: #7A7A88;

}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label{
	color: #7A7A88 !important;
}
.mat-mdc-option .mat-pseudo-checkbox-full{
	margin-right: 0 !important;
}

.mat-mdc-option{
	min-height: 35px !important;
}
.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
	background: none !important;
}
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{
	top: 18px !important;
}
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{
	transform: scale(0.75)  translateY(-32px) !important
}

.mdc-text-field--outlined .mat-mdc-form-field-infix{
	padding: 10px 0 !important;
}

 .mat-mdc-select-arrow{
	display: none;
 }
.mat-mdc-select-arrow-wrapper{
	width: 20px;
	height: 20px;
	background: url('../img/icon/dropdown-down.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.mdc-list-item__primary-text {
	width: 100%;
}
.multi-select-label{
	display: flex;
	width: 100%;
	
	align-items: center;
	justify-content: space-between;
}

.mat-pseudo-checkbox-full{
	border-width: 3px !important;
	border-radius: 3px;
	border-color: #7A7A88 !important;
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate{
	background: none !important;
	border-color: #EAC0A5 !important;
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after, .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate::after{
	color: #EAC0A5 !important;
}
 .mat-pseudo-checkbox-full::before {
	content: "";
	width: 11px;
	height: 8px;
	background-color: #fff;
	position: absolute;
	left: 10px;
	top: -3px;
  }
  .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after{
	top: -9.6px !important;
    left: 3px !important;
    width: 11px !important;
    height: 5px !important;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }
  .mat-pseudo-checkbox{
	border-radius: 4px !important;
  }

 .mat-mdc-option .mat-pseudo-checkbox-minimal{
	display: none;
 }
 .modal-backdrop{
	z-index: 998;
 }
 .modal{
	z-index: 999;
 }
 .mat-checbox .mdc-checkbox__background{
	border-radius: 4px !important;
	border-width: 3px !important;
	border-color: #6e6f74 !important;
 }
 .mat-checbox  .mdc-checkbox__background::before{
	content: "";
    width: 15px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 9px;
    top: -3px;
 }
   .mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
   .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background{
	background: none !important;
	border-color: #EAC0A5 !important;
 }
 .mat-checbox .mdc-checkbox__checkmark {
	position: absolute;
    top: -4px ;
    right: 0 ;
    bottom: 0 ;
    left: 1px ;
    width: 15px  ;
    opacity: 0;
    transition: opacity 180ms cubic-bezier(0.4, 0, 0.6, 1);
    color: #EAC0A5 ;
  }
  .mat-checbox .mat-mdc-checkbox-ripple, .mdc-checkbox__ripple{
	display: none 
  }
  .mat-checbox .mdc-checkbox__checkmark-path{
	stroke-width: 4px 
  }
  .mdc-form-field>label{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	font-weight: 500;
  }
  .mat-mdc-radio-button .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{
	border-color: #EAC0A5 !important;
	border-width: 3px !important;
  }

  .mat-mdc-radio-button .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{
	border-color: #EAC0A5 !important;
	border-width: 3px !important;
  }
  .mat-mdc-radio-button .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__inner-circle{
	border-color: #EAC0A5 !important;
  }
  .mdc-radio__background:after{
	content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    background: #ffffff;
    width: 7px;
    height: 9px;
    transform: rotate(40deg);
  }
  .mat-mdc-option:hover:not(.mdc-list-item--disabled){
	background-color: #fff !important;
  }
  .mat-mdc-option .mat-mdc-option-ripple{
	display: none !important;
  }
  .mat-mdc-radio-button .mdc-radio__native-control:focus+.mdc-radio__background::before{
display: none !important;
transform: scale(0) !important;
  }
  .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus)~.mdc-radio__background::before{
	opacity: 0 !important;
  }
  .mdc-checkbox__native-control:disabled:checked~.mdc-checkbox__background, .mdc-checkbox__native-control:disabled:indeterminate~.mdc-checkbox__background{
	background: none !important;
	border-color:#a49fa8eb !important ;
  }
  .mdc-checkbox--disabled .mdc-checkbox__checkmark {
	color: #a49fa8eb !important;
  }
  .mdc-tab__content {
	display: flex;
	transition: all 0.5s ease;
    }
    
    .mdc-tab__content {
	transition: all 0.5s ease;
    }
.bg-img{
	width: 100%;
	height: 70vh;
	background: url(../img/banner-bg/about-us-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: flex;
	align-items: center;
	
}
.banner-section{
	margin-bottom: 50px;
}
.banner-section::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: linear-gradient(90deg, rgba(1, 3, 13, 0.6) -18.15%, rgba(3, 10, 12, 0.6) 36.91%, rgba(18, 56, 5, 0.6) 100%);

}

.banner-section .banner-titile{
	position: relative;
	color: #FCFCFD;
	font-size: 2.5rem;
	font-weight: 700;
	z-index: 1;
	margin-bottom: 20px;
}

.banner-section .banner-sub-title{
	color: #FCFCFD;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-bottom: 3px;
}
.banner-section .banner-text{
	color: #FCFCFD;
	font-size: 1rem;
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.ag-header,.ag-advanced-filter-header{
	background-color: #0c4da1 !important;
}
.ag-header-cell-text {

	color: #fff;
	font-size: 16px;
	font-weight: 600;
  }
  .grid-action{
	background: #0c4da1;
	padding: 6px 10px;
	height: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 7px;
	border-radius: 4px;
	color: #fff;
	gap: 5px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: -1px 0px 2px 0px #00000040;
  }
  .mat-mdc-tab-header{
	align-items: center;
	gap: 10px;
  }
  .mat-mdc-tab-header-pagination {
	height: 30px !important;
    }

/* Alert Popup Custom Design */

.custom-swal-popup.swal2-center {
	backdrop-filter: blur(5px);
}
.custom-swal-popup.swal2-modal {
	padding-left: 40px;
	padding-right: 40px;
}
.custom-swal-popup .swal2-close,
.custom-swal-popup .swal2-close:hover {
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #E2797B;
	color: #fff;
	border-radius: 50px !important;
	top: -10px;
	right: -10px;
	font-size: 1.7rem;
	font-weight: 600;
}
.custom-swal-popup .swal2-header {
	padding: 0 0;
}
.custom-swal-popup .swal2-title {
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	color: #0e1426;
	padding-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
}

.custom-swal-popup .swal2-content {
	border-bottom: 1px solid #dee2e6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-swal-popup .swal2-content img {
	width: 40px;
}

.custom-swal-popup .swal2-content p {
	color: #7a7a88;
	font-size: 16px;
}
.custom-swal-popup .swal2-content h6 {
	color: #0e1426;
	font-weight: 600;
}
.custom-swal-popup .swal2-actions button {
	color: #1B274D;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border: 3px solid #86C9D0;
	box-shadow: 0px 1px 0px rgb(134 201 208 / 60%), inset 0px -2px 0px rgb(255 255 255 / 50%);
	background-color: #86C9D0;
	border-radius: 8px;
	border: none;
	padding: 8px 15px;
	display: inline-flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
	text-shadow: 0 2px 0 rgb(252 252 253 / 50%);
}
.custom-swal-popup .swal2-actions button img {
	height: 10px;
}
a:hover {
	text-decoration: none !important;
}
.link-img {
	cursor: pointer;
}
input[type="password"]::-ms-reveal, /* Edge */
input[type="password"]::-ms-clear,  /* Edge */
input[type="password"]::-webkit-clear-button, /* Chrome */
input[type="password"]::-webkit-credentials-auto-fill-button { /* Chrome auto-fill */
    display: none;
}

input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-password-toggle-button {
    display: none;
}

.errtxt, .err{font-size: 11px;color: #dc3545;font-weight: 500;}
.tab-content.w-98{
	width: 95%;
	margin: 0 auto;
}
#toolbarViewerLeft{
	flex: 50% !important;
    display: flex !important;
    justify-content: space-between !important;
}
#toolbarViewerMiddleContainer{
	width: 20% !important;
}
#toolbarViewerRight{
	width: 24% !important;
	display: flex !important;
	justify-content: end !important;
}
.mat-mdc-dialog-surface{
	overflow: visible !important;
	border-radius: 15px !important;
}
.modal-close.mdc-button{
	background: #E2797B;
    position: absolute;
    position: absolute;
    width: 20px !important;
    min-width: 30px !important;
    height: 30px;
    line-height: 0px !important;
    padding: 0 !important;
    background: #E2797B;
    color: #fff;
    border-radius: 50px !important;
    top: -10px;
    right: -10px;
    z-index: 9999999;
    border: none;
    font-weight: 200;
    font-size: 35px;
}
.modal-close.mdc-button .modal-close img {
	height: 12px !important;
}
.fixed-button{
    position: fixed;
    top: 110px;
    left: 22px;
    z-index: 5;
    }
.curriculam-explre-bg{
	 background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ),  url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curriculam-explore-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 

}
.grid-wrapper .curricu{
	 background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ),  url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/textbook-bg.png); 

}


 .grid-wrapper .textbook{

	 background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ), url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/curriculam-bg.png); 

}


.grid-wrapper .i-lab{
	 background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ),  url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/ilab-bg.png); 

}
.book-bg{

	background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ),  url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/books-bg.png); 
	background-size: cover;
}
.all-book {
	 background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ),  url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/books-bg.png); 
	background-size: cover;
}
.color-white{
	color: #fff;
}
.i-lab-bg{
	background:linear-gradient(
        rgba(24, 39, 80, 0.6),   
        rgba(24, 39, 80, 0.6)    
    ),  url(https://d1zhyzsdjajqno.cloudfront.net/explore_assets_min/assets/img/i-lab-bg.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
;
}
.no-bg-button{
	background: none;
}
.no-bg-button img{
	filter: invert(1);
}

.play-vedio-border{
	 display: inline-flex;
    border: 1px solid #fff;
    gap: 15px;
    padding: 4px 20px;
    align-items: center; 

}
.play-vedio-border h2{    
	font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0; 

}
.borad-logo-box{
   
    background-color: #fff;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 5px;
	min-width: 110px;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	padding: 4px; 
}
.borad-logo-box p{
margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 3px;
}
.borad-logo-box p.cbse{
	color: rgba(91, 199, 209, 1);
}
.borad-logo-box p.icse{
	color:#f5c500
}
.borad-logo-box p.igcse{
	color:#f47b20
}
.borad-logo-box p.ib{
	color: #2f96be
}
.borad-logo-box p.nios{
	color:#0b3e81
}
.borad-logo-box p.state{
	color:#b33b30
}
/* .state .card-body img{
	margin-top: 33px;
} */
 .state .card-body img{
	height: 96px !important;
	margin-top: 12px;
 }
.caie .card-body img{
	margin-top: 17px;
}
.logo-sm.borad-logo-box img{
	height: 60px;
}
.borad-logo-box  img{
    height: 53px;
}
.grade-top-bar{
    display: flex;
    gap: 20px;

}
.grade-section{
    flex: 1;
}
.top-bar-wrapper{
	width: 95%;
	margin: 0 auto;
}

.recomended-project{
	background: #fff;
    display: flex;
    align-items: center;
    padding: 6px 15px;
	border-radius: 5px;
	gap: 15px;
	cursor: pointer;
}
.recomended-project P{
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: rgba(14, 20, 38, 1);
	white-space: nowrap;
}
.recomended-project.active{
    background-color: rgba(38, 88, 140, 1);
  }
  .recomended-project.active  P{
    color: #fff;
  }
  .recomended-project.active img{
   filter: invert(1);
  }
.button-white{
	background-color: #fff;
	color: rgba(14, 20, 38, 1);
}
.w-95{
	width: 95%;
	margin:0 auto
}

.activeHead{
	background:rgba(38, 88, 140, 1);
	border-color:730px;
	color: #fff;
  }

.button-group{
	display: flex;
	gap:10px;

}
.default-button{
	background: rgba(63, 112, 183, 1);
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: bolder;
	margin-top: 15px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cover fills the container without distortion */
}
 .text-single{
	text-align: center;
 }
  .text-single strong{
	font-weight: 700;
	font-size: 18px;
 }