.margin {
    margin: 2%;
}
a {
    color: black ;
}
a:hover {
    color: black ;
}

/* Add a black background color to the top navigation */
.nav-alex {
    overflow: hidden;
  }
  
/* Style the links inside the navigation bar */
.nav-alex a {
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

.nav-alex a:hover {
  border-bottom: 3px solid red;
}

.nav-alex a.active {
  border-bottom: 3px solid red;
}

.alex-tab{
  padding-left: 2rem !important;
}
.alex-2tab{
  padding-left: 4rem !important;
}

img.not-click {
  pointer-events: none;
  cursor: default;
}

.img-radius{
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
}

.user-panel .info{
  white-space:normal !important;
}

.select-focus {
  border-color: #dc3545 !important;
}

.select-invalid {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.strong {
  font-weight:bold;
  font-size: 120%;
}

marquee {
  width: 100%;
  max-height: 600px;
  padding: 10px 0;
}
.pagination {
  justify-content: center;
}

.page-link {
  color: black !important;
}
