figure.zoom {
    background-position: 100% 100%;
    border: 5px solid white;
    box-shadow: -1px 5px 15px rgb(97, 97, 97);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.zoom img {
    width: 100%;
    height: 100%;
}

figure.zoom img:hover {
    opacity: 0%;
}

.sign {
    width: 100%;
    height: 100%;
    border: 5px solid white;
    box-shadow: -1px 5px 15px black;
}

.top {
    padding-top: 100px;

}

.ipv-images {
    display: grid;
    grid-template-columns: auto auto auto;
}

.template_sidebar {
    word-wrap: break-word;
}

.form-sidebar.overlay-sidebar.hidden-xs.hidden-sm {
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 10px;

}

.summary-value.purple {
    color: #8886e9;
}

.summary-value.orange {
    color: #b8491a;
}

.navbar-brand img {
    display: inline-block;
    max-width: 100%;
    max-height: 45px;
}