html {
  font-size: 14px;
}

.text-wrap {
  /* Styling for the container (optional) */
}

.navbar {
  background-color: #4E5569;
}


.modal-header, .toast-header  {
  background-image: linear-gradient(to right, #323A51, #545B6E);
  color: #DBEDF3;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23DBEDF3' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: #DBEDF3;
  border-color: #DBEDF3;
}

#currentusername {
  color: #DBEDF3;
}




.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DBEDF3'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}


.modal-header {
  color: #DBEDF3;
}

.alert-status {
  background: var(--bs-cyan);
  color: var(--bs-white);
  padding: 5px;
}

.text-wrap img {
  float: left;
  margin-right: 10px; /* Space between image and text */
 }

.flexheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.flexheadercolumn {
}


.login {
  margin-top: 2rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
  border: 1px solid #ced4da;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  margin-bottom: 60px;
}

.titlecontainer {
  position: relative;
  height: 400px;
  width: 400px;
}

.titlecontainer img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.card-img-top {
  object-fit: contain; /* Preserve aspect ratio */
}

#libraryresults .col {
  width: 120px;
}

img.recenttitle {
  width: 120px;
  padding: 1rem;
}

#recentresults .col {
  width: 120px;
}

#libraryresults .card {
  width: 92px;
}

#recentresults .card {
  width: 92px;
}


.modal-open {
  overflow: hidden;
}


.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

img.fullmodalheight {
  max-height: calc(100vh - 70px);
  max-width: 100%;
}

.image-container img {
	flex: 1;
	max-width: 100%;
	max-height: calc( 90vh);
}
