:root {
  --color-primary: #FF7001;
  --color-primary-light: #FFA163;
  --color-primary-mix: linear-gradient(180deg, var(--color-primary-light) 0%, var(--color-primary) 100%);
  --color-black: rgba(0, 0, 0, 1);
  --color-primary-gradient-mix: linear-gradient(180deg, var(--color-black) 30.52%, var(--color-primary) 100%);
  --color-btn: var(var(--color-primary));
  --hero-bg: linear-gradient(180deg, #FFFFFF 40.06%, var(--color-primary) 100%);
  --color-tertiary: rgba(239, 243, 223, 1);
  --color-secondary: rgba(255, 248, 241, 1);
  --color-bg: rgba(255, 255, 255, 1);
  --color-text: rgba(65, 65, 65, 1);
  --color-accent: hwb(0 24% 10%);
  --color-border: rgba(255, 112, 1, 1);
  --color-white: rgba(255, 255, 255, 1);
  --font-family-header: Plus Jakarta Sans;
  --font-family-text: Mulish;
  --font-logo: Hanken Grotesk;
}

.bg-gradient-rainbow {
  background: #00bfc8 !important;
  background-image: -webkit-radial-gradient(circle 248px at center, rgb(0, 242, 96), rgb(5, 117, 230)) !important;
  background-image: radial-gradient(circle 248px at center, rgb(0, 242, 96), rgb(5, 117, 230)) !important;
  border: 0px solid rgba(255, 255, 255, 0.125) !important;
}

.bg-gradient-burning {
  background: linear-gradient(to right, #ff416c, #ff4b2b) !important;
}

.bg-gradient-moonlit {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364) !important;
}

.bg-gradient-cosmic {
  background: linear-gradient(to right, #8e2de2, #4a00e0) !important;
}

.bg-gradient-lush {
  background: linear-gradient(to right, #56ab2f, #a8e063) !important;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.my-2 {
  margin-top: 2rem;
}

.my-4 {
  margin-top: 4rem;
}

.m-2 {
  margin: 2rem;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

:root {
  --default-font: "Mulish", sans-serif;
  --secondary-font: "DM Sans", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1 {
  font-family: var(--font-family-header);
  font-weight: 700;
  font-style: Bold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 72px;
  letter-spacing: -2%;
}

h2 {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: center;
}

h4 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
}

h5 {
  font-family: var(--font-family-header);
  font-weight: 500;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
}

p,
li {
  font-family: var(--font-family-text);
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
}

.actions {
  display: flex;
}
.actions .secondary-btn {
  max-width: 200px;
}

.logo-container {
  gap: 1rem;
  font-family: var(--font-logo);
  font-weight: 600;
  font-size: 32.2px;
  leading-trim: NONE;
  line-height: 39.75px;
  text-align: center;
  color: var(--color-primary);
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
}

.v-main {
  min-height: 80vh !important;
  padding-left: 0 !important;
}

.btn-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

a {
  color: var(--color-black);
  text-decoration: none;
}

.register-link {
  font-weight: 700;
}

.round-button {
  background-color: var(--color-black);
  color: var(--color-white) !important;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 16px;
  gap: 8px;
  opacity: 1;
  border-radius: 46px;
  font-family: var(--font-family-header);
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}

.secondary-btn {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
  padding-top: 15.08px;
  padding-right: 50.25px;
  padding-bottom: 15.08px;
  padding-left: 50.25px;
  gap: 8.38px;
  angle: -13.44 deg;
  opacity: 1;
  border-radius: 8.38px;
  width: 100%;
}

.highlight-text {
  color: var(--color-primary);
}

.icon-container {
  gap: 10px;
  opacity: 1;
  border-radius: 12px;
  padding: 12px;
}

.v-list-group__items .v-list-item {
  padding-inline-start: 1rem !important;
}

.v-layout, html, body {
  height: 100%;
  margin: 0;
}

.card.bubble .card-body:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -10px;
  right: -35px;
}

.card.bubble .card-body:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 60px;
  right: -20px;
}

.dashboard-card {
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
  border-radius: 1rem;
}
.dashboard-card .card-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  color: white;
}
.dashboard-card .card-body div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-card .card-body small {
  color: white;
}
.dashboard-card .card-body:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -10px;
  right: -35px;
}
.dashboard-card .card-body:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 60px;
  right: -20px;
}

/*# sourceMappingURL=styles.css.map */
