@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a7a9bc;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e7e7ed;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #edf9f0;
  border-color: #5aca75;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6b6c7e;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6b6c7e;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #feefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #ab1010;
  color: #ab1010;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle.nice-select.open, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #272833;
  font-weight: 600;
}
.user-info .date-info {
  color: #6b6c7e;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1.5rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row, .portal-popup .form-horizontal.columns-max > .portlet-layout.form-group {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column, .portal-popup .form-horizontal.columns-max > .portlet-layout.form-group > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: 0px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 1rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after, .navbar-nav .nav-underline .hover.tab:after, .nav-underline .navbar-nav .hover.tab:after {
  bottom: -0.3125rem;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: #6b6c7e;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #6b6c7e;
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: #6b6c7e;
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/* These inject tags are used for dynamically creating imports for themelet styles, you can place them where ever you like in this file. */
/* inject:imports */
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(255, 177, 66, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}
@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 8px);
  }
}
@keyframes moveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(16px);
  }
}
@keyframes moveRightLeft {
  0%, 100% {
    transform: translate(12px, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
}
.skiplink {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.skiplink:focus {
  border-radius: 4px;
  clip: auto;
  color: var(--textColor);
  height: auto;
  padding: 0.5em 1em;
  margin: 0.5em;
  width: auto;
  z-index: 1;
  text-decoration: none;
}

:focus,
:active,
.nice-select.open {
  border: none;
  outline: none;
}

.focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--focusColor);
}

/* Based on modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size (opinionated).
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**
 * Print styles.
 * Taken from https://github.com/h5bp/html5-boilerplate
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "adr-it";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
[class^=ic-]:before,
[class*=" ic-"]:before,
[class^=ic-]:after,
[class*=" ic-"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adr-it" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-info-circled-alt:before {
  content: "\f086";
}

.ic-arrow-right:before {
  content: "\e927";
}

.ic-arrow-right2:after {
  content: "\e927";
}

.ic-alert-triangle2:before {
  content: "\e900";
}

.ic-download:before {
  content: "\e901";
}

.ic-Airline:before {
  content: "\e902";
}

.ic-airplane:before {
  content: "\e902";
}

.ic-airport:before {
  content: "\e903";
}

.ic-alert-triangle:before {
  content: "\e904";
}

.ic-menu:before {
  content: "\e905";
}

.ic-arrivals_v1:before {
  content: "\e906";
}

.ic-arrow-down:before {
  content: "\e907";
}

.ic-arrow-left:before {
  content: "\e908";
}

.ic-arrow-up:before {
  content: "\e909";
}

.ic-bell:before {
  content: "\e90a";
}

.ic-book-open:before {
  content: "\e90b";
}

.ic-book-open1:after {
  content: "\e90b";
}

.ic-calendar:before {
  content: "\e90c";
}

.ic-chevron-down:before {
  content: "\e90d";
}

.ic-chevron-down2:after {
  content: "\e90d";
}

.ic-check:before {
  content: "\e928";
}

.ic-chevron-left:before {
  content: "\e90e";
}

.ic-chevron-right:before {
  content: "\e90f";
}

.ic-chevron-right1:after {
  content: "\e90f";
}

.ic-chevrons-down:before {
  content: "\e910";
}

.ic-chevrons-left:before {
  content: "\e911";
}

.ic-chevron-up:before {
  content: "\e912";
}

.ic-clock:before {
  content: "\e913";
}

.ic-cloud-rain:before {
  content: "\e914";
}

/* meteo */
.ic-clear:after {
  content: "\e832";
}

.ic-cloudy:after {
  content: "\e833";
}

.ic-mostly-clear:after {
  content: "\e834";
}

.ic-mostly-cloudy:after {
  content: "\e835";
}

.ic-partly-cloudy:after {
  content: "\e836";
}

/* fine meteo */
.ic-departures_v1:before {
  content: "\e915";
}

.ic-departures_v2:after {
  content: "\e915";
}

.ic-FastTrack_v2:before {
  content: "\e916";
}

.ic-globe:before {
  content: "\e917";
}

.ic-Lounge_v2:before {
  content: "\e918";
}

.ic-map:before {
  content: "\e919";
}

.ic-message-square:before {
  content: "\e91a";
}

.ic-message-square1:after {
  content: "\e91a";
}

.ic-notification:before {
  content: "\e91b";
}

.ic-parking_v1:before {
  content: "\e91c";
}

.ic-Radar:before {
  content: "\e91d";
}

.ic-Radar1:after {
  content: "\e91d";
}

.ic-refresh-cw:before {
  content: "\e91e";
}

.ic-search_v1:before {
  content: "\e91f";
}

.ic-share-2:before {
  content: "\e920";
}

.ic-share-3:after {
  content: "\e920";
}

.ic-Shopeat_v2:before {
  content: "\e921";
}

.ic-shopping-bag:before {
  content: "\e922";
}

.ic-user:before {
  content: "\e923";
}

.ic-user-check:before {
  content: "\e929";
}

.ic-volume-x:before {
  content: "\e924";
}

.ic-wheelchair:before {
  content: "\e925";
}

.ic-wheelchair1:after {
  content: "\e925";
}

.ic-x:before {
  content: "\e926";
}

.ic-log-in:before {
  content: "\e92b";
}

.ic-log-out:before {
  content: "\e92a";
}

.ic-tw:before {
  content: "\e82c";
}

.ic-fb:before {
  content: "\e82d";
}

.ic-in:before {
  content: "\e82e";
}

.ic-yt:before {
  content: "\e82f";
}

.ic-wechat:after {
  content: "\e800";
}

@font-face {
  font-family: "adr-ico-23";
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ico-adr-],
[class*=" ico-adr-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "adr-ico-23" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--adr-pri-blu);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-adr-accessibility:before {
  content: "\e900";
}

.ico-adr-add-round:before {
  content: "\e901";
}

.ico-adr-alert-filled:before {
  content: "\e902";
}

.ico-adr-alert:before {
  content: "\e903";
}

.ico-adr-arrow_right:before {
  content: "\e904";
}

.ico-adr-calendar_outline:before {
  content: "\e905";
}

.ico-adr-calendar_time:before {
  content: "\e906";
}

.ico-adr-calendar-check:before {
  content: "\e907";
}

.ico-adr-calendar-edit:before {
  content: "\e908";
}

.ico-adr-calendar-filled:before {
  content: "\e909";
}

.ico-adr-calendar:before {
  content: "\e90a";
}

.ico-adr-car:before {
  content: "\e90b";
}

.ico-adr-cart:before {
  content: "\e90c";
}

.ico-adr-chat-1:before {
  content: "\e90d";
}

.ico-adr-chat-2:before {
  content: "\e90e";
}

.ico-adr-chat:before {
  content: "\e90f";
}

.ico-adr-check-1:before {
  content: "\e910";
}

.ico-adr-check-filled:before {
  content: "\e911";
}

.ico-adr-check-round:before {
  content: "\e912";
}

.ico-adr-check:before {
  content: "\e913";
}

.ico-adr-chevron:before {
  content: "\e914";
}

.ico-adr-close:before {
  content: "\e915";
}

.ico-adr-delete:before {
  content: "\e916";
}

.ico-adr-download:before {
  content: "\e917";
}

.ico-adr-error-sign-round:before {
  content: "\e918";
}

.ico-adr-filtri:before {
  content: "\e919";
}

.ico-adr-forward:before {
  content: "\e91a";
}

.ico-adr-grid-1:before {
  content: "\e91b";
}

.ico-adr-grid-2:before {
  content: "\e91c";
}

.ico-adr-hamburger_menu:before {
  content: "\e91d";
}

.ico-adr-help-1:before {
  content: "\e91e";
}

.ico-adr-help:before {
  content: "\e91f";
}

.ico-adr-info-1:before {
  content: "\e920";
}

.ico-adr-info-filled:before {
  content: "\e921";
}

.ico-adr-info:before {
  content: "\e922";
}

.ico-adr-lingua:before {
  content: "\e923";
}

.ico-adr-login:before {
  content: "\e924";
}

.ico-adr-logout:before {
  content: "\e925";
}

.ico-adr-mail:before {
  content: "\e926";
}

.ico-adr-minus:before {
  content: "\e927";
}

.ico-adr-moto:before {
  content: "\e928";
}

.ico-adr-note-2:before {
  content: "\e929";
}

.ico-adr-notification:before {
  content: "\e92a";
}

.ico-adr-ordina_salta_fila:before {
  content: "\e92b";
}

.ico-adr-phone:before {
  content: "\e92c";
}

.ico-adr-pin-filled:before {
  content: "\e92d";
}

.ico-adr-pin:before {
  content: "\e92e";
}

.ico-adr-play:before {
  content: "\e92f";
}

.ico-adr-plus:before {
  content: "\e930";
}

.ico-adr-promo-tag-filled:before {
  content: "\e931";
}

.ico-adr-promo-tag:before {
  content: "\e932";
}

.ico-adr-promo:before {
  content: "\e933";
}

.ico-adr-search:before {
  content: "\e934";
}

.ico-adr-share:before {
  content: "\e935";
}

.ico-adr-shield:before {
  content: "\e936";
}

.ico-adr-social-facebook:before {
  content: "\e937";
}

.ico-adr-social-instagram:before {
  content: "\e938";
}

.ico-adr-social-twitter-old:before {
  content: "\e939";
}

.ico-adr-social-wechat:before {
  content: "\e93a";
}

.ico-adr-social-youtube:before {
  content: "\e93b";
}

.ico-adr-time-2:before {
  content: "\e93c";
}

.ico-adr-time:before {
  content: "\e93d";
}

.ico-adr-user:before {
  content: "\e93e";
}

.ico-adr-valuta:before {
  content: "\e93f";
}

.ico-adr-zoom-in:before {
  content: "\e940";
}

.ico-adr-zoom-out:before {
  content: "\e941";
}

.ico-adr-social-twitter:before {
  content: "\e842";
}

.ico-adr-social-linkedin:before {
  content: "\e843";
}

@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gabarito/v4/QGYtz_0dZAGKJJ4t3HtoW4XGnfBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gabarito/v4/QGYtz_0dZAGKJJ4t3HtoW4XGnfBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gabarito/v4/QGYtz_0dZAGKJJ4t3HtoW4XGnfBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gabarito/v4/QGYtz_0dZAGKJJ4t3HtoW4XGnfBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gabarito/v4/QGYtz_0dZAGKJJ4t3HtoW4XGnfBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/gabarito/v4/QGYtz_0dZAGKJJ4t3HtoW4XGnfBI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --white: #fff;
  --black: #000;
  --adr-red: #E0073B;
  --adr-green: #00882E;
  --adr-pri-blu: #004996;
  --adr-sec-dark-blue: #052A5D;
  --adr-sec-backgroud-light-blue: #E6EDF5;
  --adr-icone: #007EF6;
  --adr-feedback-info: #007EF6;
  --adr-feedback-error: #E0073B;
  --adr-feedback-success: #00882E;
  --adr-feedback-warning: #FEA424;
  --cross-grey-scale-01-black: #15161C;
  --cross-grey-scale-02-darker-grey: #191E28;
  --cross-grey-scale-03-dark-grey: #415264;
  --cross-grey-scale-04-grey: #8EA0B4;
  --cross-grey-scale-05-light-grey: #BFD1E5;
  --cross-grey-scale-06-lighter-grey: #DEE7F1;
  --cross-grey-scale-07-grey-white: #F2F6FA;
  --cross-grey-scale-08-whiteffffff: #FFF;
  --green-whatsapp: #25D366;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-mode: "dark";
  }
  :root:not([data-user-color-scheme]) {
    --backgroundColor: #1A1A1A;
    --textColor: #eeeeee;
    --primaryColor: #A15CFF;
  }
}
/**
 *  Spacing
 */
:root {
  --spacing-none: 0;
  --spacing-xx-small: 0.25rem;
  --spacing-x-small: 0.5rem;
  --spacing-small: 0.75rem;
  --spacing-medium: 1rem;
  --spacing-large: 1.5rem;
  --spacing-x-large: 2rem;
  --spacing-xx-large: 6rem;
  --container-max-width: 80rem;
}

/*  INPUT ITEM */
.input-item {
  width: 100%;
  max-width: 21.25rem;
  position: relative;
}
.input-item input[type=text],
.input-item input[type=date],
.input-item input[type=time],
.input-item select {
  width: 100%;
  height: 3rem;
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.8125rem 0.75rem;
}
.input-item .labelInput {
  flex: 1 100%;
  width: 100%;
  min-height: 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--adr-sec-dark-blue);
  padding-bottom: 0.625rem;
}
.input-item .targa {
  border: none;
  background: none;
  position: absolute;
  top: 2.6875rem;
  right: 0.625rem;
}
.input-item .targa:after {
  content: "\e922";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  font-family: "adr-ico-23" !important;
  font-size: 1.25rem;
  color: var(--adr-sec-dark-blue);
}

/*  INCREASE/DECREASE INPUT */
.input-increase-decrease {
  width: 100%;
  min-width: 12.5rem;
  max-width: 14.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.375rem;
  border-radius: 4px;
}
@media (max-width: 47.9375rem) {
  .input-increase-decrease {
    max-width: none;
  }
}
.input-increase-decrease .value-button {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.5rem;
  margin: 0;
  background: var(--adr-pri-blu);
  font-size: 1.875rem;
  font-weight: 400;
  color: var(--white);
  padding: 0;
  user-select: none;
  cursor: pointer;
}
.input-increase-decrease input {
  width: 5.625rem;
  height: 2.875rem;
  text-align: center;
  border: 1px solid var(--cross-grey-scale-05-light-grey);
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 0.25rem;
}
@media (max-width: 47.9375rem) {
  .input-increase-decrease input {
    width: calc(100% - 108px);
  }
}
.input-increase-decrease input[type=number]::-webkit-inner-spin-button,
.input-increase-decrease input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.labelItem {
  flex: 1 100%;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--cross-grey-scale-01-black);
}

/*  INPUT DATA PICKER */
.input-datapicker {
  width: 100%;
  max-width: 21.25rem;
  margin: auto;
  position: relative;
}
.input-datapicker input {
  background-image: url("/o/adr-new-theme/images/icons/bg-calendar.png");
  background-position: calc(100% - 16px);
  background-repeat: no-repeat;
}
@media (max-width: 47.9375rem) {
  .input-datapicker {
    margin-bottom: 1.25rem;
  }
}
.input-datapicker input,
.input-datapicker select {
  max-width: 12.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cross-grey-scale-03-dark-grey);
  padding: 0 0.625rem;
}
.input-datapicker.databooking .inputWrapper {
  width: 100%;
  max-width: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
}
.input-datapicker.databooking .inputWrapper .inputGroup {
  width: 100%;
  max-width: 50%;
  position: relative;
}
.input-datapicker.databooking .inputWrapper .inputGroup input,
.input-datapicker.databooking .inputWrapper .inputGroup select {
  border: none;
  top: 0.4375rem;
  background: transparent;
  position: relative;
}
.input-datapicker.databooking .inputWrapper .inputGroup label {
  position: absolute;
  font-size: 0.625rem;
  font-weight: 500;
  top: 0.3125rem;
  left: 0.625rem;
}

/*  INPUT TIME PICKER */
.input-timepicker input {
  max-width: 9.25rem;
  padding: 0.3125rem 0.625rem;
  position: relative;
}
.input-timepicker select {
  background-image: url("/o/adr-new-theme/images/icons/bg-time.png");
  background-position: calc(100% - 16px);
  background-repeat: no-repeat;
}

/*  CHECKBOX */
.checkbox-form-group {
  display: block;
}
.checkbox-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-form-group label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.checkbox-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.125rem solid #004996;
  border-radius: 0.25rem;
  padding: 0.625rem;
  display: inline-block;
  position: relative;
  top: -0.125rem;
  vertical-align: middle;
  margin-right: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
.checkbox-form-group input:checked + label:before {
  background: #004996;
}
.checkbox-form-group input:checked + label:after {
  content: "";
  width: 0.375rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 0.05rem;
  left: 0.59375rem;
  border: solid white;
  border-width: 0 0.15625rem 0.15625rem 0;
  transform: rotate(45deg);
}

/*  INPUT TELEPHONE WITH FLAGS */
.iti {
  width: 100%;
  max-width: calc(50% - 16px);
  display: flex !important;
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
}
.iti input {
  max-width: 100% !important;
  height: 3rem;
  border: none !important;
  margin-left: 1.125rem !important;
  background-color: transparent;
}
.iti input:focus, .iti input:focus-visible, .iti input.focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background: var(--white) !important;
}
.iti .iti__flag-container {
  position: relative;
}
.iti .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent !important;
}
.iti .iti__flag-container:after {
  content: "";
  width: 0.0625rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 0.6875rem;
  right: -0.4375rem;
  background: var(--cross-grey-scale-04-grey);
  z-index: 1;
}
.iti .iti__flag-container .iti__selected-flag {
  background: var(--white);
}
.iti .iti__flag-container .iti__selected-flag .iti__arrow {
  order: 1;
  margin-right: 0.9375rem;
}
.iti .iti__flag-container .iti__selected-flag .iti__flag {
  order: 2;
}
.iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  order: 3;
}
@media (max-width: 47.9375rem) {
  .iti {
    max-width: 100%;
  }
}

/*  INPUT RADIO AUTO/MOTO */
.inputWrapperRadio {
  width: 100%;
  max-width: 20.3125rem;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  background: var(--cross-grey-scale-07-grey-white);
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
  align-items: center;
  padding: 0.15rem 0.1875rem;
}
@media (max-width: 37.4375rem) {
  .inputWrapperRadio {
    max-width: unset;
  }
}
.inputWrapperRadio .inputGroupRadio {
  width: 100%;
  height: 100%;
  position: relative;
}
.inputWrapperRadio .inputGroupRadio input {
  position: absolute;
  opacity: 0;
}
.inputWrapperRadio .inputGroupRadio label {
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  opacity: 0.5;
  transition: 0.3s;
  gap: 0.25rem;
}
.inputWrapperRadio .inputGroupRadio label svg {
  margin-right: 0.5rem;
}
.inputWrapperRadio .inputGroupRadio .ico-adr-check-filled {
  display: none;
}
.inputWrapperRadio .inputGroupRadio .ico-adr-check-filled:before {
  color: var(--adr-green);
}
.inputWrapperRadio .inputGroupRadio input:checked + label {
  background: var(--white);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 73, 150, 0.1);
  opacity: 1;
}
.inputWrapperRadio .inputGroupRadio input:checked + label .ico-adr-check-filled {
  display: block;
}

/*  INPUT RADIO AUTO/MOTO */
.inputWrapperCheckbox {
  width: 100%;
  max-width: 20.3125rem;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  background: var(--cross-grey-scale-07-grey-white);
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
  align-items: center;
  padding: 0.15rem 0.1875rem;
}
@media (max-width: 37.4375rem) {
  .inputWrapperCheckbox {
    max-width: unset;
  }
}
.inputWrapperCheckbox .inputGroupCheckbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.inputWrapperCheckbox .inputGroupCheckbox input {
  position: absolute;
  opacity: 0;
}
.inputWrapperCheckbox .inputGroupCheckbox label {
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  opacity: 0.5;
  transition: 0.3s;
}
.inputWrapperCheckbox .inputGroupCheckbox label svg {
  margin-right: 0.5rem;
}
.inputWrapperCheckbox .inputGroupCheckbox .ico-adr-check-filled {
  display: none;
  position: absolute;
  top: 0.9375rem;
  right: 0.875rem;
}
.inputWrapperCheckbox .inputGroupCheckbox .ico-adr-check-filled:before {
  color: var(--adr-green);
}
.inputWrapperCheckbox .inputGroupCheckbox input:checked + label {
  background: var(--white);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 73, 150, 0.1);
  opacity: 1;
}
.inputWrapperCheckbox .inputGroupCheckbox input:checked + label .ico-adr-check-filled {
  display: block;
}

form * {
  font-family: "Gabarito", sans-serif;
}

.adr-select {
  width: 100%;
  max-width: fit-content;
  position: relative;
}
@media (max-width: 47.9375rem) {
  .adr-select {
    max-width: unset;
  }
}
.adr-select select {
  display: none;
}
.adr-select .select-selected {
  background-color: var(--white);
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 0.625rem 3.125rem 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--adr-sec-dark-blue);
}
.adr-select .select-selected:after {
  content: "\e914";
  position: absolute;
  top: 0.4375rem;
  right: 0.3125rem;
  transform: rotate(90deg);
  font-family: "adr-ico-23" !important;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 0.4s;
}
.adr-select .select-selected.select-arrow-active:after {
  transform: rotate(-90deg);
}
.adr-select__disabled {
  cursor: not-allowed;
}
.adr-select__disabled .select-selected {
  pointer-events: none;
  background-color: lightgrey;
  opacity: 0.4;
}
.adr-select .select-items {
  width: max-content;
  position: absolute;
  border-radius: 0.5rem;
  background: var(--adr-pri-blu);
  box-shadow: 0 0.25rem 0.625rem 0 rgb(0, 73, 150);
  top: 100%;
  left: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 400;
  z-index: 10;
}
@media (max-width: 47.9375rem) {
  .adr-select .select-items {
    width: 100%;
  }
}
.adr-select .select-items div, .adr-select .select-items.select-selected {
  position: relative;
  border: 0.0625rem solid transparent;
  padding: 0.5rem 2.8125rem 0.5rem 1rem;
  color: var(--white);
  user-select: none;
  cursor: pointer;
}
.adr-select .select-items .same-as-selected {
  font-weight: 700;
}
.adr-select .select-items .same-as-selected:after {
  content: "\e910";
  position: absolute;
  top: 0.25rem;
  right: 0.625rem;
  font-family: "adr-ico-23" !important;
  font-size: 1.25rem;
  font-weight: 500;
}
.adr-select .select-hide {
  display: none;
}

.empty-results {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 2.5rem 1.25rem;
}

.jSwiperRestaurants .swiper-slide {
  width: auto;
}

.btn {
  width: 100%;
}
@media (min-width: 56.25rem) {
  .btn {
    width: max-content;
  }
}
.btn.large {
  min-width: 14.875rem;
}
@media (max-width: 47.9375rem) {
  .btn.large {
    width: calc(100% - 32px);
    margin-bottom: 1.25rem;
  }
}

.btn-hero {
  background-color: rgba(65, 82, 100, 0.4);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--white);
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--white);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.btn-hero:hover {
  background-color: rgba(65, 82, 100, 0.8);
  border-color: var(--white);
  color: var(--white);
}

.btn-primary {
  background-color: var(--adr-pri-blu);
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--white);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: var(--adr-sec-dark-blue);
  border-color: transparent;
  color: var(--white);
}
.btn-primary.disabled, .dropdown-menu > li.disabled > a.btn-primary,
.dropdown-menu .link-list > .disabled > a.btn-primary,
.dropdown-menu > li.disabled.link-list > a > a.btn-primary,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-primary {
  background-color: var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--white);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.btn-primary.disabled:hover, .dropdown-menu > li.disabled > a.btn-primary:hover,
.dropdown-menu .link-list > .disabled > a.btn-primary:hover,
.dropdown-menu > li.disabled.link-list > a > a.btn-primary:hover,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-primary:hover {
  background-color: var(--cross-grey-scale-05-light-grey);
  border-color: transparent;
  color: var(--white);
}

.btn-secondary {
  background-color: var(--cross-grey-scale-07-grey-white);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--adr-pri-blu);
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--adr-pri-blu);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.btn-secondary:hover {
  background-color: var(--cross-grey-scale-06-lighter-grey);
  border-color: var(--adr-pri-blu);
  color: var(--adr-pri-blu);
}

.btn-whatsapp {
  font-size: 1rem;
  background-color: var(--green-whatsapp);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--green-whatsapp);
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--white);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.btn-whatsapp:hover {
  background-color: var(--green-whatsapp);
  border-color: var(--green-whatsapp);
  color: var(--white);
}
.btn-whatsapp:before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: url("/o/adr-new-theme/images/icons/whatsapp-ico.svg") no-repeat;
  background-size: cover;
  margin: 0 0.5rem 0.125rem 0;
}

.btn-email,
.btn-phone {
  font-size: 1rem;
  background-color: var(--white);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--adr-pri-blu);
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--adr-pri-blu);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.btn-email:hover,
.btn-phone:hover {
  background-color: var(--white);
  border-color: var(--adr-pri-blu);
  color: var(--adr-pri-blu);
}
.btn-email:before,
.btn-phone:before {
  content: "\e926";
  width: 1.375rem;
  height: 1.375rem;
  position: relative;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.5rem 0.125rem 0;
  font-family: "adr-ico-23" !important;
}

.btn-phone:before {
  content: "\e92c";
  vertical-align: text-top;
}

/**
 * Global settings
 */
:root {
  --height-quick-link-sticky: 80px;
}

body {
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  color: var(--cross-grey-scale-01-black);
}

.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6,
.main-container p,
.header-container h1,
.header-container h2,
.header-container h3,
.header-container h4,
.header-container h5,
.header-container h6,
.header-container p,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p {
  margin: 0;
}
.main-container ul,
.header-container ul,
.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.max-width-hf {
  width: 100%;
  max-width: calc(1160px + 2.5rem);
  padding: 0 1.25rem;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
}

.max-width-main {
  width: 100%;
  max-width: calc(1024px + 2.5rem);
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  position: relative;
  z-index: 1;
}

.quick-link-sticky {
  width: calc(100% - 1rem);
  margin: 0.5rem;
  border-radius: 1rem;
  height: var(--height-quick-link-sticky);
  background: var(--cross-grey-scale-01-black, #15161C);
  box-shadow: 0px -1px 12px 0px rgba(5, 42, 93, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.quick-link-sticky nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-link-sticky nav .quick-link-item {
  flex: 1;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.5rem;
}
.quick-link-sticky nav .quick-link-item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.quick-link-sticky nav .quick-link-item p {
  color: var(--white);
  font-size: 0.75rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 1.625rem;
  margin-bottom: 0;
}
.quick-link-sticky nav .quick-link-item p::after {
  content: "";
  width: 1rem;
  height: 0.1875rem;
  background-color: transparent;
  border-radius: 0.25rem;
  display: block;
}
.quick-link-sticky nav .quick-link-item.active p, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item p, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item p {
  font-weight: 700;
  gap: 0.25rem;
}
.quick-link-sticky nav .quick-link-item.active p::after, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item p::after, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item p::after {
  background-color: var(--white);
}
.quick-link-sticky nav .quick-link-item__shopping::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/shopping.svg");
}
.quick-link-sticky nav .quick-link-item__shopping.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__shopping::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__shopping::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/shopping-active.svg");
}
.quick-link-sticky nav .quick-link-item__food::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/food.svg");
}
.quick-link-sticky nav .quick-link-item__food.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__food::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__food::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/food-active.svg");
}
.quick-link-sticky nav .quick-link-item__parking::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/parking.svg");
}
.quick-link-sticky nav .quick-link-item__parking.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__parking::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__parking::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/parking-active.svg");
}
.quick-link-sticky nav .quick-link-item__services::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/services.svg");
}
.quick-link-sticky nav .quick-link-item__services.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__services::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__services::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/services-active.svg");
}
.quick-link-sticky nav .quick-link-item__map::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/map.svg");
}
.quick-link-sticky nav .quick-link-item__map.active::before, .quick-link-sticky nav .nav-underline .tab.active a.quick-link-item__map::before, .nav-underline .tab.active .quick-link-sticky nav a.quick-link-item__map::before {
  content: url("/o/adr-new-theme/images/icons/quick-links/map-active.svg");
}
@media (min-width: 56.25rem) {
  .quick-link-sticky {
    display: none;
  }
}

.scroll-to-top {
  position: fixed;
  border-radius: 3.5rem;
  border: 1px solid #FFF;
  background: var(--cross-grey-scale-03-dark-grey, #415264);
  bottom: 1.25rem;
  left: 50%;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
  opacity: 0;
  padding: 0.375rem 0.875rem;
  transition: opacity 0.4s;
  transform: translateX(-50%);
  z-index: 0;
}
@media (min-width: 56.25rem) {
  .scroll-to-top {
    bottom: 1.25rem;
  }
}

.cont-modal-dialog-order-confirmation {
  border-radius: 1rem;
}
.cont-modal-dialog-order-confirmation .modal-header {
  border-bottom: 0;
}

.cont-modal-dialog-cards-security {
  max-width: 900px !important;
  height: 94vh !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 1.5rem !important;
}
@media (min-width: 37.5rem) {
  .cont-modal-dialog-cards-security {
    height: 36.25rem !important;
  }
  .cont-modal-dialog-cards-security .modal-header {
    height: 1.25rem;
    position: relative;
  }
  .cont-modal-dialog-cards-security .modal-header .close {
    top: 1rem;
    position: absolute;
    z-index: 5;
    right: 3rem;
  }
}
.cont-modal-dialog-cards-security .modal-header {
  border: 0;
}
.cont-modal-dialog-cards-security .dialog-iframe-node {
  height: 100% !important;
}

.modal-dialog-cards-security {
  margin: 0 auto;
}
@media (min-width: 37.5rem) {
  .modal-dialog-cards-security {
    max-width: 53.125rem;
  }
}
.modal-dialog-cards-security .modal-header {
  border: none;
}
.modal-dialog-cards-security .modal-content {
  border: none;
  border-radius: 0;
}
.modal-dialog-cards-security .modal-content .modal-body {
  border: 0px solid transparent;
}
.modal-dialog-cards-security .modal-close-wrap {
  text-align: right;
}
.modal-dialog-cards-security .modal-close-wrap .ico-adr-close {
  font-size: 1.25rem;
  border: 0;
  background: none;
}
.modal-dialog-cards-security .modal-close-wrap span {
  display: none;
}
.modal-dialog-cards-security .modal-custom-title {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 37.5rem) {
  .modal-dialog-cards-security .modal-custom-title {
    margin-bottom: 2.5rem;
  }
}
.modal-dialog-cards-security .modal-card-security-cont {
  display: flex;
  gap: 1rem;
  flex-flow: column;
}
@media (min-width: 37.5rem) {
  .modal-dialog-cards-security .modal-card-security-cont {
    flex-flow: row;
    gap: 1.5rem;
  }
}
.modal-dialog-cards-security .modal-card-security-cont .card--security-access {
  height: auto;
}

.ui-datepicker.ui-widget {
  z-index: 4 !important;
  margin-left: -8px;
  margin-right: -8px;
}

.ui-widget-header .ui-icon {
  background-image: url("/o/adr-new-theme/images/general/ui-icons_444444_256x240.png");
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/o/adr-new-theme/images/general/ui-icons_444444_256x240.png");
}

.hr-spacer {
  width: 100%;
  height: 0.0625rem;
  background-color: var(--cross-grey-scale-05-light-grey);
  margin: 0;
}

.header-lang .site-lang,
.footer-lang .site-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
}
.header-lang .site-lang::before,
.footer-lang .site-lang::before {
  margin-top: 0.375rem;
}
.header-lang .site-lang__footer,
.footer-lang .site-lang__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header-lang .site-lang__footer i,
.footer-lang .site-lang__footer i {
  font-size: 1.5rem;
  margin-right: 0.375rem;
  color: var(--white);
}

.header-lang a.dropdown-item,
.header-lang .dropdown-menu .link-list > .disabled > a,
.header-lang .dropdown-menu > li.disabled.link-list > a > a,
.header-lang .dropdown-menu .link-list > .disabled.link-list > a > a,
.header-lang .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.header-lang .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a,
.dropdown-menu .header-lang .link-list > .disabled > a,
.dropdown-menu .header-lang .link-list > .disabled.link-list > a > a,
.dropdown-menu .header-lang .link-list > .disabled.link-list > a.link-list > a > a, .header-lang .dropdown-menu > li > a,
.header-lang .dropdown-menu .link-list > li > a,
.dropdown-menu .header-lang .link-list > li > a {
  white-space: nowrap;
}

.footer-lang .site-lang__footer {
  gap: 1rem;
}
.footer-lang .site-lang__footer::after {
  content: "\e914";
  font-family: "adr-ico-23";
  font-size: 1.5rem;
  line-height: 1;
  transform: rotate(90deg);
}
.footer-lang .lang-dd__footer .dropdown-item,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > .disabled > a,
.footer-lang .lang-dd__footer .dropdown-menu > li.disabled.link-list > a > a,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > .disabled.link-list > a > a,
.footer-lang .lang-dd__footer .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > .disabled > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > .disabled.link-list > a > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > .disabled.link-list > a.link-list > a > a, .footer-lang .lang-dd__footer .dropdown-menu > li > a,
.footer-lang .lang-dd__footer .dropdown-menu .link-list > li > a,
.dropdown-menu .footer-lang .lang-dd__footer .link-list > li > a {
  gap: 0.5rem;
}

:lang(it) .site-lang::before,
:lang(it-IT) .site-lang::before {
  content: url("/o/adr-new-theme/images/icons/flags/ITA.svg");
  margin-right: 0.375rem;
}
:lang(it) .modal-book-a-table .btn-toolbar-button::before,
:lang(it-IT) .modal-book-a-table .btn-toolbar-button::before {
  content: "annulla";
}

:lang(en) .site-lang::before,
:lang(en-US) .site-lang::before {
  content: url("/o/adr-new-theme/images/icons/flags/EN.svg");
  margin-right: 0.375rem;
}
:lang(en) .modal-book-a-table .btn-toolbar-button::before,
:lang(en-US) .modal-book-a-table .btn-toolbar-button::before {
  content: "cancel";
}

:lang(zh) .site-lang::before,
:lang(zh-CN) .site-lang::before {
  content: url("/o/adr-new-theme/images/icons/flags/CN.svg");
  margin-right: 0.375rem;
}

.header-container {
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header {
  background-color: #fff;
  padding: 0.75rem 0;
  box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 75rem) {
  .site-header {
    padding: 1.375rem 0;
  }
}
.site-header *:focus-visible {
  outline: none;
}
.site-header__logo {
  display: block;
}
.site-header__logo a {
  display: block;
  height: 1.875rem;
  transition: all ease 0.4s;
}
@media (min-width: 56.25rem) {
  .site-header__logo a {
    height: 2.5rem;
  }
}
.site-header__logo a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.site-header .wrap-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.site-header__top-nav {
  display: none;
}
@media (min-width: 75rem) {
  .site-header__top-nav {
    display: flex;
  }
}
.site-header__top-nav .portlet {
  margin-bottom: 0;
}
.site-header__top-menu {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 5.25rem;
  justify-content: flex-end;
}
.site-header__top-menu .header-assistance .assistance {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem;
}
.site-header__top-menu .header-assistance .assistance img {
  height: 1.625rem;
  max-width: initial;
}
.site-header__top-menu .header-hamb-menu,
.site-header__top-menu .site-lang {
  display: none;
}
.site-header__top-menu .header-lang,
.site-header__top-menu .slide-menu__control {
  display: none;
}
@media (min-width: 75rem) {
  .site-header__top-menu {
    width: auto;
  }
  .site-header__top-menu .header-hamb-menu,
  .site-header__top-menu .site-lang {
    display: flex;
  }
  .site-header__top-menu .header-lang,
  .site-header__top-menu .slide-menu__control {
    display: flex;
  }
}
.site-header nav ul.navbar-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header nav ul.navbar-nav li {
  font-size: 1.125rem;
  font-weight: 500;
  color: #004996;
  padding: 0 1rem;
  position: relative;
  display: flex;
  font-weight: 500;
}
.site-header nav ul.navbar-nav li::after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: var(--cross-grey-scale-06-lighter-grey);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.site-header nav ul.navbar-nav li:last-child::after {
  display: none;
}
.site-header nav ul.navbar-nav li a {
  color: var(--adr-pri-blu);
  position: relative;
  padding: 0.5rem 0;
}
.site-header nav ul.navbar-nav li a.active::after, .site-header nav ul.navbar-nav li .nav-underline .tab.active a::after, .nav-underline .tab.active .site-header nav ul.navbar-nav li a::after {
  content: "";
  width: 50%;
  height: 0.25rem;
  overflow: hidden;
  background-color: var(--adr-pri-blu);
  display: flex;
  margin: 0.125rem auto 0;
  border-radius: 0.0625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .header-hamb-menu {
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--adr-pri-blu);
  display: flex;
  align-items: center;
}
.site-header .header-hamb-menu i {
  font-size: 1.5rem;
}
.site-header .slide-menu__control {
  color: var(--adr-pri-blu);
  font-size: 1rem;
}
.site-header .header-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
.site-header .header-cart a {
  width: 2.125rem;
  display: block;
}
.site-header__mob {
  display: flex;
}
.site-header__mob .header-hamb-menu {
  display: flex;
  width: 5.25rem;
}
@media (min-width: 75rem) {
  .site-header__mob {
    display: none;
  }
}

.site-footer {
  padding-bottom: 0;
}
.site-footer ul.navbar-nav {
  flex-flow: column;
}
.site-footer a {
  color: #fff;
  display: block;
}
.site-footer.site-footer__modular .site-footer-top {
  margin-top: -1.25rem;
}
@media (min-width: 56.25rem) {
  .site-footer.site-footer__modular .site-footer-top {
    margin-top: -3.75rem;
  }
}
.site-footer .site-footer-top {
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: auto;
  padding: 2.125rem 0 1.25rem;
  margin-top: 1.25rem;
  background-color: #415264;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .site-footer .site-footer-top {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
    padding: 2.5rem 0 5rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top {
    margin-top: 3.75rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf {
    flex-flow: row;
    gap: 2rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav {
    flex: 3;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #fff;
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div::after {
  content: "\e914";
  font-family: "adr-ico-23";
  display: inline-block;
  transform: rotate(-90deg);
  transition: all ease 0.2s;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div::after {
    display: none;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div.collapsed::after {
  transform: rotate(0);
  transition: all ease 0.2s;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li > div {
    pointer-events: none;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li {
    font-size: 1.125rem;
    border: none;
    margin: 0;
    flex: 1;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul {
    display: block;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul.collapse {
  display: none;
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul.collapse.show {
  display: block;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul.collapse {
    display: block;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 1.25rem;
  padding: 0;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab {
    font-size: 0.8125rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item .nav-link, .nav-underline .tab .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-item a, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab .nav-link, .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .nav-underline .tab a, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab .nav-link, .nav-underline .site-footer .site-footer-top .max-width-hf .footer-nav > ul > li ul .tab a {
  padding: 0;
}
.site-footer .site-footer-top .max-width-hf .footer-extra {
  display: flex;
  gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-extra {
    justify-content: flex-start;
    flex: 1;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-extra .cont-extra-links {
  display: flex;
  justify-content: center;
}
.site-footer .site-footer-top .max-width-hf .footer-extra .cont-extra-links a.extra-link {
  text-transform: uppercase;
  font-size: clamp(0.75rem, 0.631rem + 0.509vw, 0.875rem);
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  transition: 0.3s;
}
.site-footer .site-footer-top .max-width-hf .footer-extra .cont-extra-links a.extra-link:hover {
  border: 1px solid rgb(255, 255, 255);
}
.site-footer .site-footer-top .max-width-hf .footer-social {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid var(--white);
}
.site-footer .site-footer-top .max-width-hf .footer-social .title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social .title {
    text-align: center;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social .title {
    font-size: 1.125rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-social__list {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social__list {
    justify-content: center;
    gap: 2.5rem;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social__list {
    gap: 1.25rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-social__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  font-size: 2.125rem;
  color: var(--cross-grey-scale-03-dark-grey);
}
@media (min-width: 75rem) {
  .site-footer .site-footer-top .max-width-hf .footer-social__list a {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1.375rem;
  }
}
.site-footer .site-footer-top .max-width-hf .footer-social__list a span {
  font-size: 0;
}
.site-footer .site-footer-top .max-width-hf .footer-lang {
  text-align: center;
}
.site-footer .site-footer-top .max-width-hf .footer-lang .dropdown-menu.show {
  left: 50% !important;
  transform: translate(-50%, 28px) !important;
}
.site-footer .site-footer-top .max-width-hf .footer-lang a {
  color: var(--adr-pri-blu);
}
.site-footer .site-footer-bottom {
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: auto;
  padding: 2.125rem 0 1.25rem;
  border-radius: 0;
  background-color: #191E28;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .site-footer .site-footer-bottom {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
    padding: 2.5rem 0 5rem;
  }
}
@media (min-width: 56.25rem) {
  .site-footer .site-footer-bottom {
    border-radius: 0;
  }
}
.site-footer .site-footer-bottom .max-width-hf {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf {
    flex-flow: row;
    gap: 2rem;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-company {
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-company img {
  height: 3.75rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-company a {
  margin: 0 auto;
}
.site-footer .site-footer-bottom .max-width-hf .footer-company p {
  font-size: 0.875rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-company {
    flex: 3.5;
  }
  .site-footer .site-footer-bottom .max-width-hf .footer-company a {
    margin: 0;
  }
  .site-footer .site-footer-bottom .max-width-hf .footer-company p {
    font-size: 0.6875rem;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-company .logo {
  text-align: center;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-company .logo {
    text-align: left;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-info-link {
    flex: 1;
    display: flex;
    flex-flow: column;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav {
  display: flex;
  gap: 1.25rem;
  flex-flow: row;
  flex-wrap: wrap;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav {
    justify-content: space-between;
    flex-flow: column;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab {
  flex: calc(50% - 20px);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: underline;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab {
    flex: initial;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item .nav-link, .nav-underline .tab .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-item a, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab .nav-link, .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .nav-underline .tab a, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab .nav-link, .nav-underline .site-footer .site-footer-bottom .max-width-hf .footer-info-link .navbar-nav .tab a {
  padding: 0;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity {
  background: #fff;
  color: #15161C;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-peculiarity {
    flex: 3;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity .title {
  color: #15161C;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  margin-bottom: 1.25rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity .title span {
  font-size: 0.8125rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__cont {
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 0.25rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__cont .title {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
@media (max-width: 20rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__cont .title {
    font-size: 0.625rem;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__box {
  flex: 1;
  display: block;
  border-left: 1px solid #BFD1E5;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__box:nth-of-type(1) {
  border: none;
}
.site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 37.4375rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-peculiarity__img img {
    max-width: 30%;
    object-fit: contain;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-app {
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
@media (min-width: 37.5rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-app {
    flex-flow: row;
  }
}
@media (min-width: 75rem) {
  .site-footer .site-footer-bottom .max-width-hf .footer-app {
    flex-flow: column;
    flex: 2;
  }
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__info {
  flex: 1;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__info .title {
  font-size: clamp(1.375rem, 1.323rem + 0.221vw, 1.5rem);
  font-weight: 500;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__info p {
  font-size: 0.875rem;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__link {
  display: flex;
  gap: 0.9375rem;
  flex: 1;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__link a {
  flex: 1;
}
.site-footer .site-footer-bottom .max-width-hf .footer-app__link a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  align-items: stretch;
  padding: 0.5rem 0;
}
.swiper-wrapper .swiper-slide {
  height: auto;
}

.swiper-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-footer .swiper-pagination {
  height: 2rem;
  margin: 0.5rem 0;
}
.swiper-footer .swiper-pagination.swiper-pagination-lock {
  height: 0;
  margin: 0;
}

@media (max-width: 62.4375rem) {
  .swiper__full-width-mob {
    position: relative;
    left: -1.25rem;
    right: -1.25rem;
    width: calc(100% + 2.5rem);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .swiper .swiper-footer {
    display: none;
  }
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper {
  justify-content: center;
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper .swiper-slide {
  margin: 0 !important;
  width: 100% !important;
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial {
  flex-flow: row-reverse;
  gap: 1.5rem;
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__img {
  flex: 1;
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__img img {
  aspect-ratio: 140/64;
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__info {
  flex: 1;
}
.swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__label {
  right: 50%;
}
@media (min-width: 75rem) {
  .swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial {
    width: 100%;
    flex-flow: row;
  }
  .swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__img {
    max-width: 36.625rem;
    width: 100%;
  }
  .swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__img picture img {
    aspect-ratio: 586/278;
  }
  .swiper.swiper-collect.swiper__single-item .swiper-wrapper .card--commercial__info {
    width: 52%;
  }
}
@media (min-width: 75rem) {
  .swiper.swiper-collect.swiper__single-item .swiper-wrapper .swiper-slide {
    width: 70% !important;
  }
}
.swiper.swiper-partners.swiper__single-item .card--partner {
  background-position: right;
}
@media (min-width: 37.5rem) {
  .swiper.swiper-partners.swiper__single-item .card--partner::after {
    background: linear-gradient(270deg, rgba(39, 40, 51, 0) 26.49%, rgba(39, 40, 51, 0.7) 54.45%, rgba(39, 40, 51, 0.8) 100%);
  }
}

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: none;
  transform: none;
  z-index: initial;
}

.swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  border: 1px solid var(--adr-pri-blu);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 0.25rem;
  background-color: var(--adr-pri-blu);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  bottom: auto;
  left: auto;
  top: auto;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 0.5rem;
  background-color: #F2F6FA;
  overflow: hidden;
  top: calc(50% + 2px) !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "adr-ico-23" !important;
  content: "\e904" !important;
  font-size: 1.5rem !important;
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}

.wrap-container .swiper-scrollbar-drag {
  background-color: var(--adr-pri-blu);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  transition: width 0.2s;
}

.swiper-arte {
  display: none;
}
.swiper-arte .swiper-wrapper {
  padding: 1.25rem 0;
}
.swiper-arte .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 38.75rem;
  height: 20rem;
  overflow: hidden;
  padding: 0.625rem;
}
.swiper-arte .swiper-wrapper .swiper-slide .cont-img {
  display: block;
  box-shadow: 0px 3px 10px 0px rgba(39, 40, 51, 0.15);
  border-radius: 0.5rem;
  background-color: var(--white);
  overflow: hidden;
}
.swiper-arte .swiper-wrapper .swiper-slide .cont-img img {
  aspect-ratio: 620/320;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-arte .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.7;
}
@media (min-width: 75rem) {
  .swiper-arte {
    display: block;
  }
}

.swiper-small .swiper-wrapper {
  padding: 1.25rem 0;
}
.swiper-small .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 0.625rem;
}
.swiper-small .swiper-wrapper .swiper-slide .cont-img {
  display: block;
  box-shadow: 0px 3px 10px 0px rgba(39, 40, 51, 0.15);
  border-radius: 0.5rem;
  background-color: var(--white);
  overflow: hidden;
  margin: 0 auto 0.625rem;
  max-width: 15.625rem;
}
.swiper-small .swiper-wrapper .swiper-slide .cont-img img {
  aspect-ratio: 238/238;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-small .swiper-wrapper .swiper-slide .card--categories__info {
  font-size: 1.125rem;
  text-align: center;
  padding: 5px;
}
.swiper-small .swiper-wrapper .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.7;
}

.jSwiperShops .swiper-scrollbar {
  margin-top: 1rem;
}

@media (max-width: 62.4375rem) {
  .swiper.footer-mobile .swiper-footer {
    display: flex;
  }
  .swiper.footer-mobile .swiper-footer .swiper-button-prev,
  .swiper.footer-mobile .swiper-footer .swiper-button-next {
    display: none;
  }
}

.message-wrapper-container {
  position: relative;
}
.message-wrapper-container__internal {
  margin: 0 0 1.5rem;
}
@media (min-width: 56.25rem) {
  .message-wrapper-container__internal {
    margin: 0 0 2rem;
  }
}
.message-wrapper-container__info .message-wrapper {
  background-color: #E5F2FE;
  border-top-color: var(--adr-feedback-info);
}
.message-wrapper-container__info .message-wrapper .message-icon span::before {
  content: "\e921";
  color: var(--adr-feedback-info);
}
.message-wrapper-container__info .btn-message-external {
  background-color: var(--adr-feedback-info);
}
.message-wrapper-container__alert .message-wrapper {
  background-color: #FFF6E9;
  border-top-color: var(--adr-feedback-warning);
}
.message-wrapper-container__alert .message-wrapper .message-icon span::before {
  content: "\e902";
  color: var(--adr-feedback-warning);
}
.message-wrapper-container__alert .btn-message-external {
  background-color: var(--adr-feedback-warning);
}
.message-wrapper-container__emergency .message-wrapper {
  background-color: #FCE6EB;
  border-top-color: var(--adr-feedback-error);
}
.message-wrapper-container__emergency .message-wrapper .message-icon span::before {
  content: "\e902";
  color: var(--adr-feedback-error);
}
.message-wrapper-container__emergency .btn-message-external {
  background-color: var(--adr-feedback-error);
}
.message-wrapper-container__dark .message-wrapper {
  background-color: var(--cross-grey-scale-01-black);
  border-top-color: transparent;
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--white);
  padding: 2px 0 9px 0;
}
@media (max-width: 37.4375rem) {
  .message-wrapper-container__dark .message-wrapper {
    padding: 0 0 9px 0;
  }
}
.message-wrapper-container__dark .message-wrapper a,
.message-wrapper-container__dark .message-wrapper a:visited {
  color: var(--white);
  font-weight: bold;
}
.message-wrapper-container__dark .message-wrapper .close-alert span {
  color: var(--white);
  font-size: 0;
}
.message-wrapper-container__dark .message-wrapper .message-wrapper__content {
  column-gap: 0.625rem;
  align-items: center;
}
.message-wrapper-container__dark .message-wrapper .message-wrapper__content .parag {
  font-size: 0.875rem;
}
.message-wrapper-container__dark .message-wrapper .message-wrapper__content .parag > div {
  display: inline;
}
.message-wrapper-container__dark .message-wrapper .message-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.message-wrapper-container__inside-alert {
  background-color: transparent;
  border-top-color: transparent;
}
.message-wrapper-container__inside-alert .message-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  place-items: center;
  column-gap: 10px;
  border-top: 0;
  background: var(--cross-grey-scale-07-grey-white);
  border-left: 4px solid var(--adr-feedback-warning);
  border-radius: 0 8px 8px 0;
  padding: 8px 12px;
}
.message-wrapper-container__inside-alert .message-wrapper .message-icon.ico-adr-alert:before {
  font-size: 20px;
  color: var(--adr-feedback-warning);
}
.message-wrapper-container__inside-alert .message-wrapper__content {
  flex: calc(100% - 40px);
  flex-wrap: wrap;
  row-gap: 0;
  padding: 0;
  margin-left: 0;
}
.message-wrapper-container__inside-alert .message-wrapper__content h2,
.message-wrapper-container__inside-alert .message-wrapper__content .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.message-wrapper-container__inside-alert .message-wrapper__content p,
.message-wrapper-container__inside-alert .message-wrapper__content .parag {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
.message-wrapper-container__inside-info .message-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  place-items: center;
  column-gap: 10px;
  border-top: 0;
  background: var(--cross-grey-scale-07-grey-white);
  border-left: 4px solid var(--adr-feedback-info);
  border-radius: 0 8px 8px 0;
  padding: 8px 12px;
}
.message-wrapper-container__inside-info .message-wrapper .ico-adr-info:before {
  content: "\e921";
  font-size: 24px;
  color: var(--adr-feedback-info);
}
.message-wrapper-container__inside-info .message-wrapper__content {
  flex: calc(100% - 40px);
  flex-wrap: wrap;
  row-gap: 0;
  padding: 0;
  margin-left: 0;
}
.message-wrapper-container__inside-info .message-wrapper__content h2,
.message-wrapper-container__inside-info .message-wrapper__content .title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.message-wrapper-container__inside-info .message-wrapper__content p,
.message-wrapper-container__inside-info .message-wrapper__content .parag {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}
.message-wrapper-container .collapse.show + .btn-message-external {
  opacity: 0;
  transition: opacity 0.1s;
}
.message-wrapper-container .btn-message-external {
  width: 2.5rem;
  height: 1rem;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -1rem;
  z-index: 4;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  opacity: 1;
}
.message-wrapper-container .btn-message-external span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  height: 1rem;
}
.message-wrapper-container .btn-message-external span::before {
  color: var(--white);
  font-size: 1.5rem;
  transform: rotate(90deg);
}

.message-wrapper {
  width: 100%;
  padding: 1.25rem 0;
  border-top-width: 0.5rem;
  border-top-style: solid;
}
.message-wrapper p {
  font-size: 0.875rem;
  font-weight: 400;
}
.message-wrapper p a {
  color: var(--adr-pri-blu);
  text-decoration: underline;
  font-weight: 500;
}
.message-wrapper__content {
  display: flex;
  gap: 1.25rem;
  flex-flow: row;
  align-items: center;
}
.message-wrapper .message-icon {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  align-self: center;
}
.message-wrapper .message-icon > div {
  display: flex;
}
.message-wrapper .message-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  height: 100%;
  position: relative;
}
.message-wrapper .message-icon span::before {
  font-size: 1.5rem;
  font-family: "adr-ico-23";
}
.message-wrapper .close-alert {
  margin-left: auto;
  text-decoration: none;
}
.message-wrapper .close-alert span {
  font-size: 0;
  color: var(--black);
}
.message-wrapper .close-alert span::before {
  content: "\e915";
  font-family: "adr-ico-23";
  font-size: 1.25rem;
}

.message-wrapper-toggle .arrow-plus {
  display: none;
}
@media (max-width: 47.9375rem) {
  .message-wrapper-toggle .arrow-plus {
    display: block;
  }
  .message-wrapper-toggle h2,
  .message-wrapper-toggle .title {
    padding-right: 1.875rem;
    margin-top: 0.5rem;
  }
  .message-wrapper-toggle p,
  .message-wrapper-toggle .parag {
    display: none;
  }
  .message-wrapper-toggle.open .parag {
    display: block;
    margin-bottom: 0.5rem;
  }
  .message-wrapper-toggle.open p {
    display: block;
  }
  .message-wrapper-toggle.open .arrow-plus:before {
    content: "";
    width: 0.9375rem;
    height: 0.0625rem;
    background: var(--adr-sec-dark-blue);
    top: 0.75rem;
  }
}

.wrapper-tab-flights {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 56.25rem) {
  .wrapper-tab-flights {
    max-width: 35rem;
  }
}
.wrapper-tab-flights .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-around;
}
.wrapper-tab-flights .nav .nav-item, .wrapper-tab-flights .nav .nav-underline .tab, .nav-underline .wrapper-tab-flights .nav .tab {
  width: 100px;
  text-align: center;
}
.wrapper-tab-flights .nav button {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--cross-grey-scale-05-light-grey);
  transition: color 0.5s ease;
  background: none;
  border: 0;
  margin: 0;
  padding: 0.75rem 0;
}
.wrapper-tab-flights .nav button.active {
  background-image: url("/o/adr-new-theme/images/bg-active-panel.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  color: var(--white);
}
.wrapper-tab-flights .tab-content {
  background-color: #fff;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  border-top: 0.375rem solid var(--cross-grey-scale-05-light-grey);
  margin-top: -1px;
}
.wrapper-tab-flights .tab-content .tab .cont-input {
  display: flex;
  flex-flow: row;
  gap: 0.625rem;
}
.wrapper-tab-flights .tab-content .tab .cont-input .hasDatepicker::placeholder {
  font-weight: 600;
  color: var(--black);
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-datepicker-sf {
  flex: 0 0 8.5rem;
  display: flex;
  align-items: center;
  height: 1.875rem;
  position: relative;
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-datepicker-sf input {
  width: 100%;
  height: 100%;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 37.5rem) {
  .wrapper-tab-flights .tab-content .tab .cont-input .cont-datepicker-sf input {
    font-size: 1rem;
  }
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-datepicker-sf::after {
  content: "\e90a";
  font-family: "adr-ico-23";
  font-size: 2rem;
  color: var(--adr-pri-blu);
  position: absolute;
  right: 0;
  z-index: 0;
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-searchbar-sf {
  flex: auto;
  display: flex;
  align-items: center;
  height: 1.875rem;
}
@media (min-width: 56.25rem) {
  .wrapper-tab-flights .tab-content .tab .cont-input .cont-searchbar-sf {
    flex: 3;
  }
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-searchbar-sf input {
  border: 0;
  width: 100%;
  height: 100%;
  border-left: 0.0625rem solid var(--cross-grey-scale-04-grey);
  padding-left: 0.625rem;
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-searchbar-sf input:focus {
  outline: none;
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-searchbar-sf .butt-sim {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: var(--adr-pri-blu);
  color: var(--white);
  border-radius: 0.25rem;
  margin: 0;
  border: 0;
}
.wrapper-tab-flights .tab-content .tab .cont-input .cont-searchbar-sf .butt-sim i {
  color: var(--white);
  font-size: 1.5rem;
}

.ui-datepicker {
  font-weight: normal;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 0 !important;
  width: fit-content;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 500;
  color: #002D57;
  background: white;
  border: 0;
  border-bottom: 1px solid #F2F3F1;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-calendar th.ui-datepicker-week-end {
  font-weight: 600;
  color: #002D57;
}
.ui-datepicker .ui-datepicker-calendar td a {
  background: white;
  border: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active {
  background: #002D57;
  color: white;
}

.cont-searchbar-sf .cont-searchbar-sf-border {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid grey;
  overflow: hidden;
}
.cont-searchbar-sf ul {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
}
.cont-searchbar-sf ul li:hover {
  background-color: #dedede;
}
.cont-searchbar-sf .flight-row * {
  margin: 0;
}
.cont-searchbar-sf .flight-row {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #dedede;
}
.cont-searchbar-sf .flight-row.no-flight {
  font-weight: bold;
  font-size: 18px;
  color: #2c292a;
}
.cont-searchbar-sf .flight-row.no-flight:before {
  margin-right: 20px;
  transform: rotate(45deg);
  font-size: 20px;
}
.cont-searchbar-sf .flight-row img {
  height: 16px;
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .cont-searchbar-sf .flight-row img {
    height: 10px;
    margin-right: 12px;
  }
}
.cont-searchbar-sf .flight-sel {
  display: flex;
  flex-flow: column;
  width: 100%;
}
.cont-searchbar-sf .flight-sel .row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont-searchbar-sf .flight-sel .row1 p,
.cont-searchbar-sf .flight-sel .row1 h4 {
  font-size: 16px;
  color: #2c292a;
}
@media only screen and (max-width: 600px) {
  .cont-searchbar-sf .flight-sel .row1 p,
  .cont-searchbar-sf .flight-sel .row1 h4 {
    font-size: 12px;
  }
}
.cont-searchbar-sf .flight-sel .row2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont-searchbar-sf .flight-sel .row2 p {
  font-size: 14px;
  color: #5e6a75;
}
.cont-searchbar-sf .flight-sel .row2 span {
  font-size: 16px;
  color: #5e6a75;
}
.cont-searchbar-sf .flight-sel .row3 {
  font-size: 12px;
  color: #5e6a75;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
}
.cont-searchbar-sf .flight-sel .row1 p.time-info span,
.cont-searchbar-sf .flight-sel .row2 p.time-info span {
  font-size: 16px;
  margin-left: 4px;
  color: #2c292a;
}
.cont-searchbar-sf .flight-sel .row1 p.time-info span.expected-text, .cont-searchbar-sf .flight-sel .row1 p.time-info span.actual-text,
.cont-searchbar-sf .flight-sel .row2 p.time-info span.expected-text,
.cont-searchbar-sf .flight-sel .row2 p.time-info span.actual-text {
  font-size: 12px;
}
.cont-searchbar-sf .flight-sel .row1 p.time-info span.expected-time, .cont-searchbar-sf .flight-sel .row1 p.time-info span.actual-time,
.cont-searchbar-sf .flight-sel .row2 p.time-info span.expected-time,
.cont-searchbar-sf .flight-sel .row2 p.time-info span.actual-time {
  color: #004996;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .cont-searchbar-sf .flight-sel .row1 p.time-info span,
  .cont-searchbar-sf .flight-sel .row2 p.time-info span {
    font-size: 12px;
    color: #2c292a;
  }
  .cont-searchbar-sf .flight-sel .row1 p.time-info span.expected-text, .cont-searchbar-sf .flight-sel .row1 p.time-info span.actual-text,
  .cont-searchbar-sf .flight-sel .row2 p.time-info span.expected-text,
  .cont-searchbar-sf .flight-sel .row2 p.time-info span.actual-text {
    display: none;
  }
}
.cont-searchbar-sf .flight-sel .row1 p.time-info.time-info__line-through {
  font-size: 12px;
}
.cont-searchbar-sf .flight-sel .row1 p.time-info.time-info__line-through .expected-time {
  text-decoration: line-through;
  color: #2c292a;
  font-weight: 400;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 2.5rem;
  line-height: 0.5rem;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled, .dropdown-menu > li.disabled > a.nice-select,
.dropdown-menu .link-list > .disabled > a.nice-select,
.dropdown-menu > li.disabled.link-list > a > a.nice-select,
.dropdown-menu .link-list > .disabled.link-list > a > a.nice-select {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after, .dropdown-menu > li.disabled > a.nice-select:after,
.dropdown-menu .link-list > .disabled > a.nice-select:after,
.dropdown-menu > li.disabled.link-list > a > a.nice-select:after,
.dropdown-menu .link-list > .disabled.link-list > a > a.nice-select:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-1.25rem);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 0.25rem;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 4.5rem;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled, .nice-select .dropdown-menu > li.disabled > a.option,
.nice-select .dropdown-menu .link-list > .disabled > a.option,
.dropdown-menu .nice-select .link-list > .disabled > a.option,
.nice-select .dropdown-menu > li.disabled.link-list > a > a.option,
.nice-select .dropdown-menu .link-list > .disabled.link-list > a > a.option,
.dropdown-menu .nice-select .link-list > .disabled.link-list > a > a.option {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

@media (max-width: 47.9375rem) {
  .deskView {
    display: none;
  }
}

.row, .form-horizontal > .form-group {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
}
.row.gap-40, .form-horizontal > .gap-40.form-group {
  column-gap: 2.5rem;
}
.row.gap-80, .form-horizontal > .gap-80.form-group {
  column-gap: 5rem;
}
@media (max-width: 47.9375rem) {
  .row, .form-horizontal > .form-group {
    flex-wrap: wrap;
  }
}
.row .box, .form-horizontal > .form-group .box {
  flex: 1;
}
.row .box.large, .form-horizontal > .form-group .box.large {
  flex: 1 60%;
  max-width: 60%;
}
@media (max-width: 63.9375rem) {
  .row .box.large, .form-horizontal > .form-group .box.large {
    flex: 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 63.9375rem) {
  .row .box, .form-horizontal > .form-group .box {
    flex: 1 100%;
  }
}

.generic-icon {
  width: 100%;
  max-width: 2.5rem;
}

p.space-h15 {
  padding: 0.9375rem 0rem;
}

.chipsArea {
  padding-bottom: 1.875rem;
}

.section-wrap {
  border-radius: 1rem 1rem 0 0;
  margin-top: -1.25rem;
  position: relative;
  z-index: auto;
  padding: 2.125rem 0 1.25rem;
  box-shadow: 0 -0.0625rem 0.3125rem rgba(5, 42, 93, 0.2);
  background-color: var(--white);
}
@media (min-width: 56.25rem) {
  .section-wrap {
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -3.75rem;
    padding: 2.5rem 0 5rem;
  }
}
.section-wrap.no-radius {
  border-radius: 0;
}
.section-wrap.no-border {
  box-shadow: none;
}
.section-wrap.z-index-up {
  z-index: 2;
  border-radius: 1rem;
  padding: 2.125rem 0;
}
@media (min-width: 56.25rem) {
  .section-wrap.z-index-up {
    border-radius: 2.5rem;
    padding: 2.5rem 0;
  }
}
.section-wrap__after {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 56.25rem) {
  .section-wrap__after {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.section-wrap__last {
  padding-bottom: 3.75rem;
}
@media (min-width: 56.25rem) {
  .section-wrap__last {
    padding-bottom: 7.5rem;
  }
}
.section-wrap.module-custom {
  padding: 0.625rem auto;
}
.section-wrap.module-custom__sustainability {
  padding: 0.625rem 0;
  position: relative;
}
@media (min-width: 56.25rem) {
  .section-wrap.module-custom__sustainability {
    padding: 2.5rem 0;
  }
}
.section-wrap.module-custom__sustainability::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(5, 42, 93, 0.6) 0%, rgba(1, 113, 207, 0.6) 100%);
  backdrop-filter: blur(4px);
}
.section-wrap.module-custom__bg-light::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(235, 236, 237, 0.6) 0%, rgba(226, 226, 226, 0.6) 100%);
  backdrop-filter: blur(4px);
}
.section-wrap.module-custom__banner-4 {
  padding: 0.625rem 0;
  position: relative;
}
.section-wrap.module-custom__banner-4.full-link {
  padding: 0;
}
.section-wrap.module-custom__banner-4.full-link a {
  padding: 0.625rem 0;
  display: block;
}
.section-wrap.module-custom__banner-4.full-link a .card--banner-type4__cta {
  display: none;
}
@media (min-width: 56.25rem) {
  .section-wrap.module-custom__banner-4 {
    padding: 2.5rem 0;
  }
  .section-wrap.module-custom__banner-4.full-link {
    padding: 0;
  }
  .section-wrap.module-custom__banner-4.full-link a {
    padding: 0.625rem 0;
    display: block;
  }
  .section-wrap.module-custom__banner-4.full-link a .card--banner-type4__cta {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  .section-wrap.module-custom__banner-4.full-link a .text-link,
  .section-wrap.module-custom__banner-4.full-link a .ico-adr-arrow_right:before {
    color: var(--white);
  }
  .section-wrap.module-custom__banner-4.full-link a:hover .card--banner-type4__cta {
    opacity: 0.8;
  }
}
.section-wrap.module-custom__banner-4::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.section-wrap.noFrame {
  box-shadow: none;
}

.inside {
  margin-top: -4.0625rem;
}
@media (max-width: 47.9375rem) {
  .inside {
    margin-top: 0;
    padding: 0 !important;
    margin-bottom: 3.4375rem !important;
  }
}

.section-wrap.hero-banner-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--cross-grey-scale-01-black);
  border-radius: 0 0 2.5rem 2.5rem;
  z-index: 4;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(25, 30, 40, 0.4);
  color: var(--white);
  overflow: initial;
  margin-top: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 56.25rem) {
  .section-wrap.hero-banner-wrap {
    padding-bottom: 2.25rem;
  }
}
.section-wrap.hero-banner-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(25, 30, 40, 0.18) 0%, rgba(25, 30, 40, 0.69) 81.01%);
  border-radius: 0 0 2.5rem 2.5rem;
}
.section-wrap.hero-banner-wrap .hero-banner {
  height: 100%;
  display: flex;
  gap: 1.75rem;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 2.5rem;
}
@media (min-width: 56.25rem) {
  .section-wrap.hero-banner-wrap .hero-banner {
    padding-top: 5rem;
  }
}
.section-wrap.hero-banner-wrap .hero-banner .title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.875rem, 1.253rem + 2.652vw, 3.375rem);
  font-weight: 700;
}
.section-wrap.hero-banner-wrap .hero-banner .title span {
  font-size: clamp(1.25rem, 0.991rem + 1.105vw, 1.875rem);
  font-weight: 400;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
@media (min-width: 37.5rem) {
  .section-wrap.hero-banner-wrap .hero-banner .security-checks {
    flex-flow: wrap;
  }
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks__header {
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  text-transform: uppercase;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks__timing {
  display: flex;
  gap: 0.625rem;
  position: relative;
}
@media (min-width: 37.5rem) {
  .section-wrap.hero-banner-wrap .hero-banner .security-checks__timing {
    flex-flow: row;
  }
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks__timing::after {
  content: "";
  width: 0.0625rem;
  height: 0.9375rem;
  background-color: var(--cross-grey-scale-04-grey);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-5px, -50%);
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks__terminal {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding: 0 0.625rem;
  white-space: nowrap;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks__terminal time {
  font-weight: 700;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
  font-size: 0;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing__red {
  background-color: red;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing__red.pulse {
  animation: pulse-red 2s infinite;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing__green {
  background-color: green;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing__green.pulse {
  animation: pulse-green 2s infinite;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing__yellow {
  background-color: yellow;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks .timing__yellow.pulse {
  animation: pulse-yellow 2s infinite;
}
.section-wrap.hero-banner-wrap .hero-banner .security-checks::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--cross-grey-scale-03-dark-grey);
  position: absolute;
  top: -1rem;
}
.section-wrap.hero-banner-wrap .hero-banner .btn-secondary {
  background-color: rgba(65, 82, 100, 0.4);
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--white);
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--white);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.section-wrap.hero-banner-wrap .hero-banner .btn-secondary:hover {
  background-color: rgba(65, 82, 100, 0.8);
  border-color: var(--white);
  color: var(--white);
}
@media (min-width: 37.5rem) {
  .section-wrap.hero-banner-wrap .hero-banner .btn-secondary {
    width: auto;
  }
}
@media (min-width: 75rem) {
  .section-wrap.hero-banner-wrap .hero-banner .btn-secondary {
    margin: 0;
  }
}
.section-wrap.hero-banner-wrap .hero-banner .btn-secondary:after {
  content: "\e904";
  font-family: "adr-ico-23";
  font-size: 1.5rem;
}
.section-wrap.hero-banner-wrap .swiper-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  border-radius: 0 0 2.5rem 2.5rem;
}
.section-wrap.hero-banner-wrap .swiper-hero-img * {
  height: 100%;
}
.section-wrap.hero-banner-wrap .swiper-hero-img .swiper {
  height: 100%;
  width: 100%;
}
.section-wrap.hero-banner-wrap .swiper-hero-img .swiper-wrapper {
  padding: 0;
}
.section-wrap.hero-banner-wrap .swiper-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrow-down {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  background: var(--cross-grey-scale-07-grey-white);
  margin: 1.25rem auto 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.arrow-down:before {
  content: "\e914";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-family: "adr-ico-23";
  font-size: 1.5625rem;
  color: var(--adr-sec-dark-blue);
}
.arrow-down.open:before {
  transform: translate(-50%, -50%) rotate(270deg);
}

.arrow-plus {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 0.625rem;
  top: -0.625rem;
  background: var(--white);
  border-radius: 0.25rem;
  margin: 1.25rem auto 0 auto;
  cursor: pointer;
  transition: 0.3s;
}
.arrow-plus:before {
  content: "+";
  display: block;
  position: absolute;
  top: -13px;
  left: 4px;
  font-size: 30px;
  font-weight: 100;
  color: var(--adr-sec-dark-blue);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.625rem;
  margin-bottom: 2rem;
}
.section-title .title {
  font-size: clamp(0.875rem, 0.668rem + 0.884vw, 1.375rem);
  font-weight: 400;
  color: var(--adr-sec-dark-blue);
  text-transform: uppercase;
}

.wrap-title .title {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
  margin-bottom: 2.25rem;
}
.wrap-title__centered {
  text-align: center;
}

.wrap-image {
  display: flex;
}
.wrap-image__hor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  gap: 1rem;
  height: 3.75rem;
}
.wrap-image__hor img {
  width: auto;
  height: 5.625rem;
  object-fit: contain;
}
@media (min-width: 56.25rem) {
  .wrap-image__hor {
    height: 6.25rem;
    gap: 3rem;
  }
}

.wrap-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.wrap-container__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-container__header .view-all {
  white-space: nowrap;
}
.wrap-container__title {
  width: 100%;
  font-size: clamp(1.25rem, 0.991rem + 1.105vw, 1.875rem);
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
}
.wrap-container__title-extra {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
.wrap-container__title-extra .title {
  font-size: clamp(1.375rem, 1.323rem + 0.221vw, 1.5rem);
}
@media (max-width: 37.4375rem) {
  .wrap-container__title-extra.mobile-column {
    flex-flow: column;
  }
}
.wrap-container .view-all {
  color: var(--adr-pri-blu);
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  display: flex;
  align-items: center;
}
.wrap-container .view-all::after {
  font-family: "adr-ico-23";
  content: "\e904";
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
}

.wrap-btn-cta {
  margin-bottom: 1.25rem;
}
.wrap-btn-cta a {
  margin-bottom: 0;
}
.wrap-btn-cta.btn-between {
  margin-bottom: 5rem;
}
.wrap-btn-cta.mobileView {
  display: none;
}
@media (max-width: 47.9375rem) {
  .wrap-btn-cta.mobileView {
    display: block;
  }
}
.wrap-btn-cta.deskView {
  display: block;
}
@media (max-width: 47.9375rem) {
  .wrap-btn-cta.deskView {
    display: none;
  }
}
.wrap-btn-cta.inline {
  display: none;
}
@media (max-width: 47.9375rem) {
  .wrap-btn-cta.inline {
    display: flex;
    column-gap: 16px;
  }
}

.centered {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.module-divider .wrap-container {
  margin-bottom: 3.125rem;
}
.module-divider .card--banner-type3 {
  padding-top: 3.125rem;
  border-top: 0.0625rem solid var(--adr-sec-backgroud-light-blue);
}

.wrapper-hero {
  position: relative;
  padding-top: 1.25rem;
  margin-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrapper-hero .wrapper-hero-contents {
  width: 100%;
  position: relative;
  bottom: 1rem;
  background: -moz-linear-gradient(top, rgba(39, 40, 51, 0.42) 0%, rgb(39, 40, 51) 100%);
  background: -webkit-linear-gradient(top, rgba(39, 40, 51, 0.42) 0%, rgb(39, 40, 51) 100%);
  background: linear-gradient(to bottom, rgba(39, 40, 51, 0.42) 0%, rgb(39, 40, 51) 100%);
  border-top-left-radius: 2.1875rem;
  border-top-right-radius: 2.1875rem;
  padding: 1.5625rem 0.9375rem 5.3125rem 0.9375rem;
  margin-top: 15.625rem;
  z-index: auto;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero .wrapper-hero-contents {
    margin-top: 5rem;
    padding: 0.9375rem;
  }
}
.wrapper-hero .wrapper-hero-contents.center {
  text-align: center;
}
.wrapper-hero .wrapper-hero-contents h1 {
  font-size: clamp(2rem, 1.43rem + 2.431vw, 3.375rem);
  font-weight: 700;
  color: var(--white);
  padding-bottom: 0.9375rem;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero .wrapper-hero-contents h1 {
    padding-bottom: 0.5rem;
  }
}
.wrapper-hero .wrapper-hero-contents h2 {
  font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  font-weight: 400;
  color: var(--white);
}
.wrapper-hero .wrapper-hero-small {
  background: none;
  border-radius: 0;
  bottom: unset;
  margin-top: 0;
  padding: 1.25rem 0.625rem 4rem 0.625rem;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero .wrapper-hero-small {
    padding: 0;
  }
}

.wrapper-parallax {
  min-width: 30rem;
}
@media (max-width: 63.9375rem) {
  .wrapper-parallax {
    margin: 0 auto 3.4375rem auto;
    min-width: unset;
  }
}
@media (max-width: 47.9375rem) {
  .wrapper-parallax {
    display: block;
  }
}
.wrapper-parallax .parallax-item-1,
.wrapper-parallax .parallax-item-2,
.wrapper-parallax .parallax-item-3 {
  width: 16.375rem;
  height: 16.375rem;
  display: inline-block;
  position: relative;
  margin: -0.9375rem 0 0 0;
  border: 0.125rem solid var(--white);
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 47.9375rem) {
  .wrapper-parallax .parallax-item-1,
  .wrapper-parallax .parallax-item-2,
  .wrapper-parallax .parallax-item-3 {
    width: 11.6875rem;
    height: 11.6875rem;
  }
}
.wrapper-parallax .parallax-item-1 {
  animation: moveLeftRight 4s linear infinite;
}
.wrapper-parallax .parallax-item-2 {
  width: 12.25rem;
  height: 12.25rem;
  margin: 0 -3.4375rem -2.5rem -6.25rem;
  z-index: 1;
  animation: moveUpDown 3.5s linear infinite;
}
@media (max-width: 47.9375rem) {
  .wrapper-parallax .parallax-item-2 {
    width: 8.25rem;
    height: 8.25rem;
    margin: 0 -22% -10%;
  }
}
.wrapper-parallax .parallax-item-3 {
  width: 9.4375rem;
  height: 9.4375rem;
  margin: 0 0 5.3125rem 0.0625rem;
  animation: moveRightLeft 3s linear infinite;
}
@media (max-width: 47.9375rem) {
  .wrapper-parallax .parallax-item-3 {
    width: 6.75rem;
    height: 6.75rem;
    margin: 0 0 12% 12%;
  }
}

ul.hero-breadcrumb {
  display: flex;
  justify-content: center;
  place-items: center;
  column-gap: 1.25rem;
  position: relative;
  list-style: none;
  margin: 0 0 1rem;
}
@media (min-width: 56.25rem) {
  ul.hero-breadcrumb {
    margin: 0 0 1.5rem;
  }
}
ul.hero-breadcrumb li {
  position: relative;
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  color: var(--cross-grey-scale-06-lighter-grey);
}
ul.hero-breadcrumb li:not(:last-child):after {
  content: "";
  width: 0.0625rem;
  height: 80%;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  transform: translateY(-50%);
  background: var(--cross-grey-scale-06-lighter-grey);
}
ul.hero-breadcrumb li a {
  text-decoration: underline;
  color: var(--white);
}

.shopping-online-order .row.gap-80, .shopping-online-order .form-horizontal > .gap-80.form-group,
.shopping-online-order .row.gap-40,
.shopping-online-order .form-horizontal > .gap-40.form-group {
  flex-direction: column;
}
@media (min-width: 56.25rem) {
  .shopping-online-order .row.gap-80, .shopping-online-order .form-horizontal > .gap-80.form-group,
  .shopping-online-order .row.gap-40,
  .shopping-online-order .form-horizontal > .gap-40.form-group {
    flex-direction: row;
  }
}
.shopping-online-order .online-order-module {
  margin-bottom: 2.5rem;
}
.shopping-online-order .online-order-module .box__header {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-flow: row;
}
@media (min-width: 56.25rem) {
  .shopping-online-order .online-order-module .box__header {
    align-items: flex-start;
    flex-flow: column;
  }
}
.shopping-online-order .online-order-module .box__header .cont-img {
  height: 1.5rem;
}
@media (min-width: 56.25rem) {
  .shopping-online-order .online-order-module .box__header .cont-img {
    height: 2.5rem;
  }
}
.shopping-online-order .online-order-module .box__header .cont-img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.shopping-online-order .online-order-module .box__header .cont-img img {
  object-fit: contain;
  min-width: 1.5rem;
  height: 100%;
  width: 100%;
}
@media (min-width: 56.25rem) {
  .shopping-online-order .online-order-module .box__header .cont-img img {
    height: 2.5rem;
  }
}
.shopping-online-order .online-order-module .chipsArea .chip-label {
  border: 2px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  font-size: 0.875rem;
}
.shopping-online-order .online-order-module .chipsArea .chip-discount {
  border: 2px solid var(--white);
  background: var(--adr-feedback-info);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  font-size: 0.875rem;
}
.shopping-online-order .online-order-module .wrap-btn-cta {
  display: none;
}
@media (min-width: 56.25rem) {
  .shopping-online-order .online-order-module .wrap-btn-cta {
    display: flex;
    gap: 0.625rem;
  }
}
.shopping-online-order .online-order-module .wrap-btn-cta.wrap-btn-cta__mobile {
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 56.25rem) {
  .shopping-online-order .online-order-module .wrap-btn-cta.wrap-btn-cta__mobile {
    display: none;
  }
}
.shopping-online-order .icon-add-cart {
  width: 2.5rem;
  height: 2.5rem;
}
.shopping-online-order .wrap-btn-cta {
  margin-bottom: 0;
}
.shopping-online-order .wrap-btn-cta .btn-secondary,
.shopping-online-order .wrap-btn-cta .btn-primary {
  margin: unset;
}
.shopping-online-order .ico-adr-cart {
  font-size: 2.5rem;
}

.how-pickup .wrap-container__title {
  width: 100%;
  text-align: center;
  padding-bottom: 2.5rem;
}
.how-pickup .container {
  width: 100%;
  display: flex;
  justify-content: center;
  min-height: 20rem;
  padding: 0;
}
@media (max-width: 63.9375rem) {
  .how-pickup .container {
    min-height: auto;
  }
}
@media (max-width: 63.9375rem) {
  .how-pickup .container {
    flex-wrap: wrap;
  }
}

.horizontal-accordion .desk {
  display: block;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .desk {
    display: none;
  }
}
.horizontal-accordion .mobile {
  display: none;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .mobile {
    display: block;
  }
}
.horizontal-accordion .box-image img {
  max-width: 14.875rem !important;
  aspect-ratio: 238/238;
  display: block;
  transition: 0.3s;
  border-radius: 1rem;
  object-fit: cover;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .box-image img {
    aspect-ratio: 200/200;
    max-width: 12.5rem !important;
    margin: 1.25rem auto 0 auto;
  }
}
.horizontal-accordion .choice {
  box-sizing: border-box;
  padding: 2.375rem 3.375rem 2.375rem 1.875rem;
  overflow: hidden;
  float: left;
  align-items: center;
  transition: width 0.2s;
  border-radius: 1rem;
  background-color: var(--cross-grey-scale-07-grey-white) !important;
  margin-right: -1.5rem;
  box-shadow: none;
  height: 20.625rem;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice {
    width: 100%;
    min-height: unset;
    max-height: 4.375rem;
    margin: 0 0 -1.5rem 0;
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}
.horizontal-accordion .choice .row, .horizontal-accordion .choice .form-horizontal > .form-group {
  flex-flow: row;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .row, .horizontal-accordion .choice .form-horizontal > .form-group {
    flex-flow: column;
  }
}
.horizontal-accordion .choice .btn-expanded {
  width: 2rem;
  height: 2rem;
  display: flex;
  place-content: center;
  place-items: center;
  border: 0.0625rem solid var(--adr-pri-blu);
  margin: 0;
  background: var(--cross-grey-scale-07-grey-white);
  position: absolute;
  bottom: 1.375rem;
  left: 1.375rem;
  border-radius: 0.5rem;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .btn-expanded {
    border: none;
    background: transparent;
  }
}
.horizontal-accordion .choice .btn-expanded:before {
  content: "";
  width: 1.0625rem;
  height: 0.0625rem;
  display: block;
  position: relative;
  top: 0;
  left: 0.0625rem;
  background: var(--adr-sec-dark-blue);
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .btn-expanded:before {
    content: "\e914";
    width: auto;
    height: auto;
    background: transparent;
    font-family: "adr-ico-23" !important;
    font-size: 1.875rem;
    transform: rotate(90deg);
  }
}
.horizontal-accordion .choice .btn-expanded:after {
  content: "";
  width: 0.0625rem;
  height: 1.0625rem;
  display: block;
  position: relative;
  top: 0;
  left: -0.5rem;
  background: var(--adr-sec-dark-blue);
  opacity: 1;
  transition: 0.3s;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .btn-expanded:after {
    display: none;
  }
}
.horizontal-accordion .choice .btn-expanded:hover {
  border: 0.0625rem solid var(--adr-pri-blu);
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .btn-expanded {
    position: absolute;
    top: 1.125rem;
    right: 0.9375rem;
    left: unset;
  }
  .horizontal-accordion .choice .btn-expanded:hover {
    border: none;
  }
}
.horizontal-accordion .choice .row .box.box-image, .horizontal-accordion .choice .form-horizontal > .form-group .box.box-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .row .box.box-image, .horizontal-accordion .choice .form-horizontal > .form-group .box.box-image {
    justify-content: center;
  }
}
.horizontal-accordion .choice .card-body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .card-body {
    text-align: center;
  }
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice {
    flex: 1 100%;
    width: 100%;
  }
  .horizontal-accordion .choice .box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.9375rem;
  }
}
.horizontal-accordion .choice:nth-child(2) {
  background-color: var(--cross-grey-scale-06-lighter-grey) !important;
}
.horizontal-accordion .choice:nth-child(3) {
  background-color: var(--cross-grey-scale-05-light-grey) !important;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice:nth-child(3).small {
    padding-bottom: 1.25rem;
  }
}
.horizontal-accordion .choice.expand {
  width: 65%;
}
.horizontal-accordion .choice.expand__single {
  width: 100%;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.expand {
    max-height: unset;
    height: 100%;
    padding-bottom: 2.5rem;
  }
}
.horizontal-accordion .choice.expand > div {
  transition-delay: 200ms;
  opacity: 1;
}
.horizontal-accordion .choice.expand .btn-expanded {
  border: 0.0625rem solid var(--adr-pri-blu);
  display: none;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.expand .btn-expanded {
    display: none;
  }
}
.horizontal-accordion .choice.expand .btn-expanded:after {
  display: none;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.expand .btn-expanded {
    border: none;
  }
  .horizontal-accordion .choice.expand .btn-expanded:before {
    transform: rotate(-90deg);
  }
}
.horizontal-accordion .choice.unset {
  width: 9.4375rem;
  color: var(--lack);
  padding: 2.5rem 1.375rem 1.375rem 1.375rem;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.unset {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}
.horizontal-accordion .choice.unset .card-body,
.horizontal-accordion .choice.unset img:not(.ico-pickup) {
  display: none;
}
.horizontal-accordion .choice.unset img:not(.ico-pickup) {
  opacity: 0;
}
.horizontal-accordion .choice.unset .btn-expanded {
  border: 0.0625rem solid transparent;
}
.horizontal-accordion .choice.unset .btn-expanded:after {
  display: block;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.unset .btn-expanded:after {
    display: none;
  }
}
.horizontal-accordion .choice.unset .btn-expanded:hover {
  border: 0.0625rem solid var(--adr-pri-blu);
}
.horizontal-accordion .choice.small {
  width: 9.4375rem;
  padding: 2.5rem 1.375rem 1.375rem 1.375rem;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.small {
    padding: 1.25rem 1.25rem 4rem 1.25rem;
  }
}
.horizontal-accordion .choice.small .card-body,
.horizontal-accordion .choice.small img:not(.ico-pickup) {
  display: none;
}
.horizontal-accordion .choice.small .btn-expanded {
  border: 0.0625rem solid transparent;
}
.horizontal-accordion .choice.small .btn-expanded:after {
  display: block;
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice.small .btn-expanded:after {
    display: none;
  }
}
.horizontal-accordion .choice.small .btn-expanded:hover {
  border: 0.0625rem solid var(--adr-pri-blu);
}
.horizontal-accordion .choice .card-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0 0.9375rem 0 0;
  color: var(--adr-sec-dark-blue);
}
@media (max-width: 63.9375rem) {
  .horizontal-accordion .choice .card-title {
    font-size: 1.125rem;
  }
}
.horizontal-accordion .choice .card-text {
  padding-bottom: 1.875rem;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
}
.horizontal-accordion .choice a.card-more {
  font-size: 1rem;
  font-weight: 600;
  color: var(--adr-pri-blu);
}
.horizontal-accordion .choice .ico-pickup {
  width: 2.5rem;
  height: 2.5rem;
  margin: -0.625rem 0 0.625rem 0;
}
@media (max-width: 47.9375rem) {
  .horizontal-accordion .choice .ico-pickup {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
  }
}

.findAll .wrap-container__title {
  padding: 0.9375rem 0 1.25rem 0;
}

.wrapper-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
}
.wrapper-logo .item-logo {
  flex: 1 17%;
  max-width: 20%;
  height: auto;
}
.wrapper-logo .item-logo img {
  max-width: 7.5rem;
}

.whereStores {
  padding-top: 0;
}
.whereStores .max-width-main {
  z-index: 0;
}
.whereStores .headerBlock {
  padding-top: 3rem;
  display: flex;
  place-items: center;
  flex-direction: column;
  row-gap: 0.625rem;
  padding-bottom: 2rem;
  border-top: 1px solid var(--cross-grey-scale-05-light-grey);
}
.whereStores .headerBlock .title-icon {
  max-width: 100%;
  height: 2rem;
  display: block;
}
.whereStores .headerBlock h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--adr-sec-dark-blue);
}
.whereStores .swiper-wrapper {
  place-content: center;
}
@media (max-width: 47.9375rem) {
  .whereStores .swiper-wrapper {
    place-content: unset;
  }
}
.whereStores .swiper-wrapper .swiper-slide {
  height: auto;
  flex: 1;
  max-width: 26.875rem;
}
@media (max-width: 47.9375rem) {
  .whereStores .swiper-wrapper .swiper-slide {
    max-width: unset;
    height: unset;
    flex: none;
  }
}
@media (max-width: 47.9375rem) {
  .whereStores .swiper-wrapper .swiper-slide .card--quick-link {
    padding: 0.625rem;
  }
  .whereStores .swiper-wrapper .swiper-slide .card--quick-link .card--quick-link__cta {
    position: absolute;
    top: 0.625rem;
    right: 0.75rem;
  }
  .whereStores .swiper-wrapper .swiper-slide .card--quick-link .card--quick-link__title {
    padding-right: 1.5625rem;
  }
  .whereStores .swiper-wrapper .swiper-slide .card--quick-link .card--quick-link__desc {
    padding-top: 0.4375rem;
  }
}

@media (max-width: 56.25rem) {
  .moreServices .swiper-wrapper {
    place-content: center;
    transform: none !important;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .moreServices .swiper-wrapper .swiper-slide {
    flex: 1;
    margin: 0 !important;
  }
  .moreServices .swiper-wrapper .swiper-slide:nth-of-type(3) {
    flex: 100%;
  }
  .moreServices .swiper-wrapper .swiper-slide:nth-of-type(3) .card--service {
    display: flex;
    flex-flow: row;
    gap: 1rem;
    align-items: center;
  }
  .moreServices .swiper-wrapper .swiper-slide:nth-of-type(3) .card--service__title, .moreServices .swiper-wrapper .swiper-slide:nth-of-type(3) .card--service__desc {
    text-align: left;
  }
}

/*  **  BOOK A TABLE CODE  **  */
.wrapper-restaurant {
  width: 100%;
  max-width: 64rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 1.5rem;
}
@media (min-width: 56.25rem) {
  .wrapper-restaurant {
    padding: 0 0 3rem;
  }
}
@media (max-width: 47.9375rem) {
  .wrapper-restaurant {
    gap: 1rem;
  }
}

.jSwiperRestaurants {
  overflow-y: visible;
}
.jSwiperRestaurants .swiper-wrapper .swiper-slide {
  max-width: fit-content;
}
@media (max-width: 47.9375rem) {
  .jSwiperRestaurants .swiper-wrapper .swiper-slide {
    max-width: unset;
  }
}

.dialog-iframe-popup .book-a-table {
  padding: 1.25rem;
}

.book-a-table {
  height: calc(100% - 4rem);
  padding: 1.25rem 0;
  position: relative;
}
.book-a-table .message-wrapper-container,
.book-a-table .select-restaurant {
  max-width: 62.5rem;
  margin: 0 auto;
}
.book-a-table .title-book-a-table {
  max-width: 62.5rem;
  margin: 0 auto 1rem;
  width: 100%;
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
}
.book-a-table h2 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 47.9375rem) {
  .book-a-table h2 {
    font-size: 1.125rem;
    font-weight: 400;
    text-align: left;
  }
}
.book-a-table hr {
  margin: 1.25rem 0;
}
@media (max-width: 47.9375rem) {
  .book-a-table hr {
    display: none;
  }
}
.book-a-table .modal-close-wrap {
  width: 100%;
  display: flex;
  place-content: flex-end;
}
.book-a-table .modal-close-wrap button.ico-adr-close {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  background: transparent;
  border: none;
}
.book-a-table .modal-close-wrap button.ico-adr-close:before {
  display: none;
}
.book-a-table .modal-close-wrap button.ico-adr-close:after {
  content: "\e915";
}
.book-a-table .modal-close-wrap button.ico-adr-close span {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Gabarito", sans-serif;
}
.book-a-table .progress-bar-section {
  padding: 2rem 0;
}
@media (max-width: 47.9375rem) {
  .book-a-table .progress-bar-section {
    padding: 1.5rem 0;
  }
}
.book-a-table .selection-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .book-a-table .selection-summary {
    flex-wrap: wrap;
    place-content: flex-start;
    row-gap: 0.3125rem;
    padding-bottom: 1.875rem;
  }
}
.book-a-table .selection-summary .item-label {
  display: flex;
  align-items: center;
  margin-right: 1.625rem;
}
@media (max-width: 47.9375rem) {
  .book-a-table .selection-summary .item-label {
    flex: 1 100%;
  }
}
.book-a-table .selection-summary .item-label .ico-label-restaurant {
  max-width: 1.5rem;
  color: var(--adr-sec-dark-blue);
}
.book-a-table .selection-summary .item-label .label-name {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--adr-sec-dark-blue);
  padding: 0.125rem 0 0 0.625rem;
}
.book-a-table .selection-summary .item-name {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--cross-grey-scale-03-dark-grey);
  position: relative;
}
.book-a-table .selection-summary .item-type,
.book-a-table .selection-summary .item-area {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cross-grey-scale-03-dark-grey);
  position: relative;
}
@media (max-width: 47.9375rem) {
  .book-a-table .selection-summary .item-area {
    flex: 1 100%;
  }
}
.book-a-table .selection-summary .item-name:after,
.book-a-table .selection-summary .item-type:after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -0.625rem;
  transform: translateY(-50%);
  background: var(--cross-grey-scale-05-light-grey);
}
.book-a-table .booking-data {
  width: 100%;
  max-width: 43.75rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  column-gap: 1.875rem;
  margin: 1.5rem auto;
}
@media (max-width: 47.9375rem) {
  .book-a-table .booking-data {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 0.9375rem;
  }
}
@media (max-width: 47.9375rem) {
  .book-a-table .booking-data .input-datapicker {
    flex: 1 0 53%;
    margin-bottom: 0;
  }
}
@media (max-width: 47.9375rem) {
  .book-a-table .booking-data .input-timepicker {
    flex: 1 0 38%;
    margin-bottom: 0;
  }
}
.book-a-table .detail {
  width: 100%;
}
.book-a-table .hours-availables .hours-availables-wrapper {
  width: 100%;
  max-width: 42.1875rem;
  margin: 1.875rem auto;
  display: flex;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item {
  width: 100%;
  max-width: 9.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.25rem;
  background: var(--white);
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.2);
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item .radioLabel {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 0.625rem 0.375rem 0.625rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  transition: 0.3s;
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item input:checked ~ label {
  border-color: var(--adr-pri-blu);
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item.disabled, .book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu > li.disabled > a.hours-availables-item,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu .link-list > .disabled > a.hours-availables-item,
.dropdown-menu .book-a-table .hours-availables .hours-availables-wrapper .link-list > .disabled > a.hours-availables-item,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu > li.disabled.link-list > a > a.hours-availables-item,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu .link-list > .disabled.link-list > a > a.hours-availables-item,
.dropdown-menu .book-a-table .hours-availables .hours-availables-wrapper .link-list > .disabled.link-list > a > a.hours-availables-item {
  box-shadow: none;
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item.disabled .radioLabel, .book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu > li.disabled > a.hours-availables-item .radioLabel,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu .link-list > .disabled > a.hours-availables-item .radioLabel,
.dropdown-menu .book-a-table .hours-availables .hours-availables-wrapper .link-list > .disabled > a.hours-availables-item .radioLabel,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu > li.disabled.link-list > a > a.hours-availables-item .radioLabel,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu .link-list > .disabled.link-list > a > a.hours-availables-item .radioLabel,
.dropdown-menu .book-a-table .hours-availables .hours-availables-wrapper .link-list > .disabled.link-list > a > a.hours-availables-item .radioLabel {
  color: var(--cross-grey-scale-04-grey);
  border-color: transparent;
}
.book-a-table .hours-availables .hours-availables-wrapper .hours-availables-item.disabled input, .book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu > li.disabled > a.hours-availables-item input,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu .link-list > .disabled > a.hours-availables-item input,
.dropdown-menu .book-a-table .hours-availables .hours-availables-wrapper .link-list > .disabled > a.hours-availables-item input,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu > li.disabled.link-list > a > a.hours-availables-item input,
.book-a-table .hours-availables .hours-availables-wrapper .dropdown-menu .link-list > .disabled.link-list > a > a.hours-availables-item input,
.dropdown-menu .book-a-table .hours-availables .hours-availables-wrapper .link-list > .disabled.link-list > a > a.hours-availables-item input {
  pointer-events: none;
}
.book-a-table .feedback-done .feedback-done-wrapper {
  width: 100%;
  max-width: 31.25rem;
  margin: auto;
}
.book-a-table .feedback-done .feedback-done-wrapper h1 {
  font-size: clamp(1.75rem, 1.387rem + 1.547vw, 2.625rem);
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
  text-align: center;
}
.book-a-table .feedback-done .feedback-done-wrapper p {
  font-size: clamp(1.125rem, 1.006rem + 0.509vw, 1.25rem);
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--adr-sec-dark-blue);
  text-align: center;
}
.book-a-table .feedback-done .feedback-done-wrapper .icon-feedback-done {
  max-width: 7.625rem;
  display: block;
  margin: 0 auto 3.625rem auto;
}
@media (max-width: 47.9375rem) {
  .book-a-table .feedback-done .feedback-done-wrapper .icon-feedback-done {
    max-width: 4.5rem;
    margin: 0 auto 1.125rem auto;
  }
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--cross-grey-scale-07-grey-white);
  margin-top: 3.5rem;
  padding: 1rem 1.125rem;
}
@media (max-width: 47.9375rem) {
  .book-a-table .feedback-done .feedback-done-wrapper .summary-box {
    margin-top: 2.5rem;
  }
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .details {
  text-decoration: underline;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .row, .book-a-table .feedback-done .feedback-done-wrapper .summary-box .form-horizontal > .form-group {
  margin: 0;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .row .box, .book-a-table .feedback-done .feedback-done-wrapper .summary-box .form-horizontal > .form-group .box {
  display: flex;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .row .box:nth-child(1), .book-a-table .feedback-done .feedback-done-wrapper .summary-box .form-horizontal > .form-group .box:nth-child(1) {
  column-gap: 1rem;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .row .box:nth-child(2), .book-a-table .feedback-done .feedback-done-wrapper .summary-box .form-horizontal > .form-group .box:nth-child(2) {
  place-content: flex-end;
}
@media (max-width: 47.9375rem) {
  .book-a-table .feedback-done .feedback-done-wrapper .summary-box .row .box, .book-a-table .feedback-done .feedback-done-wrapper .summary-box .form-horizontal > .form-group .box {
    flex: auto;
  }
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .item-location {
  width: 3.875rem;
  height: 3.375rem;
  background: var(--white);
  border-radius: 0.25rem;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .item-location .terminal {
  background: var(--cross-grey-scale-05-light-grey);
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: var(--adr-pri-blu);
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .item-location .terminal-locate {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--adr-pri-blu);
  text-align: center;
  padding: 0.3125rem 0 0 0;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .item-restaurant .name-restaurant {
  font-size: 1.375rem;
  font-weight: 500;
  color: var(--cross-grey-scale-01-black);
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .item-restaurant .type-restaurant {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cross-grey-scale-03-dark-grey);
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .infoline {
  display: flex;
  justify-content: center;
  column-gap: 3rem;
  margin-top: 1rem;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .infoline img {
  max-width: 1.25rem;
  max-height: 1.25rem;
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .infoline .person:after {
  content: "";
  width: 0.0625rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 50%;
  right: -2.125rem;
  transform: translateY(-50%);
  background: var(--cross-grey-scale-04-grey);
}
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .infoline .person,
.book-a-table .feedback-done .feedback-done-wrapper .summary-box .infoline .bDate {
  position: relative;
  display: flex;
  column-gap: 0.625rem;
  flex-wrap: nowrap;
  font-size: 1rem;
  font-weight: 700;
}
.book-a-table .feedback-error .feedback-error-box p {
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  font-weight: 400;
  text-align: center;
}
.book-a-table .feedback-error .feedback-error-box h2,
.book-a-table .feedback-error .feedback-error-box h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 0.5rem;
}
.book-a-table .feedback-error .feedback-error-box .icon-feedback-error {
  max-width: 4.5rem;
  display: block;
  margin: 2rem auto 0.625rem auto;
}
.book-a-table .footerArea {
  width: 100%;
  max-width: 62.5rem;
  margin: 2.5rem auto 0.625rem;
  display: flex;
  justify-content: center;
  padding: 1.25rem;
  gap: 2.5rem;
  flex-flow: column;
  align-items: center;
  border-top: 1px solid var(--cross-grey-scale-06-lighter-grey);
  width: 100%;
}
.book-a-table .footerArea .wrap-btn-cta {
  display: flex;
  justify-content: center;
  column-gap: 1.25rem;
}
.book-a-table .footerArea .wrap-btn-cta .btn {
  width: 100%;
  max-width: 12.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625rem;
  margin: unset;
}
.book-a-table .footerArea .wrap-btn-cta .btn:after {
  content: "\e904";
  font-family: "adr-ico-23";
  font-size: 1.5rem;
}
.book-a-table .footerArea .wrap-btn-cta .btn.btn-empty:before {
  content: "\e904";
  font-family: "adr-ico-23";
  font-size: 1.5rem;
  transform: rotate(180deg);
}
.book-a-table .footerArea .wrap-btn-cta .btn.btn-empty:after {
  display: none;
}
.book-a-table .footerArea .wrap-btn-cta .btn.close {
  min-height: 3.375rem;
}
.book-a-table .footerArea .wrap-btn-cta .btn.close:after {
  display: none;
}
.book-a-table .order-data .booking-form {
  max-width: 42.1875rem;
  margin: 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
@media (max-width: 47.9375rem) {
  .book-a-table .order-data .booking-form {
    flex-direction: column;
    margin: 1.25rem auto 2.5rem auto;
  }
}
.book-a-table .order-data .booking-form input {
  width: 100%;
  max-width: calc(50% - 1rem);
  border: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--cross-grey-scale-03-dark-grey);
  padding: 0.75rem 0.625rem;
}
@media (max-width: 47.9375rem) {
  .book-a-table .order-data .booking-form input {
    max-width: unset;
  }
}
.book-a-table .order-data .booking-form .privacy-box {
  flex: 1 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.book-a-table .order-data .booking-form .privacy-box h3 {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--cross-grey-scale-01-black);
}
.book-a-table .order-data .booking-form .privacy-box .checkbox-form-group {
  flex: 1 100%;
}
.book-a-table .order-data .booking-form h3 {
  flex: 1 100%;
}

.booking-table .wrap-container__header {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.25rem;
}
.booking-table hr {
  width: 100%;
  height: 0.0625rem;
  background: var(--cross-grey-scale-05-light-grey);
}

@media (max-width: 47.9375rem) {
  .howTo-module .swiper .swiper-footer {
    display: block;
    margin: -1.5625rem 0 2rem 0;
  }
  .howTo-module .swiper-button-prev,
  .howTo-module .swiper-button-next {
    display: none;
  }
}
.howTo-module .wrap-btn-cta .btn {
  width: 16.25rem;
  margin-right: 2.75rem;
}
@media (max-width: 64rem) {
  .howTo-module .wrap-btn-cta .btn {
    margin-right: 0.625rem;
  }
}
@media (max-width: 47.9375rem) {
  .howTo-module .wrap-btn-cta .btn {
    display: block;
    margin: 0 auto 1rem auto;
  }
}
.howTo-module .howTo a {
  height: 100%;
  display: flex;
}

.wrapper-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 47.9375rem) {
  .wrapper-form .item-select {
    flex: 1 100%;
    width: 100%;
  }
  .wrapper-form .item-select select {
    width: 100%;
  }
}

/*  **  PAGE FOOD  **  */
.foodPage img {
  width: 100%;
  height: auto;
}
.foodPage .btn {
  min-width: 9.75rem;
}
.foodPage .generic-icon {
  margin-bottom: 0.5rem;
}
.foodPage .item-logo {
  flex: 1 15%;
  max-width: 15%;
}
.foodPage hr {
  width: 100%;
  border-width: 0.0625rem;
  border-color: var(--cross-grey-scale-05-light-grey);
}
.foodPage .book-table-module {
  width: 100%;
  margin: 0 auto 2.5rem auto;
}
@media (max-width: 47.9375rem) {
  .foodPage .row.gap-80, .foodPage .form-horizontal > .gap-80.form-group {
    flex-direction: column-reverse;
    row-gap: 1.5rem;
    margin-top: 1.25rem;
  }
  .foodPage .row.gap-80 .wrap-btn-cta.mobileView.inline, .foodPage .form-horizontal > .gap-80.form-group .wrap-btn-cta.mobileView.inline {
    margin-top: 1.5625rem;
  }
}

/*  **  PROGRESS BAR CODE  **  */
.progress-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  place-items: flex-start;
  background: transparent;
  border: none;
  font-size: 0.9375rem;
  color: var(--cross-grey-scale-03-dark-grey);
  padding: 0;
  margin: 0;
}
.progress-bar .progress-bar-item {
  width: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.progress-bar .progress-bar-item:not(:last-child):after {
  content: "";
  width: 100%;
  height: 0.125rem;
  position: absolute;
  top: 1.0625rem;
  right: -50%;
  border: 0.125rem dashed var(--cross-grey-scale-06-lighter-grey);
  z-index: -1;
}
.progress-bar .progress-bar-item .number {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
  background: var(--white);
  border: 0.125rem solid var(--cross-grey-scale-06-lighter-grey);
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.progress-bar .progress-bar-item.active .number, .progress-bar .nav-underline .tab.active a.progress-bar-item .number, .nav-underline .tab.active .progress-bar a.progress-bar-item .number {
  border-color: var(--cross-grey-scale-03-dark-grey);
  font-weight: 600;
  color: var(--cross-grey-scale-03-dark-grey);
}
.progress-bar .progress-bar-item.active .text, .progress-bar .nav-underline .tab.active a.progress-bar-item .text, .nav-underline .tab.active .progress-bar a.progress-bar-item .text {
  font-weight: 600;
}
.progress-bar .progress-bar-item.done:after {
  content: "";
  width: 100%;
  height: 0.125rem;
  position: absolute;
  top: 1.0625rem;
  right: -50%;
  border: 0.125rem solid var(--cross-grey-scale-06-lighter-grey);
  z-index: -1;
}
.progress-bar .progress-bar-item.done .number {
  border-color: var(--cross-grey-scale-06-lighter-grey);
  font-weight: 400;
  color: var(--cross-grey-scale-06-lighter-grey);
}
.progress-bar .progress-bar-item.done .number:before {
  content: "\e910";
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 0.5rem;
  font-family: "adr-ico-23";
  font-weight: 500;
  font-size: 1.5625rem;
  color: var(--adr-feedback-success);
}
.progress-bar .progress-bar-item.done .text {
  font-weight: 400;
}
@media (max-width: 47.9375rem) {
  .progress-bar .progress-bar-item {
    align-items: center;
    flex-direction: row;
    column-gap: 1rem;
  }
  .progress-bar .progress-bar-item:not(.active) {
    display: none;
  }
  .progress-bar .progress-bar-item:after {
    display: none;
  }
}

/*  **  BOOK A PARKING CODE  **  */
.reserve-parking {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
}
.reserve-parking .heading {
  padding-bottom: 1.25rem;
}
.reserve-parking .heading__title {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  color: var(--adr-sec-dark-blue);
}
@media (max-width: 47.9375rem) {
  .reserve-parking .heading {
    flex-wrap: nowrap;
    align-items: center;
  }
  .reserve-parking .heading .box {
    flex: auto;
  }
}
.reserve-parking .logo-park {
  max-width: 4rem;
}
.reserve-parking .row, .reserve-parking .form-horizontal > .form-group {
  gap: 1.5625rem;
  margin: 0;
}
.reserve-parking .row .box:nth-child(2), .reserve-parking .form-horizontal > .form-group .box:nth-child(2) {
  display: flex;
  place-content: flex-end;
}
@media (max-width: 37.4375rem) {
  .reserve-parking .h-mobile {
    display: none !important;
  }
  .reserve-parking .h-mobile.open {
    display: block !important;
  }
}
.reserve-parking .second-row {
  display: none;
  padding-top: 1.25rem;
  transition: 0.5s;
}
.reserve-parking .second-row .container-cta {
  margin: 1.875rem 0;
}
@media (max-width: 47.9375rem) {
  .reserve-parking .second-row .input-item {
    margin: auto;
  }
}
.reserve-parking .second-row.open {
  display: block;
}
.reserve-parking .second-row.open + .arrow-down {
  transform: rotate(180deg);
}
.reserve-parking .input-item.hidden {
  display: none;
}

/*  **  PERSONAL SHOPPER PAGE CODE  **  */
.personal-shopper .bg-full-img {
  padding-bottom: 5rem;
}
@media (max-width: 47.9375rem) {
  .personal-shopper .bg-full-img {
    padding: 0.625rem 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 47.9375rem) {
  .personal-shopper .our-offer {
    margin-bottom: 3.125rem;
  }
}
.personal-shopper .hourBox {
  flex: 1 30%;
  width: 100%;
  max-width: 20.3125rem;
  background: var(--white);
  border: 0.0625rem solid rgb(191, 209, 229);
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 47.9375rem) {
  .personal-shopper .hourBox {
    margin-bottom: 1.875rem;
  }
}
.personal-shopper .hourBox .line-1 {
  font-weight: 600;
  font-size: 1rem;
}
.personal-shopper .hourBox .line-2,
.personal-shopper .hourBox .line-3 {
  font-weight: 400;
  font-size: 1rem;
}
@media (max-width: 47.9375rem) {
  .personal-shopper .jSwiperCollect .card--commercial-restaurant {
    flex-direction: column-reverse;
  }
  .personal-shopper .jSwiperCollect .card--commercial-restaurant .label {
    position: absolute;
    top: 0.125rem;
  }
}

.cont-text-info .card--banner-type3 {
  flex-flow: row;
  width: 100%;
  flex-wrap: wrap;
}
.cont-text-info .card--banner-type3__title {
  flex: 1 100%;
}
.cont-text-info .card--banner-type3__text {
  flex: 1 60%;
}

/*  **  FAST ACCESS PAGE CODE  **  */
.fast-access {
  position: relative;
}
.fast-access::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
}
.fast-access .row, .fast-access .form-horizontal > .form-group {
  align-items: center;
  gap: 1.5rem;
}
.fast-access .row .box:nth-child(1), .fast-access .form-horizontal > .form-group .box:nth-child(1) {
  flex: 1 28%;
}
@media (max-width: 47.9375rem) {
  .fast-access .row .box:nth-child(1), .fast-access .form-horizontal > .form-group .box:nth-child(1) {
    padding: 0 1.25rem;
  }
}
.fast-access .row .box:nth-child(2), .fast-access .form-horizontal > .form-group .box:nth-child(2) {
  flex: 1 72%;
  display: flex;
  column-gap: 1.5rem;
}
@media (max-width: 47.9375rem) {
  .fast-access .row .box:nth-child(2), .fast-access .form-horizontal > .form-group .box:nth-child(2) {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.25rem;
  }
}
.fast-access .modal-dialog-cards-security .modal-custom-title {
  display: none;
}
.fast-access .modal-dialog-cards-security .modal-content {
  background: none;
}
.fast-access .title-box-fastAccess {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  font-weight: 700;
  color: var(--adr-sec-dark-blue);
  line-height: 1.2;
  padding-bottom: 1rem;
}
.fast-access .body-box-fastAccess {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--cross-grey-scale-01-black);
  line-height: 1.375rem;
}
@media (max-width: 47.9375rem) {
  .fast-access .body-box-fastAccess {
    display: none;
  }
}
.fast-access .card--security-access {
  min-width: 12.5rem;
  max-width: 20.4375rem;
}
.fast-access .container-cta .btn {
  min-width: unset;
}
.fast-access .container-cta.centered {
  display: flex;
  justify-content: center;
  width: 100%;
}

.services-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 2.5rem 0;
}
@media (max-width: 47.9375rem) {
  .services-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
.services-wrapper .item-service {
  width: 100%;
  max-width: 6.875rem;
  text-align: center;
}
@media (max-width: 47.9375rem) {
  .services-wrapper .item-service {
    width: 33.3333333333%;
    max-width: unset;
  }
}
.services-wrapper .item-service img {
  width: 100%;
  max-width: 4rem;
  margin-bottom: 1rem;
}
.services-wrapper .item-service a {
  font-size: 16px;
  color: var(--cross-grey-scale-01-black);
}

.brandSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brandSwiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4/3;
  gap: 1.25rem;
}
.brandSwiper .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.brandSwiper .swiper-wrapper .swiper-slide picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandSwiper .swiper-wrapper .swiper-slide img {
  overflow: hidden;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.brand-carousel .splide__slide {
  overflow: hidden;
}
.brand-carousel a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-carousel picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-carousel img {
  overflow: hidden;
  object-fit: contain;
  padding: 0 1.875rem;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 37.4375rem) {
  .brand-carousel img {
    aspect-ratio: 16/9;
    padding: 0 1.25rem;
  }
}

.wrapper-hero-small h1 {
  font-size: clamp(1.75rem, 1.387rem + 1.547vw, 2.625rem);
  text-align: center;
  color: var(--adr-sec-dark-blue);
  margin: 0 0 1rem;
}
@media (min-width: 56.25rem) {
  .wrapper-hero-small h1 {
    margin: 0 0 2rem;
  }
}
.wrapper-hero-small .hero-breadcrumb li {
  font-size: 0.875rem;
  color: var(--cross-grey-scale-03-dark-grey);
}
.wrapper-hero-small .hero-breadcrumb li:not(:last-child):after {
  background: var(--cross-grey-scale-03-dark-grey);
}
.wrapper-hero-small .hero-breadcrumb li a,
.wrapper-hero-small .hero-breadcrumb li a:visited {
  font-size: 0.875rem;
  color: var(--adr-pri-blu);
  text-decoration: underline;
}
.wrapper-hero-small .hero-small {
  width: 100%;
  height: 17.5rem;
  display: block;
  border-radius: 1.5rem;
  margin-bottom: 3.75rem;
  background-size: cover;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero-small .hero-small {
    height: 10.3125rem;
    margin-bottom: 0;
  }
}
.wrapper-hero-small .swiper {
  margin-bottom: 50px;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero-small .swiper .swiper-wrapper {
    height: 10.3125rem;
  }
}
.wrapper-hero-small .swiper .swiper-wrapper .swiper-slide {
  max-height: 17.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero-small .swiper .swiper-wrapper .swiper-slide {
    max-height: 10.25rem;
    height: 100%;
  }
}
.wrapper-hero-small .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1024/280;
}
@media (max-width: 47.9375rem) {
  .wrapper-hero-small .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 327/165;
  }
}

.container-order {
  display: flex;
  width: 100%;
  flex-flow: column-reverse;
  gap: 1.25rem;
}
.container-order .box__header {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-flow: row;
}
@media (min-width: 56.25rem) {
  .container-order .box__header {
    align-items: flex-start;
    flex-flow: column;
  }
}
.container-order .box__header .cont-img {
  height: 1.5rem;
}
@media (min-width: 56.25rem) {
  .container-order .box__header .cont-img {
    height: 2.5rem;
  }
}
.container-order .box__header .cont-img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.container-order .box__header .cont-img img {
  object-fit: contain;
  min-width: 1.5rem;
  height: 100%;
  width: 100%;
}
@media (min-width: 56.25rem) {
  .container-order .box__header .cont-img img {
    height: 2.5rem;
  }
}
.container-order .chipsArea .chip-label {
  border: 2px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
}
.container-order .chipsArea .chip-discount {
  border: 2px solid var(--white);
  background: var(--adr-feedback-info);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
}
@media (min-width: 56.25rem) {
  .container-order {
    flex-flow: row;
  }
}
.container-order .box {
  display: flex;
  flex: 1;
  flex-flow: column;
}
.container-order .box .wrap-btn-cta {
  display: flex;
  gap: 1.25rem;
  flex: 1;
}
.container-order .box .wrap-btn-cta .btn {
  min-width: 10rem;
}
.container-order .box__right .wrap-btn-cta {
  display: none;
}
@media (min-width: 56.25rem) {
  .container-order .box__right .wrap-btn-cta {
    display: flex;
    gap: 0.625rem;
    align-items: flex-start;
  }
}
.container-order .box__left .wrap-btn-cta__mobile {
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 56.25rem) {
  .container-order .box__left .wrap-btn-cta__mobile {
    display: none;
  }
}

/*  **  CLASS FOR STICKY BUTTON  **  */
.sticky-bottom {
  position: fixed;
  bottom: -1.25rem;
  background: var(--white);
  box-shadow: 0 -0.0625rem 0.75rem 0 rgba(5, 42, 93, 0.1);
  padding: 0.6875rem 0 0.3125rem 0;
  z-index: 99;
}
@media (max-width: 47.9375rem) {
  .sticky-bottom.just-whatsapp .btn-email,
  .sticky-bottom.just-whatsapp .btn-phone {
    display: none;
  }
}

/*  OVERLAY  */
/*.overlay {
  width: 100vw;
  height: 100vh;
  display: none;
  background: #11192abd;
  position: fixed;
  top: torem(76);
  left: 0;
  z-index: 99;
}
*/
/*   MODALE */
.cont-services {
  display: flex;
  gap: 1.5rem;
  flex-flow: column;
}
.cont-services__full {
  flex-flow: row;
  flex-wrap: wrap;
}
.cont-services__full .cont-services__title {
  flex: 100%;
}
.cont-services__full .cont-services__text {
  flex: 64%;
}
.cont-services__full .hourBox {
  flex: 1 1 20.3125rem;
  height: max-content;
}
.cont-services__title {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  color: var(--adr-pri-blu);
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (min-width: 56.25rem) {
  .cont-services__title {
    margin: 0 0 1.5rem;
  }
}
.cont-services__text {
  font-size: 1rem;
}
.cont-services .hourBox {
  background: var(--white);
  border: 0.0625rem solid rgb(191, 209, 229);
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 47.9375rem) {
  .cont-services .hourBox {
    margin-bottom: 1.875rem;
  }
}
.cont-services .hourBox .line-1 {
  font-weight: 600;
  font-size: 1rem;
}
.cont-services .hourBox .line-2 {
  font-weight: 400;
  font-size: 1rem;
}

.cont-discover__header {
  margin-bottom: 2.5rem;
}
.cont-discover h2.cont-discover__title {
  text-align: center;
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  color: var(--adr-pri-blu);
  margin-bottom: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media (min-width: 56.25rem) {
  .cont-discover h2.cont-discover__title {
    margin: 0 0 1.5rem;
  }
}
.cont-discover__text {
  font-size: 1rem;
  text-align: center;
}

.wrap-container {
  display: flex;
}
.wrap-container.cont-discover {
  gap: 0;
  margin-bottom: 0;
}
.wrap-container.cont-discover .hr-spacer {
  margin-bottom: 2.5rem;
}

.contact-modal-box .modal-header {
  justify-content: flex-end;
  border: none;
}
.contact-modal-box .modal-content {
  border-radius: 1rem;
}
@media (max-width: 37.4375rem) {
  .contact-modal-box.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, 50px);
  }
  .contact-modal-box.modal.show .modal-dialog {
    transform: none;
  }
  .contact-modal-box .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0% !important;
    right: 0% !important;
    margin-bottom: 0 !important;
  }
  .contact-modal-box .modal.show .modal-dialog {
    transform: none !important;
  }
  .contact-modal-box .modal-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.contact-box {
  display: flex;
  flex-flow: column;
  max-width: 20.625rem;
  margin: 0 auto;
  max-width: 42.125rem;
  padding-bottom: 1.5rem;
}
.contact-box__title {
  color: var(--adr-sec-dark-blue);
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 1rem !important;
  text-align: center;
}
@media (max-width: 37.4375rem) {
  .contact-box__title {
    margin-bottom: 0.5rem !important;
  }
}
.contact-box__text {
  color: var(--cross-grey-scale-01-black);
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  margin-bottom: 2rem !important;
  text-align: center;
}
.contact-box .contact-multi-small {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-self: center;
  width: 100%;
}
@media (min-width: 37.5rem) {
  .contact-box .contact-multi-small {
    margin-bottom: 2.5rem;
    justify-content: space-evenly;
  }
}
.contact-box .contact-multi-small__item {
  text-align: center;
}
.contact-box .contact-multi-small__item img {
  height: 5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 37.4375rem) {
  .contact-box .contact-multi-small__item img {
    height: 3rem;
  }
}
.contact-box .contact-multi-small a {
  color: var(--cross-grey-scale-03-dark-grey);
}
@media (min-width: 37.5rem) {
  .contact-box .contact-multi-small a {
    pointer-events: none;
  }
}
.contact-box .contact-multi-small__item-title {
  color: var(--cross-grey-scale-03-dark-grey);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.contact-box .container-singles {
  padding-top: 2.5rem;
  border-top: 1px solid var(--cross-grey-scale-05-light-grey);
  display: flex;
  gap: 1.5rem;
  flex-flow: wrap;
}
@media (max-width: 37.4375rem) {
  .contact-box .container-singles {
    padding-top: 2.5rem;
    gap: 1rem;
  }
}
.contact-box .container-singles .contact-single {
  flex: 1 0 12.5rem;
}
.contact-box .container-singles .contact-single__title {
  color: var(--cross-grey-scale-03-dark-grey);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 37.5rem) {
  .contact-box .container-singles .contact-single .btn-phone {
    pointer-events: none;
    border-color: transparent;
    color: var(--cross-grey-scale-03-dark-grey);
  }
}
.contact-box .contact-single {
  flex: 1;
  width: 100%;
}
.contact-box .contact-single a {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box__sticky {
  display: flex;
  flex-flow: wrap;
  max-width: 1024px;
  gap: 20px;
  align-items: center;
}
.contact-box__sticky .contact-multi-small {
  gap: 8px;
  flex: auto;
  margin-bottom: 1.5rem;
}
@media (min-width: 56.25rem) {
  .contact-box__sticky .contact-multi-small {
    margin: 0;
    flex: 2;
  }
}
.contact-box__sticky .contact-multi-small__item {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 8px;
  text-decoration: none;
  flex-flow: column;
}
@media (min-width: 37.5rem) {
  .contact-box__sticky .contact-multi-small__item {
    flex-flow: row;
    text-decoration: underline;
  }
}
.contact-box__sticky .contact-multi-small__item img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 4px;
}
@media (min-width: 37.5rem) {
  .contact-box__sticky .contact-multi-small__item img {
    width: 32px;
    height: 32px;
  }
}
.contact-box__sticky .contact-single {
  margin: 0;
  flex: 100%;
  white-space: nowrap;
  display: flex;
}
@media (min-width: 56.25rem) {
  .contact-box__sticky .contact-single {
    flex: 1;
  }
}
.contact-box__mobile {
  display: none;
}
@media (max-width: 37.4375rem) {
  .contact-box__mobile {
    display: flex;
    max-width: 100%;
    gap: 16px;
    margin-bottom: 2.5rem;
  }
  .contact-box__mobile .contact-single {
    margin-bottom: 0;
  }
}

#targetDiv {
  min-height: 4.375rem;
}

@media (max-width: 37.4375rem) {
  .fixed-div-2 .contact-multi-small {
    margin-bottom: 0;
  }
}
.fixed-div-2 .contact-box__sticky {
  padding: 0;
}
@media (min-width: 56.25rem) {
  .fixed-div-2 .contact-box__sticky {
    padding-bottom: 0;
  }
}
.fixed-div-2 .contact-box__sticky .contact-single {
  display: none;
}
@media (min-width: 56.25rem) {
  .fixed-div-2 .contact-box__sticky .contact-single {
    display: flex;
  }
}

.modal-book-a-table {
  top: auto !important;
  width: 100% !important;
  overflow: hidden !important;
  bottom: 0 !important;
}
.modal-book-a-table.modal .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 50px);
}
.modal-book-a-table.modal .modal-dialog {
  transform: none;
}
.modal-book-a-table .modal-dialog {
  position: fixed !important;
  bottom: 0 !important;
  left: 0% !important;
  right: 0% !important;
  margin-bottom: 0 !important;
}
.modal-book-a-table .modal .modal-dialog {
  transform: none !important;
}
.modal-book-a-table .modal-content {
  border: 0;
  border-radius: 20px 20px 0 0;
}
.modal-book-a-table .modal-header {
  border: 0;
}
.modal-book-a-table .modal-title {
  font-size: 0;
}
.modal-book-a-table .btn-toolbar-button {
  width: fit-content !important;
}
.modal-book-a-table .btn-toolbar-button::before {
  margin-right: 0.375rem;
}

.body-book-a-table .columns-max {
  max-width: 100%;
}

.body-book-a-table.portal-popup:not(.article-preview) #main-content,
.body-book-a-table.portal-popup:not(.article-preview) #wrapper {
  height: 100% !important;
  bottom: 0 !important;
}

.modal-open .modal-book-a-table .dialog-iframe-node {
  height: calc(100% - 4rem) !important;
}

.body-book-a-table .ui-datepicker .ui-datepicker-title select {
  padding: 2px;
  margin: 0 2px;
  border-radius: 2px;
  border: 1px solid var(--cross-grey-scale-05-light-grey);
}

.other-services .wrap-container__title {
  font-size: clamp(1.125rem, 0.97rem + 0.663vw, 1.5rem);
}

/*
Fix scroll on IOS devices
 */
@media (max-width: 47.9375rem) {
  .portal-popup:not(.article-preview) #main-content:has(.portlet-boundary_it_txt_adr_shopandeat_web_portlet_BookATablePortlet_) {
    overflow: scroll;
    height: 100vh;
  }
}
.card--commercial {
  display: flex;
  flex-flow: column-reverse;
  gap: 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
  position: relative;
  background-color: #fff;
  height: 100%;
  justify-content: flex-end;
  transition: transform 0.1s;
  border-radius: 0.5rem;
}
.card--commercial:hover picture img {
  transform: scale(1.2);
}
.card--commercial:hover .logo-brand picture img,
.card--commercial:hover .card--commercial__title__img picture img {
  transform: scale(1);
}
@media (min-width: 75rem) {
  .card--commercial {
    flex-flow: row;
    box-shadow: none;
    align-items: center;
    padding: 0;
    justify-content: flex-end;
    background-color: transparent;
    gap: 0.5rem;
  }
}
.card--commercial__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.793rem + 0.884vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
}
.card--commercial__title__img {
  display: flex;
  align-items: flex-end;
  gap: 0.375rem;
  font-size: clamp(0.875rem, 0.668rem + 0.884vw, 1.375rem);
  font-weight: 400;
  text-transform: uppercase;
}
.card--commercial__title__img img {
  height: 1.5rem;
  width: 1.5rem;
  object-fit: contain;
}
@media (min-width: 75rem) {
  .card--commercial__title__img img {
    height: 2rem;
    width: 2rem;
  }
}
.card--commercial__desc {
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--cross-grey-scale-01-black);
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 75rem) {
  .card--commercial__info {
    width: 66%;
    height: 66%;
    aspect-ratio: 306/124;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(6px);
    padding: 2rem 1rem;
    position: absolute;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
  }
}
.card--commercial__info .card--commercial__info-wrapper {
  display: flex;
  gap: 0.375rem;
  flex-flow: column;
}
@media (min-width: 75rem) {
  .card--commercial__info .card--commercial__info-wrapper {
    padding-right: 2.375rem;
  }
}
.card--commercial__label {
  border: 2px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  margin-bottom: 0.3125rem;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 75rem) {
  .card--commercial__label {
    position: initial;
    top: initial;
    right: initial;
    width: fit-content;
  }
}
.card--commercial__label:empty {
  display: none;
}
.card--commercial__discount {
  border: 2px solid var(--white);
  background: var(--adr-icone);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  margin-bottom: 0.3125rem;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 75rem) {
  .card--commercial__discount {
    position: initial;
    top: initial;
    right: initial;
  }
}
.card--commercial__discount:empty {
  display: none;
}
.card--commercial__cta {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--white);
  border-radius: 0.5rem;
  color: var(--adr-pri-blu);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  display: none;
}
@media (min-width: 56.25rem) {
  .card--commercial__cta {
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 75rem) {
  .card--commercial__cta {
    display: flex;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
  }
}
.card--commercial__img {
  overflow: hidden;
  transition: 0.6s;
  position: relative;
  border-radius: 0.5rem;
}
@media (min-width: 75rem) {
  .card--commercial__img {
    border-radius: 1rem;
    max-width: 25.875rem;
  }
}
.card--commercial__img picture img {
  aspect-ratio: 140/64;
  width: 100%;
  object-fit: cover;
  transition: 0.6s;
}
@media (min-width: 75rem) {
  .card--commercial__img picture img {
    aspect-ratio: 413/278;
  }
}
.card--commercial__img .logo-brand {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.375rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
@media (min-width: 75rem) {
  .card--commercial__img .logo-brand {
    border-radius: 1rem;
    padding: 1rem;
    top: 0;
    right: 0;
    left: auto;
    height: auto;
  }
}
.card--commercial__img .logo-brand img {
  width: 1.1875rem;
  height: 1.875rem;
  object-fit: cover;
}
@media (min-width: 56.25rem) {
  .card--commercial__img .logo-brand img {
    width: 2.0625rem;
    height: 3.125rem;
  }
}
.card--commercial__v2 .card--commercial__cta {
  background-color: var(--adr-pri-blu);
  color: var(--white);
}
.card--commercial.card--commercial-restaurant {
  flex-direction: row-reverse;
  column-gap: 1.5rem;
  background: var(--white);
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant {
    padding: 0.5rem;
  }
  .card--commercial.card--commercial-restaurant:not(.single-card) {
    flex-direction: column-reverse;
    text-align: center;
  }
  .card--commercial.card--commercial-restaurant:not(.single-card) .label {
    position: absolute;
    z-index: 2;
  }
}
.card--commercial.card--commercial-restaurant .info {
  flex: 1 50%;
  width: 50%;
  overflow: visible;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant .info {
    flex: 1 100%;
    width: 100%;
  }
}
.card--commercial.card--commercial-restaurant .imgBox {
  flex: 1 50%;
  width: 50%;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant .imgBox {
    flex: 1 100%;
    width: 100%;
  }
}
.card--commercial.card--commercial-restaurant .imgBox picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 222/216;
  transition: 0.3s;
  object-fit: cover;
}
@media (max-width: 47.9375rem) {
  .card--commercial.card--commercial-restaurant .imgBox picture img {
    aspect-ratio: 140/75;
  }
}
.card--commercial.card--commercial-restaurant .card--commercial__cta {
  bottom: 0.75rem;
  top: unset;
  transform: none;
  background: var(--cross-grey-scale-06-lighter-grey);
}
.card--commercial.card--commercial-restaurant .label {
  border: 2px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  position: absolute;
  top: 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 0.25rem 0.3125rem;
  text-transform: none;
}
@media (max-width: 64rem) {
  .card--commercial.card--commercial-restaurant .label {
    position: relative;
    top: 0;
    right: 0.0625rem;
  }
}
.card--commercial.card--commercial-restaurant .label:empty {
  background: transparent;
  display: none;
}

.card--categories {
  text-align: center;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.card--categories a {
  width: 100%;
}
.card--categories picture {
  display: block;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
}
.card--categories picture img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 1rem;
  background: lightgray 0 -39.105px/100% 150% no-repeat;
  box-shadow: 0 0.25rem 1rem 0 rgba(21, 22, 28, 0.4);
}
.card--categories__title {
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--cross-grey-scale-03-dark-grey);
  margin-bottom: 0;
}

.card--service {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1.875rem;
  transition: 0.3s;
}
.card--service:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
@media (max-width: 37.4375rem) {
  .card--service {
    min-height: auto;
    padding: 1rem 0.625rem;
  }
}
.card--service picture {
  transition: 0.6s;
  margin: 0 auto;
  display: block;
}
.card--service picture img {
  height: 3.5rem;
  margin: auto auto 1.25rem auto;
  display: block;
  transition: 0.6s;
  max-width: 100%;
}
@media (max-width: 37.4375rem) {
  .card--service picture img {
    height: 2rem;
    max-width: 100%;
    margin: auto auto 0.625rem auto;
  }
}
.card--service__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.793rem + 0.884vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
  padding-bottom: 0.4375rem;
  text-align: center;
}
.card--service__desc {
  font-size: clamp(0.875rem, 0.72rem + 0.663vw, 1.25rem);
  color: var(--cross-grey-scale-01-black);
  text-align: center;
  margin-bottom: 0;
}
.card--service__label {
  border: 2px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 2;
}

.card--security-access {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.card--security-access:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--security-access__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.card--security-access__header .service {
  display: flex;
  flex-flow: row;
  gap: 0.625rem;
  align-items: center;
}
@media (min-width: 37.5rem) {
  .card--security-access__header .service {
    flex-flow: column;
    gap: 1.25rem;
    align-items: flex-start;
  }
}
.card--security-access__header .service__img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.card--security-access__header .price {
  font-size: clamp(1.375rem, 1.22rem + 0.663vw, 1.75rem);
  color: var(--adr-sec-dark-blue);
}
.card--security-access__title {
  font-weight: 700;
  font-size: clamp(1.125rem, 0.97rem + 0.663vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
  padding-bottom: 0.4375rem;
  color: var(--adr-sec-dark-blue);
}
.card--security-access__desc {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  margin-bottom: 0;
}
.card--security-access__extra {
  padding-top: 1rem;
  border-top: 0.0625rem solid var(--cross-grey-scale-05-light-grey);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  margin-top: auto;
}
@media (min-width: 37.5rem) {
  .card--security-access__extra {
    min-height: 12.5rem;
  }
}
.card--security-access__extra__title {
  font-size: clamp(0.75rem, 0.698rem + 0.221vw, 0.875rem);
  font-weight: 500;
  color: var(--adr-green);
  text-transform: uppercase;
}
.card--security-access__extra ul.list-plus {
  display: flex;
  flex-flow: column;
  gap: 0.375rem;
  padding: 0;
}
.card--security-access__extra ul.list-plus li {
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.card--security-access__extra ul.list-plus li:before {
  content: "\e910";
  font-size: 1.125rem;
  font-family: "adr-ico-23";
  margin-right: 0.25rem;
  color: var(--adr-green);
  align-self: flex-start;
}
.card--security-access__extra .container-cta {
  margin-top: auto;
  display: flex;
  gap: 1rem;
  flex-flow: wrap;
}
.card--security-access__extra .container-cta .btn {
  flex: 1;
  white-space: nowrap;
}

.card--partner {
  height: 100%;
  position: relative;
  min-height: 9.375rem;
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.card--partner__logo img {
  max-height: 2.1875rem;
}
.card--partner__title {
  font-size: 1.125rem;
  font-weight: 600;
}
.card--partner__desc {
  font-size: 1rem;
  margin-bottom: 0;
}
.card--partner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(39, 40, 51, 0) 0%, rgba(39, 40, 51, 0.81) 35.14%, rgba(39, 40, 51, 0.81) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.card--partner a {
  padding: 1.5rem 1.5rem 1rem;
  z-index: 2;
  display: flex;
  flex-flow: column;
  gap: 0.125rem;
  color: var(--white);
  justify-content: space-between;
  gap: 0.625rem;
}
.card--partner__label {
  border: 2px solid var(--white);
  background: var(--adr-red);
  display: inline-flex;
  color: var(--white);
  font-size: clamp(0.75rem, 0.646rem + 0.442vw, 1rem);
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.0625rem 0.625rem;
  font-size: 0.75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
}
.card--partner__titlePromo {
  padding-top: 2.1875rem;
}
.card--partner.card-food {
  align-items: flex-start;
}
.card--partner.card-food:after {
  background: linear-gradient(180deg, rgba(39, 40, 51, 0) 0%, rgba(39, 40, 51, 0.1) 35.14%, rgba(39, 40, 51, 0.1) 100%);
}
.card--partner.card-food h3 {
  font-size: 1.125rem;
  padding-top: 0;
}
.card--partner.card-food p {
  font-size: 0.875rem;
}
.card--partner.card-food .logo-brand {
  padding-bottom: 0.75rem;
}
.card--partner.card-food .logo-brand img {
  width: auto;
  height: auto;
  max-width: 7.5rem;
  max-height: 2.1875rem;
}

.card--shoppingTips {
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
@media (max-width: 47.9375rem) {
  .card--shoppingTips {
    max-width: 15rem;
  }
}
.card--shoppingTips .row, .card--shoppingTips .form-horizontal > .form-group {
  height: 100%;
  margin: 0;
}
@media (max-width: 64rem) {
  .card--shoppingTips .row, .card--shoppingTips .form-horizontal > .form-group {
    flex-wrap: nowrap;
  }
}
.card--shoppingTips .wrapperBody {
  height: 100%;
  background: var(--white);
  margin-left: -1.875rem;
  border-radius: 1rem;
  padding: 1.25rem;
}
@media (max-width: 47.9375rem) {
  .card--shoppingTips .wrapperBody {
    margin-left: -2.5rem;
    padding: 1rem;
  }
}
.card--shoppingTips .box-img {
  flex: 1 30%;
  width: 30%;
  min-width: 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.card--shoppingTips .box-bodyimg {
  flex: 1 70%;
  width: 70%;
}
.card--shoppingTips__label {
  width: fit-content;
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 0.625rem;
  border: 0.0625rem solid var(--adr-sec-dark-blue);
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.0625rem 0.375rem;
}
.card--shoppingTips__desc {
  font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--adr-sec-dark-blue);
  margin-bottom: 0;
}
.card--shoppingTips__link a {
  display: flex;
  place-content: flex-end;
  position: relative;
  padding-top: 1.25rem;
  margin-right: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--adr-pri-blu);
}
@media (max-width: 47.9375rem) {
  .card--shoppingTips__link a {
    display: none;
  }
}
.card--shoppingTips__link a:after {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  background: var(--adr-pri-blu);
  display: block;
  position: absolute;
  right: -1.25rem;
  transform: rotate(-45deg);
  top: 2.1875rem;
}
.card--shoppingTips__link a:before {
  content: "";
  width: 0.5rem;
  height: 0.125rem;
  background: var(--adr-pri-blu);
  display: block;
  position: absolute;
  right: -1.25rem;
  top: 1.875rem;
  transform: rotate(45deg);
}

.card--news {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.3s;
  display: flex;
  flex-flow: column;
  gap: 1.5rem;
}
.card--news:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--news__time {
  display: flex;
  color: var(--adr-sec-dark-blue);
  font-size: 1rem;
  align-items: center;
  gap: 0.5rem;
}
.card--news__time .label {
  color: var(--white);
  background-color: var(--adr-sec-dark-blue);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.25rem;
  padding: 0.25rem;
  display: block;
  height: 1.5rem;
}
.card--news__time .label:empty {
  display: none;
}
.card--news__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  display: inline;
}
.card--news__desc {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  display: inline;
  margin-bottom: 0;
}
.card--news__more {
  margin-top: auto;
  color: var(--adr-pri-blu);
  font-size: 1rem;
  align-self: flex-end;
}
@media (max-width: 37.4375rem) {
  .card--news__more.view-all {
    display: none;
  }
}

.bg-full-img {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.z-index-up {
  z-index: 3;
}

.card--banner-type1 {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  align-items: center;
}
.card--banner-type1__title {
  font-size: clamp(1.375rem, 1.168rem + 0.884vw, 1.875rem);
  color: var(--adr-sec-dark-blue);
}
.card--banner-type1__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}

.card--banner-type2 {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.card--banner-type2 img {
  height: 2.5rem;
}
@media (min-width: 56.25rem) {
  .card--banner-type2 img {
    height: 5.3125rem;
  }
}
.card--banner-type2__title {
  font-size: clamp(1rem, 0.689rem + 1.326vw, 1.75rem);
  color: var(--white);
}
.card--banner-type2__cta {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--adr-sec-backgroud-light-blue);
  border-radius: 0.5rem;
  color: white;
  margin-left: auto;
  height: 2rem;
  width: 2rem;
  font-size: 0;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 56.25rem) {
  .card--banner-type2__cta {
    width: 2rem;
    height: 2rem;
  }
}
.card--banner-type2__cta::before {
  font-family: "adr-ico-23";
  content: "\e904";
  font-size: 1.5rem;
  color: var(--adr-pri-blu);
}
@media (min-width: 56.25rem) {
  .card--banner-type2__cta {
    height: 2rem;
    width: 2rem;
  }
}

.card--banner-type3 {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  align-items: center;
}
.card--banner-type3__title {
  font-size: clamp(1rem, 0.793rem + 0.884vw, 1.5rem);
  color: var(--adr-sec-dark-blue);
  font-weight: 500;
}
.card--banner-type3__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}
.card--banner-type3.left {
  align-items: flex-start;
  text-align: left;
}
.card--banner-type3.left .card--banner-type1__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  padding-bottom: 2.5rem;
}

.card--banner-type4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  padding: 1.875rem 0;
  text-align: center;
}
.card--banner-type4__title {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(1rem, 0.689rem + 1.326vw, 1.75rem);
  text-transform: uppercase;
  color: var(--white);
  font-weight: 600;
  margin: 0;
}
@media (max-width: 47.9375rem) {
  .card--banner-type4__title {
    flex: 1 82%;
  }
}
.card--banner-type4__cta {
  display: none;
  width: 100%;
  justify-content: center;
}
@media (min-width: 37.5rem) {
  .card--banner-type4__cta {
    display: flex;
  }
}
.card--banner-type4__text {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}
.card--banner-type4 .iconTitle {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 47.9375rem) {
  .card--banner-type4 .iconTitle {
    flex: 1 2rem;
  }
}
.card--banner-type4 a {
  flex: 1 100%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 47.9375rem) {
  .card--banner-type4 a {
    display: none;
  }
}
.card--banner-type4 a i {
  vertical-align: middle;
  font-size: 1.625rem;
  color: var(--white);
}

.card--quick-link {
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 0.125rem solid #DEE7F1;
  border-radius: 1rem;
  padding: 1rem;
  transition: 0.3s;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.card--quick-link:hover {
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.15);
}
.card--quick-link__title {
  font-weight: 700;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
}
.card--quick-link__desc {
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
  color: var(--cross-grey-scale-01-black);
  margin-bottom: 0;
}
.card--quick-link__cta {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: var(--adr-sec-backgroud-light-blue);
  border-radius: 0.5rem;
  color: var(--adr-pri-blu);
}
@media (min-width: 56.25rem) {
  .card--quick-link__cta {
    width: 2rem;
    height: 2rem;
  }
}
.card--quick-link__cta span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 0;
}
.card--quick-link__cta span:before {
  content: "\e904";
  font-family: adr-ico-23;
  font-size: 1.5rem;
}

.card--book-table {
  width: 100%;
  max-width: 14.875rem;
  display: flex;
  flex-flow: column;
  position: relative;
  border-radius: 1rem;
  border: 0.3125rem solid var(--white);
  box-shadow: 0 0.1875rem 0.625rem 0 rgba(39, 40, 51, 0.22);
  overflow-x: hidden;
}
@media (max-width: 47.9375rem) {
  .card--book-table {
    width: calc(50% - 0.5rem);
  }
}
.card--book-table:hover img {
  transform: scale(1.2);
}
.card--book-table:hover .logo-brand img,
.card--book-table:hover .card--commercial__title__img img {
  transform: scale(1);
}
.card--book-table .item-restaurant-img {
  aspect-ratio: 238/128;
  align-self: center;
}
.card--book-table .item-restaurant-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.card--book-table__logo .item-restaurant-img {
  aspect-ratio: 50/29;
}
.card--book-table__logo .item-restaurant-img img {
  object-fit: contain;
}
.card--book-table hr {
  margin: 0.625rem 0;
  background: var(--cross-grey-scale-05-light-grey);
}
.card--book-table__body {
  display: flex;
  flex-flow: column;
  background: var(--white);
  margin-top: -0.9375rem;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  padding: 0.625rem 0.9375rem;
  height: 100%;
}
.card--book-table__body-bottom {
  margin-top: auto;
}
.card--book-table__body .body-name {
  text-align: center;
  font-size: clamp(1rem, 0.761rem + 1.018vw, 1.25rem);
  font-weight: 600;
  color: var(--adr-sec-dark-blue);
}
.card--book-table__body .body-category {
  overflow: hidden;
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  font-weight: 400;
  color: var(--cross-grey-scale-03-dark-grey);
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  display: block;
  text-overflow: ellipsis;
}
.card--book-table__body .body-view-details {
  text-align: center;
  margin: 0 auto;
  display: block;
  color: var(--adr-pri-blu);
  font-size: 1rem;
  text-decoration: underline;
}
.card--book-table__body .body-position1 {
  font-size: clamp(0.875rem, 0.636rem + 1.018vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  color: var(--cross-grey-scale-03-dark-grey);
}
.card--book-table__body .body-position2,
.card--book-table__body .body-position3 {
  font-size: clamp(0.875rem, 0.823rem + 0.221vw, 1rem);
  font-weight: 400;
  text-align: center;
  color: var(--cross-grey-scale-03-dark-grey);
}
.card--book-table__label {
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  background: var(--adr-feedback-info);
  border-radius: 0.375rem;
  border: 0.0625rem solid var(--white);
  font-size: clamp(0.75rem, 0.631rem + 0.509vw, 0.875rem);
  font-weight: 700;
  color: var(--white);
  padding: 0rem 0.3125rem;
  z-index: 2;
}
.card--book-table__label:empty {
  display: none;
}
.card--book-table .btn {
  width: 100%;
  margin-bottom: 0;
  font-size: clamp(1rem, 0.948rem + 0.221vw, 1.125rem);
}
.card--book-table .btn-secondary {
  background-color: var(--adr-pri-blu);
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
  margin: auto;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  color: var(--white);
  transition: 0.2s;
  text-align: center;
  font-weight: 500;
}
.card--book-table .btn-secondary:hover {
  background-color: var(--adr-sec-dark-blue);
  border-color: transparent;
  color: var(--white);
}
.card--book-table .wrap-btn-cta {
  margin-top: auto;
  margin-bottom: 0;
}

.simple-card {
  max-width: 20.3125rem;
  justify-content: space-between;
  column-gap: 1.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.simple-card__img {
  margin-bottom: 1rem;
  height: 4.5rem;
}
.simple-card__img img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.simple-card__desc {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.simple-card__desc .title-card {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: var(--cross-grey-scale-01-black);
  text-transform: uppercase;
}
.simple-card__desc .description-card {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: var(--cross-grey-scale-01-black);
  padding: 0 0 1rem 0;
}

.container-confirmed-message {
  max-width: 33.75rem;
  padding: 1.25rem;
  margin: 0 auto;
  text-align: center;
}
.container-confirmed-message img {
  aspect-ratio: 123/124;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto 1rem;
  height: 4.75rem;
}
@media (min-width: 37.5rem) {
  .container-confirmed-message img {
    height: 7.75rem;
    margin-bottom: 3.5rem;
  }
}
.container-confirmed-message .title {
  font-size: clamp(1.75rem, 1.387rem + 1.547vw, 2.625rem);
  margin-bottom: 1rem;
}
.container-confirmed-message .desc {
  font-size: clamp(1.125rem, 1.006rem + 0.509vw, 1.25rem);
  margin-bottom: 3.75rem;
}
.container-confirmed-message .desc strong {
  font-weight: 600;
}
.container-confirmed-message .detail {
  display: none;
}

.btn-view-more {
  margin: 1rem 0;
  color: var(--adr-pri-blu);
  font-size: 1rem;
  transition: transform 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
.btn-view-more.ic-chevron-down2.open::after {
  transform: rotate(180deg);
  display: block;
}

.columns-max {
  max-width: 77.5rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.internal-r23 {
  margin-bottom: 5rem;
}
.internal-r23 form .fieldset .row, .internal-r23 form .fieldset .form-horizontal > .form-group {
  display: flex;
  flex-flow: wrap;
}

/*****************************************************************************************
	START Cookie Box
******************************************************************************************/
#cookie-box {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
  width: 100%;
  background: #287e4d;
  font-size: 1em !important;
  line-height: 1em !important;
  text-align: center !important;
  font-family: sans-serif !important;
}

#cookie-box .cookie-box-container {
  margin: 0 auto;
  padding: 0 2% 0 2%;
}

#cookie-box .cookie-box-container .cookie-box-msg {
  display: table;
  width: 75%;
  float: left;
  height: 5em;
}

#cookie-box .cookie-box-container .cookie-box-msg p {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
}

#cookie-box .cookie-box-container .cookie-box-msg p a {
  text-decoration: underline !important;
  color: #ffffff !important;
}

#cookie-box .cookie-box-container .cookie-box-msg p a:hover {
  font-weight: bold;
}

#cookie-box .cookie-box-container .cookie-box-button {
  display: table;
  float: left;
  width: 25%;
  height: 5em;
  padding: 1em 8% 1em 8%;
}

#cookie-box .cookie-box-container .cookie-box-button a.close-button {
  display: table-cell;
  vertical-align: middle;
  background: #000000;
  color: #ffffff !important;
  text-decoration: none;
}

#cookie-box .cookie-box-container .cookie-box-button a.close-button:hover {
  font-weight: bold;
  background: #333333;
}

@media (min-width: 1281px) {
  .cookie-box-container {
    width: 1280px;
  }
}
@media (max-width: 1280px) {
  .cookie-box-container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #cookie-box {
    font-size: 0.95em !important;
    line-height: 0.95em !important;
  }
  #cookie-box .cookie-box-container .cookie-box-button {
    padding: 1em 3% 1em 3%;
  }
}
.cookie-law-cont {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 40px 0;
  width: 100%;
  z-index: 30 !important;
  box-shadow: 1px -1px 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px -1px 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px -1px 16px 0 rgba(0, 0, 0, 0.5);
}

.cookie-law-cont .cookie-law-text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.cookie-law-cont .cookie-law-text p {
  font-size: 16px;
  line-height: 1.4;
}

.cookie-law-cont .cookie-law-text a {
  font-weight: 600;
  text-decoration: underline;
}

.cookie-law-cont .cookie-law-text .cookie-law-btns {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 40px;
  flex-flow: column;
}

.cookie-law-cont .cookie-law-text .cookie-law-btns .btn {
  margin-top: 20px;
}

.modal-cookie {
  padding-left: 0 !important;
  margin: 0 10px;
  width: calc(100% - 20px);
}

.cookie-law-cont .cookie-law-text .cookie-law-btns .btn.btn-secondary,
.modal-cookie-body .btn.btn-secondary {
  background-color: #fff;
  border: 1px solid #1A1A1A;
  height: 36px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  padding: 0 20px;
}

.modal-cookie-body .btn.btn-secondary span {
  white-space: nowrap;
}

.cookie-law-cont .cookie-law-text .cookie-law-btns .btn-accept.btn-secondary,
.modal-cookie-body .btn.btn-save,
.cookie-box-container .btn {
  background-color: #007ef6;
  color: #fff;
  border: 1px solid #007ef6;
  text-transform: uppercase;
}

.modal-cookie .modal-header {
  border: 0;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1rem;
  height: 5rem;
}

.modal-cookie .modal-footer {
  justify-content: flex-end;
  border: 0;
}

.modal-cookie .modal-content {
  border: 0;
  border-radius: 12px;
}

.modal-cookie.modal-dialog {
  width: auto;
  max-width: 770px;
}

.modal-cookie-body {
  background: none;
  background-color: #fff !important;
  padding: 1rem 0 1rem 1rem;
}

.modal-cookie-body .modal-content-inner {
  max-width: 590px;
  margin: 40px auto 20px;
  padding: 0 20px;
}

.modal-cookie .modal-title {
  max-width: 550px;
  margin: 40px auto 20px;
  font-size: 28px;
  font-weight: 700;
}

.modal-cookie-body .title {
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000000;
}

.modal-cookie-body p {
  font-size: 14px;
  line-height: 1.6;
}

.modal-cookie-body .wrap-cookie-manage {
  position: relative;
}

.modal-cookie-body .main-cookie-manage .wrap-cookie-manage .switch {
  position: absolute;
  display: flex;
  top: 24px;
  right: 0;
}

.modal-cookie-body .wrap-cookie-manage {
  padding: 24px 0;
  border-top: 1px solid #DEDEDE;
}

.modal-cookie-body .wrap-cookie-manage:nth-of-type(1) {
  padding: 0 0 24px;
  border-top: 0;
}

.modal-cookie-body .wrap-cookie-manage:nth-of-type(2) {
  padding: 24 0 50px;
}

.modal-cookie-body .wrap-cookie-manage p a {
  font-weight: 600;
  text-decoration: underline;
}

.modal-cookie-body .switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.modal-cookie-body .switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 36px;
  height: 26px;
  background: #fff;
  display: block;
  border-radius: 13px;
  position: relative;
  border: 1px solid #767B76;
}

.modal-cookie-body .switch label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #767B76;
  border-radius: 50%;
  transition: 0.3s;
}

.modal-cookie-body .switch input:disabled,
.modal-cookie-body .switch input:disabled + label {
  opacity: 0.4;
}

.modal-cookie-body .cookie-detail-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 8px;
}

.modal-cookie-body .cookie-detail-list ul li {
  color: #000;
  font-size: 12px;
  padding: 8px 0;
}

.modal-cookie-body .switch input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
  background: #00B400;
}

.modal-cookie-body .cookie-detail {
  font-size: 14px;
  font-weight: bold;
  color: #2B2B2B;
}

.modal-cookie-body .cookie-detail:hover {
  text-decoration: none;
  color: inherit;
}

.modal-cookie-body .cookie-detail:after {
  content: "-";
  width: 16px;
  height: 16px;
  background-color: #707070;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 15px;
  text-align: center;
  top: -2px;
  position: relative;
  margin-left: 4px;
}

.modal-cookie-body .cookie-detail.collapsed:after {
  content: "+";
}

.modal-footer .button-holder.dialog-footer {
  position: fixed;
}

@media only screen and (min-width: 576px) {
  .cookie-law-cont .cookie-law-text .cookie-law-btns {
    flex-flow: row;
  }
  .cookie-law-cont .cookie-law-text .cookie-law-btns .btn {
    margin-top: 0;
  }
}
/*****************************************************************************************
	END Cookie Box
******************************************************************************************/
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: initial;
}

.site-header .portlet,
.main-container .portlet,
.site-footer .portlet {
  margin-bottom: 0;
}

@media (max-width: 56.25rem) {
  .quick-link-sticky-active .site-footer-bottom {
    padding-bottom: 8.75rem;
  }
  .quick-link-sticky-active ::part(acsb-trigger) {
    bottom: 6.25rem !important;
  }
  .quick-link-sticky-active #airportAI-root iframe {
    bottom: 5.625rem !important;
  }
  .quick-link-sticky-active .scroll-to-top {
    bottom: 6.875rem !important;
  }
}

@media (max-width: 56.25rem) {
  .anchor-button-active ::part(acsb-trigger) {
    bottom: 5rem !important;
    transition: all 0.15s ease;
  }
  .anchor-button-active #airportAI-root iframe {
    bottom: 4rem !important;
    transition: all 0.15s ease;
  }
  .anchor-button-active .scroll-to-top {
    bottom: 5.625rem !important;
    transition: all 0.15s ease;
  }
}

.modal-open ::part(acsb-trigger) {
  z-index: 4;
}
.modal-open #airportAI-root iframe {
  z-index: 4;
}

@media (max-width: 56.25rem) {
  .anchor-button-active-2 ::part(acsb-trigger) {
    transition: all 0.15s ease;
    bottom: 7.5rem !important;
  }
  .anchor-button-active-2 #airportAI-root iframe {
    transition: all 0.15s ease;
    bottom: 6.625rem !important;
  }
  .anchor-button-active-2 .scroll-to-top {
    transition: all 0.15s ease;
    bottom: 8.125rem !important;
  }
}

.slide-menu ul .anniversario-slide-menu ul.navbar-nav {
  position: initial;
  top: initial;
  left: initial;
  display: block;
  font-weight: bold;
}
.slide-menu ul .anniversario-slide-menu ul.navbar-nav > li {
  background-color: #0033A1;
  color: transparent;
  background-image: url("/o/adr-new-theme/images/general/Adr-50-anni-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 56px;
  border-radius: 12px;
}
.slide-menu ul .anniversario-slide-menu ul.navbar-nav > li a {
  color: transparent;
  border: 0;
  width: 100%;
}

.site-header__top-nav li:has(.anniversario-top) {
  color: transparent;
  background-image: url("/o/adr-new-theme/images/general/Adr-50-anni-blu.svg");
  background-position: center;
  background-size: 42px;
  background-repeat: no-repeat;
}
.site-header__top-nav li:has(.anniversario-top) a {
  color: transparent !important;
  font-size: 12px;
  width: 50px;
}

:lang(en-US) .site-header__top-nav li:has(.anniversario-top) {
  background-image: url("/o/adr-new-theme/images/general/Adr-50-anni-blu-EN.svg");
}
:lang(en-US) .slide-menu ul .anniversario-slide-menu ul.navbar-nav > li {
  background-image: url(/o/adr-new-theme/images/general/Adr-50-anni-white-EN.svg);
}

/* SLIDE MENU LIB */
.adr-authentication {
  display: flex;
  width: 100%;
  padding: 10px 10px;
  justify-content: space-around;
  background-color: #fff;
  position: sticky;
  bottom: 3.75rem;
  z-index: 2;
  padding-bottom: 2rem;
}
.adr-authentication a {
  color: var(--adr-pri-blu);
}
.adr-authentication .user__logged {
  display: none;
}

.ic-menu:before {
  content: "\e905";
}

.slide-menu {
  position: fixed;
  width: 353px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden !important;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 10020;
}
.slide-menu .menu-voices {
  height: calc(100vh - 180px);
  overflow-y: scroll;
}
.slide-menu .menu-voices::-webkit-scrollbar {
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .slide-menu {
    width: 100%;
  }
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.slide-menu ul .container {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

.slide-menu {
  font-family: "Gabarito", sans-serif;
}
.slide-menu ul li a {
  border-bottom: 0;
}
.slide-menu .form-group-default {
  height: 61px;
}
.slide-menu .form-group-default .control-label {
  text-transform: capitalize !important;
  font-size: 13px !important;
}
.slide-menu .form-group-default .portlet {
  margin-bottom: 0;
}
.slide-menu .form-group-default img {
  margin-right: 5px;
}
.slide-menu .form-group-default .text-dd {
  font-weight: 500;
  color: #262b30;
  margin-bottom: 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slide-menu .input-group-inset-after.form-control {
  border-radius: 20px 0 0 20px;
  background-color: #EDEFF3;
}
.slide-menu div.search-bar-keywords-input input.form-control {
  border-radius: 20px 0 0 20px;
  background: #EDEFF3;
}
.slide-menu div.input-group-inset-item {
  border-radius: 0 20px 20px 0;
  background-color: #EDEFF3;
}
.slide-menu .slide-menu-footer {
  padding: 9px 3px;
  width: 100%;
}
.slide-menu .slide-menu-footer .btn {
  font-size: 17px;
  font-weight: 500;
  padding: 8px 11px;
}
.slide-menu .slide-menu-footer .btn:after {
  margin-left: 5px;
}

.slide-menu {
  background-color: #fff;
}
.slide-menu ul li {
  margin: 0 10px;
}
.slide-menu ul li a {
  padding: 0.9rem 1.5rem;
  text-decoration: none;
  color: #262b30;
  border-bottom: 1px solid #E5E5E5;
}
.slide-menu ul li a .slide-menu__decorator {
  float: right;
}
.slide-menu ul li a .slide-menu__decorator span.ic-chevron-right:before {
  color: #ADB6C2;
  font-size: 22px;
}
.slide-menu ul li a.slide-menu__backlink {
  font-weight: 700;
}
.slide-menu ul li a.slide-menu__backlink span:before {
  font-weight: 700;
  font-size: 22px;
  margin-right: 6px;
}
.slide-menu .btn {
  padding: 0.75rem 1.5rem;
  flex: 1 0 auto;
  font-size: 90%;
}
.slide-menu .btn:first-of-type {
  text-align: left;
}
.slide-menu .btn:last-of-type {
  text-align: right;
}
.slide-menu .controls {
  display: flex;
  margin-bottom: 1rem;
}
.slide-menu .controls .ic-x::before {
  color: #818D9C;
  font-size: 22px;
}
.slide-menu .slide-menu-footer {
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
}
.slide-menu .slide-menu-footer > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.slide-menu .slide-menu-footer > div .btn {
  background-color: var(--adr-pri-blu);
  color: #fff;
  margin: 0 3px;
  flex: auto;
  white-space: nowrap;
}
.slide-menu .form-group-default {
  background-color: #fff;
  position: relative;
  border: 1.5px solid #e0e3e8;
  border-radius: 4px;
  padding-top: 7px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 4px;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media only screen and (max-width: 600px) {
  .slide-menu .form-group-default {
    padding: 5.5px 18px 1px 14px;
  }
}
.slide-menu .form-group-default option {
  font-size: 16px;
  font-weight: 500;
}
.slide-menu .form-group-default input {
  width: 100%;
  border: none;
}
.slide-menu .form-group-default .form-title {
  font-size: 16px;
  font-weight: 500;
  color: #262b30;
}
.slide-menu .form-group-default.focused {
  background-color: #f0f0f0;
}
.slide-menu .form-group-default.required:after {
  color: #f55753;
  content: "*";
  font-family: "Gabarito", sans-serif;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.slide-menu .form-group-default .form-control {
  border: 0;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  border-radius: 0;
  resize: vertical;
}
.slide-menu .form-group-default select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: inherit !important;
  font-size: 15px;
  font-weight: 500;
}
.slide-menu .form-group-default .control-label {
  margin: 0;
  display: block;
  line-height: 20px;
  margin-bottom: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.slide-menu .form-group .control-label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #818d9c;
}
@media only screen and (max-width: 600px) {
  .slide-menu .form-group .control-label {
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: none;
    font-weight: 400;
  }
}

.slide-menu .dropdown .dropdown-menu .dropdown-item,
.slide-menu .dropdown .dropdown-menu .link-list > .disabled > a,
.slide-menu .dropdown .dropdown-menu > li.disabled.link-list > a > a,
.slide-menu .dropdown .dropdown-menu .link-list > .disabled.link-list > a > a,
.slide-menu .dropdown .dropdown-menu > li.disabled.link-list > a.link-list > a > a,
.slide-menu .dropdown .dropdown-menu .link-list > .disabled.link-list > a.link-list > a > a, .slide-menu .dropdown .dropdown-menu > li > a,
.slide-menu .dropdown .dropdown-menu .link-list > li > a {
  font-size: 0.875rem;
  color: #272833;
}
.slide-menu .dropdown .dropdown-menu .dropdown-item span,
.slide-menu .dropdown .dropdown-menu .link-list > .disabled > a span, .slide-menu .dropdown .dropdown-menu > li > a span,
.slide-menu .dropdown .dropdown-menu .link-list > li > a span {
  white-space: nowrap;
}

.info-link {
  display: none;
  font-size: 12px;
  color: #fff;
  align-items: center;
  height: 28px;
  position: absolute;
  margin-top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #007ef6;
  color: #fff;
  padding: 3px 10px;
  z-index: 99;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  width: 500px;
}
.info-link:hover {
  text-decoration: none;
  color: #fff;
}
.info-link.collapsed {
  margin-top: 0;
}
.info-link:not(.collapsed)::after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .info-link {
    width: 100%;
  }
}

.top-banner {
  display: flex;
  background-color: #007ef6;
  padding: 0 60px;
  height: 64px;
  position: relative;
  align-items: center;
  z-index: 4;
  width: 100%;
}
.top-banner p {
  margin-bottom: 0;
  color: #fff;
}
.top-banner img {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .top-banner {
    padding: 12px 20px;
    flex-flow: wrap;
    height: auto;
  }
}
.top-banner .title-banner {
  display: flex;
  align-items: center;
}
.top-banner .title-banner:before {
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .top-banner .title-banner {
    font-size: 20px;
    font-weight: 600;
  }
}
.top-banner .title-banner {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 24px 0 0;
}
.top-banner .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.top-banner .close span {
  font-size: 0;
}
.top-banner .close span:before {
  font-size: 24px;
  color: #fff;
  border: 0;
}
.top-banner a,
.top-banner span {
  display: inline-block;
}
.top-banner a {
  text-decoration: none;
  color: #262b30;
}

.cont-alert {
  padding: 0;
  background-color: #fff;
}
.cont-alert .card-alert {
  box-shadow: none;
  padding: 24px 30px;
  margin-bottom: 0;
  display: flex;
}
@media only screen and (max-width: 800px) {
  .cont-alert .card-alert {
    flex-flow: column;
  }
}
.cont-alert .card-alert .card-text {
  display: flex;
}
.cont-alert .card-alert .card-text img {
  width: 88px;
  height: 88px;
  margin-right: 10px;
}
.cont-alert .card-alert .card-text p {
  font-size: 16px;
  color: #4c5560;
}
.cont-alert .card-alert .card-cta {
  font-size: 18px;
  padding: 20px;
  align-self: flex-end;
}
.cont-alert .card-alert .card-cta a::after {
  margin-left: 3px;
}

.alert .close .lexicon-icon {
  display: inline-block;
}

.alert-dismissable {
  padding-right: 2.5rem;
}
.alert-dismissable .close {
  position: absolute;
}

.alert-fluid.alert-dismissable .container,
.alert-fluid.alert-dismissable .container-fluid {
  padding-right: calc(
				2.5rem + 12px
			);
  position: relative;
}

.basic-search.open {
  z-index: 10;
}
.basic-search .input-group-input .basic-search-slider .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.basic-search .input-group-input .basic-search-slider .form-control:focus {
  z-index: 5;
}
@media (min-width: 768px) {
  .basic-search .input-group-input .form-control {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
}

.basic-search-transition .basic-search-slider {
  transition: left 0.5s ease, right 0.5s ease;
}

.basic-search-slider {
  left: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .basic-search-slider {
    left: 101%;
  }
}
.basic-search-slider .basic-search-close {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  display: none;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .basic-search-slider .basic-search-close {
    display: inline-block;
  }
}
.basic-search.open .basic-search-slider {
  left: 0;
}

.collapse-basic-search .basic-search {
  position: relative;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search {
    border-color: transparent;
    border-style: solid;
    margin: 0;
    position: absolute;
  }
  .collapse-basic-search .basic-search.open {
    background-color: #fff;
  }
}
.collapse-basic-search .basic-search.basic-search-transition .input-group-input, .collapse-basic-search .basic-search.open .input-group-input {
  visibility: visible;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search.basic-search-transition .input-group-btn .btn:first-child, .collapse-basic-search .basic-search.open .input-group-btn .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search .input-group-btn .btn:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
}
.collapse-basic-search .basic-search .input-group-input {
  overflow: visible;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search .input-group-input {
    overflow: hidden;
    visibility: hidden;
  }
}

.collapse-basic-search {
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .collapse-basic-search.navbar .basic-search {
    margin-left: 0;
    margin-right: 0;
  }
  .collapse-basic-search.navbar .basic-search > form {
    width: 100%;
  }
}
.collapse-basic-search .basic-search {
  max-width: 220px;
}
@media (min-width: 768px) {
  .collapse-basic-search .basic-search {
    min-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .collapse-basic-search .basic-search {
    max-width: none;
  }
}
.collapse-basic-search .basic-search.navbar-form-autofit {
  max-width: none;
}
.collapse-basic-search .basic-search .input-group {
  align-items: center;
  margin-left: auto;
}
.collapse-basic-search .basic-search .input-group-input {
  flex: 1;
}
.collapse-basic-search .basic-search-slider {
  display: flex;
  flex: 1;
}
.collapse-basic-search .basic-search-slider .form-control {
  margin-left: -1px;
}
.collapse-basic-search .navbar-collapse {
  flex-basis: auto;
}
@media (max-width: 767.98px) {
  .collapse-basic-search .navbar-collapse {
    flex-basis: 100%;
  }
}
.collapse-basic-search .nav-link, .collapse-basic-search .nav-underline .tab a, .nav-underline .tab .collapse-basic-search a,
.collapse-basic-search .navbar-toggler {
  z-index: 1;
}

.breadcrumb > li {
  float: left;
}
.breadcrumb > li.active {
  color: #272833;
}

.breadcrumb > li + li::before {
  display: inline-block;
  color: #6b6c7e;
  content: "/";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.breadcrumb > li + li:hover::before {
  text-decoration: underline;
}

.breadcrumb > li + li:hover::before {
  text-decoration: none;
}

.breadcrumb-vertical .breadcrumb-item {
  display: block;
  float: none;
  max-width: none;
}
.breadcrumb-vertical .breadcrumb-item:before,
.breadcrumb-vertical .breadcrumb-item + .breadcrumb-item:before {
  color: #6b6c7e;
  content: normal;
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.button-holder {
  display: flex;
  margin: 20px 0;
}
.button-holder .btn:not(:last-child) {
  margin-right: 12px;
}
.button-holder.btn-group {
  display: inline-flex;
}

.btn-group {
  flex-flow: wrap;
}
.btn-group.dropdown {
  display: inline-flex;
}

a.btn-monospaced,
span.btn-monospaced {
  line-height: inherit;
}
a.btn-monospaced .lexicon-icon,
span.btn-monospaced .lexicon-icon {
  font-size: 1rem;
}

.btn-unstyled.text-secondary {
  font-size: 1rem;
}

.btn-default {
  background-color: #6b6c7e;
  box-shadow: none;
  border-color: #6b6c7e;
  color: #fff;
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}
.btn-default:hover {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
}
.btn-default:focus, .btn-default.focus {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-default, .btn-default:disabled {
  background-color: #6b6c7e;
  border-color: #6b6c7e;
  color: #fff;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default.nice-select.open:not(:disabled):not(.disabled), .btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-default:not(:disabled):not(.disabled), .show > .btn-default.dropdown-toggle {
  background-color: #545462;
  color: #fff;
  border-color: #4e4e5c;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default.nice-select.open:not(:disabled):not(.disabled):focus, .btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-default:hover {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-default:focus, .btn-default.focus {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-default:active, .btn-default.nice-select.open {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-default.active, .nav-underline .tab.active a.btn-default {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-default:disabled, .btn-default.disabled, .dropdown-menu > li.disabled > a.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-default {
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}
.btn-default[aria-expanded=true], .btn-default.show {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-primary.btn-default {
  background-color: #0b5fff;
  box-shadow: none;
  border-color: #0b5fff;
  color: #fff;
  background-color: #0b5fff;
  border-color: #0b5fff;
  color: #fff;
}
.btn-primary.btn-default:hover {
  background-color: #004ee4;
  border-color: #004ad7;
  color: #fff;
}
.btn-primary.btn-default:focus, .btn-primary.btn-default.focus {
  background-color: #004ee4;
  border-color: #004ad7;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(48, 119, 255, 0.5);
}
.btn-primary.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-primary.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-primary.btn-default, .btn-primary.btn-default:disabled {
  background-color: #0b5fff;
  border-color: #0b5fff;
  color: #fff;
}
.btn-primary.btn-default:not(:disabled):not(.disabled):active, .btn-primary.btn-default.nice-select.open:not(:disabled):not(.disabled), .btn-primary.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-primary.btn-default:not(:disabled):not(.disabled), .show > .btn-primary.btn-default.dropdown-toggle {
  background-color: #004ad7;
  color: #fff;
  border-color: #0046ca;
}
.btn-primary.btn-default:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-default.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-primary.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-primary.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(48, 119, 255, 0.5);
}
.btn-primary.btn-default:hover {
  background-color: #0053f0;
  border-color: transparent;
  color: #fff;
}
.btn-primary.btn-default:focus, .btn-primary.btn-default.focus {
  background-color: #0053f0;
  border-color: #004ad7;
  color: #fff;
}
.btn-primary.btn-default:active, .btn-primary.btn-default.nice-select.open {
  background-color: #004ad7;
  border-color: transparent;
  color: #fff;
}
.btn-primary.btn-default.active, .nav-underline .tab.active a.btn-primary.btn-default {
  background-color: #004ad7;
  border-color: transparent;
  color: #fff;
}
.btn-primary.btn-default:disabled, .btn-primary.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-primary.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-primary.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-primary.btn-default {
  background-color: #0b5fff;
  border-color: #0b5fff;
  color: #fff;
}
.btn-primary.btn-default[aria-expanded=true], .btn-primary.btn-default.show {
  background-color: #004ad7;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default {
  background-color: #287d3c;
  box-shadow: none;
  border-color: #287d3c;
  color: #fff;
  background-color: #287d3c;
  border-color: #287d3c;
  color: #fff;
}
.btn-success.btn-default:hover {
  background-color: #1f602e;
  border-color: #1c5629;
  color: #fff;
}
.btn-success.btn-default:focus, .btn-success.btn-default.focus {
  background-color: #1f602e;
  border-color: #1c5629;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(72, 145, 89, 0.5);
}
.btn-success.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-success.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-success.btn-default, .btn-success.btn-default:disabled {
  background-color: #287d3c;
  border-color: #287d3c;
  color: #fff;
}
.btn-success.btn-default:not(:disabled):not(.disabled):active, .btn-success.btn-default.nice-select.open:not(:disabled):not(.disabled), .btn-success.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-success.btn-default:not(:disabled):not(.disabled), .show > .btn-success.btn-default.dropdown-toggle {
  background-color: #1c5629;
  color: #fff;
  border-color: #194d25;
}
.btn-success.btn-default:not(:disabled):not(.disabled):active:focus, .btn-success.btn-default.nice-select.open:not(:disabled):not(.disabled):focus, .btn-success.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-success.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-success.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(72, 145, 89, 0.5);
}
.btn-success.btn-default:hover {
  background-color: #226a33;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default:focus, .btn-success.btn-default.focus {
  background-color: #226a33;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default:active, .btn-success.btn-default.nice-select.open {
  background-color: #1c5629;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default.active, .nav-underline .tab.active a.btn-success.btn-default {
  background-color: #1c5629;
  border-color: transparent;
  color: #fff;
}
.btn-success.btn-default:disabled, .btn-success.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-success.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-success.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-success.btn-default {
  background-color: #287d3c;
  border-color: #287d3c;
  color: #fff;
}
.btn-success.btn-default[aria-expanded=true], .btn-success.btn-default.show {
  background-color: #1c5629;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default {
  background-color: #2e5aac;
  box-shadow: none;
  border-color: #2e5aac;
  color: #fff;
  background-color: #2e5aac;
  border-color: #2e5aac;
  color: #fff;
}
.btn-info.btn-default:hover {
  background-color: #264a8e;
  border-color: #234584;
  color: #fff;
}
.btn-info.btn-default:focus, .btn-info.btn-default.focus {
  background-color: #264a8e;
  border-color: #234584;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(77, 115, 184, 0.5);
}
.btn-info.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-info.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-info.btn-default, .btn-info.btn-default:disabled {
  background-color: #2e5aac;
  border-color: #2e5aac;
  color: #fff;
}
.btn-info.btn-default:not(:disabled):not(.disabled):active, .btn-info.btn-default.nice-select.open:not(:disabled):not(.disabled), .btn-info.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-info.btn-default:not(:disabled):not(.disabled), .show > .btn-info.btn-default.dropdown-toggle {
  background-color: #234584;
  color: #fff;
  border-color: #21407a;
}
.btn-info.btn-default:not(:disabled):not(.disabled):active:focus, .btn-info.btn-default.nice-select.open:not(:disabled):not(.disabled):focus, .btn-info.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-info.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-info.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(77, 115, 184, 0.5);
}
.btn-info.btn-default:hover {
  background-color: #294f98;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default:focus, .btn-info.btn-default.focus {
  background-color: #294f98;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default:active, .btn-info.btn-default.nice-select.open {
  background-color: #234584;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default.active, .nav-underline .tab.active a.btn-info.btn-default {
  background-color: #234584;
  border-color: transparent;
  color: #fff;
}
.btn-info.btn-default:disabled, .btn-info.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-info.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-info.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-info.btn-default {
  background-color: #2e5aac;
  border-color: #2e5aac;
  color: #fff;
}
.btn-info.btn-default[aria-expanded=true], .btn-info.btn-default.show {
  background-color: #234584;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default {
  background-color: #b95000;
  box-shadow: none;
  border-color: #b95000;
  color: #fff;
  background-color: #b95000;
  border-color: #b95000;
  color: #fff;
}
.btn-warning.btn-default:hover {
  background-color: #933f00;
  border-color: #863a00;
  color: #fff;
}
.btn-warning.btn-default:focus, .btn-warning.btn-default.focus {
  background-color: #933f00;
  border-color: #863a00;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(196, 106, 38, 0.5);
}
.btn-warning.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-warning.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-warning.btn-default, .btn-warning.btn-default:disabled {
  background-color: #b95000;
  border-color: #b95000;
  color: #fff;
}
.btn-warning.btn-default:not(:disabled):not(.disabled):active, .btn-warning.btn-default.nice-select.open:not(:disabled):not(.disabled), .btn-warning.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-warning.btn-default:not(:disabled):not(.disabled), .show > .btn-warning.btn-default.dropdown-toggle {
  background-color: #863a00;
  color: #fff;
  border-color: #793400;
}
.btn-warning.btn-default:not(:disabled):not(.disabled):active:focus, .btn-warning.btn-default.nice-select.open:not(:disabled):not(.disabled):focus, .btn-warning.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-warning.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-warning.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(196, 106, 38, 0.5);
}
.btn-warning.btn-default:hover {
  background-color: #9f4500;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default:focus, .btn-warning.btn-default.focus {
  background-color: #9f4500;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default:active, .btn-warning.btn-default.nice-select.open {
  background-color: #863a00;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default.active, .nav-underline .tab.active a.btn-warning.btn-default {
  background-color: #863a00;
  border-color: transparent;
  color: #fff;
}
.btn-warning.btn-default:disabled, .btn-warning.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-warning.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-warning.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-warning.btn-default {
  background-color: #b95000;
  border-color: #b95000;
  color: #fff;
}
.btn-warning.btn-default[aria-expanded=true], .btn-warning.btn-default.show {
  background-color: #863a00;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default {
  background-color: #da1414;
  box-shadow: none;
  border-color: #da1414;
  color: #fff;
  background-color: #da1414;
  border-color: #da1414;
  color: #fff;
}
.btn-danger.btn-default:hover {
  background-color: #b71111;
  border-color: #ab1010;
  color: #fff;
}
.btn-danger.btn-default:focus, .btn-danger.btn-default.focus {
  background-color: #b71111;
  border-color: #ab1010;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(224, 55, 55, 0.5);
}
.btn-danger.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-danger.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-danger.btn-default, .btn-danger.btn-default:disabled {
  background-color: #da1414;
  border-color: #da1414;
  color: #fff;
}
.btn-danger.btn-default:not(:disabled):not(.disabled):active, .btn-danger.btn-default.nice-select.open:not(:disabled):not(.disabled), .btn-danger.btn-default:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-danger.btn-default:not(:disabled):not(.disabled), .show > .btn-danger.btn-default.dropdown-toggle {
  background-color: #ab1010;
  color: #fff;
  border-color: #a00f0f;
}
.btn-danger.btn-default:not(:disabled):not(.disabled):active:focus, .btn-danger.btn-default.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger.btn-default:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-danger.btn-default:not(:disabled):not(.disabled):focus, .show > .btn-danger.btn-default.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(224, 55, 55, 0.5);
}
.btn-danger.btn-default:hover {
  background-color: #c31212;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default:focus, .btn-danger.btn-default.focus {
  background-color: #c31212;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default:active, .btn-danger.btn-default.nice-select.open {
  background-color: #ab1010;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default.active, .nav-underline .tab.active a.btn-danger.btn-default {
  background-color: #ab1010;
  border-color: transparent;
  color: #fff;
}
.btn-danger.btn-default:disabled, .btn-danger.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-danger.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-danger.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-danger.btn-default {
  background-color: #da1414;
  border-color: #da1414;
  color: #fff;
}
.btn-danger.btn-default[aria-expanded=true], .btn-danger.btn-default.show {
  background-color: #ab1010;
  border-color: transparent;
  color: #fff;
}
.btn-link.btn-default {
  background-color: transparent;
  border-color: transparent;
  border-radius: 1px;
  color: #0b5fff;
  font-weight: 400;
}
.btn-link.btn-default:hover {
  background-color: transparent;
  border-color: transparent;
  color: #004ad7;
  text-decoration: underline;
}
.btn-link.btn-default:focus, .btn-link.btn-default.focus {
  border-color: transparent;
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
  text-decoration: none;
}
.btn-link.btn-default:disabled, .btn-link.btn-default.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default {
  color: #0b5fff;
}
.btn-link.btn-default:active, .btn-link.btn-default.nice-select.open, .btn-link.btn-default.active, .nav-underline .tab.active a.btn-link.btn-default, .btn-link.btn-default:not([disabled]):not(.disabled):active {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #0b5fff;
}

.btn-link.btn-default.btn-cancel, .btn-link.btn-default.close-modal {
  border-radius: 0.25rem;
  background-color: #6b6c7e;
  box-shadow: none;
  border-color: #6b6c7e;
  color: #fff;
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
  font-weight: 600;
}
.btn-link.btn-default.btn-cancel:hover, .btn-link.btn-default.close-modal:hover {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
}
.btn-link.btn-default.btn-cancel:focus, .btn-link.btn-default.btn-cancel.focus, .btn-link.btn-default.close-modal:focus, .btn-link.btn-default.close-modal.focus {
  background-color: #595a69;
  border-color: #545462;
  color: #fff;
  box-shadow: none, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-link.btn-default.btn-cancel.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.btn-cancel, .btn-link.btn-default.btn-cancel:disabled, .btn-link.btn-default.close-modal.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.close-modal, .btn-link.btn-default.close-modal:disabled {
  background-color: #6b6c7e;
  border-color: #6b6c7e;
  color: #fff;
}
.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled):active, .btn-link.btn-default.btn-cancel.nice-select.open:not(:disabled):not(.disabled), .btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled), .show > .btn-link.btn-default.btn-cancel.dropdown-toggle, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled):active, .btn-link.btn-default.close-modal.nice-select.open:not(:disabled):not(.disabled), .btn-link.btn-default.close-modal:not(:disabled):not(.disabled).active, .nav-underline .tab.active a.btn-link.btn-default.close-modal:not(:disabled):not(.disabled), .show > .btn-link.btn-default.close-modal.dropdown-toggle {
  background-color: #545462;
  color: #fff;
  border-color: #4e4e5c;
}
.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-link.btn-default.btn-cancel.nice-select.open:not(:disabled):not(.disabled):focus, .btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-link.btn-default.btn-cancel:not(:disabled):not(.disabled):focus, .show > .btn-link.btn-default.btn-cancel.dropdown-toggle:focus, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled):active:focus, .btn-link.btn-default.close-modal.nice-select.open:not(:disabled):not(.disabled):focus, .btn-link.btn-default.close-modal:not(:disabled):not(.disabled).active:focus, .nav-underline .tab.active a.btn-link.btn-default.close-modal:not(:disabled):not(.disabled):focus, .show > .btn-link.btn-default.close-modal.dropdown-toggle:focus {
  box-shadow: c-unset, 0 0 0 0.2rem rgba(129, 130, 145, 0.5);
}
.btn-link.btn-default.btn-cancel:hover, .btn-link.btn-default.close-modal:hover {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:focus, .btn-link.btn-default.btn-cancel.focus, .btn-link.btn-default.close-modal:focus, .btn-link.btn-default.close-modal.focus {
  background-color: #f7f8f9;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:active, .btn-link.btn-default.btn-cancel.nice-select.open, .btn-link.btn-default.close-modal:active, .btn-link.btn-default.close-modal.nice-select.open {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel.active, .nav-underline .tab.active a.btn-link.btn-default.btn-cancel, .btn-link.btn-default.close-modal.active, .nav-underline .tab.active a.btn-link.btn-default.close-modal {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:disabled, .btn-link.btn-default.btn-cancel.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.btn-cancel,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.btn-cancel,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.btn-cancel, .btn-link.btn-default.close-modal:disabled, .btn-link.btn-default.close-modal.disabled, .dropdown-menu > li.disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled > a.btn-link.btn-default.close-modal,
.dropdown-menu > li.disabled.link-list > a > a.btn-link.btn-default.close-modal,
.dropdown-menu .link-list > .disabled.link-list > a > a.btn-link.btn-default.close-modal {
  background-color: #fff;
  border-color: #cdced9;
  color: #6b6c7e;
}
.btn-link.btn-default.btn-cancel[aria-expanded=true], .btn-link.btn-default.btn-cancel.show, .btn-link.btn-default.close-modal[aria-expanded=true], .btn-link.btn-default.close-modal.show {
  background-color: #f1f2f5;
  border-color: #cdced9;
  color: #272833;
}
.btn-link.btn-default.btn-cancel:hover, .btn-link.btn-default.close-modal:hover {
  text-decoration: none;
}

.btn-xs .icon-monospaced {
  height: 1rem;
  line-height: 18px;
  width: 1rem;
}

.btn-bottom-right {
  bottom: 30px;
  position: fixed;
  right: 20px;
}

.btn-action,
.btn-action-secondary {
  z-index: 950;
}

.btn-action,
.btn-action-secondary > .btn {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.fade.in {
  opacity: 1;
}

.dropdown.open > .dropdown-menu,
.overlay-content .open > .dropdown-menu {
  display: block;
}

.caret {
  border-top: 0.3em dashed;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
  border-top: 0.3em solid \9 ;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

.dropdown-menu {
  border: 1px solid #e7e7ed;
}

.dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropup .dropdown-toggle:after {
  border-width: 0;
  content: normal;
}

.dropdown > .dropdown-menu {
  position: absolute;
}

.figure {
  display: block;
}

.help-block {
  color: #5e617b;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-top: 5px;
}

.has-error .cke {
  border-color: #da1414;
}
.has-error .help-block {
  color: #da1414;
}

.has-warning .help-block {
  color: #b95000;
}

.has-success .help-block {
  color: #287d3c;
}

.has-feedback {
  position: relative;
}
.has-feedback label + .form-control-feedback,
.has-feedback .form-control + .form-control-feedback {
  position: absolute;
  top: 6.5;
  right: 0;
  z-index: 2;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 0;
  pointer-events: none;
  text-align: center;
  width: 2.5rem;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback .form-control.sr-only ~ .form-control-feedback {
  top: 0;
}

label {
  max-width: 100%;
}

.radio,
.checkbox {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.radio label,
.checkbox label {
  min-height: 24px;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  margin-left: -20px;
  margin-top: 4px \9 ;
  position: absolute;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.checkbox label,
.radio label {
  font-weight: 600;
  padding-left: 25px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .checkbox label,
  .radio label {
    padding-left: 20px;
  }
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  height: 20px;
  margin-left: -25px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .checkbox input[type=checkbox],
  .checkbox-inline input[type=checkbox] {
    height: 14px;
    margin-left: -20px;
    width: 14px;
  }
}

.radio input[type=radio],
.radio-inline input[type=radio] {
  height: 20px;
  margin-left: -25px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  .radio input[type=radio],
  .radio-inline input[type=radio] {
    height: 15px;
    margin-left: -20px;
    width: 14px;
  }
}

.checkbox-card label,
.radio-card label {
  padding-left: 0;
}

.checkbox-card input[type=checkbox],
.radio-card input[type=radio] {
  margin-left: 0;
}

.form-inline label {
  display: inline-block;
}

fieldset {
  width: 100%;
}

.input-group .form-validator-stack {
  order: 10;
  width: 100%;
}

.input-group-addon {
  align-items: center;
  background-color: #e7e7ed;
  border-color: #e7e7ed;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem;
  color: #6b6c7e;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 2.5rem;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0;
  min-width: 2.5rem;
  padding-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0;
  text-align: center;
  white-space: nowrap;
}
.input-group-addon .custom-control,
.input-group-addon .form-check {
  margin-bottom: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group-addon label {
  color: #6b6c7e;
}

.input-group-btn {
  display: flex;
}
.input-group-btn .btn + .btn {
  margin-left: -0.0625rem;
}

.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.form-control + .input-group-btn,
.form-control + .input-group-input {
  margin-left: -0.0625rem;
}
.form-control[type=file] {
  background: transparent;
  border-color: transparent;
  padding: 0;
}

.input-group-input + .input-group-btn {
  margin-left: -0.0625rem;
}

.input-group-insert {
  border-radius: 0;
  margin-left: -0.0625rem;
}
.input-group-insert + .input-group-addon,
.input-group-insert + .input-group-btn,
.input-group-insert + .input-group-input,
.input-group-insert + .form-control {
  margin-left: -0.0625rem;
}

.input-group-constrain {
  align-self: flex-start;
  max-width: 9.375rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-right: 0.125rem;
}
@media (min-width: 576px) {
  .input-group-constrain {
    max-width: 18.75rem;
  }
}

.input-group-addon .input-group-constrain {
  border-bottom-width: 0;
  display: block;
  line-height: calc(
	2.5rem - 0.0625rem - 0.0625rem
);
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.form-group-item > .form-group {
  margin-bottom: 0;
}

.card-col-content {
  display: table-cell;
  max-width: 10px;
  position: relative;
  vertical-align: middle;
  width: auto;
  word-break: break-all \9 ;
  word-wrap: break-word;
}

.card-col-field {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 1%;
}

.card-row.card-row-padded {
  display: table;
  width: 100%;
}
.card-row.card-row-padded .card-col-gutters:first-child {
  padding-left: 0;
}
.card-row.card-row-padded .card-col-gutters:last-child {
  padding-right: 0;
}
.card-row.card-row-padded .card-col-gutters .divider {
  margin-left: 0;
  margin-right: 0;
}
.card-row .card-col-gutters {
  padding: 0 10px;
}
.card-row .card-col-gutters .divider {
  margin-left: -10px;
  margin-right: -10px;
}

.card-row-layout-fixed {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.card-row-layout-fixed .card-col-content {
  word-wrap: break-word;
}
.card-row-layout-fixed .card-col-field {
  width: auto;
  word-wrap: break-word;
}

.card-row-padded {
  padding: 15px;
}

.card-row-valign-top .card-col-content,
.card-row-valign-top .card-col-field {
  vertical-align: top;
}
.card-row-valign-top .clamp-container {
  top: 0;
}
.card-row-valign-top .clamp-horizontal .clamp-container {
  transform: none;
}

.card-row-valign-bottom .card-col-content,
.card-row-valign-bottom .card-col-field {
  vertical-align: bottom;
}
.card-row-valign-bottom .clamp-container {
  bottom: 0;
}
.card-row-valign-bottom .clamp-horizontal .clamp-container {
  transform: none;
}

.panel-body > .card-row,
.panel-heading > .card-row {
  display: table;
}

.checkbox-card,
.radio-card {
  margin-bottom: 0;
  margin-top: 0;
}
.checkbox-card label,
.radio-card label {
  color: #272833;
  display: inline;
  padding-left: 0;
}

.checkbox-card input[type=checkbox],
.radio-card input[type=radio] {
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
}

.checkbox-bottom-left .card-horizontal .card.flex-container,
.checkbox-middle-left .card-horizontal .card.flex-container,
.checkbox-top-left .card-horizontal .card.flex-container,
.radio-bottom-left .card-horizontal .card.flex-container,
.radio-middle-left .card-horizontal .card.flex-container,
.radio-top-left .card-horizontal .card.flex-container {
  padding-left: 50px;
}
.checkbox-bottom-left .card-horizontal > .card-row,
.checkbox-middle-left .card-horizontal > .card-row,
.checkbox-top-left .card-horizontal > .card-row,
.radio-bottom-left .card-horizontal > .card-row,
.radio-middle-left .card-horizontal > .card-row,
.radio-top-left .card-horizontal > .card-row {
  padding-left: 50px;
}

.checkbox-bottom-right .card-horizontal .card.flex-container,
.checkbox-middle-right .card-horizontal .card.flex-container,
.checkbox-top-right .card-horizontal .card.flex-container,
.radio-bottom-right .card-horizontal .card.flex-container,
.radio-middle-right .card-horizontal .card.flex-container,
.radio-top-right .card-horizontal .card.flex-container {
  padding-right: 50px;
}
.checkbox-bottom-right .card-horizontal > .card-row,
.checkbox-middle-right .card-horizontal > .card-row,
.checkbox-top-right .card-horizontal > .card-row,
.radio-bottom-right .card-horizontal > .card-row,
.radio-middle-right .card-horizontal > .card-row,
.radio-top-right .card-horizontal > .card-row {
  padding-right: 50px;
}

.checkbox-bottom-left input[type=checkbox],
.checkbox-bottom-left label > input[type=checkbox],
.radio-bottom-left input[type=radio],
.radio-bottom-left label > input[type=radio] {
  bottom: 1rem;
  left: 1rem;
  transform: none;
}

.checkbox-bottom-right input[type=checkbox],
.checkbox-bottom-right label > input[type=checkbox],
.radio-bottom-right input[type=radio],
.radio-bottom-right label > input[type=radio] {
  bottom: 1rem;
  right: 1rem;
  transform: none;
}

.checkbox-middle-left input[type=checkbox],
.checkbox-middle-left label > input[type=checkbox],
.radio-middle-left input[type=radio],
.radio-middle-left label > input[type=radio] {
  left: 1rem;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-middle-right input[type=checkbox],
.checkbox-middle-right label > input[type=checkbox],
.radio-middle-right input[type=radio],
.radio-middle-right label > input[type=radio] {
  margin-top: 0;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-top-left label > input[type=checkbox],
.radio-top-left label > input[type=radio] {
  left: 1rem;
  top: 1rem;
  transform: none;
}

.checkbox-top-right label > input[type=checkbox],
.radio-top-right label > input[type=radio] {
  right: 1rem;
  top: 1rem;
  transform: none;
}

.container-fluid-1280 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}
.container-fluid-1280::after {
  clear: both;
  content: "";
  display: block;
}

.img-responsive {
  height: auto;
  max-width: 100%;
}

.icon-monospaced, .icon-monospaced[class^=icon-], .icon-monospaced[class*=" icon-"] {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}

.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.btn-monospaced > .icon-monospaced:not(.lexicon-icon) {
  padding: 0;
}

.help-icon {
  border-radius: 100px;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
}
.help-icon:hover, .help-icon:focus {
  text-decoration: none;
}
.help-icon.icon-monospaced {
  vertical-align: baseline;
}

.help-icon-default {
  background-color: #abacb8;
  color: #fff;
}
.help-icon-default:focus, .help-icon-default:hover {
  color: #fff;
}

.list-group-heading {
  background-color: #f7f8f9;
  border-color: #ddd;
  border-style: solid;
  border-width: 0.0625rem;
  color: #333;
  display: block;
  font-weight: 500;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 0;
}
.list-group-heading:after {
  background-color: #0b5fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.list-group-heading:after:focus {
  z-index: -1;
}
.list-group-heading.collapsed {
  font-weight: 300;
}
.list-group-heading.collapsed:after {
  background-color: #ddd;
  height: 1px;
}
.list-group-heading:focus {
  background-color: #f7f8f9;
  color: #333;
  text-decoration: none;
  z-index: 1;
}
.list-group-heading:hover {
  background-color: #f7f8f9;
  color: #333;
  text-decoration: none;
}
.list-group-heading:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-heading:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 0;
}

button.list-group-heading {
  text-align: left;
  width: 100%;
}

.list-group-item-field {
  display: table-cell;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 1%;
  word-wrap: break-word;
}
.list-group-item-field > .checkbox,
.list-group-item-field > .radio {
  margin-bottom: 0;
  margin-top: 0;
}

.list-group-item-content {
  display: table-cell;
  max-width: 100px;
  min-width: 100px;
  padding: 0.75rem;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.list-group-item-content.clamp-horizontal .clamp-container {
  transform: none;
}
.list-group-item-content.clamp-all .clamp-container {
  padding-top: 1em;
}
.list-group-item-content h1,
.list-group-item-content h2,
.list-group-item-content h3,
.list-group-item-content h4,
.list-group-item-content h5,
.list-group-item-content h6 {
  margin: 0.5em 0;
}
.list-group-item-content h1:first-child,
.list-group-item-content h2:first-child,
.list-group-item-content h3:first-child,
.list-group-item-content h4:first-child,
.list-group-item-content h5:first-child,
.list-group-item-content h6:first-child {
  margin-top: 0;
}
.list-group-item-content h1:last-child,
.list-group-item-content h2:last-child,
.list-group-item-content h3:last-child,
.list-group-item-content h4:last-child,
.list-group-item-content h5:last-child,
.list-group-item-content h6:last-child {
  margin-bottom: 0;
}

.tabular-list-group {
  display: table;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.tabular-list-group-unstyled {
  list-style: none;
  padding-left: 0;
}
.tabular-list-group-unstyled .list-group-item {
  border-width: 0;
  padding: 0;
}
.tabular-list-group-unstyled .list-group-item-content,
.tabular-list-group-unstyled .list-group-item-field {
  padding: 0;
}

.management-bar {
  margin-bottom: 1.25rem;
  min-height: 3.125rem;
  position: relative;
}
.management-bar::after {
  clear: both;
  content: "";
  display: block;
}
.management-bar + .subnav-tbar-primary {
  margin-bottom: 1.25rem;
  margin-top: -1.25rem;
}
.management-bar .add-menu {
  z-index: inherit;
}
.management-bar .btn-action,
.management-bar .btn-action-secondary > .btn {
  color: #fff;
  height: 2.1rem;
  line-height: 2.1rem;
  width: 2.1rem;
}
.management-bar .checkbox,
.management-bar .radio {
  margin-bottom: 0;
  margin-top: 0;
}
.management-bar .checkbox label,
.management-bar .radio label {
  display: block;
}
.management-bar .input-checkbox-wrapper {
  position: static;
}
.management-bar .btn-link {
  color: #6b6c7e;
}

.management-bar .management-bar-nav > li > .btn,
.management-bar .management-bar-nav > .dropdown > .btn,
.management-bar-header > .btn,
.management-bar-header-right > .btn,
.management-bar-header > .dropdown,
.management-bar-header-right > .dropdown {
  margin: 0.5rem 0 0.5rem 1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .management-bar .management-bar-nav > li > .btn,
  .management-bar .management-bar-nav > .dropdown > .btn,
  .management-bar-header > .btn,
  .management-bar-header-right > .btn,
  .management-bar-header > .dropdown,
  .management-bar-header-right > .dropdown {
    margin: 13px 0 13px 15px;
  }
}

.management-bar-header > .dropdown,
.management-bar-header-right > .dropdown {
  float: left;
}
.management-bar-header > .dropdown > a,
.management-bar-header-right > .dropdown > a {
  padding: 0;
}

.container > .management-bar-header,
.container > .management-bar-collapse,
.container-fluid > .management-bar-header,
.container-fluid > .management-bar-collapse {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .container > .management-bar-header,
  .container > .management-bar-collapse,
  .container-fluid > .management-bar-header,
  .container-fluid > .management-bar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.container-fluid-1280 .management-bar-header-right {
  margin-right: 0;
  position: relative;
}

.management-bar-header > .checkbox,
.management-bar-header > .radio,
.management-bar-header-right > .checkbox,
.management-bar-header-right > .radio,
.management-bar-nav > li > .checkbox,
.management-bar-nav > li > .radio {
  float: left;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  .management-bar-header > .checkbox,
  .management-bar-header > .radio,
  .management-bar-header-right > .checkbox,
  .management-bar-header-right > .radio,
  .management-bar-nav > li > .checkbox,
  .management-bar-nav > li > .radio {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}

.management-bar-nav > li > .basic-search,
.management-bar-nav > li > .form {
  padding-left: 20px;
  padding-top: 12px;
}
.management-bar-nav > li > .basic-search .input-group-btn .btn-secondary,
.management-bar-nav > li > .form .input-group-btn .btn-secondary {
  background-color: #f1f2f5;
  border-color: #e7e7ed;
}
.management-bar-nav > li > .basic-search .form-control,
.management-bar-nav > li > .form .form-control {
  border-right-color: transparent;
  width: 100%;
}

.management-bar-nav .basic-search-slider {
  left: inherit;
}
.management-bar-nav .basic-search-slider .basic-search-close {
  display: none;
}

.management-bar-header {
  float: left;
}
.management-bar-header::after {
  clear: both;
  content: "";
  display: block;
}

.management-bar-header-right {
  float: right;
  margin-right: 1rem;
}
.management-bar-header-right > a,
.management-bar-header-right > span {
  display: block;
  float: left;
  padding: 0.875rem 1rem;
}
.management-bar-header-right .btn-secondary:not([disabled]):not(.disabled).active, .management-bar-header-right .nav-underline .tab.active a.btn-secondary:not([disabled]):not(.disabled), .nav-underline .tab.active .management-bar-header-right a.btn-secondary:not([disabled]):not(.disabled) {
  border-color: transparent;
}

.management-bar-header-item {
  float: left;
  height: 3.125rem;
  padding: 0.875rem 1rem;
}
.management-bar-header-item:hover, .management-bar-header-item:focus {
  text-decoration: none;
}
.management-bar-header-item > img {
  display: block;
}
@media (min-width: 768px) {
  .management-bar > .container .management-bar-header-item, .management-bar > .container-fluid .management-bar-header-item {
    margin-left: -1rem;
  }
}

.management-bar-item-title {
  display: inline-block;
  float: left;
  margin-right: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .management-bar-item-title {
    max-width: 180px;
  }
}

.management-bar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin-right: 1rem;
  padding: 9px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .management-bar-toggle {
    display: none;
  }
}
.management-bar-toggle:focus {
  outline: 0;
}

.management-bar-toggle-link {
  border-radius: 0;
  border-width: 0;
}
.management-bar-toggle-link.management-bar-toggle {
  margin: 0;
  padding: 0.875rem 1rem;
}
.management-bar-toggle-link:focus, .management-bar-toggle-link:hover {
  text-decoration: none;
}

.management-bar-toggle-left {
  float: left;
  padding: 0.375rem 10px;
}

.management-bar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  overflow-x: visible;
  padding-left: 1rem;
  padding-right: 1rem;
}
.management-bar-collapse::after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 767.98px) {
  .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
    border-width: 1px 0;
    box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.7);
    clear: both;
    left: -0.0625rem;
    position: absolute;
    right: -0.0625rem;
    top: 100%;
    z-index: 1001;
  }
}
@media (min-width: 768px) {
  .management-bar-collapse {
    border-top-width: 0;
    box-shadow: none;
    clear: none;
    float: left;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    width: auto;
  }
}
@media (min-width: 768px) {
  .management-bar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
  }
}
.management-bar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .management-bar-collapse.in {
    overflow-y: visible;
  }
}
.management-bar-collapse .management-bar-nav > .dropdown > .dropdown-toggle {
  display: flex;
}
@media (max-width: 767.98px) {
  .management-bar-collapse .management-bar-nav > .dropdown > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}

.management-bar-nav {
  margin: 0.4375rem -1rem;
}
@media (min-width: 768px) {
  .management-bar-nav {
    float: left;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .management-bar-nav > li {
    float: left;
  }
}
.management-bar-nav > li > a,
.management-bar-nav > li > span {
  display: block;
  padding: 0.875rem 1rem;
}
@media (min-width: 768px) {
  .management-bar-nav > li > a,
  .management-bar-nav > li > span {
    padding-bottom: 19.5px;
    padding-top: 19.5px;
  }
}
.management-bar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    max-width: none;
    position: static;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu > li > a,
  .management-bar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .open .dropdown-menu > li > a:hover, .management-bar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

.management-bar-no-collapse .management-bar-nav {
  float: left;
  margin: 0;
}
.management-bar-no-collapse .management-bar-nav > li {
  float: left;
  margin-left: -1px;
}
.management-bar-no-collapse .management-bar-nav > li:first-child {
  margin-left: 0;
}
.management-bar-no-collapse .management-bar-nav .dropdown-menu {
  background-color: #fff;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 0px;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
}
.management-bar-no-collapse .management-bar-nav-right {
  float: right;
  margin-right: 1rem;
}

.management-bar-no-collapse .container-fluid-1280 .management-bar-nav-right {
  margin-right: 0;
}

.management-bar-default .management-bar-collapse {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .management-bar-default .management-bar-collapse {
    background-color: #fff;
    border-color: transparent;
  }
}
.management-bar-default .management-bar-toggle-left {
  color: #272833;
}

.management-bar-default {
  background-color: #fff;
  border-color: transparent;
}
.management-bar-default a,
.management-bar-default .management-bar-text,
.management-bar-default .management-bar-nav > li > a,
.management-bar-default .management-bar-nav > .dropdown > a {
  color: #6b6c7e;
}
.management-bar-default .management-bar-nav > li > a:hover,
.management-bar-default .management-bar-nav > .dropdown > a:hover {
  background-color: rgba(39, 40, 51, 0.03);
  color: #6b6c7e;
}
.management-bar-default .management-bar-nav > li > a:focus,
.management-bar-default .management-bar-nav > .dropdown > a:focus,
.management-bar-default .management-bar-nav .open > a,
.management-bar-default .management-bar-nav .open > a:focus,
.management-bar-default .management-bar-nav .open > a:hover {
  background-color: #eeeeee;
  color: #272833;
}
.management-bar-default .management-bar-nav > .disabled > a, .management-bar-default .dropdown-menu > li.disabled.management-bar-nav > a > a,
.management-bar-default .dropdown-menu .link-list > .disabled.management-bar-nav > a > a,
.dropdown-menu .management-bar-default .link-list > .disabled.management-bar-nav > a > a,
.management-bar-default .dropdown-menu > li.disabled.link-list > a.management-bar-nav > a > a,
.management-bar-default .dropdown-menu .link-list > .disabled.link-list > a.management-bar-nav > a > a,
.dropdown-menu .management-bar-default .link-list > .disabled.link-list > a.management-bar-nav > a > a, .management-bar-default .management-bar-nav > .disabled > a:focus, .management-bar-default .management-bar-nav > .disabled > a:hover {
  background-color: transparent;
  color: #a7a9bc;
}

.management-bar-default .btn-secondary,
.management-bar-default .nav > li > .btn-secondary {
  background-color: transparent;
  border-color: transparent;
  color: #6b6c7e;
}
.management-bar-default .btn-secondary:focus, .management-bar-default .btn-secondary:hover,
.management-bar-default .nav > li > .btn-secondary:focus,
.management-bar-default .nav > li > .btn-secondary:hover {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}
.management-bar-default .btn-secondary:active, .management-bar-default .btn-secondary.nice-select.open, .management-bar-default .btn-secondary.active, .management-bar-default .nav-underline .tab.active a.btn-secondary, .nav-underline .tab.active .management-bar-default a.btn-secondary,
.management-bar-default .nav > li > .btn-secondary:active,
.management-bar-default .nav > li > .btn-secondary.active {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}
.management-bar-default .dropdown.open .btn-secondary, .management-bar-default .dropdown.open .btn-secondary:focus {
  background-color: rgba(39, 40, 51, 0.03);
  border-color: transparent;
  color: #272833;
}

.management-bar-nav {
  display: block;
}
@media (max-width: 767.98px) {
  .management-bar-nav > li {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .management-bar-nav .dropdown-menu {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
    max-width: none;
    position: relative;
    width: 100%;
  }
}

.management-bar-header .form-inline input[type=checkbox] {
  margin-left: -1.25rem;
}

.management-bar-secondary-bar {
  background-color: #f0f5ff;
  border-bottom: 1px solid #0b5fff;
}

.modal-footer > .btn-toolbar > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > .btn-toolbar > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-content .modal-footer .btn-toolbar {
  margin-left: auto;
}

.modal-md {
  max-width: 600px;
}

@media (min-width: 576px) {
  .modal-dialog.modal-lg, .modal-dialog.modal-md, .modal-dialog.modal-sm, .modal-dialog.modal-xl {
    max-width: 600px;
    position: relative;
  }
  .modal-dialog.modal-sm {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .modal-dialog.modal-lg, .modal-dialog.modal-xl {
    max-width: 896px;
  }
}

@media (min-width: 1280px) {
  .modal-dialog.modal-xl {
    max-width: 1140px;
  }
}

.nav {
  flex-direction: column;
}
.nav > li {
  position: relative;
}
.nav > li > a {
  display: block;
  padding: 0.625rem 1rem;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
}
.nav .disabled > a, .nav .dropdown-menu > li.disabled > a > a,
.nav .dropdown-menu .link-list > .disabled > a > a,
.dropdown-menu .nav .link-list > .disabled > a > a,
.nav .dropdown-menu > li.disabled.link-list > a > a > a,
.nav .dropdown-menu .link-list > .disabled.link-list > a > a > a,
.dropdown-menu .nav .link-list > .disabled.link-list > a > a > a {
  color: #a7a9bc;
}

.nav-justified {
  flex-direction: row;
}
.nav-justified > li {
  flex: 1;
  text-align: center;
}

.nav.nav-pills {
  flex-direction: row;
}

.nav-pills > li > a {
  border-radius: 0.25rem;
}

.nav-pills > li.active > a {
  background-color: #0b5fff;
  color: #fff;
}

.nav-tabs,
.nav-underline {
  flex-direction: row;
}

.nav-tabs {
  flex-direction: row;
}

.nav-tabs > li {
  margin-bottom: -0.0625rem;
}
.nav-tabs > li > a {
  border: 0.0625rem solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  border-color: transparent transparent transparent;
}

.nav-tabs > li > a.active, .nav-underline .tab.active .nav-tabs > li > a,
.nav-tabs > .active > a,
.nav-underline .tab.active .nav-tabs > a > a {
  background-color: #fff;
  border-color: transparent transparent #fff transparent transparent #fff #fff;
  color: #272833;
}
.nav-tabs > li > a.active:hover, .nav-underline .tab.active .nav-tabs > li > a:hover, .nav-tabs > li > a.active:focus, .nav-underline .tab.active .nav-tabs > li > a:focus,
.nav-tabs > .active > a:hover,
.nav-underline .tab.active .nav-tabs > a > a:hover,
.nav-tabs > .active > a:focus,
.nav-underline .tab.active .nav-tabs > a > a:focus {
  border-color: transparent transparent #fff transparent transparent #fff #fff;
}

.nav-tabs-default > li > a {
  color: #6b6c7e;
}
.nav-tabs-default > li > a:after {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.nav-tabs-default > .active > a:after, .nav-underline .tab.active .nav-tabs-default > a > a:after {
  background-color: #80acff;
}
.nav-tabs-default > .active > a, .nav-underline .tab.active .nav-tabs-default > a > a,
.nav-tabs-default > .show > a {
  background-color: transparent;
  color: #272833;
}
.nav-tabs-default > .active > a:after, .nav-underline .tab.active .nav-tabs-default > a > a:after,
.nav-tabs-default > .show > a:after {
  content: "";
  height: 0.125rem;
}
.nav-tabs-default > .disabled > a, .dropdown-menu > li.disabled.nav-tabs-default > a > a,
.dropdown-menu .link-list > .disabled.nav-tabs-default > a > a,
.dropdown-menu > li.disabled.link-list > a.nav-tabs-default > a > a,
.dropdown-menu .link-list > .disabled.link-list > a.nav-tabs-default > a > a {
  color: #a7a9bc;
}
.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  float: right;
  margin-right: 1rem;
  padding: 9px 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  background-color: #272833;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle-left {
  float: left;
}

.navbar-toggle-page-name {
  border-width: 0;
  padding: 13px 16px;
}

.navbar-header-right {
  margin-left: auto;
}

.taglib-search-toggle-advanced-wrapper {
  left: auto;
  position: absolute;
  right: 0;
  z-index: 1000;
}

@media (max-width: 767.98px) {
  .navbar.collapse-basic-search .basic-search {
    border-width: 0 0 0.0625rem 0;
    left: 0;
    right: 0;
    top: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse .nav-tabs {
    flex-direction: column;
  }
}
.navbar-collapse .navbar-nav {
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .navbar-collapse .navbar-nav {
    flex: 1;
    flex-direction: column;
  }
}

.navbar-no-collapse .navbar-nav {
  flex-direction: row;
}

.navbar-default,
.navbar-inverse {
  border-style: solid;
  border-width: 0 0 0.0625rem 0;
}
@media (min-width: 768px) {
  .navbar-default .container-fluid-1280,
  .navbar-inverse .container-fluid-1280 {
    display: flex;
  }
}
.navbar-default .basic-search,
.navbar-inverse .basic-search {
  padding: 3.5px 16px;
}
@media (min-width: 768px) {
  .navbar-default .basic-search,
  .navbar-inverse .basic-search {
    padding: 10px 0 7px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse,
  .navbar-inverse .navbar-collapse {
    display: block;
  }
}
.navbar-default .navbar-collapse + .form,
.navbar-inverse .navbar-collapse + .form {
  margin-left: auto;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav,
  .navbar-inverse .navbar-nav {
    flex-direction: row;
  }
}
.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  padding-bottom: 11.5px;
  padding-top: 11.5px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > li > a {
    padding: 18px 16px;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #6b6c7e;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #6b6c7e;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .nav-underline .tab.active .navbar-nav > a > a, .nav-underline .tab.active .navbar-default .navbar-nav > a > a, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-toggle-page-name,
.navbar-default .navbar-toggle-page-name:hover {
  color: #272833;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-default .navbar-nav > a > a:after,
.navbar-default .navbar-toggle-page-name:after {
  background-color: #86affd;
  bottom: -0.0625rem;
  content: "";
  display: block;
  height: 2px;
  left: 16px;
  position: absolute;
  right: 16px;
}
@media (max-width: 767.98px) {
  .navbar-default .navbar-nav > .active > a:after, .navbar-default .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-default .navbar-nav > a > a:after {
    content: normal;
  }
}

.navbar-inverse {
  background-color: #31323f;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .nav-underline .tab.active .navbar-nav > a > a, .nav-underline .tab.active .navbar-inverse .navbar-nav > a > a, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-toggle-page-name,
.navbar-inverse .navbar-toggle-page-name:hover {
  color: #fff;
}
.navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-inverse .navbar-nav > a > a:after,
.navbar-inverse .navbar-toggle-page-name:after {
  background-color: #86affd;
  bottom: -0.0625rem;
  content: "";
  display: block;
  height: 2px;
  left: 16px;
  position: absolute;
  right: 16px;
}
@media (max-width: 767.98px) {
  .navbar-inverse .navbar-nav > .active > a:after, .navbar-inverse .nav-underline .tab.active .navbar-nav > a > a:after, .nav-underline .tab.active .navbar-inverse .navbar-nav > a > a:after {
    content: normal;
  }
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

.navbar-header::after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.pager {
  list-style: none;
  margin: 1.5rem 0;
  padding-left: 0;
  text-align: center;
}
.pager::after {
  clear: both;
  content: "";
  display: block;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: rgba(0, 0, 0, 0.02);
  text-decoration: none;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a, .pager .dropdown-menu > li.disabled > a > a,
.pager .dropdown-menu .link-list > .disabled > a > a,
.dropdown-menu .pager .link-list > .disabled > a > a,
.pager .dropdown-menu > li.disabled.link-list > a > a > a,
.pager .dropdown-menu .link-list > .disabled.link-list > a > a > a,
.dropdown-menu .pager .link-list > .disabled.link-list > a > a > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span,
.pager .dropdown-menu > li.disabled > a > span,
.pager .dropdown-menu .link-list > .disabled > a > span,
.dropdown-menu .pager .link-list > .disabled > a > span,
.pager .dropdown-menu > li.disabled.link-list > a > a > span,
.pager .dropdown-menu .link-list > .disabled.link-list > a > a > span,
.dropdown-menu .pager .link-list > .disabled.link-list > a > a > span {
  background-color: transparent;
  color: #6b6c7e;
  cursor: not-allowed;
}

.panel {
  position: inherit;
}

.panel-heading {
  position: relative;
}

.panel-title.h4 {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.panel-title .collapse-icon {
  color: inherit;
  display: block;
  padding: 0.75rem 1.25rem;
}
.panel-title .collapse-icon:hover, .panel-title .collapse-icon:focus {
  color: inherit;
}
.panel-title .collapse-icon .collapse-icon {
  padding-right: 2.28125rem;
}

.panel-group {
  background-color: transparent;
}

.panel-default {
  border-color: #e7e7ed;
  color: #6b6c7e;
}
.popover.top {
  margin-bottom: 0.3rem;
}
.popover.bottom {
  margin-top: 0.3rem;
}
.popover.left {
  margin-right: 0.6rem;
}
.popover.right {
  margin-left: 0.6rem;
}
.popover.top .arrow, .popover.bottom .arrow {
  left: calc(50% - (0.6rem / 2));
}
.popover.left .arrow, .popover.right .arrow {
  top: calc(50% - (0.3rem / 2));
}

.progress-xs .progress-bar {
  height: 8px;
}
.progress-lg .progress-bar {
  height: calc(0.5rem * 2);
}
.progress-xl .progress-bar {
  height: 52px;
}

.progress-bar-danger {
  background-color: #da1414;
}

.progress-bar-info {
  background-color: #2e5aac;
}

.progress-bar-success {
  background-color: #287d3c;
}

.progress-bar-warning {
  background-color: #b95000;
}

.multi-step-progress-bar {
  display: table;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  width: 100%;
}
.multi-step-progress-bar > li {
  color: #bbb;
  display: table-cell;
  vertical-align: bottom;
  width: 1%;
}
.multi-step-progress-bar > .active, .nav-underline .tab.active .multi-step-progress-bar > a {
  color: #0b5fff;
}
.multi-step-progress-bar > .active .divider, .nav-underline .tab.active .multi-step-progress-bar > a .divider {
  background-color: #0b5fff;
  color: #0b5fff;
}
.multi-step-progress-bar > .complete .divider {
  color: #0b5fff;
  margin-left: 18px;
}
.multi-step-progress-bar .divider {
  background-color: #bbb;
  color: #bbb;
  height: 1px;
  margin: 20px 0 20px 12px;
  position: relative;
}
.multi-step-progress-bar .divider .lexicon-icon {
  font-size: 12px;
  left: -12px;
  position: absolute;
  top: -2px;
}
.multi-step-progress-bar .divider .lexicon-icon.lexicon-icon-check {
  left: -16px;
}
.multi-step-progress-bar .progress-bar-step,
.multi-step-progress-bar .progress-bar-title {
  font-weight: 500;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > li {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > li:last-child {
    width: 1%;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > li:last-child .divider {
    width: 0;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse > .active .progress-bar-title, .nav-underline .tab.active .multi-step-progress-bar-collapse > a .progress-bar-title {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .multi-step-progress-bar-collapse .progress-bar-title {
    display: none;
  }
}

.multi-step-progress-bar-fixed > li {
  display: inline-block;
  width: 100px;
}

.visible-lg {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.sidebar-default {
  background-color: #fff;
}

.sidebar-actions,
.sidebar-header-actions {
  float: right;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: -9px;
}
.sidebar-actions > li,
.sidebar-header-actions > li {
  display: inline-block;
}

.sidebar-block.tabular-list-group-unstyled {
  margin-right: -9px;
}

.flex-container {
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}

.flex-container-stacked {
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row-vertical {
  -ms-flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.flex-item-expand {
  -ms-flex: 1;
  -ms-flex-wrap: wrap;
  flex: 1;
  flex-wrap: wrap;
  min-width: 0;
}

.flex-item-full {
  -ms-flex: 1 100%;
  -ms-flex-wrap: wrap;
  flex: 1 100%;
  flex-wrap: wrap;
}
.flex-item-full + .flex-item-expand {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.flex-item-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-item-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.flex-item-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 479px) {
  .flex-container-stacked-xxs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xxs .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  .flex-container-stacked-xs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xs .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  .flex-container-stacked-sm {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-sm .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 1279px) {
  .flex-container-stacked-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-md .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 1280px) {
  .flex-container-stacked-lg {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-lg .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .flex-container-stacked-xs-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-xs-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container-stacked-sm-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-sm-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .flex-container-stacked-md-only {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container-stacked-md-only .flex-item-full {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 479px) {
  .flex-item-break-xxs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .flex-item-break-xs {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .flex-item-break-sm {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .flex-item-break-md {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .flex-item-break-lg {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .flex-item-break-xs-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-item-break-sm-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .flex-item-break-md-only {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
}

.sticker-bottom {
  bottom: 1rem;
  left: 1rem;
  position: absolute;
  right: auto;
  top: auto;
}

.sticker-right {
  left: auto;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.sticker-document .lexicon-icon {
  height: 1.25em;
  width: auto;
}

div.splitter,
.table.table-autofit .splitter td,
.table.table-autofit .splitter th {
  background-color: #f7f8f9;
  color: #6b6c7e;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4375rem 0.75rem;
  text-transform: uppercase;
}

.table .splitter {
  box-shadow: none;
  padding: 0;
}

.table > thead > tr.active > th, .table > thead > tr.active > td,
.table > thead > tr th.active,
.table > thead > tr td.active,
.table > tbody > tr.active > th,
.table > tbody > tr.active > td,
.table > tbody > tr th.active,
.table > tbody > tr td.active,
.table > tfoot > tr.active > th,
.table > tfoot > tr.active > td,
.table > tfoot > tr th.active,
.table > tfoot > tr td.active {
  background-color: #f0f5ff;
}
.table > thead > tr.success > th, .table > thead > tr.success > td,
.table > thead > tr th.success,
.table > thead > tr td.success,
.table > tbody > tr.success > th,
.table > tbody > tr.success > td,
.table > tbody > tr th.success,
.table > tbody > tr td.success,
.table > tfoot > tr.success > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr th.success,
.table > tfoot > tr td.success {
  background-color: #287d3c;
}
.table > thead > tr.info > th, .table > thead > tr.info > td,
.table > thead > tr th.info,
.table > thead > tr td.info,
.table > tbody > tr.info > th,
.table > tbody > tr.info > td,
.table > tbody > tr th.info,
.table > tbody > tr td.info,
.table > tfoot > tr.info > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr th.info,
.table > tfoot > tr td.info {
  background-color: #2e5aac;
}
.table > thead > tr.warning > th, .table > thead > tr.warning > td,
.table > thead > tr th.warning,
.table > thead > tr td.warning,
.table > tbody > tr.warning > th,
.table > tbody > tr.warning > td,
.table > tbody > tr th.warning,
.table > tbody > tr td.warning,
.table > tfoot > tr.warning > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr th.warning,
.table > tfoot > tr td.warning {
  background-color: #b95000;
}
.table > thead > tr.danger > th, .table > thead > tr.danger > td,
.table > thead > tr th.danger,
.table > thead > tr td.danger,
.table > tbody > tr.danger > th,
.table > tbody > tr.danger > td,
.table > tbody > tr th.danger,
.table > tbody > tr td.danger,
.table > tfoot > tr.danger > th,
.table > tfoot > tr.danger > td,
.table > tfoot > tr th.danger,
.table > tfoot > tr td.danger {
  background-color: #da1414;
}

.table-autofit .table-cell-content {
  width: auto;
}

.toggle-card-check {
  float: left;
  line-height: normal;
  position: relative;
  user-select: none;
}

.toggle-card-container {
  background-color: transparent;
  border: 1px solid #6b6c7e;
  border-radius: 4px;
  box-shadow: none;
  color: #272833;
  height: 104px;
  padding: 12px;
  text-align: center;
  width: 92px;
}

.toggle-card-icon {
  align-items: center;
  display: flex;
  border-radius: 4px;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
}
.toggle-card-icon .lexicon-icon {
  margin-top: 0;
}

.toggle-card-label {
  height: 58px;
  line-height: 16px;
  overflow: hidden;
  padding-top: 12px;
}

.toggle-card .toggle-check {
  height: auto;
  width: auto;
}

.toggle-card-check {
  height: 104px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 92px;
}
.toggle-card-check:empty ~ .toggle-card-container .toggle-card-off {
  display: block;
}
.toggle-card-check:empty ~ .toggle-card-container .toggle-card-on {
  display: none;
}
.toggle-card-check:empty ~ .toggle-card-container .toggle-card-icon {
  background-color: transparent;
}
.toggle-card-check:checked ~ .toggle-card-container {
  background-color: #fff;
  border: 1px solid #0b5fff;
  color: #0b5fff;
  padding: 12px;
}
.toggle-card-check:checked ~ .toggle-card-container .toggle-card-off {
  display: none;
}
.toggle-card-check:checked ~ .toggle-card-container .toggle-card-on {
  display: block;
}
.toggle-card-check[disabled] ~ .toggle-card-container {
  cursor: not-allowed;
  opacity: 0.4;
}

.toolbar {
  display: flex;
}

.user-icon img {
  vertical-align: baseline;
}

.user-icon {
  border-radius: 500px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
  width: 32px;
  overflow: hidden;
  text-align: center;
}
.user-icon-xs {
  font-size: 8px;
  height: 24px;
  line-height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .user-icon-xs {
    font-size: 8px;
    height: 24px;
    line-height: 24px;
    width: 24px;
  }
}

.user-icon-sm {
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
@media (min-width: 768px) {
  .user-icon-sm {
    font-size: 0.875rem;
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
}

.user-icon-lg {
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .user-icon-lg {
    font-size: 0.875rem;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

.user-icon-xl {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  width: 48px;
}
@media (min-width: 768px) {
  .user-icon-xl {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
}

.user-icon-xxl {
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  width: 56px;
}
@media (min-width: 768px) {
  .user-icon-xxl {
    font-size: 20px;
    height: 56px;
    line-height: 56px;
    width: 56px;
  }
}

.user-icon-default {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e;
}

.user-icon-primary {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #0b5fff;
}

.user-icon-info {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #2e5aac;
}

.user-icon-success {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #287d3c;
}

.user-icon-warning {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #b95000;
}

.user-icon-danger {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #da1414;
}

.user-icon-rounded.user-icon,
.user-icon-rounded .user-icon {
  border-radius: 0.25rem;
}

.user-icon-square.user-icon,
.user-icon-square .user-icon {
  border-radius: 0;
}

.truncate-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal \9 ;
  word-wrap: normal;
}

#navigationCollapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  #navigationCollapse {
    display: block;
  }
}

#banner .row:first-child, #banner .form-horizontal > .form-group:first-child {
  display: block;
}

.product-menu.sidebar .sidebar-header {
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
}

.product-menu.sidebar .sidebar-body,
.lfr-has-simulation-panel .lfr-simulation-device {
  top: 3.5rem;
}

.product-menu.sidebar .lfr-applications-menu .sidebar-body {
  top: 0;
}

.product-menu .add-application-panel .panel-body {
  padding-bottom: 0.01rem;
}

.lfr-page-layouts.row .list-unstyled, .form-horizontal > .lfr-page-layouts.form-group .list-unstyled {
  display: flex;
  flex-wrap: wrap;
}

.fade.in {
  opacity: 1;
}

.lfr-add-panel .input-group.search-bar {
  margin: 0;
  padding: 10px;
}
.lfr-add-panel .input-group.search-bar .form-control {
  width: 100%;
}
.lfr-add-panel .input-group.search-bar .input-group-btn {
  font-size: 1rem;
  margin-top: -11px;
}

.input-group.search-bar .search-field {
  display: flex;
}
.input-group.search-bar .search-field:first-child {
  flex-grow: 1;
}
.input-group.search-bar .search-field .btn {
  margin-top: 0;
}
.input-group.search-bar .search-field .form-group {
  margin-bottom: 0;
}
.input-group.search-bar .search-field .search-bar-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group.search-bar .search-field ~ .search-field {
  margin-left: -0.0625rem;
}
.input-group.search-bar .search-select {
  border-radius: 0;
  width: 100%;
}

.dialog-with-footer .button-holder.dialog-footer {
  background-color: #fff;
}

.lfr-friendly-url-input-group.input-group .input-group-addon {
  background-color: #e8e8ec;
}
.lfr-friendly-url-input-group.input-group .language-value {
  border-radius: 0 0.25rem 0.25rem 0;
  width: auto;
}

#settings .lfr-ddm-form-page {
  margin-top: 0;
}

.autosave-bar .toolbar {
  align-items: center;
}

.form-builder-sidebar .tab-content .tab-pane {
  padding: 24px;
  position: static;
}
.form-builder-sidebar .input-group-container {
  display: flex;
}
.form-builder-sidebar .input-group-container .input-group-addon {
  background-color: transparent;
  border-width: 0;
}

.form-builder-page-header .form-control {
  background-color: transparent;
}

.form-builder-field .input-group .form-control {
  z-index: 0;
}

.help-icon.icon-monospaced {
  line-height: 2;
}

.layout-row-container-row .layout-builder-move-cut-button.layout-builder-move-cut-row-button {
  right: 30px;
  top: -22px;
}

.portal-popup .asset-icon .sticker .lexicon-icon,
.portlet-forms-admin .asset-icon .sticker .lexicon-icon {
  height: 100%;
  width: 1em;
}

.portlet-column-content.empty {
  padding: 50px;
}

#wrapper {
  position: relative;
}

.loadingmask-message {
  background: transparent;
  border-width: 0;
  display: block;
  height: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  width: 1em;
}
.loadingmask-message .loadingmask-message-content {
  -webkit-animation: loading-animation 1.2s infinite ease-out;
  animation: loading-animation 1.2s infinite ease-out;
  background: transparent;
  border-radius: 50%;
  border-width: 0;
  clear: both;
  color: transparent;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: translateZ(0);
  width: 1em;
}

.logo {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.portal-iframe #main-content {
  width: 100%;
}

.separator {
  border-top: 1px solid #cdced9;
}

.entry-status {
  border-left: 4px solid transparent;
}

span.alert {
  display: inline-block;
}

.quick-access-nav {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 1000;
}
.quick-access-nav a {
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  border: 1px solid #fff;
  left: 0;
  outline: none;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
}
.quick-access-nav a:focus {
  color: #fff;
  top: 1000px;
}

@media (max-width: 991.98px) {
  .responsive-table-horizontal {
    display: block;
    position: relative;
    width: 100%;
  }
  .responsive-table-horizontal:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
  }
  .responsive-table-horizontal tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  .responsive-table-horizontal tbody tr td {
    display: block;
    margin-bottom: 20px;
  }
  .responsive-table-horizontal tbody tr td:first-child {
    text-align: left;
  }
  .responsive-table-horizontal thead {
    display: block;
    float: left;
    margin-right: 10px;
  }
  .responsive-table-horizontal thead:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .responsive-table-horizontal thead th {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  .responsive-table-horizontal thead th:first-child {
    text-align: right;
  }
}
.important {
  font-weight: bold;
}

.highlight {
  background: #ffc;
  font-weight: bold;
  margin: 0 1px;
}

.hide-accessible {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  *position: fixed !important;
  _position: absolute !important;
}

.force-offset {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

.unselectable,
.unselectable * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.modify-pages li {
  position: relative;
}
.modify-pages li.lfr-nav-hover .delete-tab {
  opacity: 1;
}
.modify-pages .delete-tab {
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: bold;
  height: 16px;
  line-height: 6px;
  margin-top: -8px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 0;
  position: absolute;
  right: 1px;
  text-shadow: 0 1px #fff;
  top: 50%;
}
.modify-pages .delete-tab:hover {
  color: #b50303;
}
.modify-pages .drag-handle {
  cursor: move;
  left: 3px;
  margin-left: 15px;
  position: absolute;
  top: 15px;
}

.controls-hidden .modify-pages .drag-handle {
  display: none;
}

@media (min-width: 768px) {
  .touch .modify-pages .drag-handle {
    display: none;
  }
}

.nav li .toolbar {
  margin-top: 5px;
}

.navigation-pane .body-row {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.navigation-pane .body-row ul li a .icon {
  float: left;
  margin-right: 5px;
}
.navigation-pane .lfr-component {
  margin-left: 0;
}
.navigation-pane .navigation-entry {
  position: relative;
}
.navigation-pane .navigation-entry.folder.error {
  display: block;
  padding: 6px 8px;
}
.navigation-pane .navigation-entry .browse-folder,
.navigation-pane .navigation-entry .nav-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.navigation-pane .navigation-entry .nav-item-icon {
  vertical-align: middle;
}
.navigation-pane .navigation-entry .overlay.entry-action {
  bottom: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.navigation-pane .navigation-entry .overlay.entry-action .btn {
  border-width: 0;
  margin: 0;
  padding: 11px 14px;
}
@media (min-width: 768px) {
  .navigation-pane .navigation-entry .overlay.entry-action .btn {
    padding: 11px;
  }
}

.nav-menu ul {
  padding-left: 10px;
}
.nav-menu li a.ancestor {
  font-weight: bold;
}
.nav-menu li a.selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.nav-menu-style-arrows ul {
  list-style-image: url(../images/arrows/04_right.png);
}

.portlet-navigation .nav-pills > li > a {
  margin-bottom: 2px;
}
.portlet-navigation .nav-pills > li > .dropdown-menu {
  margin-top: 0;
}

.split-button-dropdowns {
  list-style: none;
  margin: 0;
  padding: 0;
}
.split-button-dropdowns > li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.form-options {
  border: 1px solid #aaa;
  display: inline-block;
  vertical-align: middle;
}
.form-options input {
  border-width: 0;
  display: inline;
  float: left;
}

.form-triggers {
  float: left;
}

.form-trigger {
  background: #c4c4c4 url(../images/application/button_bg.png) repeat-x 0 0;
  border-left: 1px solid #bbb;
  display: inline-block;
  float: left;
}
.form-trigger img {
  background: no-repeat 50% 40%;
  height: 25px;
  padding: 0 3px;
  vertical-align: middle;
  width: 16px;
}
.form-trigger:focus, .form-trigger:hover {
  background-color: #83b0ca;
  background-image: url(../images/application/button_bg_over.png);
}

.trigger-selected {
  background-color: #ebebeb;
  background-image: url(../images/application/button_bg_selected.png);
}
.trigger-selected:focus, .trigger-selected:hover {
  background-color: #b7def4;
  background-image: url(../images/application/button_bg_selected_over.png);
}

.options-trigger img {
  background-image: url(../images/common/configuration.png);
}

.save-trigger img {
  background-image: url(../images/common/check.png);
}

html:not(#__):not(#___) .page-editor__sidebar .page-editor__sidebar__buttons {
  text-align: center;
}
html:not(#__):not(#___) #wrapper.page-editor__wrapper {
  margin-left: 43px;
}

.portlet > .cadmin.portlet-topper {
  background-color: #f7f7f7 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 2.2 !important;
  text-transform: uppercase !important;
  padding: 3px 12px 3px 24px !important;
}
.portlet > .cadmin.portlet-topper .lexicon-icon-ellipsis-v {
  color: #3c4046 !important;
}
.portlet:hover > .cadmin.portlet-topper, .portlet.open > .cadmin.portlet-topper, .portlet.focus > .cadmin.portlet-topper {
  position: static;
}
.portlet:hover > .portlet-content .portlet-header, .portlet.open > .portlet-content .portlet-header, .portlet.focus > .portlet-content .portlet-header {
  top: 45px;
}
.portlet > .portlet-content .portlet-title-text {
  display: none;
}

.portlet-layout .portlet .portlet-title-text {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
  display: none;
}

.dropdown-menu.portlet-options-dropdown {
  z-index: 20000 !important;
}

body {
  --control-menu-height-sidebar: 80px;
  --control-menu-container-height: calc( var(--change-tracking-indicator-height, 0px) + var(--control-menu-height-sidebar, 0px) + var(--staging-indicator-height, 0px) );
}

.modal-dialog-cards-security .modal-content {
  box-shadow: none;
}

.wrap-container__subtitle {
  width: 100%;
  font-size: clamp(1.25rem, 0.991rem + 1.105vw, 1.275rem);
  font-weight: 500;
  color: var(--adr-sec-dark-blue);
}

.swiper-button-next {
  z-index: 11 !important;
}

.header-cart {
  position: relative;
  display: inline-block;
}

.header-cart__badge {
  position: absolute;
  top: -1px;
  right: -1px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  background: #d32f2f;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  pointer-events: none;
}

.ico-adr-cart-new {
  display: inline-block;
  width: 1.25rem; /* regola la dimensione a piacere */
  height: 1.25rem;
  background-image: url("/o/adr-new-theme/images/cart/icona_carrello.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

/* endinject */
/* This file allows you to override default styles in one central location for easier upgrade and maintenance. */

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */
