*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin: 0;
  padding: 0 0 5rem 0; /* Margin bottom by footer height + 20px */
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.alert-color {
    color: #D50000;
}

.primary-color {
    color: #4CAF50;
}

h1 {
  color: #777;
}

h2 {
  color: #555;
}

h3 {
  color: #555;
}

p {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #4CAF50;
}

img, svg {
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.d-none { display: none !important; }
.me-3 { margin-right: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.col-sm-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }


@media (min-width: 576px) {
  .container { max-width: 540px; }
  .d-sm-none { display: none !important; }
  .d-sm-block { display: block !important; }
  .me-sm-2 { margin-right: 0.5rem !important; }
  .me-sm-3 { margin-right: 1rem !important; }
  .pl-sm-2 { padding-left: 0.5rem !important; }
  .pr-sm-2 { padding-right: 0.5rem !important; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
  .d-md-none { display: none !important; }
  .d-md-block { display: block !important; }
  .d-md-flex { display: flex !important; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
  .d-lg-none { display: none !important; }
  .d-lg-block { display: block !important; }
  .pl-lg-3 { padding-left: 1rem !important; }
  .pr-lg-3 { padding-right: 1rem !important; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
  .d-xl-none { display: none !important; }
  .d-xl-block { display: block !important; }
  .pl-xl-4 { padding-left: 1.5rem !important; }
  .pr-xl-4 { padding-right: 1.5rem !important; }
}


.center-message {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}

.center-message p {
  margin: 0;
}

button {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  font-size: 1rem;
}

.sc-nav-bar {
  display: flex;
  min-height: 5rem;
  position: relative;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  align-items: center;
  background-color: #4CAF50;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
}

@media (max-width: 768px) {
  .sc-nav-bar {
    min-height: 7rem;
  }
}

.sc-nav-bar a {
  text-decoration: none;
}

.sc-nav-btn-left-menu {
  color: rgba(255, 255, 255, 0.55);
  margin: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: none;
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.sc-nav-brand {
  color: #fff;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}

.sc-nav-brand:hover {
  color: #fff;
}

.sc-nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.sc-nav-link:hover{
  color: rgba(255, 255, 255, 0.85);
}

.sc-nav-link.active {
  color: #fff;
}

.sc-nav-section {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.sc-nav-right {
  display: flex;
  margin: 0 0 0 auto;
  align-items: center;
}

.sc-nav-links {
}

@media (max-width: 530px) {
  #sc-nav-logo {
    display: none;
  }
}

@media (max-width: 768px) {
  .sc-nav-links {
    order: 6;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 7px;
    padding-top: 0.5rem;
  }
}

.sc-dropdown-btn {
  border: none;
}

.sc-nav-login {
  margin-right: 1rem;
  display: none;
}

.sc-nav-logout{
  color: rgba(255, 255, 255, 0.55);
  display: none;
  border: none;
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 1rem;
  line-height: 2.3rem;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc-nav-lang {
  padding: 0;
  margin-right: 1rem;
}

.sc-nav-lang:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid rgba(255, 255, 255, 0.55);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.sc-dropdown-menu {
  display: none;
  background-color: #fff;
  color: #212529;
  padding: 0.5rem 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
}

.sc-dropdown-item {
  display: block;
  color: #212529;
  margin: 0;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.sc-dropdown-item:hover {
  background-color: #e9ecef;
}

.sc-dropdown-item.disabled {
  color: #808080;
}

.sc-dropdown-item.disabled:hover {
  background-color: transparent;
}

.menu-email-item {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #A0A0A0;
  margin-bottom: 0.5rem;
}

.google-search-icon {
  width: 1.5em;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-width='2' d='M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z'/%3e%3c/svg%3e");
  background-position: center;
  cursor: pointer;
  margin-right: 1rem;
}

.google-search{
  flex: 1 1 auto;
  margin-right: 1rem;
  margin-left: 1rem;
  display: none;
}

.gsc-control-cse {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.gsc-search-box {
  margin: 0 !important;
}
.gsc-input {
  padding: 0 !important;
  background: transparent !important;
  color: #fff !important;
}
.gsc-input-box {
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 4px !important;
  background: transparent !important;
}
.gscb_a {
  color: rgba(255, 255, 255, 0.55) !important;
}
.gsc-search-button {
  display: none !important;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #4CAF50;
  border: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #4CAF50;
  border: none;
}

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #FFC107;
  border: none;
}

.note-title {
  padding: 1em;
}

.note-title.info {
  background-color: #FFC107;
  color: #000
}

.note-title.warn {
  background-color: #D50000;
  color: #FFF;
}

.note-title p {
  font-size: 1rem;
  margin: 0;
}

.note-title .close {
  float: right;
  cursor: pointer;
}

footer {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4rem; /* Set the fixed height of the footer here */
  font-size: 0.85rem;
  /*border-top: 0.05rem solid #F8F8F8;*/
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

footer a {
  margin: 0;
  padding: 0 0.5rem;
  font-size: 0.85rem;
  vertical-align: middle;
}

#toast-cont {
  display: none;
  position: fixed;
  bottom: 3rem;
  width: 100%;
  text-align: center;
}

#toast {
  display: inline-block;
  min-width: 20rem;
  max-width: 70%;
  background-color: #111;
  opacity: 0.8;
  color: #F0F0F0;
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 1.5rem;
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 transform: translateY(100%);
     transition: transform 500ms ease-out;

 transform: translateY(0%);
     transition-delay: 3000ms;
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 2rem;
    z-index: 999;
    display: none;
    color: #ecf0f1;
    background-color: #555;
    text-align: center;
}

.cookiealert.show {
    display: block;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

/*
 * End of Bootstrap Cookie Alert by Wruczek
*/



