

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap')
	


body, html, table, div {
 
  font-family:'system-ui','Open Sans';
  margin:0;

}


a { color:#5469d4;}


.icon-bar {
    width: 100%;
    background-color: #061838;
    overflow: auto;
}

.icon-bar a {
    float: left;
    width: 30%;
    text-align: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}

.icon-bar a:hover {
    background-color: #F9E038;
    color:#fff;
    font-weight:bold;
}

.active {
    background-color: #F9E038 !important;
}


.red_col
{
	color: red;
	text-decoration:none;
}

.btn {
  
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}


/* Override btn-primary styles */
.btn-primary {
	border: 1px;
  border-radius: 25px;
   background:  #4120a9;
  color: white;
     border-color:#4120a9;
}

.btn-secondary {
   border: 1px solid #4120a9 !important;
  border-radius: 25px;
   background: #fff;
  color: black;
  border-style: solid !important;
}


.page-header {
			background: linear-gradient(135deg, #000c66 0%, #000c66 100%);
			color: white;
			padding: 2rem 0;
			margin-bottom: 2rem;
			border-radius: 0 0 20px 20px;
			box-shadow: 0 4px 15px rgba(0,0,0,0.1);
		}
		
		.breadcrumb-custom {
			background: transparent;
			color: rgba(255,255,255,0.9);
			font-size: 1.1rem;
		}
		
		.breadcrumb-custom a {
			color: rgba(255,255,255,0.8);
			text-decoration: none;
			transition: color 0.3s ease;
		}
		
		.breadcrumb-custom a:hover {
			color: white;
		}
		
		
.btn-info {
   border: 1px solid #4120a9 !important;
  border-radius: 25px;
   background: #fff;
  
  color: black;
  border-style: solid !important;
}

.btn-dark {
	border: 1px;
  border-radius: 25px;
   background:  #4120a9;
  color: white;
     border-color:#4120a9;
}




