body {
	font-size: 0.9rem;
}
/*
.table-wrap {
	overflow-x: auto;
}

.table-wrap .table {
	border-collapse: collapse;
	white-space: nowrap;
}

.table .thead-color {
	background-color: rgba(0, 0, 0, .05)
}

.table tr.bg-cancel {
	background-color: #d2d4d7;
}

.modal-body {
	padding: 1rem 3rem;
}

.modal-body .padding-large-box {
	padding: 2rem 0;
}

.modal-body .file-input-box {
	font-size: 1rem;
}

.form-group {
	margin-bottom: 0.5rem;
}

.form-check-inline {
	height: 100%;
}

.table td, .table th {
	padding: 0.5rem 0.75rem;
}

.tooltip-comment {
	font-size: 25px;
} */

.hide {
	display: none;
}

/* date picker */
.flatpickr_date.input-group>.custom-select:not(:first-child),
.flatpickr_date.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.flatpickr_date .form-control:disabled {
	background-color: #e9ecef !important;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
}
