/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/separator/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.templazee-separator.align-left {
  justify-content: flex-start;
}

.templazee-separator.align-right {
  justify-content: flex-end;
}

.templazee-separator .style3,
.templazee-separator .style6,
.templazee-separator .style7 {
  position: relative;
  display: flex;
  align-items: center;
  width: var(--separator-width);
}

.templazee-separator .style1 {
  width: var(--separator-width);
}

.templazee-separator .style1:before,
.templazee-separator .style1:after {
  content: "";
  height: var(--separator-height);
  background-color: var(--separator-color, rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.templazee-separator .style1:before {
  left: 0;
  right: calc(50% + 3px);
}

.templazee-separator .style1:after {
  right: 0;
  left: calc(50% + 3px);
}

.templazee-separator .style1 .center-part {
  position: absolute;
  width: calc(var(--separator-width) * 0.4);
  height: calc(var(--separator-height) * 2);
  background-color: var(--separator-color, rgba(0, 0, 0, 0.4));
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.templazee-separator .style2 {
  border-top: var(--separator-height, 2px) dotted var(--separator-color, rgba(0, 0, 0, 0.4));
  width: var(--separator-width);
}

.templazee-separator .style3:before {
  content: "";
  position: absolute;
  height: var(--separator-height);
  width: var(--separator-width);
  background-color: var(--separator-color, rgba(0, 0, 0, 0.4));
}

.templazee-separator .style3 .left-part {
  width: calc(var(--separator-width) * 0.2);
  height: calc(var(--separator-height) * 3);
  background-color: var(--separator-color, rgba(0, 0, 0, 0.4));
  transform: translate(0%, -2%);
  position: absolute;
}

.templazee-separator .style4 {
  width: var(--separator-width, 100%);
  height: var(--separator-height, 2px);
  box-shadow: 0 2px 4px var(--separator-color, rgba(0, 0, 0, 0.4));
}

.templazee-separator .style5 {
  height: var(--separator-height, 5px);
  width: var(--separator-width);
  background: linear-gradient(to right, transparent, var(--separator-color, rgba(0, 0, 0, 0.4)), transparent);
}

.templazee-separator .style6 span,
.templazee-separator .style7 span {
  font-size: var(--tagline-size, 13px);
  letter-spacing: var(--tagline-spacing, 4px);
  color: var(--tagline-color, rgba(0, 0, 0, 0.4));
  margin-top: 5px;
  width: var(--separator-width);
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.templazee-separator .style6 .beforeStyle {
  border-top: calc(var(--separator-height) * 0.4) solid var(--separator-color, rgba(0, 0, 0, 0.4));
  width: calc(var(--separator-width) * 0.4);
  margin-top: 1%;
}

.templazee-separator .style6 .afterStyle {
  border-top: calc(var(--separator-height) * 0.4) solid var(--separator-color, rgba(0, 0, 0, 0.4));
  width: calc(var(--separator-width) * 0.4);
  margin-top: 1%;
}

.templazee-separator .style7 .beforeStyle {
  border-bottom: calc(var(--separator-height) * 0.4) solid var(--separator-color, rgba(0, 0, 0, 0.4));
  border-top: calc(var(--separator-height) * 0.4) solid var(--separator-color, rgba(0, 0, 0, 0.4));
  height: var(--separator-gap, 5px);
  width: calc(var(--separator-width) * 0.4);
}

.templazee-separator .style7 .afterStyle {
  border-bottom: calc(var(--separator-height) * 0.4) solid var(--separator-color, rgba(0, 0, 0, 0.4));
  border-top: calc(var(--separator-height) * 0.4) solid var(--separator-color, rgba(0, 0, 0, 0.4));
  height: var(--separator-gap, 5px);
  width: calc(var(--separator-width) * 0.4);
}

.templazee-separator.designStyle {
  font-size: calc(var(--separator-width) * 0.085);
  color: var(--separator-color, rgba(0, 0, 0, 0.4));
}

/*# sourceMappingURL=style-index.css.map*/