.formatted {
  white-space: pre;
  text-wrap: wrap;
}

.new-content-block {
  display: block !important;
}

.screen {
  min-height: 80vh !important;
  border-left-width: 0;
  border-right-width: 0;
  padding-bottom: 1rem !important;
}

.screen-link {
  font-size: x-large;
  font-family: 'Cat Hohenzollern';
}

.screen-title {
  font-family: 'Cat Hohenzollern';
  font-size: 3rem;
}
/*header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}*/
/*.nav-item {
  width: min-content;
  display: block;
  margin-left: auto;
}

.nav-link {
  cursor: pointer;
  transition: transform 150ms;
  transition: opacity 150ms;
  cursor: pointer;
  opacity: 0.85;
}*/

/*  .nav-link:hover, .nav-link.active {
    opacity: 1;
    transform: scale(1.03);
    text-decoration: underline !important;
  }


.navbar-toggler:focus {
  box-shadow: none;
}
*/
/*.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='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/

.buttons-wrapper {
  right: 15px;
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 40vh;
  z-index: 100;
}

/*#to_top_wrapper {
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 90;
}
*/
/*.chat-wrapper {
  left: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 110;
}*/

/*#to_top_wrapper > * {
  padding: 0.2em;
  padding-top: 0.05em;
  padding-bottom: 0.05em;
  border: 1px solid;
  border-radius: 0.2em;
  background-color: rgb(246,236,226);
}*/

.fa-2_5x {
  font-size: 2.5em;
}


.buttons-wrapper > * {
  padding: 0.2em;
  padding-bottom: 0.05em;
  padding-top: 0.05em;
  border: 1px solid;
}

#down_arrow {
  border-radius: 0em 0em 0.2em 0.2em;
  background-color: rgb(246,236,226);
}

#up_arrow {
  border-radius: 0.2em 0.2em 0em 0em;
  background-color: rgb(246,236,226);
}

/*
.alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}*/


ul.navbar-nav {
  width: min-content;
  margin-left: auto;
  background: transparent;
}

.navbar-collapse.show ul.navbar-nav, .navbar-collapse.collapsing ul.navbar-nav {
  background-color: #f6ece2;
}

.screens-wrapper *:not(.card) > img {
  width: 100%;
  object-fit: contain;
  max-height: calc(70vh - 90px);
}

.screens-wrapper {
  overflow: hidden;
  /*  padding-top: 90px;*/
}


#overlay {
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  background: transparent;
  backdrop-filter: blur(2px);
  top: 0;
  display: none;
  background-image: url(../src/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999999;
}

  #overlay.show, body.loading #overlay {
    display: block;
    opacity: 1;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  }

.review {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 2em;
}

/*.modal {
  z-index: 1100;
}
*/
.owl-item .item-header > img {
  display: inline !important;
}

.owl-item .item-header > label {
  display: inline !important;
  margin-left: 1em;
}

.owl-item .item-footer {
  text-align: end;
}

.owl-prev > span, .owl-next > span {
  font-size: 3em;
}

.owl-prev, .owl-next {
  background: transparent !important;
  color: black !important;
}

  .owl-prev:hover, .owl-next:hover {
    transform: scale(1.05);
  }
