/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/





.flex-row {
    display: flex;
}
.wrapper {
    border: 1px solid #5ea3cb;
    border-right: 0;
}

canvas#scouterSignature1 {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

canvas#scouterSignature2 {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

button#clear {
    height: 100%;
    background: #5ea3cb;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

button#clear span {
    transform: rotate(90deg);
    display: block;
}
button#clear2 {
    height: 100%;
    background: #5ea3cb;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
button#clear2 span {
    transform: rotate(90deg);
    display: block;
}