label {
  display: inline-block;
  font-size: 18px;
  color: #c6c6c6;
}

.dest {
  font-size: 18px;
  color: #c6c6c6;
}

.mylabel {
  display: inline-block;
  font-size: 18px;
  color: #c6c6c6;
  margin-right: 1rem;
  margin-left: 1rem;
  text-transform: none;
}

.mylabelbold {
  display: inline-block;
  font-size: 18px;
  color: #c6c6c6;
  font-weight: 700;
}

.boxev_lbl_primary {
  display: inline-block;
  font-size: 18px;
  color: #c6c6c6;
  width: 100%;
  text-transform: uppercase;
}

.boxev_lbl_secondary {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #c6c6c6;
  text-transform: uppercase;
}

.boxcat_lbl_primary {
  display: block;
  font-size: 18px;
  color: #c6c6c6;
  font-weight: 500;
  text-transform: uppercase;
}

.boxcat_lbl_secondary {
  display: inline-block;
  font-size: 18px;
  color: #c6c6c6;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}

.boxcat_lbl_primary_selected {
  display: block;
  font-size: 18px;
  color: #fed017;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

.lbl_facilities {
  display: block;
  font-size: 17px;
  color: #fed017;
  width: 100%;
  font-weight: 500;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.box_facilities {
  display: inline-block;
  font-size: 17px;
  color: #c6c6c6;
  width: 100%;
  text-transform: uppercase;
}

.gray-line {
  margin-top: 1rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #ccc;
}

.boxcat_lbl_secondary_selected {
  display: inline-block;
  font-size: 18px;
  color: #fed017;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.mycheckbox {
  background-color: #fff;
  font: inherit;
  color: currentColor;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.9rem;
  border: 0.35em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.checkbox-container {
  display: flex;
  align-items: center; /* vertically center label with checkbox */
  cursor: pointer;
  margin-left: 1rem;
  margin-top: 0.1rem;
}

.checkbox-label {
  display: inline-block;
  /* Optional: center label text horizontally if needed */
  text-align: center;
  /* set a fixed width for label if you want horizontal centering */
  min-width: 100px;
  font-weight: 700;
}

.lbl_options_small {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #dbd9d0;
  margin-top: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.ulev {
  margin: 0px !important;
  padding: 0px !important;
  margin-top: -1rem !important;
  list-style-type: none;
  overflow: hidden;
}

.ulcat {
  margin: 0px !important;
  padding: 0px !important;
  list-style-type: none;
  overflow: hidden;
}

.boxev {
  border: 0.5px solid lightgrey;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center;
}

.boxev.active > .boxev_lbl_primary {
  color: #fed017 !important;
  font-weight: 700;
}

.boxev.active > .boxev_lbl_secondary {
  color: #fed017 !important;
  font-weight: 600;
}

.boxev:hover > .boxev_lbl_primary {
  color: #fed017 !important;
}

.boxev:hover > .boxev_lbl_secondary {
  color: #fed017 !important;
}

.boxcat {
  border: 0.2px solid lightgrey;
  border-radius: 4px;
  padding: 0.8rem;
  margin-bottom: 1rem;
  cursor: pointer;
  text-align: center;
}

.inpcat {
  position: absolute;
  display: block;
  height: 100%;
  width: 32px;
  left: 20px;
  opacity: 0;
}

.boxcat.active > .boxcat_lbl_primary {
  color: #fed017 !important;
  font-weight: 600;
  font-size: 18px;
}

.boxcat.active > .boxcat_lbl_secondary {
  color: #fed017 !important;
  font-weight: 600;
}

.boxcat:hover > .boxcat_lbl_primary {
  color: #fed017 !important;
}

.boxcat:hover > .boxcat_lbl_secondary {
  color: #fed017 !important;
}

.form-control {
  color: #f3f3f3 !important;
  background-color: #504f4f !important;
}
.fa-check {
  color: white !important;
}

.input-group-text {
  border: 1px solid #636262;
}
.select2-selection.select2-selection--single {
  background-color: #504f4f !important;
  border: 1px solid #636262 !important;
}
.select2-search--dropdown {
  background-color: #504f4f !important;
}
.select2-search__field {
  background-color: #504f4f !important;
  color: #f3f3f3 !important;
}
.select2-results {
  background-color: #504f4f !important;
}
.select2-results__option {
  background-color: #504f4f !important;
  color: #cecbcb !important;
}
.select2-results__option--highlighted {
  background-color: #504f4f !important;
  color: #f3f3f3 !important;
}
.select2-selection__rendered {
  background-color: #504f4f !important;
  color: #f3f3f3 !important;
}

.myselect {
  color: #f3f3f3 !important;
  background-color: #504f4f !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 256px;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.predev {
  width: 100%;
  display: inline-block;
}

.roundb {
  border: 0.3px solid lightgrey;
  border-radius: 4px;
  padding: 10px;
}

.btn {
  width: 16rem;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  padding-bottom: 0.7rem !important;
  border-radius: 10px !important;
}

.btn-primary {
  color: #373636 !important;
  background-color: #fed017 !important;
  border-color: #ddb102;
  padding-bottom: 0.3rem;
}
.btn-primary:hover {
  background-color: #ddb102 !important;
  border-color: #939393 !important;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
  font-size: 32px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: #c6c6c6;
  text-align: center;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 em {
  font-style: normal;
  font-weight: 600;
}

.eight h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px !important;
  letter-spacing: 1px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 16px 0;
  grid-gap: 22px;
  margin-top: 1rem;
}

.eight h1:after,
.eight h1:before {
  content: " ";
  display: block;
  border-bottom: 2px solid #ccc;
}

h3 {
  display: block;
  font-size: 1.3em !important;
  text-align: center;
  font-family: "Raleway", sans-serif !important;
  font-weight: 300;
  color: #c6c6c6;
}

.header {
  font-size: 2rem !important;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.foto-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  margin-bottom: 1.5rem;
}
.img-preview {
  max-width: 300px;
  max-height: 300px;
  min-width: 300px;
  min-height: 300px;
}
.foto-picker {
  width: 100%;
  display: block;
  margin-top: auto;
  padding-bottom: 0px !important;
}
.btn-picker {
  margin-bottom: 0px !important;
}
.cr-slider {
  background-color: #fed017 !important;
  border-radius: 4px;
  border: 1px #555;
  padding: 2px;
}

.cr-slider-wrap {
  margin-top: 8px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100%;
  padding: 0px !important;
}


