@import 'https://fonts.googleapis.com/css?family=Lato&display=swap';

html {
    height: 100%;
    width: 100%;
}
body {
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    background: #242933;
}

main{
	min-height: 80vh;
}

nav {
    position: relative;
    height: 50px;
    font-family: sans-serif;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    background: #003fce;
    color: #ff0;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15)
}
footer {
	
	background: #003fce; 
	color: white; 
	margin-top:10px;
}
.footer-copyright{
	background-color: #0035ad;
}

.logo {
    height: 50px;
    width: 50px
}

nav>a:hover {
    color: #2af7a2;
    text-decoration: none;
    transform: scale(1.01)
}

nav>a {
    text-decoration: none;
    color: White;
    transition: transform 1s;
    transition: color 1s
}

.announcement {
    background: #2af7a2;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700
}

.card {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    display: flex;
	border-radius:10px;
    flex-direction: column;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	background-color:#c7e6ff;
}
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.timeline {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #003fce;
    color: #fff;
    text-align: center;
    font-weight: 800
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 18px
}

ul {
    font-size: 16px
}

li {
    text-decoration: none
}

.form-control {
    border: 3px solid #003fce
}

.btn {
    background: #003fce;
    color: #fff;
    font-weight: 600;
    transition: all .5s
}

.btn:hover {
    color: #2af7a2;
    background: #452761
}

.message2 {
    display: block;
    background: transparant;
    color: #8302f7;
    width: 100%;
    min-height: 100px;
    border: 3px double #8302f7;
    margin: 20px;
	padding: 10px;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    box-sizing: border-box;
	border-radius:10px;
	text-shadow: 1px 1px #a9a9a9a1;
	
}

.message1 {
    display: block;
    background: transparant;
    color: #003fce;
    width: 100%;
    min-height: 100px;
    border: 3px double #003fce;
    margin: 20px;
	padding: 10px;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    box-sizing: border-box;
	border-radius:10px;
	text-shadow: 1px 1px #a9a9a9a1;
}

#copy {
    background: #747474
}

#whatsapp {
    background: #1dec40
}

#whatsapp:hover {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.2);
    color: #000
}

#instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433',endColorstr='#bc1888',GradientType=1 )
}

#instagram:hover {
    color: #000;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,.2);
    background: #f09433;
    background: -moz-linear-gradient(45deg,#f79c3a 0%,#f87748 25%,#f02f4c 50%,#e42e77 75%,#d8259f 100%);
    background: -webkit-linear-gradient(45deg,#f79c3a 0%,#f87748 25%,#f02f4c 50%,#e42e77 75%,#d8259f 100%);
    background: linear-gradient(45deg,#f79c3a 0%,#f87748 25%,#f02f4c 50%,#e42e77 75%,#d8259f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433',endColorstr='#bc1888',GradientType=1 )
}

.btn-sharelink {
    background: #747474
}
#copyLink {
	font-size : 12px;
	border-radius:5px;
}

#hh {
    margin: 20px 0
}

#another {
    background: #e9e9e9;
    font-weight: 600;
    color: #003fce
}

.tick {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px
}

#ul-li {
    margin: 20px 0
}

#h2-result {
    margin: 20px 0 25px
}

#mobile-ad {
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    border-top: 5px solid rgba(0,0,0,.75);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.15)
}

.floatingbutton {
    position:fixed;
    bottom:40px;
    right:20px;
    z-index:1000;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.floatingbutton:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.timestamp{
	position:absolute;
    bottom:0px;
    right:20px;
	font-size:12px;
	color: #8302f7;
	
}

.btn-cardclose{

    background: transparent;
    color: #8302f7;
    font-weight: 600;
    transition: all .5s;	
	
}
.btn-cardclose:hover{

    background: transparent;
    color: #8302f7;
    font-weight: 600;
    transition: all .5s;	
	
}

.messages-container{
	display: flex;
	flex-direction:column;
	margin: 0px auto;
	width:100%;
	max-width:700px;
	min-height:100%;
	background:white;

}

.messages-inner-container{
	display: flex;
	flex-direction:column;
	width:100%;
	max-width:700px;
	flex:auto;
	justify-content:flex-end;

}

/* Messages */

.f4lmsg {
  color: #000;
  clear: both;
  line-height: 18px;
  font-size: 15px;
  padding: 8px;
  position: relative;
  margin: 8px 15px;
  max-width: 80%;
  word-wrap: break-word;
  z-index: 1;
}

.f4lmsg:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

.metadata .time {
  color: rgba(0, 0, 0, .45);
  font-size: 11px;
  display: inline-block;
}
.f4lmsg.meta-date {
  background: #dfdfdf;
  border-radius: 5px 5px 5px 5px;
  float: center;
   margin: 8px auto;
   padding:5px;
order: 2;
}
.f4lmsg.meta-date:after {
  border-width: 0px 0px 0px 0;
  border-color: transparent #ae9bf7 transparent transparent;
  top: 5;
  left: 5px;
}

.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

.metadata .tick  i{
  position: absolute;
  transition: .5s ease-in-out;
}

.metadata .tick i:first-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}

.metadata .tick i:last-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation i:first-child {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation i:last-child {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
          transform: perspective(800px) rotateY(-179.9deg);
}



.f4lmsg.received {
  background: #ae9bf7;
  border-radius: 0px 5px 5px 5px;
  float: left;
   margin-right: auto;
	order: 2;
}

.f4lmsg.received .metadata {
  padding: 0 0 0 16px;
}

.f4lmsg.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #ae9bf7 transparent transparent;
  top: 0;
  left: -10px;
}

.f4lmsg.sent {
  background: #85d2ff;
  border-radius: 5px 0px 5px 5px;
  float: right;
   margin-left: auto;
	order: 2;
}

.f4lmsg.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #85d2ff;
  top: 0;
  right: -10px;
}

/* Compose */
.con-compose-container {
    position:fixed;
    bottom:20px;
	right:0px;
	width: 100%;
    z-index:1000;
}

.conversation-compose {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
  height: 40px;
  width: 100%;
  max-width: 600px;
  z-index: 2;
  margin: 0 auto;
  padding:0px 10px;
}

.conversation-compose div,
.conversation-compose input {
  background: #fff;
  height: 100%;
}

.conversation-compose .emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfdfdf;
  border-radius: 50% 0 0 50%;
  flex: 0 0 auto;
  margin-left: 8px;
  width: 38px;
  height: 38px;
}

.conversation-compose .input-msg {
  border: 0;
  flex: 1 1 auto;
  font-size: 14px;
  margin: 0;
  outline: none;
  min-width: 50px;
  height: 38px;
  background:#dfdfdf;
}

.conversation-compose .photo {
  flex: 0 0 auto;
  border-radius: 0 50% 50% 0;
  text-align: center;
  width: 38px;
  display: flex;
  padding-right: 6px;
  height: 38px;
  background: #dfdfdf;
}

.conversation-compose .photo img {
  display: block;
  color: #7d8488;
  font-size: 24px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  margin-left: 10px;
}


.conversation-compose .send {
  background: transparent;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  margin-right: 8px;
  padding: 0;
  position: relative;
  outline: none;
  margin-left: .5rem;
}

.conversation-compose .send .circle {
  background: #003fce;
  border-radius: 50%;
  color: #fff;
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conversation-compose .send .circle i {
  font-size: 24px;
  margin-left: 1px;
}

/* Small Screens */

@media (max-width: 768px) {
  .marvel-device.nexus5 {
    border-radius: 0;
    flex: none;
    padding: 0;
    max-width: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  .marvel-device > .screen .chat {
    visibility: visible;
  }

  .marvel-device {
    visibility: hidden;
  }

  .marvel-device .status-bar {
    display: none;
  }

  .screen-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .conversation {
    height: calc(100vh - 55px);
  }
  .conversation .conversation-container {
    height: calc(100vh - 120px);
  }
}


.color-grey {
	color:gray;
}
.color-yellow {
	color:yellow;
}
.color-blue {
	color:#03bbf3; 
}