body {
  background: url("../img/cover.svg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif !important;
}
.text-dashboard {
  letter-spacing: 1px;
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  text-shadow: 0 4px 4px #000;
}
.breadcrumb-text {
  font-size: 17px;
  opacity: 50%;
}
.breadcrumb-text-2 {
  font-size: 17px;
  color: #b4b4b3;
}
.header-container {
  font-size: 19px;
  padding-top: 25px;
}
.button-logout {
  background-color: #c4a31d;
}
.offcanvas {
  background-color: #8a8635;
}
.card {
  background-color: #fff;
  box-shadow: 0 4px 2px -2px black;
}
.card-text {
  font-size: 40;
}

.card-login {
  box-shadow: 0 -4px 5px #439bdb, 0 4px 2px -2px black;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 35px;
  cursor: pointer;
}
.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: all 0.3 ease-in-out;
}

.card-container .card {
  box-shadow: 0px 2px 4px black;
}

footer {
  height: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #8a8635;
  color: white;
  text-align: center;
}

footer p {
  bottom: 0%;
  padding-top: 15px;
  font-size: 15px;
}
.footer-container {
  padding-top: 31px;
  bottom: 0%;
  height: auto;
}

.header-container {
  color: #c4a31d;
}
/* END */

/* PC VERSION */
@media only screen and (min-width: 1200px) {
  .font-change-th {
    font-size: 25px;
    letter-spacing: 1.5px;
    text-align: center;
  }
  .font-change-td {
    text-align: center;
    letter-spacing: 1.5px;
  }
  .table-th {
    font-size: 20px;
  }
  .table-td {
    font-size: 17px;
  }

  .icon-cards {
    padding-top: 7px;
    padding-left: 20px;
  }
  .header-container {
    font-size: 36px;
  }
  .breadcrumb-text {
    font-size: 20px;
  }
  .breadcrumb-text-2 {
    font-size: 20px;
  }
  footer {
    height: 50px;
  }
  .text-dashboard {
    font-weight: bold;
    font-size: 50px;
  }
}
/* Responsive */

/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (max-width: 300px) {
} */

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (max-width: 768px) {
  .login-text {
    font-size: 30px;
  }
  .th-container {
    font-size: 30px;
  }
} */

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (max-width: 992px) {
  .login-text {
    font-size: 25px;
  }
} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
