@font-face 
{
   font-family: Message;
   src: url("./fonts/Metrophobic.ttf");
}
.container0 {
  align-items: center;
  /*       background: #F1EEF1;
  border: 1px solid #D2D1D4;
  */      display: flex;
  height: 360px;
  justify-content: center;
  width: 360px;
}

.email 
{
  background: #DEDBDF;
  border-radius: 16px;
  height: 0px;
  opacity:0;
  overflow: hidden;
  position: relative;
  
  width: 55vw;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
    height 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
    box-shadow 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
    border-radius 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
  
}

.email.expand 
{
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.16);
  height: fit-content;
 
  opacity:1;
}
.email:not(.expand) {
  cursor: pointer;
}
.email:not(.expand):hover {
  background: #C2C0C2;
}
.from {
  position: absolute;
  transition: opacity 200ms 100ms cubic-bezier(0.0, 0.0, 0.2, 1);
}
.from-contents {
  display: flex;
  flex-direction: row;
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.to {
  opacity: 0;
  
  transition: opacity 100ms cubic-bezier(0.4, 0.0, 1, 1);
}
.to-contents {
  transform: scale(.55);
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
.avatar {
  border-radius: 12px;
  height: 24px;
  left: 6px;
  position: relative;
  top: 4px;
  width: 24px;
}
.name {
  font-size: 14px;
  line-height: 32px;
  margin-left: 10px;
}
.topDiv {
  background: #ff8600;
    display: flex;
    flex-direction: row;
    min-height: 70px;
   transition: height 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 55vw;
    height: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
}
.avatar-large {
  border-radius: 10px;
  height: 60px;
 
  position: relative;
  min-width: 60px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #ffddb7;
  padding: 4px;
  max-width: 60px;
}

.name-large {
  display: flex;
  color: #efd8ef;
  font-size: 16px;
  
  font-family: Message;
  color: #1c1e27;
  align-items: center;
  font-size: 1.1em;
  text-wrap: wrap;
  width: fit-content;
}


.x-touch {
  align-items: center;
  align-self: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-left: auto;
  max-width: 50px;

}
.x {
  background: #f7da84;
  border-radius: 10px;
  height: 20px;
  position: relative;
  width: 20px;
}
.x-touch:hover .x {
  background: #CB9AFB;
}
.line1 {
  background: #6c3900;
  height: 12px;
  position: absolute;
  transform: translateX(9px) translateY(4px) rotate(45deg);
  width: 2px;
}
.line2 {
  background: #6c3900;
  height: 12px;
  position: absolute;
  transform: translateX(9px) translateY(4px) rotate(-45deg);
  width: 2px;
}
.bottom {
  background: #FFF;
  color:  #444247;
  font-size: 14px;

  padding-top: 5px;
  width: 55vw;
}
.rowN {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 60px;
  justify-content:flex-start;
  padding-left: 10px;
  padding-right: 10px;
  gap: 10px;
}
.rowNAction
{
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 45px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  gap: 10px;
  border-bottom: 1px dashed rgb(149, 147, 147);
}

.rowNAction2
{
  align-items: center;
  display: flex;
  flex-direction: row;
  min-height: 45px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  gap: 10px;
  border-bottom: 1px dashed rgb(149, 147, 147);
}
.twitter {
  margin-left: 16px;
  height: 30px;
  position: relative;
  top: 0px;
  width: 30px;
}
.medium {
  height: 30px;
  margin-left: 16px;
  position: relative;
  width: 30px;
}
.link {
  margin-left: 16px;
}
.link a {
  color:  #444247;
  text-decoration: none;
}
.link a:hover {
  color:  #777579;
}

.expand .from {
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.4, 0.0, 1, 1);
}
.expand .from-contents {
  transform: scale(1.91);
}
.expand .to {
  opacity: 1;
  transition: opacity 200ms 100ms cubic-bezier(0.0, 0.0, 0.2, 1);
}
.expand .to-contents 
{
  transform: scale(1);
}

.BackColor_1
{
  background-color: #e9e9e9;
}

.BackColor_0
{
  background-color: #ffffff;
}