body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-y: auto;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
}

html {
  height: 100vh;
}

main {
  flex-grow: 1;
}

/* Zoom on hover */
.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.05);
}

.zoom-sm {
  transition: transform 0.2s;
}

.zoom-sm:hover {
  transform: scale(1.01);
}

/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}

.field-validation-valid {
  display: none;
}

input.input-validation-error {
  border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
  border: 0 none;
}

.validation-summary-errors {
  color: #b94a48;
}

.validation-summary-valid {
  display: none;
}

.footer {
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: 940px;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  max-width: 1120px;
}

/* navbar */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  /* width: 1.5rem; */
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #f6f6f6;
}

*::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 20px;
  border: 3px solid #f6f6f6;
}

/* Disable text selection */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Nav-bar sovereign */
.sov-navbar-icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200px;
  border: 3.5px solid #b71c1c;
  color: white;
  font-size: 17px;
  font-weight: 500;
  background-color: #212121;
  background: linear-gradient(45deg, rgb(33, 33, 33) 0%, rgb(44, 44, 44) 100%);
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 1px;
}

/* Data letters */
[data-letters]:before {
  content: attr(data-letters);
  display: inline-block;
  font-size: 0.7em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50%;
  background: rgb(229, 115, 115);
  vertical-align: middle;
  color: white;
}

/* Navbar toggle */
.navbar-toggle {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

/* Navbar background color */
.header-overlay {
  background-color: rgba(250, 250, 250, 0.98);
}

/* Spinner Overlay */
.spinner-centered {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(66, 66, 66, 0.6);
  color: white;
  padding: 20px;
}

/* Custom button hover */
.submit-btn-cs {
    padding-top: 11px;
    padding-bottom: 11px;
    background-image: linear-gradient(to right, #76b852 0%, #8DC26F  51%, #76b852  100%);
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

.submit-btn-cs:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
 

/* Translate */
.goog-te-gadget-simple {
    font-size: 9pt !important;
    border: 0px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.goog-te-gadget {
    height: 100%;
    line-height: normal;
}

.goog-te-gadget-icon {
    opacity: 0.5;
    /* width: 14px !important; */
    /* height: 14px !important; */
    display: none;
}

div.goog-te-gadget-simple > span > a > span:not(:first-child) {
    display: none; 
}

div.goog-te-gadget-simple > span > a > span:first-child {
    color: #616161;
}

/* Success animation */
  .check-container {
    width: 6.25rem;
    height: 7.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
  }
  .check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.35s ease-out forwards 0.35s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 0.75s ease-out;
  }
  .check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, #49da83, transparent);
    animation: animateShadow 0.35s ease-out forwards 0.35s;
  }
  
  @keyframes animateContainer {
    0% {
      opacity: 0;
      transform: scale(0);
      box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    25% {
      opacity: 1;
      transform: scale(0.9);
      box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    43.75% {
      transform: scale(1.15);
      box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    62.5% {
      transform: scale(1);
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }
    81.25% {
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
    100% {
      opacity: 1;
      box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
  }
  @keyframes animateCheck {
    from {
      stroke-dashoffset: 80;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes animateShadow {
    0% {
      opacity: 0;
      width: 100%;
      height: 15%;
    }
    25% {
      opacity: 0.25;
    }
    43.75% {
      width: 40%;
      height: 7%;
      opacity: 0.35;
    }
    100% {
      width: 85%;
      height: 15%;
      opacity: 0.25;
    }
  }

/* CAPTCHA opacity */
.grecaptcha-badge {
    opacity: 0.5;
    z-index: 2 !important;
    box-shadow: none !important;
}

.grecaptcha-badge:hover {
    opacity: 0.9;
}

/* Hover non active radio */
input[type="radio"]:not(:checked):hover + label {
    background-color: #F5F5F5;
}

/* Slider num colors */
.btn-check-low:checked + .btn {
    color: #FFEBEE !important;
    background-color: #E57373 !important;
    /* font-weight: bold; */
    text-shadow: 1px 0px 0px #FFEBEE;
}

.btn-check-med:checked + .btn {
    color: #FFFDE7 !important;
    background-color: #FDD835 !important;
    /* font-weight: bold; */
    text-shadow: 1px 0px 0px #FFFDE7;
}

.btn-check-high:checked + .btn {
    color: #E8F5E9 !important;
    background-color: #66BB6A !important;
    /* font-weight: bold; */
    text-shadow: 1px 0px 0px #E8F5E9;
}

/* Google translate styling */
#\:1\.container {
    opacity: 0.75;
    display: none !important;
}
body {
    top: 0 !important;
}
.goog-te-gadget, #goog-gt-tt {
    display: none !important
}
/* #form-select-language option[disabled]:first-child {
	display: none;
} */

/* Conditional show */
#optin-check:not(:checked) ~ div {
    display: none;
}