body {
  background-image: url("bg-purple-stars.png");
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

hr {
  width: 100%;
}

main {
  flex: 1 0 auto;
}

.top {
  margin-top: 9%;
}

.fixed-action-btn {
  bottom: 95px;
}

nav {
  position: fixed;
  z-index: 1000;
}

.nav-wrapper {
  padding: 0 2rem;
  background-color: black;
}

.active {
  background-color: #424242 !important;
}

.brand-logo {
  font-family: "Russo One";
  align-items: center;
}

.logo {
  height: 30px;
  width: 30px;
}

.main-menu {
  font-family: "MuseoModerno", sans-serif;
  /* font-family: "IBM Plex Sans", sans-serif; */
}

.input-field .active {
  background-color: transparent !important;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.row:after {
  content: none !important;
  display: flex !important;
  clear: none !important;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-action {
  display: flex;
  justify-content: center !important;
}

.act-btn {
  margin-right: 5px;
}

.span-badge {
  margin-left: 1px !important;
}

@media (max-width: 650px) {
  .row:after {
    flex-direction: column;
  }
  .row .col.s3 {
    width: 100%;
  }
}

.note {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.note h1 {
  margin-bottom: 2rem;
}

.note img {
  max-width: 500px;
  height: auto;
}

.card-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 0 10px; */
}

.btn-favorite {
  height: 35px;
  vertical-align: center;
}

.table-favorite {
  width: 50% !important;
  margin: 0 auto;
}

.copy {
  margin-bottom: 5px;
}
/* 
.modal-trigger {
  margin-right: 5px;
} */

.remove {
  margin-top: 15px;
  margin-left: 12px;
  margin-right: 12px;
}
/* 
.card-action {
  padding-left: 0;
} */

.action {
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.card-action {
  padding: 16px 0 !important;
  padding-left: 5px;
  justify-content: start !important;
}

.action .remove {
  margin-top: 0;
  display: flex;
}

a {
  color: black;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.favorite-body {
  max-width: 25% !important;
  white-space: normal;
}

.favorite-body {
  display: block;
  margin-right: 15px;
  width: 25% !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  margin-bottom: 15px;
}

.page-footer {
  display: flex;
  flex-direction: column;
  background-color: #6a1b9a;
  margin-top: 25px;
}
.copyright {
  display: flex;
  padding: 15px;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.08);
}

.tabs .tab a.active {
  color: white;
}

.tabs .tab a {
  color: black;
}

.tab a:hover {
  color: #aa00ff !important;
}

.tabs .indicator {
  background-color: #ea80fc;
}

.btn-auth {
  margin-bottom: 50px;
}

.auth {
  background: transparent !important;
}

.card-panel {
  padding: 0;
}

.alert {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #c62828;
  color: white;
}

.warning {
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #f4ff81;
  color: black;
}

.brand-logo-footer {
  color: #fff !important;
}

.avatar {
  max-width: 300px;
  height: auto;
  border-radius: 50%;
  margin-left: 15px;
}

.cls {
  margin-left: -25px;
  cursor: pointer;
  /* display: none; */
}

@media (max-width: 992px) {
  .top {
    margin-top: 9%;
  }
  nav .sidenav-trigger {
    margin: 0 5px;
  }
  nav .brand-logo {
    left: 49%;
  }

  .offset-top {
    margin-top: 2em;
  }
}

@media (max-width: 460px) {
  .top {
    margin-top: 16%;
  }
  .tag {
    display: none;
  }
  .note img {
    max-width: 300px;
  }

  .note-title {
    font-size: 3rem;
  }

  .note-title {
    font-size: 2.5rem;
  }

  .actions {
    flex-basis: 25%;
    flex-wrap: wrap;
    justify-content: center !important;
    padding-left: 5px !important;
  }

  .tag {
    margin: 5px auto !important;
  }

  .card-action {
    padding: 0;
    justify-content: center !important;
    /* margin-bottom: 15px; */
  }

  .act-btn {
    margin-right: 5px;
  }

  .btn-style {
    margin-bottom: 5px;
  }

  .fixed-action-btn {
    bottom: 50px;
  }

  /* .copyright {
    padding: 0 !important;
  } */
}

@media (max-width: 415px) {
  .sidenav.top {
    margin-top: 14%;
  }
}

@media (max-width: 360px) {
  .nav .brand-logo {
    left: 0 !important;
    margin-top: 1%;
  }
  .welcome {
    font-size: 25px;
    margin-top: 3em;
  }

  .info {
    margin-top: 1em;
  }

  .title {
    margin-top: 2.5em;
    font-size: 2rem;
  }

  .note-title {
    font-size: 1.5rem;
  }

  .card-action {
    justify-content: center !important;
  }

  .title-reg {
    margin-left: -25px;
    margin-top: 1em;
  }

  .title-log {
    margin-left: 0;
    margin-top: 1em;
  }

  .offset-top {
    margin-top: 3em !important;
  }

  .btn-auth {
    margin-left: -40px;
  }

  .avatar {
    text-align: center;
    margin-left: -12px;
    max-width: 250px;
  }

  .ver {
    margin-left: -68px;
  }
}
