.category_list {
    margin-top: 30px;
}
.list_sub_div{
	display: grid;
	margin-bottom: 20px;
	max-width: 80%;
}
.list_sub_div lable{
	font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
}
.list_sub_div select{
    width: 300px;
}
.list_sub_div input{
    width: 500px;
}
.list_sub_div textarea{
	width: 80%;
    height: 200px;
}
.final {
    display: block;
}
.final input {
    background: #757575;
    color: #fff;
    padding: 10px 15px;
    width: auto;
    border: unset;
	cursor: pointer;
}
.final input:hover {
    background: #555;
}
.danger_btn {
    background: #b64d46!important;
}
.danger_btn:hover {
    background: #F44336!important;
}
.list_sub_checkbox {
    display: flex;
    margin-bottom: 10px;
}
.list_sub_checkbox input {
    margin: auto 10px auto 10px;
}
.list_sub_checkbox label {
    line-height: 45px;
}