/*
 Dark-Blue :: #475570
 Light-Blue :: #526484
 Ogunstate-Green: #50ab66
 Oyo-red :: #920A01
 Oyo-yellow:: #F9C114
 Border-color:: #dbdfea

 */

.text-danger {
    color: #920A01;
}

.text-oyo-yellow {
    color: #F9C114;
}

.bg-custom-green {
    background-color: #50ab66;
}

.bg-oyo-yellow {
    background-color: #F9C114;
}

h1, h2, h3, h4, h5, h6, p {
    color: #475570;
}

.is-theme .nk-menu-main > li > .nk-menu-link {
    color: #920A01;
}

.link-primary {
    color: #74bc84 !important;
}

.nk-header.is-theme:not([class*=bg-]) {
    background: #00943c;
    border-color: #00943c;
}

.nk-menu-text {
    color: #1b9844;
}

.nk-header .nk-menu-text {
    color: #fff !important;
}

.mobile-menu .nk-menu-text {
    color: #1b9844 !important;
}


.nk-menu-sub .nk-menu-item .nk-menu-text {
    color: #00943c !important;
}

.bg-lighter.main-layout {
    background-color: #fff !important;
}

.page-title-row {
    background-color: #fff !important;
    border-bottom: 1px solid #dbdfea;
}

.page-title {
    display: none;
    font-size: 1.3rem;
    width: fit-content;
}

.main-page-title {
    font-size: 1.5rem;
    font-weight: bold !important;
}

.page-title-secondary {
    font-size: 1rem;
    width: fit-content;
    text-transform: uppercase;
    line-height: 2em;
    margin-bottom: 0;
}

.user-name {
    color: #475570;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 700;
}

.logo-img {
    max-height: 50px;
}

@media (min-width: 576px) {
    .wide-xs {
        max-width: 520px !important;
    }

    .wide-xs-fix {
        width: 520px !important;
    }
}

@media (min-width: 768px) {
    .wide-sm {
        max-width: 720px !important;
    }

    .wide-sm-fix {
        width: 720px !important;
    }
}

@media (min-width: 1025px) {
    .wide-md {
        max-width: 960px !important;
    }

    .wide-md-fix {
        width: 960px !important;
    }

    .nk-menu-main .nk-menu-item:hover > .nk-menu-sub {
        z-index: 2000;
    }
}

@media (min-width: 1200px) {
    .wide-lg {
        max-width: 1600px !important;
    }

    .wide-lg-fix {
        width: 1500px !important;
    }
}

@media (min-width: 1280px) {
    .wide-xl {
        max-width: 1600px !important;
    }

    .wide-xl-fix {
        width: 1600px !important;
    }
}

.nk-menu-main > li > .nk-menu-link:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffffff;
    border-radius: 3px 3px 0 0;
    opacity: 0;
}

.user-avatar, [class^="user-avatar"] {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1b9844;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    flex-shrink: 0;
}

.dropdown-menu-s1 {
    border-top: 3px solid #229a47;
}

.user-balance {
    font-size: 1.5rem;
    line-height: 1;
    padding: .125rem 0 .375rem;
    color: #a71107;
}

a {
    color: #50ab66;
    text-decoration: none;
    background-color: transparent;
}

.is-theme .user-name {
    color: #ffffff;
}

.link-list a:hover {
    color: #0074fe;
}

.nk-menu-main .nk-menu-item .nk-menu-toggle:after {
    color: #ffffff !important;
}

.table .thead-dark th {
    background-color: #1b9844;
    border-color: #fff !important;
}

.thead-light td {
    background-color: #f5f6fa;
    color: #475570;
}

.thin-section-border {
    border: 1px solid #dbdfea;
}

table tr.no-border td {
    border: none;
}

.main-content-section {
    border-radius: 4px;
}

td input[type=checkbox], td input[type=radio] {
    transform: scale(1.5);
}

td input[type=checkbox], td input[type=radio] {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 10px;
    visibility: hidden;
}

td .input-span:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    color: #fff;
    width: 18px;
    height: 20px;
    visibility: visible;
    border: 1px solid #526484 !important;
    border-radius: 2px;
}

td .input-span.radio-input:after {
    border-radius: 50% !important;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.input-span.checked:after, input[type=checkbox]:checked:after, input[type=radio]:checked:after {
    content: "\2713";
    font-weight: bold;
    color: #fff !important;
    background-color: #475570;
    border: none !important;
}

input[type=radio]:checked:after {
    content: "";
    background-color: #475570;
}

.btn {
    display: inline-block;
}

.btn-primary {
    color: #fff;
    background-color: #475570;
    border-color: #475570;
}

.btn-primary:hover {
    color: #fff;
    background-color: #647595 !important;
    border-color: #647595 !important;
}

.btn-primary:focus, .btn-primary.focus {
    background-color: #475570 !important;
    border-color: #475570;
    box-shadow: 0 0 0 0.2rem rgba(71, 85, 112, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #920A01;
    border-color: #920A01;
}

.btn-danger:hover {
    color: #fff;
    background-color: #b91308;
    border-color: #b91308;
}

.btn-outline-primary {
    color: #475570 !important;
    background-color: #fff !important;
    border-color: #475570 !important;
}

.btn-outline-success {
    color: #1a9844;
    border-color: #1a9844;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28b557;
    border-color: #28b557;
}

.bg-success {
    background-color: #1b9844 !important;
    border-color: #6cb77c;
}

.bg-warning {
    background-color: #f7c524 !important;
    border-color: #f7c524;
}

.bg-danger-light {
    color: #fff;
    background-color: rgba(150, 24, 12, 0.5) !important;
    border-color: #96180c;
}

.flash-message {
    margin: 1em auto;
}

.flash-message .close {
    color: #0a094f;
    opacity: 0.8;
}

.ni-bell:before, .ni-signout:before {
    color: #ffffff;
}

.is-theme .nk-quick-nav-icon:before {
    background-color: #ffffff;
    color: #43a45b;
}


.icon-status-info:after {
    background: #f9c113;
}

td {
    max-width: 500px;
    overflow-wrap: break-word;
}

.stats-box-icon em {
    font-size: 4rem;
    background-color: #50aa66;
    color: #f5f6fa;
    padding: 5px;
    border-radius: 5px;
}

.small-box .nk-wg1-block {
    padding: 1em;
}

.small-box .stats-box-icon {
    /*   margin-right: 0; */
    width: 60px;
}

.small-box .stats-box-icon em {
    font-size: 2rem;
}


.nk-wg1-action .link {
    color: #00943c;
    background-color: #ffffff;
}

.nk-wg1-action .link:hover {
    background-color: #ffffff;
    box-shadow: 0 0 12px #ccc;
    border-radius: 0 0 5px 5px;
}

.nk-footer-copyright {
    color: #ffffff;
}

.nav-link:hover {
    color: #0a0a4f;
    text-decoration: underline;
}

.link-list a:hover {
    color: #0a0a4f;
}

.link-list a:hover span {
    text-decoration: underline;
}

div.dataTables_wrapper label {
    margin-bottom: 1em;
}

.dataTables_filter label {
    width: 100%;
    float: right;
    position: relative;
}

.dataTables_filter input {
    max-width: 500px;
    width: 100%;
    float: right;
}

.dataTables_info, .dataTables_paginate {
    margin-top: 1em !important;
}

.dataTables_paginate .pagination {
    float: right;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #56ae6b;
    border-color: #60b172;
}

.text-success {
    color: #5a8632 !important;
}

.text-warning {
    color: #f9c114 !important;
}

.link-list-opt a:hover {
    color: #526384;
    background: #f5f6fa;
}

.link-list-opt a {
    color: #0a094f;
}

.page-link:hover {
    color: #0a094f;
}

.swal2-styled.swal2-confirm {
    background-color: #3c4d62;
}

.swal2-styled.swal2-cancel {
    background-color: #b72117;
}

.swal2-icon.swal2-warning {
    border-color: #f9c114 !important;
    color: #f9c114 !important;
}

.form-control:focus {
    border-color: rgba(10, 9, 79, 0.6);
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #647595 !important;
    border-color: #647595 !important;
}

.text-primary {
    color: #475570 !important;
}

.text-primary {
    color: #475570 !important;
}

a.text-primary:hover {
    font-weight: bolder;
    color: #647595 !important;
}

.nk-block-des p {
    color: #475570;
    font-size: 16px;
}

.modal-header .page-title {
    display: block;
}

.ui-front {
    z-index: 2000;
}

.nk-error-head {
    font-size: 160px;
    font-weight: 700;
    background: -webkit-linear-gradient(#85ffa2, #50ab66);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: .9;
}

.link-list-menu li.active > a, .link-list-menu li.active > a .icon {
    color: #45a65d;
}

.link-list-menu a.active, .link-list-menu a.active .icon {
    color: #45a65d;
}

.link-list-menu a:hover, .link-list-menu a:hover .icon, .link-list-menu a:hover:after {
    color: #45a65c;
}

.link-list-menu li.active > a:after {
    color: #4ca960;
}

.link-list-menu a.active:after {
    color: #45a65c !important;
}

.card-inner-lg {
    padding: 1.25rem;
}

.nk-menu-trigger .ni-menu:before {
    color: #e5e9f2 !important;
}

td {
    word-break: break-all !important;
    white-space: normal !important;
}

.registration-page-center {
    border: #110f87 2px solid;
}

.register-page-background {

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.register-div {
    background-color: #fff;
}

.div-padding {
    padding: 40px;
}


.image-adjust {
    padding-top: 2.75rem;
}

.white-text {
    color: #fff;
}

.dark-layer {

    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;

}

.applicant-auth-body {
    max-width: 500px
}

.applicant-auth-body .brand-logo {
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #920a03;
}

.notify-success-icon {
    font-size: 60px;
    color: #37b737;
}

.notify-success-div {
    margin-bottom: 20px
}

#pwd-change {
    margin-bottom: 20px;
}

.notify-icon {
    font-size: 60px;
    color: #920a00;
}

.btn-float-right {
    float: right;
    color: #96180c;
}

tr.nk-tb-item {
    background-color: inherit !important;
}

#profilePic {
    /*background-image: url("https://cdn.pixabay.com/photo/2020/06/22/19/30/automobile-5330343_1280.jpg");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.border-color {
    border: 1px solid #920a00;
}

.on-hover-link {
    color: #96180c;
}

.on-hover-link:hover {
    background-color: #ffffff;
    color: #96180c;
}

.disabled-a-tag {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.preloader {
    width: 100%;
    height: 100vh;
    top: 0;
    position: absolute;
    z-index: 1000;
    background: rgba(33, 38, 42, 0.9);
}

.md-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%) !important;
    z-index: 1000;
    color: #333;
    background: #ffffff;
    border-radius: 3px;
    margin: 0 auto;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .2);
}

.md-content #spinner-holder {
    padding: 15px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
    text-align: center;
}

.loader-container {
    margin: 0;
    position: relative;
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
}

.loader-wrapper {
    position: relative;
    margin-top: 1.5em
}

#existingApplicant .modal-dialog {
    max-width: 1200px;
}

.naira-prefix::before {
    content: "₦"
}

.neg-naira-prefix::before {
    content: "– ₦"
}

.scratch-card-row {
    margin: 20px 0;
}

.scratch-card-group {
    border-bottom: #ecf2ff solid 1px;
    /*padding: 10px;*/
    margin: 20px 0;
}

.doc-list {
    margin-right: 8px;
    font-size: 20px;
    color: #96180c;
}


.nk-split-page {
    background-color: #f5f6fa;
}

.nk-auth-container {
    margin: auto;
    background-color: #fff;
    width: auto;
    padding: 3em;
    height: fit-content;
}

.badge-success {
    border-color: #87c495;
    background-color: #09b74c
}

.is-theme .nk-quick-nav-icon:hover .ni-bell:before {
    color: #fff;
}

.is-theme .nk-quick-nav-icon:hover .ni-signout:before {
    color: #43a45b;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    margin: 0 5px;
}

.card-aside {
    width: 300px;
    background-color: #fff;
    min-height: 100vh;
    flex-shrink: 0;
}

@media (min-width: 1025px) {
    .card-aside {
        position: static;
        display: block;
    }
}

@media (min-width: 1540px) {
    .card-aside {
        width: 300px;
    }
}


.stats-box {
    background-color: #f5f6fa;
    box-shadow: 0 0 2px #b5c1d2;
}

.stats-box-primary {
    border-left: 5px solid #e6c658;
    cursor: default;
}

.stats-box-danger {
    border-left: 5px solid #349c4e;
    cursor: default;
}

.stats-box.border-left-5 {
    border-left-width: 5px;
    cursor: pointer;
}

.stats-box h3 {
    font-size: 24px;
    /*font-weight: bold;*/
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Times New Roman", Times, serif;
}

.ball-spin-fade-loader > div {
    background-color: #ec1823
}

.preloader {
    width: 100%;
    height: 100vh;
    top: 0;
    position: absolute;
    z-index: 1000;
    background: rgba(33, 38, 42, 0.9);
}

.stats-filter-row {
    padding: 1em;
    /* border: 1px solid #a5acbb; */
    margin: 1em auto;
    box-shadow: 0 0 2px #b5c1d2;
}

.stat-value {
    line-height: 28px;
    font-size: 24px;
}

.stats-filter-row h2 {
    border-bottom: 1px solid #a5acbb;
    width: fit-content;
    padding: 0 0.5em 0;
    margin: 0.5em auto 1em;
}

.stats-filter-label {
    margin-bottom: 0.2em;
    margin-top: 1em;
}

#reports-filter-results {
    margin-top: 2em;
}

.light-box-shadow {
    box-shadow: 0 0 3px #b5c1d2;
}

.hide {
    display: none !important;
}

.show {
    display: visible !important;
}

.nk-header-mobile .nk-header-brand {
    width: 80%;
}

td.naira-prefix, th.naira-prefix {
    text-align: right;
}

.ball-pulse.loader-primary div {
    background: #38a055;
}

.dashboard-chart-section {
    min-height: 500px;
}

.container-to-center-items {
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


input[type="number"] {
    min-width: 50px;
}

.stats-amount {
    font-size: 1rem;
    font-weight: 500;
    color: #364a63;
}

.report-stats-box {
    background-color: #e5e9f2 !important;
    margin: 1em auto;
}

.report-stats-box .card-body {
    padding: 1em;
}


.report-stats-box .nk-wgw-title {
    font-weight: 700;
    font-size: 13px;
}

.report-stats-box .nk-wgw-icon {
    height: 24px;
    width: 24px;
    font-size: 14px;
    margin-right: 0.5rem;
}

@media (min-width: 1025px) {
    .report-stats-box {
        background-color: #e5e9f2 !important;
        margin: 0;
    }
}

.table .thead-dark.thead-dark-red th {
    background-color: #a02a20;
    border-color: #fff !important;
}

#areaChartSection {
    min-height: 800px;
}

.required-field:after {
    content: " *";
    color: red;
}

.block-display .user-card {
    display: block;
}

.block-display .lead-text {
    font-size: 0.85rem;
}

.nk-menu-main > li > .nk-menu-link {
    text-transform: capitalize;
    letter-spacing: 0.02rem;
}

@media (min-width: 1025px) {
    .nk-menu-main > li.nk-menu-item {
        padding: 0 0.5rem;
    }
}

.swal2-textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 0.4; /* Firefox */
}

form#bills_filter_section {
}

form#bills_filter_section {
    padding: 0.75rem 0 !important;
    margin: 0 !important;
}

#nav-tab-row {
    padding: 1em;
    background-color: #2b943c !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#nav-tab-row ul li a {
    color: #fff !important;
}

#nav-tab-row ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
}

#nav-tab-row .nav-tabs .nav-link:after {
    background-color: #ffffff !important;
}

#nav-tab-row ul {
    border: none
}

.hidden {
    display: none;
}

.form-group .invalid {
    color: #e85347 !important;
    font-size: 85%;
    font-weight: 400;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e7e5e5;
}

.report-download-link span {
    width: auto !important;
    padding-right: 5px;
}
