.fit-cover {
	object-fit: cover
}

.bs-icon {
	--bs-icon-size: .75rem;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	font-size: var(--bs-icon-size);
	width: calc(var(--bs-icon-size) * 2);
	height: calc(var(--bs-icon-size) * 2);
	color: var(--bs-primary)
}

.bs-icon-xs {
	--bs-icon-size: 1rem;
	width: calc(var(--bs-icon-size) * 1.5);
	height: calc(var(--bs-icon-size) * 1.5)
}

.bs-icon-sm {
	--bs-icon-size: 1rem
}

.bs-icon-md {
	--bs-icon-size: 1.5rem
}

.bs-icon-lg {
	--bs-icon-size: 2rem
}

.bs-icon-xl {
	--bs-icon-size: 2.5rem
}

.bs-icon.bs-icon-primary {
	color: var(--bs-white);
	background: var(--bs-primary)
}

.bs-icon.bs-icon-primary-light {
	color: var(--bs-primary);
	background: rgba(var(--bs-primary-rgb), .2)
}

.bs-icon.bs-icon-semi-white {
	color: var(--bs-primary);
	background: rgba(255, 255, 255, .5)
}

.bs-icon.bs-icon-rounded {
	border-radius: .5rem
}

.bs-icon.bs-icon-circle {
	border-radius: 50%
}

@media (min-width:300px) {
	.yellow {
		background-color: var(--bs-yellow);
		font-size: 16px;
		text-align: center;
		padding-right: 20px;
		font-weight: 700;
	}
}

.yellow {
	background-color: var(--bs-yellow);
	font-size: 16px;
	padding: 10px 20px 10px 0px;
	text-align: right
}

.gray {
	background-color: var(--bs-yellow);
	font-size: 16px;
	padding-right: 20px;
	text-align: right;
	background: #ece9f3
}
.section-blue
{
    background-color: rgb(0, 137, 195);
    }

	.table-light-blue
	{
		background-color: rgb(223, 243, 252);
		}
		.table-dark-blue
	{
		background-color: rgb(173, 229, 255);
		}
.section-gray
{
    background-color: rgb(244, 244, 244);
}

.section-yellow
{
    background-color: rgb(248, 244, 5);
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
  .row {
	margin-left:-5px;
	margin-right:-5px;
  }
	
  .column {
	float: left;
	width: 50%;
	padding: 5px;
  }
  
  /* Clearfix (clear floats) */
  .row::after {
	content: "";
	clear: both;
	display: table;
  }
  
  table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
  }
  
  th, td {
	text-align: left;
	padding: 16px;
  }
  
  tr:nth-child(even) {
	background-color: #f2f2f2;
  }