﻿#imgArrowTop {
    position: fixed;
    cursor: pointer;
    bottom: 3vh;
    right: calc(3vw + 10px);
    z-index: 100;
    display: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(91, 77, 193, 0.90) 0%, #453A92 69%);
    border: 1px solid #D9D9D9;
    border-radius: 50px;
}


#arrowTopContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.iconArrowUp {
    color: #fff;
    font-size: 22px;
}
