.with-conic-gradient {
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image: linear-gradient(to right,#018f12,#00ff2a) 1;
  }

  .readonly {
    cursor: not-allowed;
  }

  body { padding-top: 70px; }

  .navbar-nav .nav-item .active {
    border-top: #9e9e9e 2px solid;
  }
