:root {
  --jetstone-orange: #ed6727;
  --jetstone-black: #282727;
  --jetstone-darkgray: #6e6e6e;
  --jetstone-gray: #f5f4f4;
}

@font-face {
  font-display: swap;
  font-family: "Century Gothic";
  src: url(/assets/fonts/CenturyGothic.woff2) format("woff2"),
    url(/assets/fonts/CenturyGothic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-display: swap;
  font-family: "Century Gothic";
  src: url(/assets/fonts/CenturyGothic-Bold.woff2) format("woff2"),
    url(/assets/fonts/CenturyGothic-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  color: var(--jetstone-black);
  background: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

main {
  flex: 1;
  margin-bottom: 120px;
}
main.login {
  margin-bottom: 0;
}
a.link-orange {
  color: var(--jetstone-orange);
}
h1 {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 3.125rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ed6727;
  letter-spacing: -0.5px;
}

h2 {
  font-family: "Century Gothic";
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #ed6727;
  letter-spacing: -0.5px;
}
.linkbtn {
  margin-left: auto;
  border: 1px solid var(--jetstone-orange);
  background-color: var(--jetstone-orange);
  color: #fff;
  padding: 4px 10px;
  border-radius: 24px;
  margin-right: 10px;
}
.linkbtn:hover {
  background-color: #fff;
  color: var(--jetstone-orange);
  cursor: pointer;
}
.form-check-input:checked {
  background-color: var(--jetstone-orange);
  border-color: var(--jetstone-orange);
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--jetstone-orange) !important;
}
.btn-primary.sc-tmb-button {
  --tmb-btn-bg: var(--jetstone-orange);
  --tmb-btn-border-color: var(--jetstone-orange);
  --tmb-btn-hover-color: var(--jetstone-orange);
  --tmb-btn-hover-border-color: var(--jetstone-orange);
  --tmb-btn-active-color: var(--jetstone-orange);
  --tmb-btn-active-border-color: var(--jetstone-orange);
  --tmb-btn-disabled-bg: var(--jetstone-orange);
}

tbc-navbar {
  height: 100px !important;
}

nav.sc-tbc-navbar {
  height: 100px;
  box-shadow: none !important;
}

nav.sc-tbc-navbar div {
  padding: 0 !important;
  height: 100% !important;
}

.navbar-brand {
  display: block;
  padding: 24px 48px;
  background-color: var(--jetstone-gray);
  height: 100%;
}

.navbar-brand img {
  height: auto;
}

.container.h-100.sc-tbc-navbar.sc-tbc-navbar-s {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  border-bottom: 1px solid #dcdcdc;
  padding-right: 1rem !important;
}

.nav-link {
  font-family: "Century Gothic";
  font-weight: 400 !important;
  font-size: 1rem;
}
.navbar.sc-tbc-navbar .navbar-collapse.sc-tbc-navbar .navbar-nav.sc-tbc-navbar {
  margin-right: 10px !important;
}
.flex-column {
  flex-direction: column !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.d-flex {
  display: flex !important;
}

footer {
  color: #282727;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  position: relative;
  display: block;
  background: #282727;
}

.footer-logo {
  padding: 3rem 0;
  border-bottom: 1px solid #444;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-row a {
  margin: 0 auto;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #444;
  margin: 0 auto;
  max-width: 1500px;
  padding: 4.5rem 0;
}

footer .bottom-footer .footer-inner .menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.footer-row a {
  margin: 0 auto;
}

footer a,
footer li {
  color: #fff;
}

footer .bottom-footer .colofon-left li,
footer .bottom-footer .colofon-left a {
  color: #636363;
  transition: 0.2s;
  font-size: 16px;
}

footer .bottom-footer .colofon-left li:hover,
footer .bottom-footer .colofon-left a:hover {
  color: #fff;
}

footer .bottom-footer .footer-inner .menu {
  list-style: none;
}

footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}

footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 0.5rem;
}

footer .bottom-footer .colofon-left li:hover:after,
footer .bottom-footer .colofon-left a:hover:after {
  color: #636363;
}

footer .bottom-footer .footer-inner .menu li:after {
  content: "/";
  margin-left: 1rem;
}

.banner-home {
  color: #282727;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-height: 95vh;
  height: calc(100vh - 480px);
  align-items: center;
  justify-content: center;
}

.banner-home .content {
  text-align: center;
  color: var(--jetstone-black);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 20px;
}

.banner-home .content input,
.banner-home .content label {
  color: var(--jetstone-black);
}

.banner-home .content input::placeholder {
  color: var(--jetstone-darkgray);
}

.banner-home h1 {
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.1px;
}

.banner-home h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.1px;
  color: var(--jetstone-black);
}

.videocontainer {
  color: #282727;
  -webkit-font-smoothing: antialiased;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.login-options {
  display: flex;
}

.new-account button,
.pw-forgotten button {
  font-size: 90% !important;
}

.new-account button::after {
  content: "/";
  margin-left: 1rem;
  color: #636363;
}

.new-account .btn-link.sc-tmb-button:hover,
.pw-forgotten .btn-link.sc-tmb-button:hover {
  text-decoration: none;
  color: var(--jetstone-orange);
}

.sc-tbc-navbar-h {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.sc-tbc-topbar-h {
  margin-top: 100px;
  --title-background-color: #fff !important;
  --title-color: #000;
  height: 53px;
}

.sc-tbc-topbar-h .topbar.sc-tbc-topbar {
  height: 100%;
  font-size: 12px;
  background-color: #fff;
}

.sc-tbc-topbar-h *.sc-tbc-topbar {
  max-width: 100%;
}
ul.navbar-nav.ms-auto.mb-lg-0.text-end.pe-4.tbc-navbar.sc-tbc-topbar {
  display: flex;
  flex-direction: row;
  gap: 1em;
}
.sc-tbc-topbar-h .topbar-title.sc-tbc-topbar {
  color: var(--jetstone-black);
  align-items: left;
  justify-content: left;
  height: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  margin: 0;
}

.sc-tbc-topbar-h .topbar-title.sc-tbc-topbar.sc-tbc-topbar-s {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.sc-tbc-topbar-h .topbar-title.sc-tbc-topbar.sc-tbc-topbar-s a:first-of-type {
  width: 1.2rem;
  height: 1.2rem;
  color: transparent;
  background-image: url(https://www.jetstone.nl/wp-content/themes/jetstone/b3-shop-root/css/../../images/icon-home.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
  text-indent: -1000vw;
}

.sc-tbc-topbar-h .topbar-title.sc-tbc-topbar.sc-tbc-topbar-s .separator {
  display: inline-block;
  margin: 0 0.75rem;
}
.sc-tbc-topbar-h a {
  font-family: "Century Gothic";
}
.flag {
  font-size: 14px;
}
.flag img {
  margin-right: 5px;
  height: 15px;
}

.sc-tbc-topbar-h .user {
  font-size: 12px;
}
#yourconfig {
  /* margin-bottom: 50px; */
  width: 100%;
  min-height: 200px;
}
#yourconfig .card-header > div {
  font-weight: 700 !important;
}
.yc-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.yc-list li {
  display: flex;
  padding: 2px;
  border-bottom: 1px rgb(245, 245, 245) solid;
}
.yc-list li:before {
  content: "";
  position: relative;
  top: 11px;
  left: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
  opacity: 0;
}
.yc-list li:hover {
  background-color: var(--jetstone-gray);
  cursor: pointer;
}
.yc-list li:hover:before {
  opacity: 1;
}
.yc-list .yc-question {
  width: 50%;
}
.yc-list .yc-answer {
  width: 50%;
}

ul.possibleanswers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 20px;
}

ul.possibleanswers li {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
ul.possibleanswers li .select-answer {
  margin-left: auto;
  border: 1px solid var(--jetstone-orange);
  padding: 4px 10px;
  border-radius: 24px;
  display: none;
  margin-right: 10px;
}
ul.possibleanswers li:hover {
  cursor: pointer;
  background-color: var(--jetstone-gray);
}
ul.possibleanswers li:hover .select-answer {
  background-color: transparent;
  color: var(--jetstone-black);
  display: block;
}
ul.possibleanswers li:hover .select-answer {
  background-color: var(--jetstone-orange);
  color: #fff;
}
/* ul.possibleanswers li .select-answer:hover {
  background-color: var(--jetstone-orange);
  color: #fff;
} */
ul.possibleanswers li .possibleanswers-details {
  width: 100%;
  top: 70px;
  display: block;
  font-size: 12px;
  display: none;
}
ul.possibleanswers li:hover .possibleanswers-details {
  display: block;
}
ul.possibleanswers .sc-tmb-popover-h {
  width: 100%;
}
ul.possibleanswers .possibleanswer-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.possibleanswers .popover,
ul.possibleanswers .popover-header,
ul.possibleanswers .popover-body {
  width: 500px;
  max-width: 500px;
}
ul.possibleanswers.small .popover,
ul.possibleanswers.small .popover-header,
ul.possibleanswers.small .popover-body {
  width: 300px;
  max-width: 300px;
}
ul.possibleanswers .popover-header {
  background-color: transparent;
  font-family: Inter, sans-serif;
}
ul.possibleanswers .popover-body {
  text-align: center;
}
ul.possibleanswers .popover-body img {
  padding-bottom: 10px;
}
.configheader {
  display: flex;
}
.backfrwd {
  margin-left: auto;
  padding-right: 40px;
}
.backfrwd span {
  border: 1px solid var(--jetstone-orange);
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 20px;
}
.backfrwd span:hover {
  background-color: var(--jetstone-orange);
  color: #fff;
  cursor: pointer;
}
.backfrwd span[data-disabled] {
  background-color: var(--jetstone-gray);
  border: 1px solid var(--jetstone-black);
}
.backfrwd span[data-disabled]:hover {
  background-color: var(--jetstone-gray);
  border: 1px solid var(--jetstone-black);
  color: var(--jetstone-black);
  cursor: not-allowed;
}
#question-groups .accordion-item {
  margin-bottom: 6px;
}
#question-groups .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
#question-groups .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
#question-groups .accordion-button {
  text-shadow: 1px 3px 2px var(--jetstone-black);
}
#question-groups #row-black .accordion-button {
  background-image: url(/upload/pcf/colorgroup/GRANWBL.jpg);
  color: #fff;
}
#question-groups #row-brown .accordion-button {
  background-image: url(/upload/pcf/colorgroup/GRANWBR.jpg);
  color: #fff;
}
#question-groups #row-gray .accordion-button {
  background-image: url(/upload/pcf/colorgroup/GRANWGE.jpg);
  color: #fff;
}
#question-groups #row-white .accordion-button {
  background-image: url(/upload/pcf/colorgroup/GRANWWH.jpg);
  color: #fff;
}
#question-groups #row-all .accordion-button {
  background-image: url(/upload/pcf/colorgroup/GRANall.jpg);
  color: #fff;
}
