@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

html,
body {
  scroll-behavior: smooth;
  color: #101828;
  font-weight: 400;
}

body {
  font-family: "Inter", sans-serif;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.logo-big {
  height: 120px;
  width: auto;
  object-fit: contain;
}

.button {
  background: linear-gradient(270deg, #41a1da -0.39%, #407abe 100.39%);
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  padding: 5px 25px;
}

.button.secondary {
  background: #062c5d;
}

.button.small {
  height: 45px;
  font-size: 18px;
  font-weight: 700;
}

.wallets {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-sky-400 {
  color: #41abe1 !important;
}

.text-sky-950 {
  color: #062c5d !important;
}

.choose-card {
  width: 100%;
  max-width: 350px;
}

.companies img {
  padding: 20px;
}

.navbar-burger {
  fill: #475467;
}

.sidebar {
  background-color: #fff;
  gap: 1.5em;
  display: none;
  z-index: 8888888;
}

.sidebar.open {
  display: flex;
}

.sidebar a,
.sidebar span {
  color: #475467B2;
}

.application {
  background: linear-gradient(270deg, #41a1da -0.39%, #407abe 100.39%);
  min-height: 100svh;
}

.application .bg-logo {
  max-height: 480px;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* 
nav ul li {
  border-bottom: 3px solid transparent;
}
nav ul li.active {
  color: #41abe1;
  border-bottom: 3px solid #41abe1;
} */

.text-gradient {
  background: linear-gradient(92.41deg, #334194 -19.29%, #8667A9 24.12%, #5ABFDF 89.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-gradient {
  background: linear-gradient(92.41deg, #334194 -19.29%, #8667A9 24.12%, #5ABFDF 89.36%);
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  color: #fff;
  border-radius: 9999px;
}

.icon-gradient {
  background: linear-gradient(92.41deg, #334194 -19.29%, #8667A9 24.12%, #5ABFDF 89.36%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-gradient {
  background: linear-gradient(91.57deg, #334194 -9.41%, #8667A9 27.53%, #5ABFDF 83.03%);
}

input {
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
}

table thead th {
  text-align: left;
  color: #475467B2;
  font-weight: 400;
  font-size: 14px;
  padding: 16px 0;
}

table tbody td {
  text-align: left;
  font-weight: 400;
  padding: 12px 0;
}