﻿.signature-container {
    width: 100%;
    height: 50%;
    min-height: 150px;
}

.signature-canvas {
    touch-action: none;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    min-height: inherit;
}

.route-warning{
    color: darkred;
}

.route-error {
    color: red;
}