/**
 * angular-bootstrap-feedback - User feedback form for angular with screenshot and highlighting
 * @author Robert Young
 * @version v1.0.2
 * @link https://robertyoung.github.io/angular-bootstrap-feedback/
 * @license MIT
 * This file is auto-generated. Please modify the Typescript related file.
 */
/** FEEDBACK */
@keyframes slide
{
    100%
    {
        bottom: 0;
    }
}
.send-feedback-container {
    position: absolute; 
    right: -5px; 
    top: -5px; 
    font-size: 14px; 
    z-index: 40001;
    width: 166px;
    padding: 7px;
}

.send-feedback-container:hover {
    background: rgba(0, 0, 0, .2);
}

.send-feedback {
    color: #444;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-width: 137.172px;
}

.send-feedback {
    z-index: 40000;
    padding: 10px;
    outline: 0;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}

.send-feedback {
    /*position: fixed;*/
    right: 10px;
    top: 10px;
    width: auto;
    font-size: 14px;
}

.send-feedback .btn {
    margin: 3px 0;
    padding: 7px;
}

.send-feedback:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}
.feedback-screenshot
{
    border: 5px solid #eee;
    border-radius: 12px;
}
.feedback-screenshot img
{
    width: 100%;
    min-height: 130px;
    object-fit: cover;
}
#feedback-canvas
{
    position: absolute;
    z-index: 9000;

    cursor: crosshair;
}

.close-modal-button
{
    cursor: pointer;
}
