* {
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0px !important;
}

#banner {
  background-color: #f2f2f2;
}

.container {
  overflow: hidden;
}

.size {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 600px;
}

.fullSize {
  width: 100%;
  height: 100%;
}

.startHidden {
  opacity: 0;
}

#overlayButton {
  opacity: 0;
  cursor: pointer;
  z-index: 4;
}

#border {
  border: 0px solid #000000;
  box-sizing: border-box;
  pointer-events: none;
}

#chat {
  background-color: #f2f2f2;
}

#cta {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 139px;
  height: 33px;
}

#header_container {
  position: absolute;
  /*top: 0px;
    left: 0px;*/
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  min-height: 52px;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 5px 0px;
  background-color: white;

  /*transition: min-height 0.2s linear 0.2s, background-color 0.3s ease 0.4s, box-shadow 0.3s ease-in-out 0.4s;*/
}

#header_inner {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 52px;
  /*padding: 16px;*/
  opacity: 1;
  /*transition: opacity 0.4s linear 0.1s;*/
}

#logoExit {
  position: absolute;
  width: 300px;
  height: 52px;
  top: 0px;
  left: 0px;
  z-index: 3;
}

#logo {
  margin-top: 16px;
  margin-left: 16px;
  display: flex;
  height: 17px;
  background-image: url('logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 1;
  /*transition: opacity 0.4s linear 0.6s;*/
}
