ow-container,
ow-guidelines,
.ow-section-overlay {
  position: absolute;
  display: block;
  width: 100%;
}
.ow-content-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mat-sidenav-transition .mat-sidenav-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.scrollable-container {
  position: relative;
  height: 100%;
}
.scrollable-container.mobile-scrollable-container {
  overflow: auto;
  overflow-x: hidden;
}
.desktop-container .mat-drawer-content {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
.editor-view {
  height: 100%;
}
ow-container.previewed {
  min-height: 100%;
}
.loadingOverlay,
.pages-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.loadingOverlay .ow-loading-label,
.pages-overlay .ow-loading-label {
  margin-top: 2rem;
}
.sectionLoadingOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.pages-overlay-parent {
  position: relative;
}
.pages-overlay {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 33px 0 0 0;
}
@-webkit-keyframes spinnerAnimation {
  0% {
    stroke: white;
  }
  100% {
    stroke: #2761c3;
  }
}
@keyframes spinnerAnimation {
  0% {
    stroke: white;
  }
  100% {
    stroke: #2761c3;
  }
}
.firstLoadingOverlay .mat-progress-spinner circle,
.firstLoadingOverlay .mat-spinner circle {
  -webkit-animation-name: spinnerAnimation;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-name: spinnerAnimation;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.firstLoadingBackgroundOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #2761c3;
  background-image: url('https://scripts.votresite.ca/owebo/images/loading/bande-ciel.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  -webkit-animation-name: fadeOut;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-name: fadeOut;
  animation-duration: 2s;
  animation-fill-mode: both;
}
.background-saving-spinner-container {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-saving-spinner {
  display: block !important;
  width: 32px !important;
  height: 40px !important;
  margin: 2px 6px 0 6px !important;
}
.background-saving-spinner path {
  stroke: white;
}
.editor-guideline-y,
.editor-margin-left-line,
.editor-margin-right-line {
  display: block;
  position: fixed;
  width: 1px;
  height: 100%;
  left: 50%;
}
.editor-guideline-x {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.ow-top-progress-bar {
  position: fixed !important;
}
ow-editor-block-edition-bar {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
ow-editor-block-edition-bar .bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #E6E7E8;
  border-radius: 20px;
}
ow-editor-block-edition-bar .bar .handler {
  height: 38px;
  margin: 0;
  padding: 0 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: move;
  background-color: #5c5c5c;
  border-radius: 20px 0 0 20px;
}
ow-editor-block-edition-bar .bar .handler img {
  width: 12px;
  margin-right: 5px;
}
ow-editor-block-edition-bar .bar .buttons,
ow-editor-block-edition-bar .bar .buttons div {
  display: flex;
  align-items: center;
}
ow-editor-block-edition-bar .bar .buttons {
  height: 38px;
  padding: 0 4px;
  background-color: #343433;
  border-radius: 0 20px 20px 0;
}
ow-editor-block-edition-bar .bar .buttons button,
ow-editor-block-edition-bar .bar .buttons button:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 3px;
  width: 28px;
  height: 28px;
  border: none;
  color: #E6E7E8;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.75);
}
ow-editor-block-edition-bar .bar .buttons button mat-icon,
ow-editor-block-edition-bar .bar .buttons button:hover mat-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
ow-editor-block-edition-bar .bar .buttons button svg,
ow-editor-block-edition-bar .bar .buttons button:hover svg {
  fill: white;
}
ow-editor-block-edition-bar .bar .buttons button:hover {
  background-color: #484848;
}
ow-editor-block-edition-bar .bar .buttons button.lighted-on {
  color: #F19947;
}
ow-editor-block-edition-bar .bar .buttons button:disabled,
ow-editor-block-edition-bar .bar .buttons button:disabled:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
ow-editor-block-edition-bar .bar .buttons button:disabled svg,
ow-editor-block-edition-bar .bar .buttons button:disabled:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
ow-editor-block-edition-bar .bar .buttons .group-buttons {
  margin: 0 3px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.75);
  border-radius: 14px;
}
ow-editor-block-edition-bar .bar .buttons .group-buttons button,
ow-editor-block-edition-bar .bar .buttons .group-buttons button:hover {
  margin: 0;
  box-shadow: none;
}
ow-editor-block-edition-bar .bar .buttons .group-buttons button.left-group-button,
ow-editor-block-edition-bar .bar .buttons .group-buttons button.left-group-button:hover {
  border-radius: 50% 0 0 50%;
}
ow-editor-block-edition-bar .bar .buttons .group-buttons button.right-group-button,
ow-editor-block-edition-bar .bar .buttons .group-buttons button.right-group-button:hover {
  border-radius: 0 50% 50% 0;
}
ow-editor-block-edition-bar .plus,
ow-editor-block-edition-bar .left-outside,
ow-editor-block-edition-bar .left-outside-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  height: 38px;
  background-color: #8fc1ff;
  color: white;
  border: none;
  border-radius: 19px;
  font-size: 1.4rem;
  padding: 0 1.5rem;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}
ow-editor-block-edition-bar .left-outside-icon {
  width: 38px;
  padding: 0;
  font-size: 20px;
}
ow-editor-block-edition-bar .left-outside-icon .mat-icon {
  width: 20px;
  height: 20px;
}
ow-editor-block-edition-bar .left-outside-icon .material-icons {
  font-size: 20px;
}
ow-editor-block-edition-bar .plus:hover,
ow-editor-block-edition-bar .left-outside:hover,
ow-editor-block-edition-bar .left-outside-icon:hover {
  cursor: pointer;
  background-color: #a1cbff;
}
ow-editor-block-edition-bar .plus:disabled,
ow-editor-block-edition-bar .left-outside:disabled,
ow-editor-block-edition-bar .left-outside-icon:disabled {
  cursor: default;
  color: rgba(255, 255, 255, 0.6);
}
ow-editor-block-edition-bar .plus {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  width: 24px;
  height: 24px;
  background-color: #2761c3;
  color: white;
  border-radius: 15px;
}
ow-editor-block-edition-bar .plus:hover {
  cursor: pointer;
  background-color: #2c77d1;
}
ow-editor-mobile-block-control {
  position: absolute;
  display: flex;
  flex-direction: row;
  margin-left: 325px;
}
ow-editor-mobile-block-control .mobile-left-info {
  position: absolute;
  width: 280px;
  left: -625px;
  top: -5px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: white;
}
ow-editor-mobile-block-control .mobile-left-info mat-icon {
  margin-right: 10px;
}
ow-editor-mobile-block-control .mobile-up-down {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
}
ow-editor-mobile-block-control .mobile-up-down button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #343433;
  border: none;
  color: white;
  border-radius: 20px;
  margin-right: 5px;
}
ow-editor-mobile-block-control .mobile-up-down button:hover {
  background-color: #505050;
}
ow-editor-mobile-section-bar .mobile-section-bar {
  position: absolute;
  width: 370px;
  left: -350px;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
ow-editor-mobile-section-bar .mobile-section-bar .title {
  padding: 0.2rem 1.25rem 0.2rem 1.5rem;
  height: 40px;
  line-height: 34px;
  font-size: 14px;
  color: white;
  background: #F9C18F;
  border-radius: 50px 0 0 50px;
}
ow-editor-mobile-section-bar .mobile-section-bar .buttons {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  background-color: #F19947;
  border-radius: 0 50px 50px 0;
}
ow-editor-mobile-section-bar .mobile-section-bar .buttons button {
  display: inline-block;
  padding: 3px;
  margin: 0.2rem;
  width: 28px;
  height: 28px;
  border: none;
  color: white;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
}
ow-editor-mobile-section-bar .mobile-section-bar .buttons button mat-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
ow-editor-mobile-section-bar .mobile-section-bar .buttons button:hover {
  background-color: #ffab5e;
}
ow-editor-mobile-section-bar .mobile-section-bar .buttons button.button-with-image {
  display: flex;
  justify-content: center;
}
ow-editor-mobile-section-bar .mobile-section-bar .buttons button.button-with-image img {
  width: 18px;
}
ow-editor-mobile-section-bar .mobile-section-remove-space-button-container {
  position: absolute;
  left: -275px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
ow-editor-mobile-section-bar .mobile-section-remove-space-button-container button {
  width: 220px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: white;
  color: #F19947;
  border-radius: 50px;
  border: none;
}
ow-editor-mobile-section-bar .mobile-section-remove-space-button-container button:hover {
  color: #F9C18F;
}
ow-editor-mobile-section-bar .mobile-section-remove-space-button-container .remove-space-button-bar {
  width: 25px;
  height: 6px;
  background-color: white;
}
ow-editor-mobile-section-bar .mobile-section-remove-space-button-container .remove-space-button-dot {
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 10px;
  margin-left: -5px;
}
.ow-panel {
  position: fixed;
  background-color: white;
  border-radius: 6px 6px 3px 3px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  display: flex;
  flex-direction: column;
  border: 0px solid transparent;
}
.ow-panel input:not([type='checkbox']),
.ow-panel select,
.ow-panel textarea {
  border: #E6E7E8 1px solid;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.ow-panel .topbar {
  padding: 0.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: move;
}
.ow-panel .topbar .title {
  color: white;
}
.ow-panel .topbar button.close {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: white;
  background-color: #979797;
  opacity: 1;
}
.ow-panel .topbar button.close .material-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 20px;
  height: 20px;
}
.ow-panel .body {
  height: 100%;
  max-height: calc(100% - 34px);
}
.ow-panel .body .basic-content {
  padding: 0.9rem;
  overflow-y: auto;
  background-color: white;
  border-radius: 6px 6px 3px 3px;
}
.background-positions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10px 0;
}
.background-positions .line {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.background-positions .line .case {
  width: 30px;
  height: 30px;
  margin: 0.5rem;
  background-color: #E6E7E8;
  border-radius: 3px;
  cursor: pointer;
}
.background-positions .line .case:hover {
  background-color: #a1cbff;
}
.background-positions .line .case.active {
  background-color: #8fc1ff;
}
.background-preview-container {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.background-preview-container .background-preview {
  /* border: 2px solid #E6E7E8; */
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-preview-container .background-preview .color,
.background-preview-container .background-preview .image {
  position: relative;
  width: 194px;
  height: 108px;
}
.background-preview-container .background-preview .arrow-color {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 29px solid transparent;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.background-preview-container .default-background-preview {
  background-image: url(../images/elements/ecran.png);
  width: 220px;
  height: 174px;
}
.background-preview-container .default-background-preview .color {
  top: -15px;
}
.background-preview-container .default-background-preview .arrow-color {
  top: -19px;
  left: -4px;
}
.background-preview-container .page-background-preview {
  background-image: url(../images/elements/page.png);
  width: 220px;
  height: 130px;
}
.background-preview-container .page-background-preview .color {
  top: 4px;
}
.background-preview-container .page-background-preview .arrow-color {
  top: -19px;
  left: -4px;
}
.background-preview-container .section-background-preview {
  background-image: url(../images/elements/section.png);
  width: 240px;
  height: 130px;
}
.background-preview-container .section-background-preview .color {
  top: -1px;
}
.background-preview-container .section-background-preview .arrow-color {
  top: -19px;
  left: -4px;
}
.body .form-line {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.body .form-line label {
  width: 74px;
  font-size: 12px;
  font-weight: 400;
}
.body .form-line input {
  flex-grow: 1;
  padding-right: 3rem;
}
.body .form-line .success {
  color: green;
  margin-left: 6px;
}
.body .form-line .error {
  color: red;
  margin-left: 6px;
}
.body .warning-message {
  font-size: 1.2rem;
  text-align: justify;
}
.ow-panel .body .bottomseparator {
  position: relative;
  display: block;
  width: 80%;
  height: 1px;
  background: #979797;
  margin: 0 auto;
}
ow-editor-block-edition-panel.ow-panel {
  overflow: initial;
}
ow-editor-block-edition-panel .body {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
ow-editor-block-edition-panel .body .tabs {
  display: flex;
  flex-direction: column;
  border-radius: 0 0 0 4px;
  margin: 10px 0;
}
ow-editor-block-edition-panel .body .tabs button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  background-color: transparent;
}
ow-editor-block-edition-panel .body .tabs button:hover {
  color: white;
}
ow-editor-block-edition-panel .body .tabs button.active {
  background-color: #555555;
  color: white;
  border-radius: 5px 0 0 5px;
}
ow-editor-block-edition-panel .body .body-content {
  flex-grow: 1;
  overflow-y: auto;
  background-color: white;
  border-radius: 10px 0 4px 0;
  border: #8fc1ff 3px solid;
}
ow-editor-block-edition-panel .sub-content {
  padding: 0.9rem;
}
ow-editor-block-edition-panel .sub-content.full-lenght {
  padding: 0;
  margin-bottom: 30px;
}
ow-editor-block-edition-panel .sub-content .line {
  min-height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}
ow-editor-block-edition-panel .sub-content .line mat-slider {
  flex-grow: 1;
}
ow-editor-block-edition-panel .sub-content .line .left-info {
  padding-right: 1rem;
  font-size: 12px;
}
ow-editor-block-edition-panel .sub-content .line .left-info.fixed {
  width: 95px;
}
ow-editor-block-edition-panel .sub-content .line .right-result {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 70px;
  height: 100%;
}
ow-editor-block-edition-panel nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
ow-editor-block-edition-panel nav button {
  width: 100%;
  padding: 1.5rem;
  border: none;
  color: white;
  background-color: #8fc1ff;
}
ow-editor-block-edition-panel nav button:last-of-type {
  border-right: none;
}
ow-editor-block-edition-panel nav button:hover,
ow-editor-block-edition-panel nav button.active {
  background-color: #a1cbff;
}
ow-editor-block-edition-panel nav button.with-preview {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  background-color: white;
  padding: 0;
}
ow-editor-block-edition-panel nav button.with-preview .preview-label {
  font-size: 1rem;
  padding: 0.1rem;
  color: #454545;
  background-color: #e8e8e8;
}
ow-editor-block-edition-panel nav button.with-preview .fakeA-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
ow-editor-block-edition-panel nav button.with-preview .fakeA-container .fakeA {
  width: 100%;
  margin: 0.5rem;
  font-size: 15px;
}
ow-editor-block-edition-panel nav button.with-preview:hover .preview-label,
ow-editor-block-edition-panel nav button.with-preview.active .preview-label {
  color: #454545;
  background-color: #f3f3f3;
}
ow-editor-block-edition-panel nav.level-1 button {
  background: #383838;
}
ow-editor-block-edition-panel nav.level-1 button:hover,
ow-editor-block-edition-panel nav.level-1 button.active {
  background: #777777;
}
ow-editor-block-edition-panel nav.level-3 {
  border-bottom: #8fc1ff 2px solid;
}
ow-editor-block-edition-panel .columns {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
}
ow-editor-block-edition-panel .columns .column {
  width: 50%;
}
ow-editor-block-edition-panel .slider {
  width: 100%;
}
ow-editor-color-panel .body .body-content {
  padding: 0.9rem 0.9rem 0 0.9rem;
  overflow-y: auto;
  background-color: white;
  border-radius: 6px 6px 3px 3px;
}
ow-editor-snapshot-panel.ow-panel .body {
  background-color: white;
}
ow-editor-snapshot-panel.ow-panel .body .top-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
ow-editor-snapshot-panel.ow-panel .body .top-buttons button {
  display: flex;
  align-items: center;
  margin: 1.5rem;
  padding: 0.1rem 1.9rem 0.1rem 0.9rem;
  color: white;
  border: none;
  background-color: #8fc1ff;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 300;
}
ow-editor-snapshot-panel.ow-panel .body .top-buttons button .material-icons {
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
}
ow-editor-snapshot-panel.ow-panel .body .top-buttons button:hover {
  background-color: #a1cbff;
}
ow-editor-snapshot-panel.ow-panel .body .top-buttons button:disabled {
  opacity: 0.5;
}
ow-editor-snapshot-panel.ow-panel .body .info-bar {
  padding: 0.7rem 1.4rem;
  font-size: 1.3rem;
  background-color: #8fc1ff;
  color: white;
  text-overflow: ellipsis;
  font-weight: 300;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list {
  font-size: 12px ;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .snapshot-name {
  display: inline-block;
  width: 42%;
  padding: 0 0.8rem;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .ow-ds-panel-list-item {
  padding: 4px 2px;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .snapshot-actions {
  border-left: #e6e7e8 1px solid;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .snapshot-date {
  display: inline-block;
  width: 25%;
  padding: 0px 0.9rem;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .head {
  background-color: #E6E7E8;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .head .snapshot-date {
  border-left: #979797 1px solid;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul {
  list-style-type: none;
  padding: 0;
  color: #343434;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul .disable {
  opacity: 0.5;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul li > * {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid lightgrey;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul li > * .snapshot-actions {
  width: 33%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0.3rem 0;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul li > * .snapshot-actions .separator {
  border-left: 1px solid lightgrey;
  height: 100%;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul li > * .snapshot-actions button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0.3rem;
  height: 24px;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul li > * .snapshot-actions button.apply-button {
  font-size: 1rem;
  line-height: 1rem;
  width: 85px;
  height: 28px;
  padding: 0.5rem 0.3rem;
  background-color: #E6E7E8;
  border-radius: 20px;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list ul li > * .snapshot-actions button.apply-button:hover {
  background-color: #fafafa;
}
ow-editor-snapshot-panel.ow-panel .body .snapshots-list .no-snapshot {
  margin: 2rem;
  text-align: center;
  color: #343434;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
ow-editor-snapshot-panel.ow-panel .body .ow-ds-panel-list-item .snapshot-name:hover {
  font-weight: 600;
  cursor: pointer;
}
ow-editor-snapshot-panel.ow-panel .body ul.snapshot-items .snapshot-name {
  white-space: nowrap;
  overflow: hidden;
}
ow-editor-snapshot-panel.ow-panel .body ul.snapshot-items .snapshot-name.not-renaming {
  text-overflow: ellipsis;
}
ow-editor-snapshot-panel.ow-panel .body .bottom-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
}
ow-editor-snapshot-panel.ow-panel .body .bottom-buttons button {
  display: flex;
  align-items: center;
  margin: 0.5rem;
  padding: 0.1rem 1.7rem 0.1rem 1rem;
  color: white;
  border: none;
  background-color: #343433;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
}
ow-editor-snapshot-panel.ow-panel .body .bottom-buttons button:hover {
  background: #5f5f5f;
}
ow-editor-snapshot-panel.ow-panel .body .bottom-buttons .material-icons {
  line-height: 26px;
  font-size: 20px;
}
span.snapshot-name input {
  width: 100%;
}
.is-focus {
  border: #454545 1px solid !important;
  font-weight: 300;
}
ow-editor-text-block-toolbar {
  position: absolute;
  top: 100px;
  left: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
ow-editor-text-block-toolbar #cke-toolbar {
  min-width: 780px;
}
ow-editor-text-block-toolbar .cke-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  background: #343433;
  border-radius: 50px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
}
ow-editor-text-block-toolbar .cke-toolbar-container .cke-toolbar-handler {
  width: 40px;
  min-width: 40px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/modules/owebo/images/icon-move.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 30px;
  cursor: move;
}
ow-editor-text-block-toolbar .toggle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  width: 25px;
  height: 25px;
  color: white;
  background-color: #343433;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
}
ow-editor-text-block-toolbar .toggle-button:hover {
  background-color: #5c5c5c;
}
.cke_chrome {
  border: none !important;
}
.cke,
.cke .cke_inner {
  background: transparent;
  border-radius: 4px;
}
.cke .cke_inner .cke_top {
  padding: 11px;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.cke .cke_inner .cke_top .cke_toolgroup,
.cke .cke_inner .cke_top .cke_combo {
  margin: 0;
}
.editor-view.mobile-view {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  margin-top: 50px;
}
.editor-view.mobile-view ow-container {
  margin-bottom: 80px;
}
.editor-view.mobile-view .mobile-container {
  width: 325px;
  background-color: white;
}
.editor-view.mobile-view ow-section.mobile-auto-mode {
  height: auto !important;
  padding: 20px;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .block {
  display: block;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .block:not(.button):not(.shape):not(.image):not(.socialframe):not(.webpage):not(.video) {
  width: 100% !important;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .block:not(.shape):not(.button):not(.image):not(.map):not(.socialframe):not(.webpage):not(.carousel):not(.video) {
  height: auto !important;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .button,
.editor-view.mobile-view ow-section.mobile-auto-mode .map,
.editor-view.mobile-view ow-section.mobile-auto-mode .socialframe,
.editor-view.mobile-view ow-section.mobile-auto-mode .webpage {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100%;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .image,
.editor-view.mobile-view ow-section.mobile-auto-mode .shape {
  margin-left: auto !important;
  margin-right: auto !important;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .carousel {
  max-height: 300px !important;
}
.editor-view.mobile-view ow-section.mobile-auto-mode .ow-section-blocks-container {
  height: auto !important;
}
.editor-view.mobile-view ow-section.mobile-auto-mode ow-anchor {
  height: 22px;
  position: relative;
}
.editor-view.mobile-view ow-section.mobile-auto-mode ow-anchor .anchor-container {
  width: 325px;
  margin-left: -20px;
}
.editor-view.mobile-view .ow-section-blocks-container {
  display: flex;
  flex-direction: column;
}
.editor-view.mobile-view .inactive-block {
  display: none;
}
.editor-view.mobile-view .ow-block-container {
  position: relative;
}
ow-anchor {
  position: absolute;
  width: 100%;
}
.mobile-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-frame .frame-border {
  position: fixed;
  top: 20px;
  bottom: 20px;
  width: 329px;
  border-radius: 25px;
  border: 2px solid white;
}
.mobile-frame .frame-top-container {
  position: fixed;
  width: 350px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  background-color: #7a7a7a;
}
.mobile-frame .frame-top-container .frame-top {
  margin-top: 20px;
  width: 329px;
  height: 40px;
  background-color: white;
  border-radius: 25px 25px 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
}
.mobile-frame .frame-bottom-container {
  position: fixed;
  bottom: 0;
  width: 350px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  background-color: #7a7a7a;
}
.mobile-frame .frame-bottom-container .frame-bottom {
  position: absolute;
  bottom: 20px;
  width: 329px;
  height: 70px;
  background-color: white;
  border-radius: 0 0 25px 25px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
}
@media all and (max-height: 600px) {
  .editor-view.mobile-view {
    margin-top: 0;
  }
  .editor-view.mobile-view ow-container {
    margin-bottom: 0;
  }
  .mobile-frame,
  .top-hide,
  .bottom-hide {
    display: none;
  }
}
.ow-page-selector {
  width: 185px;
  position: relative;
}
.ow-page-selector .current {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ow-page-selector .current .page-name {
  flex-grow: 1;
  padding: 0.8rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #343433;
  background-color: white;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ow-page-selector .current .icon {
  width: 35px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E7E8;
  color: #343433;
  border-radius: 0 3px 3px 0;
}
.ow-page-selector .current .icon .material-icons {
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.ow-page-selector .current.opened .page-name {
  border-radius: 3px 0 0 0;
}
.ow-page-selector .current.opened .icon {
  border-radius: 0 3px 0 0;
}
.ow-page-selector .current.opened .icon .material-icons {
  transform: rotate(-90deg);
}
.ow-page-selector .current.disabled {
  opacity: 0.8;
  cursor: default;
}
.ow-page-selector .list {
  position: absolute;
  width: 185px;
  background-color: white;
  border: 1px solid #E6E7E8;
  border-radius: 0 0 3px 3px;
}
.ow-page-selector .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  max-height: 400px;
  overflow-y: scroll;
}
.ow-page-selector .list ul li {
  padding: 0.5rem;
  color: #343433;
  border-bottom: 1px solid #CCCCCC;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ow-page-selector .list ul li .site-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background-color: grey;
  color: white;
  border-radius: 10px;
}
.ow-page-selector .list ul li:hover {
  background-color: #f9f9f9;
}
.ow-page-selector .list ul li:last-child {
  border: none;
}
.ow-page-selector .list ul li.site {
  background-color: #E6E7E8;
}
.ow-page-selector .list ul li.page-1,
.ow-page-selector .list ul li.page-2,
.ow-page-selector .list ul li.page-3,
.ow-page-selector .list ul li.more {
  cursor: pointer;
}
.ow-page-selector .list ul li.page-1 {
  padding-left: 10px;
}
.ow-page-selector .list ul li.page-2 {
  padding-left: 40px;
}
.ow-page-selector .list ul li.page-3 {
  padding-left: 70px;
}
.ow-page-selector .list ul li.more {
  color: #2761c3;
  text-align: center;
  font-weight: bold;
}
.ow-page-selector .list ul li.loading {
  text-align: center;
}
@media all and (min-width: 1400px) {
  .ow-page-selector {
    width: 240px;
  }
  .ow-page-selector .list {
    width: 240px;
  }
}
.button-settings-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.button-label-container {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.button-label-container label {
  padding-right: 1rem;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.button-label-container input {
  flex-grow: 1;
  padding-right: 3rem;
}
.button-message {
  background-color: #E6E7E8;
  padding: 1rem;
}
.button-features {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
.button-features .button-choices {
  background-color: #8fc1ff;
  color: white;
  padding: 1rem;
  min-width: 210px;
}
.button-features .button-choices label {
  font-weight: normal;
  margin-left: 1rem;
}
.button-features .button-choice-settings {
  flex-grow: 1;
}
.button-features .button-choice-settings .button-choice-setting {
  padding: 1rem;
}
.button-features .button-choice-settings .button-choice-setting label,
.button-features .button-choice-settings .button-choice-setting select,
.button-features .button-choice-settings .button-choice-setting input {
  width: 100%;
  margin-bottom: 0.5rem;
}
.button-features .button-choice-settings .button-choice-setting p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #343433;
}
.slider-container {
  padding: 0 1rem;
}
.hyperlink-settings {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.hyperlink-settings .left {
  flex-grow: 0;
}
.hyperlink-settings .left .top-label {
  padding: 1rem;
  font-size: 1.1rem;
  background-color: #2761c3;
  color: white;
}
.hyperlink-settings .right {
  flex-grow: 1;
  background-color: #E6E7E8;
  padding: 15px;
}
.hyperlink-links-list-wrap {
  border-bottom: #8fc1ff 2px solid;
}
.hyperlink-links-list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 8px;
}
.hyperlink-links-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2em 0.35em;
  width: 32px;
  height: 32px;
  border: 2px solid white;
  border-radius: 2px;
  cursor: pointer;
}
.hyperlink-links-list li:hover {
  border-color: #E6E7E8;
}
.hyperlink-links-list li.active,
.hyperlink-links-list li.active:hover {
  border-color: #8fc1ff;
}
.ow-ds-hyperlink-selector-tabs {
  padding: 0 0 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-ds-hyperlink-selector-tabs .tabs {
  display: flex;
  flex-direction: row;
  background-color: white;
  font-size: 1.3rem;
  font-weight: 300;
}
.ow-ds-hyperlink-selector-tabs .tabs .tab {
  background-color: #8fc1ff;
  color: white;
  padding: 0.2rem 3rem;
  cursor: pointer;
  height: 24px;
}
.ow-ds-hyperlink-selector-tabs .tabs .tab:first-of-type {
  border-radius: 50px 0 0 50px;
  border-right: 1px solid white;
}
.ow-ds-hyperlink-selector-tabs .tabs .tab:last-of-type {
  border-radius: 0 50px 50px 0;
}
.ow-ds-hyperlink-selector-tabs .tabs .tab:hover {
  background-color: #a1cbff;
}
.ow-ds-hyperlink-selector-tabs .tabs .active,
.ow-ds-hyperlink-selector-tabs .tabs .active:hover {
  background-color: #a1cbff;
}
.hyperlink-empty {
  width: 292px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #E6E7E8;
}
.hyperlink-iconsets {
  list-style-type: none;
  padding: 0 8px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.hyperlink-iconsets li ul {
  list-style-type: none;
  padding: 6px 4px;
  margin: 0;
  display: flex;
  justify-content: space-around;
  width: 330px;
  margin: 0.2rem;
  border: 2px solid white;
  border-radius: 2px;
  cursor: pointer;
}
.hyperlink-iconsets li ul:hover {
  border-color: #E6E7E8;
}
.hyperlink-iconsets li ul.active,
.hyperlink-iconsets li ul.active:hover {
  border-color: #8fc1ff;
}
.floating-delete {
  position: absolute;
  right: 13px;
  top: 86px;
}
.floating-delete button {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
}
@keyframes blinkAnimation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes blinkAnimation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes blinkAnimation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinkAnimation {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
ow-editor-saving-warning-panel {
  position: fixed;
  display: none;
}
ow-editor-saving-warning-panel .body {
  background-color: white;
  border: 3px solid #8fc1ff;
  border-radius: 16px;
  padding: 6px 20px;
  opacity: 0;
}
ow-editor-saving-warning-panel .body p {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #343434;
}
ow-editor-saving-warning-panel.display {
  display: block;
}
ow-editor-saving-warning-panel.display .body {
  -webkit-animation: blinkAnimation 5s 1;
  -moz-animation: blinkAnimation 5s 1;
  -o-animation: blinkAnimation 5s 1;
  animation: blinkAnimation 5s 1;
}
.no-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  overflow: hidden;
}
.test-image {
  opacity: 0;
  z-index: -1000;
}
.form-placeholder {
  width: 100%;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  opacity: 0.3;
}
.form-placeholder .mat-spinner {
  width: 60px;
  height: 60px;
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: #2761c3;
}
.hidden-blocks-counter {
  position: absolute;
  top: 14px;
  right: 7px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  background-color: #F19947;
  border-radius: 50%;
}
ow-section.mobile-auto-mode ow-hyperlink {
  width: 100%;
  display: block;
  text-align: center;
}
ow-section.mobile-auto-mode ow-hyperlink > ul {
  width: auto;
  display: inline-block;
}
.extensions-container {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E0E0E0;
}
.extensions-container .extensions-category {
  width: 35%;
  text-align: left;
  color: #2761c3;
}
.extensions-container .extensions-list {
  width: 65%;
  text-align: left;
}
.extensions-container .extensions-list .extension {
  display: inline-block;
  margin-right: 15px;
}
ow-editor-template-install-dialog {
  display: flex;
  flex-direction: column;
  height: 100%;
}
ow-editor-template-install-dialog .ow-ds-dialog-content {
  flex-grow: 1;
}
ow-editor-template-install-dialog .dialog-templates-list {
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
  overflow-y: scroll;
  padding: 0;
}
ow-editor-template-install-dialog .dialog-templates-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
ow-editor-template-install-dialog .dialog-templates-overlay p {
  font-size: 20px;
}
ow-editor-template-install-dialog .dialog-templates-overlay .dialog-templates-overlay-buttons {
  display: flex;
  justify-content: center;
}
ow-editor-template-install-dialog .categories-list {
  position: sticky;
  top: 0;
  padding: 25px;
  display: flex;
  align-items: center;
  background-color: white;
  border-bottom: 1px solid #E0E0E0;
  z-index: 100;
}
ow-editor-template-install-dialog .categories-list .categories-list-title {
  font-size: 18px;
  font-weight: 500;
}
ow-editor-template-install-dialog .categories-list ul {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  list-style-type: none;
  padding: 0 20px;
  margin: 0;
}
ow-editor-template-install-dialog .categories-list ul li {
  padding: 1px 4px;
  cursor: pointer;
  border: 1px solid transparent;
}
ow-editor-template-install-dialog .categories-list ul li.active {
  color: #2761c3;
  border-color: #2761c3;
  border-radius: 4px;
}
ow-editor-template-install-dialog .templates-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ow-editor-template-install-dialog .templates-list .templates-list-template {
  position: relative;
  width: 40%;
  margin: 5%;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner {
  position: relative;
  display: block;
  padding-top: 75%;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-top-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #e8e8e8;
  border-radius: 8px 8px 0 0;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-top-bar .template-top-bar-circle {
  width: 5px;
  height: 5px;
  margin: 3px 0 0 3px;
  background-color: #fff;
  border-radius: 5px;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-top-bar .template-top-bar-circle:first-of-type {
  margin-left: 8px;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner img.template-image {
  position: absolute;
  width: 100%;
  height: calc(100% - 18px);
  top: 18px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 0;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-overlay .template-choose-button {
  padding: 4px;
  margin-bottom: 10px;
  background-color: #F19947;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-overlay .template-preview-button {
  padding: 4px;
  margin-bottom: 10px;
  background-color: #2761c3;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-overlay .template-choose-button:hover {
  background-color: #F9C18F;
  color: black;
  text-decoration: none;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-overlay .template-preview-button:hover {
  background-color: #2c77d1;
  color: white;
  text-decoration: none;
}
ow-editor-template-install-dialog .templates-list .templates-list-template .templates-list-template-inner .template-overlay:hover {
  opacity: 1;
}
