@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-LightWeb.woff) format("woff");
  font-weight: 300;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-RegWeb.woff) format("woff");
  font-weight: 400;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-SboldWeb.woff) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(../fonts/ProximaNova-BoldWeb.woff) format("woff");
  font-weight: 700;
}

html, body {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

  background-color: #0f171f;
  font-family: 'ProximaNova', san-serif;
  color: white;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}


.container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.dokbot {
  margin: auto;
  width: 100%;

  max-width: 540px;

  display: inline-block;
  text-align: left;
  border-radius: 6px;
  background-color: white;
}

.header {
  height: 60px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background: #fefefe;
  box-shadow: 0 6px 6px #white;
}

.logo {
  height: 30px;
  margin: 15px;
}

.messages {
  padding: 40px 10px 10px 10px;
  background-color: #f3f5f4;
}

.message {
  vertical-align: top;
  margin-bottom: 20px;
}

.avatar {
  display: inline-block;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}

.message-body {
  display: inline-block;
  max-width: 75%;
  background-color: white;
  color: #111928;
  padding: 10px;
  border-radius: 6px;
  vertical-align: top;
  line-height: 1.43;
}

.response {
  border-top: 0.5px solid #d2d9e8;
  background-color: white;
  height: 115px;
  border-radius: 0 0 6px 6px;
  display: table;
  width: 100%;
}

.response .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.response a {
  display: inline-block;
  vertical-align: middle;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  background-color: #65cbcb;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: nowrap;
}

.response a:hover {
  background-color: #3eb8b8;
}

@media (max-width: 539px) {
  .header, .response {
    border-radius: 0;
  }
}

@media (max-height: 439px) {
  .dokbot-attribution {
    display: none;
  }
}

body.not-ios .has-ios, body.not-mac .has-mac {
  display: none !important;
}
