.question-form-member {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(21, 21, 21, 0.8);
    top: 0;
    left: 0;
    padding-top: 6%;
    overflow-y: scroll;
}
.question-form-window {
    width: 70%;
    background: #ffffff;
    margin: auto;
    position: relative;
    padding-right: 5%;
    padding-left: 5%;
    border-radius: 25px;
    border: 5px solid rgb(250, 115, 85);
}
.question-form-window img {
    top: -5%;
    right: -4%;
    cursor: pointer;
}
.close-question-form {
    position: absolute;
    top: 0;
    right: 0;
}
.forms-days-textarea {
    width: 100%;
    resize: none;
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Akrobat Regular', sans-serif;
    color: #AFAEAE;
    border: 1px solid #f35676;
    border-radius: 5px;
}
.none-margin-top {
    margin-top: 0;
}