@import url("cookieconsent.min.css");
@import url("simplebar.css");
@import url("selectric.css");
/* montserrat-200 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local(""), url("./fonts/montserrat-v15-latin-200.woff2") format("woff2"), url("./fonts/montserrat-v15-latin-200.woff") format("woff");
}

/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("./fonts/montserrat-v15-latin-regular.woff2") format("woff2"), url("./fonts/montserrat-v15-latin-regular.woff") format("woff");
}

body {
  margin: 0;
  padding: 0;
  background-color: #181e27;
  background-image: url("../images/misc/sc_pattern.png");
  font-family: "Montserrat", sans-serif;
}

.confirm-prompt {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #252c36;
  color: #8e9baf;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  border-radius: 5px;
}

.confirm-prompt .confirm-msg {
  padding: 10px 20px;
}

.confirm-prompt svg {
  width: 50px;
  height: auto;
  fill: #8e9baf;
}

.confirm-prompt p {
  margin: 20px 0;
}

.confirm-prompt button {
  width: 100%;
  padding: 0.4em 2em;
}

.confirm-prompt button.cancel {
  background: #a02929;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input,
textarea {
  background: #252c36;
  border: none;
  outline: none;
  color: #8e9baf;
  font-family: "Montserrat", sans-serif;
}

input:-webkit-autofill:focus {
  font-size: inherit;
  -webkit-text-fill-color: #8e9baf;
  -webkit-box-shadow: 0 0 0px 1000px #252c36 inset;
          box-shadow: 0 0 0px 1000px #252c36 inset;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 28px;
  padding-left: 24px;
  cursor: pointer;
}

.checkbox #save-crew {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox input[type="checkbox"]:checked ~ .checkmark::after {
  display: block;
}

.checkbox .note {
  font-size: 0.8em;
  color: #5f6f87;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #242d3a;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 4px;
  height: 10px;
  border: solid #8e9baf;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tooltip,
.swatches div[data-title] {
  position: relative;
}

.tooltip:hover::before,
.swatches div[data-title]:hover::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: #00a7b4;
  z-index: 2;
}

.tooltip:hover::after,
.swatches div[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  padding: 0.1em 0.5em;
  background: linear-gradient(315deg, #00a7b4 0%, #30e3c0 90%);
  color: #fff;
  z-index: 2;
}

.slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #8e9baf;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 2px;
  width: 100%;
  cursor: pointer;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #00a7b4;
  -webkit-box-shadow: 0 0 0 #00a7b4, -15px 0 0 #00a7b4, -30px 0 0 #00a7b4, -45px 0 0 #00a7b4, -60px 0 0 #00a7b4, -75px 0 0 #00a7b4, -90px 0 0 #00a7b4, -105px 0 0 #00a7b4, -120px 0 0 #00a7b4, -135px 0 0 #00a7b4, -150px 0 0 #00a7b4, -165px 0 0 #00a7b4, -180px 0 0 #00a7b4, -195px 0 0 #00a7b4;
          box-shadow: 0 0 0 #00a7b4, -15px 0 0 #00a7b4, -30px 0 0 #00a7b4, -45px 0 0 #00a7b4, -60px 0 0 #00a7b4, -75px 0 0 #00a7b4, -90px 0 0 #00a7b4, -105px 0 0 #00a7b4, -120px 0 0 #00a7b4, -135px 0 0 #00a7b4, -150px 0 0 #00a7b4, -165px 0 0 #00a7b4, -180px 0 0 #00a7b4, -195px 0 0 #00a7b4;
}

.slider::-moz-range-thumb {
  box-shadow: 0 0 0 #00a7b4, -15px 0 0 #00a7b4, -30px 0 0 #00a7b4, -45px 0 0 #00a7b4, -60px 0 0 #00a7b4, -75px 0 0 #00a7b4, -90px 0 0 #00a7b4, -105px 0 0 #00a7b4, -120px 0 0 #00a7b4, -135px 0 0 #00a7b4, -150px 0 0 #00a7b4, -165px 0 0 #00a7b4, -180px 0 0 #00a7b4, -195px 0 0 #00a7b4;
  border: 1px solid #00a7b4;
  border-radius: 0;
  height: 15px;
  width: 15px;
  background: #00a7b4;
  cursor: pointer;
}

.slider::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.slider::-moz-range-track {
  background: transparent;
}

.slider:focus {
  outline: none;
}

.slider-value {
  width: 16px;
  margin-right: 1em;
  text-align: center;
}

.hidden {
  display: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 350px) minmax(170px, 1fr);
      grid-template-columns: minmax(250px, 350px) minmax(170px, 1fr);
}

.alert-popup {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

.alert-popup.success {
  background-color: #00b482;
}

.alert-popup.error {
  background-color: #a02929;
}

.alert-popup span {
  font-weight: bold;
  float: right;
  font-size: 2em;
  line-height: 60%;
  cursor: pointer;
}

.alert-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  padding: 1em;
  padding-bottom: calc(1em - 4px);
}

.autoclose-progress {
  background: #fff;
  height: 4px;
  width: 0%;
}

.autoclose-progress::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  opacity: 0.6;
  z-index: -1;
}

::-moz-selection {
  color: #fff;
  background: #00a7b4;
}

::selection {
  color: #fff;
  background: #00a7b4;
}

::-webkit-input-placeholder {
  color: #5f6f87;
}

:-moz-placeholder {
  color: #5f6f87;
}

::-moz-placeholder {
  color: #5f6f87;
}

:-ms-input-placeholder {
  color: #5f6f87;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0em;
  height: 42px;
}

#nav-menu {
  cursor: pointer;
  width: 26px;
  height: 24px;
}

#nav-menu > span {
  display: block;
  width: 100%;
  height: 4px;
  background: #8e9baf;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#nav-menu > span:nth-of-type(1) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#nav-menu > span:nth-of-type(2) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

#nav-menu > span:nth-of-type(3) {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#logo {
  width: 5em;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

nav {
  background: #252c36;
  border-right: 1px solid #181e27;
  width: 210px;
  height: 100vh;
  min-height: 398px;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

nav.collapsed header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav.collapsed #nav-menu > span:nth-of-type(1) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

nav.collapsed #nav-menu > span:nth-of-type(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

nav.collapsed .sub-links:not(.active) span {
  font-size: 0;
}

nav.collapsed .sub-links.active {
  left: 80px;
}

nav.collapsed #see-more {
  padding: 1em 0;
}

.link {
  color: #00a7b4;
  text-decoration: none;
  font-weight: bold;
}

.links {
  background: #181e27;
  display: -ms-grid;
  display: grid;
  grid-gap: 1px;
  padding: 1px 0;
  overflow: hidden;
}

.nav-button::before,
.sub-linksdiv::before {
  margin-right: 10px;
}

nav.collapsed .nav-button::before,
nav.collapsed .sub-links:not(.active) div::before {
  margin-right: 0px;
}

.nav-button {
  position: relative;
  color: #8e9baf;
  background: #252c36;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1em 1.5em;
  transition: 0.5s;
  cursor: pointer;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  fill: #8e9baf;
}

.nav-button::before {
  content: "";
  height: 25px;
  width: 25px;
  background-color: #8e9baf;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-button:hover::before {
  background-color: #fff;
}

.nav-button:nth-of-type(1)::before {
  -webkit-mask: url("../images/icons/crew_colors.svg") no-repeat 50% 50%;
  mask: url("../images/icons/crew_colors.svg") no-repeat 50% 50%;
}

.nav-button:nth-of-type(2)::before {
  -webkit-mask: url("../images/icons/color_picker.svg") no-repeat 50% 50%;
  mask: url("../images/icons/color_picker.svg") no-repeat 50% 50%;
}

.nav-button:nth-of-type(3)::before {
  -webkit-mask: url("../images/icons/configurator.svg") no-repeat 50% 50%;
  mask: url("../images/icons/configurator.svg") no-repeat 50% 50%;
}

.nav-button:nth-of-type(4)::before {
  -webkit-mask: url("../images/icons/crew_editor.svg") no-repeat 50% 50%;
  mask: url("../images/icons/crew_editor.svg") no-repeat 50% 50%;
}

.nav-button:not(.active):hover {
  color: #fff;
  fill: #fff;
  background: #29313c;
}

.nav-button.active {
  color: #00a7b4;
  background: #1e252e;
  border-left: 4px solid #00a7b4;
}

.nav-button.active::before {
  background: linear-gradient(45deg, #00a7b4 0%, #30e3c0 100%);
}

.nav-button.active::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #181e27;
  right: 0;
  -webkit-transform: translate(50%) rotate(45deg);
          transform: translate(50%) rotate(45deg);
}

.container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .title {
  margin: 0.2em 0;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 210px);
  position: relative;
  left: 210px;
}

main > div {
  position: relative;
  margin: auto;
  width: 90%;
  color: #8e9baf;
}

#info-button {
  color: #00a7b4;
  background: #252c36;
  text-align: center;
  padding: 1em;
  cursor: pointer;
  text-transform: uppercase;
}

#modal-button {
  font-weight: bold;
  color: #00a7b4;
}

.sub-links-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sub-links-wrapper .sub-links {
  background: #181e27;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1px;
  gap: 1px;
  fill: #8e9baf;
}

.sub-links-wrapper .sub-links.active {
  left: 220px;
  position: absolute;
  bottom: 10px;
  border: 1px solid #181e27;
  padding: 0;
  display: inherit;
}

.sub-links-wrapper .sub-links.active::before {
  content: "";
  position: absolute;
  background: #252c36;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 10px;
  left: -6px;
  width: 14px;
  height: 14px;
}

.sub-links-wrapper .sub-links div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #8e9baf;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #252c36;
  padding: 1em 1.5em;
}

.sub-links-wrapper .sub-links div:hover {
  color: #fff;
}

.sub-links-wrapper .sub-links div:hover::before {
  background-color: #fff;
}

.sub-links-wrapper .sub-links div::before {
  content: "";
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 22px;
  width: 22px;
  margin-right: 0.6em;
  background-color: #8e9baf;
}

.sub-links-wrapper #trello-link {
  color: #8e9baf;
  text-decoration: none;
}

.sub-links-wrapper #see-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1.5em 4em;
  border-top: 1px solid #181e27;
  cursor: pointer;
}

.sub-links-wrapper #see-more > div {
  width: 6px;
  height: 6px;
  background-color: #8e9baf;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sub-links-wrapper #see-more:hover > div {
  background-color: #fff;
}

.sub-links-wrapper #modal-button::before {
  -webkit-mask: url(../images/icons/notice.svg) no-repeat 50% 50%;
          mask: url(../images/icons/notice.svg) no-repeat 50% 50%;
  background-color: #00a7b4;
}

.sub-links-wrapper #trello-link > div::before {
  -webkit-mask: url(../images/icons/trello.svg) no-repeat 50% 50%;
          mask: url(../images/icons/trello.svg) no-repeat 50% 50%;
}

.sub-links-wrapper #bug-report::before {
  -webkit-mask: url(../images/icons/megaphone.svg) no-repeat 50% 50%;
          mask: url(../images/icons/megaphone.svg) no-repeat 50% 50%;
}

.sub-links-wrapper #changelog-btn::before {
  -webkit-mask: url(../images/icons/changelog.svg) no-repeat 50% 50%;
          mask: url(../images/icons/changelog.svg) no-repeat 50% 50%;
}

.sub-links-wrapper #donate-btn::before {
  -webkit-mask: url(../images/icons/donate.svg) no-repeat 50% 50%;
          mask: url(../images/icons/donate.svg) no-repeat 50% 50%;
}

.changelog {
  height: 80%;
}

.changelog .changelog-entry {
  margin: 1em 2em;
}

.changelog .changelog-entry ul {
  margin: 1em 0 2em 0;
}

.changelog .changelog-entry ul.fixed::before, .changelog .changelog-entry ul.updated::before {
  padding: 0 1em;
  border-left: 2px solid #00b482;
  color: #00b482;
}

.changelog .changelog-entry ul.colors::before {
  padding: 0 1em;
  border-left: 2px solid #00a7b4;
  color: #00a7b4;
}

.changelog .changelog-entry ul.changed::before {
  padding: 0 1em;
  border-left: 2px solid #ea4ad6;
  color: #ea4ad6;
}

.changelog .changelog-entry ul.new::before {
  padding: 0 1em;
  border-left: 2px solid #b4a600;
  color: #b4a600;
}

.changelog .changelog-entry ul.removed::before {
  content: "Removed";
  padding: 0 1em;
  border-left: 2px solid #a02929;
  color: #a02929;
}

.changelog .changelog-entry ul.new::before {
  content: "New additions";
}

.changelog .changelog-entry ul.colors::before {
  content: "New colors";
}

.changelog .changelog-entry ul.updated::before {
  content: "Updated";
}

.changelog .changelog-entry ul.changed::before {
  content: "Changed";
}

.changelog .changelog-entry ul.fixed::before {
  content: "Fixed";
}

.changelog .changelog-entry li {
  list-style: disc;
  margin-left: 2.2em;
}

.changelog .changelog-entry p {
  margin: 1em 0;
  font-weight: 100;
}

.changelog .simplebar-vertical {
  right: 10px;
  margin: 5em 0 1em 0;
}

.info-menu,
.changelog,
.report-menu,
.donate-menu {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 6px;
  background: #1e252e;
  color: #8e9baf;
  min-width: 300px;
  width: 40%;
  z-index: 8;
}

.info-menu .info-msg,
.changelog .info-msg,
.report-menu .info-msg,
.donate-menu .info-msg {
  padding: 1em 2em;
  line-height: 2em;
  font-size: 1.1em;
}

.info-menu .header,
.changelog .header,
.report-menu .header,
.donate-menu .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: linear-gradient(315deg, #00a7b4 0%, #30e3c0 100%);
  color: #fff;
  padding: 1em 2em;
  align-items: center;
}

.info-menu svg,
.changelog svg,
.report-menu svg,
.donate-menu svg {
  width: 16px;
  fill: #fff;
  cursor: pointer;
}

.info-menu h2,
.info-menu h5,
.changelog h2,
.changelog h5,
.report-menu h2,
.report-menu h5,
.donate-menu h2,
.donate-menu h5 {
  margin: 0;
}

.info-menu:not(.donate-menu) h4,
.changelog:not(.donate-menu) h4,
.report-menu:not(.donate-menu) h4,
.donate-menu:not(.donate-menu) h4 {
  margin: 0;
  margin-top: 1em;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: inherit;
}

.info-menu span,
.changelog span,
.report-menu span,
.donate-menu span {
  font-size: 0.8em;
}

.info-menu .files-section,
.changelog .files-section,
.report-menu .files-section,
.donate-menu .files-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  background: #181e27;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-menu .wrapper,
.changelog .wrapper,
.report-menu .wrapper,
.donate-menu .wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
}

.info-menu label,
.changelog label,
.report-menu label,
.donate-menu label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 0.8em;
  cursor: pointer;
}

.info-menu label::before,
.changelog label::before,
.report-menu label::before,
.donate-menu label::before {
  content: "+";
  height: 20px;
  width: 20px;
  font-size: 2em;
  line-height: 20px;
  text-align: center;
  background: #8e9baf;
  color: #252c36;
}

.info-menu input,
.info-menu textarea,
.changelog input,
.changelog textarea,
.report-menu input,
.report-menu textarea,
.donate-menu input,
.donate-menu textarea {
  background: #181e27;
  padding: 1em;
  resize: none;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.info-menu textarea,
.changelog textarea,
.report-menu textarea,
.donate-menu textarea {
  height: 250px;
  min-height: 50px;
}

.info-menu button,
.changelog button,
.report-menu button,
.donate-menu button {
  justify-self: flex-end;
  padding: 0.8em 4em;
}

.info-menu hr,
.changelog hr,
.report-menu hr,
.donate-menu hr {
  border: 1px inset #181e27;
  opacity: 0.2;
}

.info-menu .selectric,
.changelog .selectric,
.report-menu .selectric,
.donate-menu .selectric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #181e27;
  height: 40px;
}

#report-form {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 0.5em;
  /*grid-template-rows: minmax(20px, 30px) 1fr minmax(20px, 30px) 4fr auto 1fr;*/
  /*grid-template-rows: minmax(20px, 30px) 1fr minmax(20px, 30px) 4fr 1fr;*/
  margin: 2em;
  margin-top: 1em;
}

.report-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.report-bottom span {
  color: #a02929;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.donate-menu {
  max-width: 500px;
}

.donate-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
  gap: 1em;
}

.donate-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.donate-body h3, .donate-body h4 {
  margin: 0;
}

.donate-body li {
  list-style: disc;
}

.donate-body input {
  background: none;
}

#no-results {
  width: 70%;
  padding: 2em;
  display: none;
}

.warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f18d8d;
  background: #a02929;
  padding: 0.2em 0.6em;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.warning::before {
  content: "";
  position: absolute;
  background: inherit;
  height: 10px;
  width: 10px;
  -webkit-transform: translateX(-11px) rotate(45deg);
          transform: translateX(-11px) rotate(45deg);
}

a.button,
button {
  background: #00b482;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0.9em;
  padding: 0.8em;
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
  font-family: "Montserrat", sans-serif;
}

a.button[disabled],
button[disabled] {
  background: #1e252e;
  color: #8e9baf;
  cursor: not-allowed;
}

.overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #252c36;
  overflow: hidden;
  z-index: 15;
}

.preloader::after {
  content: "";
  background: #1e252e;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
}

.crew-section {
  width: 100%;
}

.crew-section #crew-name {
  padding: 0.8em;
  font-size: 0.9em;
}

.crew-section #crew-name input#crew-name:-webkit-autofill,
.crew-section #crew-name input#crew-name:-webkit-autofill:hover,
.crew-section #crew-name input#crew-name:-webkit-autofill:focus {
  background-color: none !important;
}

@media screen and (min-width: 1281px) {
  nav.collapsed {
    width: 70px;
  }
  nav.collapsed .nav-button {
    padding: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.collapsed .nav-button > span {
    font-size: 0;
  }
  nav.collapsed header a {
    display: none;
  }
  nav.collapsed + main {
    width: calc(100% - 70px);
    left: 70px;
  }
  header {
    padding: 1em 1.5em;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    display: block;
  }
  main {
    width: 100%;
    left: 0;
  }
  main > div {
    width: 80%;
    margin: 1em auto;
    grid-gap: 2%;
  }
  nav {
    width: 100%;
    height: 100%;
    min-height: 50px;
    position: unset;
    -webkit-box-shadow: 0 -2px 29px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 -2px 29px 2px rgba(0, 0, 0, 0.5);
  }
  nav .wrapper {
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .wrapper #logo {
    padding: 0.5em 0;
    height: 2.5em;
    width: unset;
  }
  nav .links .nav-button {
    display: block;
    text-align: center;
    font-size: 1em;
    border: none;
  }
  nav .links .nav-button::after {
    content: unset;
  }
  .alert {
    width: 100%;
    font-size: 0.8em;
    padding: 1.5em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .report-menu {
    font-size: 0.8rem;
  }
  .sub-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: unset;
    font-size: 0;
    width: 60%;
  }
  .sub-links-wrapper .sub-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: none;
    width: 100%;
  }
  .hamburger-menu {
    height: 21px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    overflow: hidden;
  }
  .hamburger-menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #8e9baf;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hamburger-menu span:nth-of-type(1) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .hamburger-menu span:nth-of-type(2) {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
  .hamburger-menu span:nth-of-type(3) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .hamburger-menu:hover span:nth-of-type(2) {
    -webkit-transform: translateY(6px) translateX(6px);
            transform: translateY(6px) translateX(6px);
  }
  .hamburger-menu.active {
    height: 16px;
  }
  .hamburger-menu.active span {
    width: 32px;
  }
  .hamburger-menu.active span:nth-of-type(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
            transform: translate(0px, 6px) rotate(-45deg);
  }
  .hamburger-menu.active span:nth-of-type(2) {
    -webkit-transform: translateY(6px) translateX(41px);
            transform: translateY(6px) translateX(41px);
  }
  .hamburger-menu.active span:nth-of-type(3) {
    -webkit-transform: translate(0px, 1px) rotate(45deg);
            transform: translate(0px, 1px) rotate(45deg);
  }
  .changelog,
  .report-menu {
    width: 60%;
  }
}

@media screen and (max-width: 550px) {
  body {
    font-size: 0.8rem;
  }
  nav .wrapper {
    width: 90%;
  }
  #logo {
    margin-right: 20px;
  }
  .sub-links-wrapper {
    width: 80%;
    gap: 5px;
  }
  #report-desc {
    height: 150px;
  }
}

#main_canvas_container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 580px;
  cursor: -webkit-grab;
  cursor: grab;
}

#main_canvas_container:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.navigation {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #00a7b4), to(#30e3c0));
  background: linear-gradient(180deg, #00a7b4 40%, #30e3c0 100%);
  color: #fff;
  text-transform: uppercase;
}

.navigation div {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.8em 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: default;
}

.navigation div:not(.active):hover {
  cursor: pointer;
  background: #ffffff2e;
}

.navigation div:not(:last-of-type)::before {
  content: "";
  position: absolute;
  background: #049da9;
  height: 60%;
  width: 2px;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.navigation div.active::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #252c36;
  top: 90%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
          transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.selection {
  background: #252c36;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 4em;
  min-height: 169px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  will-change: display;
}

.selection > div:not(.visible) {
  display: none;
}

.paint-type {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (130px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 130px);
  grid-gap: 2em;
}

.paint-type div {
  background: #252c36;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.paint-type div:not(.active):hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.paint-type div article {
  height: 65px;
  background: #00a7b4;
}

.paint-type div figcaption {
  text-align: center;
  padding: 0.3em;
  background-color: #181e27;
  color: #8e9baf;
}

.paint-type [data-paint-type="metallic"] article {
  background-image: url("../images/paints/metallic.png");
}

.paint-type [data-paint-type="matte"] article {
  background-image: url("../images/paints/matte.png");
}

.paint-type [data-paint-type="worn"] article {
  background-image: url("../images/paints/worn.png");
}

.paint-type [data-paint-type="metal"] article {
  background-image: url("../images/paints/metal.png");
}

.paint-type [data-paint-type="chrome"] article {
  background-image: url("../images/paints/chrome.png");
}

.paint-type [data-paint-type="carbon"] article {
  background-image: url("../images/paints/carbon.png");
}

.premade {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 92px 2fr 14fr;
      grid-template-columns: 92px 2fr 14fr;
  grid-column-gap: 2em;
  grid-row-gap: 0.5em;
}

.premade .logo-preview {
  background-color: #181e27;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/brands/car.svg");
  border: 1px solid #2f3640;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  will-change: background-image;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 92px;
  height: 92px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.premade .color-name {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  color: #8e9baf;
}

.premade .color-name h3 {
  font-size: 0.9em;
  margin: 0;
}

.premade .color-name input {
  font-size: 1em;
  width: 100%;
}

.premade .logo-list {
  display: -ms-grid;
  display: grid;
  justify-self: flex-end;
  -ms-grid-columns: 40px 1fr 40px;
      grid-template-columns: 40px 1fr 40px;
  height: 92px;
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.premade .logo-list .direction-arrow {
  background: #00a7b4;
  fill: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premade .logo-list .direction-arrow:nth-of-type(1) {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.premade .logo-list .wrapper {
  overflow: hidden;
  background-color: #181e27;
  -webkit-box-shadow: inset 0 0 30px 0px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 30px 0px rgba(0, 0, 0, 0.8);
}

.premade .logo-list .brands,
.premade .logo-list .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  will-change: display;
}

.premade .logo-list .brands img,
.premade .logo-list .colors img {
  height: 60%;
  width: 146px;
  margin: 1em 0;
  will-change: transform;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.premade .logo-list .brands img:hover,
.premade .logo-list .colors img:hover {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}

.interior,
.pearlescent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

figure {
  height: 92px;
  width: 92px;
  margin: 0;
  cursor: pointer;
}

.options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 5em;
  color: #8e9baf;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.options .options-title {
  grid-column: span 2;
  border-bottom: 1px solid #8e9baf;
  padding-bottom: 0.5em;
  margin: 0;
  text-transform: uppercase;
}

.options label {
  cursor: pointer;
}

.options .camera-settings,
.options .color-settings {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
  grid-row-gap: 0.5em;
}

.options input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.options > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1e252e;
  padding: 0.5em;
}

.options > div > div:nth-of-type(4):hover > .slider {
  height: 15px;
}

.note {
  color: #8e9baf;
  -ms-grid-column: 3;
      grid-column-start: 3;
  font-size: 0.8em;
}

.note::before {
  content: "Note: ";
  font-weight: bold;
}

.label-title {
  width: 100%;
}

.checkmark {
  top: unset;
  left: unset;
  background: #181e27;
}

.checkmark:hover {
  background: #252c36;
}

input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}

.input-desc {
  margin: 0;
  grid-column: span 2;
  font-size: 0.8em;
}

.exterior .pcr-app .pcr-interaction input:nth-of-type(2) {
  background: #181e27;
  color: #8e9baf;
  text-align: left;
  grid-column: span 2;
  overflow: hidden;
  cursor: text;
}

.exterior .pcr-app .pcr-interaction > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*.checkbox {
    .checkmark {
        background: $pri-color;
    }

    .note {
        font-size: 1em;
        color: #5d6c81;
    }

    &:hover .checkmark {
        background: $tri-color;
    }
}*/
[data-paint-type].active article::after,
figure.selected::after {
  content: "\2714";
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 2;
  border-radius: 50%;
  background: #00a7b4;
  color: #fff;
}

#options {
  position: absolute;
  display: none;
  z-index: 1;
  margin: 15px;
  background: linear-gradient(315deg, #00a7b4 0%, #30e3c0 100%);
}

#options > div {
  width: 40px;
  height: 40px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#options > div.active ul {
  width: 190px;
}

#options ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  overflow: hidden;
  background: #0000007a;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  color: #7b889c;
  font-size: 0.8em;
  height: 40px;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#options li:hover {
  color: #fff;
}

#options figure {
  width: 20px;
  height: 20px;
  outline: 1px solid #7b889c;
  background-color: #7b889c;
}

#car-selection-btn {
  background-image: url(../images/icons/lm-car.svg);
}

#colors-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#colors-swatch {
  width: 30px;
  height: 30px;
  outline: 1px solid #181e27;
}

.back-btn {
  color: #8e9baf;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9em;
}

#car-name {
  position: absolute;
  display: none;
  width: 100%;
  margin: 15px 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#car-name span {
  color: #8e9baf;
  font-size: 1.2em;
  text-transform: uppercase;
  text-shadow: 1px 1px #1c222b;
}

#car-name span::before {
  content: attr(data-car);
  font-weight: bold;
  margin-right: 5px;
}

@media screen and (max-width: 1280px) {
  .content {
    font-size: 0.6rem;
  }
  #main_canvas_container {
    height: 340px;
  }
  .selection {
    padding: 1.5em;
  }
  .premade {
    -ms-grid-columns: 60px 2fr 14fr;
        grid-template-columns: 60px 2fr 14fr;
  }
  .premade .logo-preview {
    height: 60px;
    width: 60px;
  }
  .premade .logo-list {
    height: 60px;
  }
  .exterior .pcr-app[data-theme="classic"] {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto 1fr;
        grid-template-rows: 1fr auto 1fr;
    grid-gap: 1em;
  }
  .exterior .pcr-app .pcr-swatches {
    -ms-grid-columns: (minmax(10px, 1fr))[7];
        grid-template-columns: repeat(7, minmax(10px, 1fr));
  }
  .exterior .pcr-app .pcr-swatches button {
    padding-bottom: unset;
    height: 30px;
  }
  .exterior .pcr-app .pcr-interaction {
    grid-row-gap: 0.5em;
  }
}

@media screen and (max-width: 1080px) {
  .container .content {
    margin: 2em auto;
  }
  #options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
  .pcr-app[data-theme="classic"] .pcr-selection .pcr-color-palette {
    height: 100% !important;
  }
  .paint-type {
    -ms-grid-columns: (minmax(60px, 130px))[5];
        grid-template-columns: repeat(5, minmax(60px, 130px));
  }
  [data-paint-type].active article::after,
  figure.selected::after {
    line-height: 3.2;
  }
}

@media screen and (max-width: 550px) {
  #main_canvas_container {
    height: 170px;
  }
  .navigation {
    height: 72px;
  }
  .navigation div {
    height: 20px;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateX(-22px);
            transform: rotate(-90deg) translateX(-22px);
    font-size: 0.7em;
    overflow: visible;
  }
  .navigation div:not(:last-of-type)::before {
    content: none;
  }
  .navigation div:not(.active):hover {
    background-color: unset;
  }
  .navigation div.active::after {
    height: 10px;
    width: 10px;
    top: unset;
    -webkit-transform: translate3d(-42px, 0, 0) rotate(45deg);
            transform: translate3d(-42px, 0, 0) rotate(45deg);
  }
  .paint-type {
    -ms-grid-columns: (minmax(10px, 130px))[3];
        grid-template-columns: repeat(3, minmax(10px, 130px));
    -ms-grid-column-align: center;
        justify-self: center;
    margin: 0;
  }
  .paint-type div article {
    height: 45px;
  }
  .premade {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr 1fr;
        grid-template-columns: auto 1fr 1fr;
    text-align: center;
  }
  .premade .logo-list {
    -ms-grid-columns: 30px 1fr 30px;
        grid-template-columns: 30px 1fr 30px;
    grid-column: span 2;
    height: 40px;
  }
  .premade .color-name {
    grid-column: span 3;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .premade .color-name input {
    text-align: center;
  }
  .premade .logo-preview {
    height: 40px;
    width: 40px;
  }
  .premade .note {
    grid-column: span 3;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .options {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 2em;
  }
  .options .slider-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #options {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  #options ul {
    left: 0;
    top: 40px;
  }
  .exterior .pcr-app[data-theme="classic"] {
    -ms-grid-rows: 1fr auto 1fr;
        grid-template-rows: 1fr auto 1fr;
  }
  .pcr-app .pcr-interaction {
    height: 80px;
  }
  [data-paint-type].active article::after,
  figure.selected::after {
    height: 20px;
    width: 20px;
    line-height: 2;
  }
  .pcr-swatches {
    grid-gap: 0;
  }
  .pcr-swatches button {
    width: 100%;
    height: 30px;
  }
}
/*# sourceMappingURL=configurator.css.map */