.logo{
  max-width: 300px;
}

.footer-logo{
  max-height: 30px;
}

.image-admin-index{
  max-height: 100px;
}

footer{
  position: fixed;
  bottom: 0;
  width: 75%;
  background: white;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
  height: calc(100vh - 135px);
}

.table td, .table th {
  white-space: unset;
}

.toast.toast-message{
  float: right;
}