.card-img-top {
  padding: 10px;
}

.card {
  border-radius: .5rem;
}

.navbar-toggler {
  min-width: auto;
}

.custom-container {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
  margin-bottom: 15px;
  margin-top: 90px;
}

.custom-header {
  width: 100% !important;
  position: relative;
  text-align: center;
  color: white;
  background-color: #009BA4;
}

.custom-header::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background-image: url("https://web-staging.orchestra-cohort.eu/wp-content/uploads/2021/02/networkneu.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#rps-header {
	background-color: #d5e3dd;
	box-shadow: -5px 3px 8px rgba(0, 0, 0, 0.2392156863);
	position: fixed;
	z-index: 2001;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
}

#main-container{
	/* margin-top: 90px; */
	margin-bottom: 80px;
}

.logo{
	height: 65px;
}

footer{
	background-color: #009BA4;
	color: white;
}

footer a{
	color: white;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}

.custom-header h1 {
	margin-top: 2.05rem !important;
	margin-bottom: 2.5rem !important;
}

button{
	min-width: 100%;
	border-radius: 15px !important;
	color: #FFA500 !Important;
	border: 3px solid #FFA500 !important;
	background: white !important;
	cursor: pointer;
	height: 70px !important;
	font-weight: bold;
}

form p{
	margin: 10px;
}

.close-button {
  min-width: auto; 
  border: none !important;          /* Removes the border */
  background: none !important;      /* Removes the background */
  font-size: 40px !important;       /* Adjust the size of the "x" if needed */
  color: red !important; 
}

.info-button {
  min-width: auto; 
  border: none !important;          /* Removes the border */
  background: none !important;      /* Removes the background */
  font-size: 40px !important;       /* Adjust the size of the "x" if needed */
  color: #0c5460 !important; 
}

/* Flexbox styling for the alert */
.alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alert-content {
  flex-grow: 1;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

#navbarSupportedContent {
  flex-grow: unset;
}