img {max-width: 100%;}
.btn span {font-size: 11px;line-height: 11px;padding-top: 3px;}
.btn i {font-size: 28px;line-height: 24px;}
.photo-img {position: relative;}
.photo-img img {display: block;width: 100%;height: 130px;object-fit: cover;border-radius: 10px;}
.photo-img button {display: block;position: absolute;top: 5px;right: 5px;}
.mob-menu {display: none;z-index: 10000;}
.form-check-label, .form-check-label * {cursor: pointer;user-select: none;}
.form-switch .form-check-input {height: 1.2em;}
@media (max-width: 991px) {
	thead {display: none;}
	tr {display: flex;flex-direction: column;}
}