.login-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-logo-wrapper {
  display: flex;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 12px;
}

.phone-wrapper {
  width: 100%;
  max-width: 400px;
}

.code-wrapper {
  width: 100%;
  max-width: 300px;
}

.digit-wrapper {
  display: flex;
  justify-content: space-around;
}
.digit-input {
  max-width: 40px;
}

@media only screen and (max-width: 768px) {
  .phone-wrapper {
    max-width: 300px;
    margin: 0 auto;
  }
}

html, body, #index, .app, .view{
  width: 100%;
  height: 100%;
}

.w100{
  width: 100%;
  max-width: 100%;
}

.Toastify__toast {
  padding: 0;
}
.Toastify__toast-container{
  padding: 0;
}
.bx--toast-notification, .bx-toast-notification:first-child{
  margin: 0 !important;
  width: 100% !important;
}
.Toastify__progress-bar--default{
  background: #da1e28;
}

.flex-line{
  display: flex;
  flex-direction: row;
}
.flex-jcsb{
  justify-content: space-between;
}
.flex-jsfe{
  justify-content: flex-end;
}
.flex-aic{
  align-items: center;
}
body.dark{background-color:#262626}body.dark .question-match-view,body.dark .answer-match-view{background-color:#262626}body.dark .question-match-view .content-wrapper,body.dark .answer-match-view .content-wrapper{background-color:#6f6f6f;color:#fff}body.dark .question-match-view .answer-title,body.dark .question-match-view .answer-title2,body.dark .question-match-view .answer-secondary,body.dark .question-match-view .rotate-button,body.dark .answer-match-view .answer-title,body.dark .answer-match-view .answer-title2,body.dark .answer-match-view .answer-secondary,body.dark .answer-match-view .rotate-button{color:#eee}body.dark .stats-view .stats-title,body.dark .stats-view .header-wrapper,body.dark .stats-view .stats-subtitle,body.dark .stats-view .bx--structured-list-td{color:#eee}

.bx--header {
  background-color: #152935;
  border-bottom: 1px solid #152935;
}
a.bx--header__menu-item[role='menuitem']:hover{
  background-color: #152935;
}
a.bx--header__menu-item.selected[role='menuitem']{
  font-weight: 700;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bx--toggle__text--off,
.bx--toggle__text--on {
  display: none !important;
}
@media only screen and (max-width: 768px) {

}

.stats-view {
  height: calc(100% - 48px);
  max-height: 100%;
  margin-top: 48px;
}
.stats-wrapper{
  margin: 10px;
  padding: 32px 24px 16px;
  max-width: 600px;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.16);
}
.header-wrapper{
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.stats-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #152935;
}
.stats-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #152935;
  margin-top: 8px;
}
.profile-view{
  width: 100%;
  height: calc(100% - 48px);
  max-height: 100%;
  overflow-y: hidden;
  display: flex;
  margin-top: 48px;
}
.question-match-view {
  background-color: #e8ebeb;
  margin-top: 48px;
}
.question-match-view .content-wrapper {
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.question-match-view .loading-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.question-match-view .question-wrapper {
  width: 50%;
  padding: 24px;
  max-width: 50%;
}
.question-match-view .match-wrapper {
  width: 50%;
  padding: 24px;
  max-width: 50%;
}
.question-wrapper .bx--loading-overlay,
.match-wrapper .bx--loading-overlay {
  position: absolute;
}

.question-match-view .answer-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #152935;
}

.question-match-view .answer-secondary {
  font-weight: 600;
  line-height: 18px;
  color: #a7afb2;
}

.question-match-view .answer-title2 {
  font-weight: 600;
  line-height: 18px;
  color: #152935;
}

.question-match-view .foto-wrapper {
  margin-top: 13px;
  background-color: #f2f3f4;
  height: calc(100% - 220px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.question-match-view .foto-wrapper img {
  width: 100%;
  height: auto;
}
.question-match-view .action-wrapper {
  margin-top: auto;
}

.btn--kunduz {
  height: 40px;
  min-height: 40px;
  text-align: center;
  width: 100%;
  padding: 0px;
  justify-content: center;
  border-width: 2px;
  font-weight: 700;
  border: 0;
}

.btn--kunduz__secondary {
  height: 40px;
  min-height: 40px;
  text-align: center;
  width: 100%;
  padding: 0px;
  justify-content: center;
  border-width: 2px;
  font-weight: 700;
  background-color: #00b4a0;
  color: #fff;
}

.btn--kunduz__danger__tertiary {
  background-color: transparent;
  border: 1px solid #dc222b;
  color: #dc222b;
}

@media only screen and (max-width: 768px) {
  .question-match-view .content-wrapper{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .question-match-view .question-wrapper {
    width: 100%;
    padding: 16px;
    max-width: 100%;
  }
  .question-match-view .match-wrapper {
    width: 100%;
    padding: 16px;
    max-width: 100%;
  }
}

.rotatable-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rotatable-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rotate-controls-wrapper {
  margin-top: 16px;
  color: #a7afb2;
  font-weight: 600;
  line-height: 18px;
  justify-content: center;
  justify-self: flex-end;
}
.rotate-controls-wrapper .rotate-button {
  padding: 12px;
  cursor: pointer;
  user-select: none;
}
.rotate-controls-wrapper .rotate-button span {
  padding-left: 8px;
}
.answer-match-view
 {
  background-color: #e8ebeb;
  margin-top: 48px;
}
.answer-match-view .content-wrapper {
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.answer-match-view .loading-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.answer-match-view .question-wrapper {
  width: 50%;
  max-width: 50%;
  padding: 24px;
}
.answer-match-view .match-wrapper {
  width: 50%;
  max-width: 50%;
  padding: 24px;
}
.question-wrapper .bx--loading-overlay,
.match-wrapper .bx--loading-overlay {
  position: absolute;
}

.answer-match-view .answer-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #152935;
}

.answer-match-view .answer-secondary {
  font-weight: 600;
  line-height: 18px;
  color: #a7afb2;
}

.answer-match-view .answer-title2 {
  font-weight: 600;
  line-height: 18px;
  color: #152935;
}

.answer-match-view .foto-wrapper {
  margin-top: 13px;
  background-color: #f2f3f4;
  height: calc(100% - 220px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.answer-match-view .foto-wrapper img {
  width: 100%;
  height: auto;
}
.answer-match-view .action-wrapper {
  margin-top: auto;
}

.bx--select-input {
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .answer-match-view .content-wrapper{
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .answer-match-view .question-wrapper {
    width: 100%;
    padding: 16px;
    max-width: 100%;
  }
  .answer-match-view .match-wrapper {
    width: 100%;
    padding: 16px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map*/