@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
body {
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

a {
    text-decoration: none;
}

.bg-anambra {
    background: #1C191A;
    color: #FFC50C;
}

.anambra-text {
    color: #FFC50C;
}

.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;
    }
}


/*News overlay */

section#features .index-lc-container {
    position: relative;
    width: 100%;
    max-width: 99%;
    margin: 0;
    padding: 0;
}

section#features .index-lc-container .news-image {
    display: block;
    width: 100%;
    height: 200px;
}

section#features .index-lc-container .index-lc-overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.logo {
    max-width: 40px;
}

ul#index-menu-r li a {
    font-size: 12px;
}

ul#index-menu-r li a:hover {
    background-color: darkgray;
    color: #FFC50C;
}

table thead tr th,
table tbody tr td {
    font-size: 13px;
}

header.main-header {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (max-width:700) {
    header.main-header {
        min-height: 300;
    }
}

.osun-gradient {
    background: rgb(19, 8, 22);
    background: linear-gradient(90deg, rgba(19, 8, 22, 1) 0%, rgba(106, 192, 201, 1) 49%, rgba(48, 101, 112, 1) 100%);
}


/* 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;
}