body {
  background-color: #151515  ;
  overflow-x: hidden;
}

html {
  width: 100%;
  height: 100dvh;
}

/* For most modern browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@font-face {
  font-family: "AeonikTRIAL-Regular";
  src: url(./fonts/Gilroy-Regular.ttf);
}

@font-face {
  font-family: "AeonikTRIAL-Light";
  src: url(./fonts/AeonikTRIAL-Light.otf);
}

.primaryRegular {
  font-family: "AeonikTRIAL-Regular";
  font-weight: 800;
}
.primaryLight {
  font-family: "AeonikTRIAL-Light";
}

.inputs {
  width: 100%;
  height: 2.875rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border: 2px solid #724cf9;
  background: #202020;
  padding: 10px;
  color: #fff;
  font-family: "AeonikTRIAL-Regular";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.buttonPurple {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 0.625rem 2.1875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 4px;
  background: #724cf9;
  color: #fff;
  font-family: "AeonikTRIAL-Regular";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}

.buttonWhite {
  display: flex;
  width: 100%;
  height: 3rem;
  padding: 0.625rem 2.1875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-family: "AeonikTRIAL-Regular";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}

.buttonSecondary {
  display: flex;
  width: 100%;
  height: 2.5rem;
  padding: 0.525rem 1.0875rem;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
  font-family: "AeonikTRIAL-Regular";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 2px solid #724cf9;
}

.title {
  color: #fff;
  font-family: "AeonikTRIAL-Regular";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.titleSmall {
  color: #fff;
  font-family: "AeonikTRIAL-Regular";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.greyedText {
  color: #909090;
  font-family: "AeonikTRIAL-Regular";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.purpleText {
  color: #724cf9;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #724cf9;
  font-family: "AeonikTRIAL-Regular";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.badges {
  border-radius: 6.25rem;
  background: #724cf9;
  padding: 10px 20px 10px 20px;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "AeonikTRIAL-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.expenssesContentSubWrapperGreyed {
  color: #a3a3a3;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 0;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.expenssesContentSubWrapperAmount {
  line-height: 0;
  color: #fff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: auto;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90svh;
}

.cardHeroCard {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginContainer {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loginWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.loginButton {
  display: flex;
  width: 20.25rem;
  height: 2.5rem;
  padding: 0.625rem 2.1875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  background: #222;
  color: #ffffff;
  border: none;
  transition: all 150ms ease-in-out;
}

.loginButton:active {
  transform: scale(0.9);
}

.registrerButton {
  width: 20.25rem;
  height: 2.5rem;
  padding: 0.625rem 2.1875rem;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #222222;
  border: none;
  transition: all 150ms ease-in-out;
}

.registrerButton:active {
  transform: scale(0.9);
}

.registrerContainer {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registrerWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.registrerWrapper h1 {
  line-height: 10px;
}

.registrerWrapper input {
  width: 20.25rem;
  height: 1.5rem;
  padding: 10px;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
}

.registrerWrapper button {
  padding: 0.625rem 2.1875rem;
  background-color: black;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 2%;
  transition: all 150ms ease-in-out;
}

.registrerWrapper:active button {
  transform: scale(0.9);
}

.backButtonRegistrer {
  position: absolute;
  top: 50px;
  left: 25px;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 150ms ease-in-out;
}

.backButtonRegistrer:active {
  transform: scale(0.9);
}

.navWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.navWrapper {
  color: #fff;
  font-size: 1.075rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.navWrapperSvg {
  width: 100%;
  max-width: 50px;
}

.cardHero {
  display: flex;
  justify-content: center;
  align-items: end;
}

.cardHeroContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 19.5rem;
}

.cardHeroContent p {
  text-align: left;
  font-size: 0.75rem;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cardHeroContent button {
  display: flex;
  width: 100%;
  padding: 0.9375rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #724cf9;
  border: none;
  color: #fff;
}

.cardHeroContent:active button {
  transform: scale(0.9);
}

.budgetModal {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #222222;
  border-radius: 1.75rem 1.75rem 0rem 0rem;
  height: 350px;
}

.budgetModalContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 35dvh;
}

.budgetModalContent h1 {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 10px;
}

.budgetModalContent input {
  border-radius: 0.25rem;
  border: 2px solid #724cf9;
  background: #202020;
  width: 20.25rem;
  height: 1.5rem;
  padding: 10px;
  flex-shrink: 0;
  margin: 10px;
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.budgelModalNav {
  display: flex;
  justify-content: flex-end;
  padding: 25px;
}

.budgetModalContent a {
  width: 90%;
  margin-top: 2.5%;
  text-decoration: none;
}

.budgetModal button {
  display: flex;
  width: 100%;
  padding: 0.9375rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  opacity: 0.9;
  background: #724cf9;
  color: #fff;
  font-size: 0.9375rem;
  text-decoration: none;
  border: none;
}

.budgetModal:active button {
  transform: scale(0.9);
}

.menuBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  flex-shrink: 0;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menuBottom svg {
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  border-radius: 6.25rem;
  background: #724cf9;
  animation: 300ms ease-in-out;
}

.menuBottom:active svg {
  transform: scale(0.9);
}

.budgetOverviewWrapper {
  padding-left: 25px;
  padding-right: 25px;
}

.budgetOverviewNav p {
  color: #909090;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 0;
  margin: 0;
}

.budgetOverviewSubWrapper {
  display: flex;
  justify-content: space-between;
  justify-content: baseline;
  align-items: baseline;
  padding: 0;
  margin: 0;
}

.budgetOverviewSubWrapper h1 {
  color: #724cf9;
  -webkit-text-stroke-width: 2´1;
  -webkit-text-stroke-color: #724cf9;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  line-height: 0;
}

.budgetOverviewSubWrapper p {
  color: #909090;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 0;
}

.expenssesWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

.expenssesContainer {
  width: 24.5625rem;
  height: 25rem;
  min-height: 10rem;
  flex-shrink: 0;
  border-radius: 1.75rem 1.75rem 0rem 0rem;
  background: #222;
  padding: 25px;
}

.expenssesContainer p {
  color: #fff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.settings {
  display: none;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #151515;
  top: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
}

.settingBackButton button {
  display: flex;
  align-items: center;
  background: transparent;
  gap: 5px;
  border: none;
  color: #ffffff;
  font-size: 1.225rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  animation: 300ms ease-in-out;
}

.settingBackButton :active {
  transform: scale(0.9);
}

.settingsContentWrapper {
  margin-top: 2.5%;
}

.settingsContentWrapper a {
  text-decoration: none;
  margin-top: 5%;
}

.settingsContentWrapper button {
  width: 100%;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 2px solid #724cf9;
  background: #202020;
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3%;
}

.settingsContentWrapper:active button {
  transform: scale(0.9);
}

.settingsLogOutWrapper button {
  width: 100%;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: 2px solid #724cf9;
  background: #202020;
  color: #d71c1c;
  font-size: 1.225rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.settingsLogOutWrapper:active button {
  transform: scale(0.9);
}

.settingsLogOutWrapper {
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.createBudgetNav {
  display: flex;
  align-items: center;
  width: 75%;
  justify-content: space-between;
}

.createBudgetNav h1 {
  color: #fff;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.expenssesContentWrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.expenssesSubContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  height: auto;
  max-height: 400px;
  min-height: 85px;
  overflow-y: auto;
  min-height: 200px;
}

.expenssesContentWrapperNavP {
  color: #fff;
  line-height: 0;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: auto;
}

.expenssesContentWrapperNav {
  margin: 0;
  height: auto;
  padding: 0;
}

.NewExpenssesSvg {
  display: flex;
  justify-content: flex-end;
}

.NewExpenssesNav {
  color: #fff;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.NewExpenssesInputWrapper input {
  width: 95vw;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 3px solid #724cf9;
  background: #202020;
  margin-top: 2%;
  margin-bottom: 2%;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px;
}

.NewExpenssesInputWrapper button {
  display: flex;
  width: 99vw;
  height: 40px;
  padding: 10px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #724cf9;
  margin-top: 2%;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.budgetOverviewPageWrapper {
  width: 78vw;
  height: 50px;
  padding: 15px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
}

.budgetOverviewPageNav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.budgetOverviewPageYear {
  color: #fff;
  font-size: 10px;
  line-height: 0;
}

.budgetOverviewPageMonth {
  color: #fff;
  font-size: 15px;
  line-height: 0;
}

.budgetOverviewPageAmount {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 100px;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #724cf9;
}

@media  screen and (max-width: 768px) {
  .expenssesSubContainer {
    max-height: 350px;
    overflow-y: auto;
  }
}
