.right.separator {
  border-left: 1px solid #e6e7e8;
  min-width: 128px;
}
.ow-ds-sidenav-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: #979797;
  color: white;
  opacity: 1;
  border-radius: 20px;
  border: none;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
}
.ow-ds-sidenav-close .material-icons {
  font-size: 15px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.ow-ds-sidenav-close:hover {
  opacity: 0.8;
}
.ow-ds-sidenav-close.inner-windows {
  top: 6px;
  right: 6px;
  height: 18px;
  width: 18px;
}
.ow-ds-sidenav-close.inner-windows .material-icons {
  font-size: 13px;
  line-height: 19px;
  margin: 0 -3px;
}
.styles-custom-color-picker,
.styles-custom-fonts {
  width: 100%;
  background: #E6E7E8;
  padding: 10px 0 20px 0;
  border-radius: 4px;
  position: relative;
  -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);
}
.fonts-custom-container {
  margin: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid grey;
}
.fonts-custom-container .fonts-custom-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  height: 35px;
}
.fonts-custom-container .fonts-custom-line .right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fonts-custom-container .fonts-custom-line .right > * {
  margin-left: 1rem;
}
.fonts-custom-container .fonts-custom-line .right .material-icons {
  font-size: 17px;
}
.fonts-custom-container .fonts-custom-line .right .style-buttons {
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
  background: none;
  padding: 0;
  border: none;
  border-radius: 6px;
  height: 21px;
  overflow: hidden;
}
.fonts-custom-container .fonts-custom-line .right .style-buttons button {
  border: none;
  border-right: none;
  background-color: white;
  margin: 0;
  padding: 0;
  width: 26px;
  /* height: 23px; */
  line-height: 28px;
  color: #696969;
}
.fonts-custom-container .fonts-custom-line .right .style-buttons button:first-child {
  border-right: 1px solid #e6e7e8;
}
.fonts-custom-container .fonts-custom-line .right .style-buttons button:last-child {
  border-left: 1px solid #e6e7e8;
}
.fonts-custom-container .fonts-custom-line .right .style-buttons button:hover {
  background-color: #696969;
  color: white;
}
.fonts-custom-container .fonts-custom-line .right .style-buttons button.active {
  background-color: #696969;
  color: white;
}
.ow-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  min-height: inherit;
  background-color: #343433;
}
.ow-navbar .mat-button,
.ow-navbar .mat-fab,
.ow-navbar .mat-icon-button,
.ow-navbar .mat-mini-fab,
.ow-navbar .mat-raised-button {
  min-width: inherit;
}
mat-toolbar.ow-navbar {
  padding: 0 0 0 16px;
}
.ow-navbar a:focus,
.ow-navbar a:hover {
  color: inherit;
  text-decoration: inherit;
}
.ow-navbar .active {
  background-color: rgba(255, 255, 255, 0.1);
}
.ow-navbar-logo {
  padding-right: 1rem;
}
.navbar-spacer {
  flex: 1 1 auto;
}
.preview-text {
  margin: 0;
  color: white;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.ow-navbar .navbar-button {
  height: 60px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.ow-navbar .navbar-icon-button {
  width: 60px;
  padding: 0;
}
.ow-navbar .navbar-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.ow-navbar .navbar-button.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.ow-navbar .navbar-button:disabled {
  color: rgba(255, 255, 255, 0.4);
}
.ow-navbar .navbar-button:disabled:hover {
  background-color: transparent;
}
.ow-navbar .navbar-button.navbar-button-saved {
  color: green;
}
.ow-navbar .navbar-button.navbar-button-saving-error {
  color: red;
}
.ow-navbar .navbar-button.navbar-button-saving {
  opacity: 0.6;
  -webkit-animation: savingAnimation 3s infinite;
  -moz-animation: savingAnimation 3s infinite;
  -o-animation: savingAnimation 3s infinite;
  animation: savingAnimation 3s infinite;
}
.ow-navbar .navbar-button.navbar-button-save {
  opacity: 0.6;
}
@keyframes savingAnimation {
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-o-keyframes savingAnimation {
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-moz-keyframes savingAnimation {
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes savingAnimation {
  10% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
.ow-navbar .navbar-button.close-preview-button {
  background-color: #F19947;
  font-weight: normal;
}
.ow-navbar .navbar-button.close-preview-button:hover {
  background-color: #F9C18F;
}
.ow-navbar .navbar-button.ow-ds-puplish-btn {
  margin-left: 20px;
  padding-left: 2rem;
  background-color: #2761c3;
  border-radius: 40px 0 0 40px;
}
.ow-navbar .navbar-button.ow-ds-puplish-btn:hover {
  background-color: #2c77d1;
}
.ow-navbar .navbar-button.ow-ds-puplish-btn:disabled {
  opacity: 0.8;
}
.ow-ds-redo,
.ow-ds-undo {
  font-size: 36px;
}
i.material-icons.ow-ds-redo {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ow-ds-exit-btn .material-icons,
.ow-ds-profil-btn .material-icons {
  font-size: 3.2rem;
  height: 30px;
}
.ow-ds-exit-btn .mat-icon,
.ow-ds-profil-btn .mat-icon {
  width: auto;
}
.ow-ds-exit-btn.mat-button,
.ow-ds-profil-btn.mat-button {
  padding: 0 6px;
}
.ow-ds-separateur {
  margin: 0;
  background: white;
  opacity: 0.1;
  width: 1px;
  height: 100%;
}
.ow-ds-trial-btm {
  border: none;
  background: none;
}
.ow-ds-trial-btm .ow-ds-register {
  background: #F19947;
  border: none;
  border-radius: 50px 0 0 50px;
  color: white;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0px 5px 15px;
}
.ow-ds-trial-btm .ow-ds-countdown {
  background-image: url(/modules/owebo/images/elements/countdown-oblique.png);
  background-repeat: no-repeat;
  background-color: #F9C18F;
  border: none;
  border-radius: 0 50px 50px 0;
  color: #343433;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px 5px 25px;
}
@media (max-width: 1450px) {
  .ow-ds-trial-btm .ow-ds-register {
    display: none;
  }
  .ow-ds-trial-btm .ow-ds-countdown {
    background-image: none;
    border-radius: 50px;
    padding: 5px 15px;
    white-space: nowrap;
  }
}
.ow-ds-trial-btm:hover .ow-ds-register,
.ow-ds-trial-btm:hover .ow-ds-countdown {
  background-color: #ffab5e;
  background-image: none;
  cursor: pointer;
  color: #ffffff;
}
.ow-leftnav {
  position: fixed;
  width: 80px;
  height: 100%;
  padding-bottom: 60px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #343433;
}
.ow-leftnav .leftnav-bottom .language-button {
  width: 100%;
  padding: 5px 0 5px 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ow-leftnav .leftnav-bottom .language-button .language-button-icon {
  opacity: 0.5;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  transform: rotate(180deg);
}
.ow-leftnav .leftnav-bottom .language-button:hover,
.ow-leftnav .leftnav-bottom .language-button.active {
  background-color: rgba(0, 0, 0, 0.4);
}
.ow-leftnav .leftnav-bottom .language-button.active .language-button-icon {
  transform: rotate(180deg);
}
.ow-leftnav .leftnav-bottom .language-list {
  position: fixed;
  bottom: 0;
  left: 80px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #484847;
}
.ow-leftnav .leftnav-bottom .language-list li {
  height: 34px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: white;
  cursor: pointer;
}
.ow-leftnav .leftnav-bottom .language-list li:hover {
  background-color: #343433;
}
.ow-leftnav button {
  display: inline-block;
  width: 80px;
  color: rgba(255, 255, 255, 0.56);
  min-width: inherit;
  padding-top: 20px;
  background: none;
  border: none;
}
.ow-leftnav button .material-icons.ow-ds-blue {
  color: #8fc1ff;
}
.ow-leftnav button .material-icons.ow-ds-orange {
  color: #ffab5e;
}
.ow-leftnav button:hover {
  color: #FFFFFF;
}
.ow-leftnav button:hover .material-icons.ow-ds-blue {
  color: #ffffff;
}
.ow-leftnav button:hover .material-icons.ow-ds-orange {
  color: #ffffff;
}
.ow-leftnav button.active {
  color: #FFFFFF;
}
.ow-leftnav button.active .material-icons.ow-ds-blue {
  color: #ffffff;
}
.ow-leftnav button.active .material-icons.ow-ds-orange {
  color: #ffffff;
}
.ow-leftnav i {
  font-size: 5rem;
}
.ow-ds-sidenav-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3px 0 0 7px;
  background: #E6E7E8;
  font-family: 'Montserrat', sans-serif;
}
.ow-ds-sidenav-option-area {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border: #8fc1ff 3px solid;
  border-radius: 33px 0 0 0;
  background: white;
  overflow-y: auto;
}
.ow-ds-sidenav-option-area.ow-ds-sidenav-grey-option-area {
  background-color: #edeeef;
}
.ow-ds-sidenav-option-area .right-sub-list {
  padding: 2.2rem 1.2rem;
}
.ow-ds-sidenav-option-area .sub-title {
  background-color: #E6E7E8;
  padding: 10px;
  font-size: 16px;
}
.ow-ds-sidenav-container-2col {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #E6E7E8;
}
.mat-sidenav-container {
  background-color: #7a7a7a;
}
.mat-sidenav-container.desktop-container {
  background-color: white;
}
ow-editor-sidenav-pages,
ow-editor-sidenav-sections {
  display: block;
  width: 450px;
  height: 100%;
}
ow-editor-sidenav-styles,
ow-editor-sidenav-modules,
ow-editor-sidenav-files,
ow-editor-sidenav-settings {
  width: 510px;
}
ow-editor-sidenav-hidden-on-mobile {
  display: block;
  width: 400px;
  height: 100%;
}
ow-editor-sidenav-modules.larger {
  width: 560px;
}
.ow-sidenav p.ow-sidenav-title {
  margin: 20px 0 2px 40px;
  padding: 0;
  font-size: 1.7rem;
  color: #343433;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.ow-sidenav p.ow-sidenav-title.ow-ds-2col-title {
  margin: 30px 0 2px 168px;
}
.mat-sidenav-backdrop.mat-sidenav-shown {
  opacity: 0;
}
.ow-ds-sidenav-top-actions {
  padding: 2rem;
  border-bottom: 3px solid #8fc1ff;
  background-color: white;
}
.ow-ds-sidenav-top-actions p {
  margin: 0;
}
.ow-ds-action-btn {
  margin: 0 0.2rem;
  width: 11rem;
  background: none;
  border: none;
  line-height: 1.7rem;
  font-size: 12px;
  color: dimgrey;
  font-family: 'Montserrat', sans-serif;
}
.ow-ds-sidenav-top-actions .right-content-buttons .material-icons {
  color: #2761c3;
  font-size: 5rem;
}
.ow-ds-sidenav-top-actions .right-content-buttons .material-icons:hover {
  color: #2c77d1;
}
button.ow-ds-action-btn svg {
  width: 45px;
  height: 45px;
  fill: #2761c3;
}
button.ow-ds-action-btn svg:hover {
  fill: #2c77d1;
}
.ow-ds-sidenav-top-actions .right-content-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.anchor-panel-ajustment .ow-ds-sidenav-top-actions {
  padding: 3rem 1.2rem 3rem 1.2rem;
  overflow: hidden;
  border: none;
}
.ow-ds-sidenav-top-actions.remove-padding {
  padding: 0;
}
.ow-ds-sidenav-bottom-list {
  padding: 2.2rem 1.2rem;
}
.ow-sidenav-list {
  list-style-type: none;
  padding: 10px 5px;
  margin: 0;
  overflow-y: auto;
  color: #343433;
}
.ow-sidenav-list li {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: #e6e7e8 1px solid;
}
.ow-sidenav-list li .name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-weight: 400;
}
.ow-sidenav-list li .name mat-icon {
  margin-right: 1rem;
  color: #e6e7e8;
}
.ow-sidenav-list li .name input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e6e7e8;
  padding: 2px 4px;
}
.ow-sidenav-list li .actions {
  display: flex;
  flex-direction: row;
  border-left: 1px solid #e6e7e8;
  padding: 0 1rem;
}
.ow-sidenav-list li .actions > button,
.ow-sidenav-list li .actions > .blank {
  border: none;
  background-color: transparent;
  width: 28px;
  height: 24px;
  padding: 0.2rem;
  margin: 0 0.2rem;
  color: #696969;
}
.ow-sidenav-list li .actions > .material-icons {
  cursor: default;
}
.ow-sidenav-list li .actions > button[disabled],
.ow-sidenav-list li .actions > button[disabled]:hover {
  color: #777777;
  cursor: default;
}
.ow-sidenav-list li .actions > button:hover {
  color: #919191;
}
.ow-sidenav-list svg {
  fill: #696969;
  stroke: #696969;
  margin-right: 5px;
  min-width: 25px;
}
.ow-sidenav-sub-list {
  padding: 0px 5px 10px;
}
.ow-sidenav-sub-list .block-thumbnail {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin: -3px 15px -3px 0;
  padding: 3px;
  background-position: center;
  background-size: cover;
}
.ow-sidenav-sub-list .block-thumbnail .mat-icon {
  color: #808080;
  font-size: 24px;
}
.ow-sidenav-empty-list-message p {
  text-align: center;
  padding: 20px;
}
.ow-sections-list .name {
  padding: 0.7rem;
}
.ow-sections-list .name svg {
  margin: 0rem 0.6rem 0rem 0;
  padding: 3px;
  width: 27px;
  height: 27px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  fill: transparent;
  stroke: transparent;
}
ow-editor-sidenav-styles,
ow-editor-sidenav-modules,
ow-editor-sidenav-files,
ow-editor-sidenav-settings {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}
.ow-sidenav-2columns-container {
  flex-grow: 1;
  height: calc(100% - 60px);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #E6E7E8;
}
.ow-sidenav-2columns-container .list {
  color: #343433;
  list-style-type: none;
  padding: 2rem 0 0;
  width: 115px;
  min-width: 115px;
  max-width: 115px;
  margin-right: 10px;
}
.ow-sidenav-2columns-container .list li button {
  width: 100%;
  padding: 1rem;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-height: 650px) {
  .ow-sidenav-2columns-container .list li button {
    padding: 0.5rem 0.8rem;
  }
}
.ow-sidenav-2columns-container .list.center li button {
  text-align: center;
}
.ow-sidenav-2columns-container .list li button:hover {
  background-color: #343433;
  color: white;
  border-radius: 0 6px 6px 0;
}
.ow-sidenav-2columns-container .list li button.active {
  background-color: #343433;
  color: white;
  border-radius: 0 6px 6px 0;
}
.ow-sidenav-2columns-container .right-lists,
.ow-sidenav-2columns-container .right-contents {
  flex-grow: 1;
  overflow-y: auto;
}
.ow-sidenav-2columns-container .right-list .right-content-buttons,
.ow-sidenav-2columns-container .right-content .right-content-buttons,
.ow-sidenav-2columns-container .right-sub-list .right-content-buttons,
.ow-sidenav-2columns-container .right-sub-content .right-content-buttons {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}
.ow-sidenav-2columns-container .right-list .tabs,
.ow-sidenav-2columns-container .right-content .tabs,
.ow-sidenav-2columns-container .right-sub-list .tabs,
.ow-sidenav-2columns-container .right-sub-content .tabs {
  display: flex;
  flex-direction: row;
}
.ow-sidenav-2columns-container .right-list .tabs .tab,
.ow-sidenav-2columns-container .right-content .tabs .tab,
.ow-sidenav-2columns-container .right-sub-list .tabs .tab,
.ow-sidenav-2columns-container .right-sub-content .tabs .tab {
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  color: white;
  background-color: #8fc1ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ow-sidenav-2columns-container .right-list .tabs .tab:hover,
.ow-sidenav-2columns-container .right-content .tabs .tab:hover,
.ow-sidenav-2columns-container .right-sub-list .tabs .tab:hover,
.ow-sidenav-2columns-container .right-sub-content .tabs .tab:hover {
  background-color: #a1cbff;
}
.ow-sidenav-2columns-container .right-list .tabs .active,
.ow-sidenav-2columns-container .right-content .tabs .active,
.ow-sidenav-2columns-container .right-sub-list .tabs .active,
.ow-sidenav-2columns-container .right-sub-content .tabs .active {
  background-color: #a1cbff;
}
.right-sub-content.center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ow-sidenav-2columns-container .right-sub-content.fonts-preview .font-preview {
  height: 40px;
  margin: 0 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.ow-sidenav-2columns-container .right-sub-content.fonts-preview .font-preview .font-element {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.font-element-h1 {
  background-color: rgba(0, 0, 0, 0.8);
}
.font-element-h2 {
  background-color: rgba(0, 0, 0, 0.7);
}
.font-element-h3 {
  background-color: rgba(0, 0, 0, 0.6);
}
.font-element-h4 {
  background-color: rgba(0, 0, 0, 0.5);
}
.font-element-h5 {
  background-color: rgba(0, 0, 0, 0.4);
}
.font-element-h6 {
  background-color: rgba(0, 0, 0, 0.3);
}
.font-element-p {
  background-color: #8fc1ff;
}
.font-h1 {
  font-size: 22px;
}
.font-h2 {
  font-size: 21px;
}
.font-h3 {
  font-size: 20px;
}
.font-h4 {
  font-size: 19px;
}
.font-h5 {
  font-size: 18px;
}
.font-h6 {
  font-size: 17px;
}
.font-p {
  font-size: 14px;
}
.ow-sidenav-2columns-container .right-title {
  margin: 1rem 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ow-sidenav-2columns-container .modules {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.ow-sidenav-2columns-container .modules li {
  cursor: move;
}
.ow-ds-2col-btn .material-icons {
  font-size: 45px;
}
.ow-sidenav-2columns-container .warning-message {
  margin: 1rem 4rem 0;
  text-align: center;
}
.ow-sidenav-2columns-container .text-modules {
  padding: 1rem 0 0;
}
.ow-sidenav-2columns-container .text-modules li {
  width: 100%;
  border-radius: 10px;
  margin: 1rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  height: 64px;
  overflow: hidden;
}
.ow-sidenav-2columns-container .text-modules li .html-tag {
  min-width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
}
.ow-sidenav-2columns-container .text-modules li .preview-label {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.ow-sidenav-2columns-container .text-modules li .preview-label h1,
.ow-sidenav-2columns-container .text-modules li .preview-label h2,
.ow-sidenav-2columns-container .text-modules li .preview-label h3,
.ow-sidenav-2columns-container .text-modules li .preview-label h4,
.ow-sidenav-2columns-container .text-modules li .preview-label h5,
.ow-sidenav-2columns-container .text-modules li .preview-label h6,
.ow-sidenav-2columns-container .text-modules li .preview-label p {
  margin: 0;
}
.ow-sidenav-2columns-container .text-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .shape-modules {
  justify-content: flex-start;
  padding: 1rem 0 1rem 0.2rem;
}
.ow-sidenav-2columns-container .shape-modules li {
  width: 85px;
  height: 85px;
  margin: 14px;
  transition: 0.2s;
}
.ow-sidenav-2columns-container .shape-modules li:hover {
  transform: scale(1.15);
}
.ow-sidenav-2columns-container .button-modules li {
  margin: 1rem;
  transition: 0.2s;
}
.ow-sidenav-2columns-container .button-modules li .button-preview {
  display: block;
  width: 100%;
  height: 100%;
}
.ow-sidenav-2columns-container .button-modules li:hover {
  transform: scale(1.12);
}
.fakeButton {
  width: 100%;
  height: 100%;
  cursor: move;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block .fakeButton {
  cursor: default;
}
.ow-sidenav-2columns-container .assembly-modules {
  padding: 0;
}
.ow-sidenav-2columns-container .assembly-modules li {
  position: relative;
  width: 100%;
  margin: 1rem 0.5rem;
  padding: 10px 0;
  text-align: center;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .assembly-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .assembly-modules li.active {
  border-color: #8fc1ff;
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .assembly-modules li .assembly-add-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8fc1ff;
  border-radius: 50%;
  background-color: white;
  color: #8fc1ff;
}
.ow-sidenav-2columns-container .assembly-modules li .assembly-add-button mat-icnon {
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.ow-sidenav-2columns-container .assembly-modules li .assembly-add-button:hover {
  border-color: #a1cbff;
  background-color: #a1cbff;
  color: white;
}
.ow-sidenav-2columns-container .menu-modules li,
.ow-sidenav-2columns-container .gallery-modules li {
  width: 100%;
  margin: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .menu-modules li img,
.ow-sidenav-2columns-container .gallery-modules li img {
  width: 100%;
}
.ow-sidenav-2columns-container .menu-modules li:hover,
.ow-sidenav-2columns-container .gallery-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .menu-modules li img {
  border-radius: 10px;
}
.ow-sidenav-2columns-container .widget-modules li {
  width: 100%;
  margin: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .widget-modules li img {
  height: 30px;
  margin-top: 5px;
}
.ow-sidenav-2columns-container .widget-modules li .widget-title {
  margin: 12px 0 0;
  font-weight: bold;
}
.ow-sidenav-2columns-container .widget-modules li .widget-descr {
  margin: 5px 0 0;
  font-size: 12px;
}
.ow-sidenav-2columns-container .widget-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .gallery-modules li {
  padding: 1rem;
}
.ow-sidenav-2columns-container .switcher-modules li {
  width: 100%;
  margin: 1rem;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .switcher-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .hyperlinks-modules > li {
  width: 100%;
  border-radius: 10px;
  margin: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .hyperlinks-modules > li .social-hyperlinks {
  min-height: 45px;
  border-radius: 10px;
}
.ow-sidenav-2columns-container .hyperlinks-modules > li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .socialframe-modules li {
  margin: 0.6rem;
  overflow: hidden;
}
.ow-sidenav-2columns-container .image-modules li,
ul.images-library li {
  width: 133px;
  height: 133px;
  margin: 1rem;
  background-position: top left;
  background-repeat: repeat;
  background-image: url('/modules/owebo/images/transparent-background.png');
  position: relative;
}
.ow-sidenav-2columns-container .image-modules li .image-background,
ul.images-library li .image-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ow-sidenav-2columns-container .image-modules li .image-hover,
ul.images-library li .image-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ow-sidenav-2columns-container .image-modules li .image-hover .image-info,
ul.images-library li .image-hover .image-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #8fc1ff;
  color: white;
  font-size: 1rem;
}
.ow-sidenav-2columns-container .image-modules li .image-hover .image-info .name,
ul.images-library li .image-hover .image-info .name {
  flex-grow: 1;
  padding: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ow-sidenav-2columns-container .image-modules li .image-hover .image-info .delete,
ul.images-library li .image-hover .image-info .delete {
  flex-grow: 0;
  width: 18px;
  height: 18px;
  border: none;
  border-left: 1px solid white;
  padding: 0;
  background-color: transparent;
  text-align: left;
}
.ow-sidenav-2columns-container .image-modules li .image-hover .image-info .delete .material-icons,
ul.images-library li .image-hover .image-info .delete .material-icons {
  font-size: 18px;
}
.ow-sidenav-2columns-container .image-modules li .image-hover:hover,
ul.images-library li .image-hover:hover {
  opacity: 1;
}
.ow-sidenav-2columns-container .image-modules li .deleting-loader,
ul.images-library li .deleting-loader,
.ow-sidenav-2columns-container .image-modules li .importing-loader,
ul.images-library li .importing-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.ow-sidenav-2columns-container .image-modules li .deleting-loader .mat-spinner,
ul.images-library li .deleting-loader .mat-spinner,
.ow-sidenav-2columns-container .image-modules li .importing-loader .mat-spinner,
ul.images-library li .importing-loader .mat-spinner,
.ow-sidenav-2columns-container .image-modules li .deleting-loader .mat-spinner svg,
ul.images-library li .deleting-loader .mat-spinner svg,
.ow-sidenav-2columns-container .image-modules li .importing-loader .mat-spinner svg,
ul.images-library li .importing-loader .mat-spinner svg {
  width: 60px !important;
  height: 60px !important;
}
.ow-sidenav-2columns-container .image-modules li:hover,
ul.images-library li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .image-modules {
  justify-content: flex-start;
  padding: 1rem 0 1rem 1.5rem;
}
ul.images-library {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1.5rem;
}
ul.images-library li {
  position: relative;
  list-style-type: none;
  cursor: pointer;
}
ul.images-library li.add-image-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a1cbff;
  background-image: inherit;
  color: white;
}
ul.images-library li.add-image-button .mat-icon {
  height: 48px;
  width: 48px;
}
ul.images-library li.add-image-button .material-icons {
  font-size: 48px;
}
ul.images-library li.add-image-button input[type=file] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
ul.images-library li.add-image-button:hover {
  border-color: white;
  background-color: #8fc1ff;
}
ul.images-library.textures-library li {
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}
.ow-sidenav-2columns-container .googlemap-modules {
  padding: 2rem 0 0;
}
.ow-sidenav-2columns-container .googlemap-modules li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44%;
  margin: 0 1rem 2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .googlemap-modules li img {
  width: 100%;
  border-radius: 10px;
}
.ow-sidenav-2columns-container .googlemap-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .classic-modules li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 43%;
  padding: 0.5rem;
  margin: 1rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.ow-sidenav-2columns-container .classic-modules li .preview {
  width: 100px;
  height: 100px;
}
.ow-sidenav-2columns-container .classic-modules li .label {
  color: black;
  width: 100%;
  padding-top: 0.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ow-sidenav-2columns-container .classic-modules li img {
  width: 100%;
}
.ow-sidenav-2columns-container .classic-modules li:hover {
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .right-sub-list.plus-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 15px;
}
.ow-sidenav-2columns-container .plus-item {
  width: 135px;
  height: 135px;
  display: flex;
  margin: 1rem;
  justify-content: center;
  align-items: center;
  background-color: #343433;
  border: 2px solid #343433;
  border-radius: 10px;
  cursor: move;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  color: white;
  font-weight: 800;
  position: relative;
}
.ow-sidenav-2columns-container .plus-item:hover {
  border-color: #8fc1ff;
  background-color: #8fc1ff;
  box-shadow: 0px 0px 10px #6FA3E3;
}
.ow-sidenav-2columns-container .script-module {
  display: flex;
  flex-direction: column;
  font-size: 60px;
}
.ow-sidenav-2columns-container .script-module .sub-label {
  font-size: 12px;
}
.ow-sidenav-2columns-container .webpage-module {
  font-size: 32px;
}
.ow-sidenav-2columns-container .pub-module {
  font-size: 32px;
}
.ow-sidenav-2columns-container .breadcrumb-module {
  font-size: 60px;
}
.ow-sidenav-2columns-container .plus-item.not-available {
  background-color: #909090;
  border: 2px solid #909090;
  cursor: not-allowed;
}
.ow-sidenav-2columns-container .plus-item.not-available:hover {
  border-color: #909090;
  background-color: #909090;
}
li.plus-item.ow-ds-vid-youtube {
  background: #ed2224;
  border: none;
}
li.plus-item.ow-ds-vid-facebook {
  background: #4e6baa;
  border: none;
}
li.plus-item.ow-ds-vid-vimeo {
  background: #66ceff;
  border: none;
}
.rollhover_replace-plus-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  display: none ;
  background: #8fc1ff;
  border-radius: 10px;
}
.plus-item:hover > .rollhover_replace-plus-item {
  display: flex;
  text-align: center;
  top: 0;
  left: 0;
  padding: 10px;
}
.plus-item.not-available:hover > .rollhover_replace-plus-item {
  background-color: #909090;
}
.login-container,
.login-no-permission {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  font-family: 'PT Sans', sans-serif;
}
.login-error {
  text-align: center;
  padding-bottom: 1rem;
  color: #ff3030;
  margin: 3px auto 9px auto;
}
.error-message {
  text-align: center;
  padding: 2rem 0 0 0;
  color: #ff3030;
  margin: 3px auto 9px auto;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
}
.success-message {
  text-align: center;
  padding: 2rem 0 0 0;
  color: #1d8a5c;
  margin: 3px auto 9px auto;
  font-size: 21px;
}
ow-language-view {
  padding: 2rem;
}
.table th,
.table td {
  width: 33%;
}
.table thead {
  font-size: 1.5rem;
  font-weight: normal;
}
.table input {
  width: 100%;
  padding: 0.3rem;
  border: 1px solid lightgrey;
}
ow-editor-view,
ow-language-view,
mat-sidenav-container {
  display: block;
  margin-top: 60px;
}
mat-sidenav-container.leftnav-active {
  margin-left: 80px;
}
.ow-ds-not-visible * {
  color: #c6c6c6 !important;
  fill: #c6c6c6;
}
.background-manager-colors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.background-manager-colors .color {
  width: 29%;
  height: 80px;
  margin: 0.5rem;
  border: 2px solid #E6E7E8;
  border-radius: 6px;
  cursor: pointer;
}
.background-manager-colors .color:hover {
  border-color: #8fc1ff;
}
.background-manager-colors .color.empty-color {
  background: url(../images/elements/empty.png) 2px -10px !important;
}
.background-manager-colors.short .color {
  height: 40px;
  width: 91%;
}
.background-manager-colors-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52%;
  font-size: 12px;
}
.background-manager-textures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}
.background-manager-textures .texture {
  width: 29%;
  height: 80px;
  margin: 0.5rem;
  border: 2px solid #E6E7E8;
  border-radius: 6px;
  cursor: pointer;
  background-position: left top;
  background-repeat: repeat;
  background-size: auto;
}
.background-manager-textures .texture:hover {
  border-color: #8fc1ff;
}
.ow-panel > .resize-handler {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #8fc1ff;
  background-size: cover;
  clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
  border-bottom-left-radius: 6px;
  opacity: 0.5;
  cursor: ne-resize;
}
.ow-panel.ow-help-panel > .resize-handler {
  left: -12px;
}
@keyframes focusedHiddenOnMobile {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #F9C18F;
  }
  100% {
    background-color: transparent;
  }
}
.focused-element-li {
  animation-name: focusedHiddenOnMobile;
  animation-duration: 2s;
  animation-fill-mode: both;
}
.mobile-section-slide-toggle.mat-slide-toggle {
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-left: 1px;
}
.mobile-section-slide-toggle.mat-slide-toggle .mat-slide-toggle-label {
  margin-bottom: 0;
}
.mobile-section-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar {
  width: 46px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.mobile-section-slide-toggle.mat-slide-toggle .mat-slide-toggle-thumb-container {
  top: 2px;
  left: 2px;
  width: 30px;
  height: 30px;
}
.mobile-section-slide-toggle.mat-slide-toggle .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  width: 26px;
  height: 26px;
  background-color: #F19947;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-section-slide-toggle.mat-slide-toggle .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.mobile-section-slide-toggle.mat-slide-toggle .mat-slide-toggle-thumb-container .mat-slide-toggle-ripple {
  display: none;
}
.mobile-section-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.25);
}
.mobile-section-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: white;
}
.mobile-section-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb svg {
  fill: #F19947;
}
.mobile-section-slide-toggle.disable-animation .mat-slide-toggle-thumb-container,
.mobile-section-slide-toggle.disable-animation .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  transition: none;
}
