body {
  font-family: "Nunito Sans", sans-serif;
}

body.dup-body.stripes-bg {
  background: #fff;
}

small,
.small {
  display: inline-block;
  line-height: 1.5;
}

.default-header {
  position: relative;
  /* background-color: #fff; */
  /* padding: 0; */
  z-index: 999;
}

@media (max-width: 1680px) {
  .default-header {
    padding-left: 90px;
    padding-right: 60px;
  }
}

@media (max-width: 1347px) {
  .default-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .default-header {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.header-wrap {
  max-width: 1680px;
  margin: 0 auto;
}

.main-menubar {
  display: none !important;
}

.dup-body {
  background-color: #fff;
}

.dup-body-wrap {
  margin: 0;
  box-shadow: none;
}

.logo {
  position: relative;
  width: 200px;
  height: auto;
  /* margin-left: 215px; */
  display: inline-block;
  /* padding-top: 0.3125rem; */
  /* padding-bottom: 0.3125rem; */
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .logo {
    width: 150px;
  }
}

.main-panel {
  width: 100%;
}

.wizard > .actions {
  /* padding: 20px 40px 100px 205px !important; */
  /* text-align: left; */
}

.wizard .actions a {
  text-decoration: none;
}

.wizard section {
  min-height: 500px;
}

.wizard > .steps > ul > li {
  width: 16.66%;
}

.wizard > .content > .body {
  width: 100%;
  position: relative;
  padding: 25px;
  padding-left: 200px;
}

.wizard label.error {
  color: #fff;
  background: #ff0000;
  padding: 0.5rem 1.25rem;
  display: block;
  flex-basis: 100%;
  margin: 0;
}
.wizard input.error.mb-2 {
  margin-bottom: 0 !important;
}
.wizard #default_media_name + label.error {
  margin-top: -14px;
}

.mandatory-steps {
    background: #eee;
    padding: 20px 20px 1px 20px;
    margin: 0px -20px 20px -19px;
}

#recover-account-modal label.error {
  color: #fff;
  background: #ff0000;
  padding: 8px 11px;
  display: block;
  flex-basis: 100%;
  margin: 0;
}

#recover-account-modal input.error {
  background: #fbe3e4;
  border: 1px solid #febabf;
  color: #fc5661;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
  border: 2px solid #000000;
}

.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #ffff00;
  border: 2px solid #000;
}
.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:after {
  width: 6px;
  height: 6px;
  top: 7px;
  left: 7px;
  background: #000;
}

.btn .btn-primary {
  background-color: #ffff00;
}

.btn-primary,
.wizard > .actions a {
  background-color: #ffff00;
  border-color: #ffff00;
  color: #000;
}

.btn-primary:hover,
.wizard > .actions a:hover {
  background-color: #ebe300;
  border-color: #ebe300;
  color: #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ffff00;
  color: #000;
}

select.form-control {
  border: 1px solid #c5c5c5;
  font-size: 1rem;
  color: #495057;
  line-height: 1;
  height: 53px !important;
  /* border-radius: 0.3rem; */
  box-sizing: border-box;
}

.form-check .form-check-label {
  cursor: pointer;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  font-size: 0.8125rem;
  transition: none;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:before {
  background: #ffff00;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  border-color: #000;
  width: 20px;
  height: 20px;
  transition: none;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:after {
  color: #000;
  border: 2px solid black;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  /* transition: none; */
}

.wizard a {
  text-decoration: underline;
}

.contains-input-with-measure-unit .measure-unit {
  font-size: 14px;
  right: 22px;
  top: 18px;
}

@media (max-width: 991px) {
  .contains-input-with-measure-unit .measure-unit {
    right: auto;
    left: 70px;
  }
  .contains-input-with-measure-unit .measure-unit#weight_mu {
    left: 60px;
  }
}

.btn-primary:not(:disabled):not(.disabled):active,
.wizard > .actions a:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.wizard > .actions a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.wizard > .actions .show > a.dropdown-toggle {
  color: #fff;
  background-color: #b79120;
  border-color: #b79120;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.wizard > .actions a:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.wizard > .actions a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.wizard > .actions .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 238, 80, 0.5);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 1),
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 2),
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 3),
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 4),
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(5n + 5) {
  /* background: #ffff00; */
}

/* Multiselect with boxes and filter*/
.multiselect-with-boxes + label {
  border-color: #000;
  color: #000;
  margin-right: 0.25rem;
  font-weight: 600;
}

.multiselect-with-boxes:checked + label {
  border-color: #000;
  background-color: #ffff00;
  color: #000;
}

.body.current > h3 {
  margin-bottom: 40px;
}

.videoContainer {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
}
.videoContainer#video-wrapper-2 {
  right: -20px;
}
@media (max-width: 991px) {
  .videoContainer {
    display: none;
  }
}
.wizard {
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
    width: auto
}
.wizard > .content {
  border: none;
  min-height: calc(100vh - 340px);
}

.wizard > .steps {
  display: none;
  padding: 10px calc(40px - 0.5rem);
  padding-left: calc(215px - 0.5rem);
}

.wizard > .actions {
  /* padding: 20px 40px 0; */
}

.card-title {
  padding-left: 40px;
  padding-right: 40px;
}

.card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.wizard > .content {
  margin: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -20px;
  margin-top: 12px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0.65rem 1rem;
}

input.select2-search__field {
  border: none !important;
}

.page-body-wrapper {
  padding-top: 0;
}

.content-wrapper {
  background: ;
  padding: 0;
}

.navbar {
  background-color: #f6f7fb;
  padding: 0;
  height: 80px;
}

p.highlight {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 40px 0;
  background: transparent;
  font-weight: 600;
  padding: 0;
}

span.highlight {
  background-color: #cffff8;
  padding: 5px 2px;
  font-weight: 700;
  color: #000;
}

.wizard h3 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  p.highlight {
    font-size: 1rem;
    margin: 20px 0;
  }

  .wizard h3 {
    margin-bottom: 20px;
  }
}

.uploadandrei input[type="file"] {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn {
  padding: 1.25rem 0.5rem;
  width: 100%;
}

#next {
  padding: 20px 120px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #000;
  border: 2px solid #000;
  box-shadow: none !important;
  color: #fff;
}

#next:hover,
#next:focus {
  background-color: #444;
  border-color: #444;
}

#skip,
#skip-all-steps {
  padding: 20px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #636363;
  color: #636363;
  box-shadow: none !important;
}

#skip:hover,
#skip-all-steps:hover {
  background: #ededed;
}

#formRegister .wizard > .actions > ul > li {
  float: right;
}

@media (max-width: 767px) {
  #next {
    padding-left: 40px;
    padding-right: 40px;
  }

  #skip,
  #skip-all-steps {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript,
 if it's not present, don't show loader */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/images/preloader.gif) center no-repeat #fff;
}

/** without this, the form looks like hell **/
#formRegister {
  padding: 20px 120px;
  position: relative;
}

@media (max-width: 1680px) {
  #formRegister {
    padding-left: 90px;
    padding-right: 0px;
  }
}

@media (max-width: 1347px) {
  #formRegister {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  #formRegister {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  #formRegister {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#formRegister section {
  position: relative;
  width: 100%;
  max-width: 1680px;
  padding: 0;
  margin: 0 auto;
}

#nativeSelect
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  cursor: not-allowed;
}

#nativeSelect
  .select2-container--default.select2-container--disabled
  .select2-selection--single:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #eee;
  border: solid 1px #c5c5c5;
}

/* Phone Number input*/
.intl-tel-input {
  display: block;
}

/* Specific inputs*/
.hair-length-instructions li {
  font-size: 0.8rem;
}

#types_of_dialects_row,
#types_of_permits_row,
#types_of_boating_permits_row,
#types_of_pilot_permits_row,
#types_of_musical_instruments_row,
#vocal_pitch_row,
.dance-row,
.sport-row {
  margin-top: -1rem;
}

.wizard>.actions>ul {
  display: flex;
  text-align: right;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
}