@charset "UTF-8";
@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
  min-height: 100%;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
html,
body {
  font-size: 16px;
  overflow-x: hidden;
  min-width: 360px;
}

.slide {
  font-size: 100px;
}

body {
  background: linear-gradient(0deg, #DEF5FA 0%, #FBFCDB 100%);
  margin: 0;
  color: #003CD8;
  min-height: 100%;
}

body.blue {
  background: linear-gradient(180deg, #baeac7 0%, #c3f0fa 100%);
}

body.orange {
  background: #FFE27B;
}

.wrapper {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header,
section {
  padding: 1em;
  clear: both;
}

header {
  height: 3em;
  margin: 1em 1em 0em 1em;
  background: white;
  border-radius: 0.75em;
  box-shadow: 0px 4px 13px rgba(84, 69, 159, 0.06), 0px 12px 38px rgba(84, 69, 159, 0.17);
}

h1.logo {
  margin: 0;
  height: 3rem;
  width: 230px;
  float: left;
  background: url("/public/logo.svg") 0px 10px no-repeat;
  z-index: 200;
  position: relative;
}

h1.logo span {
  visibility: hidden;
}

#menu-icon span {
  visibility: hidden;
}

#menu-toggle {
  display: none;
}

#menu-icon {
  float: right;
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  border-radius: 3px;
  background-image: url("/public/open-menu.svg");
  z-index: 200;
  position: relative;
}

.menu {
  clear: both;
  display: none;
  background: #311f78;
  color: #bdffec;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 6rem 0;
  border-radius: 0 0 1rem 1rem;
  z-index: 100;
}

#menu-toggle:checked ~ .menu {
  display: block;
}

#menu-toggle:checked ~ a h1.logo {
  height: 3rem;
  background: url("/public/lukk2.svg") 0px 10px no-repeat;
}

#menu-toggle:checked ~ #menu-icon {
  background-image: url("/public/close-menu.svg");
}

.menu ul,
.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu .navigation a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 1.625rem;
  line-height: 2rem;
  margin: 1rem 0;
  text-align: center;
}

.normal {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.hero {
  text-align: left;
  padding: 0 1rem;
  position: relative;
}

.hero figure {
  position: absolute;
  z-index: 20;
  margin: 0;
}

.hero figure img {
  width: 100%;
}

.bubble {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0.625em;
  border-radius: 0.75em;
  background: white;
  box-shadow: 0px 4px 13px rgba(84, 69, 159, 0.06), 0px 12px 38px rgba(84, 69, 159, 0.17);
  margin: 0.5em 0;
  position: relative;
  z-index: 10;
}

figure.scissor {
  width: 82%;
  top: 16px;
  right: -45px;
  z-index: 6;
}

figure.arrow {
  position: relative;
  width: 16px;
  margin: 1em 0 1em 1em;
}

.bubble1 {
  width: 253px;
  color: #FB8700;
  z-index: 5;
}

.bubble2 {
  width: 188px;
  color: #003CD8;
}

.bubble3 {
  width: 162px;
  color: #FE6F6F;
}

.bubble4 {
  width: auto;
  color: #7B61FF;
  display: inline-block;
  margin-top: 0;
}

section.form {
  margin: 1rem;
  padding: 0;
  border-radius: 0.75em;
  overflow: hidden;
  border: 2px solid #003CD8;
}

label {
  cursor: pointer;
}

label.radio {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 1em;
}

label.text {
  display: grid;
  font-size: 0.8rem;
  text-indent: 0.625rem;
  gap: 0.125rem;
}

input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #003CD8;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=checkbox] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 0.15em solid currentColor;
  border-radius: 5%;
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' class='check-icon'%3E%3Cpath fill='%23311f78' d='M50.42,16.76L22.34,39.45l-8.1-11.46c-1.12-1.58-3.3-1.96-4.88-0.84c-1.58,1.12-1.95,3.3-0.84,4.88l10.26,14.51 c0.56,0.79,1.42,1.31,2.38,1.45c0.16,0.02,0.32,0.03,0.48,0.03c0.8,0,1.57-0.27,2.2-0.78l30.99-25.03c1.5-1.21,1.74-3.42,0.52-4.92 C54.13,15.78,51.93,15.55,50.42,16.76z'%3E%3C/path%3E%3C/svg%3E");
  width: 1.25em;
  height: 1.25em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
input.text {
  width: 100%;
  padding: 0.9em 0.625rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

input[type=time],
input[type=date] {
  width: 100%;
  padding: 0.9em, 0.625rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  background: white;
  min-height: 2.47rem;
  color: black;
}

input.error, input.error:focus {
  outline: none;
  border: solid 2px red;
}

input::placeholder {
  color: #003CD8;
  opacity: 0.66;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=range] {
  width: 100%;
  accent-color: #311f78;
}

.form-pane-options {
  display: grid;
  gap: 0.5rem;
}

.form-pane-options p {
  font-size: 0.8rem;
}

.submit-pane p {
  font-size: 0.8rem;
  margin: 1.25rem 0 0 0;
  text-align: center;
  opacity: 0.66;
}

.form-pane-options > p:first-child {
  margin-top: 0;
}

.form-pane {
  padding: 1rem;
  border-bottom: 2px solid #003CD8;
}

.form-pane h2 {
  margin: 0;
  font-weight: 900;
  font-size: 1.1875rem;
}

#bidform .form-pane-header.closed {
  cursor: pointer;
}

.form-pane-header.closed + .form-pane-options {
  display: none;
}

#bidform .form-pane-header.disabled {
  opacity: 0.5;
}

.form-pane-options {
  padding-top: 1rem;
}

#bidform .form-pane-header {
  padding-right: 2rem;
  position: relative;
}

#bidform .form-pane-header::after {
  content: "↑";
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 1.2rem;
  cursor: pointer;
}

#bidform .form-pane-header.closed::after {
  content: "↓";
}

#style-info-label {
  display: none;
}

.submit-pane {
  padding: 1rem;
}

#extra-cut {
  display: none;
  gap: 0.5rem;
}

button {
  padding: 1.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 1em;
  background: linear-gradient(94.91deg, #1CF5B8 40.77%, #18F5F5 103.55%);
  color: #003CD8;
}

button:disabled {
  opacity: 0.75;
  background: linear-gradient(94.91deg, #1CF5B8 40.77%, #18F5F5 103.55%);
  color: #003CD8;
  cursor: default;
}

footer {
  padding: 3em 1.5em;
  font-size: 0.75rem;
}
footer figure {
  margin: 0;
  width: 60px;
}
footer figure fill {
  color: #003CD8;
}
footer a,
footer a:visited {
  color: #003CD8;
  text-decoration: underline;
}

p.big {
  font-size: 1.5rem;
}

.validation-form {
  display: grid;
  gap: 1rem;
}

input.full-size {
  padding: 0.75rem;
  font-size: 1rem;
  text-align: center;
}

.bid .form-pane {
  background: #baeac7;
}

.bid .form-pane.disabled {
  opacity: 0.5;
}

.form-pane:last-of-type {
  border-bottom: 0;
}

.bid .form-pane-header {
  position: relative;
  padding: 0 0 0 2rem;
}

.bid .form-pane-header .form-pane-number {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 1.1875rem;
  height: 1.1875rem;
  background: #fff;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.1875rem;
  font-weight: bold;
  border-radius: 50%;
}

.bid .form-pane-options {
  display: grid;
  gap: 1rem;
}

.bid .form-pane.offer .form-pane-options {
  padding-top: 0;
}

.timestamp {
  font-size: 0.8rem;
}

.bid-details {
  display: grid;
  grid-template-columns: 4rem auto;
  gap: 0.5rem;
}

.bid-details .icon {
  width: 4rem;
  height: 1.22rem;
  line-height: 1.22rem;
  padding: 0 3px;
  box-sizing: border-box;
  background: rgba(49, 31, 120, 0.11);
  border-radius: 4px;
  font-size: 0.7rem;
}

.boolean-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}
.boolean-buttons button.not-selected {
  opacity: 0.3;
}

.status-pane {
  font-size: 1.2rem;
  font-weight: bold;
  gap: 0.5rem;
  line-height: 1.2rem;
  margin-top: 0.5rem;
}

.offer-status {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem;
  background: rgba(49, 31, 120, 0.11);
  border-radius: 4px;
  margin-left: 0.5rem;
}

.offer-status.declined,
.offer-status.accepted,
.offer-declined .pending,
.offer-accepted .pending {
  display: none;
}

.offer-declined .declined,
.offer-accepted .accepted {
  display: inline-block;
}

.offer-declined {
  background-color: #eababa;
}

.offer-accepted {
  background-color: #baeac7;
}

.offer-form label {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.5rem;
}

.login .hero,
.mypage .hero {
  text-align: center;
}

.mypage .form.bid {
  margin-top: 4em;
  background-color: #bdffec;
  border: 0;
  color: #311f78;
  box-shadow: 0px 4px 13px rgba(84, 69, 159, 0.06), 0px 12px 38px rgba(84, 69, 159, 0.17);
}
.mypage .form.bid button:disabled {
  background: #311f78;
  color: #1CF5B8;
}

.mypage .form.bid .form-pane {
  background: transparent;
  border: 0;
}

.offer ~ .bid-sent {
  background-color: magenta;
}

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