.row-- {
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
}

@media (max-width: 800px) {
	.row-- {

		flex-direction: column;
		align-items: center;
	}
}
@media (max-width: 1000px) {
	.row-- {
		flex-wrap: wrap;
	}
}



.text-primary {
  color: #007bff !important;
}

.text-left {
	text-align: left;
}
.btn-light:hover {
	background-color: #e2e6ea !important;
	border-color: #dae0e5 !important;
}
.btn:focus {
	outline: none !important;
}
.rounded-0 {
	border-radius: 0;
}
.mt-2 {
	margin-bottom: 2em;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-2 {
	margin-bottom: 2em;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.ml-2 {
	margin-left: 2em;
}
.position-absolute {
	position: absolute;
}
.align-middle {
	vertical-align: middle;
}
.align-items-center {
	align-items: center;
}
.order-subject {
	margin-bottom: 1.5em;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}
.d-block {
	display: block;
}
.d-none {
	display: none !important;
}
.d-flex {
	display: flex;
}
.d-grid {
	display: grid;
}
.d-inline {
	display: inline-block;
}
.align-items-center {
	align-items: center;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.gap-3 {
	gap: 15px;
}
.col-sm-- {
	width: 280px;
}
.object-fit-cover {
	object-fit: cover;
}
.w-100 {
	width: 100%;
}
.text-align-none {
	text-align: unset !important;
}
.text-dark {
	color: black !important;
}
.d-grid {
	display: grid;
}
.d-inline {
	display: inline-block !important;
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.375rem 1.75rem 0.375rem 0.75rem;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: #fff
		url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
		no-repeat right 0.75rem center;
	background-size: 8px 10px;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
	height: auto;
	padding-right: 0.75rem;
	background-image: none;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	opacity: 0;
}

.custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 75%;
}

.custom-select-lg {
	height: calc(2.875rem + 2px);
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	font-size: 125%;
}
.mt-2 {
	margin-top: 2em;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.mr-0 {
	margin-right: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.font-weight-normal {
	font-weight: normal !important;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.justify-self-end {
	justify-self: end;
}
.mt-5 {
	margin-top: 5em;
}
.mb-2 {
	margin-bottom: 2em;
}
.font-weight-bold {
	font-weight: bold !important;
}
.mg-0 {
	margin: 0 !important;
}
