* {
  font-family: INGme, Helvetica, Arial, sans-serif;
}



body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-color: #414746;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");


  background-repeat: repeat;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.header {
  margin: 0;
  padding: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(0, 71, 245, 1) 5%, rgba(0, 71, 245, 1) 56%, rgba(66, 191, 199, 1) 96%);
}

h1 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fa {
  color: black;
  display: inline;
  z-index: 2;
  opacity: 0.5;
}

.nav-link {
  display: inline;
}

.collapse {
  display: flex;
  justify-content: center;
}

.form {
  margin-top: 20px;
  width: 300px;
}

.input-group input, .input-group select {
  width: 100%;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.input-group .fa {
  position: absolute;
  left: 10px;
  top: 15px;
  color: black;
  z-index: 2;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.buttons button {
  width: 100px;
}

h3 {
  background: linear-gradient(90deg, rgba(0, 71, 245, 1) 5%, rgba(0, 71, 245, 1) 56%, rgba(66, 191, 199, 1) 96%);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: white;
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
  position: relative;
  left: -105%;
}

table {
  width: 100%;
  background-color: var(--bs-body-bg);
  border-radius: 5px;
}

p {
  padding-left: 50px;
}

td {
  color: darkslategray;
}

tr {
  text-align: left;

}

h3.report-h {
  margin: 0;
}

.balance {
  width: 100%;
  background-color: var(--bs-body-bg);
  color: darkslategray;
  text-align: left;
  border: 3px rgba(0, 71, 245, 1) solid;
  border-radius: 15px;
}

.balance p {
  padding-left: 50px;
}

.balance h4 {
  padding-left: 50px;
}

#mySelect {

  font-size: inherit;
  border: none;
  outline: none;
  opacity: 0.8;
}

.modal {
  color: darkslategray;
}

button {
  float: right;
}

.backimage {
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");

}


.description {
  height: 50 vh;
  width: 100%;
  text-align: justify;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  border-radius: 10px;
  color: black;
}

#description {
  text-align: justify;
  background: linear-gradient(90deg, rgba(0, 71, 245, 1) 5%, rgba(0, 71, 245, 1) 56%, rgba(66, 191, 199, 1) 96%);
  border-radius: 10px;
}



form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.btn {
  width: 100%;

}


.input-group input {
  width: 100%;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

.input-group .fa {
  position: absolute;
  left: 10px;
  top: 15px;
  color: black;
  z-index: 2;
}


.container {
  /* background: linear-gradient(90deg, rgba(0, 71, 245, 1) 5%, rgba(0, 71, 245, 1) 56%, rgba(66, 191, 199, 1) 96%); */
  border-radius: 10px;
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.mt-2 {
  margin-top: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

#formAuth {

  background: linear-gradient(90deg, rgba(0, 71, 245, 1) 5%, rgba(0, 71, 245, 1) 56%, rgba(66, 191, 199, 1) 96%);
  border-radius: 5%;
}

.editTran {
  float: left;
}

.formDelete {
  width: 30px;
  display: inline;
  float: left;
}

.formDelete>button {
  color: blue;
  border: none;
}

#piechart {
  height: auto;
  width: auto;
  border-radius: 5px;

}

.hidden {
  display: none;
}

showCategory {
  background: linear-gradient(90deg, rgba(0, 71, 245, 1) 5%, rgba(0, 71, 245, 1) 56%, rgba(66, 191, 199, 1) 96%);

}

#formUserName, #formEmail, #formPassword {
  width: 60%;
  margin: auto;
}

#buttonsIncomesCategory, #buttonsExpensesCategory, #buttonsMethodsPayment {
  width: 60%;
  margin: auto;
}

#mainForm {
  height: 100%;
}

.limitInfo {
  height: 30%;

}