@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova Semi";
  src: url("../fonts/ProximaNova/ProximaNova-Semi.woff2") format("woff2"), url("../fonts/ProximaNova/Inter-Semi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  font-size: 16px;
  line-height: 22.4px;
  font-family: "ProximaNova";
  background: #f2f2f2;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body * {
  box-sizing: border-box;
}
body a {
  font-family: "ProximaNova Semi";
}

.container {
  max-width: 1728px;
  padding: 0 40px;
  margin: 0 auto;
}
.container .container {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.79px) {
  .container {
    padding: 0 20px;
  }
}

select option {
  font-family: "ProximaNova", "Arial" !important;
}

.page-wrapper *:focus,
.ui-dialog *:focus {
  outline: 0;
  box-shadow: unset;
}

.form-element:hover:focus {
  box-shadow: unset;
}

div.messages {
  background-position: 8px 8px;
  background-repeat: no-repeat;
  border: 0;
  padding: 40px;
  background-color: #f2f2f2;
  margin: 0 auto;
}
div.messages.messages--error {
  color: #f33b45;
  line-height: 30px;
}
div.messages.messages--error .messages__header {
  display: none;
}
div.messages.messages--error .messages__content {
  background-image: url(../images/icon_warning.png);
  background-position: 0 center;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin: 0;
}
div.messages.messages--status, div.messages.messages--status {
  box-shadow: unset;
  color: #b61f34;
  line-height: 30px;
  border: 0;
  padding: 40px;
  background-color: #f2f2f2;
}
div.messages.messages--status .messages__header, div.messages.messages--status .messages__header {
  display: none;
}
div.messages.messages--status .messages__content, div.messages.messages--status .messages__content {
  background-image: url(../images/icon-status.svg);
  background-position: 0 center;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin: 0;
}
div.error {
  color: #f33b45;
  line-height: 30px;
  border: 0;
  padding: 40px 80px;
  background-color: #f2f2f2;
}
div.error .messages__header {
  display: none;
}
div.error .messages__content {
  background-image: url(../images/icon_warning.png);
  background-position: 0 center;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin: 0;
}

.ajax-progress {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin: 0;
}

ul.pager__items .pager__item--current {
  background-color: #b61f34;
}

.status-paid,
.status-in-progress,
.status-not-paid,
.status-archived,
.button-contact-popup {
  display: inline-block;
  text-align: center;
  padding: 10px 12px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 767.79px) {
  .status-paid,
  .status-in-progress,
  .status-not-paid,
  .status-archived,
  .button-contact-popup {
    width: auto;
    max-width: 100%;
    padding: 10px 20px;
  }
}

.status-paid {
  background-color: #148158;
}

.status-in-progress {
  background-color: #f7b02f;
}

.status-not-paid,
.button-contact-popup {
  background-color: #bf1722;
}

.button-contact-popup:hover {
  cursor: pointer;
}

.status-archived {
  background-color: #c0c0c0;
}

.button-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 10px 24px;
  background-color: #b61f34;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.button-back:hover, .button-back:focus {
  cursor: pointer;
  background-color: #951b2b;
  color: #fff;
}

td.views-field:has(.status-paid), td.views-field:has(.status-in-progress), td.views-field:has(.status-not-paid) {
  width: 140px;
}

/* Table Mobile */
div.dt-container table.dataTable th.dt-type-numeric,
div.dt-container table.dataTable th.dt-type-date,
div.dt-container table.dataTable td.dt-type-numeric,
div.dt-container table.dataTable td.dt-type-date {
  text-align: left;
}
div.dt-container table.dataTable th.sortable-heading,
div.dt-container table.dataTable th.dt-orderable-none {
  display: block;
  width: 100%;
  color: #010235;
  background-color: #fff;
  font-size: 18px;
  padding: 24px;
  height: auto;
}
div.dt-container table.dataTable th.sortable-heading a,
div.dt-container table.dataTable th.dt-orderable-none a {
  color: #010235;
}
div.dt-container table.dataTable th.sortable-heading .dt-column-order,
div.dt-container table.dataTable th.dt-orderable-none .dt-column-order {
  display: none;
}
div.dt-container table.dataTable th.sortable-heading .tablesort,
div.dt-container table.dataTable th.dt-orderable-none .tablesort {
  background-image: url(../images/sort-table.svg);
}
div.dt-container table.dataTable th.sortable-heading .tablesort.tablesort--asc,
div.dt-container table.dataTable th.dt-orderable-none .tablesort.tablesort--asc {
  transform: rotate(0);
}
div.dt-container table.dataTable th.sortable-heading .tablesort.tablesort--desc,
div.dt-container table.dataTable th.dt-orderable-none .tablesort.tablesort--desc {
  transform: rotate(180deg);
}
div.dt-container table.dataTable tbody,
div.dt-container table.dataTable tr {
  display: inline-block;
  width: 100%;
}
div.dt-container table.dataTable tbody:empty,
div.dt-container table.dataTable tr:empty {
  display: none;
}
div.dt-container table.dataTable th {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.dt-container table.dataTable td span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
div.dt-container table.dataTable th span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
div.dt-container table.dataTable th.map-header {
  flex: 0 0 50px;
}
div.dt-container table.dataTable th.map-header .dt-column-order {
  display: none;
}
div.dt-container table.dataTable tr {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
div.dt-container table.dataTable tr.dt-hasChild + tr {
  margin-top: -20px;
  border-radius: 0;
}
div.dt-container table.dataTable tr.dt-hasChild td.dt-control::before {
  visibility: visible;
  opacity: 1;
}
div.dt-container table.dataTable tr td {
  flex: 1;
  height: auto;
  min-height: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
div.dt-container table.dataTable tr td.dt-control, div.dt-container table.dataTable tr td[colspan="1"] {
  display: block;
  height: auto;
  width: 100%;
  padding: 24px;
  text-align: left;
}
div.dt-container table.dataTable tr td.dt-control {
  padding-right: 48px;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-family: "ProximaNova Semi";
  font-weight: 600;
  color: #010235;
}
div.dt-container table.dataTable tr td.dt-control::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 24px;
  display: inline-block;
  height: 1px;
  width: calc(100% - 48px);
  background-color: #e9e8e8;
  border: none !important;
  opacity: 0;
  visibility: hidden;
}
div.dt-container table.dataTable tr td.dt-control::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/expand-table.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
}
div.dt-container table.dataTable tr td.td-map {
  flex: 0 0 50px;
}
div.dt-container table.dataTable tr td.render-map {
  display: block;
}
div.dt-container table.dataTable tr td a {
  color: #010235;
}
div.dt-container table.dataTable tr dl {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  margin-bottom: 0;
  width: 100%;
}
div.dt-container table.dataTable tr dl > div {
  margin-bottom: 16px;
}
div.dt-container table.dataTable tr dl > div:nth-last-child(1), div.dt-container table.dataTable tr dl > div:nth-last-child(2) {
  margin-bottom: 0;
}
div.dt-container table.dataTable tr .field-title {
  font-size: 16px;
  line-height: 16px;
  color: #8896a0;
  margin-bottom: 4px;
}
div.dt-container table.dataTable tr .field-value {
  font-size: 18px;
  line-height: 18px;
  color: #010235;
}
div.dt-container table.dataTable tr.status-filter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
}
div.dt-container table.dataTable tr.status-filter th {
  flex: unset;
  padding: 0;
  border: 0;
  background: transparent;
}
div.dt-container table.dataTable tr.status-filter .title-filter {
  background: transparent;
  min-height: unset;
  height: auto;
  margin-bottom: 10px;
}
div.dt-container table.dataTable tr.status-filter .options-filter {
  width: 150px;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
}
@media (min-width: 767.9px) and (max-width: 1600px) {
  div.dt-container .dt-layout-table .dt-layout-full {
    overflow: auto;
  }
}
@media (min-width: 767.9px) and (max-width: 1600px) {
  div.dt-container .dt-layout-table .dt-layout-full table#lease-invoice {
    width: 1520px !important;
  }
}
div.dt-container .dt-length,
div.dt-container .dt-search {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  div.dt-container .dt-length select {
    order: 2;
  }
}
div.dt-container .dt-input {
  background-color: #fff !important;
}
div.dt-container .dt-search input {
  background-color: #fff !important;
}

body div.dt-container table.dataTable th.dt-type-numeric,
body div.dt-container table.dataTable th.dt-type-date,
body div.dt-container table.dataTable td.dt-type-numeric,
body div.dt-container table.dataTable td.dt-type-date {
  text-align: left;
}
body div.dt-container table.dataTable th.sortable-heading,
body div.dt-container table.dataTable th.dt-orderable-none {
  display: block;
  width: 100%;
  color: #010235;
  background-color: #fff;
  font-size: 18px;
  padding: 24px;
  height: auto;
}
body div.dt-container table.dataTable th.sortable-heading a,
body div.dt-container table.dataTable th.dt-orderable-none a {
  color: #010235;
}
body div.dt-container table.dataTable th.sortable-heading .dt-column-order,
body div.dt-container table.dataTable th.dt-orderable-none .dt-column-order {
  display: none;
}
body div.dt-container table.dataTable th.sortable-heading .tablesort,
body div.dt-container table.dataTable th.dt-orderable-none .tablesort {
  background-image: url(../images/sort-table.svg);
}
body div.dt-container table.dataTable th.sortable-heading .tablesort.tablesort--asc,
body div.dt-container table.dataTable th.dt-orderable-none .tablesort.tablesort--asc {
  transform: rotate(0);
}
body div.dt-container table.dataTable th.sortable-heading .tablesort.tablesort--desc,
body div.dt-container table.dataTable th.dt-orderable-none .tablesort.tablesort--desc {
  transform: rotate(180deg);
}
body div.dt-container table.dataTable tbody,
body div.dt-container table.dataTable tr {
  display: inline-block;
  width: 100%;
}
body div.dt-container table.dataTable th {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body div.dt-container table.dataTable td span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
body div.dt-container table.dataTable td.td-pdf {
  display: none;
  flex: 0 0 70px;
  background: #f2f2f2;
}
body div.dt-container table.dataTable th.map-header {
  flex: 0 0 50px;
}
body div.dt-container table.dataTable th.map-header .dt-column-order {
  display: none;
}
body div.dt-container table.dataTable th.pdf-header {
  flex: 0 0 70px;
  background: #f2f2f2;
  border: 0;
  outline: 0 !important;
  box-shadow: unset !important;
  display: none;
}
body div.dt-container table.dataTable th.pdf-header .dt-column-order {
  display: none;
}
body div.dt-container table.dataTable tr {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  border: none;
  display: flex;
  flex-wrap: wrap;
}
body div.dt-container table.dataTable tr.dt-hasChild + tr {
  margin-top: -20px;
  border-radius: 0;
}
body div.dt-container table.dataTable tr.dt-hasChild td.dt-control::before {
  visibility: visible;
  opacity: 1;
}
body div.dt-container table.dataTable tr td {
  flex: 1;
  height: auto;
  min-height: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  body div.dt-container table.dataTable tr td {
    padding: 24px;
  }
}
body div.dt-container table.dataTable tr td.dt-control, body div.dt-container table.dataTable tr td[colspan="1"] {
  display: block;
  height: auto;
  width: 100%;
  padding: 24px;
  text-align: left;
}
body div.dt-container table.dataTable tr td.dt-control {
  padding-right: 48px;
  position: relative;
  font-size: 18px;
  line-height: 18px;
  font-family: "ProximaNova Semi";
  font-weight: 600;
  color: #010235;
}
body div.dt-container table.dataTable tr td.dt-control::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 24px;
  display: inline-block;
  height: 1px;
  width: calc(100% - 48px);
  background-color: #e9e8e8;
  border: none !important;
  opacity: 0;
  visibility: hidden;
}
body div.dt-container table.dataTable tr td.dt-control::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/expand-table.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
}
body div.dt-container table.dataTable tr td.td-map {
  flex: 0 0 50px;
}
body div.dt-container table.dataTable tr td.render-map {
  display: block;
}
body div.dt-container table.dataTable tr td a {
  color: #010235;
}
body div.dt-container table.dataTable tr dl {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  margin-bottom: 0;
  width: 100%;
}
body div.dt-container table.dataTable tr dl > div {
  margin-bottom: 16px;
}
body div.dt-container table.dataTable tr dl > div:nth-last-child(1), body div.dt-container table.dataTable tr dl > div:nth-last-child(2) {
  margin-bottom: 0;
}
body div.dt-container table.dataTable tr .field-title {
  font-size: 16px;
  line-height: 16px;
  color: #8896a0;
  margin-bottom: 4px;
}
body div.dt-container table.dataTable tr .field-value {
  font-size: 18px;
  line-height: 18px;
  color: #010235;
}
body div.dt-container table.dataTable tr.status-filter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
}
body div.dt-container table.dataTable tr.status-filter th {
  flex: unset;
  padding: 0;
  border: 0;
  background: transparent;
}
body div.dt-container table.dataTable tr.status-filter .title-filter {
  background: transparent;
  min-height: unset;
  height: auto;
  margin-bottom: 10px;
}
body div.dt-container table.dataTable tr.status-filter .options-filter {
  width: 150px;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
}
body div.dt-container table.dataTable tr:nth-last-child(2) .pdf-popup-wrapper .pdf-popup, body div.dt-container table.dataTable tr:last-child .pdf-popup-wrapper .pdf-popup, body div.dt-container table.dataTable tr:nth-last-child(3) .pdf-popup-wrapper .pdf-popup {
  top: auto;
  bottom: 3px;
}
body div.dt-container table.dataTable .show-map-btn {
  margin-right: 0;
  margin-left: auto;
}
body div.dt-container table#campaign tr td.dt-control {
  padding-right: 40px;
}
body div.dt-container table#campaign tr td.dt-control:after {
  right: 15px;
}
body div.dt-container .dt-paging .dt-paging-button {
  background-color: transparent;
  border: 0;
  border-radius: unset;
  width: 34px;
  height: 34px;
  padding: 0;
  outline: 0;
}
body div.dt-container .dt-paging .dt-paging-button:hover {
  background-color: #b61f34;
  border: 0;
  border-radius: 50%;
  color: #fff !important;
}
body div.dt-container .dt-paging .dt-paging-button.current {
  background-color: #b61f34;
  border: 0;
  border-radius: 50%;
  color: #fff !important;
}
body div.dt-container .dt-paging .dt-paging-button.current:hover {
  background-color: #b61f34;
  border: 0;
  border-radius: 50%;
  color: #fff !important;
}
@media (max-width: 767px) {
  body.path-campaign div.dt-container table.dataTable tr dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
  }
  body.path-campaign div.dt-container table.dataTable tr dl * {
    flex: 0 0 calc(50% - 8px);
  }
}

.gmnoprint.gm-style-mtc-bbw {
  display: none;
}

@media (max-width: 767px) {
  .pdf-loading-wrapper {
    max-width: 100% !important;
  }
}
.pdf-loading-wrapper .pdf-loading-container {
  padding: 10px;
  background: #fff;
  color: #232429;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: sticky;
  left: 100%;
  top: 0;
  z-index: 19;
  border-radius: 4px;
  box-shadow: 0px 39px 40px -40px rgba(0, 0, 0, 0.2), 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
}
.pdf-loading-wrapper .pdf-loading-icon {
  text-align: center;
}
.pdf-loading-wrapper .pdf-loading-icon .loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.pdf-loading-wrapper .pdf-loading-icon .loader:before, .pdf-loading-wrapper .pdf-loading-icon .loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
.pdf-loading-wrapper .pdf-loading-icon .loader:after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #b61f34;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}
.pdf-loading-wrapper .close-loading {
  font-size: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("../images/close-pdf.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  background-color: transparent;
  border: 0;
  margin-top: -35px;
}
.pdf-loading-wrapper .close-loading:hover {
  cursor: pointer;
}
.pdf-loading-wrapper .pdf-loading-text {
  padding: 0 15px;
  max-width: calc(100% - 64px);
  min-width: 196px;
}
.pdf-loading-wrapper.fixed {
  position: fixed;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1728px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 767.79px) {
  .pdf-loading-wrapper.fixed {
    padding: 0 20px;
  }
}
.pdf-loading-wrapper.fixed .pdf-loading-container {
  position: unset;
  max-width: 100%;
}

.campaign-info,
.contract-info,
.campaign-no-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.campaign-info > *,
.contract-info > *,
.campaign-no-info > * {
  width: calc(50% - 5px);
  font-size: 16px;
}
.campaign-info .middle-right,
.campaign-info .bottom-right,
.contract-info .middle-right,
.contract-info .bottom-right,
.campaign-no-info .middle-right,
.campaign-no-info .bottom-right {
  text-align: right;
}

.toolbar-vertical .pdf-loading-wrapper {
  top: 40px;
}

.toolbar-horizontal .pdf-loading-wrapper {
  top: 120px;
}

.loading {
  text-align: center;
}
.loading .loader {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loading .loader:before, .loading .loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}
.loading .loader:after {
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: #b61f34;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75%, 100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
}

.loader {
  display: none;
}

.tablesort--asc {
  transform: rotate(-180deg);
}

.tablesort--desc {
  transform: rotate(180deg);
}

.show-map-btn {
  font-size: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon-show-map.png) no-repeat;
  background-position: center;
  background-size: 16px;
  background-color: #f3f4f9;
  border-radius: 4px;
}
.show-map-btn.map-show {
  transform: rotate(180deg);
}

.gm-style-iw {
  max-height: 200px;
}

.panel-detail-wrapper {
  border: 1px solid;
  height: auto;
  left: 50%;
  max-width: 1026px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  z-index: 990;
  background-color: #f2f2f2;
  border: 1px solid #bebebe;
}
.panel-detail-wrapper .header-popup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  min-height: 44px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  background-color: #b61f34;
  color: #fff;
}
.panel-detail-wrapper .header-popup .name-street {
  order: -1;
  font-weight: bold;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.panel-detail-wrapper .close-btn {
  background-color: transparent;
  background-image: url(../images/icon-close-infopanel.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  border: 0;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  font-size: 0;
}
.panel-detail-wrapper .close-btn:hover {
  cursor: pointer;
}
.panel-detail-wrapper .details-container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.panel-detail-wrapper .details-container > * {
  flex: 1;
}
@media (max-width: 767px) {
  .panel-detail-wrapper .details-container > * {
    flex: 0 0 100%;
  }
}
.panel-detail-wrapper .value-panel {
  background-color: #e2e2e2;
  padding: 8px 5px;
}
.panel-detail-wrapper .value-panel > * {
  padding: 0 5px 5px 10px;
}
.panel-detail-wrapper .picture {
  position: relative;
}
.panel-detail-wrapper .picture .infopanel-preview {
  height: 292px;
}
.panel-detail-wrapper .picture .infopanel-preview.image-default img {
  height: auto;
  width: auto;
  background: #f2f2f2;
}
.panel-detail-wrapper .picture .infopanel-previewswitcher {
  bottom: 15px;
  position: absolute;
  right: 10px;
}
.panel-detail-wrapper .picture .btn {
  background: #fff;
  float: right;
  height: 42px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  width: 42px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-align: center;
  border: 3px solid transparent;
  padding: 0 8px;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center;
}
.panel-detail-wrapper .picture .btn:hover {
  cursor: pointer;
}
.panel-detail-wrapper .picture .btn.active {
  background-color: #b61f34;
}
.panel-detail-wrapper .picture .btn.active.btn-previewswitcher-picture {
  background-image: url("../images/icon-image.png");
}
.panel-detail-wrapper .picture .btn.active.btn-previewswitcher-streetview {
  background-image: url("../images/icon-gps.png");
}
.panel-detail-wrapper .picture .btn.btn-previewswitcher-picture {
  background-image: url("../images/icon-image-red.png");
  background-size: 21px;
}
.panel-detail-wrapper .picture .btn.btn-previewswitcher-streetview {
  background-image: url("../images/icon-gps-red.png");
  background-size: 25px;
}
.panel-detail-wrapper .picture img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .panel-detail-wrapper .picture img {
    width: auto;
  }
}

#cluster-toggle {
  cursor: pointer;
  background-color: -moz-linear-gradient(center top, #fefefe, #f3f3f3);
  background-color: #fefefe;
  border: 0;
  margin-top: 10px;
  border-radius: 4px;
  padding: 2px 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  line-height: 160%;
  font-size: 14px;
  font-family: "ProximaNova";
  font-weight: bold;
  user-select: none;
  display: inline-block;
  height: 40px;
  line-height: 35px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  min-width: 90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#cluster-toggle:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
#cluster-toggle:focus {
  outline: 0;
  box-shadow: unset;
  border: none;
}
#cluster-toggle button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #8996a0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#cluster-toggle button .dropdown-icon {
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 0.55em;
  vertical-align: 0.255em;
  margin-top: 3px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
#cluster-toggle button:after {
  display: none;
}
#cluster-toggle button:focus, #cluster-toggle button:hover, #cluster-toggle button:active {
  outline: 0;
  box-shadow: unset;
  border: 0;
}
#cluster-toggle ul {
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0;
  top: 40px;
  margin: 0;
  padding: 0;
  left: 0;
  min-width: 100%;
}
#cluster-toggle ul a {
  color: #8996a0;
  font-size: 14px;
  text-decoration: unset;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 2px 6px;
}
#cluster-toggle ul a:focus, #cluster-toggle ul a:active {
  background-color: #e9ecef;
}
#cluster-toggle ul a:hover {
  text-decoration: underline;
}

.gm-style .gmap-control-container {
  margin: 10px;
  text-align: right;
}
@media (max-width: 600px) {
  .gm-style .gmap-control-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 4px;
    text-align: center;
  }
}
.gm-style .gmap-control-container .gmap-control {
  cursor: pointer;
  background-color: #fefefe;
  color: #8996a0;
  border-radius: 4px;
  padding: 0 12px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  user-select: none;
  display: inline-block;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
@media (max-width: 767px) {
  .gm-style .gmap-control-container .gmap-control {
    font-size: 12px;
  }
}
.gm-style .gmap-control-container .gmap-control:hover {
  background-color: #f0f0f0;
}
.gm-style .gmap-control-container .gmap-control-active {
  background-color: #b61f34;
  color: #fff;
  font-weight: bold;
}
.gm-style .gmap-control-container .gmap-control-active:hover {
  background-color: #b61f34;
}
.gm-style .gm-style-iw {
  padding-top: 20px !important;
}
.gm-style .gm-style-iw-ch:empty {
  display: none !important;
}
.gm-style .infowindow-hover img {
  margin-top: 10px;
}
.gm-style .gm-ui-hover-effect {
  position: absolute !important;
  top: 0;
  right: 0;
}
.gm-style .gm-style-iw-c {
  padding: 17px !important;
}

.ui-dialog .ui-dialog-titlebar {
  background: #b61f34 !important;
}

#streetview-preview {
  height: 292px;
  transform: translateZ(0);
  width: 100%;
}

.show-pdf-btn img {
  object-fit: contain;
}
.show-pdf-btn img:hover {
  cursor: pointer;
}

.pdf-popup-wrapper .pdf-popup {
  position: absolute;
  background: white;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
  border-radius: 4px;
  top: 0;
  z-index: 9;
  right: 65px;
  left: auto;
  width: 226px;
  right: 65px;
  left: auto;
}
@media (max-width: 767px) {
  .pdf-popup-wrapper .pdf-popup {
    max-width: calc(100% - 48px);
    width: 100%;
    top: calc(100% - 30px);
    left: 24px;
  }
}
.pdf-popup-wrapper .pdf-popup .all-pdf {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.pdf-popup-wrapper .pdf-popup .report-id {
  max-width: 100px;
  width: 100%;
}
.pdf-popup-wrapper .pdf-popup .report-id:hover {
  background-color: #f2f2f2;
}
.pdf-popup-wrapper .pdf-popup .report-id a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  outline: 0 !important;
  box-shadow: unset !important;
}
.pdf-popup-wrapper .pdf-popup .report-id p {
  font-size: 10px;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.pdf-popup-wrapper .pdf-popup .report-id img {
  object-fit: contain;
  margin-bottom: 10px;
}
.pdf-popup-wrapper .pdf-popup .report-id:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  th.dt-control.hidden {
    display: none !important;
  }
}

.custom-header {
  width: calc(100% + 48px);
  margin: 0 -24px;
  margin-top: -16px;
  padding: 24px;
  background-color: #ff8b83;
  color: #fff;
  font-weight: 600;
}

form input[type=text],
form input[type=password],
form input[type=email] {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  height: 40px;
  min-height: unset;
}
form select,
form .form-element--type-select {
  height: 40px;
  min-height: 40px;
  padding: 8px 16px;
  width: 100%;
  font-family: "ProximaNova";
}
form select:hover,
form .form-element--type-select:hover {
  cursor: pointer;
}
form .form-element--type-select {
  padding: 8px 35px 8px 16px;
}
form .password-strength {
  display: none;
}
form.user-login-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
}
form.user-login-form > * {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  form.user-login-form > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
form.user-login-form .login-image-wrapper img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  display: flex;
}
@media (max-width: 991px) {
  form.user-login-form .login-image-wrapper img {
    width: 100%;
    border-radius: 8px;
  }
}
form.user-login-form .login-fields-wrapper {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
form.user-login-form .login-fields-wrapper > * {
  max-width: 480px;
  width: 100%;
}
@media (max-width: 991px) {
  form.user-login-form .login-fields-wrapper > * {
    max-width: 100%;
  }
}
form.user-login-form .login-fields-wrapper img {
  height: auto;
  margin-bottom: 80px;
  width: auto;
}
@media (max-width: 991px) {
  form.user-login-form .login-fields-wrapper img {
    margin-bottom: 50px;
  }
}
form.user-login-form .login-fields-wrapper .reset-password-link {
  margin-bottom: 24px;
}
form.user-login-form .login-fields-wrapper .form-item {
  margin-bottom: 24px;
  margin-top: 0;
}
form.user-login-form .login-fields-wrapper .form-item label {
  font-size: 16px;
  line-height: 22.4px;
  margin: 0;
  margin-bottom: 8px;
}
form.user-login-form .login-fields-wrapper .form-item label:after {
  display: none;
}
form.user-login-form .login-fields-wrapper .form-item:last-child {
  margin: 0;
}
form.user-login-form .login-fields-wrapper .form-actions {
  width: 100%;
}
form.user-login-form .login-fields-wrapper .form-actions input {
  width: 100%;
}
form.user-form {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767.79px) {
  form.user-form {
    padding: 20px;
  }
}
form.user-form .fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: unset;
}
form.user-form .fieldset .fieldset__wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  form.user-form .fieldset .fieldset__wrapper {
    margin-bottom: 40px;
  }
}
form.user-form .is-confirm-empty .password-match-message {
  display: none;
}
form.user-form .fieldset__label {
  padding: 0;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
form.user-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  form.user-form .js-form-item {
    gap: 8px;
  }
  form.user-form .js-form-item:first-child {
    margin-top: 0;
  }
}
form.user-form .js-form-item label {
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
  color: #6c6c6c;
}
@media (max-width: 767px) {
  form.user-form .js-form-item label {
    max-width: 100%;
  }
}
form.user-form .js-form-item select,
form.user-form .js-form-item input:not([type=checkbox]) {
  flex: 1;
}
@media (max-width: 767px) {
  form.user-form .js-form-item select,
  form.user-form .js-form-item input:not([type=checkbox]) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
form.user-form .js-form-item.password-confirm {
  width: 100%;
  max-width: 100%;
  gap: 24px;
}
form.user-form .js-form-item.password-confirm .password-confirm__password {
  margin-top: 0;
  width: 100%;
}
form.user-form .js-form-item.password-confirm .password-confirm__confirm {
  width: 100%;
}
form.user-form .js-form-item.form-type--password .form-item__description {
  width: calc(100% - 224px);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767.79px) {
  form.user-form .js-form-item.form-type--password .form-item__description {
    width: 100%;
    margin-left: 0;
  }
}
form.user-form .js-form-item.js-form-type-checkbox {
  align-items: center;
  margin-top: 0;
}
form.user-form .js-form-item.js-form-type-checkbox .form-item__label p {
  margin: 0;
}
form.user-form .js-form-item.form-item--email-tfa-status-value {
  row-gap: 0;
}
form.user-form .js-form-item.form-item--email-tfa-status-value .form-item__description {
  width: 100%;
  margin-left: 10px;
}
@media (max-width: 767.79px) {
  form.user-form .js-form-item.form-item--email-tfa-status-value .form-item__description {
    margin-left: 0;
  }
}
form.user-form .js-form-item .password-match-message {
  width: 100%;
}
form.user-form .form-actions {
  width: 100%;
}
form.user-form .form-actions input {
  width: 100%;
}
form.user-pass {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 528px;
  margin: 0 auto;
}
form.user-pass .form-actions {
  width: 100%;
}
form.user-pass .form-actions input {
  width: 100%;
}
form.user-register-form {
  max-width: 900px;
}
form.user-register-form .fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: unset;
}
form.user-register-form .fieldset .fieldset__wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  form.user-register-form .fieldset .fieldset__wrapper {
    margin-bottom: 40px;
  }
}
form.user-register-form .fieldset__label {
  padding: 0;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
form.user-register-form .js-form-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 767px) {
  form.user-register-form .js-form-item {
    gap: 8px;
  }
  form.user-register-form .js-form-item:first-child {
    margin-top: 0;
  }
}
form.user-register-form .js-form-item label {
  max-width: 200px;
  width: 100%;
  margin-bottom: 0;
  color: #6c6c6c;
}
@media (max-width: 767px) {
  form.user-register-form .js-form-item label {
    max-width: 100%;
  }
}
form.user-register-form .js-form-item.js-form-type-checkbox label {
  flex: 1;
  max-width: unset;
  margin-top: 6px;
}
form.user-register-form .js-form-item select,
form.user-register-form .js-form-item input:not([type=checkbox]) {
  flex: 1;
}
@media (max-width: 767px) {
  form.user-register-form .js-form-item select,
  form.user-register-form .js-form-item input:not([type=checkbox]) {
    flex: 0 0 100%;
  }
}
form.user-register-form .js-form-item.password-confirm {
  width: 100%;
  max-width: 100%;
  gap: 24px;
}
form.user-register-form .js-form-item.password-confirm .password-confirm__password {
  margin-top: 0;
  width: 100%;
}
form.user-register-form .js-form-item.password-confirm .password-confirm__confirm {
  width: 100%;
}
form.user-register-form .js-form-item.js-form-type-checkbox {
  align-items: center;
  margin-top: 0;
}
form.user-register-form .js-form-item.js-form-type-checkbox .form-item__label p {
  margin: 0;
}
form.user-register-form .js-form-item .password-match-message {
  width: 100%;
}
form.user-register-form .group-promotions {
  gap: 0;
}
form.user-register-form .group-promotions .fieldset__label {
  padding: 0;
  margin-bottom: 20px;
}
form.user-register-form .group-promotions .fieldset__wrapper {
  width: 100%;
  padding-left: 27px;
  margin-bottom: 0;
}
form.user-register-form .group-promotions .fieldset__wrapper .form-item {
  margin: 0;
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
form.user-register-form .group-promotions label {
  max-width: unset;
  width: calc(100% - 20px);
}
form.user-register-form .form-item--term-and-conditions {
  align-items: flex-start;
}
form.user-register-form .form-item--term-and-conditions label {
  max-width: unset;
  width: calc(100% - 20px);
  position: relative;
  padding-left: 5px;
}
form.user-register-form .form-item--term-and-conditions label::after {
  position: absolute;
  top: 0;
  left: -5px;
}
form.user-register-form select {
  color: #6c6c6c;
}
form.contact-message-feedback-form .form-actions > div:first-child {
  width: 100%;
}
form.contact-message-feedback-form .form-actions > div:first-child > * {
  width: 100%;
}
form.contact-message-feedback-form .form-actions > div:first-child .js-form-type-managed-file {
  margin: 10px 0;
  width: 100%;
}
form.contact-message-feedback-form .form-actions > div:first-child .form-managed-file__main {
  width: 100%;
}
form.contact-message-feedback-form .form-actions > div:first-child .form-managed-file__main input {
  text-align: left;
  color: #232429;
}

.form-actions input {
  background: #B61F34;
  border: 1px solid #B61F34;
  padding: 12px 24px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: unset;
  margin: 0;
  min-height: 40px;
}
.form-actions input:hover, .form-actions input:focus {
  background: #fff;
  border: 1px solid #B61F34;
  color: #B61F34;
}
.form-actions input[type=file] {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.js form .is-initial.is-password-empty.is-confirm-empty:not(.form-item--error) .password-confirm__confirm {
  display: block;
  max-block-size: unset;
  margin-block-start: unset;
  margin-top: 0px;
  width: 100%;
  margin-top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.js form .is-initial.is-password-empty.is-confirm-empty:not(.form-item--error) .password-confirm__confirm input {
  flex: 1;
}

.ui-widget-content .form-actions .button {
  background: #B61F34;
  border: 1px solid #B61F34;
  padding: 12px 24px;
  min-width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: unset;
  margin: 0;
  min-height: 40px;
}
.ui-widget-content .form-actions .button:hover, .ui-widget-content .form-actions .button:focus {
  background: #fff;
  border: 1px solid #B61F34;
  color: #B61F34;
}
.ui-widget-content .form-actions .button.upload-button {
  display: none;
}

.form-textarea-wrapper textarea {
  height: 150px;
}

#password-policy-status {
  width: 100%;
}
#password-policy-status .js-form-item {
  width: calc(100% - 224px);
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 767.79px) {
  #password-policy-status .js-form-item {
    width: 100%;
    margin-left: 0;
  }
}

.view .view-header .button-back {
  margin-bottom: 24px;
}
.view .view-content {
  /* Scroll table */
}
@media (max-width: 1199.79px) {
  .view .view-content {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 1199.79px) {
  .view table {
    overflow: auto;
  }
}
.view table .sortable-heading.is-active > a,
.view table a {
  color: #232429;
}
@media (max-width: 575.79px) {
  .view table .views-field-customers-name-advertiser,
  .view table .views-field-name,
  .view table .views-field-name-1,
  .view table .views-field-name-2 {
    min-width: 200px;
  }
}
@media (max-width: 575.79px) {
  .view table .views-field-status {
    min-width: 90px;
  }
}

.container.notfound {
  margin: 20px auto 60px;
  max-width: 1200px;
  padding: 0 10px;
  height: 760px;
  min-height: 831px;
  position: relative;
  background-image: url(../images/404-image-ch_11.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.container.notfound .notfound-text {
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 180px;
  width: 578px;
}
@media (max-width: 991px) {
  .container.notfound .notfound-text {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .container.notfound .notfound-text {
    width: calc(100% - 40px);
    left: 20px;
    top: auto;
    bottom: 0;
  }
}
.container.notfound .notfound-text h1 {
  background-color: #b61f34;
  color: #fff;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 40px;
  padding: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .container.notfound .notfound-text h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 575px) {
  .container.notfound .notfound-text h1 {
    font-size: 1.5em;
  }
}
.container.notfound .notfound-text p {
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .container.notfound .notfound-text p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .container.notfound .notfound-text p {
    font-size: 18px;
  }
}

.profile {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 12px;
}
.profile > * {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.profile .field__label,
.profile h4,
.profile .label {
  width: 200px;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .profile .field__label,
  .profile h4,
  .profile .label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.profile .field__item {
  flex: 1;
}

.ui-dialog:focus {
  outline: none !important;
  box-shadow: unset !important;
}

.form-element:hover:focus,
.form-element:focus,
.form-element:hover {
  outline: 0;
  box-shadow: unset;
  border: 1px solid #232429;
}

.region-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-height: 67px;
}
.region-header .block-system-branding-block {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 67px;
}
.region-header .messages-list, .region-header .block-local-tasks-block {
  flex: 0 0 100%;
}
.region-header .block-language-dropdown-blocklanguage-interface .form-item {
  margin: 0;
}
.region-header .block-mygoldbach-neo-account-menu-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.region-header .block-mygoldbach-neo-account-menu-block .sign-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.region-header .block-mygoldbach-neo-account-menu-block .user-nav-icon {
  background-image: url("../images/icon-user.svg");
  display: inline-block;
  width: 32px;
  height: 32px;
}
.region-header .block-mygoldbach-neo-account-menu-block .user-nav-icon span {
  display: none;
}
.region-header .block-mygoldbach-neo-account-menu-block .profile-options {
  position: absolute;
  opacity: 0;
  right: 0;
  visibility: hidden;
  height: 0;
  min-width: 210px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  top: 32px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 3;
}
.region-header .block-mygoldbach-neo-account-menu-block .profile-options a {
  padding: 12px;
  text-decoration: unset;
  color: #000;
  width: 100%;
}
.region-header .block-mygoldbach-neo-account-menu-block .profile-options a:hover {
  background-color: #f2f2f2;
}
.region-header .block-mygoldbach-neo-account-menu-block .profile-options hr {
  display: none;
}
.region-header .block-mygoldbach-neo-account-menu-block .user-control-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.region-header .block-mygoldbach-neo-account-menu-block .user-control-wrapper:hover {
  cursor: pointer;
}
.region-header .block-mygoldbach-neo-account-menu-block .user-control-wrapper:hover .profile-options {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.region-header .block-lang-dropdown {
  width: 73px;
  display: block;
}
.region-header .block-lang-dropdown form {
  margin: 0;
}
.region-header .block-lang-dropdown select {
  background: rgb(242, 242, 242);
  padding: 4px;
  height: 32px;
  border-radius: 4px;
  border: 0;
  padding: 5px 8px;
  padding-right: 36px;
  background-image: url("../images/icon-dropdown-lang.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 14px;
  text-transform: uppercase;
  min-height: unset;
}
.region-header .block-lang-dropdown select:hover, .region-header .block-lang-dropdown select:focus {
  outline: 0;
  box-shadow: unset;
}

header {
  background: #fff;
}
header .block-system-branding-block {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 67px;
}
header .top-bar-container {
  width: 100%;
  padding: 12px 0;
  background-color: #b61f34;
  text-align: left;
  color: #fff;
}
header .top-bar-container .top-bar.red-backgound {
  max-width: 1728px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 767.79px) {
  header .top-bar-container .top-bar.red-backgound {
    padding: 0 20px;
  }
}
header .top-bar-container .top-bar.red-backgound p {
  margin-top: 0;
}
header .top-bar-container .top-bar.red-backgound p:last-child {
  margin-bottom: 0;
}

.section-main {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-main .image-wrapper {
  border-radius: 4px;
  border: 1px solid rgb(233, 232, 232);
  padding: 24px;
  background-color: #fff;
}
.section-main .image-wrapper span,
.section-main .image-wrapper a {
  color: #000;
  text-decoration: unset;
}
.section-main .image-wrapper:hover, .section-main .image-wrapper:focus {
  background-color: #b61f34;
}
.section-main .image-wrapper:hover span,
.section-main .image-wrapper:hover a, .section-main .image-wrapper:focus span,
.section-main .image-wrapper:focus a {
  color: #fff;
}
.section-main .advertiser-landlord-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
}
.section-main .advertiser-landlord-wrapper > * {
  flex: 0 0 calc(50% - 4px);
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
}
.section-main .advertiser-landlord-wrapper .image-wrapper {
  height: 200px;
  width: calc(50% - 4px);
  text-decoration: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  outline: 0;
}
.section-main .advertiser-landlord-wrapper .image-wrapper span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.section-main .advertiser-landlord-wrapper .image-wrapper span:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 50px;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-campaigns span:before {
  background-image: url("../images/icon-info-kampa.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-campaigns:hover span:before {
  background-image: url("../images/icon-info-kampa-hover.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-invoices span:before {
  background-image: url("../images/icon-info-rech.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-invoices:hover span:before {
  background-image: url("../images/icon-info-rech-hover.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-lease-agreements span:before {
  background-image: url("../images/icon-info-pach.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-lease-agreements:hover span:before {
  background-image: url("../images/icon-info-pach-hover.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-lease-invoices span:before {
  background-image: url("../images/icon-info-pachtre.svg");
}
.section-main .advertiser-landlord-wrapper .image-wrapper.information-lease-invoices:hover span:before {
  background-image: url("../images/icon-info-pachtre-hover.svg");
}
.section-main .link-page {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgb(233, 232, 232);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
}
.section-main .link-page .image-wrapper {
  height: 160px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: 0;
  box-shadow: none;
}
.section-main .link-page .image-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  outline: 0;
  box-shadow: none;
}
.section-main .link-page .image-wrapper a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center 0;
  background-size: 40px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.section-main .link-page .image-wrapper a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: transparent;
  top: 0;
  left: 0;
}
.section-main .link-page .image-wrapper.information-website a:before {
  background-image: url("../images/icon-info-website.svg");
}
.section-main .link-page .image-wrapper.information-website:hover a:before {
  background-image: url("../images/icon-info-website-hover.svg");
}
.section-main .link-page .image-wrapper.information-online-shop a:before {
  background-image: url("../images/icon-info-shop.svg");
}
.section-main .link-page .image-wrapper.information-online-shop:hover a:before {
  background-image: url("../images/icon-info-shop-hover.svg");
}
.section-main .link-page .image-wrapper.information-clearview a:before {
  background-image: url("../images/icon-info-clearview.svg");
}
.section-main .link-page .image-wrapper.information-clearview:hover a:before {
  background-image: url("../images/icon-info-clearview-hover.svg");
}
.section-main .link-page .image-wrapper.information-blog a:before {
  background-image: url("../images/icon-info-blog.svg");
}
.section-main .link-page .image-wrapper.information-blog:hover a:before {
  background-image: url("../images/icon-info-blog-hover.svg");
}
.section-main .link-page .image-wrapper.information-visualizer a:before {
  background-image: url("../images/icon-info-visualizer.svg");
}
.section-main .link-page .image-wrapper.information-visualizer:hover a:before {
  background-image: url("../images/icon-info-visualizer-hover.svg");
}
.section-main .link-page .image-wrapper.information-contact a:before {
  background-image: url("../images/icon-info-contact.svg");
}
.section-main .link-page .image-wrapper.information-contact:hover a:before {
  background-image: url("../images/icon-info-contact-hover.svg");
}
.section-main .link-page .image-wrapper.information-faq a:before {
  background-image: url("../images/FAQ-red.png");
}
.section-main .link-page .image-wrapper.information-faq:hover a:before {
  background-image: url("../images/FAQ-White.png");
}
.section-main .region-content {
  position: relative;
}

.path-campaign .block-system-main-block {
  position: relative;
}
.path-campaign .header-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.path-campaign .undo-title, .path-campaign .pdf-loading-wrapper {
  flex: 1;
}
@media (max-width: 767px) {
  .path-campaign .undo-title, .path-campaign .pdf-loading-wrapper {
    flex: 0 0 100%;
  }
}
.path-user .section-main {
  min-height: calc(100vh - 137px);
}
@media (min-width: 1440px) {
  .path-user .section-main {
    min-height: 1px;
  }
}
@media (max-width: 1560px) {
  .path-invoices .view-content {
    overflow: auto;
  }
}
.path-invoices table.views-table {
  width: 100%;
}
@media (max-width: 1560px) {
  .path-invoices table.views-table {
    width: max-content;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table .views-field-aida-id-1 {
    min-width: 170px;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table .views-field-payment-terms {
    min-width: 152px;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table .views-field-name-1 {
    max-width: 215px;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table .views-field-nothing-1 {
    width: 165px;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table td.views-field-customers-name-advertiser {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 120px;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table td.views-field-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 147px;
  }
}
@media (min-width: 768.79px) {
  .path-invoices table.views-table td.views-field-name-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768.79px) {
  .path-lease-invoices table.views-table .views-field-nothing-5 {
    width: 180px;
  }
}
@media (min-width: 768.79px) {
  .path-lease-invoices table.views-table td.views-field-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 147px;
  }
}
@media (min-width: 768.79px) {
  .path-lease-contract-no table.views-table .views-field-nothing-5 {
    width: 180px;
  }
}

body.popup-show {
  overflow: hidden;
}
body.popup-show:before {
  content: "";
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  width: 100%;
  z-index: 9;
  display: inline-block;
  position: fixed;
}
body.user-logged-in .section-main {
  position: relative;
}
body.user-logged-in .pdf-loading-wrapper {
  position: absolute;
  z-index: 9;
  top: -98px;
  right: 0;
  left: auto;
}
body.path-frontpage .section-main {
  padding-top: 120px;
  padding-bottom: 40px;
}
body.path-frontpage.toolbar-fixed.toolbar-vertical .pdf-loading-wrapper.fixed {
  top: 45px;
}
body.path-frontpage.toolbar-vertical .pdf-loading-wrapper.fixed, body.path-frontpage.user-logged-in .pdf-loading-wrapper.fixed {
  top: 5px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100% !important;
  display: flex;
  justify-content: flex-end;
}
body.path-campaign .pdf-loading-wrapper, body.path-invoices .pdf-loading-wrapper, body.path-lease-contracts .pdf-loading-wrapper, body.path-lease-invoices .pdf-loading-wrapper, body.path-campaign-no .pdf-loading-wrapper, body.path-lease-contract-no .pdf-loading-wrapper {
  top: 120px;
  position: sticky;
  right: auto;
  left: 100%;
}
body.path-campaign .pdf-loading-wrapper.fixed, body.path-invoices .pdf-loading-wrapper.fixed, body.path-lease-contracts .pdf-loading-wrapper.fixed, body.path-lease-invoices .pdf-loading-wrapper.fixed, body.path-campaign-no .pdf-loading-wrapper.fixed, body.path-lease-contract-no .pdf-loading-wrapper.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100% !important;
  top: 5px;
  display: flex;
  justify-content: flex-end;
}
body.page-node-type-faq .pdf-loading-wrapper {
  top: -30px;
}
body.page-node-type-faq .pdf-loading-wrapper.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100% !important;
  top: 5px;
  display: flex;
  justify-content: flex-end;
}
body.page-node-type-faq.toolbar-fixed .pdf-loading-wrapper, body.page-node-type-faq.toolbar-vertical .pdf-loading-wrapper {
  top: -75px;
}
@media (max-width: 991px) {
  body.page-node-type-faq.toolbar-fixed .pdf-loading-wrapper, body.page-node-type-faq.toolbar-vertical .pdf-loading-wrapper {
    position: unset;
  }
}
body.page-node-type-faq.toolbar-fixed .pdf-loading-wrapper.fixed, body.page-node-type-faq.toolbar-vertical .pdf-loading-wrapper.fixed {
  position: fixed;
  top: 45px;
}
body.toolbar-fixed.toolbar-horizontal .pdf-loading-wrapper.fixed {
  top: 85px;
}
body.toolbar-fixed.toolbar-vertical .pdf-loading-wrapper.fixed {
  top: 45px;
}

@media (max-width: 991px) {
  .section-main .advertiser-landlord-wrapper > * {
    flex: 0 0 100%;
  }
  .section-main .link-page .image-wrapper {
    flex: 0 0 calc(33.33333% - 5.333334px);
  }
}
@media (max-width: 767px) {
  .section-main .advertiser-landlord-wrapper .image-wrapper {
    min-height: 120px;
    height: auto;
  }
  .section-main .link-page .image-wrapper {
    flex: 0 0 calc(50% - 4px);
  }
  body div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: flex;
  }
  body div.dt-container table.dataTable tr td.dt-control::after {
    bottom: 20px;
    top: auto;
    right: 15px;
  }
}

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