﻿body {
}

.close-icon {
    background-color: white;
    padding: 4px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: -8px;
}

    .close-icon:hover {
        cursor: pointer;
    }

.btn-firma {
    border: 1px solid rgb(0,0,0,0.5);
}

    .btn-firma:hover {
        background-color: orangered;
        color: white;
        text-decoration: none !important;
    }
