@font-face {
    font-family: 'Avenir';
    src: url("fonts/Avenir 55 Roman 05173_0.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir';
    src: url("fonts/Avenir-Heavy_0.otf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'Avenir';
    src: url("fonts/Avenir-Medium_0.otf") format("truetype");
    font-weight: 500;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #181D27;
}

.container {
    max-width: 80%;
}

.main {
    margin-top: 3%;
    margin-bottom: 4%;
    min-height: 75vh;
}

.menu {
    background: #fff;
    padding: 1.5em;
    /*box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);*/
}

.main .content h1 b {
    font-weight: 600 !important;
    color: #00943C;
}

.main .content p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.6;
}


.main .search-bill {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E4E4E7;
    border-radius: 8px;
}

.main .table-bordered {
    border: 0;
}

.main .search-bill th:first-child, .main .search-bill th:last-child {
    border: 0;
}

.menu .navbar-brand img {
    width: 50px;
    height: auto;
}

.menu .navbar-brand p {
    color: #fff;
    margin-left: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.menu .navbar-brand .logo-md {
    display: none;
}

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

.menu .btn-outline-success {
    color: #fff !important;
    border-color: #fff !important;
}

.text-success {
    color: #087e56 !important;
}

.online-provider img {
    max-height: 40px;
    max-width: 100%;
}

.main .content p {
    font-size: 14px;
}


.main .search-bill .form-control {
    padding: 10px;
    height: auto;
    border: 1.5px solid #EDEDED;
    font-size: 14px;
    color: #444444;
}

.main .search-bill label {
    font-weight: 500;
}

.main .search-bill .form-control::placeholder {
    color: #ACACAC;
    font-size: 14px;
}

.main .search-bill .payment_code_field {
    border-radius: 4px;
    border: 1.5px solid #F8F8F8;
    background: #F5F5F5;
    margin-right: 0.5em;
}

.main .search-bill .badge {
    font-size: 12px;
    padding: 10px;
}

.main .search-bill .badge-primary {
    background-color: #EBF3FE;
    color: #3B82F6;
}

.main .search-bill .badge-success {
    background-color: rgba(45, 196, 145, 0.05);
    color: #087E56;
}

.main .search-bill .badge-warning {
    background-color: #FDF7E6;
    color: #EAB308;
}

.main .search-bill .badge-danger {
    background-color: #FFB6B2;
    color: #DD4139;
}

.form-check-input {
    accent-color: #087e56;
}

.main .search-bill .form-control:disabled, .main .search-bill .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.main .search-bill .form-control:focus,
.main .search-bill .btn:focus {
    box-shadow: none;
}

.main .img-container img {
    width: 85%;
}

.instructions {
    padding: 40px 0;
    background: rgba(0, 148, 60, 0.05);
}

.instructions .important {
    width: 90%;
}

.instructions .important p {
    margin-bottom: 0;
    text-align: justify;
}

.instructions .office {
    width: 90%;
}

.instructions .office p {
    margin-bottom: 0;
}

.footer {
    text-align: center;
    padding: 20px;
    background: #087e56;
}

.footer p {
    color: #fff;
    margin-bottom: 0;
}

.billing .title {
    margin-bottom: 0 !important;
    color: #087E56;
    font-weight: 600;
    font-size: 22px !important;
    opacity: 1 !important;
}

.billing table .bal {
    color: #E02020;
}

.billing table .total {
    color: #00943C;
}

.billing h4 {
    color: #00943C;
}

.billing p.subtitle {
    font-size: 12px !important;
    margin-top: 5px;
    margin-bottom: 0;
    color: #464646;
}

.billing .form .form-control {
    margin-bottom: 15px;
}

.btn-row .btn {
    width: 100%;
    background: #00943C;
    color: #fff;
    padding: 14px;
}

.btn-row .btn-outline {
    background: #fff;
    border-color: #00943C;
    color: #00943C;
}

.remita {
    text-align: center;
    margin-top: 40px;
}

.remita img {
    width: 300px;
}

.confirm .search-bill {
    text-align: center !important;
    padding-top: 30px !important;
}

.confirm .search-bill img {
    margin-bottom: 20px;
}

.confirm .search-bill p {
    margin-bottom: 0;
}

.confirm .search-bill .btn-row .btn {
    width: auto;
    padding: 12px 50px !important;
}

.d-flex .forgot-password {
    color: #00943C;
    font-weight: bold;
}

.property {
    border-color: #00943C;
    padding: 4px;
}

.property .card-body {
    padding: 0;
}

.property .card-body .row {
    border: 1px solid #00943C;
    margin-bottom: 4px;
}

.property .card-body .row .green-bg {
    background: #00943C;
    color: #fff;
    padding: 8px 10px;
}

.property .card-body .row .green-bg p {
    margin-bottom: 0;
}

.property .card-body .row .property-value {
    padding: 8px 10px;
}

.property .card-body .row .property-value p {
    margin-bottom: 0;
}

.property .card-body .bottom {
    margin-bottom: 0;
}

.page-title {
    margin-bottom: 50px;
}

.property-address {
    border-color: #00943C;
}

.property-address .card-header {
    padding: 8px 10px;
    border-bottom: 1px solid #00943C;
    background: #fff;
}

.property-address .card-header p {
    margin-bottom: 0;
    color: #00943C;
}

.property-address .card-body {
    padding: 15px 8px;
}

.property-address .card-body p {
    margin-bottom: 0;
}

.history h3 {
    margin-bottom: 20px;
}

.history .bills-table a {
    color: #00943C;
}

.overflow {
    position: relative;
}

.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

tbody td:first-child {
    /* min-width: 150px; */
}

#online-providers {
    display: none;
}

.online-provider > .active {
    border: 2px solid green;
}

.row.bill-page [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

tbody td {
    padding: 8px !important;
    font-size: 14px;
    align-items: center;
    vertical-align: middle !important;
}

.scroll-box tbody td {
    padding: 8px !important;
    font-size: 14px;
}

.scroll-box tbody td {
    padding: 8px !important;
    font-size: 14px;
}

tbody td:first-child {
    width: max-content;
}

.scroll-box tbody td:nth-child(2) {
    text-align: left;
    width: 60%;
}

.scroll-box tbody td:nth-child(3) {
    text-align: left;
    width: max-content;
    overflow: hidden;
}

.scroll-box tbody td:nth-child(3) input.number {
    padding: 10px;
    margin: auto;
    height: auto;
}

.tableFixHead {
    overflow: auto;
    height: 350px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.tableFixHead thead th {
    z-index: 0;
}

.naira-prefix::before {
    content: "₦";
    color: black;
}

.payment-status {
    font-size: 14px;
    text-align: right !important;
    text-transform: capitalize;
}

.payment-status.unpaid {
    color: #dc3545;
}

.payment-status .paid {
    color: #00943C;
}

.scroll-box {
    max-height: 350px;
    height: auto;
    overflow: scroll;
    padding-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
}

.main .search-bill button, .main .search-bill a {
    background: #087e56;
    color: #fff;
    height: 100%;
    padding: 0 40px;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .main .content h1 {
        font-size: 31px;
    }

    .main .search-bill .form-control {
        font-size: 14px;
    }

    .main .search-bill button {
        font-size: 14px;
    }

    .instructions {
        padding: 30px 0;
    }

    .instructions .important p {
        font-size: 12px;
        line-height: 1.6;
    }

    .instructions .office p {
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    .main {
        min-height: 80vh;
    }

    .main .content h1 {
        font-size: 28px;
    }

    .menu .pt-3, .menu .pb-3 {
        padding: 8px 0 !important;
    }

    .menu .navbar-brand img {
        width: 40px;
    }

    .menu .navbar-brand p {
        font-size: 12px;
    }

    .footer {
        padding: 15px;
    }

    .footer p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .main {
        margin-top: 6%;
    }

    .main .content {
        margin-bottom: 50px;
    }

    .main .img-container {
        margin-bottom: 50px;
    }

    .instructions .important {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .main {
        margin-top: 8%;
    }

    .main .content {
        margin-bottom: 40px;
    }

    .main .content h1 {
        font-size: 22px;
    }

    .main .content p {
        font-size: 16px;
    }

    .container {
        max-width: 95%;
    }

    .menu .navbar-brand p {
        display: none;
    }

    .menu .navbar-brand .logo-md {
        display: block;
    }

    .main .search-bill {
        padding: 15px;
    }

    .main .search-bill .input-group {
        display: block;
    }

    .main .search-bill .form-control {
        max-width: 100% !important;
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

    .main .search-bill button {
        height: 54px;
        width: 100%;
    }

    .instructions .important {
        width: 100%;
    }

    .instructions .office {
        width: 100%;
    }

    .footer p {
        font-size: 10px;
    }

    .btn-row .btn-outline {
        margin-top: 15px;
    }
}

