.report_box {
    padding: 30px 0;
    /* width: calc(100% - 40px); */
    margin: 0 auto;
    color: #333;
}

.back_20_line {
    height: 20px;
    width: 100%;
}

.box_main_h .was-validated .form-control:invalid:focus,
.box_main_h .was-validated textarea.form-control:invalid,
.box_main_h .was-validated .form-control:invalid,
.box_main_h .was-validated .form-control:valid,
.box_main_h textarea.form-control,
.box_main_h .was-validated .form-control:valid:focus {
    background: none;
    box-shadow: none;
    border-color: #ced4da;
}

.was-validated_phone .phone_text {
    display: block
}

.was-validated_card .caed_text {
    display: block
}

.box_main_h .form-group {
    margin-top: 10px;
}

#report_img img {
    width: 200px;
    margin-right: 20px;
    border-radius: 8px;
}

.box_main_h #submit_button {
    display: block;
    padding: 5px 0px;
    width: 140px;
    margin: 40px auto 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 32px;
    border: none;
}

.mian_box_h {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 4px;
}

.mian_box_h textarea {
    color: #000;
    font-size: 17px;
    line-height: 25.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    overflow: visible;
    display: block;
    resize: none;
    word-break: break-word;
    word-wrap: break-word;
}

.upload_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Image_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.Image_box img {
    height: 100px;
    object-fit: scale-down;
}

.Image_upload_box {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.close_back {
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Image_upload_box i {
    font-size: 15px;
    color: #fff;
    z-index: 999;
}

.cropedBigImg {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cropedBigImg i {
    color: #ccc;
}

.box_main_h .upload_box_nox {
    width: 100px;
}

.box_main_h input,
.box_main_h select {
    height: 40px;
}

.title_h span {
    width: 3px;
    height: 16px;
    margin-right: 8px;
    border-radius: 3px;
    display: inline-block;
}