/* Keep dropdown full-width on small screens, if already present elsewhere this is harmless */
@media (max-width: 991.98px) {
	.navbar-nav .dropdown-menu {
		width: 100%;
	}
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	font-family: "Montserrat" !important;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}

/* Improve focus visibility for keyboard users */

:focus-visible {
	outline: 2px solid #1651A9;
	outline-offset: 2px;
}

/* Skip to content link (appears on focus) */
.skip-to-content {
	position: absolute;
	top: -1000px;
	left: 0.5rem;
	background: #ffffff;
	color: #000000;
	padding: 0.5rem 0.75rem;
	border: 1px solid #1651A9;
	border-radius: 4px;
	z-index: 10000;
}

.skip-to-content:focus {
	top: 0.5rem;
}

/* Generic responsive helpers */
img {
	max-width: 100%;
	height: auto;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive>iframe,
.embed-responsive>embed,
.embed-responsive>object,
.embed-responsive>video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

a {
	text-decoration: none !important;
}

a img {
	border: none;
}

.clr {
	clear: both;
}

.box {
	padding-left: 0px;
	padding-right: 0px;
}

p {
	font-size: 16px !important;
}

.h-100 {
	height: 100% !important;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blinking-text {
	font-size: 12px !important;
	animation: blink 1s infinite;
}

.logo-main {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #005388;
	background-position: top center;
}

.logo-innar {
	width: 100%;
	height: auto;
}

.logo-innar h1 {
	font-size: 27px;
	color: #1651A9;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 31px;
	margin-top: 10px;
	font-weight: 600;
	margin-bottom: 10px;
}

.logo-innar h2 {
	font-size: 24px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
}

.logo-innar h3 {
	font-size: 14px;
	color: #262626;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
}

.logo-innar p {
	font-size: 14px;
	color: #005388;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px 0px 10px 0px;
	font-weight: 600;
	letter-spacing: 1px;
}

.logo-left {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.logo-left-image {
	width: 100%;
	height: auto;
}

.logo-left-image img {
	width: 140px;
	height: auto;
}

.logo-right {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.logo-right-image {
	width: 100%;
	height: auto;
}

.logo-right-image img {
	height: 130px;
	width: 260px;
}

.section-1 {
	/* Improved contrast */
	background-color: #AAB2F0;
	/* slightly darker for better contrast */
	background-repeat: repeat;
	position: relative;
}

.section-1::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logo-main,
.logo {
	position: relative;
	z-index: 1;
}

.logo {
	width: 140px;
	height: auto;
}

.hero-banner {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.three-main {
	width: 100%;
	height: auto;
}

.three-innar {
	width: 100%;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 40px;
	background: #fff;
	overflow: scroll;
	overflow-x: hidden;
}

.three-innar h1 {
	color: black;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.three-innar h1 span {
	font-size: 16px;
	color: #005388;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-left: 12px;
	text-transform: uppercase;
}

.three-innar h1 i {
	font-size: 16px;
	color: #005388;
	margin-right: 5px;
}

.three-innar hr {
	width: 100%;
	height: 2px;
	background: #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.three-content {
	width: 100%;
	height: auto;
	margin: 30px 0;
}

.three-content h2 {
	font-size: 14px;
	color: #005388;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}

.three-content p {
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 10px;
	background: #1651a9;
	box-shadow: 0px 0px 8px -2px #262626;
}

.three-content p img {
	width: 100px;
	height: 100px;
	float: left;
	padding-right: 10px;
}

.three-content p a {
	font-size: 14px;
	color: #ffffff;
}

.three-content p span {
	font-size: 13px;
	color: #000000;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 23px;
	text-align: justify;
	padding: 3px 5px 3px 5px;
}

.three-content p a:hover {
	text-decoration: underline !important;
}

.three-innar ul {
	padding: 0;
	margin: 0;
}

.three-innar ul li {
	display: inline-block;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.three-innar ul li h2 {
	font-size: 14px;
	color: #292929;
	font-weight: 600;
	transition: .5s;
	font-family: 'Montserrat', sans-serif;
}

.three-innar ul li span {
	font-size: 12px;
	color: #aaa;
	letter-spacing: 1px;
}

.three-innar ul li:hover h2 {
	color: #006fec;
	transition: .5s;
	padding-left: 3px;
}

.three-innar-2 {
	width: 100%;
	height: auto;
	padding: 5px;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 40px;
	background: #fff;
}

.carousel-inner,
.carousel-inner .item {
	height: 100%;
	width: 100%;
}

/* Pruned: Legacy Bootstrap 3 carousel fade/caption styles (unused) */

.speakers-innar {
	width: 100%;
	height: auto;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin-bottom: 40px;
	background: #fff;
	margin-top: 20px;
}

.speakers-innar h1 {
	font-size: 14px;
	color: #686868;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
}

.speakers-innar hr {
	width: 100%;
	height: 2px;
	background: #ccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.speakers-innar ul {
	padding: 0;
	margin: 0;
}

.speakers-innar ul li {
	list-style: none;
	display: inline-block;
	width: 32.1%;
	height: auto;
	padding: 10px;
	background: #dbf1ff;
	position: relative;
	overflow: hidden;
	margin: 0px 2px;
}

.speakers-innar ul li:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: -150%;
	transform: skew(30deg);
	transition: .5s;
	z-index: 9999;
}

.speakers-innar ul li:hover:before {
	left: 150%;
	transition: .5s;
}

.speakers-innar ul li:hover p {
	transition: .5s;
	color: #005388;
}

.speakers-innar ul li img {
	width: 100%;
	height: 157px;
}

.speakers-innar ul li p {
	font-size: 14px;
	color: #444;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	margin: 10px 0;
	font-weight: 600;
	transition: .5s;
}

.speakers-innar ul li p span {
	font-size: 13px;
	color: #aaa;
	font-weight: 100;
	font-family: "Arial Black", Gadget, sans-serif;
}

.speakers-innar ul li p a {
	font-size: 13px;
	color: #fff;
	background: #005388;
	padding: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	border: 1px solid #005388;
	transition: .5s;
	font-weight: 100;
	z-index: 9999;
}

.speakers-innar ul li:hover p a {
	font-size: 13px;
	color: #005388;
	background: #fff;
	border: 1px solid #005388;
	transition: .5s;
}

.marqu-main {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* Pruned: Legacy Bootstrap 3 panel styles (unused) */

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}

nav li,
nav .nav-toggle {
	text-align: center;
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
}

nav .dropdown.open,
.desktop nav li:hover,
nav a:hover {
	background: #1651a9;
	color: white !important;
}

nav .dropdown.open,
.desktop nav li a:hover {
	color: #fff;
}

nav .dropdown ul {
	position: relative;
	background-color: #fff;
	display: none;
}

nav a {
	display: block;
	padding: 10px 15px;
	color: black !important;
	font-weight: 600 !important;
}

/* Prevent horizontal overflow on small devices */
html,
body {
	overflow-x: hidden;
}

/* Reduce large heading sizes on small screens */
@media (max-width: 575.98px) {
	.logo-innar h1 {
		font-size: 20px;
		line-height: 26px;
	}

	.logo-innar h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.logo-innar h3 {
		font-size: 13px;
		line-height: 18px;
	}
}

.desktop nav li {
	text-align: left;
	display: inline-block;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.desktop nav li:hover ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
}

.desktop nav .dropdown ul {
	top: 0;
	right: 250px;
	position: absolute;
	display: block !important;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	width: 225px;
	z-index: 9999999;
}

.desktop nav .nav-toggle {
	display: none;
}

.blinking {
	animation: blinkingText 1.1s infinite;
}

@keyframes blinkingText {
	0% {
		color: #005388;
	}

	49% {
		color: #ddd;
	}

	50% {
		color: #444;
	}

	99% {
		color: #fff;
	}

	100% {
		color: #000;
	}
}

/* Pruned: Unused KYC box styles */

.three-innar-2 h1 {
	font-size: 20px;
	color: #005388;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: 0;
}

.three-innar-2 hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

.three-innar-2 p {
	padding: 10px;
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 10px;
}

.nav-item a {
	text-align: center;
	font-size: 16px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: #0d6efd !important;
	color: white !important;

}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #1651a9 !important;
	color: white !important;
}

.read-more {
	display: none;
}

#readMoreButton,
#readMoreButton2,
#readMoreButton3,
#readMoreButton4,
#readMoreButton5,
#readMoreButton6 {
	color: #005388;
	font-weight: 600;
}

.banner-main {
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.banner {
	width: 100%;
	height: auto !important;
	margin: auto;
	position: relative;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
}

.banner img {
	width: 100%;
	height: auto !important;
	margin: auto;
}

.about-innar {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px 0;
}

.about-innar-content {
	width: 100%;
	height: auto;
}

.about-innar-content h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #005388;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: 600;
	margin-top: 0;
}

.about-innar-content hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}

.about-innar-content p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #262626;
	text-align: justify;
	margin-bottom: 0px;
}

.about-innar-content p img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
}

.about-innar-content p a {
	font-family: "Arial Black", Gadget, sans-serif;
}

.about-innar-content h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #005388;
	text-align: justify;
	line-height: 20px;
	margin-left: 20px;
	margin: 10px 10px;
}

.about-innar-content h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #262626;
	line-height: 25px;
	margin-left: 30px;
	margin-bottom: 10px;
}

.about-innar-content h6 a {
	font-size: 13px;
	color: red;
}

.about-innar-content ul li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	transition: .5s;
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
}

.about-innar-content ul li p {
	float: left;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #262626;
	text-align: justify;
	width: 50%;
	margin: 0;
}

.about-innar-content ul li a {
	float: right;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	color: #005388;
	text-align: justify;
	width: 50%;
	margin: 0;
	display: block;
	z-index: 9999;
}

.about-innar-content ul li:Hover a:after {
	transition: .5s;
	transform: rotateY(0deg);
}

.about-innar-content ul li a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
	background: rgba(0, 83, 136, 0.5);
	z-index: 1;
	transform: rotateY(90deg);
}

.about-innar-content table {
	width: 100%;
	height: auto;
}

.about-innar-content table tr {
	border: 1px solid #ccc;
}

.about-innar-content table tr:hover td {
	transition: .5s;
	padding-left: 15px;
	color: red;
}

.about-innar-content table tr th {
	height: auto;
	padding: 10px 10px;
	font-size: 16px;
	color: #005388;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 10px 0px 0px 0px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	transition: .5s;
}

.about-innar-content table tr td {
	height: auto;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 23px;
	text-align: justify;
	border: 1px solid #ccc;
	transition: .5s;
	font-weight: 600;
	width: 30% !important;
}

.committees-innar {
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	background: #1651A9;
	padding-left: 10px;
	transition: .5s;
	margin-bottom: 10px;
}

.committees-innar:hover .committees-left-image:before {
	left: 150%;
	transition: .5s;
}

.committees-innar:hover .committees-left-image img {
	transition: .5s;
	transform: scale(1.1);
}

.committees-left {
	width: 15%;
	height: auto;
	float: left;
}

.committees-left-image {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.committees-left-image:before {
	width: 50%;
	height: 100%;
	content: '';
	top: 0;
	transform: skew(30deg);
	background-color: rgba(255, 255, 255, 0.4);
	left: -100%;
	position: absolute;
	transition: .5s;
	z-index: 9999;
}

.committees-left-image img {
	width: 100%;
	height: auto;
	transition: .5s;
}

.committees-right {
	width: 85%;
	height: auto;
	float: right;
	padding-left: 10px;
}

.committees-right h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 600;
	margin-top: 0px;
}

.committees-right p {
	font-size: 14px;
	color: white;
	line-height: 24px;
	margin-bottom: 5px;
}

.committees-right p span {
	font-size: 13px;
	color: #aaa;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	line-height: 22px;
}

.marquee>span {
	color: white;
}

.marquee>span:hover {
	text-shadow: red;
}

.marquee-container:hover {
	text-shadow: 2px 2px 4px red;
}

.date-container {
	transition: color 0.3s;
}

.marquee-container {
	padding: 5px;
	background-color: #1651a9;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	color: white;
	transition: color 0.3s;
}

.marquee {
	display: inline-block;
	animation: marquee 30s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.marquee:hover {
	animation-play-state: paused;
}


.foot {
	width: 80% !important;
}

@media only screen and (max-width: 600px) {
	.foot {
		width: 100% !important;
	}

	.mm {
		padding: 10px !important;
	}

	.coll {
		margin-left: 15px !important;
		justify-content: flex-start !important;
	}

	.container-date {
		width: 100% !important;
	}
}

@media only screen and (max-width: 992px) {
	.col-12.col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


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

.left-logo img {
	width: 300px;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.container a,
.container strong {
	margin: 10px;
}

@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}

	.container a,
	.container strong {
		margin: 5px 0;
	}

	div[style*="display: flex;"] {
		flex-direction: column;
		align-items: center;
	}

	div[style*="flex: 1;"] {
		width: 100%;
		padding: 10px;
	}
}

@media screen and (min-width: 768px) {
	nav>.container>h4 {
		display: none;
	}
}

.nav-item {
	font-weight: 600;
}

.red-text {
	font-weight: 500;
	color: red;
	font-size: 14px;
}

/* Footer Specific Styles */
.footer-bg {
	background-color: #052658;
}

.footer-container {
	width: 100%;
}

.footer-heading {
	font-size: 24px;
	font-weight: 900;
}

.footer-contact-text {
	font-size: 14px;
}

.footer-contact-link {
	color: #00f0fc;
}

.footer-copyright {
	font-size: 13px !important;
	color: white;
}

.footer-map {
	border: 0;
	width: 100%;
	height: 100% !important;
	/* Fill Bootstrap ratio container */
}

.footer-button-link {
	color: white;
}

/* Icon Fallbacks and Bootstrap Icons Support */
.bi {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
}

.bi::before {
	display: inline-block;
	width: 1em;
	text-align: center;
}

/* Fallback for Bootstrap Icons if CDN fails */
.bi-geo-alt::before {
	content: "📍";
}

.bi-telephone::before {
	content: "📞";
}

.bi-envelope::before {
	content: "✉️";
}

.bi-globe::before {
	content: "🌐";
}

/* Mobile & Responsive Optimizations */
@media (max-width: 767.98px) {
	.footer-container {
		width: 95%;
	}

	.footer-heading {
		font-size: 20px;
		margin-bottom: 0.75rem;
	}

	.footer-contact-text {
		font-size: 13px;
		line-height: 1.5;
	}

	/* Better touch targets for mobile */
	.footer-contact-link {
		display: inline-block;
		padding: 0.25rem 0;
		min-height: 44px;
		line-height: 1.3;
	}

	/* Stack sections vertically on mobile */
	.footer .col-12.col-md-4 {
		margin-bottom: 2rem;
	}

	.footer .col-12.col-md-4:last-child {
		margin-bottom: 0;
	}

	/* Responsive iframe handled by Bootstrap .ratio; no fixed height here */

	/* Better button spacing */
	.btn {
		min-height: 44px;
		font-size: 14px;
	}

	/* Address spacing */
	address ul li {
		margin-bottom: 0.75rem;
	}
}

@media (max-width: 575.98px) {
	.footer-heading {
		font-size: 18px;
	}

	.footer-contact-text {
		font-size: 12px;
	}

	/* Height controlled by .ratio */
}

/* Map fallback styling */
.map-fallback {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	padding: 1rem;
	text-align: center;
	color: #6c757d;
	font-style: italic;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
	.footer-contact-link:hover {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 4px;
	}

	.btn:hover {
		transform: none;
	}
}

/* Navbar dropdowns: match width of their parent li/nav-item */
.navbar-nav .dropdown-menu {
	min-width: 100%;
	width: 100%;
}

/* Partner logos unified sizing */
.partner-logo {
	height: 75px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	display: block;
}

/* Ensure .partner-logo height wins over Bootstrap's .img-fluid height:auto */
.img-fluid.partner-logo {
	height: 75px;
	width: auto;
}

/* Responsive heading adjustments for new hierarchy */
@media (max-width: 575.98px) {
	#conf-title {
		font-size: 22px;
		line-height: 28px;
	}

	#conf-title+h2 {
		font-size: 16px;
	}
}

/* =============================================================================
   TABLE RESPONSIVE IMPROVEMENTS
   ============================================================================= */

/* Better mobile table handling - allow horizontal scroll with visual cues */
.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1rem;
}

/* Add shadow to indicate scrollable content on mobile */
@media (max-width: 767.98px) {
	.table-responsive {
		box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.15);
	}

	/* Make table text slightly smaller on mobile for better fit */
	.table-responsive table {
		font-size: 0.875rem;
	}

	/* Ensure table cells don't wrap awkwardly */
	.table-responsive td,
	.table-responsive th {
		white-space: nowrap;
		padding: 0.5rem;
	}

	/* Allow specific columns to wrap if needed (add class to specific cells) */
	.table-responsive .wrap-text {
		white-space: normal;
		min-width: 150px;
	}

	/* Improve table header visibility on scroll */
	.table-responsive thead th {
		position: sticky;
		top: 0;
		background-color: inherit;
		z-index: 10;
	}

	/* Better contrast for table headers */
	.table-light thead th {
		background-color: #f8f9fa !important;
		border-bottom: 2px solid #dee2e6;
	}

	.table-primary thead th {
		background-color: #cfe2ff !important;
		border-bottom: 2px solid #9ec5fe;
	}
}