.feedback {
    width: 220px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: white;
    display: inline-block;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 10px 10px;
    z-index: 1
}

.feedback-header {
    background: #F08619;
    width: inherit;
    height: auto;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.feedback-header img {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    float: right;
}

.feedbackForm {
    padding: 16px 16px 20px 16px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #F08619;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../img/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    left: -36px;
    top: 6px;
    cursor: pointer;
    display: none;
}
