.feedback-box {
    width: 752px;
    min-height: 833px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(187, 187, 187, 1);
    margin: 0 auto;
}

.title-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 64px;
    background-color: rgba(63, 141, 252, 0.2);
}

.title-text {
    color: rgba(108, 108, 108, 1);
    font-size: 20px;
    margin-left: 30px;
    font-weight: bold;
}

.title-input {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(136, 136, 136, 1);
    font-size: 12px;
    border: 1px solid rgba(187, 187, 187, 1);
}

.common-select {
    width: 200px;
    height: 35px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(96, 92, 92, 1);
    font-size: 12px;
    border: 1px solid rgba(187, 187, 187, 1);
}

.options {
    height: 40px !important;
    border-radius: 2px;
}

.content-textarea {
    width: 100%;
    height: 255px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    border: 1px solid rgba(159, 157, 157, 1);
}

.contact-input {
    width: 500px;
    height: 36px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(136, 136, 136, 1);
    font-size: 12px;
    border: 1px solid rgba(187, 187, 187, 1);
}

.upload-tips {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
}

.upload-btn {
    display: inline-flex;
    justify-content: space-around;
    width: 106px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    border: 1px solid rgba(217, 217, 217, 1);
}

.upload-btn-icon {
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
}

.hide {
    display: none;
}

.image-box{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}

.image_display_box{
    position: relative;
    display: none;
    width: 200px;
    height: 200px;
}

.image_display_box:not(:first-child){
    margin-left: 30px;
}

.image_display{
    width: 100%;
    height: 100%;
}

.image_delete_btn{
    width: 16px;
    height: 16px;
    margin-left: 90px;
}