.ssmbd-public-school-info {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	display: flex;
	gap: 20px;
	margin: 20px 0;
	padding: 24px;
}

.ssmbd-public-school-logo {
	border-radius: 999px;
	flex: 0 0 96px;
	height: 96px;
	object-fit: cover;
	width: 96px;
}

.ssmbd-public-school-content h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 6px;
}

.ssmbd-public-school-en {
	color: #4b5563;
	margin: 0 0 12px;
}

.ssmbd-public-school-content ul {
	margin: 0;
	padding: 0;
}

.ssmbd-public-school-content li {
	list-style: none;
	margin: 6px 0;
}

@media (max-width: 700px) {
	.ssmbd-public-school-info {
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

.ssmbd-teacher-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ssmbd-teacher-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	padding: 22px;
	text-align: center;
}

.ssmbd-teacher-photo {
	align-items: center;
	background: #f3f4f6;
	border-radius: 50%;
	display: inline-flex;
	height: 96px;
	justify-content: center;
	overflow: hidden;
	width: 96px;
}

.ssmbd-teacher-photo img {
	height: 96px;
	object-fit: cover;
	width: 96px;
}

.ssmbd-teacher-card h3 {
	font-size: 18px;
	margin: 14px 0 6px;
}

.ssmbd-teacher-card p {
	color: #4b5563;
	margin: 4px 0;
}

.ssmbd-teacher-designation {
	font-weight: 700;
}

.ssmbd-responsive-table {
	overflow-x: auto;
}
.ssmbd-responsive-table table {
	width: 100%;
	border-collapse: collapse;
}
.ssmbd-responsive-table th,
.ssmbd-responsive-table td {
	border: 1px solid #e5e7eb;
	padding: 10px;
	text-align: left;
}
.ssmbd-responsive-table th {
	background: #f8fafc;
	font-weight: 700;
}
.ssmbd-students-list img {
	border-radius: 999px;
	object-fit: cover;
}

.ssmbd-notice-board {
	display: grid;
	gap: 16px;
}
.ssmbd-notice-item {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.ssmbd-notice-item h3 {
	margin: 8px 0 10px;
	font-size: 22px;
}
.ssmbd-notice-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 13px;
	color: #475569;
}
.ssmbd-notice-meta span,
.ssmbd-notice-meta strong {
	background: #f1f5f9;
	border-radius: 999px;
	padding: 4px 10px;
}
.ssmbd-notice-meta strong {
	background: #fee2e2;
	color: #991b1b;
}
.ssmbd-public-button {
	display: inline-block;
	padding: 9px 14px;
	border-radius: 10px;
	background: #2563eb;
	color: #fff !important;
	text-decoration: none;
}

.ssmbd-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
}

.ssmbd-gallery-card {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.ssmbd-gallery-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
}

.ssmbd-gallery-card p {
	margin: 8px 0 0;
}

.ssmbd-video-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 180px;
	border-radius: 10px;
	background: #f3f4f6;
	text-decoration: none;
	font-weight: 700;
}

.ssmbd-public-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;margin:18px 0;box-shadow:0 10px 30px rgba(15,23,42,.06)}.ssmbd-public-form{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}.ssmbd-public-form input{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px}.ssmbd-public-form button{padding:10px 18px;border:0;border-radius:8px;background:#2563eb;color:#fff;cursor:pointer}.ssmbd-public-summary{background:#f8fafc;border-radius:10px;padding:14px;margin:14px 0}.ssmbd-public-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:14px 0}.ssmbd-public-grid div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:14px;text-align:center}.ssmbd-public-grid strong{display:block;font-size:24px}.ssmbd-public-table{width:100%;border-collapse:collapse;margin-top:14px}.ssmbd-public-table th,.ssmbd-public-table td{border:1px solid #e5e7eb;padding:10px;text-align:left}.ssmbd-public-table th{background:#f8fafc}@media(max-width:700px){.ssmbd-public-form input,.ssmbd-public-form button{width:100%}.ssmbd-public-table{display:block;overflow-x:auto}}
.ssmbd-table-responsive{width:100%;overflow-x:auto}.ssmbd-routine-public h3{margin:0 0 14px;font-size:24px}.ssmbd-routine-public{margin:20px 0}


/* Frontend UI polish - v1.0.24 */
.ssmbd-public-wrap, .ssmbd-public-card, .ssmbd-notice-list, .ssmbd-gallery-grid {
	box-sizing: border-box;
}
.ssmbd-public-card, .ssmbd-notice-item, .ssmbd-gallery-item {
	border-radius: 14px;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}
.ssmbd-public-card table, .ssmbd-public-table {
	width: 100%;
	border-collapse: collapse;
}
.ssmbd-public-card th, .ssmbd-public-card td, .ssmbd-public-table th, .ssmbd-public-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 768px) {
	.ssmbd-public-card table, .ssmbd-public-table {
		display: block;
		overflow-x: auto;
	}
}

/* UI/UX extension - v1.0.25 */
:root {
	--ssmbd-primary: #234b85;
	--ssmbd-primary-deep: #0b5d34;
	--ssmbd-accent: #e8dfd2;
	--ssmbd-surface: #ffffff;
	--ssmbd-surface-alt: #f3f5f1;
	--ssmbd-border: #d9e0d5;
	--ssmbd-text: #1f2937;
	--ssmbd-text-soft: #5b6472;
	--ssmbd-shadow: 0 18px 40px rgba(35, 75, 133, 0.08);
}

.ssmbd-public-wrap {
	color: var(--ssmbd-text);
	font-size: 16px;
	line-height: 1.6;
	margin: 24px 0;
}

.ssmbd-section-intro {
	margin-bottom: 22px;
}

.ssmbd-section-intro h1,
.ssmbd-section-intro h2,
.ssmbd-section-intro h3,
.ssmbd-profile-content h1,
.ssmbd-result-sheet-header h3,
.ssmbd-student-details-column h2 {
	color: var(--ssmbd-primary);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 10px;
}

.ssmbd-section-intro p,
.ssmbd-profile-summary,
.ssmbd-breadcrumbs,
.ssmbd-public-empty,
.ssmbd-mini-meta,
.ssmbd-contact-card small,
.ssmbd-info-grid span,
.ssmbd-student-detail-grid span,
.ssmbd-result-sheet-header p,
.ssmbd-result-footer-card span {
	color: var(--ssmbd-text-soft);
}

.ssmbd-section-badge,
.ssmbd-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--ssmbd-primary);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 12px;
}

.ssmbd-chip {
	background: var(--ssmbd-accent);
	color: var(--ssmbd-primary);
	margin-bottom: 0;
}

.ssmbd-chip-grade {
	background: rgba(11, 93, 52, 0.1);
	color: var(--ssmbd-primary-deep);
}

.ssmbd-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 1px solid transparent;
	border-radius: 12px;
	padding: 12px 18px;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
	cursor: pointer;
}

.ssmbd-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.ssmbd-button-primary {
	background: var(--ssmbd-primary-deep);
	color: #fff !important;
}

.ssmbd-button-light {
	background: #6bbbe2;
	color: #fff !important;
}

.ssmbd-button-block {
	display: flex;
	width: 100%;
}

.ssmbd-public-empty {
	background: var(--ssmbd-surface);
	border: 1px dashed var(--ssmbd-border);
	border-radius: 16px;
	padding: 18px;
	box-shadow: var(--ssmbd-shadow);
}

.ssmbd-search-hero,
.ssmbd-result-sheet-modern,
.ssmbd-profile-hero,
.ssmbd-student-profile-card,
.ssmbd-surface-card,
.ssmbd-search-box,
.ssmbd-student-extra-grid > .ssmbd-surface-card {
	background: var(--ssmbd-surface);
	border: 1px solid var(--ssmbd-border);
	border-radius: 24px;
	box-shadow: var(--ssmbd-shadow);
}

.ssmbd-search-hero {
	padding: 26px;
	margin-bottom: 22px;
}

.ssmbd-search-box {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) auto;
	gap: 14px;
	padding: 18px;
	margin-top: 18px;
	background: linear-gradient(180deg, rgba(35, 75, 133, 0.03), rgba(11, 93, 52, 0.03));
}

.ssmbd-search-box label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-weight: 700;
	color: var(--ssmbd-text);
}

.ssmbd-search-box input,
.ssmbd-search-box select,
.ssmbd-search-box button {
	min-height: 48px;
	border-radius: 12px;
}

.ssmbd-search-box input,
.ssmbd-search-box select {
	border: 1px solid #cfd8d2;
	padding: 0 14px;
	font-size: 15px;
	background: #fff;
}

.ssmbd-search-box button {
	align-self: end;
}

.ssmbd-teacher-grid-modern {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 24px;
}

.ssmbd-teacher-card-modern {
	padding: 0;
	border: 1px solid var(--ssmbd-border);
	border-radius: 22px;
	overflow: hidden;
	box-shadow: var(--ssmbd-shadow);
	background: var(--ssmbd-surface);
}

.ssmbd-teacher-photo-wrap {
	position: relative;
}

.ssmbd-teacher-photo-rect {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 280px;
	border-radius: 0;
	background: #eef2f0;
	overflow: hidden;
}

.ssmbd-teacher-photo-rect img,
.ssmbd-profile-image-card img,
.ssmbd-student-photo-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ssmbd-teacher-photo-wrap .ssmbd-chip {
	position: absolute;
	left: 16px;
	bottom: 16px;
}

.ssmbd-teacher-card-body {
	padding: 18px 20px 22px;
}

.ssmbd-teacher-card-body h3 {
	margin: 0 0 6px;
	font-size: 28px;
	color: var(--ssmbd-primary-deep);
}

.ssmbd-teacher-subtitle {
	margin: 0 0 10px;
	font-weight: 600;
}

.ssmbd-mini-meta {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
}

.ssmbd-mini-meta li {
	margin-bottom: 6px;
}

.ssmbd-breadcrumbs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 0 18px;
	font-weight: 600;
}

.ssmbd-breadcrumbs a {
	color: var(--ssmbd-primary-deep);
	text-decoration: none;
}

.ssmbd-profile-hero {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 26px;
	padding: 28px;
	margin-bottom: 22px;
}

.ssmbd-profile-image-card {
	height: 320px;
	border: 3px solid #ead8b0;
	border-radius: 18px;
	overflow: hidden;
	background: #eef1ef;
}

.ssmbd-profile-fallback,
.ssmbd-student-photo-fallback,
.ssmbd-teacher-photo-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 72px;
	font-weight: 800;
	color: var(--ssmbd-primary);
	background: linear-gradient(135deg, #edf2ff, #eaf3ec);
}

.ssmbd-profile-summary {
	font-size: 18px;
	margin-bottom: 20px;
}

.ssmbd-contact-grid,
.ssmbd-result-footer-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.ssmbd-contact-card,
.ssmbd-result-footer-card {
	padding: 16px 18px;
	border-radius: 18px;
	background: #f7f7f2;
	border: 1px solid var(--ssmbd-border);
}

.ssmbd-contact-card strong,
.ssmbd-result-footer-card strong,
.ssmbd-info-grid strong,
.ssmbd-student-detail-grid strong,
.ssmbd-summary-pills span,
.ssmbd-result-student-meta strong {
	color: var(--ssmbd-text);
	font-weight: 800;
	display: block;
}

.ssmbd-profile-layout,
.ssmbd-student-extra-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 22px;
}

.ssmbd-surface-card {
	padding: 24px;
	margin-bottom: 22px;
}

.ssmbd-surface-card-accent {
	background: var(--ssmbd-primary-deep);
	color: #fff;
}

.ssmbd-surface-card-accent h3,
.ssmbd-surface-card-accent .ssmbd-check-list li,
.ssmbd-surface-card-accent p {
	color: #fff;
}

.ssmbd-surface-card-soft {
	background: #f3efe7;
}

.ssmbd-info-grid,
.ssmbd-result-student-meta,
.ssmbd-student-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ssmbd-info-grid div,
.ssmbd-result-student-meta div,
.ssmbd-student-detail-grid div {
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(31, 41, 55, 0.08);
}

.ssmbd-info-grid span,
.ssmbd-result-student-meta span,
.ssmbd-student-detail-grid span,
.ssmbd-contact-card small,
.ssmbd-result-footer-card span {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.ssmbd-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ssmbd-check-list li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ssmbd-check-list li:last-child {
	border-bottom: 0;
}

.ssmbd-student-profile-top {
	margin-bottom: 12px;
}

.ssmbd-student-profile-card {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 26px;
	padding: 28px;
	margin-bottom: 22px;
}

.ssmbd-student-photo-card {
	border: 4px solid rgba(35, 75, 133, 0.16);
	background: #f2f4f6;
	padding: 16px;
	height: 360px;
}

.ssmbd-student-photo-card,
.ssmbd-student-photo-card img,
.ssmbd-student-photo-fallback {
	border-radius: 6px;
}

.ssmbd-student-details-column h2 {
	font-size: 42px;
	letter-spacing: .02em;
	padding-bottom: 12px;
	border-bottom: 2px solid #2f7ac8;
	margin-bottom: 20px;
}

.ssmbd-student-extra-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssmbd-search-hero-result .ssmbd-search-box {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
}

.ssmbd-result-sheet-modern {
	padding: 24px;
}

.ssmbd-result-sheet-header {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.ssmbd-summary-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ssmbd-summary-pills span {
	padding: 10px 14px;
	background: #f4f7f4;
	border: 1px solid var(--ssmbd-border);
	border-radius: 999px;
}

.ssmbd-table-shell {
	overflow-x: auto;
	border: 1px solid var(--ssmbd-border);
	border-radius: 18px;
	margin: 18px 0;
}

.ssmbd-result-table-modern {
	margin: 0;
}

.ssmbd-result-table-modern th {
	background: #eff4ef;
	color: var(--ssmbd-primary);
	font-weight: 800;
}

.ssmbd-result-table-modern td,
.ssmbd-result-table-modern th {
	border-bottom: 1px solid var(--ssmbd-border);
}

.ssmbd-result-table-modern tbody tr:nth-child(even) td {
	background: #fcfcfa;
}

@media (max-width: 991px) {
	.ssmbd-search-box,
	.ssmbd-search-hero-result .ssmbd-search-box,
	.ssmbd-profile-hero,
	.ssmbd-profile-layout,
	.ssmbd-contact-grid,
	.ssmbd-result-footer-grid,
	.ssmbd-student-profile-card,
	.ssmbd-student-extra-grid {
		grid-template-columns: 1fr;
	}

	.ssmbd-profile-image-card,
	.ssmbd-student-photo-card {
		height: auto;
		max-height: 360px;
	}
}

@media (max-width: 767px) {
	.ssmbd-search-hero,
	.ssmbd-result-sheet-modern,
	.ssmbd-profile-hero,
	.ssmbd-student-profile-card,
	.ssmbd-surface-card {
		padding: 18px;
		border-radius: 18px;
	}

	.ssmbd-teacher-card-body h3,
	.ssmbd-student-details-column h2 {
		font-size: 28px;
	}

	.ssmbd-info-grid,
	.ssmbd-result-student-meta,
	.ssmbd-student-detail-grid {
		grid-template-columns: 1fr;
	}

	.ssmbd-summary-pills,
	.ssmbd-result-sheet-header {
		flex-direction: column;
	}
}

/* Brand color correction - v1.0.26 */
:root {
	--ssmbd-primary: #234b85;
	--ssmbd-primary-deep: #234b85;
	--ssmbd-accent: #f1e8d8;
}
.ssmbd-button-primary,
.ssmbd-public-button,
.ssmbd-public-form button {
	background: #234b85 !important;
	color: #ffffff !important;
}
.ssmbd-teacher-card-body h3,
.ssmbd-profile-content h1,
.ssmbd-student-details-column h2 {
	color: #234b85 !important;
}
.ssmbd-surface-card-accent {
	background: #234b85 !important;
}
.ssmbd-section-badge {
	background: #234b85 !important;
	color: #ffffff !important;
}
.ssmbd-chip {
	background: #f1e8d8 !important;
	color: #234b85 !important;
}
.ssmbd-search-hero,
.ssmbd-result-sheet-modern,
.ssmbd-profile-hero,
.ssmbd-student-profile-card,
.ssmbd-surface-card,
.ssmbd-search-box,
.ssmbd-student-extra-grid > .ssmbd-surface-card {
	border-color: #d9d1c2;
}

/* Search filter improvements - v1.0.27 */
.ssmbd-search-box-wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ssmbd-search-box-wide button {
	grid-column: 2 / 3;
	justify-self: stretch;
}
.ssmbd-search-hero .ssmbd-section-intro {
	text-align: center;
}
.ssmbd-search-hero-result {
	background-image: linear-gradient(135deg, rgba(35,75,133,.06), rgba(232,223,210,.2));
}
@media (max-width: 991px) {
	.ssmbd-search-box-wide,
	.ssmbd-search-hero-result .ssmbd-search-box-wide {
		grid-template-columns: 1fr;
	}
	.ssmbd-search-box-wide button {
		grid-column: auto;
	}
}

/* Bengali UI + notice layout - v1.0.28 */
.ssmbd-public-wrap,
.ssmbd-public-wrap input,
.ssmbd-public-wrap select,
.ssmbd-public-wrap button,
.ssmbd-public-wrap textarea {
	font-family: "Tiro Bangla", "Noto Serif Bengali", "Noto Sans Bengali", "SolaimanLipi", "Siyam Rupali", Georgia, serif;
}

.ssmbd-search-box-wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ssmbd-search-box-wide .ssmbd-button,
.ssmbd-search-box-wide button {
	grid-column: 2 / 3;
}

.ssmbd-public-section-filter option[disabled] {
	display: none;
}

.ssmbd-notice-section-modern {
	background: #f7f8f4;
	padding: 52px 0;
}

.ssmbd-notice-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 32px;
}

.ssmbd-notice-kicker {
	display: block;
	color: var(--ssmbd-primary);
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 5px;
}

.ssmbd-notice-section-head h2 {
	color: var(--ssmbd-primary);
	font-size: 42px;
	line-height: 1.15;
	margin: 0;
	font-weight: 900;
}

.ssmbd-button-outline {
	background: transparent;
	border-color: var(--ssmbd-primary);
	color: var(--ssmbd-primary) !important;
	border-radius: 999px;
	padding: 13px 22px;
}

.ssmbd-notice-grid-modern {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.ssmbd-notice-card-modern {
	background: #fff;
	border: 1px solid #e8ede6;
	border-left: 4px solid var(--ssmbd-primary);
	border-radius: 20px;
	box-shadow: 0 18px 40px rgba(35, 75, 133, 0.08);
	padding: 30px;
	min-height: 235px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.ssmbd-notice-card-modern:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 46px rgba(35, 75, 133, 0.12);
}

.ssmbd-notice-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 20px;
}

.ssmbd-notice-category {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	background: #eef3ff;
	color: var(--ssmbd-primary);
	font-size: 13px;
	font-weight: 800;
}

.ssmbd-notice-date {
	color: #6b7280;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.ssmbd-notice-card-modern h3 {
	color: var(--ssmbd-primary);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 14px;
}

.ssmbd-notice-excerpt {
	color: #4b5563;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 22px;
}

.ssmbd-notice-link {
	color: var(--ssmbd-primary) !important;
	font-weight: 900;
	text-decoration: none !important;
}

@media (max-width: 991px) {
	.ssmbd-search-box-wide,
	.ssmbd-notice-grid-modern {
		grid-template-columns: 1fr;
	}
	.ssmbd-search-box-wide .ssmbd-button,
	.ssmbd-search-box-wide button {
		grid-column: auto;
	}
	.ssmbd-notice-section-head {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Bangla font and notice polish - v1.0.29 */
.ssmbd-public-wrap,
.ssmbd-public-wrap input,
.ssmbd-public-wrap select,
.ssmbd-public-wrap button,
.ssmbd-public-wrap textarea {
	font-family: "Tiro Bangla", "Noto Serif Bengali", "Noto Sans Bengali", "SolaimanLipi", "Siyam Rupali", Georgia, serif;
}

.ssmbd-notice-board-modern {
	background: #fbfbf6;
	padding: 28px 0;
}

.ssmbd-notice-board-modern .ssmbd-section-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.ssmbd-notice-board-modern .ssmbd-notice-list,
.ssmbd-notice-board-modern .ssmbd-notice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.ssmbd-notice-board-modern .ssmbd-notice-item,
.ssmbd-notice-card-modern {
	background: #fff;
	border: 1px solid #e4e7df;
	border-left: 4px solid #234b85;
	border-radius: 20px;
	box-shadow: 0 16px 35px rgba(35, 75, 133, .08);
	padding: 24px;
}

.ssmbd-notice-board-modern .ssmbd-notice-item h3,
.ssmbd-notice-card-modern h3 {
	color: #234b85;
	font-size: 22px;
	line-height: 1.35;
}

.ssmbd-notice-board-modern .ssmbd-notice-meta span,
.ssmbd-notice-board-modern .ssmbd-notice-meta strong {
	background: #eef3fb;
	color: #234b85;
}

/* Notice polish - v1.0.33 */
.ssmbd-notice-section-modern {
	background: #f6f7f3;
	border: 1px solid #d8decd;
	border-radius: 22px;
	padding: 34px;
	box-shadow: 0 16px 34px rgba(35,75,133,.08);
	margin: 28px auto;
	max-width: 1180px;
}
.ssmbd-notice-section-head {
	padding: 0 6px 22px;
}
.ssmbd-notice-section-head h2 {
	font-size: 36px;
	color: #234b85;
}
.ssmbd-button-outline {
	background: #fff;
	border: 1px solid #234b85;
	color: #234b85 !important;
}
.ssmbd-notice-grid-modern {
	gap: 24px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.ssmbd-notice-card-modern {
	border: 1px solid #dfe6d8;
	border-left: 5px solid #234b85;
	border-radius: 20px;
	padding: 26px;
	box-shadow: 0 18px 36px rgba(35,75,133,.08);
}
.ssmbd-notice-card-modern h3 {
	font-size: 20px;
	line-height: 1.45;
	color: #234b85;
}
.ssmbd-notice-category {
	background: #e9eef7;
	color: #234b85;
}
.ssmbd-notice-link {
	color: #234b85;
	font-weight: 800;
}
@media (max-width: 700px) {
	.ssmbd-notice-section-modern { padding: 20px; border-radius: 16px; }
	.ssmbd-notice-section-head h2 { font-size: 28px; }
}

/* Bangla Marksheet redesign - v1.0.46 */
.ssmbd-marksheet-actions{max-width:820px;margin:18px auto;text-align:center;display:flex;gap:10px;justify-content:center;align-items:center}.ssmbd-marksheet-actions .button{background:#234b85!important;color:#fff!important;border:0!important;border-radius:8px;padding:10px 18px;height:auto;font-weight:800;text-decoration:none!important}.ssmbd-bangla-marksheet{position:relative;max-width:820px;margin:20px auto;padding:22px 26px 28px;background:#fbfff8!important;border:3px double #245c2c!important;color:#16331a!important;font-family:"Tiro Bangla","Noto Serif Bengali","Noto Sans Bengali","SolaimanLipi","Siyam Rupali",serif;box-shadow:0 12px 32px rgba(23,75,35,.12);box-sizing:border-box;overflow:hidden}.ssmbd-bangla-marksheet:before{content:"";position:absolute;inset:88px 85px 110px;background:var(--ssmbd-ms-watermark, none);background-repeat:no-repeat;background-position:center;background-size:45%;opacity:.05;pointer-events:none}.ssmbd-ms-corner{position:absolute;width:44px;height:44px;border-color:#245c2c;opacity:.9}.ssmbd-ms-corner-tl{left:6px;top:6px;border-top:2px solid;border-left:2px solid;border-radius:12px 0 0 0}.ssmbd-ms-corner-tr{right:6px;top:6px;border-top:2px solid;border-right:2px solid;border-radius:0 12px 0 0}.ssmbd-ms-corner-bl{left:6px;bottom:6px;border-bottom:2px solid;border-left:2px solid;border-radius:0 0 0 12px}.ssmbd-ms-corner-br{right:6px;bottom:6px;border-bottom:2px solid;border-right:2px solid;border-radius:0 0 12px 0}.ssmbd-ms-header{display:grid;grid-template-columns:92px 1fr 210px;gap:14px;align-items:start;text-align:center;margin-bottom:6px}.ssmbd-ms-logo-box img{width:82px;height:82px;object-fit:contain}.ssmbd-ms-school h1{font-size:32px;line-height:1.12;margin:0;color:#155923;font-weight:900}.ssmbd-ms-school p{margin:2px 0;color:#333;font-size:13px;line-height:1.25}.ssmbd-ms-school h2{font-size:20px;margin:8px 0 0;color:#155923;font-weight:800}.ssmbd-ms-school h3{font-size:22px;margin:2px 0 0;color:#222;font-weight:800}.ssmbd-ms-grade-scale table{width:100%;border-collapse:collapse;font-size:10px;background:#eef6ed}.ssmbd-ms-grade-scale th{background:#3d70bf;color:#fff;font-size:10px;padding:4px;border:1px solid #dfe8f5;text-align:center}.ssmbd-ms-grade-scale td{padding:3px 4px;border:1px solid #dfe8f5;text-align:center;background:#edf3e9}.ssmbd-ms-student-id{font-size:16px;margin:8px 0 6px;color:#1d321d}.ssmbd-ms-student-card{position:relative;border:1.5px solid #34623a;border-radius:4px;margin:0 0 10px;padding:22px 14px 10px;background:#fff}.ssmbd-ms-chip{position:absolute;left:16px;top:-12px;background:#155923;color:#fff;padding:4px 12px;border-radius:3px;font-size:13px;font-weight:800}.ssmbd-ms-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 32px}.ssmbd-ms-info-grid div{display:grid;grid-template-columns:85px 12px 1fr;align-items:center;font-size:14px;line-height:1.5}.ssmbd-ms-info-grid span{font-weight:700}.ssmbd-ms-info-grid strong{font-weight:700;color:#111}.ssmbd-ms-table-wrap{margin-top:10px}.ssmbd-ms-marks-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px;text-align:center}.ssmbd-ms-marks-table th,.ssmbd-ms-marks-table td{border:1px solid #8aae8b;padding:5px 7px;line-height:1.2}.ssmbd-ms-marks-table th{background:#e5f1df;color:#1d3f21;font-weight:800}.ssmbd-ms-marks-table .ssmbd-ms-serial{width:55px}.ssmbd-ms-marks-table td:nth-child(2){text-align:left}.ssmbd-ms-summary-row td{font-weight:800;background:#edf6e9!important}.ssmbd-ms-final-result{display:grid;grid-template-columns:100px 1fr;border:1px solid #8aae8b;margin:10px 0 22px;background:#eef7e8;align-items:center}.ssmbd-ms-final-result span{padding:8px 12px;border-right:1px solid #8aae8b;font-weight:800}.ssmbd-ms-final-result strong{text-align:center;font-size:30px;color:#155923;line-height:1.15;padding:6px;font-weight:900}.ssmbd-ms-signatures{display:flex;justify-content:space-between;gap:40px;margin:54px 70px 10px}.ssmbd-ms-signatures div{text-align:center;min-width:180px}.ssmbd-ms-signatures img{max-height:45px;display:block;margin:0 auto 4px}.ssmbd-ms-signatures span{display:block;border-top:1px dotted #555;padding-top:6px;font-weight:700}.ssmbd-ms-bottom-ornament{text-align:center;color:#155923;font-size:24px;margin-top:-8px}@media (max-width: 780px){.ssmbd-ms-header{grid-template-columns:1fr}.ssmbd-ms-grade-scale{max-width:360px;margin:0 auto}.ssmbd-ms-info-grid{grid-template-columns:1fr}.ssmbd-ms-signatures{margin-left:10px;margin-right:10px}}@media print{@page{size:A4 portrait;margin:10mm}body *{visibility:hidden!important}.ssmbd-bangla-marksheet,.ssmbd-bangla-marksheet *{visibility:visible!important}.ssmbd-bangla-marksheet{position:absolute!important;left:0!important;top:0!important;right:0!important;width:190mm!important;max-width:190mm!important;min-height:270mm!important;margin:0 auto!important;padding:12mm 10mm!important;box-shadow:none!important;page-break-after:auto!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ssmbd-no-print,.ssmbd-no-print *{display:none!important}.ssmbd-ms-school h1{font-size:26px!important}.ssmbd-ms-header{grid-template-columns:72px 1fr 190px!important}.ssmbd-ms-logo-box img{width:64px!important;height:64px!important}.ssmbd-ms-marks-table{font-size:11px!important}.ssmbd-ms-marks-table th,.ssmbd-ms-marks-table td{padding:4px!important}.ssmbd-ms-final-result strong{font-size:24px!important}.ssmbd-ms-signatures{margin-top:44px!important}}


/* Marksheet rebuild - v1.0.47 */
.ssmbd-bangla-marksheet{position:relative;max-width:820px;margin:20px auto;padding:12px;background:#fdfef8!important;border:1px solid #4f7e48!important;color:#1c2f1f!important;font-family:"Tiro Bangla","Noto Serif Bengali","Noto Sans Bengali","SolaimanLipi","Siyam Rupali",serif;box-shadow:0 12px 32px rgba(30,74,38,.12);overflow:hidden}
.ssmbd-bangla-marksheet:before{content:"";position:absolute;inset:90px 70px 140px;background:var(--ssmbd-ms-watermark,none) no-repeat center/42%;opacity:.05;pointer-events:none}
.ssmbd-bangla-marksheet .ssmbd-ms-frame{position:relative;border:3px double #7ba171;border-radius:4px;padding:18px 18px 26px;background:linear-gradient(180deg,#fefff9 0%,#fbfdf8 100%)}
.ssmbd-bangla-marksheet .ssmbd-ms-frame:before,.ssmbd-bangla-marksheet .ssmbd-ms-frame:after{content:"";position:absolute;inset:6px;border:1px solid #c7d8bf;border-radius:3px;pointer-events:none}
.ssmbd-bangla-marksheet .ssmbd-ms-frame:after{inset:auto 50%;bottom:10px;width:38px;height:10px;transform:translateX(-50%);border:none;border-bottom:2px solid #87a17a;border-radius:0;opacity:.6}
.ssmbd-ms-header{display:grid;grid-template-columns:96px 1fr 200px;gap:14px;align-items:start;margin-bottom:10px}
.ssmbd-ms-logo-box{display:flex;align-items:flex-start;justify-content:center;padding-top:6px}
.ssmbd-ms-logo-box img{width:82px;height:82px;object-fit:contain}
.ssmbd-ms-school{text-align:center}
.ssmbd-ms-school h1{font-size:31px;line-height:1.14;margin:0;color:#1e5a25;font-weight:900}
.ssmbd-ms-school p{margin:2px 0;color:#333;font-size:13px;line-height:1.25}
.ssmbd-ms-school h2{font-size:17px;line-height:1.2;margin:10px 0 0;color:#365f2f;font-weight:800}
.ssmbd-ms-school h3{font-size:20px;line-height:1.2;margin:4px 0 0;color:#222;font-weight:800}
.ssmbd-ms-grade-scale{align-self:start}
.ssmbd-ms-grade-scale table{width:100%;border-collapse:collapse;font-size:10px;background:#f4faf1}
.ssmbd-ms-grade-scale th,.ssmbd-ms-grade-scale td{border:1px solid #b9ccb2;padding:4px 5px;text-align:center}
.ssmbd-ms-grade-scale th{background:#4d82ca;color:#fff;font-weight:700}
.ssmbd-ms-grade-scale td{background:#eef5ea;color:#222}
.ssmbd-ms-student-id{font-size:17px;margin:8px 0 12px;font-weight:700;color:#1d321d}
.ssmbd-ms-student-id strong{font-weight:800}
.ssmbd-ms-student-card{position:relative;margin:0 0 14px;padding:18px 14px 12px;background:#fff;border:1.5px solid #8aac7c;border-radius:5px}
.ssmbd-ms-chip{position:absolute;left:14px;top:-14px;background:linear-gradient(180deg,#4f823d 0%,#3d6d31 100%);color:#fff;padding:5px 14px;border-radius:4px;font-size:13px;font-weight:800;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.ssmbd-ms-info-table{width:100%;border-collapse:collapse;font-size:14px}
.ssmbd-ms-info-table th,.ssmbd-ms-info-table td{border:none;padding:5px 8px;vertical-align:middle}
.ssmbd-ms-info-table th{width:110px;text-align:left;font-weight:800;color:#1f2f1b;white-space:nowrap}
.ssmbd-ms-info-table td{font-weight:600;color:#222}
.ssmbd-ms-info-table th:after{content:" :";padding-left:6px}
.ssmbd-ms-table-wrap{margin-top:8px}
.ssmbd-ms-marks-table{width:100%;border-collapse:collapse;background:#fff;font-size:13px;text-align:center}
.ssmbd-ms-marks-table th,.ssmbd-ms-marks-table td{border:1px solid #a8bca1;padding:6px 7px;line-height:1.25}
.ssmbd-ms-marks-table th{background:#e6f0e0;color:#243c25;font-weight:800}
.ssmbd-ms-marks-table .ssmbd-ms-serial{width:56px}
.ssmbd-ms-marks-table .ssmbd-ms-subject-name{text-align:left}
.ssmbd-ms-summary-row td{font-weight:800;background:#eff6ea!important}
.ssmbd-ms-summary-row td:first-child{text-align:left;padding-left:14px}
.ssmbd-ms-final-result{display:grid;grid-template-columns:120px 1fr;border:1px solid #8aac7c;background:#eef6e8;margin:12px 0 22px;align-items:center}
.ssmbd-ms-final-result span{padding:9px 12px;border-right:1px solid #8aac7c;font-weight:800}
.ssmbd-ms-final-result strong{text-align:center;padding:8px;font-size:32px;line-height:1.1;color:#2d6c2d;font-weight:900}
.ssmbd-ms-signatures{display:flex;justify-content:space-between;gap:60px;margin:54px 56px 8px}
.ssmbd-ms-signatures>div{flex:0 0 220px;text-align:center}
.ssmbd-ms-signature-image{height:46px;display:flex;align-items:flex-end;justify-content:center;margin-bottom:6px}
.ssmbd-ms-signature-image img{max-height:42px;max-width:140px;display:block}
.ssmbd-ms-signatures span{display:block;padding-top:5px;border-top:1px dashed #5f705f;font-weight:700}
.ssmbd-ms-bottom-ornament{text-align:center;color:#68855f;font-size:22px;line-height:1;margin-top:4px}
@media (max-width:780px){.ssmbd-ms-header{grid-template-columns:1fr}.ssmbd-ms-logo-box{order:1}.ssmbd-ms-school{order:2}.ssmbd-ms-grade-scale{order:3;max-width:320px;margin:0 auto}.ssmbd-ms-signatures{margin-left:10px;margin-right:10px;gap:16px}.ssmbd-ms-signatures>div{flex:1 1 0}}
@media print{@page{size:A4 portrait;margin:8mm}body *{visibility:hidden!important}.ssmbd-bangla-marksheet,.ssmbd-bangla-marksheet *{visibility:visible!important}.ssmbd-bangla-marksheet{position:absolute!important;left:0!important;top:0!important;right:0!important;width:194mm!important;max-width:194mm!important;margin:0 auto!important;padding:0!important;box-shadow:none!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ssmbd-bangla-marksheet .ssmbd-ms-frame{min-height:278mm;padding:14px 14px 22px!important}.ssmbd-no-print,.ssmbd-no-print *{display:none!important}.ssmbd-ms-header{grid-template-columns:84px 1fr 184px!important;gap:10px!important}.ssmbd-ms-logo-box img{width:74px!important;height:74px!important}.ssmbd-ms-school h1{font-size:28px!important}.ssmbd-ms-school p{font-size:12px!important}.ssmbd-ms-school h2{font-size:16px!important}.ssmbd-ms-school h3{font-size:18px!important}.ssmbd-ms-grade-scale table{font-size:9px!important}.ssmbd-ms-student-id{font-size:15px!important;margin:6px 0 10px!important}.ssmbd-ms-info-table{font-size:13px!important}.ssmbd-ms-info-table th{width:95px!important}.ssmbd-ms-marks-table{font-size:11.5px!important}.ssmbd-ms-marks-table th,.ssmbd-ms-marks-table td{padding:4px 5px!important}.ssmbd-ms-final-result{margin:10px 0 20px!important}.ssmbd-ms-final-result strong{font-size:28px!important}.ssmbd-ms-signatures{margin:48px 52px 8px!important}}


/* Marksheet header alignment polish - v1.0.49 */
.ssmbd-bangla-marksheet .ssmbd-ms-header{position:relative;display:block;min-height:168px;margin-bottom:10px}
.ssmbd-bangla-marksheet .ssmbd-ms-logo-box{position:absolute;left:6px;top:10px;width:92px;display:flex;justify-content:center;align-items:flex-start}
.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale{position:absolute;right:4px;top:34px;width:205px}
.ssmbd-bangla-marksheet .ssmbd-ms-school{max-width:470px;margin:0 auto;padding-top:2px;text-align:center}
.ssmbd-bangla-marksheet .ssmbd-ms-school h1{margin:0 auto 2px;text-align:center}
.ssmbd-bangla-marksheet .ssmbd-ms-school p,.ssmbd-bangla-marksheet .ssmbd-ms-school h2,.ssmbd-bangla-marksheet .ssmbd-ms-school h3{text-align:center}
@media (max-width:780px){.ssmbd-bangla-marksheet .ssmbd-ms-header{display:grid;min-height:initial}.ssmbd-bangla-marksheet .ssmbd-ms-logo-box,.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale{position:static;width:auto}.ssmbd-bangla-marksheet .ssmbd-ms-school{max-width:none;padding-top:0}}
@media print{.ssmbd-bangla-marksheet .ssmbd-ms-header{display:block!important;min-height:146px!important;margin-bottom:8px!important}.ssmbd-bangla-marksheet .ssmbd-ms-logo-box{position:absolute!important;left:0!important;top:8px!important;width:78px!important}.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale{position:absolute!important;right:0!important;top:28px!important;width:176px!important}.ssmbd-bangla-marksheet .ssmbd-ms-school{max-width:430px!important;margin:0 auto!important;padding-top:0!important}}


/* Marksheet polish - v1.0.50 */
.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale{top:52px!important;right:6px!important;width:220px!important}
.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale table{background:#fff!important}
.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale th,.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale td{background:#fff!important;color:#111!important;border:1px solid #9eb493!important}
.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale th{font-weight:800!important}
.ssmbd-bangla-marksheet .ssmbd-ms-school{padding-top:0!important}
.ssmbd-bangla-marksheet .ssmbd-ms-school p{margin:1px 0!important}
.ssmbd-bangla-marksheet .ssmbd-ms-school h3{margin-top:10px!important}
@media print{.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale{top:44px!important;right:2px!important;width:188px!important}.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale th,.ssmbd-bangla-marksheet .ssmbd-ms-grade-scale td{background:#fff!important;color:#111!important}}

/* Report shortcodes and notice ticker - v1.0.52 */
.ssmbd-report-modern{font-family:"Tiro Bangla","Noto Serif Bengali","Noto Sans Bengali",serif;margin:24px auto;max-width:1100px}.ssmbd-report-actions{text-align:right;margin:0 0 12px}.ssmbd-report-paper{background:#fff;border:1px solid #dbe5d6;border-radius:18px;padding:24px;box-shadow:0 14px 34px rgba(35,75,133,.08)}.ssmbd-report-print-header{display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;border-bottom:2px solid #234b85;padding-bottom:16px;margin-bottom:18px}.ssmbd-report-print-header img{width:70px;height:70px;object-fit:contain}.ssmbd-report-print-header h2{margin:0;color:#234b85;font-size:28px}.ssmbd-report-print-header h3{margin:8px 0 0;color:#1b2a3a;font-size:22px}.ssmbd-report-print-header p{margin:3px 0;color:#5b6570}.ssmbd-report-section{margin:20px 0}.ssmbd-report-section h3{color:#234b85;font-size:22px;margin:0 0 14px}.ssmbd-report-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:16px}.ssmbd-report-card{background:linear-gradient(135deg,#f8fbff,#f4efe6);border:1px solid #d9d1c2;border-radius:16px;padding:18px;text-align:center}.ssmbd-report-card span{font-size:26px;display:block}.ssmbd-report-card strong{display:block;font-size:34px;color:#234b85;line-height:1;margin:8px 0}.ssmbd-report-card p{margin:0;font-weight:800;color:#1f2a37}.ssmbd-report-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #dbe5d6;border-radius:12px;overflow:hidden}.ssmbd-report-table th,.ssmbd-report-table td{border:1px solid #e1e7dd;padding:11px;text-align:center}.ssmbd-report-table th{background:#234b85;color:#fff}.ssmbd-report-table td:nth-child(2){text-align:left}.ssmbd-report-table tfoot th{background:#f1e8d8;color:#152238}.ssmbd-notice-ticker-wrap{display:flex;align-items:center;overflow:hidden;border:1px solid #d9d1c2;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(35,75,133,.08);margin:18px 0}.ssmbd-notice-ticker-label{flex:0 0 auto;background:#234b85;color:#fff;font-weight:900;padding:14px 20px}.ssmbd-notice-ticker-track{overflow:hidden;white-space:nowrap;flex:1}.ssmbd-notice-ticker-items{display:inline-flex;align-items:center;gap:22px;animation:ssmbdTicker 28s linear infinite}.ssmbd-notice-ticker-track:hover .ssmbd-notice-ticker-items{animation-play-state:paused}.ssmbd-notice-ticker-item{border:0;background:transparent;color:#234b85;font-weight:800;cursor:pointer;padding:12px 0;display:inline-flex;gap:8px;align-items:center}.ssmbd-notice-ticker-item:before{content:"•";color:#c3912d;font-size:22px}.ssmbd-notice-ticker-item small{color:#6b7280}.ssmbd-notice-ticker-modal{display:none;position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:99999;align-items:center;justify-content:center;padding:20px}.ssmbd-notice-ticker-modal.is-open{display:flex}.ssmbd-notice-ticker-modal-box{background:#fff;border-radius:18px;max-width:620px;width:100%;padding:28px;box-shadow:0 24px 70px rgba(0,0,0,.25);position:relative}.ssmbd-notice-ticker-close{position:absolute;right:16px;top:14px;border:0;background:#eef2f7;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;cursor:pointer}.ssmbd-notice-ticker-modal-box h3{color:#234b85;font-size:26px;margin:12px 0}.ssmbd-notice-chip{display:inline-block;background:#f1e8d8;color:#234b85;border-radius:999px;padding:6px 12px;font-weight:800}.ssmbd-notice-ticker-content{line-height:1.8;color:#334155}@keyframes ssmbdTicker{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(max-width:700px){.ssmbd-report-print-header{flex-direction:column}.ssmbd-notice-ticker-wrap{align-items:stretch;flex-direction:column}.ssmbd-notice-ticker-label{text-align:center}.ssmbd-report-table{font-size:13px}}@media print{body *{visibility:hidden!important}.ssmbd-report-paper,.ssmbd-report-paper *{visibility:visible!important}.ssmbd-report-paper{position:absolute!important;left:0!important;right:0!important;top:0!important;width:190mm!important;margin:0 auto!important;box-shadow:none!important;border:0!important}.ssmbd-no-print,.ssmbd-no-print *{display:none!important}@page{size:A4 portrait;margin:12mm}.ssmbd-report-table th{background:#234b85!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}

/* Notice shortcode polish - v1.0.53 */
.ssmbd-notice-detail-button{border:0;background:transparent;cursor:pointer;padding:0;font:inherit;display:inline-block}
.ssmbd-notice-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}


/* Compact notice board - v1.0.54 */
.ssmbd-notice-section-modern{padding:24px!important;border-radius:18px!important;margin:20px auto!important}
.ssmbd-notice-section-head{margin-bottom:18px!important;padding-bottom:14px!important}
.ssmbd-notice-section-head h2{font-size:30px!important}
.ssmbd-notice-grid-modern{gap:16px!important}
.ssmbd-notice-card-modern{padding:18px!important;border-radius:16px!important;box-shadow:0 10px 24px rgba(35,75,133,.07)!important}
.ssmbd-notice-card-modern h3{font-size:19px!important;margin-bottom:8px!important;line-height:1.3!important}
.ssmbd-notice-card-top{margin-bottom:10px!important}
.ssmbd-notice-category,.ssmbd-notice-date{font-size:12px!important}
.ssmbd-notice-excerpt{font-size:14px!important;line-height:1.55!important;margin-bottom:14px!important}
.ssmbd-notice-actions{display:flex;gap:12px;flex-wrap:wrap}
.ssmbd-notice-link{font-size:13px!important}

/* Screenshot-like Bangla font polish - v1.0.55 */
.ssmbd-public-wrap,
.ssmbd-public-wrap input,
.ssmbd-public-wrap select,
.ssmbd-public-wrap textarea,
.ssmbd-public-wrap button,
.ssmbd-public-wrap table,
.ssmbd-public-wrap th,
.ssmbd-public-wrap td,
.ssmbd-public-wrap h1,
.ssmbd-public-wrap h2,
.ssmbd-public-wrap h3,
.ssmbd-public-wrap h4 {
	font-family: var(--ssmbd-font-family, "Noto Sans Bengali", "SolaimanLipi", "Tiro Bangla", sans-serif) !important;
}


/* Tiro Bangla font preference - v1.0.56 */
:root{--ssmbd-font-family:"Tiro Bangla", "Noto Serif Bengali", "Noto Sans Bengali", "SolaimanLipi", "Siyam Rupali", serif;}
.ssmbd-admin-wrap,
.ssmbd-admin-wrap *,
.ssmbd-public-wrap,
.ssmbd-public-wrap *,
.ssmbd-bangla-marksheet,
.ssmbd-bangla-marksheet *,
.ssmbd-report-modern,
.ssmbd-report-modern *{font-family:var(--ssmbd-font-family)!important;}

/* Layout recovery and form stabilization - v1.0.57 */
:root{--ssmbd-font-family:"Tiro Bangla", "Noto Serif Bengali", "Noto Sans Bengali", "SolaimanLipi", "Siyam Rupali", serif;}
.ssmbd-public-wrap,
.ssmbd-public-wrap *{box-sizing:border-box;}
.ssmbd-public-wrap,
.ssmbd-public-wrap input,
.ssmbd-public-wrap select,
.ssmbd-public-wrap textarea,
.ssmbd-public-wrap button{
	font-family:var(--ssmbd-font-family)!important;
	letter-spacing:0!important;
}
.ssmbd-search-hero{padding:28px!important;overflow:hidden;}
.ssmbd-search-hero .ssmbd-section-intro{text-align:center!important;margin:0 auto 20px!important;max-width:780px!important;}
.ssmbd-search-box,
.ssmbd-search-box-wide,
.ssmbd-search-box-result,
.ssmbd-public-filter-form{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	gap:16px!important;
	align-items:end!important;
	padding:22px!important;
	margin:18px 0 0!important;
	width:100%!important;
	max-width:100%!important;
	background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(247,250,252,.95))!important;
	border:1px solid #d9d1c2!important;
	border-radius:18px!important;
	box-shadow:0 12px 28px rgba(35,75,133,.06)!important;
}
.ssmbd-search-box > label,
.ssmbd-search-box-wide > label,
.ssmbd-search-box-result > label,
.ssmbd-public-filter-form > label{
	display:flex!important;
	flex-direction:column!important;
	gap:7px!important;
	width:100%!important;
	min-width:0!important;
	margin:0!important;
	padding:0!important;
	font-weight:800!important;
	color:#16233a!important;
	text-align:left!important;
}
.ssmbd-search-box label span,
.ssmbd-public-filter-form label span{
	display:block!important;
	margin:0!important;
	padding:0!important;
	line-height:1.35!important;
}
.ssmbd-search-box input,
.ssmbd-search-box select,
.ssmbd-public-filter-form input,
.ssmbd-public-filter-form select{
	width:100%!important;
	max-width:100%!important;
	min-height:46px!important;
	height:46px!important;
	padding:0 14px!important;
	border:1px solid #cfd8d2!important;
	border-radius:10px!important;
	background:#fff!important;
	box-shadow:0 6px 14px rgba(15,23,42,.04)!important;
	font-size:15px!important;
	line-height:1.3!important;
}
.ssmbd-search-box button,
.ssmbd-search-box .ssmbd-button,
.ssmbd-public-filter-form button,
.ssmbd-public-filter-form .ssmbd-button{
	grid-column:auto!important;
	align-self:end!important;
	justify-self:stretch!important;
	width:100%!important;
	min-height:46px!important;
	height:auto!important;
	padding:11px 18px!important;
	border-radius:10px!important;
	line-height:1.35!important;
	white-space:normal!important;
}
.ssmbd-search-box-result > label:first-of-type{
	grid-column:auto!important;
}
.ssmbd-public-card,
.ssmbd-surface-card,
.ssmbd-result-sheet-modern,
.ssmbd-profile-hero,
.ssmbd-student-profile-card{
	max-width:100%!important;
	overflow:hidden!important;
}
.ssmbd-public-table,
.ssmbd-result-table-modern,
.ssmbd-report-table{
	width:100%!important;
	table-layout:auto!important;
}
.ssmbd-table-shell,
.ssmbd-public-table-wrap,
.ssmbd-report-section{
	overflow-x:auto!important;
}
@media(max-width:991px){
	.ssmbd-search-box,
	.ssmbd-search-box-wide,
	.ssmbd-search-box-result,
	.ssmbd-public-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
}
@media(max-width:640px){
	.ssmbd-search-hero{padding:18px!important;}
	.ssmbd-search-box,
	.ssmbd-search-box-wide,
	.ssmbd-search-box-result,
	.ssmbd-public-filter-form{grid-template-columns:1fr!important;padding:16px!important;}
}


/* Strong frontend layout repair - v1.0.58 */
:root{--ssmbd-font-family:"Noto Sans Bengali", "SolaimanLipi", "Tiro Bangla", Arial, sans-serif;}
.ssmbd-public-wrap,
.ssmbd-public-wrap *{box-sizing:border-box!important;}
.ssmbd-public-wrap,
.ssmbd-public-wrap input,
.ssmbd-public-wrap select,
.ssmbd-public-wrap textarea,
.ssmbd-public-wrap button,
.ssmbd-public-wrap label,
.ssmbd-public-wrap table,
.ssmbd-public-wrap th,
.ssmbd-public-wrap td{
	font-family:var(--ssmbd-font-family)!important;
	letter-spacing:0!important;
	word-spacing:normal!important;
}
.ssmbd-public-wrap .ssmbd-search-hero{
	width:100%!important;
	max-width:980px!important;
	margin:22px auto!important;
	padding:22px 24px!important;
	min-height:0!important;
	height:auto!important;
	overflow:visible!important;
}
.ssmbd-public-wrap .ssmbd-search-hero .ssmbd-section-intro{
	margin:0 auto 18px!important;
	padding:0!important;
	max-width:760px!important;
	text-align:center!important;
}
.ssmbd-public-wrap .ssmbd-search-hero .ssmbd-section-intro h2{
	margin:8px 0 6px!important;
	line-height:1.25!important;
}
.ssmbd-public-wrap .ssmbd-search-hero .ssmbd-section-intro p{
	margin:0!important;
	line-height:1.55!important;
}
.ssmbd-public-wrap form.ssmbd-search-box,
.ssmbd-public-wrap form.ssmbd-search-box-wide,
.ssmbd-public-wrap form.ssmbd-search-box-result,
.ssmbd-public-wrap form.ssmbd-public-filter-form{
	display:grid!important;
	grid-template-columns:repeat(3,minmax(0,1fr))!important;
	grid-auto-flow:row!important;
	grid-auto-rows:auto!important;
	gap:14px 16px!important;
	align-items:end!important;
	align-content:start!important;
	justify-content:stretch!important;
	place-items:stretch!important;
	width:100%!important;
	max-width:100%!important;
	min-height:0!important;
	height:auto!important;
	padding:18px!important;
	margin:16px 0 0!important;
	position:relative!important;
	inset:auto!important;
}
.ssmbd-public-wrap form.ssmbd-search-box > input[type="hidden"],
.ssmbd-public-wrap form.ssmbd-public-filter-form > input[type="hidden"]{display:none!important;}
.ssmbd-public-wrap form.ssmbd-search-box > label,
.ssmbd-public-wrap form.ssmbd-search-box-wide > label,
.ssmbd-public-wrap form.ssmbd-search-box-result > label,
.ssmbd-public-wrap form.ssmbd-public-filter-form > label{
	display:flex!important;
	flex-direction:column!important;
	justify-content:flex-start!important;
	align-items:stretch!important;
	gap:6px!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	min-height:0!important;
	height:auto!important;
	margin:0!important;
	padding:0!important;
	position:static!important;
	transform:none!important;
	text-align:left!important;
	line-height:1.35!important;
}
.ssmbd-public-wrap form.ssmbd-search-box > label > span,
.ssmbd-public-wrap form.ssmbd-public-filter-form > label > span{
	display:block!important;
	margin:0!important;
	padding:0!important;
	min-height:0!important;
	height:auto!important;
	line-height:1.35!important;
	font-size:14px!important;
	font-weight:800!important;
	text-align:left!important;
}
.ssmbd-public-wrap form.ssmbd-search-box input:not([type="hidden"]),
.ssmbd-public-wrap form.ssmbd-search-box select,
.ssmbd-public-wrap form.ssmbd-public-filter-form input:not([type="hidden"]),
.ssmbd-public-wrap form.ssmbd-public-filter-form select{
	display:block!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	height:44px!important;
	min-height:44px!important;
	max-height:44px!important;
	margin:0!important;
	padding:0 13px!important;
	font-size:14px!important;
	line-height:44px!important;
	border-radius:9px!important;
	position:static!important;
	transform:none!important;
}
.ssmbd-public-wrap form.ssmbd-search-box > button,
.ssmbd-public-wrap form.ssmbd-search-box > .ssmbd-button,
.ssmbd-public-wrap form.ssmbd-public-filter-form > button,
.ssmbd-public-wrap form.ssmbd-public-filter-form > .ssmbd-button{
	grid-column:auto!important;
	justify-self:stretch!important;
	align-self:end!important;
	display:flex!important;
	align-items:center!important;
	justify-content:center!important;
	width:100%!important;
	max-width:100%!important;
	min-width:0!important;
	min-height:44px!important;
	height:44px!important;
	margin:0!important;
	padding:0 16px!important;
	font-size:14px!important;
	line-height:1.25!important;
	white-space:nowrap!important;
	position:static!important;
	transform:none!important;
}
.ssmbd-student-search-page .ssmbd-search-box,
.ssmbd-result-search-page .ssmbd-search-box{max-height:none!important;}
@media(max-width:900px){
	.ssmbd-public-wrap form.ssmbd-search-box,
	.ssmbd-public-wrap form.ssmbd-search-box-wide,
	.ssmbd-public-wrap form.ssmbd-search-box-result,
	.ssmbd-public-wrap form.ssmbd-public-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:640px){
	.ssmbd-public-wrap .ssmbd-search-hero{padding:18px!important;margin:16px auto!important;}
	.ssmbd-public-wrap form.ssmbd-search-box,
	.ssmbd-public-wrap form.ssmbd-search-box-wide,
	.ssmbd-public-wrap form.ssmbd-search-box-result,
	.ssmbd-public-wrap form.ssmbd-public-filter-form{grid-template-columns:1fr!important;padding:14px!important;gap:12px!important;}
}


/* Elementor shortcode layout repair - v1.0.60 */
.elementor .ssmbd-public-wrap,
.elementor-widget-shortcode .ssmbd-public-wrap,
.elementor-widget-text-editor .ssmbd-public-wrap,
.ssmbd-public-wrap{width:100%!important;max-width:100%!important;}
.elementor .ssmbd-public-wrap p:empty,
.elementor-widget-shortcode .ssmbd-public-wrap p:empty,
.elementor-widget-text-editor .ssmbd-public-wrap p:empty{display:none!important;margin:0!important;padding:0!important;height:0!important;}
.elementor .ssmbd-public-filter-form p,
.elementor-widget-shortcode .ssmbd-public-filter-form p,
.elementor-widget-text-editor .ssmbd-public-filter-form p,
.elementor .ssmbd-search-box p,
.elementor-widget-shortcode .ssmbd-search-box p,
.elementor-widget-text-editor .ssmbd-search-box p{display:contents!important;margin:0!important;padding:0!important;line-height:0!important;}
.elementor .ssmbd-public-filter-form br,
.elementor-widget-shortcode .ssmbd-public-filter-form br,
.elementor-widget-text-editor .ssmbd-public-filter-form br,
.elementor .ssmbd-search-box br,
.elementor-widget-shortcode .ssmbd-search-box br,
.elementor-widget-text-editor .ssmbd-search-box br{display:none!important;}
.elementor .ssmbd-public-wrap form.ssmbd-search-box,
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form,
.ssmbd-public-wrap form.ssmbd-search-box,
.ssmbd-public-wrap form.ssmbd-public-filter-form{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-template-rows:auto!important;grid-auto-rows:auto!important;grid-auto-flow:row!important;gap:14px 16px!important;align-items:end!important;align-content:start!important;justify-content:stretch!important;place-content:start stretch!important;place-items:stretch!important;min-height:0!important;height:auto!important;max-height:none!important;padding:18px!important;margin:16px 0 0!important;}
.elementor .ssmbd-public-wrap form.ssmbd-search-box label,
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form label,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box label,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form label,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box label,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form label,
.ssmbd-public-wrap form.ssmbd-search-box label,
.ssmbd-public-wrap form.ssmbd-public-filter-form label{display:flex!important;flex-direction:column!important;gap:6px!important;margin:0!important;padding:0!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;height:auto!important;position:static!important;float:none!important;clear:none!important;line-height:1.35!important;text-align:left!important;}
.elementor .ssmbd-public-wrap form.ssmbd-search-box label span,
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form label span,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box label span,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form label span,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box label span,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form label span,
.ssmbd-public-wrap form.ssmbd-search-box label span,
.ssmbd-public-wrap form.ssmbd-public-filter-form label span{display:block!important;margin:0!important;padding:0!important;height:auto!important;min-height:0!important;line-height:1.35!important;font-size:14px!important;font-weight:800!important;}
.elementor .ssmbd-public-wrap form.ssmbd-search-box input:not([type="hidden"]),
.elementor .ssmbd-public-wrap form.ssmbd-search-box select,
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form input:not([type="hidden"]),
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form select,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box input:not([type="hidden"]),
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box select,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form input:not([type="hidden"]),
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form select,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box input:not([type="hidden"]),
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box select,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form input:not([type="hidden"]),
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form select,
.ssmbd-public-wrap form.ssmbd-search-box input:not([type="hidden"]),
.ssmbd-public-wrap form.ssmbd-search-box select,
.ssmbd-public-wrap form.ssmbd-public-filter-form input:not([type="hidden"]),
.ssmbd-public-wrap form.ssmbd-public-filter-form select{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 13px!important;position:static!important;float:none!important;clear:none!important;transform:none!important;line-height:42px!important;}
.elementor .ssmbd-public-wrap form.ssmbd-search-box button,
.elementor .ssmbd-public-wrap form.ssmbd-search-box .ssmbd-button,
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form button,
.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form .ssmbd-button,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box button,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box .ssmbd-button,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form button,
.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form .ssmbd-button,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box button,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box .ssmbd-button,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form button,
.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form .ssmbd-button,
.ssmbd-public-wrap form.ssmbd-search-box button,
.ssmbd-public-wrap form.ssmbd-search-box .ssmbd-button,
.ssmbd-public-wrap form.ssmbd-public-filter-form button,
.ssmbd-public-wrap form.ssmbd-public-filter-form .ssmbd-button{display:flex!important;align-items:center!important;justify-content:center!important;grid-column:auto!important;width:100%!important;max-width:100%!important;height:44px!important;min-height:44px!important;max-height:44px!important;margin:0!important;padding:0 16px!important;position:static!important;float:none!important;clear:none!important;line-height:1.2!important;}
.elementor .ssmbd-public-wrap .ssmbd-search-hero,
.elementor-widget-shortcode .ssmbd-public-wrap .ssmbd-search-hero,
.elementor-widget-text-editor .ssmbd-public-wrap .ssmbd-search-hero{min-height:0!important;height:auto!important;max-height:none!important;overflow:visible!important;}
@media(max-width:900px){.elementor .ssmbd-public-wrap form.ssmbd-search-box,.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form,.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box,.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form,.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box,.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form,.ssmbd-public-wrap form.ssmbd-search-box,.ssmbd-public-wrap form.ssmbd-public-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:640px){.elementor .ssmbd-public-wrap form.ssmbd-search-box,.elementor .ssmbd-public-wrap form.ssmbd-public-filter-form,.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-search-box,.elementor-widget-shortcode .ssmbd-public-wrap form.ssmbd-public-filter-form,.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-search-box,.elementor-widget-text-editor .ssmbd-public-wrap form.ssmbd-public-filter-form,.ssmbd-public-wrap form.ssmbd-search-box,.ssmbd-public-wrap form.ssmbd-public-filter-form{grid-template-columns:1fr!important;padding:14px!important;}}

/* Screenshot style report summary cards - v1.0.61 */
.ssmbd-stats-cards-wrap{
	--ssmbd-stat-primary: var(--ssmbd-primary, #234b85);
	display:grid;
	grid-template-columns:repeat(4,minmax(160px,1fr));
	gap:22px;
	max-width:1120px;
	margin:28px auto;
	padding:0 10px;
}
.ssmbd-stat-card{
	background:#fff;
	border:1px solid rgba(226,232,240,.72);
	border-radius:18px;
	box-shadow:0 18px 42px rgba(15,23,42,.06);
	min-height:142px;
	padding:22px 18px 20px;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:8px;
}
.ssmbd-stat-icon{
	width:46px;
	height:46px;
	border-radius:14px;
	background:#edf3ff;
	color:var(--ssmbd-stat-primary);
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:4px;
}
.ssmbd-stat-card-pending_leave .ssmbd-stat-icon{
	background:#fff2c7;
	color:#a74b13;
}
.ssmbd-stat-icon svg{width:28px;height:28px;display:block}
.ssmbd-stat-card strong{
	font-size:30px;
	line-height:1;
	font-weight:900;
	color:#183b6f;
	letter-spacing:-.02em;
}
.ssmbd-stat-card p{
	margin:0;
	font-size:15px;
	line-height:1.35;
	font-weight:700;
	color:#64748b;
}
.ssmbd-report-paper .ssmbd-stats-cards-wrap{margin:12px auto 26px;padding:0;gap:16px}
.ssmbd-report-paper .ssmbd-stat-card{box-shadow:none;border-color:#e2e8f0;min-height:124px}
@media(max-width:900px){.ssmbd-stats-cards-wrap{grid-template-columns:repeat(2,minmax(160px,1fr));gap:16px}}
@media(max-width:520px){.ssmbd-stats-cards-wrap{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 8px}.ssmbd-stat-card{min-height:112px;padding:16px 8px;border-radius:16px}.ssmbd-stat-card strong{font-size:24px}.ssmbd-stat-card p{font-size:13px}.ssmbd-stat-icon{width:40px;height:40px;border-radius:12px}.ssmbd-stat-icon svg{width:24px;height:24px}}
@media print{.ssmbd-stats-cards-wrap{grid-template-columns:repeat(4,1fr)!important;gap:10px!important;margin:10px 0 18px!important;padding:0!important}.ssmbd-stat-card{box-shadow:none!important;border:1px solid #d7dee8!important;min-height:104px!important;padding:14px 8px!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.ssmbd-stat-icon{width:36px!important;height:36px!important}.ssmbd-stat-icon svg{width:22px!important;height:22px!important}.ssmbd-stat-card strong{font-size:22px!important}.ssmbd-stat-card p{font-size:12px!important}}


/* Notice button link polish - v1.0.62 */
.ssmbd-notice-actions .ssmbd-notice-link,
.ssmbd-notice-actions .ssmbd-notice-detail-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 7px 12px !important;
	border: 1px solid var(--ssmbd-primary, #234b85) !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: var(--ssmbd-primary, #234b85) !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}
.ssmbd-notice-actions .ssmbd-notice-link:hover,
.ssmbd-notice-actions .ssmbd-notice-link:focus,
.ssmbd-notice-actions .ssmbd-notice-detail-button:hover,
.ssmbd-notice-actions .ssmbd-notice-detail-button:focus {
	background: var(--ssmbd-primary, #234b85) !important;
	color: #fff !important;
	border-color: var(--ssmbd-primary, #234b85) !important;
	outline: none !important;
}

/* Notice all-modal grid polish - v1.0.63 */
.ssmbd-all-notice-button {
	border: 1px solid var(--ssmbd-primary, #234b85) !important;
	background: #fff !important;
	color: var(--ssmbd-primary, #234b85) !important;
	cursor: pointer !important;
}
.ssmbd-all-notice-button:hover,
.ssmbd-all-notice-button:focus {
	background: var(--ssmbd-primary, #234b85) !important;
	color: #fff !important;
}
.ssmbd-all-notices-modal {
	padding: 18px !important;
}
.ssmbd-all-notices-modal-box {
	width: min(1100px, 96vw) !important;
	max-width: 1100px !important;
	max-height: 88vh !important;
	padding: 22px !important;
	display: flex !important;
	flex-direction: column !important;
	border: 1px solid rgba(35, 75, 133, .15) !important;
}
.ssmbd-all-notices-modal-head {
	padding: 0 46px 14px 0;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 14px;
}
.ssmbd-all-notices-modal-head h3 {
	font-size: 26px !important;
	line-height: 1.2 !important;
	margin: 10px 0 0 !important;
	color: var(--ssmbd-primary, #234b85) !important;
}
.ssmbd-all-notices-scroll {
	overflow-y: auto;
	padding: 4px 6px 4px 0;
	max-height: calc(88vh - 120px);
}
.ssmbd-all-notices-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
.ssmbd-all-notice-mini-card {
	background: #fff;
	border: 1px solid #e5eadf;
	border-left: 3px solid var(--ssmbd-primary, #234b85);
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(35, 75, 133, .07);
	padding: 14px;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ssmbd-all-notice-mini-card .ssmbd-notice-card-top {
	margin: 0 !important;
	gap: 8px;
}
.ssmbd-all-notice-mini-card h4 {
	font-size: 17px;
	line-height: 1.3;
	margin: 0;
	color: var(--ssmbd-primary, #234b85);
	font-weight: 900;
}
.ssmbd-all-notice-mini-card p {
	font-size: 13px;
	line-height: 1.55;
	color: #4b5563;
	margin: 0;
	flex: 1;
}
.ssmbd-all-notice-mini-card .ssmbd-notice-detail-button {
	align-self: flex-start;
	margin-top: 2px;
	font-size: 12px !important;
	padding: 6px 10px !important;
}
@media (max-width: 900px) {
	.ssmbd-all-notices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ssmbd-all-notices-modal-box { width: 95vw !important; padding: 18px !important; }
}
@media (max-width: 560px) {
	.ssmbd-notice-section-head {
		align-items: flex-start !important;
		flex-direction: column !important;
	}
	.ssmbd-all-notices-modal { padding: 10px !important; }
	.ssmbd-all-notices-modal-box {
		width: 96vw !important;
		max-height: 90vh !important;
		border-radius: 16px !important;
		padding: 16px !important;
	}
	.ssmbd-all-notices-scroll { max-height: calc(90vh - 112px); }
	.ssmbd-all-notices-grid { grid-template-columns: 1fr; gap: 12px; }
	.ssmbd-all-notice-mini-card { min-height: 150px; padding: 12px; }
	.ssmbd-all-notices-modal-head h3 { font-size: 22px !important; }
}

/* Teacher modal and all-teachers view - v1.0.64 */
.ssmbd-teachers-section-intro{position:relative}.ssmbd-teachers-back-btn{display:inline-flex;margin-top:10px}.ssmbd-teachers-all-action{display:flex;justify-content:center;margin:32px 0 8px}.ssmbd-teachers-all-action .ssmbd-button{min-width:210px;text-align:center;justify-content:center}.ssmbd-teachers-directory-all .ssmbd-teacher-grid-modern{margin-top:24px}.ssmbd-teacher-modal{position:fixed;inset:0;background:rgba(4,16,38,.62);z-index:999999;display:none;align-items:center;justify-content:center;padding:24px}.ssmbd-teacher-modal.is-open{display:flex}.ssmbd-modal-open{overflow:hidden}.ssmbd-teacher-modal-panel{position:relative;width:min(920px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.28);padding:28px;border:1px solid rgba(35,75,133,.15);animation:ssmbdTeacherModalIn .18s ease-out}.ssmbd-teacher-modal-close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:999px;background:#eff4fb;color:#13396c;font-size:26px;line-height:1;cursor:pointer;font-weight:800;display:flex;align-items:center;justify-content:center}.ssmbd-teacher-modal-close:hover{background:#234b85;color:#fff}.ssmbd-teacher-modal-head{display:grid;grid-template-columns:140px 1fr;gap:22px;align-items:center;padding:6px 48px 22px 0;border-bottom:1px solid #e6edf5}.ssmbd-teacher-modal-photo{width:140px;height:150px;border-radius:20px;overflow:hidden;background:#f4f7fb;border:1px solid #d9e4ef;display:flex;align-items:center;justify-content:center}.ssmbd-teacher-modal-photo img{width:100%;height:100%;object-fit:cover}.ssmbd-teacher-modal-head h3{font-size:34px;line-height:1.2;margin:12px 0 8px;color:#12396b}.ssmbd-teacher-modal-head p{margin:0;color:#4b5b70;font-size:17px}.ssmbd-teacher-modal-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.ssmbd-teacher-modal-info div{background:#f8fbff;border:1px solid #e5edf6;border-radius:14px;padding:13px 15px}.ssmbd-teacher-modal-info span{display:block;font-size:13px;font-weight:800;color:#58708c;margin-bottom:5px}.ssmbd-teacher-modal-info strong{display:block;font-size:16px;color:#14243a;line-height:1.5;word-break:break-word}.ssmbd-teacher-modal-wide{grid-column:1/-1}.ssmbd-teacher-card .ssmbd-button[type="button"]{cursor:pointer;border:0}.ssmbd-button-outline.ssmbd-teachers-back-btn{border:1px solid #234b85;background:#fff;color:#234b85!important;border-radius:999px;padding:10px 18px;text-decoration:none!important;font-weight:800}.ssmbd-button-outline.ssmbd-teachers-back-btn:hover{background:#234b85;color:#fff!important}@keyframes ssmbdTeacherModalIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:768px){.ssmbd-teacher-modal{padding:12px}.ssmbd-teacher-modal-panel{width:100%;max-height:92vh;border-radius:18px;padding:20px 16px}.ssmbd-teacher-modal-close{top:10px;right:10px}.ssmbd-teacher-modal-head{grid-template-columns:1fr;text-align:center;padding:42px 0 18px;gap:12px}.ssmbd-teacher-modal-photo{margin:0 auto;width:118px;height:128px}.ssmbd-teacher-modal-head h3{font-size:26px}.ssmbd-teacher-modal-info{grid-template-columns:1fr;gap:10px}.ssmbd-teachers-all-action .ssmbd-button{width:100%}}@media (max-width:480px){.ssmbd-teacher-modal-panel{padding:18px 12px}.ssmbd-teacher-modal-head h3{font-size:23px}.ssmbd-teacher-modal-info strong{font-size:15px}}

/* Report summary cards polish - v1.0.66 */
.ssmbd-stat-card-vacant_posts .ssmbd-stat-icon,.ssmbd-stat-card-pending_leave .ssmbd-stat-icon{background:#fff2c7;color:#a74b13}.ssmbd-stat-card-approved_posts .ssmbd-stat-icon,.ssmbd-stat-card-approved_leave .ssmbd-stat-icon{background:#edf3ff;color:var(--ssmbd-stat-primary)}
@media(max-width:520px){.ssmbd-stats-cards-wrap{grid-template-columns:repeat(2,minmax(0,1fr))!important}.ssmbd-stat-card strong{font-size:23px!important}.ssmbd-stat-card p{font-size:12.5px!important}}


/* Teacher mobile two-column grid - v1.0.67 */
@media (max-width: 700px) {
	.ssmbd-public-wrap .ssmbd-teacher-grid,
	.ssmbd-public-wrap .ssmbd-teacher-grid-modern,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-grid,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-grid-modern {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-modern,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-modern {
		border-radius: 16px !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-photo-rect,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-photo-rect {
		height: 160px !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-body,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-body {
		padding: 12px 10px 14px !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-body h3,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-body h3 {
		font-size: 18px !important;
		line-height: 1.25 !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-subtitle,
	.ssmbd-public-wrap .ssmbd-mini-meta,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-subtitle,
	.ssmbd-standalone-teachers-page .ssmbd-mini-meta {
		font-size: 12px !important;
		line-height: 1.45 !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-body .ssmbd-button,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-body .ssmbd-button {
		width: 100% !important;
		min-width: 0 !important;
		padding: 9px 8px !important;
		font-size: 12px !important;
	}
}
@media (max-width: 380px) {
	.ssmbd-public-wrap .ssmbd-teacher-grid,
	.ssmbd-public-wrap .ssmbd-teacher-grid-modern,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-grid,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-grid-modern {
		gap: 10px !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-photo-rect,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-photo-rect {
		height: 138px !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-body h3,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-body h3 {
		font-size: 16px !important;
	}
}


/* Teacher card mobile polish and demo cleanup release - v1.0.68 */
@media (max-width: 700px) {
	.ssmbd-public-wrap .ssmbd-teacher-photo-wrap .ssmbd-chip,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-photo-wrap .ssmbd-chip {
		left: 50% !important;
		bottom: -13px !important;
		transform: translateX(-50%) !important;
		max-width: calc(100% - 14px) !important;
		padding: 5px 10px !important;
		font-size: 10.5px !important;
		line-height: 1.15 !important;
		white-space: normal !important;
		text-align: center !important;
		border-radius: 999px !important;
		box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
		z-index: 2 !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-body,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-body {
		padding-top: 22px !important;
		text-align: center !important;
	}
	.ssmbd-public-wrap .ssmbd-teacher-card-body .ssmbd-button,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-card-body .ssmbd-button {
		border-radius: 10px !important;
		padding: 8px 6px !important;
		font-size: 11.5px !important;
		line-height: 1.2 !important;
	}
}
@media (max-width: 380px) {
	.ssmbd-public-wrap .ssmbd-teacher-photo-wrap .ssmbd-chip,
	.ssmbd-standalone-teachers-page .ssmbd-teacher-photo-wrap .ssmbd-chip {
		font-size: 9.8px !important;
		padding: 4px 8px !important;
	}
}

/* Class-wise student count table - v1.0.69 */
.ssmbd-classwise-count-table-wrap{width:100%;overflow-x:auto;margin:0 auto;font-family:inherit}.ssmbd-classwise-count-table{width:100%;min-width:620px;border-collapse:collapse;border:1px solid #cdd5dc;background:#fff;border-radius:0;overflow:hidden}.ssmbd-classwise-count-table th,.ssmbd-classwise-count-table td{border:1px solid #c9cdd3!important;padding:10px 14px!important;text-align:center!important;font-weight:700}.ssmbd-classwise-count-table .ssmbd-classwise-year-row th{background:#9ad9dc!important;color:#071627!important;font-size:20px!important;font-weight:900!important}.ssmbd-classwise-count-table thead tr:not(.ssmbd-classwise-year-row) th{background:#334bb0!important;color:#fff!important;font-size:18px!important}.ssmbd-classwise-count-table tbody td:first-child{font-weight:900;color:#1c2f4a}.ssmbd-classwise-count-table tfoot th{background:#efd6d7!important;color:#1d2630!important;font-size:18px!important;font-weight:900!important}@media(max-width:700px){.ssmbd-classwise-count-table{min-width:520px}.ssmbd-classwise-count-table th,.ssmbd-classwise-count-table td{padding:8px 10px!important;font-size:14px!important}.ssmbd-classwise-count-table .ssmbd-classwise-year-row th{font-size:17px!important}.ssmbd-classwise-count-table thead tr:not(.ssmbd-classwise-year-row) th{font-size:15px!important}}


/* Classwise student count premium table - v1.0.70 */
.ssmbd-classwise-count-table-wrap{width:100%;overflow-x:auto;margin:0 auto;padding:14px;font-family:inherit}
.ssmbd-classwise-count-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 14px 35px rgba(15,35,80,.10);padding:22px 22px 18px;min-width:660px}
.ssmbd-classwise-count-title{display:flex;align-items:center;justify-content:center;gap:12px;color:#0b3570;font-size:30px;font-weight:900;line-height:1.1;margin:0 0 20px;position:relative;text-align:center}
.ssmbd-classwise-count-title:before,.ssmbd-classwise-count-title:after{content:"";width:62px;height:2px;background:#204a9a;border-radius:999px;opacity:.85}
.ssmbd-classwise-count-title strong{position:relative;display:inline-block;font-weight:900}
.ssmbd-classwise-count-title strong:after{content:"";position:absolute;left:50%;bottom:-11px;width:52px;height:4px;border-radius:999px;background:#1d73e8;transform:translateX(-50%)}
.ssmbd-classwise-count-icon{font-size:30px;line-height:1;display:inline-flex;align-items:center;justify-content:center;filter:saturate(.85)}
.ssmbd-classwise-count-table{width:100%;min-width:0!important;border-collapse:separate!important;border-spacing:0!important;background:#fff;border:1px solid #dfe4ee!important;border-radius:6px;overflow:hidden;box-shadow:none!important}
.ssmbd-classwise-count-table th,.ssmbd-classwise-count-table td{border:0!important;border-right:1px solid #dfe4ee!important;border-bottom:1px solid #dfe4ee!important;padding:13px 16px!important;text-align:center!important;font-weight:800;color:#0c2545}
.ssmbd-classwise-count-table th:last-child,.ssmbd-classwise-count-table td:last-child{border-right:0!important}
.ssmbd-classwise-count-table thead th{background:linear-gradient(180deg,#064b9a 0%,#003f8f 100%)!important;color:#fff!important;font-size:17px!important;font-weight:900!important;letter-spacing:.01em}
.ssmbd-classwise-count-table tbody td{background:#fff!important;font-size:16px!important}
.ssmbd-classwise-count-table tbody tr:nth-child(even) td{background:#fbfdff!important}
.ssmbd-classwise-count-table tbody td:first-child{font-weight:900!important;color:#10294a!important}
.ssmbd-classwise-count-table tfoot th{background:#eaf3ff!important;color:#0b3570!important;font-size:17px!important;font-weight:900!important;border-bottom:0!important}
.ssmbd-classwise-count-table tfoot th:first-child{text-align:center!important}
@media(max-width:700px){.ssmbd-classwise-count-table-wrap{padding:10px 0}.ssmbd-classwise-count-card{min-width:560px;padding:18px 16px 14px;border-radius:16px}.ssmbd-classwise-count-title{font-size:24px;margin-bottom:16px}.ssmbd-classwise-count-title:before,.ssmbd-classwise-count-title:after{width:42px}.ssmbd-classwise-count-icon{font-size:24px}.ssmbd-classwise-count-table th,.ssmbd-classwise-count-table td{padding:10px 12px!important;font-size:14px!important}.ssmbd-classwise-count-table thead th,.ssmbd-classwise-count-table tfoot th{font-size:15px!important}}

/* Unified frontend font controller - v1.0.71 */
.ssmbd-public-wrap,
.ssmbd-public-wrap *,
.ssmbd-bangla-marksheet,
.ssmbd-bangla-marksheet *,
.ssmbd-report-modern,
.ssmbd-report-modern *,
.ssmbd-standalone-teachers-page,
.ssmbd-standalone-teachers-page *,
.ssmbd-teacher-modal,
.ssmbd-teacher-modal *,
.ssmbd-notice-modal,
.ssmbd-notice-modal *,
.ssmbd-notice-ticker-modal,
.ssmbd-notice-ticker-modal * {
	font-family: var(--ssmbd-font-family, "Noto Sans Bengali", "SolaimanLipi", "Tiro Bangla", Arial, sans-serif) !important;
}

.ssmbd-public-wrap input,
.ssmbd-public-wrap select,
.ssmbd-public-wrap textarea,
.ssmbd-public-wrap button {
	font-family: var(--ssmbd-font-family, "Noto Sans Bengali", "SolaimanLipi", "Tiro Bangla", Arial, sans-serif) !important;
}

/* Notice mobile tap fix - v1.0.72 */
.ssmbd-notice-detail-button,
.ssmbd-notice-link[data-ssmbd-notice-target],
.ssmbd-notice-ticker-item,
.ssmbd-all-notice-button {
	pointer-events: auto !important;
	position: relative !important;
	z-index: 2 !important;
	-webkit-tap-highlight-color: rgba(35, 75, 133, .12) !important;
	touch-action: manipulation !important;
}
.ssmbd-notice-ticker-modal.is-open {
	pointer-events: auto !important;
}
body.ssmbd-notice-modal-open {
	overflow: hidden;
}
@media (max-width: 640px) {
	.ssmbd-notice-actions {
		align-items: center !important;
		gap: 8px !important;
	}
	.ssmbd-notice-actions .ssmbd-notice-link,
	.ssmbd-notice-actions .ssmbd-notice-detail-button {
		min-height: 36px !important;
		padding: 8px 12px !important;
		font-size: 12px !important;
	}
	.ssmbd-notice-ticker-modal-box {
		max-height: 90vh !important;
		overflow-y: auto !important;
	}
}


/* Notice mobile tap reliability - v1.0.73 */
.ssmbd-notice-detail-button,
.ssmbd-all-notice-button,
.ssmbd-notice-ticker-item,
[data-ssmbd-notice-target]{cursor:pointer;touch-action:manipulation;position:relative;z-index:2;-webkit-tap-highlight-color:rgba(35,75,133,.12)}
.ssmbd-notice-ticker-modal{z-index:999999!important;pointer-events:none}
.ssmbd-notice-ticker-modal.is-open{pointer-events:auto!important}
.ssmbd-notice-ticker-modal-box{pointer-events:auto!important}
@media(max-width:640px){.ssmbd-notice-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.ssmbd-notice-link.ssmbd-notice-detail-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:7px 12px!important;line-height:1.2!important}}


/* Notice modal visibility hard-fix - v1.0.74 */
html.ssmbd-notice-modal-open,body.ssmbd-notice-modal-open{overflow:hidden!important;}
.ssmbd-notice-ticker-modal{box-sizing:border-box!important;}
.ssmbd-notice-ticker-modal.is-open{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;z-index:2147483647!important;}
.ssmbd-notice-ticker-modal-box{max-height:88vh!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important;}
.ssmbd-notice-detail-button,.ssmbd-all-notice-button{touch-action:manipulation!important;position:relative!important;z-index:2!important;}
@media(max-width:640px){.ssmbd-notice-ticker-modal{padding:12px!important;align-items:center!important}.ssmbd-notice-ticker-modal-box{width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;padding:22px 16px!important;border-radius:16px!important}.ssmbd-all-notices-modal-box{max-height:86vh!important}.ssmbd-all-notices-grid{grid-template-columns:1fr!important}}


/* Notice modal stacking/detail fix - v1.0.76 */
.ssmbd-notice-ticker-modal.is-open{background:rgba(15,23,42,.72)!important;}
.ssmbd-notice-ticker-modal-box{background:#fff!important;isolation:isolate!important;}
.ssmbd-notice-ticker-modal-box:before,.ssmbd-notice-ticker-modal-box:after{display:none!important;}
.ssmbd-all-notices-modal .ssmbd-notice-detail-button{pointer-events:auto!important;position:relative!important;z-index:5!important;}
.ssmbd-all-notices-scroll{overscroll-behavior:contain!important;}
@media(max-width:640px){.ssmbd-notice-ticker-modal.is-open{align-items:center!important;justify-content:center!important}.ssmbd-notice-ticker-modal-box{max-height:86vh!important;overflow-y:auto!important}}

/* Teacher home visit dashboard - v1.0.79 */
.ssmbd-home-visit-dashboard{--hv-primary:var(--ssmbd-primary,#072D67);--hv-bg:#f4f6f7;--hv-card:#fff;--hv-text:#2c3e50;--hv-border:#d5dbdb;--hv-shadow:0 4px 15px rgba(0,0,0,.06);--hv-radius:12px;max-width:1200px;margin:0 auto;padding:30px 15px;color:var(--hv-text);font-family:var(--ssmbd-font-family,"Noto Sans Bengali","SolaimanLipi","Tiro Bangla",Arial,sans-serif)}
.ssmbd-hv-header{background:var(--hv-primary);color:#fff;padding:35px 20px;border-radius:var(--hv-radius);box-shadow:0 8px 20px rgba(7,45,103,.15);margin-bottom:30px;text-align:center}
.ssmbd-hv-header h2{font-size:2.2rem;font-weight:800;margin:0 0 8px;color:#fff;line-height:1.25}
.ssmbd-hv-header p{font-size:1.1rem;color:#fff;opacity:.95;margin:0}
.ssmbd-hv-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:30px}
.ssmbd-hv-stat-card{background:var(--hv-card);padding:20px;border-radius:var(--hv-radius);box-shadow:var(--hv-shadow);border-top:4px solid var(--hv-primary);text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:118px}
.ssmbd-hv-stat-card span{font-size:.95rem;color:#7f8c8d;display:block;margin-bottom:5px;font-weight:700}
.ssmbd-hv-stat-card strong{font-size:1.5rem;color:var(--hv-primary);font-weight:800;line-height:1.35}
.ssmbd-hv-best{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:5px;flex-wrap:wrap}.ssmbd-hv-best img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--hv-primary)}
.ssmbd-hv-filter{background:var(--hv-card);padding:25px;border-radius:var(--hv-radius);box-shadow:var(--hv-shadow);margin-bottom:30px}.ssmbd-hv-filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid var(--hv-border);padding-bottom:10px;gap:12px}.ssmbd-hv-filter-head strong{font-size:1.1rem;color:var(--hv-primary)}.ssmbd-hv-toggle-all{background:var(--hv-primary);color:#fff;border:none;padding:7px 16px;border-radius:20px;font-family:inherit;font-size:.9rem;cursor:pointer;font-weight:700;transition:.2s}.ssmbd-hv-toggle-all:hover{filter:brightness(1.08);color:#fff}
.ssmbd-hv-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.ssmbd-hv-checkbox-grid label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.95rem;font-weight:600;user-select:none;padding:7px 10px;background:#f8faf9;border:1px solid var(--hv-border);border-radius:6px;transition:.2s}.ssmbd-hv-checkbox-grid label:hover{border-color:var(--hv-primary);background:#eef3ff}.ssmbd-hv-checkbox-grid input{accent-color:var(--hv-primary);width:16px;height:16px}
.ssmbd-hv-teachers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px}.ssmbd-hv-teacher-card{background:var(--hv-card);border-radius:var(--hv-radius);box-shadow:var(--hv-shadow);overflow:hidden;border:1px solid var(--hv-border);display:flex;flex-direction:column;transition:transform .3s ease}.ssmbd-hv-teacher-card:hover{transform:translateY(-5px)}.ssmbd-hv-image-wrap{background:#fcfcfc;padding:20px 0 10px;display:flex;flex-direction:column;align-items:center}.ssmbd-hv-image-wrap img,.ssmbd-hv-avatar-placeholder{width:130px;height:130px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 10px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;background:#eef3ff;font-size:44px}.ssmbd-hv-badge{margin-top:12px;background:var(--hv-primary);color:#fff;padding:4px 14px;border-radius:20px;font-size:.85rem;font-weight:700}.ssmbd-hv-teacher-info{padding:15px 20px 20px;flex-grow:1}.ssmbd-hv-teacher-info h3{font-size:1.3rem;color:var(--hv-primary);font-weight:800;margin:0 0 5px;text-align:center}.ssmbd-hv-teacher-info p{font-size:.85rem;color:#7f8c8d;margin:0 0 15px;border-bottom:1px dashed var(--hv-border);padding-bottom:10px;text-align:center;min-height:22px}.ssmbd-hv-visit-box{background:#fcfcfc;padding:12px;border-radius:8px;border:1px solid #f2f4f4;max-height:290px;overflow-y:auto}.ssmbd-hv-visit-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ssmbd-hv-visit-row:last-child{margin-bottom:0}.ssmbd-hv-month-name{font-size:.95rem;font-weight:700;width:78px}.ssmbd-hv-progress{flex-grow:1;background:#eaeded;height:8px;border-radius:5px;margin:0 10px;overflow:hidden}.ssmbd-hv-progress span{display:block;background:linear-gradient(90deg,var(--hv-primary),#1e5799);height:100%;border-radius:5px;transition:width .4s ease-out}.ssmbd-hv-visit-row strong{font-weight:800;font-size:.95rem;color:var(--hv-primary);width:48px;text-align:right}.ssmbd-hv-footer{text-align:center;padding:30px;margin-top:40px;color:#7f8c8d;border-top:1px solid var(--hv-border)}
@media(max-width:700px){.ssmbd-home-visit-dashboard{padding:18px 10px}.ssmbd-hv-header{padding:24px 14px}.ssmbd-hv-header h2{font-size:1.55rem}.ssmbd-hv-stats-grid{grid-template-columns:1fr;gap:14px}.ssmbd-hv-filter{padding:16px}.ssmbd-hv-filter-head{align-items:flex-start;flex-direction:column}.ssmbd-hv-checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ssmbd-hv-teachers-grid{grid-template-columns:1fr;gap:16px}.ssmbd-hv-teacher-info{padding:14px}.ssmbd-hv-month-name{width:72px}.ssmbd-hv-visit-row strong{width:44px}}

/* Home visit header hard color fix - v1.0.81 */
.ssmbd-home-visit-dashboard .ssmbd-hv-header h2,
.ssmbd-public-wrap.ssmbd-home-visit-dashboard .ssmbd-hv-header h2{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;text-shadow:none!important;background:transparent!important;}
.ssmbd-home-visit-dashboard .ssmbd-hv-header p,
.ssmbd-public-wrap.ssmbd-home-visit-dashboard .ssmbd-hv-header p{color:#ffffff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important;}
