@charset "UTF-8";
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.top__title{
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: large;
	background-color: #85CBBF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.top__title--pay{
	color: #00a0e9;
	font-weight: bold;
	font-size: large;
	background-color: #fff100;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #00A0E9;
}
.top__subtitle{
	color: #00A0E9;
	font-weight: bold;
	font-size: large;
}
.top__notes--red{
	color: #FF0004;	
}
.top__teltxt{
	background-color: #FEFF00;	
}
.top__notes{
	font-size: small;
	font-weight: normal;
}
.top__notes-b{
	font-weight: bold;	
}
.top__hhead{
	background-color: #54c3f1;
	font-weight: bold;
	font-size: large;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #FFFFFF;
}
.card-title{
	font-weight: bold;
	font-size: large;
}
.top__table-bule{
	
}
.top__table-bule th{
	color: #FFFFFF;	
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #00a0e9;
}
.table-strip {
  --bs-table-color: #000;
  --bs-table-bg: #fffcdb;
}
.table-primary2 {
  --bs-table-color: #000;
  --bs-table-bg: #004098;
}
.border-primary {
  border-color: #00a0e9 !important;
}
.border-primary2 {
  border-color: #004098 !important;
}
.top__pay-red{
	font-size: large;
	font-weight: bold;
	color: #FF0004;
}
footer {
    background-color: #85CBBF;
    color: #FFFFFF;
}
.card_background{
	background-color: #FFF8DC;
}
