.main-logo {
  text-align: center;
  display: flex;
  width: 100%;
}

.img-logo {
  object-fit: cover;
  width: 100%;
  padding: 20px;
}

.small-logo {
  width: 100px;
  height: auto;
}

.radio-group {
  display: flex;
}

.form-group{
  margin-bottom: 10pt;
}

.form-label{
  font-weight: bold;
}

.footer{
  height: 200px;
}

.sc-title
{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.sc-header
{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.highlight
{
  color: #41b90f !important;
}

reqmark
{
  font-weight: bold;
  color: rgb(183, 29, 29);
}

/* Override default link color */
a {
  color: #41b90f; /* New default color for links */
  text-decoration: none; /* Removes underline from links */
}

/* Override link hover color */
a:hover {
  color: #50e10e; /* New color for hover state */
  text-decoration: underline; /* Adds underline on hover */
}

.btn-primary {
  background-color: #41b90f !important; /* New background color */
  border-width: 0px;
  border-color: #41b90f !important; /* New border color if needed */
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #50e10e !important; /* Darker shade for hover state */
  border-width: 0px;
  border-color: #50e10e !important;
}

.action-btn
{
  width:42px;
  height: auto;
  margin: 0 2px 0px 2px!important;
  align-content: center;
}

.icon-link {
  display: inline-block; /* Allows specifying width and height */
  width: 20px; /* Width of the icon */
  height: 20px; /* Height of the icon */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center; /* Centers the background image */
  text-decoration: none; /* Optional: Removes underline */
}

.cancelled {
  background-color: #FFC300 !important; /* Darker shade for hover state */
  border-width: 0px;
}

.in-progress {
  background-color: #2ea1ec !important; /* Darker shade for hover state */
  border-width: 0px;
}

.nav-link {
  color: #41b90f !important;;
}

.nav-link:hover,
.nav-link:focus,
.nav-link:active
{
  color: #50e10e !important;
}

.entry-divider {
  border-bottom: 1px solid #e0e0e0; /* Faint cell line */
  padding-bottom: 10px; /* Add some space between entries */
  margin-bottom: 10px; /* Add some space between entries */
}

.entry {
  font-size: 14px;
}

.popup-modal {
  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);
}

.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 50px;
  border: 0px solid #ffffff00;
  width: 80%;
  border-radius: 30px;
}

.close-modal-btn {
  color: #41b90f;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal-btn:hover,
.close-modal-btn:focus {
  color: #50e10e;
  text-decoration: none;
  cursor: pointer;
}

