body, html
{
 /* The image used */
  background-image: url("../img/background.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

:root {
    --bs-font-sans-serif:"Poppins"
}

/* Hide scrollbar for Chrome, Safari and Opera */
.container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.bg-light
{
    background-color: rgba(255,255,255,0.5)!important;
}

.select-label {
    height: 18px;
    left: 945px;
    top: 82px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: #767D84;
    margin-bottom: 0;
}

.search-field {
    width: 100%;
    padding: 0px 22px;
    height: 32px;
    background: #f2f2f2;
}

.action-link {
    font-weight: bold;
    color: #1F5724;
    white-space: nowrap;
    cursor: pointer!important;
}

/* unvisited link */
a:link {
  color: #1F5724;
}

/* visited link */
a:visited {
  color: #1F5724;
}

/* mouse over link */
a:hover {
  color: #52a832;
}

/* selected link */
a:active {
  color: #1F5724;
}

.mbsc-event-start, .mbsc-event-end {
    display: none;
}