.form-wizard {
  padding: 25px;
  background: #2f363e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  line-height: 30px;
  text-align: center;
  }
  .form-wizard strong {
  font-weight: 500;
  }
  .form-wizard h1,
  .form-wizard h2 {
  margin-top: 10px;
  font-size: 38px;
  font-weight: 100;
  color: #555;
  line-height: 50px;
  }
  .form-wizard h3 {
  font-size: 25px;
  font-weight: 300;
  color: #9c821e;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  }
  .form-wizard h4 {
  float: left;
  font-size: 20px;
  font-weight: 300;
  color: #9c821e;
  line-height: 26px;
  width: 100%;
  }
  .form-wizard h4 span {
  float: right;
  font-size: 18px;
  font-weight: 300;
  color: #787878;
  line-height: 26px;
  }
  .form-wizard table tr th {
  font-weight: normal;
  }
  .form-wizard ::-moz-selection {
  background: #9c821e;
  color: #fff;
  text-shadow: none;
  }
  .form-wizard ::selection {
  background: #9c821e;
  color: #fff;
  text-shadow: none;
  }
  .form-control {
  height: 44px;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 44px;
  color: #888;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  }
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"],
  .radio input[type="radio"],
  .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 9px;
  margin-left: -20px;
  }
  .form-control option:hover,
  .form-control option:checked {
  box-shadow: 0 0 10px 100px #9c821e inset;
  }
  .form-control:focus {
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  }
  .form-control:-moz-placeholder {
  color: #888;
  }
  .form-control:-ms-input-placeholder {
  color: #888;
  }
  .form-control::-webkit-input-placeholder {
  color: #888;
  }
  .form-wizard label {
  font-weight: 300;
  }
  .form-wizard label span {
  color: #9c821e;
  }
  .form-wizard .btn.btn-next,
  .form-wizard .btn.btn-next:focus,
  .form-wizard .btn.btn-next:active:focus,
  .form-wizard .btn.btn-next.active:focus {
  background: #ac841f;
  color: white;
  }
  .form-wizard .btn.btn-submit,
  .form-wizard .btn.btn-submit:focus,
  .form-wizard .btn.btn-submit:active:focus,
  .form-wizard .btn.btn-submit.active:focus {
  background: #9c821e;
  }
  .form-wizard .btn.btn-previous,
  .form-wizard .btn.btn-previous:focus,
  .form-wizard .btn.btn-previous:active:focus,
  .form-wizard .btn.btn-previous.active:focus {
  background: #24292d;
  }
  .form-wizard .success h3 {
  color: #4f8a10;
  text-align: center;
  margin: 20px auto !important;
  }
  .form-wizard .success .success-icon {
  color: #4f8a10;
  font-size: 100px;
  border: 5px solid #4f8a10;
  border-radius: 100px;
  text-align: center !important;
  width: 110px;
  margin: 25px auto;
  }
  .form-wizard .progress-bar {
  background-color: #9c821e;
  }
  .form-wizard-steps {
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  }
  .form-wizard-step {
  padding-top: 10px !important;
  border: 2px solid #24292d;
  background: #9c822c6b;
  -ms-transform: skewX(-30deg);
  /* IE 9 */
  -webkit-transform: skewX(-30deg);
  /* Safari */
  transform: skewX(-30deg);
  /* Standard syntax */
  }
  .form-wizard-step.active {
  background: #9c821e;
  }
  .form-wizard-step.activated {
  background: #9c821e;
  }
  .form-wizard-progress {
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #9c821e;
  }
  .form-wizard-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background: #9c821e;
  }
  .form-wizard-tolal-steps-3 .form-wizard-step {
  position: relative;
  float: left;
  width: 33.33%;
  padding: 0 5px;
  }
  .form-wizard-tolal-steps-4 .form-wizard-step {
  position: relative;
  float: left;
  width: 14.28%;
  padding: 0 5px;
  }
  .form-wizard-tolal-steps-5 .form-wizard-step {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 5px;
  }
  .form-wizard-step-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  background: #ddd;
  font-size: 16px;
  color: #777;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: skewX(30deg);
  /* IE 9 */
  -webkit-transform: skewX(30deg);
  /* Safari */
  transform: skewX(30deg);
  /* Standard syntax */
  }
  .form-wizard-step.activated .form-wizard-step-icon {
  background: #9c821e;
  border: 1px solid #fff;
  color: #fff;
  line-height: 38px;
  }
  .form-wizard-step.active .form-wizard-step-icon {
  background: #fff;
  border: 1px solid #fff;
  color: #9c821e;
  line-height: 38px;
  }
  .form-wizard-step p {
  color: #fff;
  -ms-transform: skewX(30deg);
  /* IE 9 */
  -webkit-transform: skewX(30deg);
  /* Safari */
  transform: skewX(30deg);
  /* Standard syntax */
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form-wizard-step.activated p {
  color: #fff;
  }
  .form-wizard-step.active p {
  color: #fff;
  }
  .form-wizard fieldset {
  display: none;
  text-align: left;
  border: 0px !important;
  }
  .form-wizard-buttons {
  text-align: right;
  }
  .form-wizard .input-error {
  border-color: #9c821e;
  }
  /** image uploader **/
  .image-upload a[data-action] {
  cursor: pointer;
  color: #555;
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
  }
  .image-upload a[data-action] i {
  width: 1.25em;
  text-align: center;
  }
  .image-upload a[data-action]:hover {
  color: #9c821e;
  }
  .image-upload a[data-action].disabled {
  opacity: 0.55;
  cursor: default;
  }
  .image-upload a[data-action].disabled:hover {
  color: #555;
  }
  .settings_wrap {
  margin-top: 20px;
  }
  .image_picker .settings_wrap {
  overflow: hidden;
  position: relative;
  }
  .image_picker .settings_wrap .drop_target,
  .image_picker .settings_wrap .settings_actions {
  float: left;
  }
  .image_picker .settings_wrap .drop_target {
  margin-right: 18px;
  }
  .image_picker .settings_wrap .settings_actions {
  float: left;
  margin-top: 100px;
  margin-left: 20px;
  }
  .settings_actions.vertical a {
  display: block;
  }
  .drop_target {
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  width: 250px;
  height: 250px;
  background: #f2f2f2;
  border-radius: 100%;
  margin: 0 auto 25px auto;
  overflow: hidden;
  border: 8px solid #e0e0e0;
  }
  .drop_target input[type="file"] {
  visibility: hidden;
  }
  .drop_target::before {
  content: "Drop Hear";
  font-family: FontAwesome;
  position: absolute;
  display: block;
  width: 100%;
  line-height: 220px;
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.2s;
  }
  .drop_target:hover,
  .drop_target.dropping {
  background: #f80;
  border-top-color: #cc6d00;
  }
  .drop_target:hover:before,
  .drop_target.dropping:before {
  color: rgba(0, 0, 0, 0.6);
  }
  .drop_target .image_preview {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 2;
  }
  #content {
  display: none;
  }
  #external-events [data-class="bg-warning"]::before {
  background: #7658ec !important;
  }
  .event-color-c {
  display: flex;
  margin: 16px;
  align-items: center;
  cursor: pointer;
  }
  .event-color-label {
  flex: 1 0 auto;
  }
  .event-color {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 10px;
  margin-left: 240px;
  background: #5ac8fa;
  }
  .crud-color-row {
  display: flex;
  justify-content: center;
  margin: 5px;
  }
  .crud-color-c {
  padding: 3px;
  margin: 2px;
  }
  .crud-color {
  position: relative;
  min-width: 46px;
  min-height: 46px;
  margin: 2px;
  cursor: pointer;
  border-radius: 23px;
  background: #5ac8fa;
  }
  .crud-color-c.selected,
  .crud-color-c:hover {
  box-shadow: inset 0 0 0 3px #007bff;
  border-radius: 48px;
  }
  .crud-color:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  color: #f7f7f7;
  font-size: 20px;
  text-shadow: 0 0 3px #000;
  display: none;
  }
  .crud-color-c.selected .crud-color:before {
  display: block;
  }
  .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  }
  .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 56px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  }
  .file-upload-wrapper:before {
  content: "Add";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 56px;
  background: #ac841f;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  }
  .file-upload-wrapper:hover:before {
  background: #ac841f;
  }
  .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  }
  .editor {
  position: relative;
  }
  .editorAria {
  height: 100%;
  min-height: 250px;
  border: 1px solid #ddd;
  overflow-y: auto;
  padding: 1em;
  margin-top: -2px;
  outline: none;
  }
  .toolbar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  }
  .toolbar a,
  .fore-wrapper,
  .back-wrapper {
  border: 1px solid #ddd;
  background: #2f363e;
  font-family: "Candal";
  color: #000;
  padding: 5px;
  margin: 2px 0px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  }
  .toolbar a:hover,
  .fore-wrapper:hover,
  .back-wrapper:hover {
  background: #0eacc6;
  color: #fff;
  border-color: #0eacc6;
  }
  a.palette-item {
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  margin: 0px 1px 1px;
  cursor: pointer;
  }
  a.palette-item[data-value="#FFFFFF"] {
  border: 1px solid #ddd !important;
  }
  a.palette-item:hover {
  transform: scale(1.1);
  }
  .fore-wrapper,
  .back-wrapper {
  position: relative;
  cursor: auto;
  }
  .fore-palette,
  .back-palette {
  display: none;
  cursor: auto;
  }
  .fore-wrapper:hover .fore-palette,
  .back-wrapper:hover .back-palette {
  display: block;
  }
  .fore-wrapper .fore-palette,
  .back-wrapper .back-palette {
  position: relative;
  display: inline-block;
  cursor: auto;
  display: block;
  left: 0;
  top: calc(100% + 5px);
  position: absolute;
  padding: 10px 5px;
  width: 160px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  display: none;
  text-align: left;
  }
  .fore-wrapper .fore-palette:after,
  .back-wrapper .back-palette:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  }
  .fore-palette a,
  .back-palette a {
  background: #fff;
  margin-bottom: 2px;
  border: none;
  }
  .editor img {
  max-width: 100%;
  object-fit: cover;
  }
  input[type="file"] {
  display: block;
  }
  .imageThumb {
  max-height: 75px;
  border: 2px solid;
  padding: 1px;
  cursor: pointer;
  }
  .pip {
  display: inline-block;
  margin: 60px 10px 0 0;
  }
  .remove {
  display: block;
  background: #444;
  border: 1px solid black;
  color: white;
  text-align: center;
  cursor: pointer;
  }
  .remove:hover {
  background: white;
  color: black;
  }
  @media screen and (min-width: 320px) and (max-width: 972px) {
  .form-wizard-step p {
    display: none;
}
.form-wizard-tolal-steps-4 .form-wizard-step {
  padding: 12px 5px;
}
}
@media screen and (min-width: 320px) and (max-width: 450px) {
  .form-wizard-step-icon {
    width: 18px;
    height: 18px;
    line-height: 18px !important;
    font-size: 10px;
}
}
