* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
}

body {
  background-color: #435165;
  margin: 0;
}
select {
    width: 250px;
    padding: 0 10px 10px 10px;
    margin-bottom: 25px;
    border: 0;
    border-bottom: 1px solid #dedfe1;
}

.login, .register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 50px auto;
}

.login h1, .register h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a {
  color: #9da3ac;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: 500;
}

.login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}

.login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="date"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"], .register form input[type="date"], .register form select  {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  border-left: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
}

.login form input[type="password"]::placeholder, .login form input[type="text"]::placeholder, .login form input[type="email"]::placeholder, .register form input[type="password"]::placeholder, .register form input[type="text"]::placeholder, .register form input[type="email"]::placeholder {
  color: #8e97a3;
}

.login form input[type="password"]:focus, .login form input[type="text"]:focus, .login form input[type="email"]:focus, .register form input[type="password"]:focus, .register form input[type="text"]:focus, .register form input[type="email"]:focus {
  border: 1px solid #c2c6cd;
  border-left: 0;
}

.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 0;
  appearance: none;
}
.styled-button {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 0;
  appearance: none;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}

.login form .captcha, .register form .captcha {
  display: flex;
}

.login form .fb-btn, .login form .gl-btn, .register form .fb-btn, .register form .gl-btn {
  display: flex;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 92%;
  margin: 15px 0 5px 0;
  padding: 15px;
  transition: background-color 0.2s;
}

.login form .fb-btn i, .login form .gl-btn i, .register form .fb-btn i, .register form .gl-btn i {
  position: absolute;
  left: 15px;
}

.login form .fb-btn:hover, .login form .gl-btn:hover, .register form .fb-btn:hover, .register form .gl-btn:hover {
  color: #fff;
  transition: background-color 0.2s;
}

.login form .fb-btn, .register form .fb-btn {
  background-color: #507CBF;
}

.login form .fb-btn:hover, .register form .fb-btn:hover {
  background-color: #426fb4;
}

.login form .gl-btn, .register form .gl-btn {
  background-color: #d6523e;
}

.login form .gl-btn:hover, .register form .gl-btn:hover {
  background-color: #cf412c;
}

.login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}

.login form > a:hover, .register form > a:hover {
  color: #394049;
}

.content .OpenedOrClosedEventblock {
  width: 100%;
  max-width: none;
  /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);*/
  margin: 5px 0;
  /*padding: 10px;*/
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.OpenedOrClosedSolid {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;  
}
.OpenedOrClosedSolid .links {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  margin: 0px 0px 0px 0px ;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.03);
  /*z-index: 100;*/
  width: fit-content;
  justify-content: center;
}
.OpenedOrClosedSolid .links a {
  display: flex;
  text-decoration: none;
  padding: 3px 15px;
  border: 0;
  border-top: 1px solid black; /* 1px black border on the left */
  border-left: 1px solid black; /* 1px black border on the left */
  border-right: 1px solid black; /* 1px black border on the right */
  color: rgb(27, 27, 27);
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
}
.OpenedOrClosedSolid .links a:hover {
  background-color: #d8dadc;
}
.OpenedOrClosedSolid .links a.active {
  color:white;
  background-color: rgb(27, 27, 27);
}
.usermenu-header {
  background-color: #2f3947;
  height: 60px;
  width: 100%;
}

.usermenu-header .wrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.usermenu-header .wrapper h1, .usermenu-header .wrapper a, .usermenu-header .wrapper label {
  display: inline-flex;
  align-items: center;
}

.usermenu-header .wrapper h1 {
  flex: 1;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}

.usermenu-header .wrapper label, .usermenu-header .wrapper input[type="checkbox"] {
  display: none;
}

.usermenu-header .wrapper label {
  justify-content: center;
  width: 60px;
  border-left: 1px solid #272f3b;
  cursor: pointer;
}

.usermenu-header .wrapper label i {
  color: #fff;
}

.usermenu-header .wrapper label:hover i, .usermenu-header .wrapper label:active i {
  color: #eaebed;
}

.usermenu-header .wrapper .menu {
  display: flex;
  align-items: center;
}

.usermenu-header .wrapper .menu a {
  padding: 0 15px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: 500;
  font-size: 16px;
}

.usermenu-header .wrapper .menu a i {
  font-size: 14px;
  padding: 2px 8px 0 0;
}

.usermenu-header .wrapper .menu a:hover {
  color: #eaebed;
}

body.loggedin {
  background-color: white;
}
.event-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content {
  width: 1000px;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content.profile form label {
  display: block;
  padding: 15px 0 10px 0;
  font-weight: 500;
  font-size: 16px;
  color: #4d4d4d;
}

.content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
  margin: 0 0 25px 0;
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.content.profile .profile-detail {
  padding: 5px;
}

.content.profile .profile-detail strong {
  display: inline-block;
  color: #777;
  min-width: 120px;
  font-size: 16px;
}

.content.profile .profile-detail i {
  width: 28px;
  color: #aaabad;
}

.content.profile .profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 20px 5px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
}
.content.profile .profile-btn:hover {
  background-color: #2868c7;
}
.content .eventblock {
  width: 100%;
  max-width: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 0;
  /*padding: 10px;*/
  background-color: #fff;
  border: 1px solid #000;
}
.content .eventblock p {
  padding: 5px;
  margin: 0 0 10px 0;
}
.eventblock_original_white_bg h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #dee0e4;
}
.eventblock h1 {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 2px 0 10px 0;
  color: white;
  background-color: rgb(27, 27, 27);
  font-size: 16px;
}
.eventblock h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
}
.eventblock h3 {
  text-align: center;
  flex: 1;
  font-size: 14px;
  padding: 0;
  margin: 0 0 3px 0;
  color: #4a536e;
  font-weight: 600;
  border-bottom: 0px solid #dee0e4;
}
.eventblock h4 {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
}

.eventblock h5 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
}
.eventblock h6 {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 2px 0 10px 0;
  color: white;
  /*background-color: #3d82d1; */
  /*background-color: #063970; */
  background-color: #0a609b;  
  font-size: 16px;
}
.eventblock h99 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
  background-color: yellow; /* Add this line to set the background color */
}

.content .eventBlockNoBorder {
  width: 100%;
  max-width: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0px 0 0 0;
  /*padding: 10px;*/
  background-color: #fff;
  /*border: 1px solid #000;*/
}.content .eventBlockNoBorder p {
  padding: 5px;
  margin: 0 0 10px 0;
}
.eventBlockNoBorder_original_white_bg h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #dee0e4;
}
.eventBlockNoBorder h1 {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 2px 0 10px 0;
  color: white;
  background-color: rgb(27, 27, 27);
  font-size: 16px;
}
.eventBlockNoBorder h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
}
.eventBlockNoBorder h3 {
  text-align: center;
  flex: 1;
  font-size: 14px;
  padding: 0;
  margin: 0 0 3px 0;
  color: #4a536e;
  font-weight: 600;
  border-bottom: 0px solid #dee0e4;
}
.eventBlockNoBorder h4 {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 11px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
}
.eventBlockNoBorder h5 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 0px solid #dee0e4;
}
.print-button-white {
  padding: 8px 4px 0px 0px;
  text-decoration: none; /* Remove default link underline */
  font-size: 16px; /* Set the desired font size */
  color: white;
}
.print-button-black {
  padding: 8px 4px 0px 0px;
  text-decoration: none; /* Remove default link underline */
  font-size: 16px; /* Set the desired font size */
  color: black;
}
.content .eventuserheadingblock-green {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 0px 5px 0px;
  padding: 1px 5px 1px 10px;
  background-color: green;
  color: white;
}
.content .eventuserheadingblock-green h6 {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 2px 0 10px 0;
  color: white;
  background-color: green;
  font-size: 16px;
}

.content .eventuserheadingblock-yellow {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  background-color: yellow;
}
.content .eventuserheadingblock-yellow h6 {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 2px 0 10px 0;
  color: black;
  background-color: yellow;
  font-size: 16px;
}

.content .eventuserheadingblock-red {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 0px 0px 0px;
  padding: 0px 5px 0px 5px;
  background-color: red;
}
.content .eventuserheadingblock-red h6 {
  text-align: center;
  margin: 0 0 0px 0;
  padding: 2px 0 10px 0;
  color: white;
  background-color: red;
  font-size: 16px;
}

.content .eventuserheadingblock {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 0px 5px 0px;
  padding: 5px 5px 2px 5px;
  background-color: #fff;
}

.eventuserheadingblock h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #dee0e4;
}
.eventuserheadingblock h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid #dee0e4;
}
.content .eventuserblock {
  width: 100%;
  max-width: none;
  /* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  /* background-color: #fff; */
}
.content .eventuserblock p {
  padding: 5px;
  margin: 0 0 10px 0;
}
.eventuserblock h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: black;
  font-size: 16px;
  border-bottom: 1px solid #dee0e4;
}
.eventuserblock h2 {
  margin: 0;
  padding: 2px 5px 2px 5px;
  font-size: 14px;
  border-bottom: 1px solid #dee0e4;
}
.eventuserblock h3 {
  flex: 1;
  font-size: 14px;
  padding: 0 0 2px 0;
  margin: 0 0 0 0;
  color: #4a536e;
  font-weight: 600;
  border-bottom: 0px solid #dee0e4;
}
.eventuserblock h4 {
  flex: 1;
  font-size: 14px;
  padding: 0 0 2px 0;
  margin: 0 0 0 0;
  color: white;
  font-weight: 600;
  border-bottom: 0px solid #dee0e4;
}

.eventuserblock h8 {
  flex: 1;
  font-size: 14px;
  padding: 0 0 2px 0;
  margin: 0 0 0 0;
  color: #4a536e;
  font-weight: 600;
  border-bottom: 0px solid #dee0e4;
}
.eventuserblock h9 {
  flex: 1;
  font-size: 14px;
  padding: 0 0 2px 0;
  margin: 0 0 0 0;
  color: white;
  font-weight: 600;
  border-bottom: 0px solid #dee0e4;
}


.icon-container {
  color: blue; /* Set the default color */
}
.icon-container:hover {
  color: red; /* Change the color on hover (example) */
}
.button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.event-user-container:nth-child(odd) {
  max-width: none;
  display: flex;
  background-color: white;
  padding: 0px;
  margin: 0px;
  border:none;
  
/*  justify-content: center; */
/*  flex-wrap: wrap;*/
}
.event-user-container:nth-child(even) {
  max-width: none;
  display: flex;
  background-color: rgb(247, 249, 253);
  padding: 0px;
  margin: 0px;
  border:none;

  
/*  justify-content: center; */
/*  flex-wrap: wrap;*/
}
/*
.event-user-container-selected-user {
  max-width: none;
  display: flex;
  color: white;
  background-color:#4a79b4;
  padding: 0px;
  margin: 0px;
  border:none;
}
*/

.event-user-container-selected-user {
  max-width: none;
  display: flex;
  color: white;
  background-color:#B4854A;
  padding: 0px;
  margin: 0px;
  border:none;  
/*  justify-content: center; */
/*  flex-wrap: wrap;*/
}



.two-line-button {
  display: inline-block;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0 0;
  margin: 0 1px 1px 1px;
}
.button-big-text {
  font-size: 14px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;  
}
.button-small-text {
  font-size: 10px;
  padding: 10 10 10 10;
  margin: 50 50 50 50;
}

.icon-button {
  background: #4a79b4;
  border: none;
  padding: 0;
  cursor: pointer;
}

.oval-button-blue-no-max {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 300px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-blue {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 40%;
  max-width: 200px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}

.oval-button {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 40%;
  max-width: 200px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: rgb(104, 101, 101); /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-black {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 40%;
  max-width: 200px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightgreen ; */
  background-color: rgb(104, 101, 101); /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-green {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 40%;
  max-width: 200px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightgreen ; */
  background-color: green ;
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-red {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 40%;
  max-width: 200px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: red; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}

.oval-button-yellow {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 40%;
  max-width: 200px;
  min-width: 120px;
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightyellow; */
  background-color: yellow;
  color: black; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}

.oval-button-blue-narrow {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 15%;
  max-width: 50px;
  min-width: 50px;
  height: 30px; /* Adjust height as needed */
  max-height: 40px;
  min-height: 20px;  
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}

.oval-button-blue-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}

.oval-button-blue-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  background-color: rgb(104, 101, 101); /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-black-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightgreen ; */
  background-color: rgb(104, 101, 101); /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-black-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightgreen ; */
  background-color: rgb(104, 101, 101); /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-green-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
/*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightgreen ; */
  background-color: green ;
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-green-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
/*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightgreen ; */
  background-color: green ;
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-red-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: red; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-red-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: red; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-darkorange-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: darkorange; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-darkorange-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */  
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: darkorange; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-darkred-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: darkred; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-darkred-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: tomato; */
  background-color: darkred; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-yellow-wide {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 20px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightyellow; */
  background-color: yellow;
  color: black; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.oval-button-yellow-wide-tall {
  padding: 0 0 0 0;
  margin: 0 2px 5px 2px;
  width: 80%;
  max-width: 340px;
  min-width: 80px;
  /*  height: 30px; Adjust height as needed */
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px 8px; /* this makes the button oval */
  /*background-color: lightyellow; */
  background-color: yellow;
  color: black; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  cursor: pointer;
}
.usermenu-header-user-info {
  white-space: nowrap;
  text-align: right;
  font-size: 14px;
  padding: 0;
  margin: 0 40px 0 0;
  color: #eaebed;
  font-weight: normal;  
  width: 400px;
}

.event-error-message {
  font-size: 16px;
  color: red;
  font-weight: 500;
}
.event-success-message {
  font-size: 16px;
  color: green;
  font-weight: 500;
}
.courseGaugeContainer {
  display: flex;
  justify-content: center;
}
.courseGauge {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 18px;
  border: 1px solid #aaa;
  margin-bottom: 10px;
}

.filledPercentage {
  height: 100%;
  /*
  background: linear-gradient(to right, #ddd, #000);
  */
  background: rgb(47, 45, 45);
  width: 40%; /* Set the initial width */
}

.gaugeWhiteText {
  z-index: 1; /* Set a lower z-index for the fuel gauge */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
  font-weight: 600;
  white-space: nowrap; /* Prevent text from wrapping */
}
.gaugeBlackText {
  z-index: 1; /* Set a lower z-index for the fuel gauge */
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: black;
  font-weight: 600;
  white-space: nowrap; /* Prevent text from wrapping */
}
.gaugeGrayText {
  z-index: 1; /* Set a lower z-index for the fuel gauge */
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  /* color: gray; */
  color: #808080; /* Medium gray text */
  font-weight: 600;
  white-space: nowrap; /* Prevent text from wrapping */
}

.legend {
  width: 100%;
  max-width: none;
  display: flex;
  justify-content: space-between;
}

.legend-item {
  display: flex;
  align-items: center;
}

.status-box {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border: 1px solid #000;
}

.signed-up { background-color: green; }
.wait-listed { background-color: yellow; }
.signed-out { background-color: red; }
.signed-out-full { background-color: darkred; }
.legend-item span {
  font-size: 11px;
  font-weight: 700;
}

/*
.refresh-button-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
*/
.refresh-button-container {
  position: fixed;
  bottom: 50px;
  right: 5px;
  z-index: 9999;
}

.refresh-button {
  padding: 10px 20px;
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  border: 0px solid black; /* Removes the border */
  font-size: 16px; /* Adjust font size as needed */
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold; /* Makes the text bold */
}

  /* Style the anchor tag to look like a button */
  .refresh-button-link {
    display: inline-block;
    padding: 10px 20px; /* Adjust padding as needed */
    background-color: #3d82d1; /* Sets the background color to red */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 5px; /* Rounded corners */
    font-weight: bold; /* Makes the text bold */
    cursor: pointer;
}

/* Change button color on hover */
.refresh-button-link:hover {
    background-color: #45a049; /* Darker green */
}
.custom-dialog-class .ui-dialog-buttonpane button {
  background-color: #3d82d1; /* Sets the background color to red */
  color: white; /* Sets text color to white */
  font-size: 16px; /* Adjust font size as needed */
  font-weight: bold; /* Makes the text bold */
  height: 30px; /* Adjust height as needed */
  border-radius: 8px 8px; /* this makes the button oval */
  border: 0px solid black; /* Removes the border */
  cursor: pointer;
}
.forgot-password {
  text-align: center;
  margin-top: 10px;
}
.forgot-password a {
  color: #007BFF;
  text-decoration: none;
}
.forgot-password a:hover {
  text-decoration: underline;
}
.back-to-login {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 0;
  appearance: none;
}

.fc-event-custom {
  border: 1px solid black; /* Adds a 1px black border around each event */
  border-radius: 10px; /* Rounds the corners of the event border */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1px;
  margin: 1px;
  flex-wrap: wrap; /* Allows the content to wrap inside the container */
  word-wrap: break-word; /* Ensures text breaks correctly if it's too long */
  overflow: hidden; /* Prevents content from overflowing the cell */
  width: 100%; /* Ensures it takes up the full width of the cell */  
}
.fc-event-custom div {
  margin-bottom: 1px; /* Optional: adds space between title, view button, and action button */
}

.fc-event-custom small {
  display: block; /* Ensures that small text (view button) is displayed on a new line */
  word-wrap: break-word; /* Allows small text to wrap inside its container */
}

.fc-event-custom button {
  margin: 5px 0;
}

.fc-event-custom-small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1px;
  margin: 0px;
  flex-wrap: wrap; /* Allows the content to wrap inside the container */
  word-wrap: break-word; /* Ensures text breaks correctly if it's too long */
  overflow: hidden; /* Prevents content from overflowing the cell */
  width: 100%; /* Ensures it takes up the full width of the cell */  
}
.fc-event-custom-small div {
  margin-bottom: 1px; /* Optional: adds space between title, view button, and action button */
}

.fc-event-custom-small small {
  display: block; /* Ensures that small text (view button) is displayed on a new line */
  word-wrap: break-word; /* Allows small text to wrap inside its container */
}

.fc-event-custom-small button {
  margin: 5px 0;
}



/* If FullCalendar has internal margin/padding, override it */
.fc {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;     /* Full height for FullCalendar */
  overflow: hidden; /* Prevent scrolling */  
}

.fc-header-toolbar {
  margin: 0 !important;
  padding: 0 !important;
  height: 50px !important; /* Set the height to 50px */
}

.fc-toolbar-chunk {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; /* Ensures no border */
}
.fc-toolbar-chunk h2 {
  border-bottom: none !important; /* Removes the bottom border from h2 */
}
.bottom-floating-button-container-left-bottom {
  position: fixed;
  bottom: calc(80px + env(safe-area-inset-bottom)); /* 80px from the bottom, adjusted for safe area */
  left: 20px; /* Positioned towards the right side of the screen */
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  align-items: center; /* Center buttons horizontally */
  gap: 10px; /* Space between the buttons */
  z-index: 1000; /* Ensure it appears above other content */
}
.bottom-floating-button-container-top-left {
  position: fixed;
  top: 40px; /* Position it 40px from the top */
  left: 20px; /* Position it 20px from the left side */
  display: flex;
  flex-direction: column; /* Stack buttons vertically */
  align-items: center; /* Center buttons horizontally */
  gap: 10px; /* Space between the buttons */
  z-index: 1000; /* Ensure it appears above other content */
}
.bottom-floating-button-container {
  position: fixed;
  top: 10px; /* Position it 40px from the top */
  right: 50px; /* Position the right edge of the right button 50px from the right edge of the screen */
  display: flex;
  justify-content: flex-end; /* Align buttons to the right */
  align-items: center; /* Center the buttons vertically within the div */
  gap: 10px; /* Space between the buttons */
  z-index: 1000; /* Ensure it stays above other content */
}

.bottom-floating-oval-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #3d82d1;
  color: white;
  border: none;
  border-radius: 50px; /* Rounded button */
  font-size: 24px; /* Increase icon size */
  cursor: pointer;
  width: 45px; /* Fixed width */
  height: 45px; /* Fixed height */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: background-color 0.3s ease;
}

.bottom-floating-oval-button:hover {
  background-color: #2a5d8f; /* Darker shade on hover */
}

.bottom-floating-oval-button i {
  font-size: 24px; /* Adjust icon size */
}

#current-events-waiting-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-translucent black background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  font-size: 20px; /* Ensure text is readable */
  color: black; /* Dark gray for the text */
  font-weight: bold; /* Make text bold */
  pointer-events: all; /* Prevent clicks on underlying elements */
}

#current-events-waiting-modal .modal-content {
  background: rgba(255, 255, 255, 0.7); /* Semi-translucent white background */
  padding: 20px;
  border-radius: 10px; /* Rounded corners for a polished look */
  text-align: center; /* Center align the text inside the modal */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8); /* Add some depth */
  color: black; /* Dark gray text color */
}

#current-events-waiting-modal .spinner {
  border: 5px solid rgba(0, 0, 0, 0.2); /* Dark translucent border */
  border-top: 5px solid black; /* Dark gray spinner top */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 10px; /* Center spinner and add spacing */
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#current-events-waiting-modal-all-black-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1); /* Fully opaque background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  font-size: 20px; /* Increase font size */
  color: white; /* Optional: Ensure text is visible on a dark background */
}

@media (max-width: 767px) {
  .bottom-floating-oval-button-blah {
    width: 40px; /* Smaller size for mobile */
    height: 40px;
  }

  .bottom-floating-oval-button-blah i {
    font-size: 20px; /* Smaller icon size for mobile */
  }
}

@media (max-width: 475px) {
  .fc-header-toolbar {
    height: 80px !important; /* Change to auto or a different height when the media width is less than 475px */
  } 
}

.fc-daygrid-event-harness {
  margin: 0 !important;
  padding: 0 !important;
}
.fc-event,.fc-event-start,.fc-event-end,.fc-event-future,.fc-daygrid-dot-event,.fc-header-toolbar,.fc-toolbar,.fc-toolbar-ltr {
  margin: 0 !important;
  padding: 0 !important;
}

.fc-daygrid-event {
  display: block;
  white-space: nowrap;       /* Prevent text wrapping */
  overflow: hidden;          /* Hide overflowing text */
  text-overflow: ellipsis;   /* Show ellipsis for truncated text */
  max-width: 100%;           /* Constrain the width to the cell */
  box-sizing: border-box;    /* Include padding and border in width calculation */
  margin-bottom: 1px !important; /* Ensure the spacing is applied */
}

.calendar-event-truncated-title {
  color: white;              /* Default text color */
  padding: 2px 4px;          /* Optional: Add padding for better readability */
  font-size: 12px;           /* Adjust font size */
  white-space: nowrap;       /* Allow text to wrap */
  overflow: visible;         /* Prevent clipping of text */  
}

.fc-timegrid-event {
  height: 100%; /* Ensure the event respects its slot's height */
  overflow: hidden; /* Hide anything overflowing the event container */
}
/* Allow wrapping for the day view */
.fc-timegrid-event .calendar-event-truncated-title {
  white-space: normal;  /* Allow wrapping */
  word-wrap: break-word; /* Break long words to fit within the container */
  overflow: hidden;    /* Hide any overflow */
  height: 100%;    /* Ensure content stays within the slot */
  line-height: 1.2em;  /* Adjust line height for readability */
  display: flex;         /* Use flexbox for better control */
}

.calendar-event-truncated-title.yellow {
  color: black;              /* Override text color for yellow background */
}

.fc-event {
  z-index: 1;                /* Ensure events are stacked properly */
}

.fc-event-container > * {
  z-index: inherit;          /* Ensure child elements don't overlap improperly */
}

#calendar_div {
  width: 100%; /* Ensure full width */
  display: block; /* Ensure it's displayed as a block element */
  margin-top: 5px; /* Optional: add some space above */
  border: 1px solid black;
  height: auto;             /* Let the calendar's height adjust based on content */
  overflow: visible;        /* Allow content to overflow if necessary */
}

/* Reduce vertical spacing between events in month view */
.fc-daygrid-month-view .fc-daygrid-event {
  margin-top: 3px; /* Reduce space between events */
  margin-bottom: 3px; /* Reduce space between events */
  padding: 5px; /* Reduce padding inside events */
}

/* Adjust the height of the day cells in the month view */
.fc-daygrid-month-view .fc-daygrid-day {
  height: auto; /* Ensure day cell height is flexible */
}

/* Optionally reduce padding inside day cell header */
.fc-daygrid-month-view .fc-daygrid-day-top {
  padding-top: 2px; /* Reduce padding at the top of each day cell */
}


@media screen and (max-width: 400px) {
  .login, .register {
    width: 95%;
  }
}


@media screen and (max-width: 2000px) {
  .usermenu-header .wrapper {
    width: 100%;
  }
  .usermenu-header .wrapper h1 {
    font-size: 18px;
    padding: 10px;
  }
  .usermenu-header .wrapper label {
    display: inline-flex;
  }
  .usermenu-header .wrapper .menu {
    z-index: 4; /* Set a heigher z-index than the fuel gauge */
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    flex-flow: column;
    background-color: #252d38;
    justify-items: flex-start;
    align-items: flex-start;
  }
  .usermenu-header .wrapper input[type="checkbox"]:checked ~ .menu {
    display: flex;
  }
  .usermenu-header .wrapper input[type="checkbox"]:checked ~ .menu a {
    width: 100%;
    padding: 15px 17px;
    border-bottom: 1px solid #1f252e;
  }
  .content {
    padding: 5px 3px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .profile-detail strong {
    width: 100%;
  }

  
}
