@font-face {
  font-family: 'NHaasGroteskDSStd-55Rg';
  src: url('./../fonts/NeueHaasGroteskDSW01-55Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskTXStd-55Rg';
  src: url('./../fonts/NeueHaasGroteskText01-55Rg.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskDSPro-65Md';
  src: url('./../fonts/NHaasGroteskDSW01-65Md.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskDSPro-75Bd';
  src: url('./../fonts/NHaasGroteskDSW01-75Bd.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NHaasGroteskDSStd-75Bd';
  src: url('./../fonts/NeueHaasGroteskDSW01-75Bd.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./../fonts/roboto_bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('./../fonts/roboto_medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('./../fonts/roboto_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.center {
  align-items: stretch;
  justify-content: space-between;
  width: auto;
  width: 100%;
  display: inline-flex;
  padding: 5px 15px 5px 15px;
}

.main-container {
  background-color: #ffffff;
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: block;
}

.upper-send-message {
  position: fixed;
  top: 6px;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  padding: 10px 15px 5px 15px;
  display: flex;
  margin-bottom: 5px;
  background-color: #ffffff;
}

[color-theme='dark'] .upper-send-message {
  position: fixed;
  top: 6px;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  padding: 10px 15px 5px 15px;
  display: flex;
  margin-bottom: 5px;
  background-color: #000000;
}


.chat-container {
  background-color: #ffffff;
  position: fixed;
  top: 36px;/**/
  bottom: 120px;/**/
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  align-items: center;
}

.vzc-chat-container {
  background-color: #ffffff;
  position: fixed;
  top: 6px;/**/
  bottom: 120px;/**/
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
  align-items: center;
}

.chat-ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  margin-bottom: 0%;
}

.resetchat {
  border-radius: 0px;
  padding: 0px;
  float: right;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  position: fixed;
  background-color: #ffffff;
}


body > div > div > div:nth-child(2) > span {
  background: #dadada;
  padding: 10px;
  font-size: 21px;
  border-radius: 50%;
}
body > div > div > div.message-data-right.macro {
  margin: auto;
  margin-left: 1%;
}

.chat-header {
  width:100%;
  background-color: #ffffff;
  height: 36px;
  line-height: 3.5rem;
  color: #000000;
  border-bottom: 1px solid #000000;
  position: fixed;
}
.chat-header-content {
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-img {
  height: 24px;
  width: 106px;
  background-color: #ffffff;
  transform: scale(0.85);
  vertical-align: middle;
  horizontal-align: right;
  content: url('./../images/vz_logo.svg');
}
.icon-close {
  background: url('./../images/icon_close.svg') no-repeat;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
  float: right;
  right: 0.5em;
  top: 50%;
  transform: translate(-20%, 30%);
}

.footer-button {
  background-color: #000000;
  border: 2px solid white;
  color: white;
  padding:  10px 10px 10px 10px;
  text-decoration: none;
  display: inline;
  font-size: 14px;
  font-family: NHaasGroteskTXStd-55Rg;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gray-button {
  background-color: #000000;
  border: 2px solid white;
  color: white;
  /*padding: 10px 10px 10px 10px;*/
  padding-block: 10px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  display: inline;
  font-size: 14px;
  font-family: NHaasGroteskTXStd-55Rg;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.light-gray-button {
  background-color: #dddddd;
  border: 1px solid #dddddd;
  border-color: none;
  color: white;
  left:  9px;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  /*position: relative;*/
  /*display: inline-block;*/
  font-size: 14px;
  font-family: NHaasGroteskTXStd-55Rg;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Webkit / Chrome Specific CSS to remove tap
      highlight color */
  -webkit-tap-highlight-color: transparent;
}

.gray-button:hover {
  background: #444444;
}
.gray-button:focus {
  background-color: #666666;
  outline: 3;
  outline-color: gold
}
.gray-button:disabled {
  background-color: #AAAAAA;
  border: 1px solid #AAAAAA;
  outline: 0;
}

.footer-button:focus {
  background-color: #666666;
  outline: 3;
  outline-color: gold
}

.message-data {
  float: left;
  background: #444;
}

.message-data-vzc {
  float: left;
  background: #222;
}

.message-data-right {
  float: none;
  background: #fff;
}

.message-data:before {
  width: 0;
  height: 0;
  content: '';
  top: -7px;
  left: -14px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #444 transparent transparent;
}
.message-data-vzc:before {
  width: 0;
  height: 0;
  content: '';
  top: -7px;
  left: -14px;
  position: relative;
  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #222 transparent transparent;
}

.message-data-right:after {
  width: 0;
  height: 0;
  content: '';
  top: -7px;
  left: 14px;
  position: relative;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.buttons-container button {
  margin-right: 10px;
  margin-bottom: 15px;
}

.entered-text {
  border-width: 1px;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
  background: #ffffff;
  color: #000000 !important;
  border-color: #c1c1c1;
}

[color-theme='dark'] .entered-text {
  padding: 5px 5px 5px 5px;
  background-color: #000000;
  color: #ffffff !important;
 /* border-color: transparent; */
}

.Overlay1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0px;
    background: rgba(0,0,0,0.7);
    Z-index: 99;
}

.over1 {
    position: relative;
    top: 40%;
    margin: 0 auto;
    width: 35%;
    border: 0px solid #3F4040;
    border-radius: 6px;
    background-color: #ffffff;
    color: #2A2D31;
    text-align: center;
    z-index:999;
    padding-top: 10px;
    padding-bottom: 1px;
}

.verifyDelete {
    position: relative;
    margin-top: 30%;
    margin-left: 5%;
    width: 90%;
    border: 3px solid #EE0000;
    border-radius: 6px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    z-index:999;
    padding-top: 10px;
    padding-bottom:0px;
}

.privacyDetails {
    position: relative;
    margin-top: 70%;
    margin-left: 5%;
    width: 90%;
    border: 3px solid #EE0000;
    border-radius: 6px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    z-index:999;
    padding-top: 10px;
    padding-bottom:0px;
}

.buttonset  {
	margin-bottom:15px;
}

.buttonset button {
	width: 50% !important;
	margin-top:15px !important;
	margin-bottom: 0px !important;
	border:0px !Important;
}

.ui-btn-mobile {
	line-height: 50px !important;
	height: 50px;
	padding: 0px !important;
	cursor:pointer;
	color: #ffffff !important;
	background-color: #5b5b5b !important;
	font-weight: normal !important;
}

.text, .user-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.text > p:first-of-type {
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  line-height: 14px;
  font-size: 14px;
}
.text > p {
  width: 100%;
  margin-top: 0;
  margin-bottom: auto;
  line-height: 14px;
  font-size: 14px;
}
/* no longer in use
.text > p:last-of-type {
  width: 100%;
  text-align: right;
  margin-bottom: -2px;
  margin-top: auto;
}
*/
.text-bot {
  color: white;
  text-align: left;
  padding-right: 10px;
  font-family: NHaasGroteskTXStd-55Rg;
}
.text-usr {
  color: black;
  float: left;
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: NHaasGroteskTXStd-55Rg;
  border: 1px solid #BBB;
  border-radius: 5px;
}
[color-theme='dark'] .text-usr {
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #fff;
  /*padding: none;*/
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.rotate_image {
    animation: rotation 1s infinite linear;
}


.text-right {
  color: red;
	float: right;
  font-family: NHaasGroteskTXStd-55Rg;
  position: relative;
}
.text-usr-right {
  color: black;
  float: right;
  font-family: NHaasGroteskTXStd-55Rg;
  position: relative;
}

.macro {
  margin-bottom: 15px;
  width: 85%;
  border-radius: 5px;
  padding: 7px;
  display: flex;
}

.send-message {
  border-radius: 0px;
  padding: 5px 15px 5px 15px;
  display: flex;
  margin-bottom: 5px;
}

.talktovzbot {
}

.vzbotprompt {
	color: #333
}
[color-theme='dark'] .vzbotprompt {
    color: #BBB
}

.time-stamp {
	line-height: 0.3;
	width: 85%;
	text-align: left; /* text-align is  is 'right' when the user enters input*/
	background: none;
	font-family: NHaasGroteskDSStd-55Rg;
    font-size: 11px;
	color: #555;
}
[color-theme='dark'] .time-stamp {
    color: #BBB
}

mark {
	background: none;
    color: #555;
}
[color-theme='dark'] mark {
    color: #BBB
}

figcaption {
	display: inline;
    color: #555;
}
[color-theme='dark'] figcaption {
    color: #BBB
}


#send {
  margin-left: 10px;
}

#left-button {
  margin-top: 63px;
}
#right-button {
  margin-top: -57px;
  margin-left: 5px;
}

.microphone-grey {
  background-color: #bbb;
  border-radius: 50%;
  right: -2em;
}

#listening {
  display:none;
  margin-right:0px;
  background-color: lightGreen;
  color: darkGreen;
  padding-inline: 1em;
}

.microphone-text {
	z-index: 1000000;
	top: 41px;
}

input {
  font-size: 16px !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d4d4d4;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #d4d4d4;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #d4d4d4;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #d4d4d4;
}

img {
  max-width: 100%;
}

span {
  display: none;
}

.wrap {
  word-break: break-all;
}

input::-moz-focus-inner {
  border: 3;
}

a {
  font-family: NHaasGroteskDSStd-55Rg;
  font-size: 14px;
  text-decoration: underline;
  color: #00ffff; 
  display: inline;
}

a:hover, a:focus {
    color: #00bbbb;
    text-decoration: underline;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
[color-theme='dark'] .chat-header {
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
}
[color-theme='dark'] .icon-close {
  background: url('./../images/icon_close_dark_mode.svg') no-repeat;
}
[color-theme='dark'] .header-img {
  background-color: #000000;
  content: url('./../images/vz_logo_dark_mode.svg');
}
[color-theme='dark'] .chat-ul {
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
}
[color-theme='dark'] .chat-container {
  background-color: #000000;
}
[color-theme='dark'] .main-container {
  background-color: #000000;
}
[color-theme='dark'] .resetchat {
  background-color: #000000;
}

[color-theme='dark'] .light-gray-button {
  background-color: #000 !important;
}

/*[color-theme='dark'] .gray-button {
  background-color: #000 !important;
  border: 1px solid #fff;
}
[color-theme='dark'] .gray-button:hover {
  background: #444 !important;
  border: 1px solid #fff;
}
[color-theme='dark'] .gray-button:disabled {
  background: #AAAAAA;
  border: 1px solid #AAAAAA;
}*/

[color-theme='dark'] .over1 {
    background-color: #090909 !important;
    color: #D5D2CE !important;
    border: 1px solid #FFFFFF !important;
}

[color-theme='dark'] .mic-icon {
  content: url('./../images/mic_icon_dark_mode.svg');
}
 .first-txt {
            position: fixed;
            top: -175px;
            left: -7.5px;
        }
.mic-icon {
  height: 38px;
  width: 38px;
  transform: scale(1.85) !important;
  content: url(./../images/mic_icon.svg);
  max-width: inherit !important;
  margin-right: 25%;
  margin-left: auto;
  display: block;
}

.shadow {
  -moz-filter: drop-shadow( 8px 8px 8px #888888);
  -webkit-filter: drop-shadow( 8px 8px 8px #888888);
  -ms-filter: drop-shadow( 8px 8px 8px #888888);
  -o-filter: drop-shadow( 8px 8px 8px #888888);
  filter: drop-shadow( 8px 8px 8px #888888);
}

.not-auth-msg {
  font-size: 20px;
  font-family: NHaasGroteskTXStd-55Rg;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}

.grey-circle {
  pointer-events: none;
/*  -webkit-animation-name: listen;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: listen;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: listen;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: listen;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  animation-name: listen;
  animation-duration: 2s;
  animation-iteration-count: infinite;*/
  content: url(./../images/mic_listening.svg);
  max-width: inherit !important;
}

@-webkit-keyframes listen {
  0% {
      -webkit-transform: scale(.5);
  }
  25% {
      -webkit-transform: scale(.25);
  }
  35% {
      -webkit-transform: scale(.10);
  }
  65% {
      -webkit-transform: scale(.35);
  }
  80% {
      -webkit-transform: scale(.5);
  }
  100% {
      -webkit-transform: scale(.25);
  }
}

@keyframes listen {
  0% {
      transform: scale(.10);
  }
  25% {
      transform: scale(.20);
  }
  35% {
      transform: scale(.30);
  }
  65% {
      transform: scale(.40);
  }
  80% {
      transform: scale(.50);
  }
  100% {
      transform: scale(.100);
  }
}
