hr {
  width: 100%;
}

td {
  align-content: center;
}

.login-form {
  background-color: #fff;
  min-width: 377px;
}
@media screen and (min-width: 768px) {
  .login-form {
    min-width: 500px;
  }
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

/* Bootstrap Overrides */
.form-group {
  margin-bottom: 1rem;
}
label {
  margin-bottom: 0.5rem;
}
.btn-primary {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #212529 !important;
}

h1 {
  font-size: medium;
}

.table td {
  background-color: transparent;
}

.icon-spin {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.card-deck .card {
  min-width: 220px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.sidebar {
  padding: 20px;
  min-height: 100%;
  a,
  a:visited {
    color: #212529 !important;
  }
}

.sidebar h4 {
  margin-bottom: 20px;
}

.sidebar .nav-link {
  margin-bottom: 10px;
}

.btn-primary,
.btn-warning,
.btn-info,
.btn-danger {
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #dee2e6 !important;
}
.nav-link.active {
  background-color: #fff !important;
  border: solid 1px #dee2e6 !important;
}

.spinner {
  border-width: 0.1rem !important;
}

.form-select {
  max-width: 150px;
}

.custom-dropdown {
  max-width: 150px;
}

.nav-link {
  border: solid 1px transparent !important;
  color: #212529;
}

.nav-item {
  width: 100%;
}

.notification {
  position: relative;
  width: 100%;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px 10px;
  background: red;
  color: white;
  min-width: 33px;
  min-height: 33px;
}

#dropdownNotification1 .notification .badge {
  position: absolute;
  top: -7px;
  right: 13px;
  transform: translate(50%, -50%);
  font-size: 10px;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

table .notification {
  display: inline;
}

table .notification .badge {
  top: -4px;
  right: 0px;
}

.div-link {
  text-decoration: none;
  color: var(--bs-body-color);
  border-color: rgb(221, 221, 221);
  border-width: 1px;
}

.div-link:hover {
  .box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  }
}

.dropdown a {
  color: var(--bs-body-color);
}

.notification-dropdown .dropdown-menu {
  position: fixed;
  top: 58px;
}

.notification-dropdown .dropdown-item {
  white-space: unset;
}

@media (min-width: 768px) {
  .notification-dropdown .dropdown-menu {
    left: -266px !important;
    top: 38px !important;
    max-height: 73vh;
    min-width: 446px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .user-profile-dropdown .dropdown-menu {
    left: -13px !important;
    top: 38px !important;
  }
}

.notification-dropdown hr {
  width: 90%;
  margin: 6px auto 6px auto;
}

#table-view td {
  position: relative;
}
#table-view .domain {
  display: inline-block;
  margin-right: 50px;
}

.odd-date {
  background-color: #f0f8ff; /* Light blue */
}

.even-date {
  background-color: #e6f7e6; /* Light green */
}

.profile-img {
  max-width: 120px;
  height: auto;
  min-width: 50px;
}

.card-profile-img {
  max-height: 100px;
}

.greyed-out {
  background-color: #f2f2f2 !important;
  color: #888 !important;
  opacity: 0.7;
}

.greyed-out a {
  pointer-events: none;
  color: #aaa !important;
}

.highlight-draft {
  background-color: #f2f2f2 !important;
  color: #888 !important;
  opacity: 0.7;
}