import-title {color: #d91e43; font-size: 18px; font-family: Rajdhani, sans-serif;}
.import-chat-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.import-message-container-other {
  min-width: 360px;
  background-color: #eaf7ff;
  padding: 4px 16px 4px 4px;
  border-right: 2px solid #009AD1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 40%;
}

.import-message-container-me {
  max-width: 60%;
  min-width: 360px;
  background-color: #f9efd1;
  padding: 4px 16px 4px 4px;
  border-left: 2px solid #e4b707;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 18px;
  margin-bottom: 18px;
}

.import-message-container-meta {
  margin: auto;
  background-color: #e8e1e1;
  max-width: 40%;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 5px;
  max-width: max-content;
  padding: 4px 16px;
}

.other-message,.me-message {
  line-height: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
}
.file-name, .import-message-attachment {
  opacity: 0.8;
  font-family: 'PT Sans', Montserrat, sans-serif;
  font-weight: 500;
  background-color: mediumspringgreen;
}

.import-message-attachment {
  position: absolute;
  font-size: 0.8rem;
}
.import-message-sender-wrapper {
  display: flex;
}



.valign-wrapper {

}
.import-message-option-container {
  position: relative;
  padding: 1px;
  flex-direction: column;
  align-items: unset;
}
.file-background-me {
  margin-left: 0;
  text-align: left;
}
.import-message-sender-wrapper {
  padding: 4px 10px;
  font-family: 'Barlow Semi Condensed', 'PT Sans', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.import-message-sender-wrapper.other {
  justify-content: flex-end;
  flex-direction: row;
  background-color: #009ad1;
  color: white;
}

.import-message-sender-wrapper.me {
  justify-content: flex-end;
  flex-direction: row-reverse;
  background-color: #e4b707;
  color:black;
}

.import-other-message {
  color: #073b4e;
  padding-left: 24px;
  line-height: 1.75rem;
  font-family: Montserrat, sans-serif;
  text-align: right;
}

.import-me-message {
  color: #073b4e;
  padding-right: 24px;
  line-height: 1.75rem;
  font-family: Montserrat, sans-serif;
}
.import-meta-message {
  color: teal;
  font-family: 'Lekton';
  font-size: 0.5rem;
  cursor: pointer;
  transition: font-size 0.75s ease;
}

.import-meta-message:hover {
  font-size: 0.8rem;
}

p.import-other-message {
  margin-left: 12px;
  line-height: 1.8rem;
}

.import-message-timestamp {
  /* font-size: 0.8rem; */
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
  margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.import-sent-timestamp {
  text-align: right;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  /* margin-left: 60%; */
}
.import-me-message {
  text-align: left;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 12PX;
  padding-right: 24px;
  width: 100%;
  word-break: break-word;
  color: #474d32;
  z-index: 101;
}
.import-message-separator { display: inline-block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  border-top: 4px solid rgba(0, 0, 0, 0.06);
  padding-top: 4px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.import-overlay {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2000000;
  /* height: 90px; */
  background-color: rgba(255, 255, 255, 1.0);
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  width: 100%;
  padding: 16px;
  overflow: scroll;
  /* background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,96.9%,0)),to(#f7f7f7)); */
  /* background: linear-gradient(-90deg,#80d18b87,#7abecc); */
  background: linear-gradient(160deg, #80D0C7 0%, #009ad1 100%);
}

.import-overlay-header {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  flex-direction: column;
}
.import-overlay img {
  max-width: 100%;
  margin: auto;
  max-height: 100%; 
  object-fit: contain;
  cursor:pointer;
}

.import-overlay:hover img {
  object-fit: cover;
  transition: object-fit 0.25s ease;
  max-height: unset;
  max-width: unset;
}

.import-overlay:hover h1 {
  display: none;
}

.import-overlay h4 {
  /* width: 100%; */
  position: fixed;
  top:20;
  right: 20;
  z-index: 100;
  margin: auto;
}

.import-attachment-container {
  cursor: pointer;
  width: min-content;
  margin-left: 12px;
  margin-top: 12px;
  width:100%;
}

.import-attachment-container .picture, .import-attachment-container .picture img {
  max-width:100%;
  height: auto;
  display: flex;
}

.import-message-container-me .import-attachment-container .picture {
  flex-direction: row;
}


.import-message-container-other .import-attachment-container .picture {
  flex-direction: row-reverse;
}

.import-message-separator.subtle {
  border-top: 4px solid rgba(0, 0, 0, 0.01);
}
svg {
  width: 32px; height: 32px;
}
canvas {
  height: 257px;width: 515px;
}
.sender-display {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 16px;
  letter-spacing: 1.5px;
  width: fit-content;
  text-transform: uppercase;
}
.import-sender-display.import-me-message {
  background-color: #e4b707;
  padding-left: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.import-sender-display.import-other-message {
  background-color: #009AD1;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
.import-thread-message {
  background-color: #F5FBFD;
  padding: 8px 16px 4px 12px;
  margin-top: 0px;
  margin-bottom: 16px;
  width: 100%;
  line-height: 1.8rem;
}
.import-thread-message.sent {
  background-color: #eaf7ff;
  border-left: 2px solid #009AD1;
  float: left;
}
.import-thread-message.received {
  background-color: #f9efd1;
  border-left: 2px solid #e4b707;
}
.import-stack-message-date.import-message-timestamp {
  margin-bottom: 4px;
  margin-top: 12px;
  display: table;
}
.import-chart-container {
  width: 80%;
}
.import-message-timestamp {
    /* font-size: 0.8rem; */
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 16px;
    margin-top: 4px;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
}


.overlay-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;

}

.overlay-window.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.overlay-window > div {
  width: 80%;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 64px;
  font-family: Montserrat, sans-serif;
}

.overlay-content {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -ms-border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(120deg, #f6d365 0%, rgb(225, 125, 98) 100%);
}

.overlay-content.link {
  background-image: linear-gradient(317deg, #0cb8cc 0%, rgb(98 225 211) 100%);
}

.overlay-window  header {
    font-weight: bold;
}

.overlay-window h1 {
    font-family: Montserrat, Rajdhani, sans-serif;
    font-size: 150%;
    margin: 0 0 24px;
    color: #8c172e;
}


.overlay-close {
  color: rgba(0, 0, 0, 0.55);
  line-height: 50px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 64px;
  height: 64px;
  text-decoration: none;
  display: flex;
  align-content: center;
  justify-content: center;
}

.overlay-close:hover {
  color: black;

}

#site-password {
  font-family: Montserrat, Rajdhani, sans-serif;
  font-size: 2.75rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid bisque;
  padding-top: 6px;
  padding-bottom: 1px;
}

#site-password:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

#site-password:focus-visible {
  border: 0;
  outline: none;
}

.site-info {
  font-size: 80%;
  text-decoration: none;
  margin-top:24px;
}


.togglePassword {
	position: relative;
  margin-top: -40px;
  float: right;
  font-size: 20px
}

.togglePassword:hover {
	cursor: pointer;
}

label {
  font-size: 1rem;
  color: #074257;
  font-family: Anaheim, sans-serif;
  margin-top: 12px;
}

.overlay-title {
  text-transform: uppercase;
}

.overlay-input-intro, .overlay-intro {
  margin:auto;
  margin-top: 12px;
}

.overlay-intro { 
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  max-width: 600px;
  width: 70%;
  text-align: center;
}
.overlay-input-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 64px;
}

#overlay-password-hint {
  font-size: 0.8rem;
  font-family: Montserrat, sans-serif;
  margin-top: 24px;
}

#overlay-password-hint.error {
  color: #d91e43;
}

.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

::placeholder {
  color: lightskyblue;
  font-size: 1.2rem;
}

.import-empty, .buzz-empty {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  /* background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,96.9%,0)),to(#f7f7f7)); */
  background: linear-gradient(-90deg,#00d18b87,#7abecc);
}

.private-empty, .private-background {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  /* background: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,96.9%,0)),to(#f7f7f7)); */
  background: linear-gradient(315deg,#42efed,#23c6d7);
}

.buzz-empty {
  background: linear-gradient(-90deg,#fafafa,#e7eaeb);
}
.overlay-title {
  font-family: 'Avenir Next', Montserrat, Anaheim, sans-serif;
  color: #4a0909;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 64px;
  letter-spacing: 2px;
  font-size: 3rem;
  font-weight: 400;
}
.buzz-empty .overlay-title {
  color: #530221;
}

#import-overlay-title {
  margin-top: 0;
}

.togglePassword svg {
  float: right;
  margin-right: 12px;
  margin-top: 4px;
  color: bisque;
}
.import-chat-shim {
  width: 100%;
}

#buzz-import-shell {
  max-width: 1200px;
  background: linear-gradient(-90deg,#00d18b87,#7abecc);
  margin: auto;
}

#buzz-import-shell buzz-import-title {
  width: 100%;
  height: 84px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}
#buzz-import-shell cloudlink-header .inline-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#buzz-import-shell buzz-import-title .title {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}

#buzz-import-shell buzz-import-title h4, .buzz-import-title-stack h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  font-family: Rajdhani, sans-serif;
  color: #009ad1;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  /* height: 100%; */
  align-items: center;
  margin-left: 20px;
}

.buzz-import-title-stack {
  flex-direction: column;
    align-items: flex-start;
}

#buzz-import-shell buzz-import-title img {
  cursor: pointer;
}
.buzz-import-title-stack .subtitle {
  padding-left: 0;
  padding-top: 4px;
  text-transform: none;
  font-size: 1rem;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.6);
  flex-basis: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
 
#import-chat-container, #import-recognized-file-container {letter-spacing: 0.5px; margin: 0 20px;}

#buzz-import-body {
  background-color: lightslategray;
  margin: 0;
}

.overlay-window > div {
  /* max-width: 600px; */
}
/* body {
  font-size: 1.3rem;
} */

@media only screen and (min-width: 1000px) {
  body {
    font-size: 1rem;
  }
  .overlay-window > div {
    max-width: 400px;
  }
  .overlay-intro {
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    max-width: 600px;
    width: 70%;
    text-align: center;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 2vh;
  }

  .overlay-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .private-empty, .private-background {
    background: linear-gradient(315deg,#93d1d0,#2d939e);
  }

  .overlay-window > div {
    max-width: 700px;
  }
  label {
    font-size: 2rem;
  }

  #overlay-password-hint {
    font-size: 2.5rem;
  }

  #site-password {
    font-family: Montserrat, Rajdhani, sans-serif;
    font-size: 4rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid bisque;
    padding-top: 6px;
    padding-bottom: 1px;
  }

  .overlay-window h1 {
    font-family: 'Avenir Next', Montserrat, Rajdhani, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    margin: 24px 0 24px;
    color: #8c172e;
  }

  .overlay-intro {
    font-family: Montserrat, sans-serif;
    font-size: 1.2rem;
    max-width: 600px;
    width: 70%;
    text-align: center;
  }

  .import-other-message {
    color: #073b4e;
    padding-left: 24px;
    line-height: 3.5vh;
    font-family: Montserrat, sans-serif;
    text-align: right;
  }

  .import-me-message {
    color: #073b4e;
    padding-right: 24px;
    line-height: 3.5vh;
    font-family: Montserrat, sans-serif;
  }
  .import-message-container-other {
    margin-left: unset;

  }
  .import-message-container-me {
    max-width: unset;
  }
  .import-message-sender-wrapper {
    padding: 4px 10px;
    font-family: 'Barlow Semi Condensed', 'PT Sans', sans-serif;
    font-size: 1.5vh;
    text-transform: uppercase;
}

}