.card--custom__form {
    border: 1px #0E5475 solid;
    padding: 15px;
    border-radius: 15px;

}

.header-section {
    background-color: #FFFF;
}

/* Custom styles for finance section */
    /* Custom styles for finance section */
    .finance-section {
        background-color: #0E5475;
        padding: 20px;
        border-radius: 10px;
      }
      .finance-section h3 {
        margin-bottom: 20px;
        color: #fff;
      }
      .finance-section .nav-pills .nav-link {
        color: #fff;
        border-radius: 10px;
        background-color: #1E5C79;
      }
      .finance-section .nav-pills .nav-link.active {
        background-color: #EB882B;
        color: #ffff !important;

      }
      .finance-section .form-label {
        color: #fff;
        font-weight: bold;
      }
      .finance-section .form-control {
        border: 1px solid #ccc;
        border-radius: 0;
        box-shadow: none;
      }
      /* Custom styles for inline inputs */
      .finance-section .inline-inputs .form-group {
        display: inline-block;
        margin-right: 10px;
      }
      .finance-section .inline-inputs .form-control {
        display: inline-block;
        width: auto;
        border-radius: 30px;
        border: 1px solid #DFE0E4;
        background: rgba(7, 76, 62, 0.03);
      }
      .finance-section .inline-inputs .btn-submit {
        margin-top: 10px;
      }

.filter_section {

    background-color: #0E5475;
    border-radius:25px;
}


.banner::after {
    background-color: #1D5C79;
}

.form-table td {
    padding-bottom: 10px;
}

.slick-prev {
    left: -75px;
}

.slick-next {
    right: -75px;
}

.slick-prev:before {
    color: #fff;
    background-color:#0E5475;
}
.slick-next:before {
    color: #fff;
    background-color:#0E5475;
}


.finance-section .inline-inputs .form-control {
    background-color:#ffff !important
}

.active>.page-link, .page-link.active {
    background-color:#0E5475;
    color: #ffff !important;
}
