@font-face {
  font-display: swap;
  font-family: knockout;
  font-weight: 500;
  src: url("/ceri/static/fonts/Knockout-50Welterweight.woff2");
}

@font-face {
  font-display: swap;
  font-family: dm sans;
  font-style: normal;
  font-weight: 400;
  src: url("/ceri/static/fonts/dm-sans-v11-latin_latin-ext-500.woff2");
}

@font-face {
  font-family: dm-sans-700;
  src: url("/ceri/static/fonts/dm-sans-v11-latin_latin-ext-700.woff2");
}

@font-face {
  font-family: dm-sans-regular;
  src: url("/ceri/static/fonts/dm-sans-v11-latin_latin-ext-regular.woff2");
}

* {
  margin: 0;
  padding: 0;
  font-family: dm-sans;
  font-weight: 400;
}

.notification-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.alert {
  position: fixed;
  top: 70px;
  width: 30%;
  z-index: 1050;
}
hr.custom-hr {
  background-color: white;
  opacity: 1;
  margin: 1rem 1rem 1rem 0rem;
}
.brand-image {
  width: 500px;
  height: 100px;
}

.navbar {
  /* height: 7rem; */
  margin-bottom: 0 !important;
}

.navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 100%;
}

.ms-auto {
  font-family: dm-sans;
  font-size: 16px;
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-right: 2rem !important;
}

.navbar-login a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  padding: 8px 12px;
  border: 1px solid #333;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.navbar-login a:hover {
  background-color: #e0e0e0;
}

.menu-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-name {
  margin-right: 2rem !important;
}

.login {
  font-family: dm-sans;
  font-size: 16px;
  color: #fff;
}

.feature-image-container {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  position: relative;
}

.feature-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.btn-add-metadata {
  margin-left: 70rem;
}
.btn-login img {
  height: 40px;
  width: 200px;
}

.btn-logout {
  font-family: dm-sans !important;
  font-size: 16px !important;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  text-decoration: none;
  color: #fff !important;
}

.feature-image-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #242424;
  font-size: 2rem;
  text-align: center;
}
.brand-heading h2 {
  color: #000;
  font-family: knockout;
  font-weight: 700;
  margin: auto;
  /* margin-top: -10rem; */
}

.brand-sub-heading h3 {
  font-family: dm-sans;
  color: #000;
  margin-top: 5rem;
  font-weight: 500;
}

.search-box.input-group {
  font-family: dm-sans;
  font-size: 16px;
  border: solid #242424;
  border-width: 0.5rem 1.5rem 0.5rem;
}
.access-filter {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #242424;
}
.open-access {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: 6rem;
  margin-top: 1rem !important;
  font-style: bold;
}

.open-access h4 {
  font-family: dm-sans !important;
  margin-top: 0 !important;
  /* color: #000; */
  color: #e2231b !important;
}
.btn-adv-search h4 {
  font-family: dm-sans !important;
  margin-top: 1rem !important;
  color: #e2231b !important;
  /* margin-left: -19rem !important; */
}
.open-access-hidden {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.open-access-hidden p {
  display: hidden;
}
.open-access-hidden .form-check-input[type="checkbox"] {
  display: hidden;
}
.open-access p {
  font-family: dm-sans;
  font-size: 16px;
  font-weight: 700 !important;
  font-style: bold !important;
  color: #242424;
}
.form-check-input[type="checkbox"] {
  margin-top: 0;
  border-radius: -15.75em;
  background-color: transparent;
  border: 2px solid #000;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
}
.form-check-input:focus {
  outline: none !important;
  box-shadow: none;
}
.form-check-input:checked {
  margin-top: -1px;
  border-radius: -15.75em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="black" stroke="black" stroke-width="0.8" d="M13.854 4.146a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 11.293l7.146-7.147a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
  border: 2px solid #000 !important;
  animation: pop 0.3s ease;
}
.access-filter .form-check-input[type="checkbox"] {
  /* margin-top: -1px; */
  margin-top: 0;
  border-radius: -15.75em;
  background-color: transparent;
  border: 2px solid #e2231b;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #fff;
}

.access-filter .form-check-input:focus {
  outline: none !important;
  box-shadow: none;
}

.access-filter .form-check-input:checked {
  margin-top: -1px;
  border-radius: -15.75em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="black" stroke="red" stroke-width="0.8" d="M13.854 4.146a.5.5 0 0 1 0 .708l-7.5 7.5a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6 11.293l7.146-7.147a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
  border: 2px solid #e2231b !important;
  animation: pop 0.3s ease;
}
.access-filter p {
  font-family: dm-sans;
  font-size: 16px;
  font-weight: 700 !important;
  color: #242424 !important;
  font-style: bold !important;
  margin-top: -0.2rem;
}
.btn-adv-search {
  display: flex;
  justify-content: flex-end;
  font-family: dm-sans;
  font-size: 16px;
  font-weight: 700;
  font-style: bold;
  color: #242424 !important;
}
.btn-adv-search:hover {
  color: #e2231b !important;
  text-decoration: underline !important;
}
.user-lists-filter {
  margin-top: 2rem;
  margin: auto;
}
.filter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: knockout;
}
.filter-container h3 {
  font-family: dm-sans !important;
}
.contact-queries p {
  margin-left: 5rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
  font-family: dm-sans;
  font-size: 16px;
  color: #e2231b;
}
.category {
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.left-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
.left-category a {
  color: #424242 !important;
}
.left-category a:hover {
  color: #424242;
  text-decoration: none !important;
}

.left-category div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-family: dm-sans;
  font-size: 14px;
}
.right-category {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-around;
}
.right-category div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-family: dm-sans;
  font-size: 14px;
}
.right-category a {
  color: #424242 !important;
}
.right-category a:hover {
  color: #424242 !important;
  text-decoration: none !important;
}


.ceri-mail-link {
  text-decoration: none;
  color: #e2231b !important;
}
.main-footer {
  display: flex;
  font-family: dm-sans;
  flex-direction: column;
  background-color: #242424;
  align-items: flex-start;
  color: #fff;
  gap: 1rem;
  position: relative;
  bottom: 0;
}

#footer .footer-node {
  margin-bottom: 1rem;
}

#footer .footer-node h2 {
  border: none;
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0 20px 12px 0;
  text-transform: uppercase;
  font-weight: 500;
}

.acknowledge-section, .copyright-section, .privacy-section, .hr-section {
  margin-left: 2rem !important;
  margin-right: 3rem !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.footer-bottom {
  font-family: dm-sans;
  font-size: 16px;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  grid-gap: 3rem;
  bottom: 0;
  position: relative;
}

.footer-bottom li {
  margin: 0 0 0 0;
  padding: 0;
  transform-origin: top;
}
.footer-bottom li a {
  text-decoration: none;
}

.footer-bottom li a:hover {
  text-decoration: underline;
}
.intersect-logo {
  height: 50px;
  width: 150px;
}
.latrobe-logo {
  height: 50px;
  width: 200px;
}
.copyright-notice {
  font-family: dm-sans;
  font-size: 14px !important;
}
.copyright-notice a {
  text-decoration: none;
}

.copyright-notice a:hover {
  text-decoration: underline;
}
.ack-heading {
  font-size: 16px !important;
  margin-bottom: 2rem !important;
  font-weight: 700 !important;
}
.ack-body {
  font-family: dm-sans;
  font-size: 14px !important;
  text-justify: auto;
}
.mt-mb-ml {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.container {
  margin: 0;
  padding: 0;
  width: 100%;
}
.hd-user-name {
  margin-top: 2px;
  font-family: dm-sans;
  font-size: 16px !important;
}
.hd-user-profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.hd-user-profile button {
  font-family: dm-sans !important;
  font-size: 16px !important;
}
.nav-item h5 {
  margin-right: 30px;
}

/* Setting up tooltip to default systems info popup*/
.tooltip {
  --bs-tooltip-bg: #f8f9fa;  
  --bs-tooltip-color: #000;  
  --bs-tooltip-opacity: 1;   
  border: 1px solid #ccc;  
  box-shadow: none;  
}

.tooltip-inner {
  background-color: #f8f9fa !important; 
  color: #000 !important; 
  font-size: 12px !important; 
  padding: 4px 6px !important; 
  border-radius: 2px !important; 
  text-align: center;
  max-width: 250px; 
}

/* Remove Bootstrap-style arrow */
.tooltip-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0% !important;
  }
}

/* Pop-up keyframes */
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
  .btn-add-metadata {
    margin-left: 25rem !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .btn-add-metadata {
    margin-left: 40rem !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-add-metadata {
    margin-left: 55rem !important;
  } 
}

@media only screen and(min-width: 1200px) {
  .btn-add-metadata {
    margin-left: 70rem !important;
  }
}
