.empty-img img {
    max-height: 80px;
}

.dropdown-item {
    min-width: max-content;
}

/* form */
.ts-control {
    min-height: 40px;
    box-shadow: none !important;
}
.ts-wrapper.single .ts-control::after {
    display: none !important;
}
.clear-button {
    margin-top: 5px;
}
