
.feedback-section {
    width: 500px;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9;
}

.feedback-button {
    width: 100px;
    position: fixed;
    bottom: 0;
    right: 15px;
}

.feedback-section .btn-feedback {
    font-size: 20px;
}
.feedback-form textarea{
    /*height:80px !important;*/
}
.btn.btn-feedback {
    background: #eb213d !important;
    color: #fff !important;
    border-radius: 0px !important;
    transition: 0.5s ease;
    padding: 1% 10% !important;
    margin-top: 1%;
    float: right;
}

/*css specially start for screen capture */

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    padding: 0;
    /*overflow: hidden;*/
}


.crosshairs {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2147483645;
}

.crosshairs.hidden {
    display: none;
}


.crosshairs::before,
.crosshairs::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: none !important;
    /*border-image: !important;*/
}

.crosshairs::before {
    left: -100%;
    top: -100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.crosshairs::after {
    left: 0px;
    top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.overlay {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/

}

.overlay.highlighting {
    background: none;
    border-color: rgba(0, 0, 0, 0.5);
    border-style: solid;
}

/*css specially end for screen capture */