@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v5/Wnz6HAc5bAfYB2Q7YjYd.ttf) format('truetype');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('M PLUS Rounded 1c Light'), local('MPLUSRounded1c-Light'), url(https://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5qsJz-4.ttf) format('truetype');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('M PLUS Rounded 1c'), local('MPLUSRounded1c-Regular'), url(https://fonts.gstatic.com/s/mplusrounded1c/v9/VdGEAYIAV6gnpUpoWwNkYvrugw9RuMWFxLs.ttf) format('truetype');
}
@font-face {
  font-family: 'M PLUS Rounded 1c';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('M PLUS Rounded 1c Bold'), local('MPLUSRounded1c-Bold'), url(https://fonts.gstatic.com/s/mplusrounded1c/v9/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064asJz-4.ttf) format('truetype');
}
body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: url("/images/noise.png") #f4f4f4;
}
.relatives-list {
  list-style: none;
  /*margin: 0 0 30px;*/
  margin: 0;
  padding: 0;
  text-align: center;
}
.relatives-or {
  margin: 15px 0;
  font-size: 30px;
}
@media (min-width: 1024px) {
  .results-area {
    margin-bottom: 120px;
  }
}
.result-decomposition {
  margin: 50px 0;
  padding: 20px 0;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.full-list {
  display: block;
  width: 100%;
  padding: 30px 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.relatives-list {
  display: inline-block;
}
.question-mark {
  display: inline-block;
}
.remove-btn {
  position: absolute;
  right: -2px;
  top: -2px;
  padding: 0;
  background: #fff;
  color: #800;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dedede;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.remove-btn:hover {
  /*color: #f00;*/
  font-weight: bold;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.5);
}
.remove-btn:active,
.remove-btn:focus {
  outline: none;
}
.intro-text {
  text-align: center;
}
.relatives-url {
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
}
.relative-btn {
  display: inline-block;
  color: white;
  border-radius: 35px;
  padding: 2px;
  margin: 0 4px 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.relative-btn.gender-0 {
  background-image: -webkit-linear-gradient(top, #e17678 0%, #d3373a 100%);
  background-image: -o-linear-gradient(top, #e17678 0%, #d3373a 100%);
  background-image: linear-gradient(to bottom, #e17678 0%, #d3373a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe17678', endColorstr='#ffd3373a', GradientType=0);
}
.relative-btn.gender-0 .name {
  color: #d3373a;
}
.relative-btn.gender-1 {
  background-image: -webkit-linear-gradient(top, #468dcb 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #468dcb 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #468dcb 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468dcb', endColorstr='#ff2b669a', GradientType=0);
}
.relative-btn.gender-1 .name {
  color: #2b669a;
}
.relative-btn .name {
  display: inline-block;
  padding: 10px 18px;
  background: #fff;
  border-radius: 35px;
}
.relative-btn.active:hover.gender-0 .name {
  background-image: -webkit-linear-gradient(top, #e17678 0%, #d3373a 100%);
  background-image: -o-linear-gradient(top, #e17678 0%, #d3373a 100%);
  background-image: linear-gradient(to bottom, #e17678 0%, #d3373a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe17678', endColorstr='#ffd3373a', GradientType=0);
  color: #fff;
}
.relative-btn.active:hover.gender-1 .name {
  background-image: -webkit-linear-gradient(top, #468dcb 0%, #2b669a 100%);
  background-image: -o-linear-gradient(top, #468dcb 0%, #2b669a 100%);
  background-image: linear-gradient(to bottom, #468dcb 0%, #2b669a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff468dcb', endColorstr='#ff2b669a', GradientType=0);
  color: #fff;
}
.relative-btn.inactive {
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: not-allowed;
}
.selected-relative {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.selected-relative .prefix {
  display: inline-block;
  vertical-align: middle;
}
.selected-relative .name {
  display: inline-block;
  padding: 10px 18px;
  background: #109a2e;
  color: white;
  border-radius: 35px;
  margin: 0 8px;
  vertical-align: middle;
  position: relative;
}
.selected-relative a.name {
  text-decoration: none;
}
.selected-relative.gender-0 .name {
  background: #d3373a;
}
.selected-relative.gender-1 .name {
  background: #2b669a;
}
.relative-prefix {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.switch-container {
  text-align: center;
  margin-bottom: 14px;
}
.switch-container.-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.switch-container.-disabled .onoffswitch-label {
  cursor: not-allowed;
}
.onoffswitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #e3e3e3;
  border-radius: 100px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner::before,
.onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 13px;
  padding: 0;
  line-height: 13px;
  box-sizing: border-box;
  content: "";
}
.onoffswitch-switch {
  display: block;
  width: 25px;
  height: 25px;
  margin: -4px;
  background: #29C24F;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  border: 2px solid #E3E3E3;
  border-radius: 50%;
  transition: all 0.15s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background-color: #27A1CA;
}
.switch-text {
  display: inline-block;
  margin: -6px 10px 0;
  vertical-align: middle;
  font-size: 13px;
}
.switch-text.-left {
  color: #29C24F;
}
.switch-text.-right {
  color: #27A1CA;
}
.dictionary-index {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}
.relative-info {
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .relative-info {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .relative-info {
    width: 33.333333%;
  }
}
.relative-info > .holder {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 10px -5px rgba(0, 0, 0, 0.15);
}
.relative-info .title {
  margin-top: 0;
}
.relatives-kassa {
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.25);
  background: #fff;
}
@media (min-width: 1024px) {
  .relatives-kassa {
    margin-right: 0;
    margin-left: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
[v-cloak] > * {
  display: none;
}
/*# sourceMappingURL=dever.css.map */