/*!*******************************************************************************************************************************************************!*\
  !*** css ../../cache/node_modules/css-loader/dist/cjs.js!../../cache/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./scss/wl.scss ***!
  \*******************************************************************************************************************************************************/
/* TODO: disabled because of issue with performance in dev tools. should be rechecked in scope of https://brightlocal.atlassian.net/browse/TEC-1164 */
/* @import "color-variables"; */

.wl-container {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}
body.is-wlContainerHasFullWidth .wl-container {
  max-width: 1440px;
  min-width: 640px;
}
body.is-wlContainerHasFullWidth .wl-container .row {
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  body.is-wlContainerHasFullWidth .wl-container .row {
    max-width: none;
  }
}

.wl-welcome-container {
  text-align: center;
}
.wl-welcome-logo {
  padding: 0.625rem 0;
  text-align: center;
}
.wl-welcome-logo img {
  width: 18.75rem;
}
.wl-welcome-title {
  display: inline-block;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  word-break: normal;
}
.wl-welcome address {
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  color: #000000;
}
.wl-welcome-reports-list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.wl-welcome-reports-list-item {
  width: 16%;
  min-width: 172px;
  padding: 12px 10px;
  margin: 5px 3px;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wl-welcome-reports-list-item:hover {
  box-shadow: 0 12px 8px -8px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  text-decoration: none;
}
.wl-welcome-reports-list svg {
  display: block;
  margin: 0 auto 4px auto;
  width: 32px;
  height: 32px;
  fill: #c3c3c3;
}
.wl-welcome-reports-list span {
  color: #4a4a4a;
}
@media only screen and (min-width:64.0625em) {
  .wl-welcome-reports-list span {
    white-space: nowrap;
  }
}
.wl-report-header {
  padding-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 0.6875rem;
  border-bottom: 0.0625rem solid #c2c2c2;
}
.wl-report-header-text {
  margin-top: 22px;
  word-break: break-all;
}
.wl-report-header-text p {
  margin-bottom: 0.3125rem;
}
.wl-report-header-text p:first-child {
  margin-top: 0;
}
.wl-report-header-text p:last-child {
  margin-bottom: 0;
}
.wl-report-header-logo img {
  max-width: 18.75rem;
  max-height: 6.25rem;
}
.wl-report-content > .row {
  margin-left: 0;
  margin-right: 0;
}
.wl-report-footer {
  border-top: 0.0625rem solid #c2c2c2;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 1.375rem;
}
.wl-report-footer-text {
  font-style: italic;
  word-break: break-all;
}
.wl-report-footer-text p {
  font-size: 90%;
}
.wl-report-footer-text p:last-child {
  margin-bottom: 0;
}
.wl-report-generated {
  font-size: 1rem;
}
.wl-report-generated i {
  font-weight: 300;
}
.wl-report-actions .button.secondary,
.wl-report-actions button.secondary {
  text-decoration: none;
}
.wl-report-actions .button.secondary .ss-icon,
.wl-report-actions button.secondary .ss-icon {
  position: relative;
}
.wl-report-actions .button.secondary .ss-icon.ss-download,
.wl-report-actions button.secondary .ss-icon.ss-download {
  top: 0.125rem;
  margin-right: 0.3125rem;
  vertical-align: top;
}
.wl .layout-main {
  min-height: 100%;
  background: #f1f1f1;
}
.wl .layout-main .layout-footer {
  display: none;
}
.wl .layout-main .breadcrumbs-container {
  visibility: hidden;
  display: block;
}
.wl .layout-main.is-side-bar-expand .side-bar-trigger {
  display: block;
}
.wl .layout-main .side-bar-trigger-crossicon {
  display: none;
}
.wl .layout-main.is-side-bar-expand .side-bar-trigger-dashicon {
  display: none;
}
.wl .layout-main.is-side-bar-expand .side-bar-trigger-crossicon {
  display: inline-block;
}
.wl .layout-main .side-bar {
  top: 2rem;
}
@media only screen and (min-width:64.0625em) {
  .wl .layout-main .side-bar {
    top: 0;
  }
  .wl .layout-main .breadcrumbs-container {
    visibility: visible;
    display: block;
  }
}
.wl.location-dashboard-home {
  background-color: #ffffff;
}
.wl.location-dashboard-home .layout-main .layout-content-wrapper {
  margin: 0 auto;
}

@media only screen and (min-width:64.0625em) {
  .layout-main .layout-content-wrapper {
    transition: 0.3s;
    transition-property: margin-left;
  }
  .layout-main .breadcrumbs-container {
    transition: 0.3s;
    transition-property: padding-left;
  }
}
