/* line 1, ../scss/general-styles.scss */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
  /* Initially hidden */
  /* Animation */
}
/* line 11, ../scss/general-styles.scss */
#overlay .overlay-spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
  /* Light border */
  border-top: 4px solid #fff;
  /* White color for animation */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 34, ../scss/general-styles.scss */
.editter, .deletter {
  font-weight: 700;
  top: -9px;
}

/* line 43, ../scss/general-styles.scss */
.basketLine {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
}

/* line 49, ../scss/general-styles.scss */
.basketLine.active-editing {
  background-color: #BAB035 !important;
  color: #053a38 !important;
}

/* line 54, ../scss/general-styles.scss */
.currently-editing {
  background-color: #BAB035 !important;
  color: #053a38 !important;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  position: relative;
  top: -6px;
  margin-left: 10px;
}

/* line 65, ../scss/general-styles.scss */
#summary .basketLine {
  max-width: 680px;
  width: 90vw;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0px;
  display: block;
  margin: 20px auto;
}

/* line 75, ../scss/general-styles.scss */
.leansails-oval-wrap {
  border-color: #95a1a1;
  border-radius: 50px;
  border-width: 1px;
  padding: 10px 20px;
  border-style: solid;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}
/* line 89, ../scss/general-styles.scss */
.leansails-oval-wrap h4 {
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
}
/* line 95, ../scss/general-styles.scss */
.leansails-oval-wrap select,
.leansails-oval-wrap .radioset,
.leansails-oval-wrap input[type="text"],
.leansails-oval-wrap input[type="number"] {
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  border-color: #95a1a1 !important;
  border-style: solid !important;
}
/* line 105, ../scss/general-styles.scss */
.leansails-oval-wrap .leansails-grid-6 {
  flex: 1;
  /* This ensures equal distribution of space */
  display: flex;
  align-items: center;
  /* Vertically center child elements */
  justify-content: flex-start;
}
/* line 112, ../scss/general-styles.scss */
.leansails-oval-wrap .radioset {
  display: flex;
  justify-content: flex-end;
}
/* line 116, ../scss/general-styles.scss */
.leansails-oval-wrap .radioset input[type="radio"]:not(:first-child):checked + label,
.leansails-oval-wrap .radioset input[type="radio"]:not(:first-child):not(:checked) + label {
  padding-right: 0px;
  margin-right: 0px;
}
/* line 123, ../scss/general-styles.scss */
.leansails-oval-wrap .leansails-grid-6 {
  margin: 0% !important;
}
/* line 127, ../scss/general-styles.scss */
.leansails-oval-wrap .leansails-grid-6:first-child {
  flex: 0 0 41%;
}
/* line 131, ../scss/general-styles.scss */
.leansails-oval-wrap .leansails-grid-6:not(:first-child) {
  flex: 0 0 59%;
  justify-content: flex-end;
}
/* line 136, ../scss/general-styles.scss */
.leansails-oval-wrap .leansails-grid-6 > span {
  position: relative;
  top: -5px;
  left: -5px;
}

/* line 143, ../scss/general-styles.scss */
#ls-step1 .spinorange {
  width: 50%;
}

@media screen and (max-width: 520px) {
  /* line 148, ../scss/general-styles.scss */
  #ls-step1 .spinorange {
    width: 100%;
  }
}
/* line 153, ../scss/general-styles.scss */
.timed-message {
  background-color: #BAB035;
  color: #053a38;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  position: relative;
  /* To position the progress bar */
}

/* line 165, ../scss/general-styles.scss */
.timed-message .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 5px;
  background-color: #053a38;
  width: 100%;
  /* Full width initially */
}

/* line 176, ../scss/general-styles.scss */
.et-l.et-l--header .et_pb_section.et_pb_section_0_tb_header.et_pb_with_background.et_section_regular {
  height: initial;
}

/* line 181, ../scss/general-styles.scss */
.partform input[type="text"],
.partform input[type="email"],
.partform input[type="number"],
.partform textarea,
.send-copy-form input[type="text"],
.send-copy-form input[type="email"],
.send-copy-form input[type="number"],
.send-copy-form textarea {
  text-align: center !important;
  font-size: 16px !important;
}

/* line 193, ../scss/general-styles.scss */
#ls-form-3 {
  display: none;
}

/* line 197, ../scss/general-styles.scss */
.part1.et_pb_section {
  padding-bottom: 20px !important;
}
/* line 200, ../scss/general-styles.scss */
.part1.et_pb_section .et_pb_button_0_wrapper {
  margin-bottom: 15px !important;
}
/* line 203, ../scss/general-styles.scss */
.part1.et_pb_section .et_pb_button_0_wrapper,
.part1.et_pb_section .et_pb_button_2_wrapper {
  text-align: center;
}

/* line 209, ../scss/general-styles.scss */
#addBasket,
#showBasket,
#sendCopy,
#emptyBasket {
  display: block;
  width: 250px;
  margin: 0 auto;
}

/* line 218, ../scss/general-styles.scss */
#showBasket,
#sendCopy,
#emptyBasket {
  margin-bottom: 15px;
  margin-bottom: 15px;
}

/* line 226, ../scss/general-styles.scss */
.leansailsContainer h3#gennemfort {
  font-family: 'Oswald' !important;
  color: #BAB035 !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

/* line 235, ../scss/general-styles.scss */
#load-boat-configuration {
  width: 150px;
  text-align: center;
  margin-left: 5px;
}

/* line 242, ../scss/general-styles.scss */
#ls-boat-config-select .select2-selection {
  border-radius: 50px !important;
  height: 43px;
}
/* line 247, ../scss/general-styles.scss */
#ls-boat-config-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 43px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 253, ../scss/general-styles.scss */
#ls-boat-config-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 10px;
}

/* line 259, ../scss/general-styles.scss */
.select2-results__options li {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
