body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  background-color: transparent;
  /*
  background-color: #012c3f;
  background-image: linear-gradient(180deg, #012c3f 0%, #1f2c61 100%);
  */
  
  /*background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);*/
 
  font-size: 1em;
  letter-spacing: 0.1px;
  color: #000;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased;
}

.showdataBtn{
  position: absolute;
  bottom: 0;
}
.resolved{
  color: #0dbf69;
  text-transform: uppercase;
}
.inline-code{
  font-family: Consolas,monaco,"Ubuntu Mono",courier,monospace;
    font-size: 12px;
    color: #EB4D5C;
    padding: 2px 4px 2px 4px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    background-color: #f4f4f4;
    font-weight: 500;
  } 
#frame2 .content .messages-om ul li.sent .request-list-des {
    background: #fff;
    color: #3b434b;
    padding: 10px 10px 10px 0px;
}
.appended{
  margin: 3px 3px 3px 3px;
}
#follow-up-btn {
    margin-left: 0px;
}

.at-user{
  background-color: #fffdef;
  color: #0085bf;
 font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  display: inline-block;
  margin: 10px 0px 10px 0px;
  font-weight: 600;
}
.other-user{
  background-color: #edf9ff;
  color: #0085bf;
 font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  display: inline-block;
      margin: 10px 0px 10px 0px;
  font-weight: 600;
}
.map{
    max-width: 345px;
    border-radius: none;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
 font-family: Helvetica Neue,Helvetica,Arial,sans-serif; s
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #3b434b transparent transparent transparent;
  background: #fff;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #3b434b transparent;
  top: 7px;
  background: #fff;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #3b434b;
  background: #fff;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  
  position: absolute;
  background-color: #fff;
  top: -1500%;
  /*top: 100%;*/
  left: 0;
  right: 0;
  z-index: 99;

  border:2px solid #f5f5f5;
  -webkit-box-shadow: 0px 0px 16px -11px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 16px -11px rgba(0,0,0,1);
  box-shadow: 0px 0px 16px -11px rgba(0,0,0,1);
  border-radius: 5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#frame2 {
  width: 90%;
  min-width: 380px;
  max-width: 492px;
  height: 72vh;
  min-height: 300px;
  max-height: 720px;
  right: 10%;
  position: absolute;
  box-shadow: 2px 2px 10px rgba(0,0,0,.4);
  border-radius: 8px;
  margin-top: -20px;
}
.messages-om{
  background: #fff;
}
#return-btn{
  margin-left: 5px;
}
/*Slack btn*/
.messages-om ul li .slack-btn{
    border: 1px solid #ccced1;
    text-decoration: none;
    background: #fff;
    border-radius: 6px;
    padding: 8px 10px 8px 10px;
    color: inherit;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom:3px;
    cursor: pointer;
}

.messages-om ul li .slack-btn .text{
    color: #3b434b;
    vertical-align: bottom;
    display: inline-block;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    font-weight: 600;
}

.btn-block-2,.btn-block-3{
  margin-top: 3px;
  margin-bottom:5px;
  float: left;
  margin-left: 70px;
  padding-left: 10px; 
}
.btn-block-2{
  border-left: 5px solid #ededed;
  
}
.btn-block-3{
  border-left: 5px solid #ededed; 
}
.btn-block-oneline{
    margin-top: 3px;
    margin-bottom: 5px;
    border-left: 5px solid #ededed;
    float: left;
    margin-left: 16px;
    padding: 10px 15px 0px 15px;
}
.primary-q{
  background: #edf9ff; 
  overflow-wrap: break-word;
}


@media screen and (max-width: 360px) {
  #frame2 {
    width: 100%;
    height: 100vh;
  }
}
#frame2 #sidepanel {
  float: left;
  min-width: 280px;
  max-width: 340px;
  width: 40%;
  height: 100%;
  background: #2c3e50;
  color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel {
    width: 58px;
    min-width: 58px;
  }
}
#frame2 #sidepanel #profile {
  width: 80%;
  margin: 25px auto;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 0 0;
    background: #32465a;
  }
}
#frame2 #sidepanel #profile.expanded .wrap {
  height: 210px;
  line-height: initial;
}
#frame2 #sidepanel #profile.expanded .wrap p {
  margin-top: 20px;
}
#frame2 #sidepanel #profile.expanded .wrap i.expand-button {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#frame2 #sidepanel #profile .wrap {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  -moz-transition: 0.3s height ease;
  -o-transition: 0.3s height ease;
  -webkit-transition: 0.3s height ease;
  transition: 0.3s height ease;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap {
    height: 55px;
  }
}
#frame2 #sidepanel #profile .wrap img {
  width: 47px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid #e74c3c;
  height: auto;
  float: left;
  cursor: pointer;
  -moz-transition: 0.3s border ease;
  -o-transition: 0.3s border ease;
  -webkit-transition: 0.3s border ease;
  transition: 0.3s border ease;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap img {
    width: 40px;
    margin-left: 4px;
  }
}
#frame2 #sidepanel #profile .wrap img.online {
  border: 2px solid #2ecc71;
}
#frame2 #sidepanel #profile .wrap img.away {
  border: 2px solid #f1c40f;
}
#frame2 #sidepanel #profile .wrap img.busy {
  border: 2px solid #e74c3c;
}
#frame2 #sidepanel #profile .wrap img.offline {
  border: 2px solid #95a5a6;
}
#frame2 #sidepanel #profile .wrap p {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap p {
    display: none;
  }
}
#frame2 #sidepanel #profile .wrap i.expand-button {
  float: right;
  margin-top: 23px;
  font-size: 0.8em;
  cursor: pointer;
  color: #435f7a;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap i.expand-button {
    display: none;
  }
}
#frame2 #sidepanel #profile .wrap #status-options {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 150px;
  margin: 70px 0 0 0;
  border-radius: 6px;
  z-index: 99;
  line-height: initial;
  background: #435f7a;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options {
    width: 58px;
    margin-top: 57px;
  }
}
#frame2 #sidepanel #profile .wrap #status-options.active {
  opacity: 1;
  visibility: visible;
  margin: 75px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options.active {
    margin-top: 62px;
  }
}
#frame2 #sidepanel #profile .wrap #status-options:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #435f7a;
  margin: -8px 0 0 24px;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options:before {
    margin-left: 23px;
  }
}
#frame2 #sidepanel #profile .wrap #status-options ul {
  overflow: hidden;
  border-radius: 6px;
}
#frame2 #sidepanel #profile .wrap #status-options ul li {
  padding: 15px 0 30px 18px;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options ul li {
    padding: 15px 0 35px 22px;
  }
}
#frame2 #sidepanel #profile .wrap #status-options ul li:hover {
  background: #496886;
}
#frame2 #sidepanel #profile .wrap #status-options ul li span.status-circle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options ul li span.status-circle {
    width: 14px;
    height: 14px;
  }
}
#frame2 #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -3px;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
    height: 18px;
    width: 18px;
  }
}
#frame2 #sidepanel #profile .wrap #status-options ul li p {
  padding-left: 12px;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #profile .wrap #status-options ul li p {
    display: none;
  }
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
  background: #2ecc71;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
  border: 1px solid #2ecc71;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
  background: #f1c40f;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
  border: 1px solid #f1c40f;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
  background: #e74c3c;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
  border: 1px solid #e74c3c;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
  background: #95a5a6;
}
#frame2 #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
  border: 1px solid #95a5a6;
}
#frame2 #sidepanel #profile .wrap #expanded {
  padding: 100px 0 0 0;
  display: block;
  line-height: initial !important;
}
#frame2 #sidepanel #profile .wrap #expanded label {
  float: left;
  clear: both;
  margin: 0 8px 5px 0;
  padding: 5px 0;
}
#frame2 #sidepanel #profile .wrap #expanded input {
  border: none;
  margin-bottom: 6px;
  background: #32465a;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 7px;
  width: calc(100% - 43px);
}
#frame2 #sidepanel #profile .wrap #expanded input:focus {
  outline: none;
  background: #435f7a;
}
#frame2 #sidepanel #search {
  border-top: 1px solid #32465a;
  border-bottom: 1px solid #32465a;
  font-weight: 300;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #search {
    display: none;
  }
}
#frame2 #sidepanel #search label {
  position: absolute;
  margin: 10px 0 0 20px;
}
#frame2 #sidepanel #search input {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  padding: 10px 0 10px 46px;
  width: calc(100% - 25px);
  border: none;
  background: #32465a;
  color: #f5f5f5;
}
#frame2 #sidepanel #search input:focus {
  outline: none;
  background: #435f7a;
}
#frame2 #sidepanel #search input::-webkit-input-placeholder {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  color: #f5f5f5;
}
#frame2 #sidepanel #search input::-moz-placeholder {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  color: #f5f5f5;
}
#frame2 #sidepanel #search input:-ms-input-placeholder {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  color: #f5f5f5;
}
#frame2 #sidepanel #search input:-moz-placeholder {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  color: #f5f5f5;
}
#frame2 #sidepanel #contacts {
  height: calc(100% - 177px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #contacts {
    height: calc(100% - 149px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #frame2 #sidepanel #contacts::-webkit-scrollbar {
    display: none;
  }
}
#frame2 #sidepanel #contacts.expanded {
  height: calc(100% - 334px);
}
#frame2 #sidepanel #contacts::-webkit-scrollbar {
  width: 8px;
  background: #2c3e50;
}
#frame2 #sidepanel #contacts::-webkit-scrollbar-thumb {
  background-color: #243140;
}
#frame2 #sidepanel #contacts ul li.contact {
  position: relative;
  padding: 10px 0 15px 0;
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #contacts ul li.contact {
    padding: 6px 0 46px 8px;
  }
}
#frame2 #sidepanel #contacts ul li.contact:hover {
  background: #32465a;
}
#frame2 #sidepanel #contacts ul li.contact.active {
  background: #32465a;
  border-right: 5px solid #435f7a;
}
#frame2 #sidepanel #contacts ul li.contact.active span.contact-status {
  border: 2px solid #32465a !important;
}
#frame2 #sidepanel #contacts ul li.contact .wrap {
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #contacts ul li.contact .wrap {
    width: 100%;
  }
}
#frame2 #sidepanel #contacts ul li.contact .wrap span {
  position: absolute;
  left: 0;
  margin: -2px 0 0 -2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #2c3e50;
  background: #95a5a6;
}
#frame2 #sidepanel #contacts ul li.contact .wrap span.online {
  background: #2ecc71;
}
#frame2 #sidepanel #contacts ul li.contact .wrap span.away {
  background: #f1c40f;
}
#frame2 #sidepanel #contacts ul li.contact .wrap span.busy {
  background: #e74c3c;
}
#frame2 #sidepanel #contacts ul li.contact .wrap img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #contacts ul li.contact .wrap img {
    margin-right: 0px;
  }
}
#frame2 #sidepanel #contacts ul li.contact .wrap .meta {
  padding: 5px 0 0 0;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #contacts ul li.contact .wrap .meta {
    display: none;
  }
}
#frame2 #sidepanel #contacts ul li.contact .wrap .meta .name {
  font-weight: 600;
}
#frame2 #sidepanel #contacts ul li.contact .wrap .meta .preview {
  margin: 5px 0 0 0;
  padding: 0 0 1px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#frame2 #sidepanel #contacts ul li.contact .wrap .meta .preview span {
  position: initial;
  border-radius: initial;
  background: none;
  border: none;
  padding: 0 2px 0 0;
  margin: 0 0 0 1px;
  opacity: .5;
}
#frame2 #sidepanel #bottom-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#frame2 #sidepanel #bottom-bar button {
  float: left;
  border: none;
  width: 50%;
  padding: 10px 0;
  background: #32465a;
  color: #f5f5f5;
  cursor: pointer;
  font-size: 0.85em;
   font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #bottom-bar button {
    float: none;
    width: 100%;
    padding: 15px 0;
  }
}
#frame2 #sidepanel #bottom-bar button:focus {
  outline: none;
}
#frame2 #sidepanel #bottom-bar button:nth-child(1) {
  border-right: 1px solid #2c3e50;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #bottom-bar button:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #2c3e50;
  }
}
#frame2 #sidepanel #bottom-bar button:hover {
  background: #435f7a;
}
#frame2 #sidepanel #bottom-bar button i {
  margin-right: 3px;
  font-size: 1em;
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #bottom-bar button i {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 735px) {
  #frame2 #sidepanel #bottom-bar button span {
    display: none;
  }
}
#frame2 .content {
  float: right;
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame2 .content {
    width: calc(100% - 58px);
    min-width: 300px !important;
  }
}
@media screen and (min-width: 900px) {
  #frame2 .content {
    /*With side bar*/
    /*width: calc(100% - 340px);*/
    /*Without side bar*/
    width: calc(100%);
    border-radius: 8px;
  }
}
#frame2 .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  /*
  background: #4263ff;
  color: #fff;
  */
  background: #f4f4f4;
  color: rgba(0,0,0,.7);
}
#frame2 .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin: 9px 12px 0 9px;
}
#frame2 .content .contact-profile p {
  float: left;
}
#frame2 .content .contact-profile .social-media {
  float: right;
}
#frame2 .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame2 .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame2 .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame2 .content .messages-om {
  height: auto;
  min-height: calc(100% - 93px);
  max-height: calc(100% - 93px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (max-width: 735px) {
  #frame2 .content .messages-om {
    max-height: calc(100% - 105px);
  }
}
#frame2 .content .messages-om::-webkit-scrollbar {
  width: 8px;
  background: rgba(0, 0, 0, 0);
}
#frame2 .content .messages-om::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame2 .content .messages-om ul li {
  display: inline-block;
  clear: both;
  float: left;
      margin: 15px 15px 15px 15px;
  width: calc(100% - 25px);
  font-size: 1.0em;
}
#frame2 .content .messages-om ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame2 .content .messages-om ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame2 .content .messages-om ul li.sent p {
  background: #fff;
  color: #3b434b;
}
#frame2 .content .messages-om ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame2 .content .messages-om ul li.replies p {
    /*
    background: #4263ff;
    color: #fff;
    */
    background: #f4f4f4;
    color: rgba(0,0,0,.7);
    float: right;
    padding: 10px 20px 10px 20px;
    margin-top: 8px;
}
#frame2 .content .messages-om ul li .profile-pic {
    width: 54px;
    border-radius: 15%;
    float: left;
}
#frame2 .content .messages-om ul li p {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame2 .content .messages-om ul li p {
    max-width: 350px;
  }
}
#frame2 .content .message2-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  /*z-index: 99;*/
}
#frame2 .content .message2-input .wrap {
  position: relative;
}
#frame2 .content .message2-input .wrap input {
 font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
  background: #f4f4f4;
}
@media screen and (max-width: 735px) {
  #frame2 .content .message2-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame2 .content .message2-input .wrap input:focus {
  outline: none;
}
#frame2 .content .message2-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: .5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame2 .content .message2-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame2 .content .message2-input .wrap .attachment:hover {
  opacity: 1;
}
#frame2 .content .message2-input .wrap button {
  float: right;
  border: none;
  width: 50px;
  padding: 12px 0;
  cursor: pointer;
  background: #0c3260;
  color: #f4f4f4;
}
@media screen and (max-width: 735px) {
  #frame2 .content .message2-input .wrap button {
    padding: 16px 0;
  }
}
#frame2 .content .message2-input .wrap button:hover {
  background: #435f7a;
}
#frame2 .content .message2-input .wrap button:focus {
  outline: none;
}



/**********************ANIMATION************************/
.scale-in-tr {
  -webkit-animation: scale-in-tr 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: scale-in-tr 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.scale-in-tl {
  -webkit-animation: scale-in-tl 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: scale-in-tl 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}


@-webkit-keyframes scale-in-tr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-tr {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
