/* this style for backend */
.form-step {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px solid #bebfb9;
  margin: 0;
}

.form-step li {
  position: static;
  padding: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  height: 80px;
  font-weight: bold;
  font-size: 16px;
}

.form-step .step-title {
  cursor: pointer;
  line-height: 50px;
  height: 50px;
  margin: 0;
  padding: 0 25px 0 65px;
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

.waves-effect {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.form-step .step-title .step-index {
  position: absolute;
  counter-increment: section;
  content: counter(section);
  height: 26px;
  width: 26px;
  color: #fff;
  background-color: #b2b2b2;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
  transition: background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  top: 11.5px;
  left: 19px;
}

.form-step .step:last-of-type {
  width: auto !important;
}

.form-step .step.active .step-title .step-index,
.form-step .step.previous-step .step-title .step-index {
  background-color: #2196f3;
}

.form-step .step-title:after {
  content: attr(data-step-label);
  display: block;
  position: absolute;
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #424242;
  font-weight: 400;
}

.form-step .step.active:not(:last-of-type)::after,
.form-step .step:not(:last-of-type)::after {
  content: "";
  position: static;
  display: inline-block;
  width: 100%;
  height: 1px;
  top: 52px;
  left: 13.5px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.layout-node-one-col-form .layout-region-node-main,
.layout-node-one-col-form .layout-region-node-footer,
.layout-node-one-col-form .layout-region-node-secondary,
.layout-node-one-col-form .layout-region-product-main,
.layout-node-one-col-form .layout-region-product-secondary{
  float: none;
  width: 100%;
  padding-right: 0;
}

.margin-none {
  margin: 0 !important;
}

.container-inline .form-control {
  display: inline-block;
  width: auto;
}

.node-form.display-description .description,
.node-form .display-description .description {
  display: block;
}

.media-library-item--grid:before {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.chosen-container-multi.form-control {
  padding: 0;
}

.chosen-container-multi.form-control .chosen-choices {
  border: 0;
}

.chosen-container-multi.form-control .chosen-choices li.search-choice {
  line-height: 18px;
}

.chosen-container-multi.form-control .chosen-choices li.search-field input {
  height: 30px;
}

.views-exposed-form .form--inline .form-actions {
  clear: none;
  float: left;
  margin-bottom: .75em;
  margin-top: 2.55em;
}
