@import url("https://fonts.googleapis.com/css?family=Montserrat");
@font-face {
    font-family: "Inter";
    src: url("/font/Inter/static/Inter-Regular.ttf") format("ttf")
   }
* {
  margin: 0;
  /* padding: 10px; */
  box-sizing: border-box;
}


a {
    /* border: 1px solid #2F77CD; */
    color: #fff;
    display: inline-block;
    font-size: 18px;
    /* font-weight: bold; */
    line-height: 24px;
    margin: auto;
    padding: 12px 32px 12px 82px;
    position: relative;
    text-decoration: none;
    background-color: #C5182D;
    border-radius: 15px;
}

a .label,
a .icon-arrow {
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
}

a .label {
    display: inline-block;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}

a .icon-arrow {
    fill: #fff;
    /* height: 15px; */
    top: -50px;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
    width: 35px;
}

a .icon-arrow.before {
    left: 32px;
    margin-right: 15px;
    position: absolute;
    transform-origin: left center;
}

a .icon-arrow.after {
    margin-left: 15px;
    opacity: 0;
    position: absolute;
    right: 32px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
}

a:hover .label {
    transform: translateX(-52px);
}

a:hover .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
}

a:hover .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

a:hover  {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

a:active, a:hover {
    background-color: #B61629;
}





body {
  font: 16px/1 "Inter", sans-serif;
  color: #767676;
  background: #fff;
  /* padding: 10px; */
}

.content {
    height: 100vh;
    display: flex;
}
.left-content {
    width: 35%;
}
.left-content img {
    max-width: 100%;
    height: 100%;
}
.content-chat .right-content {
    padding: 0;
    align-self: auto;
}
.right-content {
    width: 65%;
    padding: 5%;
    align-self: center;
}



h1, .subtitle {
  color: #C5182D;
  /* text-transform: uppercase; */
}
h1 {
  font-size: 50px;
}
.subtitle {
   margin-top: 20px;
   font-size: 30px;
   color: #767676;
  }

.twitterintentform {
  padding-top: 35px;
}
input[type=submit] {
  background: inherit;
  color: #fff
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], textarea {
  width: 800px;
  padding: 20px 20px 20px 60px;
  font-size: 12px;
  /* color: #555; */
  /* border: 1px solid #aaa; */
  line-height: 1.6;
  border-radius: 15px;
  background-color: #F2F4F6;
}

.css {
  display: block;
  position: relative;
  margin: 0 5px 30px 0;
}
.css input, .css textarea {
  transition: 0.1s all linear;
}
.css label {
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 12px;
  /* font-weight: bold; */
  /* color: #000; */
  transition: 0.1s all linear;
  cursor: text;
}
.css.active input, .css.active textarea {
  padding-left: 15px;
  border: 3px solid #C5182D;
}
.css.active label {
  top: -18px;
  font-weight: bold;
}
.css #character_remaining {
  padding: 15px;
  font-size: 10px;
  /* color: #000000; */
}
.css #character_remaining.warning {
  color: #C5182D;
}

/* PAGE MESSAGES */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
*, *:before, *:after {
  box-sizing: border-box;
}

/* body {
  background: #C5DDEB;
  font: 14px/20px "Lato", Arial, sans-serif;
  padding: 40px 0;
  color: white;
} */

.container {
  margin: 0 auto;
}

.chat {
  width: 100%;
  color: #767676;
  height: 100vh;
}

.chat li {
    list-style: none !important;
}
.chat ul {
    padding-left: 0;
}
.chat .chat-history {
  padding: 40px;
  overflow-y: scroll;
  height: 100%;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
  margin-left: 20px;
}

.chat .chat-history .message-data-name {
    color: #C5182D;
    text-transform: capitalize;
  }
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  /* color: white; */
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 15px;
  border-top-left-radius: 0;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.chat .chat-history .message:after {
    bottom: 85%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #F2F4F6;
    border-width: 10px;
    margin-left: -10px;
    border-left-color: #F2F4F6;
}

.chat .chat-history .my-message {
  background: #F2F4F6;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}