@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Merriweather:wght@700;900&display=swap');

:root {
    --osun-maroon: #3b0a0a;
    --osun-maroon-dark: #240505;
    --osun-maroon-light: #5c1414;
    --osun-gold: #c9992e;
    --osun-gold-light: #e8c766;
    --osun-navy: #142238;
    --osun-navy-light: #22375c;
    --osun-cream: #FFF9DE;
    --osun-ink: #241512;
}

body {
    font-family: 'Poppins', sans-serif;
	background-color: var(--osun-cream);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.bg-osun {
    background: var(--osun-maroon);
    color: #ffffff;
}

.text-gold {
    color: var(--osun-gold) !important;
}

.svg-bg {
    display: block;
    position: relative;
    top: -2px;
    height: 150px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1354 280" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(47, 73, 94, 1)" d="M 0 0 C 422.4 0 281.6 91 704 91 L 704 91 L 704 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(47, 73, 94, 1)" d="M 703 91 C 1100.8 91 968.2 0 1366 0 L 1366 0 L 1366 0 L 703 0 Z" stroke-width="0"></path> </svg>');
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width:1365px) {
    .div {
        background-size: contain;
    }
}

.logo {
    max-width: 40px;
}

table thead tr th,
table tbody tr td {
    font-size: 13px;
}

header.main-header {
    background: url(../assets/osun_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media (max-width:700) {
    header.main-header {
        min-height: 400px;
    }
}

.hero-osun-pad {
    padding-top: 6.5rem;
}

.osun-gradient {
    background: var(--osun-maroon);
    background: linear-gradient(115deg, var(--osun-maroon-dark) 0%, var(--osun-maroon) 45%, var(--osun-navy) 100%);
    position: relative;
    overflow: hidden;
}

.osun-gradient::before,
.osun-gradient::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .35;
    pointer-events: none;
}

.osun-gradient::before {
    width: 420px;
    height: 420px;
    background: var(--osun-gold);
    top: -160px;
    right: -100px;
}

.osun-gradient::after {
    width: 320px;
    height: 320px;
    background: var(--osun-navy-light);
    bottom: -140px;
    left: -80px;
}

/* ==========================================================================
   Navbar
   ========================================================================== */

.navbar.bg-osun {
    background: linear-gradient(90deg, var(--osun-maroon-dark), var(--osun-maroon)) !important;
    box-shadow: 0 2px 18px rgba(0,0,0,.25);
}

.navbar.bg-osun .brand-name {
    font-weight: 700;
    letter-spacing: .3px;
}

.navbar.bg-osun .nav-link {
    padding: .5rem 1rem !important;
    border-radius: 30px;
    transition: background-color .2s ease, color .2s ease;
    font-size: .93rem;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .navbar.bg-osun .navbar-nav {
        flex-wrap: nowrap;
    }
}

.navbar.bg-osun .nav-link:hover,
.navbar.bg-osun .nav-link:focus,
.navbar.bg-osun .nav-link.active {
    background-color: rgba(255,255,255,.12);
    color: var(--osun-gold-light) !important;
}

.navbar.bg-osun .nav-item.dropdown .dropdown-menu {
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    overflow: hidden;
    padding: .4rem;
}

.navbar.bg-osun .dropdown-item {
    border-radius: 8px;
    padding: .55rem .9rem;
    font-size: .92rem;
}

.navbar.bg-osun .dropdown-item:hover,
.navbar.bg-osun .dropdown-item:focus {
    background-color: var(--osun-cream);
    color: var(--osun-maroon);
}

.btn-nav-cta {
    background: var(--osun-gold);
    color: var(--osun-ink) !important;
    font-weight: 600;
    padding: .5rem 1.1rem !important;
}

.btn-nav-cta:hover {
    background: var(--osun-gold-light);
    color: var(--osun-ink) !important;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    color: var(--osun-gold-light);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: .4rem .9rem;
    border-radius: 30px;
}

.hero-title {
    color: #fff;
    text-shadow: 0 2px 18px rgba(0,0,0,.25);
    font-size: clamp(1.9rem, 3.2vw + 0.9rem, 2.7rem);
    overflow-wrap: break-word;
}

.hero-title .accent {
    color: var(--osun-gold-light);
}

.hero-lead {
    color: rgba(255,255,255,.85);
    max-width: 34rem;
    font-size: .95rem;
}

.hero-governor-frame {
    position: relative;
    height: clamp(420px, 36vw, 560px);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,.4);
}

.hero-governor-frame::before {
    content: "";
    position: absolute;
    inset: -18px;
    background: linear-gradient(135deg, var(--osun-gold) 0%, var(--osun-gold-light) 35%, transparent 70%);
    border-radius: 36px;
    z-index: -1;
    opacity: .6;
    filter: blur(4px);
}

.hero-governor-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36,5,5,0) 45%, rgba(36,5,5,.55) 80%, rgba(36,5,5,.85) 100%);
    pointer-events: none;
}

.hero-governor-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
    display: block;
}

.btn-osun-gold {
    background: var(--osun-gold);
    border: 1px solid var(--osun-gold);
    color: var(--osun-ink);
    font-weight: 600;
    padding: .65rem 1.4rem;
    border-radius: 8px;
    transition: transform .15s ease, background-color .15s ease;
}

.btn-osun-gold:hover {
    background: var(--osun-gold-light);
    border-color: var(--osun-gold-light);
    color: var(--osun-ink);
    transform: translateY(-2px);
}

.btn-osun-outline {
    background: transparent;
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
    font-weight: 600;
    padding: .65rem 1.4rem;
    border-radius: 8px;
    transition: transform .15s ease, background-color .15s ease;
}

.btn-osun-outline:hover {
    background: rgba(255,255,255,.12);
    color: #fff;
    transform: translateY(-2px);
}

/* Stat strip */

.hero-stats {
    position: relative;
    z-index: 2;
    margin-top: -3.25rem;
}

.stat-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.15rem 1rem;
    box-shadow: 0 15px 35px rgba(36,21,18,.14);
    text-align: center;
    height: 100%;
}

.stat-card .stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--osun-gold), var(--osun-gold-light));
    color: var(--osun-ink);
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.stat-card .stat-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--osun-maroon);
    line-height: 1.1;
}

.stat-card .stat-label {
    font-size: .78rem;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.stat-card .stat-label.stat-label-mda {
    text-transform: none;
}

/* ==========================================================================
   Section headings
   ========================================================================== */

.section-eyebrow {
    color: var(--osun-gold);
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: .78rem;
}

.section-title {
    color: var(--osun-maroon);
    font-weight: 800;
}

.section-title-rule {
    width: 56px;
    height: 4px;
    border-radius: 4px;
    background: var(--osun-gold);
    margin: .5rem 0 0;
}

/* ==========================================================================
   Quick access cards
   ========================================================================== */

.qa-card {
    display: flex;
    align-items: center;
    gap: .9rem;
    background: #fff;
    border: 1px solid rgba(59,10,10,.08);
    border-radius: 14px;
    padding: 1.1rem;
    height: 100%;
    box-shadow: 0 8px 22px rgba(36,21,18,.06);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.qa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(36,21,18,.16);
    background: var(--osun-maroon);
}

.qa-card:hover .qa-title,
.qa-card:hover .qa-sub {
    color: #fff;
}

.qa-card:hover .qa-arrow {
    color: var(--osun-gold-light);
    transform: translateX(4px);
}

.qa-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--osun-maroon), var(--osun-maroon-light));
    color: var(--osun-gold-light);
    font-size: 1.3rem;
}

.qa-title {
    font-weight: 700;
    color: var(--osun-ink);
    font-size: .95rem;
    margin-bottom: 0;
}

.qa-sub {
    font-size: .76rem;
    color: #8a8a8a;
}

.qa-arrow {
    margin-left: auto;
    color: var(--osun-maroon);
    transition: transform .18s ease, color .18s ease;
}

/* ==========================================================================
   Tabs + tables
   ========================================================================== */

.nav-osun-pills {
    background: #fff;
    border-radius: 14px;
    padding: .4rem;
    box-shadow: 0 8px 22px rgba(36,21,18,.06);
    gap: .4rem;
}

.nav-osun-pills .nav-link {
    border-radius: 10px;
    font-weight: 600;
    font-size: .88rem;
    color: var(--osun-maroon);
    padding: .65rem 1rem;
}

.nav-osun-pills .nav-link .badge {
    background: rgba(59,10,10,.08);
    color: var(--osun-maroon);
    font-weight: 700;
}

.nav-osun-pills .nav-link.active {
    background: var(--osun-maroon);
    color: #fff;
}

.nav-osun-pills .nav-link.active .badge {
    background: var(--osun-gold);
    color: var(--osun-ink);
}

.table-osun-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(36,21,18,.07);
    overflow: hidden;
}

.table-osun-card table thead th {
    background: var(--osun-cream);
    color: var(--osun-maroon);
    text-transform: uppercase;
    letter-spacing: .4px;
    font-size: .72rem;
    font-weight: 700;
    border-bottom: 2px solid rgba(59,10,10,.1);
}

.table-osun-card table tbody tr:hover {
    background-color: rgba(201,153,46,.08);
}

.badge-time-left {
    background: rgba(25,135,84,.12);
    color: #146c43;
    font-weight: 600;
    font-size: .72rem;
    padding: .4em .65em;
}

.badge-time-closed {
    background: rgba(220,53,69,.12);
    color: #b02a37;
    font-weight: 600;
    font-size: .72rem;
    padding: .4em .65em;
}

/* ==========================================================================
   Feature / news cards
   ========================================================================== */

.feature-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 240px;
    display: block;
    box-shadow: 0 10px 28px rgba(36,21,18,.12);
}

.feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.feature-card:hover img {
    transform: scale(1.06);
}

.feature-card .feature-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(36,21,18,0) 0%, rgba(36,21,18,.88) 90%);
    color: #fff;
}

.feature-card .feature-tag {
    display: inline-block;
    background: var(--osun-gold);
    color: var(--osun-ink);
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: .25em .6em;
    border-radius: 4px;
    margin-bottom: .4rem;
}

.feature-card .feature-title {
    font-size: .95rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* ==========================================================================
   News carousel
   ========================================================================== */

.news-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(36,21,18,.14);
}

.news-slide-img {
    flex: 1 1 50%;
    height: 420px;
    overflow: hidden;
}

.news-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.news-slide-body {
    flex: 1 1 50%;
    height: 420px;
    overflow: hidden;
    padding: 2.25rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, var(--osun-maroon-dark), var(--osun-maroon) 70%, var(--osun-navy));
    color: #fff;
}

.news-slide-date {
    color: rgba(255,255,255,.7);
    font-size: .85rem;
    margin: .6rem 0 1rem;
}

.news-slide-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: .9rem;
}

.news-slide-excerpt {
    color: rgba(255,255,255,.85);
    margin-bottom: 1.5rem;
}

.news-carousel .carousel-control-prev,
.news-carousel .carousel-control-next {
    width: 56px;
    opacity: 1;
    align-items: center;
}

.news-carousel-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: var(--osun-maroon);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(36,21,18,.2);
    transition: background-color .15s ease, color .15s ease;
}

.news-carousel .carousel-control-prev:hover .news-carousel-arrow,
.news-carousel .carousel-control-next:hover .news-carousel-arrow {
    background: var(--osun-gold);
    color: var(--osun-ink);
}

.news-carousel .carousel-control-prev { left: -14px; }
.news-carousel .carousel-control-next { right: -14px; }

.news-carousel-dots {
    position: static;
    margin: 1.25rem 0 0;
}

.news-carousel-dots [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(59,10,10,.25);
    opacity: 1;
    border: 0;
}

.news-carousel-dots .active {
    background: var(--osun-gold);
    width: 22px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .news-slide {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .news-slide-img {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
    }
    .news-slide-body {
        flex: 0 0 auto;
        width: 100%;
        height: auto;
        padding: 1.5rem;
    }
    .news-slide-title {
        font-size: 1.2rem;
    }
    .news-carousel .carousel-control-prev,
    .news-carousel .carousel-control-next {
        display: none;
    }
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-osun {
    background: linear-gradient(115deg, var(--osun-maroon-dark), var(--osun-maroon) 55%, var(--osun-navy));
    color: rgba(255,255,255,.85);
}

.footer-osun .footer-heading {
    color: var(--osun-gold-light);
    font-weight: 700;
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 1rem;
}

.footer-osun p,
.footer-osun .footer-link {
    color: rgba(255,255,255,.75);
    font-size: .88rem;
}

.footer-osun .footer-link {
    display: block;
    margin-bottom: .5rem;
    transition: color .15s ease, padding-left .15s ease;
}

.footer-osun .footer-link:hover {
    color: var(--osun-gold-light);
    padding-left: 4px;
}

.footer-osun .footer-contact-item {
    display: flex;
    gap: .6rem;
    align-items: flex-start;
    margin-bottom: .7rem;
    font-size: .88rem;
    color: rgba(255,255,255,.75);
}

.footer-osun .footer-contact-item i {
    color: var(--osun-gold-light);
    margin-top: .2rem;
}

.footer-osun hr {
    border-color: rgba(255,255,255,.15);
}

.footer-bottom {
    font-size: .8rem;
    color: rgba(255,255,255,.6);
}

/* ==========================================================================
   Team cards
   ========================================================================== */

.team-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.25rem;
    text-align: center;
    box-shadow: 0 8px 22px rgba(36,21,18,.06);
    transition: transform .18s ease, box-shadow .18s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(36,21,18,.14);
}

.team-card img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--osun-cream);
    box-shadow: 0 0 0 3px var(--osun-gold);
    margin-bottom: 1rem;
}

.team-card h5 {
    color: var(--osun-maroon);
    font-size: .95rem;
    margin-bottom: .35rem;
}

.team-card .team-role {
    color: #7a7a7a;
    font-size: .8rem;
    font-style: italic;
}

/* ==========================================================================
   Sidebar tab menu (OCDS / non-OCDS)
   ========================================================================== */

#non-ocds-menu .list-group-item.active {
    background: var(--osun-maroon);
    border-color: var(--osun-maroon);
    color: #fff;
}

#non-ocds-menu .list-group-item.active i {
    color: var(--osun-gold-light) !important;
}

/* ==========================================================================
   Process timeline
   ========================================================================== */

.process-step {
    display: flex;
    gap: 1.25rem;
    position: relative;
    padding-bottom: 2rem;
}

.process-step:last-child {
    padding-bottom: 0;
}

.process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 38px;
    bottom: -2px;
    width: 2px;
    background: linear-gradient(180deg, var(--osun-gold), rgba(59,10,10,.12));
}

.process-step-num {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--osun-maroon);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .95rem;
    position: relative;
    z-index: 1;
}

.process-step-body {
    flex: 1 1 auto;
    padding-top: .35rem;
}

.process-step-title {
    color: var(--osun-maroon);
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: .5rem;
}

.process-step-list {
    margin: 0;
    padding-left: 1.1rem;
    color: #5a5a5a;
    font-size: .9rem;
}

.process-step-list li {
    margin-bottom: .3rem;
}

/* ==========================================================================
   Advantage cards
   ========================================================================== */

.adv-card {
    background: #fff;
    border: 1px solid rgba(59,10,10,.08);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 8px 22px rgba(36,21,18,.06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.adv-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(36,21,18,.12);
}

.adv-card .qa-icon {
    margin-bottom: .9rem;
}

.adv-card-title {
    color: var(--osun-maroon);
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.adv-card-text {
    color: #5a5a5a;
    font-size: .88rem;
    margin: 0;
}


.datatable-wrapper.no-header .datatable-container {
	border-top: 1px solid #d9d9d9;
}

.datatable-wrapper.no-footer .datatable-container {
	border-bottom: 1px solid #d9d9d9;
}

.datatable-top,
.datatable-bottom {
	padding: 8px 10px;
}

.datatable-top > nav:first-child,
.datatable-top > div:first-child,
.datatable-bottom > nav:first-child,
.datatable-bottom > div:first-child {
	float: left;
}

.datatable-top > nav:last-child,
.datatable-top > div:not(first-child),
.datatable-bottom > nav:last-child,
.datatable-bottom > div:last-child {
	float: right;
}

.datatable-selector {
	padding: 6px;
}

.datatable-input {
	padding: 6px 12px;
}

.datatable-info {
	margin: 7px 0;
}

/* PAGER */
.datatable-pagination ul {
	margin: 0;
	padding-left: 0;
}

.datatable-pagination li {
	list-style: none;
	float: left;
}

.datatable-pagination li.datatable-hidden {
    visibility: hidden;
}

.datatable-pagination a,
.datatable-pagination button {
	border: 1px solid transparent;
	float: left;
	margin-left: 2px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}

.datatable-pagination a:hover,
.datatable-pagination button:hover {
	background-color: #d9d9d9;
}

.datatable-pagination .datatable-active a,
.datatable-pagination .datatable-active a:focus,
.datatable-pagination .datatable-active a:hover,
.datatable-pagination .datatable-active button,
.datatable-pagination .datatable-active button:focus,
.datatable-pagination .datatable-active button:hover {
	background-color: #d9d9d9;
	cursor: default;
}

.datatable-pagination .datatable-ellipsis a,
.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-ellipsis button,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
    pointer-events: none;
    cursor: default;
}

.datatable-pagination .datatable-disabled a,
.datatable-pagination .datatable-disabled a:focus,
.datatable-pagination .datatable-disabled a:hover,
.datatable-pagination .datatable-disabled button,
.datatable-pagination .datatable-disabled button:focus,
.datatable-pagination .datatable-disabled button:hover {
	cursor: not-allowed;
	opacity: 0.4;
}

.datatable-pagination .datatable-pagination a,
.datatable-pagination .datatable-pagination button {
	font-weight: bold;
}

/* Simpledatatable */
.datatable-table {
	max-width: 100%;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
}

.datatable-table > tbody > tr > td,
.datatable-table > tbody > tr > th,
.datatable-table > tfoot > tr > td,
.datatable-table > tfoot > tr > th,
.datatable-table > thead > tr > td,
.datatable-table > thead > tr > th {
	vertical-align: top;
	padding: 8px 10px;
    border: 1px solid #949494; /* Adjust color and width as needed */
}

.datatable-table > thead > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-bottom: 1px solid #d9d9d9;
    border: 1px solid #949494; /* Adjust color and width as needed */
}

.datatable-table > tfoot > tr > th {
	vertical-align: bottom;
	text-align: left;
	border-top: 1px solid #d9d9d9;
    border: 1px solid #949494; /* Adjust color and width as needed */
}

.datatable-table th {
	vertical-align: bottom;
	text-align: left;
    border: 1px solid #949494; /* Adjust color and width as needed */
}

.datatable-table th a {
	text-decoration: none;
	color: inherit;
}

.datatable-table th button,
.datatable-pagination-list button {
    color: inherit;
    border: 0;
    background-color: inherit;
    cursor: pointer;
    text-align: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.datatable-sorter, .datatable-filter {
	display: inline-block;
	height: 100%;
	position: relative;
	width: 100%;
}

.datatable-sorter::before,
.datatable-sorter::after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: 4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	opacity: 0.2;
}


.datatable-sorter::before {
	border-top: 4px solid #000;
	bottom: 0px;
}

.datatable-sorter::after {
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
	top: 0px;
}

.datatable-ascending .datatable-sorter::after,
.datatable-descending .datatable-sorter::before,
.datatable-ascending .datatable-filter::after,
.datatable-descending .datatable-filter::before {
	opacity: 0.6;
}

.datatable-filter::before {
    content: "";
    position: absolute;
    right: 4px;
    opacity: 0.2;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	border-radius: 50%;
    border-top: 10px solid #000;
    top: 25%;
}

.datatable-filter-active .datatable-filter::before {
    opacity: 0.6;
}

.datatable-empty {
	text-align: center;
}

.datatable-top::after, .datatable-bottom::after {
	clear: both;
	content: " ";
	display: table;
}

table.datatable-table:focus tr.datatable-cursor > td:first-child {
	border-left: 3px blue solid;
}

table.datatable-table:focus {
	outline: solid 1px black;
    outline-offset: -1px;
}
