#iterasec-scroll-btn-up {
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    background-image: url("../img/chevron-up-circle.svg");
    width: 56px;
    height: 56px;
    background-size: contain;
    cursor: pointer;
    bottom: 10px;
    right: 10px;
    margin: 0;
    z-index: 200;
    display: none;
    border-radius: 100%;
}

div#hubspot-messages-iframe-container {
    z-index: 100;
}