@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@700&family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

* {
  box-sizing: border-box;
  font: inherit;
}

.main-section {
  display: flex;
  min-height: 70vh;
  justify-content: center;
  align-items: center;
}

body {
  font-family: 'Poppins', sans-serif !important;
  margin: 0;
  padding: 0;
  background-color: #edf6f9 !important;
}

main {
  background-color: #edf6f9;
}

input {
  text-align: center;
}

select {
  text-align: center;
}

.error {
  color:red;
  margin: 0.1rem;
}

.success {
  color: green;
  margin: 0.5rem;
}

.left-side-wrap {
  width: 100%;
  margin: auto;
}

.logo {
  border-radius: 5px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #009879;
  margin-bottom: 1.5rem;
}

.navbar-brand {
  color: #009879 !important;
  font-weight: 700 !important;
  font-size: 1.7rem !important;
  margin-right: 4rem !important;
}

.active {
  color: #009879 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #d0d0d3;
  padding: 0.5rem 1rem;
  transition: all 0.4s linear;
  margin-right: 1rem;
}

.active:hover {
  border-bottom: 2px solid #009879;
}

textarea {
  resize: none !important;
}

.description {
  font-weight: bold;
  line-height: 1.2rem;
}

a {
  color: #1877f2;
}

a:visited {
  color: #1877f2;
}

form {
  box-shadow: 0px 0px 10px 0px rgba(66, 68, 90, 0.87);
}

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

.btn-primary {
  background-color: #009879 !important;
  border: 0 !important;
  font-weight: bold !important;
  letter-spacing: 0.1rem;
}

.btn-primary:hover {
  background-color: #0cab47 !important;
  cursor: pointer;
}

.row-add {
  background-color: #edf6f9 !important;
}

nav {
  background-color: #f0f2f5 !important;
}


footer {
  width: 60%;
  margin: auto;
}

.navbar-brand {
  color: #009879 !important;
  font-weight: 700 !important;
  font-size: 2rem !important;
}

.btn-main-menu {
  font-size: 1.2rem !important;
}

.form-add {
  box-shadow: none;
}

span {
  width: 0px;
}

#myChartOne {
  margin: auto !important;
}


@media (max-width: 990px) {
  .active {
    margin-right: 0;
  }
}

.wrapper {
  display: flex;
  flex-direction: row;
  width: 90%;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}

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

#toggler {
  position:relative;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}


.content-table {
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-top: 1rem !important;
  margin: auto;
}

.content-table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 12px 15px;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.content-table tbody tr:hover {
  color: #009879;
}

.type {
  font-size: 1.3rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #009879;
}

.minus {
  color: red;
}

.summary {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  background-color: white;
  border: 1px solid #000;
  width: 380px;
  margin: auto;
  margin-top: 1rem;
}

.charts {
  font-size: 1.4rem;
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

.last {
  font-weight: 700;
}