.eb-toc-container {
  margin: 0 auto;
  width: 100%; }

.eb-toc-wrapper {
  width: 100%; }

.eb-toc__list-wrap ul {
  display: inline-block;
  text-align: left;
  margin: 0em 0em 1.5em 1.3em;
  padding: 0em 0em 0em 1.3em; }

.eb-toc__list-wrap ol {
  counter-reset: item;
  margin: 0em 0em 1.5em 1.3em;
  padding: 0em 0em 0em 1.3em; }
  .eb-toc__list-wrap ol li {
    display: block; }
  .eb-toc__list-wrap ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item; }

.eb-toc__list ul {
  margin-bottom: 0; }

.eb-typography-base > div {
  display: flex;
  justify-content: space-between; }

.hide-content {
  display: none; }

.eb-toc-go-top {
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #ccd0d4;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.show-scroll {
  display: flex; }

.hide-scroll {
  display: none; }

.st0 {
  fill: url(#SVGID_1_); }

.st1 {
  fill: url(#SVGID_2_); }

.st2 {
  fill: url(#SVGID_3_); }

.st3 {
  fill: url(#SVGID_4_); }

.st4 {
  fill: url(#SVGID_5_); }

.st5 {
  fill: url(#SVGID_6_); }

.st6 {
  fill: url(#SVGID_7_); }

.eb-toc-header {
  position: relative; }

.eb-toc-button {
  position: relative;
  display: inline-block;
  font-size: 80% !important;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  transform: rotate(90deg);
  transform-origin: bottom left;
  cursor: pointer; }

.eb-toc-close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -9px;
  top: -11px;
  width: 28px;
  height: 28px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  font-family: serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0.8; }
  .eb-toc-close:hover {
    opacity: 1; }
  .eb-toc-close:before, .eb-toc-close:after {
    position: absolute;
    content: " ";
    height: 12px;
    width: 2px;
    background-color: #333; }
  .eb-toc-close:before {
    transform: rotate(45deg); }
  .eb-toc-close:after {
    transform: rotate(-45deg); }

.eb-unit-control-btn-group {
  margin: 0px 0px -20px 0px;
  text-align: right;
  display: block; }

.eb-unit-control-btn {
  color: black;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important; }

.eb-unit-active {
  color: #0084bc !important;
  font-weight: bold; }

.eb-color-base div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.eb-color-base .components-base-control__label {
	flex: 10;
	margin-right: 0px !important; /* There was no other way */
}

.eb-color-base .components-dropdown {
	flex: 1;
}

.eb-color-ball {
	background-image: linear-gradient(45deg, #ddd 25%, transparent 0),
		linear-gradient(-45deg, #ddd 25%, transparent 0),
		linear-gradient(45deg, transparent 75%, #ddd 0),
		linear-gradient(-45deg, transparent 75%, #ddd 0);
	background-size: 10px 10px;
	background-position: 0 0, 0 5px, 5px -5px, -5px 0;
	border-radius: 50%;
}

.eb-color-undo {
	flex: 1;
	color: gray;
}

.eb-color-undo :focus,
.eb-color-undo :hover {
	box-shadow: none;
}

.input-wrapper {
  width: 20%;
  display: flex;
  flex-direction: column; }

.linked-btn {
  width: 40px;
  height: 30px;
  border-radius: 5px;
  margin-left: 8px;
  padding-left: 12px; }

.dimention-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em; }

.dimention-label {
  margin-bottom: 4px;
  margin-right: 100px; }

.dimentions-input-label {
  font-size: .75em;
  text-align: center; }

.input-container {
  display: flex;
  flex-direction: row; }
  .input-container .input-wrapper:first-child input {
    border-width: 1px;
    border-radius: 5px 0px 0px 5px; }
  .input-container .input-wrapper input {
    margin: 0;
    padding: 0;
    text-align: center;
    border-width: 1px 1px 1px 0px;
    border-color: #8d96a0;
    border-style: solid;
    border-radius: 0;
    width: 100%; }
  .input-container .input-wrapper:nth-child(4) input {
    border-radius: 0px 5px 5px 0px; }


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