html, body {
  background-color: white;
  position: relative;
  margin: 0;
  background: white;
}


.content {
  max-width: 1200px;
  margin: auto;
  background: white;
  }

h1 {
  color: black;
  margin-left: 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
    }


h2 {text-align: center;
	color: black;
	margin: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;

	}


h3 {text-align: center;
	color: black;
	margin: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;

	}

h4 {text-align: center;
	color: white;
	margin: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;

	}

p {text-align: left;
	color: black;
	margin: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
  font-size: 16px;
	}

label {text-align: left;
  color: black;
  margin: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  }
.button {
  cursor: pointer;
  outline: 0;
  color: #000000;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.button:hover {
  color: #000000;
  background-color: #cccccc;
  border-color: #cccccc;
}

.buttonwhite  {
  cursor: pointer;
  outline: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #0d6efd;
  border-color: #0d6efd;
  height: 40px;
  margin-right: 10px;
}

.buttonwhite:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.button1 {background-color: #41729F; } /* Blue */
.button2 {background-color: #F51720; } /* Red */
.button3 {background-color: #3CACAE; } /* Green */
.button4 {background-color: #747474; } /* Gray */
.button5 {background-color: #e68a00; } /* Orange */



video {display: block;
	margin: auto;
	max-width: 100%;
}

img {display: block;
	margin: auto;
	max-width: 100%;
}

.container {margin: auto;
	width: 72%;
	border:	3px solid #73AD21;
	padding: 10px; }

.container {
  border: 2px solid #a9b4b8;
  background-color: #f0f0f2;
  border-radius: 5px;
  padding: 16px;

  }

.container::after {
  content: "";
  clear: both;
  display: table;
}

.container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.container span {
  font-size: 20px;
  margin-right:15px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 500px) {
  .container {
      text-align: center;
  }
  .container img {
      margin: auto;
      float: none;
      display: block;

  }
}

.footer {
    margin-bottom: 0;
	bottom: 0;
	width: 100%;
	background-color: #001442;
	color: #ffffff;
	text-align: center;
	position: absolute;
	overflow: hidden;
	height: 60px;
	padding: 0px;
	}


.btn-group button {
  cursor: pointer;
  outline: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #000000;
  border-color: #000000;
  height: 40px;
  margin-right: 10px;
}

.btn-group button.submit {
  cursor: pointer;
  outline: 0;
  color: #fff;
  background-color: #818181;
  border-color: #818181;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 40px;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}


/* Add a background color on hover */
.btn-group button.submit:hover {
  color: #fff;
  background-color: #696969;
  border-color: #696969;
}

.btn-group button:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-group-smaller {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the buttons horizontally */
  align-items: center; /* Center the items in the cross-axis */
}

.btn-group-smaller button {
  background-color: #e8e8e8;
  color: #000000;
  border: none;
  padding: 0px 20px;
  border-radius: .25em;
  cursor: pointer;
  font-family: Inter, sans-serif;
  margin-right: 15px;
  font-weight: 500;
  text-decoration: none;
  height: 38px !important;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.btn-group-smaller button.submit {
  background-color: #646464;
  color: #e8e8e8;
  border: none;
  padding: 0px 20px;
  border-radius: .25em;
  cursor: pointer;
  font-family: Inter, sans-serif;
  margin-right: 15px;
  font-weight: 500;
  text-decoration: none;
  height: 38px !important;
  font-size: 15px;
  display: flex;
  align-items: center;
}

/* Add a background color on hover */
.btn-group-smaller button.submit:hover {
  color: #fff;
  background-color: #000000;
}

.btn-group-smaller button:hover {
  background-color: #cccccc;
}


.btn-group-smaller label {
  cursor: pointer;
  outline: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: 0.25em;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #e8e8e8;
  color: #000000;
  margin-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-group-smaller label.submit {
  cursor: pointer;
  outline: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  font-size: 1rem;
  border-radius: 0.25em;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #646464;
  color: #ffffff;
  margin-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

/* Add a background color on hover */
.btn-group-smaller label.submit:hover {
  color: #fff !important;
  background-color: #000000;
}

.btn-group-smaller label:hover {
  color: #000000 !important;
  background-color: #cccccc;
}


.sk-chase {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #3cddec;
  left: 50%;
  width: fit-content;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  border-radius: 10px;
}

.modal-header {
  padding: 2px 16px;
  background-color: #ffffff;
  color: #551fdb;
  border-radius: 10px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0}
  to {opacity: 1}
}

.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin: auto;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  background-color: transparent;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav2 {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  margin: auto;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  background-color: transparent;
  overflow-x: hidden;
  padding-top: 20px;
}


span.sidenav {
  height: 50px;
  background: transparent;
}

span.sidenav2 {
  height: 50px;
  background: transparent;
}

img.IG {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: bounce 1s;

  /* When the animation is finished, start again */
  animation-iteration-count: 6;
}

@keyframes bounce {
   0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
   40% {transform: translateY(-30px);}
   60% {transform: translateY(-15px);}
}

/* The Modal (background) */
.dialogue {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  left: 0;
  top: 0;
}

/* Modal Content */
.dialogue-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  bottom: 0;
  right: 0;
  position: fixed;
}

/* The Close Button */
.close {
  color: gray;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Style for the dropdown menu */
.dropdown {
    position: relative;
    display: inline-block;
}

/* The container for the popup dropdown */
.popup-dropdown {
    position: absolute;
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 100%; /* Position the popup below the dropdown button */
    right: 0; /* Adjust this as needed to position the popup */
}

.dropdown:hover .popup-dropdown {
    display: block;
}

/* Style for the logout link */
.popup-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.popup-dropdown a:hover {
    background-color: #f1f1f1;
}

.footer-content {
  display: flex;
  flex-direction: row; /* Layout for large screens */
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.footer-text {
  color: #262628;
  font-family: sans-serif;
  line-height: 17px;
  text-align: left;
}

.footer-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer-buttons a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #262628;
  text-decoration: none;
  font-family: sans-serif;
  padding: 9px 16px 10px;
  border: none;
  border-radius: 4px;
}

a {
  cursor: pointer !important;
}