main {
	margin: 40px;

}

@media screen and (min-width: 600px) {
	form {
		max-width:50%;
	}
}

b,
strong {
	font-weight: bolder;
}

table {
	max-width: 90%;
	margin-left: 0px;
	margin-right: auto;
}

.fs-div {
	margin-top: 20px;
}

.fa {
	font-size: 1.2em;
	padding-right: 0.6em;
}

.btn {
	--bs-btn-bg: black !important;
	--bs-btn-border-color: white !important;
}

a.icon { 
	color: black !important;
}

a.dropdown-toggle { 
	color: black !important;
}

a.dropdown-toggle-main { 
	color: white !important;
}

.lds-heart {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	transform: rotate(45deg);
	transform-origin: 40px 40px;
  }
  .lds-heart div {
	top: 32px;
	left: 32px;
	position: absolute;
	width: 32px;
	height: 32px;
	background: #000;
	animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .lds-heart div:after,
  .lds-heart div:before {
	content: " ";
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #000;
  }
  .lds-heart div:before {
	left: -24px;
	border-radius: 50% 0 0 50%;
  }
  .lds-heart div:after {
	top: -24px;
	border-radius: 50% 50% 0 0;
  }
  @keyframes lds-heart {
	0% {
	  transform: scale(0.95);
	}
	5% {
	  transform: scale(1.1);
	}
	39% {
	  transform: scale(0.85);
	}
	45% {
	  transform: scale(1);
	}
	60% {
	  transform: scale(0.95);
	}
	100% {
	  transform: scale(0.9);
	}
  }
  