/* File input */
.input_block {
    width: 100%;
    max-width: 300px;
    position: relative;
    border: 1px dashed;
    background-repeat: no-repeat;
    background-size: cover;
}

.input_block::before {
	content: "";
    padding-top:90%;
    display: block;
}
.input_has_image .input_remove_img{
    display: block;
}
.input_has_image .input_click_input{
    color: #ffffff;
}
.input_click_input {
    cursor: pointer;
	display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #555555;
    z-index: 9999;
}
.input_click_input i{
    font-size: 30px;
}
.input_remove_img {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    color: red;
    display: none
}

.input_remove_img i{
    font-size: 20px;
}
.display-order {
    border: unset;
    background: unset;
}
.display-order:focus, .display-order:hover {
    background-color: white;
    border: 1px solid #e5e5e5;
}

.table-responsive-auto {
    overflow-x: auto;
    width: 100%;
    display: block;
}