@media (min-width: 768px) {
    .js-form-validate{
        width: 1100px;
        margin: 0px auto;
    }
    .help-the-cleaner{
        width: calc(100% - 269px);
    }
}

label {
    font-weight: normal;
}
input[type="radio"] {
    margin-left: 20px;
}
.category-list label{
    display: contents;
}
.hidden{
    display: none !important;
}
.text-left{
    text-align: left !important;
}
.pr-unset{
    padding-right: unset;
}
.pl-unset{
    padding-left: unset;
}
.mr-5{
    margin-right: 5px;
}
.h40{
    height: 40px;
}
.mb-unset{
    margin-bottom: unset;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.choice-other{
    width: calc(100% - 89px);
    display: inline-block;
    float: right;
}
.support-other{
    width: calc(100% - 158px);
    display: inline-block;
    margin-left: 5px;
    float: right;
}
.child-carers{
    width: calc(100% - 129px);
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.input_child_carers,.input_help_the_cleaner {
    float: left;
    margin-top: 10px !important;
    margin-right: 5px !important;
}
.label_child_carers,.label_help_the_cleaner{
    margin-right: 20px;
    float: left;
}
.help-the-cleaner{
    display: inline-block;
    margin-right: 7px;
    float: left;
}
.injured-person{
    width: calc(100% - 102px);
    display: inline-block;
    float: right;
}
.box-damaged-photo{
    /*width: 250px;*/
    /*display: inline-block;*/
}
.damaged-photo{
    height: 200px;
    border: 1px solid #c0b7b7;
}
.pointer{
    cursor: pointer;
}
.damaged-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-damaged-photo .btn{
    width: 100%;
}
.box-damaged-photo .no-image{
    padding-top: 70px;
}
.delete-image {
    position: absolute;
    right: 15px;
    padding: 2px 8px;
    background: red;
    border-radius: 50%;
    cursor: pointer;
    color: white;
}
.list-damaged-photo{
    max-height: 210px;
    overflow: auto;
}
.padding10{ padding-top: 10px; }
.victim-other {
    margin: unset !important;
}