/* ================================================== */
/* FOOTER */
/* ================================================== */
.tui-core_auth-footer__poweredBy,
.page-footer-poweredby {
    text-align: right;
}

.tui-core_auth-footer__poweredBy a,
.page-footer-poweredby a:link,
.page-footer-poweredby a:visited,
.page-footer-poweredby a:active {
    text-decoration: none;
    opacity: 0.75;
}

.tui-core_auth-footer__poweredBy img,
.page-footer-poweredby img {
    padding: 5px;
    opacity: 0.75;
}

.tui-core_auth-footer__poweredBy a:hover,
.tui-core_auth-footer__poweredBy img:hover,
.page-footer-poweredby a:hover,
.page-footer-poweredby img:hover {
    opacity: 1;
}


body {
    background-color: #ebebeb;
}

.block.chromeless.block {
    background-color: transparent;
}


.bottom-right-image {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100px; /* adjust size as needed */
  height: auto;
}

body::after {
  content: "";
  position: fixed;
  bottom: -145px;
  left: 0;
  width: 600px; /* adjust size */
  height: 600px;
  background-image: url('https://plesseysemiconductors.com/wp-content/themes/plessey/img/plessey-shape-card.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; /* optional: makes it click-through */
  z-index: -1;
  opacity:0.1;
}

