.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #2a2d37;
  line-height: 1.5;
  -webkit-appearance: none;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out; }

.btn:hover {
  text-decoration: none; }

.btn:focus,
button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.button:disabled,
.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  pointer-events: none; }

.btn-profile {
  color: #222222;
  background-color: transparent;
  border-color: #222222;
  min-height: 42px; }
  .btn-profile:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }
  .btn-profile:focus, .btn-profile.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
  min-height: 38px; }
  .btn-dark:hover {
    color: #fff;
    background-color: #2a2d37;
    border-color: #2a2d37; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-yellow,
.btn-warning {
  color: #fff;
  background-color: #efa603;
  border-color: #efa603;
  min-height: 38px; }
  .btn-yellow:hover,
  .btn-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-yellow:focus, .btn-yellow.focus,
  .btn-warning:focus,
  .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 203, 16, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled,
  .btn-warning.disabled,
  .btn-warning:disabled {
    color: #fff;
    background-color: #c2c2c2;
    border-color: #c2c2c2; }

.btn-account,
.btn-terms {
  border: 0;
  margin-top: -0.375rem; }
  .btn-account:hover,
  .btn-terms:hover {
    text-decoration: underline; }
  .btn-account:focus, .btn-account.focus,
  .btn-terms:focus,
  .btn-terms.focus {
    box-shadow: none; }

.btn-account {
  color: #efa603;
  background-color: transparent;
  border-color: transparent; }

.btn-terms {
  color: #016eff;
  background-color: transparent;
  border-color: transparent; }
  .btn-terms:hover {
    color: #016eff; }

