.app-wrapper{
background-repeat: no-repeat !important;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
.product-card-image-container {
background-repeat: no-repeat !important;
background-position: center;
background-size: cover;
}
.navbar-brand {
    display: inline-block;
    width: 150px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url('https://i.postimg.cc/BZkgBBhB/logo1235.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-brand:hover {
    transform: scale(1.25);
    transition: transform 0.3s;
}
.modal-primary-button{
    background-repeat: no-repeat;
    background-position: center;
    background-color: #111;
    transition: transform 0.3s ease;
}
.monitoring-progress-fill {
  background-color: #ca4848 !important;
}
.advent-header {
  background-color: #289143 !important;
}