@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;
}

.container {
    max-width: 80%;
}

@media (max-width: 425px) {
    .container {
        max-width: 95%;
    }
}

.menu {
    background: #00943C;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1280px) {
    .menu .pt-3, .menu .pb-3 {
        padding: 10px 0 !important;
    }
}

@media (max-width: 1280px) {
    .menu .pt-3, .menu .pb-3 {
        padding: 8px 0 !important;
    }
}

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

@media (max-width: 1280px) {
    .menu .navbar-brand img {
        width: 40px;
    }
}

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

@media (max-width: 1280px) {
    .menu .navbar-brand p {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .menu .navbar-brand p {
        display: none;
    }
}

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

@media (max-width: 425px) {
    .menu .navbar-brand .logo-md {
        display: block;
    }
}

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

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

.main {
    margin-top: 3%;
    margin-bottom: 4%;
}

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

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

/* .main .content {
  margin-right: 15%;
}

@media (max-width: 1440px) {
  .main .content {
    margin-right: 10%;
  }
}

@media (max-width: 1280px) {
  .main .content {
    margin-right: 0;
  }
} */

@media (max-width: 768px) {
    .main .content {
        margin-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .main .content {
        margin-bottom: 40px;
    }
}

.main .content h1 {
    font-weight: 400;
    margin-bottom: 20px;
    width: 80%;
}

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

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

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

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

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

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

@media (max-width: 425px) {
    .main .content p {
        font-size: 14px;
    }
}

.main .search-bill {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

@media (max-width: 425px) {
    .main .search-bill {
        padding: 15px;
    }
    .main .search-bill .input-group {
        display: block;
    }
}

.main .search-bill .form-control {
    background: #F5F5F5;
    padding: 10px;
    height: auto;
    border: none;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .main .search-bill .form-control {
        font-size: 14px;
    }
}

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

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

@media (max-width: 1440px) {
    .main .search-bill button {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .main .search-bill button {
        height: 54px;
        width: 100%;
    }
}

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

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

@media (max-width: 768px) {
    .main .img-container {
        margin-bottom: 50px;
    }
}

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

@media (max-width: 1440px) {
    .instructions {
        padding: 30px 0;
    }
}

.instructions .important {
    width: 90%;
}

@media (max-width: 768px) {
    .instructions .important {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .instructions .important {
        width: 100%;
    }
}

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

@media (max-width: 1440px) {
    .instructions .important p {
        font-size: 12px;
        line-height: 1.6;
    }
}

.instructions .office {
    width: 90%;
}

@media (max-width: 425px) {
    .instructions .office {
        width: 100%;
    }
}

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

@media (max-width: 1440px) {
    .instructions .office p {
        font-size: 12px;
    }
}

.footer {
    text-align: center;
    padding: 20px;
    background: #00943C;
}

@media (max-width: 1280px) {
    .footer {
        padding: 15px;
    }
}

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

@media (max-width: 1280px) {
    .footer p {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .footer p {
        font-size: 10px;
    }
}

/* .billing {
  margin-right: 0 !important;
  margin-left: 15%;
}

@media (max-width: 1440px) {
  .billing {
    margin-left: 10%;
  }
}

@media (max-width: 1280px) {
  .billing {
    margin-left: 0;
  }
} */

.billing .title {
    margin-bottom: 0 !important;
    color: #00943C;
    font-weight: 500;
    font-size: 18px;
    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;
}

.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;
}

@media (max-width: 425px) {
    .btn-row .btn-outline {
        margin-top: 15px;
    }
}

.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, #bank-transfer-providers {
    display: none;
}

.online-provider > .active, .bank-transfer-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: 15px;
    align-items: center;
    vertical-align: middle !important;
}

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

.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: solid 1px #eee;
    border-radius: 5px;
}

/*.row.bill-page {*/
/*    display: table;*/
/*}*/

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