﻿
    .pricing-header {
      max-width: 700px;
    }



    .border-top {
      border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
      border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
      box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    }

    .display-4 {
      font-size: 2.5rem;
    }

    .card-header {
      background-color: #019443;
    }

    .card {
      border: 0px;
      border-radius: 0rem;
    }

    .card-body {
      border: 2px solid rgba(0, 0, 0, 0.125);
      border-top: 0px;
      border-radius: 0rem;
    }

    .card-header:first-child {
      border-radius: 0px;
    }

    .mg-neg {
      margin-top: -1.2rem;
    }

    .pay-details {
      background-color: #ececec;
    }

    .pay-body-margin {
      margin: 10px;
    }

    .pay-amount-details {
      color: #3d3d3d;
    }

    .color-black {
      color: #000;
    }

    .color-green {
      color: #009642;
    }

    .dotted-line {
      border-top: 1px dotted #3d3d3d;
    }

    select {
      background-image: linear-gradient(45deg, transparent 50%, black 60%), linear-gradient(135deg, black 40%, transparent 50%) !important;
      background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
      background-size: 10px 10px, 10px 10px;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
    }

    input,
    button,
    select {
      border-radius: 0px !important;
    }

    .btn-custom {
      background-color: #fff;
      border: 2px solid rgba(0, 0, 0, 0.125);
      width: 10rem;
      height: 3rem;
      font-size: 1.2rem;
      color: #2960be;
    }

      .btn-custom:hover {
        background-color: #013799;
        color: #fff;
      }

    .light-color {
      color: rgba(0, 0, 0, 0.125);
    }
