@charset "UTF-8";
body {
  background: rgba(64, 73, 80, 0.1) !important;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
  position: relative;
  background-repeat: no-repeat;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

header, main, nav, footer {
  padding: 0.1px 0;
}

* {
  outline: 0;
}

body {
  font-family: Helvetica,Verdana,serif;
  color: #404950;
}

h1, h2 {
  margin: 0;
  color: #00995D;
}

html {
  background: #f8f8f8;
  overflow-x: hidden;
}

article, aside {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  margin-top: 20px;
  padding-bottom: 20px;
  background: white;
  font-size: 13px;
}
article img, aside img {
  max-width: 100%;
}
article hr, aside hr {
  border: 0;
  border-top: 1px solid #e4e4e4;
  margin: 5px 20px 15px;
}
article h2, aside h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
}
article h2 span, aside h2 span {
  font-size: 13px;
  font-weight: 400;
}
article p, aside p {
  margin-top: 5px;
}
article label, article .label, aside label, aside .label, .occupation {
  display: block;
  min-height: 34px;
}
article label strong, article .label strong, aside label strong, aside .label strong {
  display: block;
  font-weight: 700;
}
article ul, aside ul {
  padding-left: 1.25em;
}
article span[data-postfix], aside span[data-postfix] {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
article span[data-postfix]::after, aside span[data-postfix]::after {
  content: attr(data-postfix);
  position: absolute;
  right: -16px;
}
article strong, aside strong {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
article fieldset, aside fieldset {
  border: 0;
  margin: 0;
  padding: 20px;
}
article fieldset > div:first-of-type, aside fieldset > div:first-of-type {
  float: left;
  width: 360px;
}
article fieldset > div:last-of-type, aside fieldset > div:last-of-type {
  float: left;
  width: 190px;
}
article fieldset.wide > div:first-of-type, aside fieldset.wide > div:first-of-type {
  width: 100%;
}
article fieldset::before, article fieldset::after, aside fieldset::before, aside fieldset::after {
  content: '';
  display: table;
  clear: both;
}
article fieldset.vue-paging *, aside fieldset.vue-paging * {
  border: 0;
  padding-left: 0;
}
article fieldset .error-msg, aside fieldset .error-msg {
  display: none;
}
article fieldset.error,  aside fieldset.error, .occupation.error {
  background: #ffa0a0;
  color: white;
}





article fieldset .message, aside fieldset .message {
  min-height: 50px;
  padding-top: 10px;
  padding-left: 30px;
  margin-left: 20px;
  background-position: 0 20px;
  display: visible;
}
article fieldset .message *, aside fieldset .message * {
  display: none;
}
article fieldset.error .message, aside fieldset.error .message {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABsUlEQVR4AWPABS6JyggBcSYQbwTiM0D8B4Sh7I1QOSF0ffgM5ATiCiD+AMT/CeAPULWchAyVAOKTIE2kYKgeCVyGSgPxQ5BCcjBUrzS6oWzYXEqmy9mQDa7ApvCWrTNOQ245uuOSq4AZyg/Eb9EVPEhI/f/96rX/t129MDTfNLf9/+Xo8f/3giIw5KBm8YMMjsJm88PEtP8g8PfzZxTDr2no/3+3cjVY7ueDh7hcnQkyeCMu737csg3F8Dvuvv+/njoNFvty+Oj/+xGxuAzeCDL4Br4Ieb92A9zw9+s2gpjgILpp44gvEp8wEJMRfj1+DDbw389fYPq2i+f/y9KK+PT8JGjwVTXd/x+37/qPDG6YWBFKdp/xBQXYgPer1gCd+u//rydP/3/YuBk9QnHhGzgj7350AjyiPh86/P+2kwdIHNVwF0+8kReLTfJRejbYgB+376AZgDD85737eJMbP45wBrkUlKRgEYVh+KOMHFwlHj9mlqYcV6AXQmcoNRRqBie2YvMJuYZC9UrjKpPlKCjo5YipmqpJqJqqsVVNhCrTHCDeAsTnkQw7DxXLwVeZAgA9kncSOpLrwwAAAABJRU5ErkJggg==);
}
article fieldset.error .message *, aside fieldset.error .message * {
  display: inline;
}
article fieldset.valid .message, aside fieldset.valid .message {
   background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' style='background:white'%3E%3Cpath fill='%2300995D' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
}
article #nem, aside #nem {
  margin: auto;
  display: block;
  width: 220px;
}
article .box, aside .box {
  border: 1px solid #e4e4e4;
  padding: 6px;
}
article output, article input[type=text], article input:not([type]), aside output, aside input[type=text], aside input:not([type]) {
  background-color: #f2f2f2;
  border: #e4e4e4 1px solid;
  padding: 6px;
  width: 100%;
  border-radius: 0;
  outline: 0;
  min-height: 28px;
}
article output, aside output {
  border: 0;
  background: 0;
  padding: 6px 0;
}
article table, aside table {
  border-collapse: separate;
  border-radius: 6px;
  margin: 20px;
  width: calc(100% - 40px);
  border: 1px solid #e4e4e4;
}
article table td,
article table th, aside table td,
aside table th {
  padding: 6px;
  text-align: left;
  cursor: pointer;
}
article table tr + tr *, aside table tr + tr * {
  border-top: 1px solid #e4e4e4;
}

[type="radio"] {
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
[type="radio"]::before {
  content: '';
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABIUlEQVR42rWVzw7BQBDGOShNpMLZgcRReS/7Ajh4InXgLRz1II6oCwfCqS58k4ykmWyXtmuTX9J8O/OlM/uvlDaiKGqCEViBPYjBA2xZG1GMzDMZ1sAEXMHLBMdMgfvNtANCSspISLlppm1wpMCcHMlDV/5aE3zhtvigyvisXWQ8e7hJ47EmKAANQ9saYK7Jm3wCWuAmJheg/MNCl0Egcm/kSZNKU76XYRd54Cw8FE0shTgrZRxUvvBYkXgQ4jCHsS88DiTGQqzmMHaER0zi3YJxXWe8s9CKgWzFXxdPCfFsZ7vpD0hQ9ICIUiweaQ5ywcZwCfVBBTj0bbiEQuDKP+iBU4Frk0Yvrbyu7YtetmVa/GkyP6Yq8Zg+mT1ryvSYvgHfyPfnRoYKDQAAAABJRU5ErkJggg==");
}
[type="radio"]::-ms-check {
  content: '';
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABIUlEQVR42rWVzw7BQBDGOShNpMLZgcRReS/7Ajh4InXgLRz1II6oCwfCqS58k4ykmWyXtmuTX9J8O/OlM/uvlDaiKGqCEViBPYjBA2xZG1GMzDMZ1sAEXMHLBMdMgfvNtANCSspISLlppm1wpMCcHMlDV/5aE3zhtvigyvisXWQ8e7hJ47EmKAANQ9saYK7Jm3wCWuAmJheg/MNCl0Egcm/kSZNKU76XYRd54Cw8FE0shTgrZRxUvvBYkXgQ4jCHsS88DiTGQqzmMHaER0zi3YJxXWe8s9CKgWzFXxdPCfFsZ7vpD0hQ9ICIUiweaQ5ywcZwCfVBBTj0bbiEQuDKP+iBU4Frk0Yvrbyu7YtetmVa/GkyP6Yq8Zg+mT1ryvSYvgHfyPfnRoYKDQAAAABJRU5ErkJggg==");
}
[type="radio"]:disabled {
  background-color: color(g3);
  opacity: 0.84;
  cursor: not-allowed;
}
[type="radio"]:checked::before {
  box-shadow: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABQElEQVR4Aa2VP08CQRDFoRC8hECgpsCEkpPv5SYkxMajsNZOv4dn4X0LS64wlKA0kEOi1dno22RMyMvc6uqS/JLLzJsXZvZfrep3Pp10wRnIwBKU4B08gUxyXa5zGR6DBLyCTxeimYHoJ9MByKXIhxwMqkz74FmE3khtX2v/URFvZSwxaAqxxLasF4/o0PhCEaWg4xhbB9wpdcm3oAf2lLwH9V8sdB2kVLsHPZs0Svttj13UBhvyMDbxQMFLKmyAW1CAnXw3SJOQR2aDKwqOqehGmeMVaWLKr2ywpGCTigrFuOCuKF/a4FsA45ZmvPjDKK5Jc8qj8Fm8ne/iGQpuQm037YCk/z4g3EqwIy2iCMwdl9AIHMm8R45LKAcR/4MhWLPYgxcwrGrvJPRFz2OZBX2alMfUHDymH8JSYsb1mH4BUq6zOEH3sckAAAAASUVORK5CYII=");
}
[type="radio"]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABQElEQVR4Aa2VP08CQRDFoRC8hECgpsCEkpPv5SYkxMajsNZOv4dn4X0LS64wlKA0kEOi1dno22RMyMvc6uqS/JLLzJsXZvZfrep3Pp10wRnIwBKU4B08gUxyXa5zGR6DBLyCTxeimYHoJ9MByKXIhxwMqkz74FmE3khtX2v/URFvZSwxaAqxxLasF4/o0PhCEaWg4xhbB9wpdcm3oAf2lLwH9V8sdB2kVLsHPZs0Svttj13UBhvyMDbxQMFLKmyAW1CAnXw3SJOQR2aDKwqOqehGmeMVaWLKr2ywpGCTigrFuOCuKF/a4FsA45ZmvPjDKK5Jc8qj8Fm8ne/iGQpuQm037YCk/z4g3EqwIy2iCMwdl9AIHMm8R45LKAcR/4MhWLPYgxcwrGrvJPRFz2OZBX2alMfUHDymH8JSYsb1mH4BUq6zOEH3sckAAAAASUVORK5CYII=");
}

.gjeld-btns{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 200px;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 6px;
  background-color: #00995D;
  color: white;
}
button.gjeld {
  text-align: center;
  padding: 15px;
}
button.prev {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAQAAABJVM6QAAAAYUlEQVR4AWNAgP9d/48hOBX////fBeNEATm3/4tCOE7/f/5/9V8FwtH9/+H/t/9mEI70/yf///z3g+k6CdSViTDxGJAbBWLBFQMNcgKx4UYBoS6IjWYRmjMwHIkQ6P1/BgCj901WSrLXzAAAAABJRU5ErkJggg==");
  background-position: 16px 50%;
  text-align: right;
  padding: 15px 15px 15px 40px;
}
button.credit{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAQAAABJVM6QAAAAZElEQVQI12P4f+x/LwMC/N/1////CgRX9P9toEAUQkDl/6v/P/87IQTM/n/7/+G/LkLA7/+f/0/+SyMEMoEmnERwo4DcYzCOE9AwmOL/ukCDYEb9VwSKwyxCc8b/7aiOPInsBQDkkk1Ka/FyDwAAAABJRU5ErkJggg==");
  background-position:   right 16px top 50%;
  text-align: left;
  padding: 15px 40px 15px 15px ;
  display: block;
  margin-left: -11rem;
  background-color: #F1A01A;
}
button.next {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAQAAABJVM6QAAAAZElEQVQI12P4f+x/LwMC/N/1////CgRX9P9toEAUQkDl/6v/P/87IQTM/n/7/+G/LkLA7/+f/0/+SyMEMoEmnERwo4DcYzCOE9AwmOL/ukCDYEb9VwSKwyxCc8b/7aiOPInsBQDkkk1Ka/FyDwAAAABJRU5ErkJggg==");
  background-position: right 16px top 50%;
  text-align: left;
  padding: 15px 40px 15px 15px;
}
button:hover {
  opacity: .9;
}
button.edit {
  padding: 6px 20px;
  float: right;
  width: auto;
  border-radius: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), color-stop(30%), to(#282828));
  background: linear-gradient(to bottom, #e4e4e4, 30%, #282828);
}

button.remove{
  padding: 6px 24px;
  margin-left: 33.8rem;
  margin-top: 0.3rem;
  width: auto;
  border-radius: 40px;
  background: linear-gradient(to bottom, #e4e4e4, 30%, #00995D);
}
 
button.shop-selected {
  padding: 6px 15px;
  background: #079060;
  text-align: left;
  font-weight: 700;
  width: 100%;
}
button.accordion-toggle {
  padding: 6px 15px;
  text-align: left;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
}
.selected button.accordion-toggle {
  background: #079060;
}
button.cancel {
  width: 24px;
  height: 24px;
  background: none;
  -webkit-box-flex: 0;
          flex-grow: 0;
  margin-right: auto;
  margin-left: 10px;
}
button.cancel svg {
   fill: #282828;
}

.modal {
  display: -webkit-box;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  tansform-origin: center;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem;
  color: black;
}
.modal.show {
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
  opacity: 1;
}
.modal hr {
  margin-left: 0;
  margin-right: 0;
}
.modal .content {
  margin: auto;
  max-width: 640px;
  max-height: 90vmin;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  overflow-y: auto;
}
.modal img {
  width: auto;
  max-width: 600px;
  max-height: 80vmin;
}
.modal .sign {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 15%;
  padding-right: 15%;
}
.modal .sign img {
  margin: auto;
}

.note {
  display: block;
  background: #FFE0B2;
  padding: 1rem;
  border-radius: .5rem;
}
.note.marg {
  margin: 0 20px;
}

.loader svg {
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
  -webkit-animation: spin 1s steps(8, end) infinite;
          animation: spin 1s steps(8, end) infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.accordion, ul.accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion span, ul.accordion ul span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.accordion span img, ul.accordion ul span img {
  -webkit-box-flex: 0;
          flex-grow: 0;
  align-self: flex-start;
  margin-left: 20px;
  margin-right: auto;
}

.accordion button.edit {
  display: none;
}
.accordion:not(.active) button {
  opacity: 0.5;
}
.accordion img {
  display: none;
}
.accordion .selected img {
  display: block;
}
.accordion.active button.cancel {
  display: none;
}
.accordion.active li.expanded button.edit {
  display: block;
}
.accordion > li {
  -webkit-transition: 600ms;
  transition: 600ms;
  overflow: hidden;
  max-height: 40px;
}
.accordion > li ul {
  opacity: 0;
}
.accordion > li.expanded {
  max-height: 200px;
}
.accordion > li.expanded ul {
  opacity: 1;
}

.accordion li ul {
  padding: 20px;
  margin: 6px 0;
  border: 1px solid #e4e4e4;
}

.vue-app {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  min-height: 100vh;
  max-width: 960px;
  margin: auto;
}

.vue-header {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.vue-header, .vue-header nav, .vue-header h1, .vue-header ul {
  width: 100%;
  color: white;
}
.vue-header nav {
  background: #AEDBC8;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  color: white;
  margin: 10px 0;
  overflow: hidden;
}
.vue-header > img {
  align-self: flex-end;
  margin-left: auto;
}
.vue-header h1 {
  background: #00995D;
  margin: 0  0px;
  padding: 0 20px;
  line-height: 66px;
}
.vue-header h1 span {
  color: gold;
}
.vue-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #e4e4e4;
  border-radius: 0 0  6px 6px;
}
.vue-header li:first-of-type {
  padding-left: 20px;
}
.vue-header li:last-of-type {
  padding-right: 20px;
}
.vue-header li {
  -webkit-box-flex: 1;
          flex-grow: 1;
  line-height: 44px;
  padding: 0;
  margin: 0;
  padding-right: 20px;
  padding-right: 20px;
  z-index: 1;
}
.vue-header li + li {
  padding-left: 20px;
}
.vue-header li.active {
  z-index: 0;
  background: #3CAF86;
}
.vue-header li:not(:last-of-type)::after {
  content: '';
  display: block;
  position: absolute;
  background: #6D767B;
  background-color: #AEDBC8;
  z-index: 1;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  width: 22px;
  height: 22px;
  top: 50%;
  right: -3px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8, 2.5) rotate(45deg) translatey(-6px);
          transform: scale(0.8, 2.5) rotate(45deg) translatey(-6px);
}
.vue-header li.active::after {
  background: #3CAF86;
}
.vue-header li img {
  display: none;
  position: absolute;
  right: 20px;
  top: 12px;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 50%;
}
.vue-header li.completed img {
  display: block;
}

.vue-main {
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 620px;
}

aside.vue-aside {
  align-self: flex-start;
  margin: 20px 0 20px 20px;
  max-width: 340px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  background: gainsboro;
  border-color: #ccc;
}
aside.vue-aside p {
  max-width: 300px;
  padding: 0 20px;
}
aside.vue-aside hr {
  border-top: 1px solid #ccc;
}
aside.vue-aside table {
  border-collapse: collapse;
  border: 0;
}
aside.vue-aside table td {
  text-align: right;
}
aside.vue-aside table td, aside.vue-aside table th {
  padding: 12px 0;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
aside.vue-aside table tr:first-of-type * {
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px solid #000;
}

.vue-footer {
  border-top: 11px solid #404950;
  background: #323232;
  color: white;
  padding: 70px 0 140px 0;
  margin-top: 20px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%  + 20px);
  padding-right: calc(50vw - 50% + 20px);
}
.vue-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: auto;
  text-align: center;
}
.vue-footer ul li {
  display: inline-block;
  font-size: 80%;
}

.vue-paging {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.vue-select {
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA1CAYAAAAklDnhAAAAoklEQVR4Ae3XwQmDQBSEYcEahPRhH+lgWwiIBGxCsAYrCdiBsCcLyCk1JCPMSbLklFXw/2BY8AE7oMCzODIAANA2t165K2ViXnre5ygyKw+l3sxqP5//XsQXBl8WXeziM/p5yPmKKmVUFuXtc1Sqvb6Zq/JazwIAAGC/feSZ2EdOsqF5Z43fdlYn5Cgx+LIpscVPng85inQ//ms6Fzk0AADwAbmremvJ4CqcAAAAAElFTkSuQmCC");
}

.vue-select * {
  cursor: default;
}
.vue-select li, .vue-select a, .vue-select .optgroup {
  display: block;
  line-height: 32px;
  color: #222;
  text-decoration: none;
  padding: 0 6px;
}
.vue-select ul {
  background: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  -webkit-transition: max-height 300ms 100ms;
  transition: max-height 300ms 100ms;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.vue-select li.optgroup {
  background: #eee;
  font-weight: 700;
}
.vue-select li.selected,
.vue-select li:hover {
  background-color: #e9effc;
}
.vue-select input {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAA1CAYAAAAklDnhAAAAoklEQVR4Ae3XwQmDQBSEYcEahPRhH+lgWwiIBGxCsAYrCdiBsCcLyCk1JCPMSbLklFXw/2BY8AE7oMCzODIAANA2t165K2ViXnre5ygyKw+l3sxqP5//XsQXBl8WXeziM/p5yPmKKmVUFuXtc1Sqvb6Zq/JazwIAAGC/feSZ2EdOsqF5Z43fdlYn5Cgx+LIpscVPng85inQ//ms6Fzk0AADwAbmremvJ4CqcAAAAAElFTkSuQmCC");
  background-size: 34px 53px;
  background-position: right -3px top -3px;
}
.vue-select input:focus {
  background-position: right -3px top -23px;
}
.vue-select input:focus + ul {
  max-height: 340px;
  outline: 1px solid #e4e4e4;
  outline-offset: -1px;
  -webkit-transition: max-height 300ms 0ms;
  transition: max-height 300ms 0ms;
  overflow-y: auto;
}

.label{
  padding-left: 20px;
  font-weight: bold;
}
.occupation-since label{
  padding-left: 20px;
  font-weight: bold;
}
.occupation-since fieldset{
  display: inline-block;
  width: auto;
  padding: 0;
  float: left;
}
article .occupation-since fieldset > div:first-of-type{
  width:auto;
}
.occupation-since .message{
  display: none;
}
.occupation-since fieldset:last-child .message{
  display: block;
  float: right;
  width: auto;
  margin-left: 54px;
  margin-top: -17px;
} 

article.vue-step-4 table {
  border: 0 none;
  padding: 0;
  border-collapse:collapse;
  border-spacing:0;
}
article.vue-step-4 table th {
  border-bottom: 1px solid #000;
  padding: 0 0 3px;
}
article.vue-step-4 table td {
  border-bottom: 1px solid #000;
  padding: 10px 0 10px;
}
.modal-5{
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-5 h2{
  color: #000;
}
.modal-5 strong{
  display: inline;
}
.modal-5 p{
  margin: 0;
}
.modal-5 img {
  margin-bottom: 30px;
}
.modal-5 p:last-child{
  margin-bottom: 50px;
}
.radio-product .box{
  border: 0 none;
}
.radio-product label{
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 6px 15px;
    text-align: left;
    font-weight: 700;
    width: 100%;
    max-width: 360px;
    cursor: pointer;
}
.radio-product label input{
  margin: 0;
    border-radius: 6px;
    background-color: #00995D;
    color: white;
    display: none;
}
.radio-product input:checked + span {
  background-color: #079060;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.radio-product input:checked + span:after{
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24' style='background:white'%3E%3Cpath fill='%2300995D' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
  position: absolute;
  top: 5px;
  right: -50px;
}
.radio-product .message{
  display: none;
}



.radio-product input + span {
  border-radius: 6px;
  background-color: #00995D;
    
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.vue-step-9 + .vue-paging + .vue-paging{
  justify-content: flex-end;
}
.vue-step-9 + .vue-paging + .vue-paging .next{
  width: 230px;
}
.vue-step-10 + .vue-paging + .vue-paging{
  justify-content: flex-end;
}
.vue-step-10 + .vue-paging + .vue-paging .next{
  width: 230px;
}
.vue-step-9 fieldset:first-of-type .message{
  top: 30px;
}
.vue-step-10 fieldset:first-of-type .message{
  top: 30px;
}
.shop-reset{
  padding: 6px 15px;
  background: #079060;
  text-align: left;
  font-weight: 700;
  width: 21%;
  float: right;
}

article.vue-step-11 fieldset > div:last-of-type{
  width: 80%;
}