.vector-link {
    height: 33px;
    width: 76px;
    border-radius: 5.6px;
    background-color: #016dcb;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 300ms;

    &.vector-link:hover {
        opacity: 0.75;
    }

    &.call-vector-empty {
        background-color: #7e95ac;
    }
}
