.container {
  display: flex;
  justify-content: center;
}
.title {
  font-size: 13px;
  font-weight: 300;
}
.panel-sub-title {
  margin: 0 0.8rem 1.5rem 0.8rem;
  padding: 0.2rem 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 4px;
  color: #343433;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: left;
}
.panel-sub-title.action:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
.panel-sub-title.dark-sub-title {
  background: #343433;
  color: white;
  font-weight: 300;
}
.panel-sub-title.singlepanel {
  margin: 0 0.8rem 0 0.8rem;
}
ow-editor-block-edition-panel .panel-sub-title {
  margin: 5px 0 5px 0;
}
.ow-panel .panel-sub-title.fullsize {
  margin: 0;
  padding: 0.6rem 2rem;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
}
.ow-panel .panel-sub-title.fullsize.blueheader {
  background: #a1cbff;
  color: white;
  font-weight: 500;
  padding: 12px 2rem;
}
.panel-sub-title.fullsize.blueheader.home-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ow-ds-delete {
  border: none;
  background-color: transparent;
  width: 28px;
  height: 24px;
  padding: 0.2rem;
  margin: 0 0.2rem;
  color: #696969;
}
.ow-ds-delete-meta {
  border: none;
  background-color: transparent;
  width: 28px;
  height: 27px;
  padding: 0.2rem;
  margin: 0 0.3rem;
  color: #696969;
}
button.ow-ds-delete-meta .material-icons {
  font-size: 21px;
}
.ow-ds-add-meta {
  background: none;
  border: none;
  text-decoration: underline;
  color: #8fc1ff;
  margin-right: 40px;
}
.ow-panel .panel-sub-title.add-field-alone {
  margin: 0 0 4px 0;
  padding: 1.3rem 2rem;
  font-weight: 400;
  font-size: 13px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: #8fc1ff 2px solid;
}
.ow-panel .panel-sub-title.add-field-alone .fields-title {
  font-size: 11px;
}
.ow-panel .panel-sub-title.add-field-alone .form-new-fields-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.ow-panel .panel-sub-title.add-field-alone .form-new-fields-buttons .new-field-message {
  color: #343434;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-right: 10px;
}
.ow-panel .panel-sub-title.add-field-alone .form-new-fields-buttons button {
  background: #8fc1ff;
  border: none;
  padding: 3px 10px;
  color: white;
  -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-panel .panel-sub-title.add-field-alone .form-new-fields-buttons button:first-of-type {
  border-radius: 50px 0 0 50px;
}
.ow-panel .panel-sub-title.add-field-alone .form-new-fields-buttons button:last-of-type {
  border-radius: 0 50px 50px 0;
}
.ow-panel .panel-sub-title.add-field-alone .form-new-fields-buttons button:hover {
  background: #a1cbff;
}
.ow-panel .add-field-tool-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #696969;
  padding: 5px 9px;
  border-bottom: #e6e7e8 1px solid;
}
.ow-panel .add-field-tool-row button {
  border: none;
  background-color: transparent;
  width: 13px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.ow-panel .add-field-tool-row button:disabled {
  opacity: 0.4;
}
.ow-panel .add-field-tool-row label {
  margin-bottom: 0;
  font-size: 13px;
}
.ow-panel .add-field-tool-row input,
.ow-panel .add-field-tool-row select {
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 4px;
  border: #E6E7E8 1px solid;
}
.big-buttons-line {
  display: flex;
  flex-direction: row;
}
.big-buttons-line .button-container {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.big-buttons-line .button-container button {
  width: 224px;
  padding: 15px;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
.big-buttons-line .button-container button.active {
  box-shadow: 0px 0px 20px #8fc1ff;
  border-color: #8fc1ff;
}
.big-buttons-line .button-container p {
  margin: 10px 0 0;
  text-align: center;
}
.add-field-tool-row-btn {
  width: 80px;
  border-left: #E6E7E8 1px solid;
  padding: 0 0 0 7px;
}
.add-field-tool-row-btn svg {
  fill: #696969;
}
.row-wrap {
  padding: 10px 20px;
}
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #696969;
}
.flex-row input,
.flex-row select,
.flex-row textarea {
  width: 65%;
}
.flex-row input:focus,
.flex-row select:focus,
.flex-row textarea:focus {
  border: #8fc1ff 1px solid;
}
.flex-row textarea {
  min-height: 100px;
}
.flex-row .script-textarea {
  min-height: 300px;
}
.flex-row .widget-textarea {
  min-height: 240px;
}
.flex-row label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  width: 39%;
  color: #696969;
}
.flex-row .sub-label {
  font-size: 11px;
  width: 65%;
  color: silver;
}
.flex-row .small-txt {
  font-size: 13px;
  color: #c3c3c3;
}
.flex-row.putmecenter {
  justify-content: center;
}
.flex-row.putmeright {
  justify-content: flex-end;
}
.flex-row.putmetop {
  align-items: flex-start;
}
.script-widget-button {
  position: absolute;
  right: 15px;
  top: 47px;
  min-width: 114px;
  margin: 0 3px;
  padding: 7px 18px 7px 18px;
  border: none;
  border-radius: 20px;
  background: #8fc1ff;
  color: white;
  font-weight: 300;
  font-size: 14px;
  -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);
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
}
.script-widget-button:hover,
.script-widget-button:focus {
  background: #a1cbff;
  color: white;
  text-decoration: none;
}
.widget-bottom-title {
  font-weight: bold;
  font-size: 12px;
}
.widget-bottom-message {
  font-size: 12px;
}
.ow-panel input.empty-input,
.ow-panel textarea.empty-input {
  box-shadow: 0px 0px 7px 0px #E23333;
}
.ow-panel input.selected-input,
.ow-panel textarea.selected-input {
  box-shadow: 0px 0px 7px 0px green;
}
.flex-row.single-row input,
.flex-row.single-row select,
.flex-row.single-row textarea,
.flex-row.single-row label {
  width: 100%;
  margin-bottom: 10px;
}
.flex-row.single-row label {
  font-weight: 600;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #696969;
  margin-bottom: 12px;
}
.flex-column input,
.flex-column select,
.flex-column textarea {
  width: 100%;
}
.flex-column textarea {
  min-height: 100px;
}
.flex-column label {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
}
.flex-column .sub-label {
  font-size: 11px;
  width: 100%;
}
.flex-column .small-txt {
  font-size: 13px;
  color: #c3c3c3;
}
.flex-column .small-txt a {
  text-decoration: underline;
}
.flex-column .information {
  font-size: 15px;
  font-weight: normal;
  color: #343434;
  font-family: 'Montserrat', sans-serif;
}
.flex-column.putmecenter {
  justify-content: center;
}
.flex-column.putmeright {
  justify-content: flex-end;
}
.flex-column.single-row input,
.flex-column.single-row select,
.flex-column.single-row textarea,
.flex-column.single-row label {
  width: 100%;
  margin-bottom: 10px;
}
.flex-column.single-row label {
  font-weight: 600;
}
.single-line-checkbox {
  display: flex;
  justify-content: flex-start;
}
.single-line-checkbox.list {
  display: flex;
  justify-content: space-between;
  max-width: 65%;
}
.single-line-checkbox input {
  margin-left: 12px !important;
}
.right-sub-content .panel-sub-title,
.right-sub-list .panel-sub-title {
  margin: 0;
}
.files-panel-content {
  display: flex;
  flex-direction: column;
}
.files-library-tabs {
  display: flex;
  background-color: #8fc1ff;
}
.files-library-tabs ul {
  flex-grow: 1;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.files-library-tabs ul li {
  padding: 14px 20px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  background-color: #8fc1ff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.files-library-tabs ul li:hover,
.files-library-tabs ul li.active {
  background-color: #a1cbff;
}
.files-library-tabs .download-button-container {
  display: flex;
}
.files-library-tabs .download-button-container button {
  display: flex;
  align-items: center;
  margin: 6px;
  padding: 5px 15px 5px 15px;
  line-height: 18px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  border-radius: 20px;
  background-color: #343433;
  -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);
}
.files-library-tabs .download-button-container button i {
  margin-right: 5px;
}
.files-library-tabs .download-button-container button:hover {
  background-color: #5f5f5f;
}
.files-library-actions-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid #8fc1ff;
  border-bottom: 3px solid #8fc1ff;
}
.files-library-actions-bar > * {
  margin: 10px;
}
.files-library-actions-bar p.message {
  color: #202020;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: normal;
}
.files-library-actions-bar p.sort {
  min-width: 235px;
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: normal;
}
.files-library-actions-bar p.sort i {
  margin-right: 5px;
}
.files-library-actions-bar .search {
  min-width: 235px;
}
.files-library-actions-bar .search input {
  width: 100%;
  padding: 7px 12px;
  border-radius: 10px;
}
.files-library-actions-bar .display {
  display: flex;
  flex-direction: row;
}
.files-library-actions-bar .display button {
  margin: 2px;
  padding: 0;
  display: flex;
  border: none;
  background-color: transparent;
  color: #4d4d4d;
}
.files-library-actions-bar .display button:hover {
  color: #8fc1ff;
}
.files-library-actions-bar .display button.active,
.files-library-actions-bar .display button.active:hover {
  color: #2761c3;
}
.files-library-actions-bar .mat-select {
  margin-left: 10px;
  margin-top: 1px;
}
.files-library-actions-bar .mat-select .mat-select-arrow {
  margin: 0 1px;
}
.files-library-actions-bar .mat-select .mat-select-underline {
  height: 0px;
}
ow-editor-files-and-folders {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
ow-editor-files-and-folders .folders {
  width: 250px;
  display: flex;
  flex-direction: column;
  color: white;
  background-color: #343433;
  border-right: 3px solid #8fc1ff;
}
ow-editor-files-and-folders .folders .folders-title {
  padding: 12px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 3px solid #8fc1ff;
}
ow-editor-files-and-folders .folders .new-folder-button-container {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
ow-editor-files-and-folders .folders .new-folder-button-container button {
  margin: 10px;
  padding: 5px 15px 5px 15px;
  line-height: 18px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: none;
  border-radius: 20px;
  background-color: #8fc1ff;
  -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-files-and-folders .folders .new-folder-button-container button:hover {
  background-color: #a1cbff;
}
ow-editor-files-and-folders .folders .folders-list {
  flex-grow: 1;
}
ow-editor-files-and-folders .folders .folders-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ow-editor-files-and-folders .folders .folders-list ul li {
  padding: 7px 12px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
ow-editor-files-and-folders .folders .folders-list ul li i {
  margin-right: 7px;
}
ow-editor-files-and-folders .folders .folders-list ul li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
ow-editor-files-and-folders .folders .folders-list ul li.active,
ow-editor-files-and-folders .folders .folders-list ul li.active:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
ow-editor-files-and-folders .files {
  flex-grow: 1;
}
.color-panel-color-picker-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.5rem 1rem 1rem;
}
.color-picker {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  border: none !important;
  background-color: transparent !important;
}
color-picker .cursor {
  background: rgba(255, 255, 255, 0.39) !important;
}
.saturation-lightness {
  outline-color: grey;
  outline-style: solid;
  outline-width: 1px;
}
.button-area {
  display: none !important;
}
.color-picker input,
.color-picker select,
.color-picker 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);
}
.original-current {
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.original-current .original,
.original-current .current {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.5rem;
}
.original-current .original .color-preview,
.original-current .current .color-preview {
  background: #e6e7e8;
  height: 35px;
  width: 100%;
}
.original-current .original .label,
.original-current .current .label {
  color: grey;
}
.original-current .original .color-preview:hover {
  cursor: pointer;
  border-color: grey;
}
.styles-custom-original-current {
  width: 90%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 10px 0 20px 0;
}
.styles-custom-original-current .original,
.styles-custom-original-current .current {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0.5rem;
}
.styles-custom-original-current .original .color-preview,
.styles-custom-original-current .current .color-preview {
  height: 35px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.styles-custom-original-current .original .label,
.styles-custom-original-current .current .label {
  color: grey;
}
.styles-custom-original-current .original .color-preview:hover {
  cursor: pointer;
  border-color: grey;
}
.color-panel-palette {
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.color-panel-palette .palette-color {
  background: #e6e7e8;
  height: 45px;
  width: 14%;
  margin: 0.4rem;
}
.color-panel-palette .palette-color:hover {
  cursor: pointer;
  border-color: grey;
}
.full-palette {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.full-palette .full-palette-color {
  width: 21%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #e6e7e8;
}
.full-palette .full-palette-color.first {
  border-radius: 4px 0 0 4px;
}
.full-palette .full-palette-color.last {
  border-radius: 0 4px 4px 0;
}
.icon-palette.styles-current-palette-icon {
  width: 80%;
  height: 27px;
  margin: 0 0 5px 0;
}
.icon-palette {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.icon-palette .icon-palette-color {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: none;
  color: #cfcfcf;
  font-weight: bold;
  font-size: 19px;
  align-items: center;
}
.icon-palette .ow-ds-blue,
.icon-palette .ow-ds-blue:hover {
  color: #a1cbff;
}
.full-palette.styles-current-palette {
  width: 80%;
  height: 90px;
  margin: 0 0 5px 0;
}
.styles-palette {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.styles-palette-container {
  padding: 11px 16px;
  width: 47%;
  height: 64px;
}
.full-palette.styles-palette .full-palette-color.first {
  border-radius: 3px 0 0 3px;
}
.full-palette.styles-palette .full-palette-color.last {
  border-radius: 0 3px 3px 0;
}
.full-palette.styles-palette:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #6FA3E3;
}
.styles-custom-color-picker {
  width: 100%;
  height: auto;
}
.styles-custom-color-picker .styles-custom-colors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
}
.styles-custom-color-picker .styles-custom-colors .styles-custom-color {
  width: 14%;
  height: 100px;
  margin: 0.4rem;
}
.styles-custom-color-picker .styles-custom-colors .styles-custom-color:hover {
  cursor: pointer;
  border-color: grey;
}
.styles-custom-color-picker .styles-custom-colors .styles-custom-color.active {
  border-color: white;
  height: 130px;
}
.font-styles-container {
  width: 44%;
  border-radius: 4px;
  margin: 1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.font-styles-container .font-element-h1,
.font-styles-container .font-element-h2,
.font-styles-container .font-element-h3,
.font-styles-container .font-element-h4,
.font-styles-container .font-element-h5,
.font-styles-container .font-element-h6,
.font-styles-container .font-element-p {
  padding: 0.1rem;
  white-space: nowrap;
  background-color: white;
}
.font-styles-container .font-element-h1 {
  font-size: 20px;
  color: #343433;
}
.font-styles-container .font-element-h2 {
  font-size: 18px;
  color: #343433;
}
.font-styles-container .font-element-h3 {
  font-size: 16px;
  color: #343433;
}
.font-styles-container .font-element-h4 {
  font-size: 14px;
  color: #343433;
}
.font-styles-container .font-element-h5 {
  font-size: 12px;
  color: #343433;
}
.font-styles-container .font-element-h6 {
  font-size: 10px;
  color: #343433;
}
.font-styles-container .font-element-p {
  font-size: 14px;
  color: #343433;
}
.font-styles-container:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #6FA3E3;
}
.color-button {
  display: inline-block;
  margin: 0.5rem 0;
  width: 45px;
  height: 26px;
  background-color: #e6e7e8;
  border: 2px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.color-button:hover {
  cursor: pointer;
  border-color: grey;
}
ow-section-caller {
  position: absolute;
  width: 100%;
}
ow-section.no-border {
  border: none;
}
.ow-section-blocks-container {
  position: relative;
}
ow-section-add-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background: white;
  outline-color: #8fc1ff;
  outline-style: dashed;
  outline-width: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  color: #343433;
  padding-top: 30px;
}
ow-section-add-panel .closePanel {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #979797;
  color: white;
  opacity: 1;
  border-radius: 20px;
  border: none;
  height: 26px;
  width: 26px;
  margin: 0;
  padding: 0;
}
ow-section-add-panel .material-icons {
  font-size: 20px;
  line-height: 26px;
}
ow-section-add-panel .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 14px;
}
ow-section-add-panel .sub-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #343434;
}
ow-section-add-panel .tabs {
  display: flex;
  flex-direction: row;
  margin-bottom: 14px;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 300;
}
ow-section-add-panel .tabs .tab {
  background-color: #8fc1ff;
  color: white;
  padding: 0.5rem 3rem;
  cursor: pointer;
}
ow-section-add-panel .tabs .tab:first-of-type {
  border-radius: 50px 0 0 50px;
  border-right: 1px solid white;
}
ow-section-add-panel .tabs .tab:last-of-type {
  border-radius: 0 50px 50px 0;
}
ow-section-add-panel .tabs .tab:hover {
  background-color: #a1cbff;
}
ow-section-add-panel .tabs .active-tab,
ow-section-add-panel .tabs .active-tab:hover {
  background-color: #a1cbff;
}
ow-section-add-panel .choices {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0.5rem;
  padding: 0.5rem;
  flex-grow: 1;
  flex-basis: 0;
}
ow-section-add-panel .choices .choice {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  margin: 0.4rem;
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0;
}
ow-section-add-panel .choices .choice .picture {
  height: 100px;
  border: rgba(144, 179, 223, 0) 2px solid;
  text-align: center;
  padding: 22px 22px;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
ow-section-add-panel .choices .choice .label {
  padding: 0.5rem;
  color: #343433;
  font-size: 1.8rem;
  font-weight: 400;
  white-space: normal;
}
ow-section-add-panel .choices .choice:hover .picture {
  border: #8fc1ff 2px solid;
}
.ow-ds-texture-selector-tabs {
  padding: 26px 20px 0 27px;
  margin: 0 auto;
}
.ow-ds-texture-selector-tabs .tabs {
  display: flex;
  flex-direction: row;
  background-color: white;
  font-size: 1.5rem;
  font-weight: 300;
}
.ow-ds-texture-selector-tabs .tabs .tab {
  background-color: #8fc1ff;
  color: white;
  padding: 0.5rem 3rem;
  cursor: pointer;
  height: 32px;
}
.ow-ds-texture-selector-tabs .tabs .tab:first-of-type {
  border-radius: 50px 0 0 50px;
  border-right: 1px solid white;
}
.ow-ds-texture-selector-tabs .tabs .tab:last-of-type {
  border-radius: 0 50px 50px 0;
}
.ow-ds-texture-selector-tabs .tabs .tab:hover {
  background-color: #a1cbff;
}
.ow-ds-texture-selector-tabs .tabs .active,
.ow-ds-texture-selector-tabs .tabs .active:hover {
  background-color: #a1cbff;
}
.ow-section-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 25px;
}
.ow-section-bar .bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 5px 0 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  margin-right: 1rem;
  height: 40px;
}
.ow-section-bar .bar .title {
  padding: 6px 15px;
  margin: 0 5px 0 0;
  height: 40px;
  background: #F9C18F;
  line-height: 27px;
  font-size: 14px;
}
.ow-section-bar .bar button,
.ow-section-bar .bar button:hover,
.ow-section-bar .bar button.ow-ds-narrow-icon,
.ow-section-bar .bar button.ow-ds-narrow-icon:hover {
  display: inline-block;
  padding: 3px;
  margin: 0.25rem;
  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-section-bar .bar button .material-icons,
.ow-section-bar .bar button:hover .material-icons,
.ow-section-bar .bar button.ow-ds-narrow-icon .material-icons,
.ow-section-bar .bar button.ow-ds-narrow-icon:hover .material-icons {
  width: 22px;
  height: 22px;
  font-size: 22px;
}
.ow-section-bar .bar button svg,
.ow-section-bar .bar button:hover svg,
.ow-section-bar .bar button.ow-ds-narrow-icon svg,
.ow-section-bar .bar button.ow-ds-narrow-icon:hover svg {
  fill: white;
}
.ow-section-bar .bar button:hover,
.ow-section-bar .bar button.ow-ds-narrow-icon:hover {
  background-color: #ffab5e;
}
.ow-section-bar .bar button:disabled,
.ow-section-bar .bar button:disabled:hover {
  opacity: 0.6;
  background-color: transparent;
}
.ow-section-bar .bar button.smaller-svg-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-section-bar .bar button.smaller-svg-button svg {
  width: 18px;
  height: 18px;
}
.ow-section-bar .bar button.button-with-image {
  display: flex;
  justify-content: center;
}
.ow-section-bar .bar button.button-with-image img {
  width: 18px;
}
.ow-section-bar .bar .group-buttons {
  height: 28px;
  margin: 0.25rem;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.32);
  border-radius: 17px;
}
.ow-section-bar .bar .group-buttons button,
.ow-section-bar .bar .group-buttons button:hover,
.ow-section-bar .bar .group-buttons button.ow-ds-narrow-icon,
.ow-section-bar .bar .group-buttons button.ow-ds-narrow-icon:hover {
  margin: 0;
  box-shadow: none;
}
.ow-section-bar .bar .group-buttons button.left-group-button {
  border-radius: 50% 0 0 50%;
}
.ow-section-bar .bar .group-buttons button.right-group-button {
  border-radius: 0 50% 50% 0;
}
.ow-section-bar .bar .display-height {
  padding: 5px 5px 5px 12px;
  font-size: 14px;
}
.ow-section-bar .bar .display-height .height-edit-button {
  width: 70px;
  border: none;
  background-color: transparent;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  box-shadow: none;
}
.ow-section-bar .bar .display-height .height-edit-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ow-section-bar .bar .display-height .height-edit-input {
  width: 70px;
  margin: 0 0.2rem;
  padding: 0.2rem 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #343433;
  border: none;
  border-radius: 4px;
  text-align: center;
}
.ow-page-background-panel-open-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.ow-page-background-panel-open-button:hover button,
.ow-page-background-panel-open-button:hover div {
  background: #a1cbff;
}
.ow-page-background-panel-open-brush-ds {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50px;
  background: #8fc1ff;
  color: white;
  -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-page-background-panel-open-brush-ds .material-icons {
  font-size: 22px;
}
.ow-page-background-panel-open-button-ds {
  cursor: pointer;
  min-width: 250px;
  padding: 3px 15px;
  border: none;
  border-radius: 20px;
  background: #8fc1ff;
  color: white;
  font-weight: 300;
  font-size: 13px;
  -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);
  line-height: 18px;
  text-align: center;
}
.ow-page-background-panel-open-bar {
  width: 10px;
  height: 3px;
  background: #8fc1ff;
}
ow-section:hover .ow-section-bar,
ow-section:hover .ow-page-background-panel-open-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.ow-section-new-button {
  position: absolute;
  width: 26px;
  height: 26px;
  top: -13px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -13px;
  padding: 0;
  border: none;
  border-radius: 13px;
}
.ow-section-new-button.from-first-section {
  top: -3px;
  height: 26px;
  align-items: flex-end;
  border-radius: 0 0 13px 13px;
}
.ow-section-paste-buttons {
  position: absolute;
  height: 18px;
  top: -9px;
  left: 50%;
  margin-left: -121px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 13px;
}
.ow-section-paste-buttons .paste {
  height: 26px;
  padding: 1px 14px 1px 15px;
  background: #F19947;
  color: white;
  border: none;
  border-right: 1px solid white;
  font-size: 11px;
  border-radius: 13px 0 0 13px;
}
.ow-section-paste-buttons .cancel {
  height: 26px;
  padding: 5px 6px 1px 3px;
  background: #F9C18F;
  color: white;
  border: none;
  border-radius: 0 14px 14px 0;
}
.ow-section-paste-buttons .cancel .mat-icon {
  width: 16px;
  height: 16px;
}
.ow-section-paste-buttons .cancel .material-icons {
  font-size: 16px;
}
.ow-section-grabber {
  position: absolute;
  height: 8px;
  width: 100%;
  bottom: -1px;
  cursor: ns-resize;
}
.ow-section-grabber .ow-section-mobile-grabber {
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -11px;
  width: 23px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F19947;
  color: white;
  border-radius: 50%;
  text-align: center;
}
.ow-section-grabber .ow-section-mobile-grabber svg {
  width: 11px;
  height: 14px;
}
.ow-ds-panel-service-btn button.ow-ds-btn-left-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 15px 3px 4px;
  font-size: 11px;
}
.right-sub-content.ow-ds-panel-service-btn.dark .ow-ds-btn-left-icon .material-icons {
  background: #cbcbcb;
  border-radius: 50px;
  font-size: 15px;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  color: #343433;
  font-weight: bold;
}
.right-sub-content.ow-ds-panel-service-btn.dark.blue-bg {
  background: #8fc1ff;
  padding: 10px 0 4px 0;
}
ow-editor-block-placeholder {
  position: absolute;
  opacity: 1;
  outline-color: #8fc1ff;
  outline-style: dashed;
  outline-width: 2px;
}
ow-editor-block-placeholder .placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.ow-block-container.block-grabber-focused,
.ow-block-container.block-grabber-resizingmoving {
  cursor: move;
}
.ow-block-container.block-grabber-focused .block-grabber.block-top,
.ow-block-container.block-grabber-resizingmoving .block-grabber.block-top,
.ow-block-container.block-grabber-focused .block-grabber.block-bottom,
.ow-block-container.block-grabber-resizingmoving .block-grabber.block-bottom,
.ow-block-container.block-grabber-focused .block-grabber.block-left,
.ow-block-container.block-grabber-resizingmoving .block-grabber.block-left,
.ow-block-container.block-grabber-focused .block-grabber.block-right,
.ow-block-container.block-grabber-resizingmoving .block-grabber.block-right {
  cursor: move;
}
.mobile-container .ow-block-container.block-grabber-focused,
.mobile-container .block-grabber-resizingmoving {
  cursor: default;
}
.mobile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.mobile-overlay:hover,
.mobile-overlay.selected {
  background-color: #81ABDB;
  cursor: default;
}
ow-section:not(.mobile-auto-mode) .mobile-overlay {
  cursor: move;
}
.ow-block-container,
.ow-block-stylizer {
  width: 100%;
  height: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color: rgba(0, 0, 0, 0);
}
.ow-block-overflow-hidden {
  overflow: hidden;
}
.ow-block-container-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
[contenteditable]:hover,
[contenteditable].cke_focus:hover,
[contenteditable]:focus {
  outline: 0;
}
ow-text-block,
ckeditor,
ckeditor > div[contenteditable="true"] {
  display: block;
  width: 100%;
  word-break: break-word;
}
.block-grabber-container.with-border {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  outline-style: solid;
  outline-width: 2px;
}
.block-grabber {
  display: none;
  position: absolute;
}
.mobile-view ow-section.mobile-auto-mode .block-grabber {
  display: none !important;
}
.block:hover .block-grabber,
.block-grabber-resizingmoving .block-grabber-container .block-grabber,
.block-grabber-focused .block-grabber-container .block-grabber {
  display: block;
}
.block-grabber.block-top,
.block-grabber.block-bottom {
  width: 100%;
  height: 14px;
}
.block-grabber.block-left,
.block-grabber.block-right {
  width: 14px;
  height: 100%;
}
.block-grabber.block-top::after,
.block-grabber.block-bottom::after,
.block-grabber.block-left::after,
.block-grabber.block-right::after,
.block-grabber.block-top::before,
.block-grabber.block-bottom::before,
.block-grabber.block-left::before,
.block-grabber.block-right::before {
  content: "";
  position: absolute;
}
.block-grabber.block-top::before,
.block-grabber.block-bottom::before,
.block-grabber.block-left::before,
.block-grabber.block-right::before {
  border-radius: 14px / 2;
  width: 14px / 2;
  height: 14px / 2;
}
.block-grabber.block-top::after,
.block-grabber.block-bottom::after {
  width: 100%;
  top: 50%;
  left: 0;
}
.block-grabber.block-left::after,
.block-grabber.block-right::after {
  height: 100%;
  left: 50%;
}
.block-grabber.block-top::before,
.block-grabber.block-bottom::before {
  left: 50%;
  top: 4px;
  transform: translateX(-50%);
}
.block-grabber.block-left::before,
.block-grabber.block-right::before {
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.block-grabber.block-top,
.block-grabber.block-bottom {
  left: 0;
}
.block-grabber.block-top {
  top: -14px;
}
.block-grabber.block-bottom {
  bottom: -14px;
}
.block-grabber.block-left,
.block-grabber.block-right {
  top: 0;
}
.block-grabber.block-left {
  left: -14px;
}
.block-grabber.block-right {
  right: -14px;
}
.block-grabber.block-top-left,
.block-grabber.block-top-right,
.block-grabber.block-bottom-left,
.block-grabber.block-bottom-right,
.block-grabber.block-bottom-center,
.block-grabber.block-top-center,
.block-grabber.block-left-center,
.block-grabber.block-right-center {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 5px;
}
.block-grabber.block-top-left {
  cursor: nwse-resize;
  top: -5px;
  left: -5px;
}
.block-grabber.block-top-right {
  cursor: nesw-resize;
  top: -5px;
  right: -5px;
}
.block-grabber.block-bottom-left {
  cursor: nesw-resize;
  bottom: -5px;
  left: -5px;
}
.block-grabber.block-bottom-right {
  cursor: nwse-resize;
  bottom: -5px;
  right: -5px;
}
.block-grabber.block-bottom-center {
  cursor: ns-resize;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.block-grabber.block-top-center {
  cursor: ns-resize;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.block-grabber.block-left-center {
  cursor: ew-resize;
  top: 50%;
  margin-top: -5px;
  left: -5px;
}
.block-grabber.block-right-center {
  cursor: ew-resize;
  top: 50%;
  margin-top: -5px;
  right: -5px;
}
.mat-dialog-content {
  overflow: inherit !important;
}
.radio-group .mat-radio-label {
  align-items: flex-start;
  white-space: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
mat-form-field.style-panel-select .mat-form-field-label-wrapper {
  font-size: 14px;
}
mat-form-field.style-panel-select .mat-form-field-infix {
  width: 140px;
  padding: 0.6em 0 0.7em 0;
}
mat-form-field.style-panel-select .mat-select-value-text {
  font-size: 14px;
}
mat-form-field.style-panel-select .mat-form-field-underline {
  background-color: #C3C3C3;
}
mat-form-field.style-panel-select.full-width {
  width: 100%;
}
mat-form-field.style-panel-select.mat-focused .mat-form-field-ripple {
  background-color: #2761c3;
}
.mat-select-panel .mat-option .mat-option-text {
  font-size: 14px;
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2761c3;
}
.ow-ds-panel-service-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 0;
}
.ow-ds-panel-service-btn button {
  min-width: 114px;
  margin: 0 3px;
  padding: 5px 15px 5px 15px;
  border: none;
  border-radius: 20px;
  background: #343433;
  color: white;
  font-weight: 300;
  font-size: 13px;
  -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);
  line-height: 18px;
  font-family: 'Montserrat', sans-serif;
}
.ow-ds-panel-service-btn button:hover {
  background: #a1cbff;
}
.ow-ds-panel-service-btn.dark button:hover:not([disabled]) {
  background: #5f5f5f;
}
.right-sub-content.ow-ds-panel-service-btn.dark.make-home-btn-wrap {
  padding: 0;
}
.ow-ds-panel-service-btn .favicon-preview {
  max-height: 28px;
  max-width: 40px;
  margin-left: 5px;
}
.ow-ds-panel-service-btn button.make-home-btn {
  min-width: auto;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-ds-panel-service-btn button.make-home-btn .material-icons {
  font-size: 15px;
}
.ow-ds-panel-service-btn .success {
  color: green;
  margin-top: 2px;
}
.ow-ds-panel-param-btn {
  border: none;
  background-color: transparent;
  margin-left: 0.5rem;
}
.ow-ds-blue-btn button {
  background: #8fc1ff;
}
.ow-ds-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
  border-radius: 6px;
  padding: 0 2px;
}
.ow-ds-btn-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 3px;
}
.ow-ds-btn-group button:hover i {
  color: #919191;
  fill: #919191;
}
.ow-ds-remove-padding-margin {
  margin: 0;
  padding: 0;
}
.ow-ds-btn-group .material-icons {
  font-size: 22px;
  margin-bottom: 2px;
}
button.ow-ds-panel-param-btn.ow-ds-remove-padding-margin.right_border {
  border-right: #e6e7e8 1px solid;
}
button.ow-ds-panel-param-btn.ow-ds-remove-padding-margin.right_border:last-child {
  border-right: none;
}
button.ow-ds-panel-param-btn.ow-ds-remove-padding-margin.right_border.active,
button.ow-ds-panel-param-btn.ow-ds-remove-padding-margin.right_border.active:hover,
button.ow-ds-panel-param-btn.ow-ds-remove-padding-margin.right_border.active i,
button.ow-ds-panel-param-btn.ow-ds-remove-padding-margin.right_border.active:hover i {
  color: #6182BC;
  fill: #6182BC;
}
.image-upload {
  display: flex;
  flex-direction: column;
  margin: 19px 5px 25px 5px;
  border-top: #cfcfcf 1px solid;
  padding-top: 20px;
}
.ow-ds-fileUpload-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}
.ow-ds-fileUpload {
  position: relative;
  overflow: hidden;
  width: 114px;
  margin: 0 3px;
  padding: 3px 15px;
  border: none;
  border-radius: 20px;
  background: #343433;
  color: white;
  font-weight: 300;
  font-size: 13px;
  -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);
  line-height: 18px;
  text-align: center;
}
.ow-ds-fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ow-ds-fileUpload:hover {
  background: #5f5f5f;
}
.ow-ds-download-img-name {
  width: 250px;
  height: 24px;
  border-radius: 3px;
  display: block;
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  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);
}
.image-upload-module-images {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  align-items: center;
}
.ow-ds-module-images {
  width: 220px;
  background: #8fc1ff;
}
.ow-ds-module-images span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ow-ds-module-images i {
  font-size: 18px;
  margin-right: 17px;
}
.images-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.images-list li {
  width: 50%;
  height: 110px;
  padding: 2%;
}
.images-list li .images-list-image {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: 1px solid grey;
  border-radius: 2px;
}
tree-viewport {
  overflow: inherit !important;
}
.node-content-wrapper {
  width: 100%;
  padding: 0 !important;
}
.ow-ds-autofocus {
  border-radius: 6px;
  border: #e6e7e8 1px solid;
  padding: 2px 4px;
}
.site-node .left span:first-child {
  background: #777777;
  color: white;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-size: 12px;
}
.toggle-children {
  background-image: none !important;
  height: 5px !important;
  width: 5px !important;
  top: 7px !important;
  left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #777777;
  margin-right: 10px;
}
.node-wrapper {
  background-color: #d7d8d9;
}
.tree-children .node-wrapper {
  background-color: transparent;
}
tree-node-content .site-node,
tree-node-content .page-node {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #777777;
}
tree-node-content .site-node .material-icons,
tree-node-content .page-node .material-icons,
tree-node-content .site-node svg,
tree-node-content .page-node svg {
  margin-right: 10px;
  color: #777777;
  fill: #777777;
}
tree-node-content .site-node .material-icons:hover,
tree-node-content .page-node .material-icons:hover,
tree-node-content .site-node svg:hover,
tree-node-content .page-node svg:hover {
  margin-right: 1rem;
  color: #919191;
  fill: #919191;
}
tree-node-content .site-node .left,
tree-node-content .page-node .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  padding-right: 15px;
}
tree-node-content .site-node .left .site-icon,
tree-node-content .page-node .left .site-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 1rem;
  background-color: grey;
  color: #ffffff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 500;
}
tree-node-content .site-node .left input,
tree-node-content .page-node .left input {
  flex-grow: 1;
}
tree-node-content .site-node .right button,
tree-node-content .page-node .right button {
  border: none;
  background-color: transparent;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
}
tree-node-content .site-node .right button:disabled,
tree-node-content .page-node .right button:disabled {
  opacity: 0.5;
}
tree-node-content .site-node .right button.error-button .material-icons,
tree-node-content .page-node .right button.error-button .material-icons {
  color: #E23333;
  fill: #E23333;
}
tree-node-content .site-node .right button.error-button:hover .material-icons,
tree-node-content .page-node .right button.error-button:hover .material-icons {
  opacity: 0.8;
}
tree-node-content .site-node {
  margin-right: 5px;
  padding: 0.2rem 1.5rem 0.2rem 0.8rem;
}
tree-node-content .page-node {
  margin-right: 5px;
  padding: 0.2rem 0.3rem 0.2rem 0.7rem;
  background-color: white;
  border: 1px solid white;
  border-radius: 5px;
}
tree-node-content .page-node:hover {
  background-color: #e8eff8;
  border-color: #bcd1eb;
}
tree-node-content .current-page-node {
  background-color: #e8eff8;
}
tree-node .site-node input,
tree-node .site-node span.ellipsis {
  max-width: 185px;
}
tree-node:first-child .site-node input,
tree-node:first-child .site-node span.ellipsis {
  max-width: 240px;
}
.tree-children .page-node input,
.tree-children .page-node span.ellipsis {
  max-width: 205px;
}
.tree-children .tree-children .page-node input,
.tree-children .tree-children .page-node span.ellipsis {
  max-width: 165px;
}
.tree-children .tree-children .tree-children .page-node input,
.tree-children .tree-children .tree-children .page-node span.ellipsis {
  max-width: 125px;
}
.node-drop-slot {
  position: relative;
  height: 7px !important;
  margin: 0;
  z-index: 1000;
}
.node-drop-slot.is-dragging-over {
  width: auto !important;
  margin: 3px 5px 3px 25px;
  height: 32px !important;
  background-color: #B0B2B4 !important;
  border: none !important;
  border-radius: 5px;
}
.node-content-wrapper.is-dragging-over .page-node {
  background-color: #B0B2B4;
  border-color: #B0B2B4;
}
tree-loading-component {
  display: none;
}
.tree-children {
  padding-left: 0 !important;
}
.tree-children .tree-children {
  padding-left: 40px !important;
}
tree-node-expander {
  width: 25px;
  text-align: right;
}
.node-content-wrapper.is-dragging-over-disabled {
  opacity: 1 !important;
}
.node-content-wrapper,
.node-content-wrapper:hover,
.tree-node-active.tree-node-focused > .node-wrapper > .node-content-wrapper,
tree-node-content:hover {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.ow-panel.ow-ds-grey-dialog {
  border-color: #E6E7E8;
  background-color: #E6E7E8;
  overflow: visible;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.14);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.14);
}
.ow-panel.ow-ds-grey-dialog .topbar {
  background: #e6e7e8;
}
.ow-panel.ow-ds-grey-dialog .topbar .float_title {
  color: #343433;
  position: absolute;
  top: -14px;
  left: -3px;
  background: #e6e7e8;
  padding: 7px 25px 7px 15px;
  border-radius: 6px;
  font-weight: 600;
  line-height: 25px;
}
.ow-dialog form {
  display: flex;
  flex-direction: column;
}
.ow-dialog form label {
  text-align: left;
  color: #696969;
  font-weight: normal;
}
.ow-dialog form input {
  margin: 0px 0 12px;
  padding: 4px 10px;
  border: #E6E7E8 1px solid;
  border-radius: 4px;
  font-size: 14px;
  -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-dialog form input:focus {
  border: #8fc1ff 1px solid;
}
.ow-panel.ow-help-panel {
  overflow: inherit;
  background-color: #2761c3;
  border-color: #2761c3;
  border-width: 0 0 0 12px;
  border-radius: 0 8px 8px 8px;
}
.ow-panel.ow-help-panel .topbar {
  background-color: #2761c3;
  height: 45px;
  border-top-right-radius: 8px;
}
.ow-panel.ow-help-panel .left-tab {
  position: absolute;
  top: 0;
  left: -55px;
  width: 55px;
  height: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #2761c3;
  border: none;
  border-radius: 8px 0 0 8px;
  cursor: move;
}
.ow-panel.ow-help-panel .left-tab button {
  width: 28px;
  height: 28px;
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
}
.ow-panel.ow-help-panel .left-tab button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.ow-panel.ow-help-panel .body {
  padding: 0;
  border: none;
  border-bottom: 1px solid #2761c3;
  border-right: 1px solid #2761c3;
  border-radius: 12px 0 0 0;
  background: transparent;
}
.ow-panel.ow-help-panel .body .white-part,
.ow-panel.ow-help-panel .body .gray-part,
.ow-panel.ow-help-panel .body .blue-part {
  padding: 30px;
}
.ow-panel.ow-help-panel .body .white-part p,
.ow-panel.ow-help-panel .body .gray-part p,
.ow-panel.ow-help-panel .body .blue-part p,
.ow-panel.ow-help-panel .body .white-part .title,
.ow-panel.ow-help-panel .body .gray-part .title,
.ow-panel.ow-help-panel .body .blue-part .title,
.ow-panel.ow-help-panel .body .white-part .sub-title1,
.ow-panel.ow-help-panel .body .gray-part .sub-title1,
.ow-panel.ow-help-panel .body .blue-part .sub-title1,
.ow-panel.ow-help-panel .body .white-part .sub-title2,
.ow-panel.ow-help-panel .body .gray-part .sub-title2,
.ow-panel.ow-help-panel .body .blue-part .sub-title2,
.ow-panel.ow-help-panel .body .white-part .text,
.ow-panel.ow-help-panel .body .gray-part .text,
.ow-panel.ow-help-panel .body .blue-part .text,
.ow-panel.ow-help-panel .body .white-part .light-text,
.ow-panel.ow-help-panel .body .gray-part .light-text,
.ow-panel.ow-help-panel .body .blue-part .light-text {
  font-family: 'Montserrat', sans-serif;
}
.ow-panel.ow-help-panel .body .white-part p,
.ow-panel.ow-help-panel .body .gray-part p,
.ow-panel.ow-help-panel .body .blue-part p {
  padding: 0.3rem;
}
.ow-panel.ow-help-panel .body .white-part .title,
.ow-panel.ow-help-panel .body .gray-part .title,
.ow-panel.ow-help-panel .body .blue-part .title {
  font-size: 28px;
  font-weight: bold;
}
.ow-panel.ow-help-panel .body .white-part .sub-title1,
.ow-panel.ow-help-panel .body .gray-part .sub-title1,
.ow-panel.ow-help-panel .body .blue-part .sub-title1 {
  font-size: 20px;
}
.ow-panel.ow-help-panel .body .white-part .sub-title2,
.ow-panel.ow-help-panel .body .gray-part .sub-title2,
.ow-panel.ow-help-panel .body .blue-part .sub-title2 {
  font-size: 13px;
  font-weight: bold;
}
.ow-panel.ow-help-panel .body .white-part .text,
.ow-panel.ow-help-panel .body .gray-part .text,
.ow-panel.ow-help-panel .body .blue-part .text {
  font-size: 13px;
  text-align: left;
}
.ow-panel.ow-help-panel .body .white-part .text a,
.ow-panel.ow-help-panel .body .gray-part .text a,
.ow-panel.ow-help-panel .body .blue-part .text a {
  color: #343434;
  text-decoration: underline;
}
.ow-panel.ow-help-panel .body .white-part .text a:hover,
.ow-panel.ow-help-panel .body .gray-part .text a:hover,
.ow-panel.ow-help-panel .body .blue-part .text a:hover {
  text-decoration: none;
}
.ow-panel.ow-help-panel .body .white-part .text button,
.ow-panel.ow-help-panel .body .gray-part .text button,
.ow-panel.ow-help-panel .body .blue-part .text button {
  text-align: left;
}
.ow-panel.ow-help-panel .body .white-part .light-text,
.ow-panel.ow-help-panel .body .gray-part .light-text,
.ow-panel.ow-help-panel .body .blue-part .light-text {
  font-size: 13px;
  font-weight: 300;
}
.ow-panel.ow-help-panel .body .white-part a.guide-button,
.ow-panel.ow-help-panel .body .gray-part a.guide-button,
.ow-panel.ow-help-panel .body .blue-part a.guide-button {
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  background-color: #F19947;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  opacity: 1;
}
.ow-panel.ow-help-panel .body .white-part a.guide-button:hover,
.ow-panel.ow-help-panel .body .gray-part a.guide-button:hover,
.ow-panel.ow-help-panel .body .blue-part a.guide-button:hover {
  background-color: #ffab5e;
}
.ow-panel.ow-help-panel .body .white-part,
.ow-panel.ow-help-panel .body .gray-part {
  background-color: white;
}
.ow-panel.ow-help-panel .body .white-part p,
.ow-panel.ow-help-panel .body .gray-part p {
  text-align: left;
  color: #343434;
}
.ow-panel.ow-help-panel .body .white-part .training-icon,
.ow-panel.ow-help-panel .body .gray-part .training-icon {
  display: inline-flex;
  padding: 4px;
  background-color: #2761c3;
  border-radius: 50%;
  color: white !important;
}
.ow-panel.ow-help-panel .body .white-part .training-icon i,
.ow-panel.ow-help-panel .body .gray-part .training-icon i {
  font-size: 44px;
}
.ow-panel.ow-help-panel .body .white-part .training-title,
.ow-panel.ow-help-panel .body .gray-part .training-title {
  color: #2761c3;
}
.ow-panel.ow-help-panel .body .white-part .training-category .category-name,
.ow-panel.ow-help-panel .body .gray-part .training-category .category-name {
  color: #2761c3;
  font-weight: bold;
  margin: 0 0 5px;
}
.ow-panel.ow-help-panel .body .white-part .training-category .sub-category-name,
.ow-panel.ow-help-panel .body .gray-part .training-category .sub-category-name {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
}
.ow-panel.ow-help-panel .body .white-part .training-category ul,
.ow-panel.ow-help-panel .body .gray-part .training-category ul {
  list-style-type: none;
  padding: 0.3rem;
  color: black;
  font-size: 13px;
  font-weight: bold;
}
.ow-panel.ow-help-panel .body .white-part .training-category ul li,
.ow-panel.ow-help-panel .body .gray-part .training-category ul li {
  margin-bottom: 2px;
  font-weight: bold;
  opacity: 0.7;
  text-decoration: underline;
  cursor: pointer;
}
.ow-panel.ow-help-panel .body .white-part .training-category ul li:hover,
.ow-panel.ow-help-panel .body .gray-part .training-category ul li:hover {
  opacity: 1;
}
.ow-panel.ow-help-panel .body .white-part .chronique,
.ow-panel.ow-help-panel .body .gray-part .chronique {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.ow-panel.ow-help-panel .body .white-part .chronique a,
.ow-panel.ow-help-panel .body .gray-part .chronique a {
  color: #2761c3;
}
.ow-panel.ow-help-panel .body .white-part .blue-text,
.ow-panel.ow-help-panel .body .gray-part .blue-text {
  color: #2761c3;
}
.ow-panel.ow-help-panel .body .white-part .grey-button,
.ow-panel.ow-help-panel .body .gray-part .grey-button,
.ow-panel.ow-help-panel .body .white-part .orange-button,
.ow-panel.ow-help-panel .body .gray-part .orange-button {
  border: none;
  border-radius: 25px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}
.ow-panel.ow-help-panel .body .white-part a.grey-button,
.ow-panel.ow-help-panel .body .gray-part a.grey-button {
  font-size: 13px;
  padding: 0.5rem 1rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #252524;
  color: white;
  text-decoration: none;
}
.ow-panel.ow-help-panel .body .white-part a.grey-button:hover,
.ow-panel.ow-help-panel .body .gray-part a.grey-button:hover {
  background-color: #5f5f5f;
}
.ow-panel.ow-help-panel .body .white-part a.orange-button,
.ow-panel.ow-help-panel .body .gray-part a.orange-button {
  font-size: 20px;
  padding: 0.8rem 2rem;
  background-color: #F19947;
  color: white;
  text-decoration: none;
}
.ow-panel.ow-help-panel .body .white-part a.orange-button:hover,
.ow-panel.ow-help-panel .body .gray-part a.orange-button:hover {
  background-color: #ffab5e;
}
.ow-panel.ow-help-panel .body .gray-part {
  background-color: #EEEEEE;
}
.ow-panel.ow-help-panel .body .blue-part {
  background-color: #2761c3;
}
.ow-panel.ow-help-panel .body .blue-part p {
  text-align: left;
  color: white !important;
}
.ow-panel.ow-help-panel .body .blue-part .links button {
  border: none;
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  opacity: 0.7;
}
.ow-panel.ow-help-panel .body .blue-part .links button:hover {
  opacity: 1;
}
.ow-panel.ow-help-panel .body .blue-part a {
  color: white;
  text-decoration: underline;
  opacity: 0.7;
}
.ow-panel.ow-help-panel .body .blue-part a:hover {
  opacity: 1;
}
.ow-panel.ow-help-panel .body .training-back-button {
  display: flex;
  align-items: center;
  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-panel.ow-help-panel .body .training-back-button .mat-icon {
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}
.ow-panel.ow-help-panel .body .training-back-button:hover {
  background-color: #a1cbff;
}
.ow-panel.ow-help-panel .body p.training-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  background-color: E0E0E0;
}
.ow-panel.ow-help-panel .body p.training-video-container .training-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ow-panel.ow-help-panel .training-mode-container {
  height: 100%;
  background-color: white;
}
.mat-dialog-container {
  padding: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative;
  background: inherit;
}
.mat-dialog-container button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.mat-dialog-container button.close:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.mat-dialog-container button.close .material-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 20px;
  height: 20px;
}
.mat-radio-container {
  min-width: 20px;
}
.ow-ds-dialog-header {
  width: 100%;
  height: 40px;
  background-color: #2761c3;
}
.ow-ds-dialog-header.ow-ds-lightblue-dialog-header {
  background-color: #8fc1ff;
}
.ow-ds-dialog-content {
  position: relative;
  padding: 32px;
  border: #8fc1ff solid;
  border-width: 0 3px 3px 3px;
  border-radius: 0 0 16px 16px;
  background: white;
  text-align: center;
}
.ow-ds-dialog-content img {
  max-width: 100%;
}
.ow-ds-dialog-content .success-message {
  font-family: 'Montserrat', sans-serif;
}
.ow-ds-dialog-content .mat-dialog-title {
  color: #343434;
}
.ow-ds-dialog-content.ow-ds-dialog-content-no-header {
  border-width: 3px;
  border-radius: 16px;
}
.ow-ds-dialog-title,
.ow-ds-dialog-light-title {
  margin: 0 0 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #343434;
}
.ow-ds-dialog-light-title {
  font-weight: 300;
}
.ow-ds-dialog-txt {
  margin: 20px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #343434;
}
.ow-ds-radio-btn-group {
  text-align: left;
  margin: 0 36px 20px 36px;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #8fc1ff;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #8fc1ff;
}
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(144, 179, 223, 0.26);
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(144, 179, 223, 0.26);
}
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(144, 179, 223, 0.26);
}
.ow-ds-dialog-btn {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  border: none;
  -webkit-tap-highlight-color: transparent;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0 5px;
  min-width: 154px;
  line-height: 30px;
  padding: 0 16px;
  border-radius: 30px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}
button.ow-ds-dialog-btn.confirm {
  background-color: #252524;
}
button.ow-ds-dialog-btn.confirm:hover {
  background: #5f5f5f;
}
button.ow-ds-dialog-btn.cancel,
button.ow-ds-dialog-btn.small-cancel {
  background-color: #8fc1ff;
}
button.ow-ds-dialog-btn.cancel:hover,
button.ow-ds-dialog-btn.small-cancel:hover {
  background-color: #a1cbff;
}
button.ow-ds-dialog-btn.small-cancel {
  font-size: 10px;
  min-width: auto;
}
button.ow-ds-dialog-btn.start {
  background-color: #2761c3;
  font-size: 20px;
  font-weight: 300;
  padding: 8px 14px;
}
button.ow-ds-dialog-btn.start:hover {
  background-color: #2c77d1;
}
.ow-ds-dialog-content.ow-ds-advice-dialog-content {
  border-width: 3px;
  border-radius: 16px;
  border-color: #8fc1ff;
  padding-top: 50px;
}
.ow-ds-dialog-content.ow-ds-advice-dialog-content * {
  position: relative;
  z-index: 1;
}
.ow-ds-dialog-content.ow-ds-advice-dialog-content .top-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #8fc1ff;
  background-image: url('/modules/owebo/images/dialogs/backgrounds/ampoules.png');
  background-position: center;
  z-index: 0;
}
.ow-ds-dialog-content.ow-ds-advice-dialog-content .ow-ds-dialog-btn {
  background-color: #343434;
}
.ow-ds-dialog-content.ow-ds-advice-dialog-content .ow-ds-dialog-btn:hover {
  background-color: #5f5f5f;
}
.ow-ds-dialog-content.ow-ds-advice-dialog-content .ow-ds-advice-dialog-checkbox {
  position: absolute;
  padding-right: 0;
}
.mat-dialog-actions {
  align-items: center;
}
.mat-dialog-actions.top-actions {
  padding-bottom: 0;
}
.ow-ds-advice-dialog-checkbox {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.ow-ds-advice-dialog-checkbox *,
.ow-ds-advice-dialog-checkbox input[type=checkbox] {
  margin: 0;
}
.ow-ds-advice-dialog-checkbox label {
  padding-left: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  color: #2761c3;
}
.ow-ds-dialog-header.ow-ds-dialog-story-header {
  height: auto;
  padding: 20px 50px 60px;
  background-color: #2761c3;
}
.ow-ds-dialog-header.ow-ds-dialog-story-header .ow-ds-dialog-title {
  color: white;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
.ow-ds-dialog-content.ow-ds-dialog-story-content {
  border-color: #8fc1ff;
}
.ow-ds-dialog-content.ow-ds-dialog-story-content .higher-block {
  margin-top: -90px;
}
.ow-ds-dialog-carousel {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  height: 400px;
}
.ow-ds-dialog-carousel .carousel-left-button,
.ow-ds-dialog-carousel .carousel-right-button {
  display: flex;
  align-items: center;
  padding: 0.1rem;
  z-index: 10;
}
.ow-ds-dialog-carousel .carousel-left-button button,
.ow-ds-dialog-carousel .carousel-right-button button {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #a1cbff;
  color: white;
}
.ow-ds-dialog-carousel .carousel-left-button button:hover,
.ow-ds-dialog-carousel .carousel-right-button button:hover {
  background-color: #8fc1ff;
}
.ow-ds-dialog-carousel .carousel-left-button button:disabled,
.ow-ds-dialog-carousel .carousel-right-button button:disabled,
.ow-ds-dialog-carousel .carousel-left-button button:hover:disabled,
.ow-ds-dialog-carousel .carousel-right-button button:hover:disabled {
  opacity: 0.4;
  background-color: #a1cbff;
}
.ow-ds-dialog-carousel .carousel-content {
  position: relative;
  width: 380px;
  overflow: hidden;
}
.ow-ds-dialog-carousel .carousel-content .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: left 0.5s;
}
.ow-ds-dialog-bottom-carousel-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 10px;
}
.ow-ds-dialog-bottom-carousel-navigation .navigation-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 0.2rem;
}
.ow-ds-dialog-bottom-carousel-navigation .navigation-button button {
  border: none;
  background-color: #a1cbff;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}
.ow-ds-dialog-bottom-carousel-navigation .navigation-button button:hover {
  background-color: #8fc1ff;
}
.ow-ds-dialog-bottom-carousel-navigation .navigation-button button.active {
  background-color: #8fc1ff;
  width: 35px;
  height: 35px;
}
.hidden-buttons {
  visibility: hidden;
}
.anchor-container {
  position: absolute;
  width: 100%;
}
.anchor-container .vertical-line {
  width: 100%;
  border-top: 1px solid #a1cbff;
}
.anchor-container .anchor-bar {
  position: absolute;
  right: 25px;
  top: -1.3rem;
  display: inline-flex;
  flex-direction: row;
  color: white;
  height: 26px;
}
.anchor-container .anchor-bar .anchor-name {
  display: flex;
  align-items: center;
  background-color: #a1cbff;
  padding: 0.1rem 0.6rem;
  border-radius: 25px 0 0 25px;
  cursor: move;
  font-size: 13px;
}
.anchor-container .anchor-bar .anchor-name svg {
  width: 13px;
  height: auto;
  margin-right: 7px;
}
.anchor-container .anchor-bar .mat-icon {
  width: 19px;
  height: 19px;
  font-size: 19px;
}
.anchor-container .anchor-bar .anchor-actions {
  display: flex;
  background-color: #8fc1ff;
  padding: 0.1rem 0.6rem;
  border-radius: 0 25px 25px 0;
}
.anchor-container .anchor-bar .anchor-actions button {
  display: inline-block;
  padding: 0;
  margin: 0.2rem;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  color: white;
}
.anchor-container .anchor-bar .anchor-actions button .material-icons {
  font-size: 20px;
}
.anchor-container .anchor-mobile-bar {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  height: 20px;
  top: -10px;
  right: 0px;
  padding: 0.1rem 0.8rem;
  border-radius: 25px 0 0 25px;
  background-color: #8fc1ff;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}
.anchor-container .anchor-mobile-bar svg {
  width: 13px;
  height: auto;
  margin-right: 7px;
}
.anchor-container .anchor-mobile-bar:hover {
  background-color: #a1cbff;
}
.anchor-container .anchor-mobile-bar.selected {
  background-color: #a1cbff;
}
ow-section:not(.mobile-auto-mode) .anchor-container .anchor-mobile-bar {
  cursor: move;
}
.hidden-map {
  opacity: 0;
}
.google-maps-key-missing,
.google-maps-error {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E7E8;
  color: #343433;
  padding: 2rem;
}
.google-maps-error {
  z-index: -1;
}
ow-menu {
  display: block;
}
.script-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  background-color: #fafafa;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
}
.script-placeholder .plus-item {
  font-weight: 800;
  color: #343433;
}
.script-placeholder .plus-item.script-module {
  font-size: 50px;
}
.script-placeholder .plus-item.pub-module {
  font-size: 38px;
}
.script-placeholder .plus-item.webpage-module {
  font-size: 38px;
}
.script-placeholder .script-module-txt {
  height: 0;
  color: #a5a5a5;
}
.script-placeholder .script-widget-image {
  max-width: 100%;
  margin-bottom: 5%;
}
.video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 3rem;
  background-color: #fafafa;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  font-weight: 800;
  color: #343433;
  font-size: 50px;
  overflow: hidden;
}
.iframe-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.social-hyperlinks {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-hyperlinks li {
  display: inline-block;
  text-align: center;
  padding: 0.2em 0.35em;
}
.social-hyperlinks li img {
  width: 32px;
  height: 32px;
}
.social-hyperlinks.horizontal {
  flex-direction: row;
}
.social-hyperlinks.vertical {
  flex-direction: column;
}
input -webkit-input-placeholder {
  color: #cfcfcf;
}
input -moz-placeholder {
  color: #cfcfcf;
}
input -moz-placeholder {
  color: #cfcfcf;
}
input -ms-input-placeholder {
  color: #cfcfcf;
}
::-webkit-input-placeholder {
  color: silver;
}
:-moz-placeholder {
  color: silver;
}
::-moz-placeholder {
  color: silver;
}
:-ms-input-placeholder {
  color: silver;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
.social-frame-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.shape-container {
  width: 100%;
  height: 100%;
}
ow-form textarea {
  resize: none;
}
ow-image {
  position: relative;
}
ow-image img {
  position: absolute;
}
ow-image .image-grabber {
  position: absolute;
  outline: 2px solid #F19947;
}
ow-image .image-grabber .image-resizer {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  border: 1px solid #F19947;
  background-color: #F19947;
}
ow-image .image-grabber .image-resizer-top-left {
  cursor: nwse-resize;
  top: -5px;
  left: -5px;
}
ow-image .image-grabber .image-resizer-top-right {
  cursor: nesw-resize;
  top: -5px;
  right: -5px;
}
ow-image .image-grabber .image-resizer-bottom-left {
  cursor: nesw-resize;
  bottom: -5px;
  left: -5px;
}
ow-image .image-grabber .image-resizer-bottom-right {
  cursor: nwse-resize;
  bottom: -5px;
  right: -5px;
}
ow-image .image-grabber .image-resizer-top-center {
  cursor: ns-resize;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
ow-image .image-grabber .image-resizer-bottom-center {
  cursor: ns-resize;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
ow-image .image-grabber .image-resizer-left-center {
  cursor: ew-resize;
  top: 50%;
  margin-top: -5px;
  left: -5px;
}
ow-image .image-grabber .image-resizer-right-center {
  cursor: ew-resize;
  top: 50%;
  margin-top: -5px;
  right: -5px;
}
ow-image .image-clip {
  position: absolute;
}
ow-image .image-overlay {
  position: absolute;
  background-position: 0 0;
  background-size: 100% 100%;
  opacity: 0.5;
}
ow-image .image-grabber.fixed,
ow-image .image-clip.fixed,
ow-image .image-clip.fixed img,
ow-image .image-overlay.fixed {
  position: fixed;
}
.image-cropping-bar {
  position: absolute;
  top: -50px;
  left: 0;
  display: flex;
  align-items: center;
}
.image-cropping-bar .image-cropping-bar-inner {
  display: flex;
  flex-direction: row;
  height: 43px;
  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);
}
.image-cropping-bar .image-cropping-bar-inner .left-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #C6C6C6;
  color: #343433;
  padding: 0 12px;
  border-radius: 15px 0 0 15px;
}
.image-cropping-bar .image-cropping-bar-inner .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 7px;
  background-color: white;
  border-radius: 0 15px 15px 0;
}
.image-cropping-bar .image-cropping-bar-inner .buttons button {
  margin: 3px;
  line-height: 25px;
  min-width: 120px;
}
.image-cropping-bar .lock-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  height: 24px;
  width: 24px;
  background-color: #8fc1ff;
  color: white;
  border-radius: 15px;
  border: none;
}
.image-cropping-bar .lock-button .material-icons {
  font-size: 18px;
}
.image-cropping-bar .lock-button .mat-icon {
  width: 18px;
  height: 18px;
}
.image-size-bar {
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0.5rem;
  background-color: #8fc1ff;
  color: white;
  border-radius: 4px;
}
.publishing-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem;
}
.publishing-url {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.publishing-url .publishing-url-href {
  flex-grow: 1;
  padding: 0.4rem;
  background-color: #E6E7E8;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.publishing-url .publishing-url-href .icons {
  color: #BBBBBB;
  display: flex;
  padding: 0 0.8rem 0 0.5rem;
}
.publishing-url .publishing-url-href .icons .mat-icon {
  margin: 0.1rem;
}
.publishing-url .publishing-url-href .url {
  flex-grow: 1;
  padding: 0.5rem 0.8rem;
  background-color: white;
  border-radius: 8px;
  color: #2761c3;
  font-size: 1.6rem;
  text-align: left;
}
.publishing-url button.ow-ds-dialog-btn {
  background-color: #2761c3;
  color: white;
  text-decoration: none;
}
.publishing-url button.ow-ds-dialog-btn:hover {
  background-color: #2c77d1;
}
.publishing-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.publishing-contact a {
  text-decoration: underline;
  color: #343434;
}
.exiting-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-mobile-menu {
  position: relative;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ow-mobile-menu .ow-mobile-menu-burger {
  width: 22px;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ow-mobile-menu .ow-mobile-menu-burger span {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
}
.ow-mobile-menu .ow-mobile-menu-burger span:last-child {
  margin-bottom: 0;
}
.gallery-container {
  display: flex;
  justify-content: center;
}
.gallery-container .gallery-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery-container .gallery-inner .gallery-image {
  display: block;
  background-size: cover;
  background-position: center;
}
.gallery-settings-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.gallery-settings-container .gallery-images-list {
  width: 70%;
  height: 400px;
  display: flex;
  flex-direction: column;
}
.gallery-settings-container .gallery-images-list .list-top {
  padding: 0.8rem 1.5rem;
  background-color: #8fc1ff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.gallery-settings-container .gallery-images-list .list-top p {
  color: white;
  font-size: 13px;
  margin: 0 10px;
}
.gallery-settings-container .gallery-images-list .list-top button {
  line-height: 25px;
  font-size: 13px;
  min-width: auto;
  margin: 0;
}
.gallery-settings-container .gallery-images-list .images-list {
  overflow: auto;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image {
  width: 110px;
  height: 110px;
  margin: 5px;
  position: relative;
  background-size: cover;
  background-position: center;
  border: 3px solid white;
  border-radius: 3px;
  cursor: pointer;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image .image-buttons {
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  background-color: #8fc1ff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  opacity: 0;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image .image-buttons .separator {
  height: 18px;
  margin: 0 1px;
  border-left: 1px solid white;
  opacity: 0.5;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image .image-buttons button {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 2px;
  border: none;
  background-color: transparent;
  color: white;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image .image-buttons button .mat-icon {
  width: 20px;
  height: 20px;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image .image-buttons button .material-icons {
  font-size: 20px;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image .image-buttons button:hover {
  opacity: 0.7;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image:hover,
.gallery-settings-container .gallery-images-list .images-list .gallery-image.active {
  border-color: #8fc1ff;
}
.gallery-settings-container .gallery-images-list .images-list .gallery-image:hover .image-buttons,
.gallery-settings-container .gallery-images-list .images-list .gallery-image.active .image-buttons {
  opacity: 1;
}
.gallery-settings-container .gallery-layout-settings {
  width: 30%;
  height: 400px;
  background-color: #E6E7E8;
  border-left: 3px solid #8fc1ff;
}
.gallery-settings-container .gallery-layout-settings .settings-title {
  font-weight: bold;
  color: #343434;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 20px 0;
}
.gallery-settings-container .gallery-layout-settings .flex-column,
.gallery-settings-container .gallery-layout-settings .flex-column label {
  margin-bottom: 0;
}
.gallery-settings-container .gallery-layout-settings .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery-settings-container .gallery-layout-settings .line * {
  flex-grow: 1;
}
.gallery-settings-container .gallery-layout-settings .line .right-result {
  flex-grow: 0;
}
.gallery-settings-container .gallery-layout-settings .image-preview {
  position: relative;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.gallery-settings-container .gallery-layout-settings .image-preview button.close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.5;
}
.gallery-settings-container .gallery-layout-settings .image-preview button.close .material-icons {
  font-size: 14px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-settings-container .gallery-layout-settings .image-preview button.close:hover {
  opacity: 1;
}
.gallery-settings-container .gallery-layout-settings .selected-image-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-settings-container .gallery-layout-settings .selected-image-buttons button {
  width: 24px;
  height: 24px;
  margin: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343434;
  border: none;
  background-color: transparent;
}
.gallery-settings-container .gallery-layout-settings .selected-image-buttons button:hover {
  opacity: 0.7;
}
.carousel-indicators li {
  margin: 1px 3px !important;
}
.ow-switcher ul li {
  width: auto;
}
