.min-logo {
    width: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.dropdown-menu-right{
    right: auto;
}
.h-input-file{
    width: 0;
    height: 0;
    opacity: 0;
}

td.relative.has_action {
    position: relative;
    /* display: flex; */
}

td.relative.has_action  .trash_btn {
    position: absolute;
    left: 7px;
    top: 12px;
    width: 35px;
    height: 36px;
    font-size: 15px;
    padding: 0;
}

td.relative.has_action .trash_btn i {
    font-size: 15px;
}

td.relative.has_action input.form-control {
    width: calc(100% - 30px);
}