body {
    font-family: "Prompt", sans-serif;
    color: #373737;
  }

  .button {
    display: inline-block;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    color: #fffefe;
    background-color: #f15a2b;
    border-radius: 6px;
    outline: none;
  }
  .button_reg {
    display: inline-block;
    padding: 8px 80px;
    text-align: center;
    text-decoration: none;
    color: #fffefe;
    background-color: #f15a2b;
    border-radius: 6px;
    outline: none;
  }
  .button_select {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    border-radius: 18px;
  }
  .custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
  }
  