[v-cloak] {
  display: none;
}
html {
  height: 100%;
  background-color: #eee;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  height: 100%;
}
.button {
  display: inline-block;
  background-color: #eee;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 5em;
  border: 0.05em solid #1e1e1e;
  width: 3.4em;
  height: 3.4em;
  vertical-align: middle;
  text-align: center;
  line-height: 3.4em;
}
.button__image {
  width: auto;
  height: 1.6em;
  vertical-align: middle;
}
.button__stories-icon {
  vertical-align: middle;
  width: auto;
  height: 1em;
}
.button--write {
  width: 4.8em;
  height: 2.8em;
  line-height: 2.8em;
  vertical-align: middle;
  font-size: 1.2em;
}
.button--registration-warning {
  width: 50%;
  font-size: 0.7em;
  line-height: normal;
  height: auto;
  padding: 1em;
}
.button--call-to-action {
  background-color: #c9283e;
  color: #eee;
  border: 0.05em solid #1e1e1e;
}
#app {
  height: 100%;
  margin: 0 auto;
  max-width: 30em;
}
.status-bar {
  width: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  max-width: 30em;
  border-bottom: 0.05em solid #1e1e1e;
}
.status-bar__no-connection-sign {
  position: absolute;
  width: 100%;
  text-align: center;
}
.status-bar__no-connection-sign__inner {
  display: inline-block;
  background-color: #c9283e;
  color: #eee;
  padding: 0.2em 1em;
}
.status-bar__main-container {
  margin: 0 auto;
  padding: 0;
  height: 5em;
  line-height: 5em;
  background-color: #eee;
  text-align: justify;
  padding: 0.5em;
}
.status-bar__main-container:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.status-bar__main-container span {
  vertical-align: middle;
}
.status-bar__left-container,
.status-bar__right-container {
  display: inline-block;
}
.status-bar__right-container {
  text-align: right;
  margin-right: 0.5em;
}
.status-bar__avatar {
  background-color: #ddd;
  border-radius: 4em;
  width: 4em;
  height: 4em;
  vertical-align: middle;
  border: 0.05em solid #1e1e1e;
}
.status-bar__avatar__img {
  border-radius: 4em;
  width: 4em;
  height: 4em;
}
.status-bar__avatar,
.status-bar__stories-count,
.status-bar__streak-count {
  display: inline-block;
  margin-left: 0.5em;
  color: #444;
  font-weight: bold;
}
.status-bar__stories-icon,
.status-bar__streak-icon {
  vertical-align: middle;
  width: auto;
  height: 1.4em;
}
.screen-home {
  padding-top: 7em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
.screen-home__writing {
  border: 0.05em solid #1e1e1e;
  background-color: #fff;
  margin-bottom: 1em;
}
.screen-home__writing-date {
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  text-align: right;
}
.screen-home__writing-theme {
  background-color: #1e1e1e;
  padding-left: 1em;
  padding-right: 1em;
  color: #eee;
  font-size: 1.3em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.screen-home__writing-text {
  white-space: pre-line;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
}
.top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 30em;
  background-color: #eee;
  height: 5em;
  color: #444;
  line-height: 5em;
  padding: 0.5em;
  border-bottom: 0.05em solid #1e1e1e;
  padding-left: 1em;
}
.top-bar__back-button {
  width: 3.4em;
  height: 3.4em;
}
.top-bar__back-image {
  width: auto;
  height: 1.6em;
  vertical-align: middle;
}
.top-bar__back-button {
  vertical-align: middle;
}
.screen-write__theme-container {
  display: inline-block;
  width: 62%;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
  margin-left: 0.5em;
}
.screen-write {
  height: 100%;
  box-sizing: border-box;
  padding-top: 7em;
}
.screen-write__theme {
  vertical-align: middle;
}
.screen-write__theme {
  font-size: 1.2em;
  line-height: normal;
}
.screen-write__timer-container {
  box-sizing: border-box;
  width: 10%;
  height: 98%;
  float: left;
  margin-left: 1em;
}
.screen-write__text-container {
  box-sizing: border-box;
  width: auto;
  height: 98%;
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
}
.screen-write__text {
  box-sizing: border-box;
  background-color: #f0f0f0;
  outline: none;
  font-size: 1.2em;
  width: 100%;
  height: 100%;
  resize: none;
}
.screen-write__text-container.half-height,
.screen-write__timer-container.half-height {
  height: 50%;
}
.screen-write__timer {
  box-sizing: border-box;
  border: 1px solid #000;
  background: #000;
  width: 100%;
  height: 100%;
}
.screen-settings {
  height: 100%;
  box-sizing: border-box;
  padding-top: 6em;
}
.screen-settings__list {
  list-style-type: none;
  padding-left: 0;
}
.screen-settings__list-item {
  padding: 1em;
  color: #444;
  font-size: 1.2em;
  background-color: #ddd;
  border: 0.05em solid #1e1e1e;
  margin: 0.5em auto;
}
.screen-settings__list-item:active {
  background-color: #e6e6e6;
}
.screen-settings__current-language {
  float: right;
}
.not-registered-warning {
  background-color: #eee;
  position: fixed;
  bottom: 0;
  height: 5em;
  line-height: 5em;
  text-align: center;
  max-width: 30em;
  width: 100%;
  border-top: 0.05em solid #1e1e1e;
}
.not-registered-warning__sign {
  background-color: #f0433a;
  color: #444;
  font-size: 1.4em;
  border-radius: 50%;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-right: 0.5em;
  line-height: normal;
}
.daily-write-overlay {
  display: table;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  background-image: url("images/daily-writing-feedback.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 30em;
}
.daily-write-overlay__container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.daily-write-overlay__container-inner {
  display: inline-block;
  width: 60%;
}
.daily-write-overlay__text {
  font-family: 'Patua One', cursive;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  color: #444;
  font-size: 1.6em;
  margin: 0;
}
.streak-overlay {
  display: table;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  background-image: url("images/streak-feedback.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 30em;
}
.streak-overlay__container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.streak-overlay__container-inner {
  display: inline-block;
  width: 54%;
  margin-top: 40%;
}
.streak-overlay__text {
  font-family: 'Patua One', cursive;
  text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  color: #444;
  font-size: 1.6em;
  margin: 0;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
