.my-vb-icon {
    width: 20px !important;
    height: 20px !important;
}

svg {
    pointer-events: none;
}

textarea {
    white-space: pre;
    overflow-wrap: normal;
    overflow-x: scroll;
}

.divScrollArgosTraderBot {
    overflow: auto;
    max-height: 400px;
}

.my-yellow {
    color: yellow;
}

.my-white {
    color: white;
}

.my-stroke {
    stroke: black;
    stroke-width: 10;
}