@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


body {
    background-color: rgb(11, 11, 14);
    color: white;
  }
  h1, h2, h3, h4, h5, h6, p, span, a, button {
    font-family: "Montserrat", sans-serif;
  }
  
  .btn-custom {
    width: 90%;
    margin-bottom: 10px;
  }
  a{
    text-decoration: none !important;
  }
  .card-custom {
      background: linear-gradient(135deg, #1c1c1e00, #1c1c1e);
      border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
  }
  .btn{
      border-radius: 12px !important;
  }.card{
    border-radius: 12px;
  }
  .footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1c1c1e;
    padding: 10px;
  }.btn-success{
    color: white;
    background-color: rgb(0,208,130);
    border: none;
  }.btn-success:hover{
    background-color: rgba(0, 208, 132, 0.801);
    color: white;
  }
  .footer-nav .nav-item a {
    color: white;
    text-decoration: none;
  }.chart-container {
    width: 70%;
    height: 100px;
  }
  .deposit-card {
    background-color: #1c1c1e;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }
  .deposit-balance {
    background-color: #ff7f50;
    border-radius: 10px;
    padding: 15px;
    color: white;
    font-size: 1.5em;
  }

  .suggested-values button {
    background-color: #28282a;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
  }
  .badge-success{
    background: linear-gradient(135deg, #1c1c1e00, rgba(0, 208, 132, 0.295));
  }.badge-custom{
    background: linear-gradient(135deg, #1c1c1e57, #262629);
    border-radius: 10px;
    padding: 5px;
    margin: 1px;
  }.badge{
    font-style: normal !important;
    font-weight: 100;
  }.back-invite{
      background-color: rgba(0, 208, 132, 0.623);
      border-radius: 10px;
      align-items: left;
  }.back-inviteds{
    background: linear-gradient(135deg, #1c1c1e57, rgba(0, 208, 132, 0.24));
    border-radius: 10px;
      align-items: left;
      padding: 10px;
  }.back-inviteds span{
      font-size: 0.8em;
  }.form-control{
    background: transparent;
    color: white;
    border: 1px solid #1c1c1e;
  }.form-control:focus{
    box-shadow: none !important;
    border: 1px solid rgb(0,208,130);
    outline: none !important;
    background-color: transparent;
    color: white;
}