@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}

@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thumbnails li img {
  width: 80px;
}

ul.thumbnails.image_picker_selector {
  margin: auto;
  align-content: center;
  max-height: 168px;
  display: block;
  overflow-y: auto;
}

.form-wrap {
    margin: auto;
    align-content: center;
    max-height: 200px;
    display: block;
    overflow-y: auto;
}

.tracking_history {
  max-height: 170px;
  display: block;
  overflow-y: auto;
}

.wrap {
  width: 98%;
}

ul.thumbnails.image_picker_selector li {
  margin: 0px 0px 0px 0px;
  float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 8px;
  padding-bottom: 0px !important;
  border: 2px solid #fff;
  /* margin-left: 5px; */
  /* margin-right: 5px; */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #bfbfbf;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #bfbfbf;
  margin-left: 10px;
}

/* clear fix */
.grid-item:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-item {
  width: auto;
}

.grid-item p {
  font-size: 11px !important;
}

.grid-item img {
  width: 65px !important;
}

html, body {
  height: 100vh;
}

body {
  font-family: "Muli-Regular";
  font-size: 12px;
  color: #666;
  margin: 0;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

input,
textarea,
select,
button {
  font-family: "Muli-Regular";
  font-size: 12px;
}

.form-row.multiple {
  display: inline-block !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
}

.wrapper {
  height: 100%;
  background: #777;
  display: grid;
  align-items: center;
  justify-content: center;
}

/* .wizard {
  width: 920px;
  position: relative;
} */

.wizard>.steps {
  position: absolute;
  top: 22.44%;
  right: 30%;
  transform: translateX(50%);
  z-index: 9;
}

.wizard>.steps .current-info,
.wizard>.steps .number {
  display: none;
}

.wizard>.steps ul {
  display: flex;
  justify-content: center;
}

.wizard>.steps li a {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  margin-right: 78px;
  position: relative;
}

.wizard>.steps li a:before {
  content: "";
  width: 58px;
  height: 2px;
  background: #ddd;
  position: absolute;
  right: 22px;
  top: 5px;
}

.wizard>.steps li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  left: -68px;
  top: 5px;
  transition: all 0.6s ease;
}

.wizard>.steps li.first a {
  background: #000;
}

.wizard>.steps li.checked a {
  background: #000;
}

.wizard>.steps li.checked a:after {
  width: 58px;
}

.wizard>.steps li:last-child a {
  margin-right: 0;
}

.wizard>.steps li:first-child a:before {
  display: none;
}

.wizard>.steps li:first-child a:after {
  display: none;
}

.wizard>.content {
  position: relative;
  height: 521px;
}

.inner {
  display: flex;
  background: #fafafa;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* .image-holder {
  width: 40%;
  height: 521px;
} */

.form-content {
  width: 60%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.form-header {
  text-align: center;
}


h3 {
  font-family: "Muli-SemiBold";
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 7px;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #dad8e4;
  margin-bottom: 75px;
  text-align: center;
}

p {
  font-family: "Muli-SemiBold";
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  margin-bottom: 18px;
  width: 98%;
}

.form-row .form-holder {
  width: 50%;
  margin-right: 10px;
}

.form-row .form-holder:last-child {
  margin-right: 0;
}

.form-row .form-holder.w-100 {
  width: 100%;
  margin-right: 0;
}

.form-row .select {
  width: 100%;
  margin-right: 10px;
}

.form-row .select .form-holder {
  width: 100%;
  margin-right: 0;
}

.select {
  position: relative;
}

.select .select-control {
  height: 37px;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  color: #999;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.select .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  z-index: 9;
  border: 1px solid #ddd;
}

.select .dropdown li {
  padding: 5px 10px;
}

.select .dropdown li:hover {
  background: #81acee;
  color: #fff;
}

.form-holder {
  position: relative;
}

.form-holder i {
  position: absolute;
  bottom: 7px;
  right: 0;
  font-size: 12px;
}

.form-control {
  height: 37px;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  background-color: transparent;
  color: #666;
}

/* Mod Select 2 */
.select2 {
  height: 37px;
}

.select2-container {
  height: auto;
  border-bottom: 2px solid #e6e6e6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: 2px;
  color: #666;
}

/* End Select 2 Mod */

.form-control:focus {
  border-color: #bfbfbf;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control:-moz-placeholder {
  color: #999;
}

select.form-control {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 20px;
  -moz-padding-end: 20px;
  -webkit-padding-start: 2px;
  -moz-padding-start: 2px;
  cursor: pointer;
  background-color: transparent;
  color: #666;
  width: 100%;
  padding-left: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Remove default arrow */
  background-image: url('../images/icon/select-arrow.svg');
  /* Add custom arrow */
  background-position: center right;
  background-size: 7px;
  background-repeat: no-repeat;
}

select.form-control option {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

select.form-control option[value=""][disabled] {
  display: none;
}

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px;
}

.actions {
  position: absolute;
  bottom: 55px;
  right: 51px;
}

.actions ul {
  display: flex;
}

.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 41px;
  width: 105px;
  align-items: center;
  background: #000;
  font-family: "Muli-SemiBold";
  color: #ddd;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
}

.actions li a:before {
  content: '\f301';
  position: absolute;
  top: 14px;
  right: 28px;
  font-family: Material-Design-Iconic-Font;
}

.actions li a:hover {
  background: #333;
}

.actions li:first-child a {
  width: 105px;
  padding-left: 48px;
}

.actions li:first-child a:before {
  content: '\f2ff';
  position: absolute;
  top: 14px;
  left: 26px;
  font-family: Material-Design-Iconic-Font;
}

.actions li:nth-child(2) a,
.actions li:last-child a {
  margin-left: 20px;
}

.actions li:last-child a {
  width: 124px;
  background: #000;
  color: #ddd;
}

.actions li:last-child a:hover {
  background: #333;
}

.actions li:last-child a:before {
  content: '\f26b';
  position: absolute;
  top: 13px;
  right: 28px;
  font-family: Material-Design-Iconic-Font;
}

.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 1s;
}

.actions li[aria-disabled="false"]~li a {
  background: #000;
  color: #ddd;
}

.actions li[aria-disabled="false"]~li a:hover {
  background: #333;
}

.checkbox-tick label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  position: relative;
}

.checkbox-tick label.male {
  margin-right: 26px;
}

.checkbox-tick input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-tick input:checked~.checkmark {
  background: #000;
}

.checkbox-tick input:checked~.checkmark:after {
  display: block;
}

.checkbox-tick .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #999;
  border-radius: 50%;
  font-family: Material-Design-Iconic-Font;
  color: #fff;
  font-size: 11px;
}

.checkbox-tick .checkmark:after {
  top: 0;
  left: 2px;
  position: absolute;
  display: none;
  content: '\f26b';
}

.checkbox-circle {
  position: relative;
  padding-left: 23px;
  margin-top: 41px;
  width: 63%;
}

.checkbox-circle.mt-24 {
  margin-top: 24px;
}

.checkbox-circle label {
  cursor: pointer;
  color: #999;
  font-size: 12px;
  line-height: 1.9;
  transform: translateY(-5px);
}

.checkbox-circle label a {
  color: #999;
}

.checkbox-circle label a:hover {
  color: #89b843;
}

.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-circle input:checked~.checkmark:after {
  display: block;
}

.checkbox-circle .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  border: 1px solid #999;
}

.checkbox-circle .checkmark:after {
  content: "";
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  display: none;
}

@media (min-width: 992px) {
  .wizard {
    max-width: 920px !important;
    position: relative;
  }
  .image-holder {
    width: 40%;
    height: 521px;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: #bfbfbf;
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wizard {
    max-width: 768px !important;
  }
  .image-holder {
    /* width: 10%; */
    display: none;
  }

  .image-holder img {
    /* width: 100%; */
    display: none;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: #bfbfbf;
    margin-left: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .image-holder {
    /* width: 10%; */
    display: none;
  }

  .image-holder img {
    /* width: 100%; */
    display: none;
  }

  .form-content {
    width: 100%;
    max-height: 500px;
    height: 500px;
    padding: 20px 20px 30px;
  }

  .form-row {
    display: block;
  }

  .form-row .form-holder,
  .form-row .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .checkbox-circle {
    width: 100%;
  }

  .wizard {
    height: 100%;
  }

  .wizard>.steps {
    right: 50%;
    top: 13%;
    transform: translateX(50%);
  }

  .actions {
    right: 50%;
    transform: translateX(50%);
    top: 62%;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: #bfbfbf;
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .image-holder {
    /* width: 10%; */
    display: none;
  }

  .image-holder img {
    /* width: 100%; */
    display: none;
  }

  .form-content {
    width: 100%;
    height: 100vh;
    padding: 20px 20px 30px;
  }

  .form-row {
    display: block;
  }

  .form-row .form-holder,
  .form-row .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .checkbox-circle {
    width: 100%;
  }

  .wizard {
    height: 100%;
  }

  .wizard>.steps {
    right: 50%;
    top: 80px;
    transform: translateX(50%);
  }

  .wizard>.steps li a {
    margin-right: 25px;
  }

  .wizard>.steps li a::before {
    right: 10px;
    width: 27px;
  }

  .wizard>.steps li a::after {
    left: -50px;
  }

  .actions {
    /* right: 50%; */
    /* transform: translateX(50%); */
    bottom: 30px;
    left: 65px;
    position: relative;
    /* display: block; */
    /* margin-left: auto; */
    margin: 0 auto;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bfbfbf;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: #bfbfbf;
    margin-left: 10px;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative ;
    bottom: 0;
    left: 2px;
    color: #666;
}

.select2-container--material .select2-search--inline .select2-search__field {
  background: transparent;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
  -webkit-appearance: textfield;
  width: auto !important;
}

label.error {
    color: red;
}
/*# sourceMappingURL=style.css.map */

.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 100px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div p {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 999;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  width: 280px;
  height: 280px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
figure:hover+p {
  display: block;
  bottom: -20px;
  left: -10px;
  opacity: 1;
}
.hover12 figure {
  background: transparent;
}
.hover12 figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  position: absolute;
  bottom:0;
}
.hover12 figure:hover img {
  opacity: .5;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

div.item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: auto;
}
.item img {
  width: 100px;
  height: 100px;
  background-color: grey;
}
.item .caption {
  display: block;
}
