@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lobster&family=Racing+Sans+One&display=swap");
body {
  font-family: "Lato", sans-serif;
}

.navbar {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 99999999999;
  border-bottom: 4px solid #47669f;
  background-color: white;
}

.navbar-logo {
  height: 30px;
  margin-right: 5px;
}

.title-left {
  font-family: "Lobster", cursive;
}

.title-right {
  font-family: "Racing Sans One", cursive;
}

.countrydropdown {
  height: 20px;
}

.paginationbar {
  position: fixed;
  right: 0;
  bottom: 25px;
  left: 0;
  top: auto;
  height: 60px;
  font-weight: bold;
  padding-top: 10px;
  background-color: white;
}

.paginationbar nav {
  position: inherit;
}

.content-container {
  padding-bottom: 80px;
  padding-top: 80px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top: 4px solid #47669f;
  background-color: white;
}

.footerspacer {
  color: #47669f;
  font-weight: bold;
}

footer a {
  color: inherit;
  text-decoration: inherit;
}

.card-header {
  font-weight: bold;
}

.btnDashboard, .btnHome {
  color: #47669f;
}

.btnHome {
  margin-right: 5px;
}

.tableheader {
  font-weight: bold;
}

#spinner {
  height: 38px;
  position: relative;
  left: 10px;
  display: none;
}

.fa-xmark {
  position: relative;
  top: -10px;
}

.fa-xmark:hover {
  transition: 0.9s;
  transform: rotate(270deg);
}

.fa-plus:hover, .fa-sign-in:hover {
  transition: 0.5s;
  transform: scale(1.4, 1.4) rotate(90deg);
}

.fa-plus:not(:hover), .fa-sign-in:not(:hover) {
  transition: 0.5s;
  transform: scale(1, 1) rotate(0deg);
}

.rmenushow {
  z-index: 9999;
  position: absolute;
  background-color: #fafafa;
  border: 1px solid black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #999;
  margin: 0;
}

.rmenuhide {
  display: none;
}

.rmenu {
  font-family: "Arial", "FontAwesome" !important;
  cursor: pointer;
  padding: 5px 5px;
}

.rmenu:hover {
  background-color: lightblue;
}

.rmenulabel {
  font-weight: normal !important;
}

/*# sourceMappingURL=custom.css.map */
