/*
 * PUPPYNA HELP SCSS
 *
 * @since 2022-09-22
 */
/**************************************************************************************************/
/* NAVIGATION */
/**************************************************************************************************/
.navbar .navbar-brand {
  display: block;
  color: #e75482;
  font-weight: 700;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;

}
.navbar .navbar-brand:hover {
  font-weight: 900;

}
.navbar .nav-link {
  color: #928181;
  border: none !important;
  outline: none !important;
  padding: 0.125rem 0.5em;

}
.navbar .nav-link.active {
  color: #928181;
  background-color: transparent;
  outline: none;

}
@media screen and (max-width: 991px) {
  .navbar .nav-link.active {
    color: #928181;
    border: none !important;
    outline: none !important;
  
}
}
.navbar .nav-link:focus-visible {
  outline: none;

}
.navbar .nav-link:-webkit-any-link:focus-visible {
  outline-offset: 0px;

}

/**************************************************************************************************/
/* TABLE */
/**************************************************************************************************/
.table thead tr th {
  text-align: center;

}
.table tbody tr th {
  text-align: center;

}
.table tbody tr td {
  background-color: white;

}

/**************************************************************************************************/
/* LIST */
/**************************************************************************************************/
ol, ul {
  padding-left: 0rem;
  padding-inline-start: 0px;

}
